b0b4b5dd5738073b5d87cb7f20c430213857965c
[claws.git] / ChangeLog.claws
1 2003-04-14 [jens]       0.8.11claws90
2
3         * updated German translation and some corrections from
4                 Roland Bless <bless@tm.uka.de>
5
6 2003-04-14 [paul]       0.8.11claws89
7
8         * sync with 0.8.11cvs22
9                 see ChangeLog 2003-04-14
10
11 2003-04-13 [paul]       0.8.11claws88
12
13         * src/plugins/clamav/clamav_plugin.c
14                 fix memory leaks
15                 clean up
16
17 2003-04-12 [paul]       0.8.11claws87
18
19         * src/plugins/clamav/clamav_plugin.c
20                 activate enable/disable archive scanning option
21                 
22         * src/plugins/clamav/.cvsignore         ** NEW FILE **
23
24 2003-04-12 [paul]       0.8.11claws86
25
26         * src/plugins/Makefile.am
27           src/plugins/clamav/Makefile.am                ** NEW FILE **
28           src/plugins/clamav/README                     ** NEW FILE ** 
29           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
30           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
31                 add Clam AntiVirus plugin
32
33 2003-04-12 [paul]       0.8.11claws85
34
35         * sync with 0.8.11cvs21
36                 see ChangeLog 2003-04-11
37
38 2003-04-11 [paul]       0.8.11claws84
39
40         * po/es.po
41                 update Spanish translation. Submitted by Ricardo
42                 Mones Lastra.
43
44 2003-04-10 [christoph]  0.8.11claws83
45
46         * src/mbox.c
47                 fix typo that did not move unfiltered mails to destination
48                 folder
49
50         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
51          when filtering from spool)
52
53 2003-04-10 [christoph]  0.8.11claws82
54
55         * src/imap.c
56                 use BODY.PEEK instead of BODY in in message fetch operation
57                 to make sure the IMAP server does not set the \Seen flag for
58                 messages. Sylpheed does that later itself, when the message
59                 is opened in sylpheed
60
61         (closes Bug 111 Claws destroys unread marks)
62
63 2003-04-09 [oliver]     0.8.11claws81
64         
65         * src/folder.c
66                 fix crash in folder_destroy
67         * README.claws
68                 remove selective download
69
70 2003-04-09 [christoph]  0.8.11claws80
71
72         * src/imap.c
73                 fix crash in imap_get_msginfo() when then fetched message
74                 is not found
75
76         (closes Bug 110 Crash during mail composition)
77
78 2003-04-08 [christoph]  0.8.11claws79
79
80         * src/folder.c
81         * src/prefs_account.c
82                 Filter new messages that are found in an INBOX folder
83                 when 'Filter messages on receiving' is enabled in the
84                 Folder's AccountPrefs. This allows to use Sylpheed's
85                 filtering engine for IMAP folders where messages are
86                 added to the INBOX by a MTA
87
88 2003-04-08 [paul]       0.8.11claws78
89
90         * src/procmsg.h
91                 clean up after last commit
92
93 2003-04-08 [paul]       0.8.11claws77
94
95         * sync with 0.8.11cvs20
96                 see ChangeLog 2003-04-07 and 2003-04-08
97
98 2003-04-07 [christoph]  0.8.11claws76
99
100         * src/filtering.[ch]
101         * src/inc.[ch]
102         * src/mbox.c
103         * src/procmsg.[ch]
104                 add procmsg_msginfo_filter() to execute filtering actions
105
106 2003-04-06 [christoph]  0.8.11claws75
107
108         * src/imap.c
109                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
110
111 2003-04-06 [christoph]  0.8.11claws74
112
113         * src/common/utils.[ch]
114                 add g_int_compare() function for slist sorting
115
116         * src/imap.c
117                 fetch all MsgInfos with one command in imap_get_msginfos()
118                 using an imap set with a list of ranges
119
120         * src/news.c
121                 use new g_int_compare() function
122
123 2003-04-06 [thorsten]   0.8.11claws73
124
125         * src/mh.c
126                 corrected implementation of mh_folder_destroy()
127
128 2003-04-05 [christoph]  0.8.11claws72
129
130         * src/account.c
131         * src/folder.[ch]
132         * src/folderview.c
133         * src/imap.c
134         * src/inc.c
135         * src/main.c
136         * src/mainwindow.c
137         * src/mbox_folder.c
138         * src/mh.c
139         * src/mimeview.h
140         * src/msgcache.[ch]
141         * src/news.c
142         * src/procmime.h
143         * src/procmsg.[ch]
144         * src/setup.c
145         * src/gtk/gtkutils.c
146                 o rename structure field names class and new to klass and
147                   new_msgs, to allow including files in C++
148                 o add 'extern "C"' block to some header files
149                 o add MsgInfoList and MsgNumberList as alias for GSList for
150                   developers to know what type of list is expected
151
152         * src/plugins/image_viewer/plugin.c
153         * src/plugins/image_viewer/viewer.[ch]
154         * src/plugins/image_viewer/viewerprefs.[ch]
155                 rename function names to prevent conflicts
156
157 2003-04-05 [paul]       0.8.11claws71
158
159         * sync with 0.8.11cvs18
160                 see ChangeLog 2003-04-03 and 2003-04-04
161
162 2003-04-02 [christoph]  0.8.11claws70
163
164         * src/folder.[ch]
165         * src/imap.[ch]
166         * src/mbox_folder.[ch]
167         * src/mh.[ch]
168         * src/news.[ch]
169                 o Make all virtual folder functions private
170                 o remove unused folder code
171
172         * src/common/socket.[ch]
173         * src/summaryview.c
174                 fix warnings
175
176 2003-03-30 [alfons]     0.8.11claws69
177
178         * src/send_message.c
179                 remove two debug traces and see if people still report
180                 errors
181
182 2003-03-30 [alfons]     0.8.11claws68
183
184         * src/send_message.c
185         * src/commons/session.c
186                 add more debug traces
187
188 2003-03-30 [christoph]  0.8.11claws67
189
190         * src/folder.c
191                 change processing folder name from .processing to processing
192
193         * src/common/ssl.c
194                 disable SSL certificate check because it causes Xlib error
195                 when the child process want's to open an GTK window
196
197 2003-03-30 [christoph]  0.8.11claws66
198
199         * src/folder.c
200                 don't use default folder for processing folder item because
201                 it can be a non local folder
202
203         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
204
205 2003-03-30 [alfons]     0.8.11claws65
206
207         * src/send_message.c
208                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
209                 to generate bad code for 'send_send_data_progressive': When
210                 called from 'send_send_data_finished', the 'data' pointer is
211                 cleared just before the assignment to the dialog pointer
212
213 2003-03-29 [christoph]  0.8.11claws64
214
215         * src/common/prefs.h
216         * src/plugins/image_viewer/Makefile.am
217         * src/plugins/image_viewer/plugin.c
218         * src/plugins/image_viewer/viewer.[ch]
219         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
220                 add PrefsPage for ImageViewer
221
222 2003-03-28 [thorsten]   0.8.11claws63
223
224         * src/common/session.c
225                 added some comments
226
227 2003-03-28 [paul]       0.8.11claws62
228
229         * sync with 0.8.11cvs16
230                 see ChangeLog 2003-03-28
231
232 2003-03-28 [paul]       0.8.11claws61
233
234         * sync with 0.8.11cvs15
235                 see ChangeLog 2003-03-28
236
237 2003-03-27 [christoph]  0.8.11claws60
238
239         * src/folder.c
240         * src/imap.c
241         * src/common/socket.[ch]
242                 set socket state to DISCONNECTED when any operation
243                 fails to allow reconnecting in IMAP code without
244                 checking the return code of all calls to the command
245                 functions
246
247         * src/folderview.c
248         * src/summaryview.c
249                 remove some more stuff that depends on specific
250                 folder types
251
252 2003-03-27 [paul]       0.8.11claws59
253
254         * sync with 0.8.11cvs14
255                 see ChangeLog 2003-03-27
256                 
257         * src/selective_download.[ch]   ** REMOVED **
258                 really removed
259
260 2003-03-27 [christoph]  0.8.11claws58
261
262         * src/folder.c
263                 fix handling of tmp_flags in flag copy function
264
265 2003-03-27 [paul]       0.8.11claws57
266
267         * sync with 0.8.11cvs13
268                 see ChangeLog 2003-03-27
269
270 2003-03-27 [oliver]     0.8.11claws56
271
272         * src/maiwindow.c
273                 remove sel_download_cb
274
275 2003-03-27 [oliver]     0.8.11claws55
276         
277         * src/inc.c
278                 remove POP3_TOP
279         
280 2003-03-26 [oliver]     0.8.11claws54
281
282         *src/pop.h
283                 remove POP3_TOP*
284         * README.claws
285                 remove selective donwload readme
286
287 2003-03-26 [oliver]     0.8.11claws53
288         * src/matcher.[ch]
289         * src/matcher_parser_parse.y 
290         * src/pop.c 
291         * src/prefs_account.[ch]
292         * src/prefs_filtering.c
293                 remove selective donwload
294
295 2003-03-26 [oliver]     0.8.11claws52
296
297         * src/inc.[ch] 
298         * src/filtering.c 
299         * src/mainwindow.c 
300                 remove selective donwload
301
302 2003-03-26 [oliver]     0.8.11claws51
303         
304         * src/Makefile.am
305         * src/selective_download.[ch]   ** REMOVE **    
306
307 2003-03-26 [christoph]  0.8.11claws50
308
309         * src/news.c
310                 fix NEWS that got broken by a sync with sylpheed-main
311
312 2003-03-26 [christoph]  0.8.11claws49
313
314         * src/mimeview.c
315                 fix mime type guessing when no mime type is found for a file
316
317 2003-03-25 [christoph]  0.8.11claws48
318
319         * src/mimeview.c
320         * src/procmime.c
321                 remove mime type guessing from mime parser and use
322                 name based mime types in viewer lookup for mime type
323                 application/octet-stream
324
325 2003-03-25 [christoph]  0.8.11claws47
326
327         * doc-src/readme.txt
328         * doc-src/rfc2554.txt
329                 add RFC about SMTP AUTH
330
331         * src/send_message.c
332         * src/common/smtp.[ch]
333                 add extra error code for authentication errors and
334                 clear temporary password when this error occurs
335
336         (closes Bug 84 authentication failure while sending should
337          prompt for password again)
338
339 2003-03-25 [christoph]  0.8.11claws46
340
341         * configure.ac
342         * src/Makefile.am
343         * src/imageview.[ch]                            ** REMOVE **
344         * src/messageview.[ch]
345         * src/mimeview.[ch]
346         * src/prefs_common.[ch]
347         * src/textview.c
348         * src/plugins/Makefile.am
349         * src/plugins/image_viewer/.cvsignore           ** NEW **
350         * src/plugins/image_viewer/Makefile.am          ** NEW **
351         * src/plugins/image_viewer/plugin.c             ** NEW **
352         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
353                 move image viewer into a plugin (building is enabled by default)
354                 [ToDo: Prefs for resize and autoview]
355
356 2003-03-25 [paul]       0.8.11claws45
357
358         * sync with 0.8.11cvs12
359                 see ChangeLog 2003-03-26
360
361 2003-03-25 [paul]       0.8.11claws44
362
363         * sync with 0.8.11cvs11
364                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
365                 
366         Note: Selective Download is broken.
367                 
368 2003-03-22 [christoph]  0.8.11claws43
369
370         * src/folder.c
371                 code cleanup for flags copying
372
373 2003-03-22 [christoph]  0.8.11claws42
374
375         * src/plugins/trayicon/trayicon.c
376                 fix setting the transparent area when the window size
377                 is forced by the system tray
378
379 2003-03-22 [christoph]  0.8.11claws41
380
381         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
382         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
383         * src/plugins/trayicon/newmail.xpm              ** NEW **
384         * src/plugins/trayicon/nomail.xpm               ** NEW **
385         * src/plugins/trayicon/trayicon.c
386         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
387                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
388                 o add icon for unread mails
389                 o set transparency for window
390
391 2003-03-22 [christoph]  0.8.11claws40
392
393         * src/news.c
394                 init news session to prevent crash when session is closed
395
396 2003-03-22 [christoph]  0.8.11claws39
397
398         * src/imap.c
399         * src/common/session.[ch]
400                 Init session data to make sure we don't have invalid pointers
401                 for read_ch and write_ch when new multi process sessions are
402                 not used
403
404         * src/main.c
405         * src/common/plugin.c
406         * src/common/sylpheed.c
407         * src/plugins/demo/demo.c
408         * src/plugins/dillo_viewer/dillo_viewer.c
409         * src/plugins/mathml_viewer/mathml_viewer.c
410         * src/plugins/spamassassin/spamassassin.c
411         * src/plugins/spamassassin/spamassassin_gtk.c
412                 add plugin types to allow loading plugins at different times
413                 (and maybe for different frontends), because it's not good to
414                 load GTK-Plugins gefore gtk_init was called
415
416         * configure.ac
417         * src/plugins/Makefile.am
418         * src/plugins/trayicon/.cvsignore               ** NEW **
419         * src/plugins/trayicon/Makefile.am              ** NEW **
420         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
421         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
422         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
423         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
424         * src/plugins/trayicon/trayicon.c               ** NEW **
425                 New Trayicon plugin that shows an icon in a systray that uses
426                 XEMBED protocol like Gnome's systray. Icon shows if there
427                 are new mails and a tooltip shows information about new,
428                 unread and total messages.
429
430 2003-03-22 [paul]       0.8.11claws38
431
432         * src/common/smtp.c
433                 fix ESMTP AUTH CRAM-MD5
434                 [sync with main (still version 0.8.11cvs6), see
435                  ChangeLog 2003-03-22]
436
437 2003-03-21 [colin]      0.8.11claws37
438
439         * src/send_message.c
440                 Fix USE_SSL => USE_OPENSSL
441
442 2003-03-21 [colin]      0.8.11claws36
443
444         * src/folderview.c
445                 Fix counts in drag and dropped subfolders
446
447 2003-03-21 [colin]      0.8.11claws35
448
449         * src/folder.c 
450         * src/folderview.c
451                 speed up a bit folder dnd
452
453 2003-03-20 [alfons]     0.8.11claws34
454
455         * src/main.c
456         * src/toolbar.c
457         * src/procmsg.c
458                 don't send locked queue messages
459                 (feature request "[ 705245 ] Locking message in outbox 
460                  should prevent sending")
461
462 2003-03-20 [christoph]  0.8.11claws33
463
464         * src/folder.c
465                 remove NEW and UNREAD flag in special folders when scanning
466                 
467         * src/common/smtp.c
468                 fix ESMTP AUTH CRAM-MD5
469
470 2003-03-20 [paul]       0.8.11claws32
471
472         * src/prefs_account.c
473                 Re-write 'Tunnel command to open connection' as
474                 'Use command to communicate with server', and disable
475                 it for all except IMAP accounts
476
477 2003-03-20 [paul]       0.8.11claws31
478
479         * sync with 0.8.11cvs6
480                 see ChangeLog 2003-03-20
481
482 2003-03-19 [match]      0.8.11claws30
483
484         * src/addritem.[ch]
485                 include documentation. minor refactoring.
486         * src/addr_compl.[ch]
487         * src/addrindex.[ch]
488         * src/addresbook.[ch]
489         * src/summaryview.c
490                 re-enable address lookup (was disabled in
491                 0.8.11claws20).
492
493 2003-03-19 [christoph]  0.8.11claws29
494
495         * src/procmsg.c
496                 add temp flag handling, will make moving and copying
497                 messages possible again
498
499         * src/folder.c
500                 correct calulation of folder stats
501
502 2003-03-18 [match]      0.8.11claws28
503
504         * src/editgroup.h
505                 remove case sensitive comparison (closes bug 80).
506
507 2003-03-18 [christoph]  0.8.11claws27
508
509         * src/imap.c
510                 fix imap using a tunnel command
511
512         (closes bug 87)
513
514 2003-03-18 [christoph]  0.8.11claws26
515
516         * src/folder.[ch]
517         * src/imap.c
518         * src/procmsg.[ch]
519                 rewrite flag handling for folders
520
521 2003-03-18 [christoph]  0.8.11claws25
522
523         * src/folder.c
524         * src/procmsg.c
525         * src/summaryview.c
526                 unset NEW and UNREAD flags when message is ignored, to make
527                 sure messages don't show up as unread on other IMAP clients,
528                 because the IGNORE_THREAD flag can not be syncronized through
529                 the IMAP folder
530
531 2003-03-17 [christoph]  0.8.11claws24
532
533         * src/imap.c
534                 don't use recursion to fetch uids when the number of messages
535                 does not match. Moved code into subfunction that is used
536                 again when needed, to prevent an endless loop.
537
538 2003-03-17 [thorsten]   0.8.11claws23
539
540         * src/imageview.[ch]
541                 export imageview_get_resized_size() (for plugins)
542         * src/prefs_common.[ch]
543                 added prefs_common_get() (for plugins)
544
545 2003-03-17 [christoph]  0.8.11claws22
546
547         * src/imap.c
548                 o remove UID guessing from copy code
549                 o support UIDPLUS extension for APPEND command
550
551 2003-03-17 [paul]       0.8.11claws21
552
553         * src/gtk/about.c
554                 remove 'Compiled-plugins' section.
555                 
556         * src/plugins/dillo_viewer/dillo_viewer.c
557                 slight change to description text
558
559 2003-03-16 [match]      0.8.11claws20
560         * src/ldapserver.[ch]           ** NEW **
561         * src/ldapctrl.[ch]             ** NEW **
562         * src/ldapquery.[ch]            ** NEW **
563         * src/ldaputil.[ch]             ** NEW **
564         * src/addrcindex.[ch]           ** NEW **
565         * src/addrquery.h               ** NEW **
566         * src/addritem.[ch]
567         * src/addrcache.[ch]
568         * src/addrindex.[ch]
569         * src/addr_compl.[ch]
570         * src/addressbook.[ch]
571         * src/addrbook.[ch]
572         * src/editgroup.c
573         * src/editaddress.c
574         * src/editldap.c
575         * src/editldap_basedn.c
576         * src/vcard.c
577         * src/jpilot.c
578         * src/Makefile.am
579                 included dynamic LDAP queries. improved address
580                 completion.
581
582 2003-03-16 [paul]       0.8.11claws19
583
584         * tools/multiwebsearch.pl
585                 fix a fatal typo
586
587 2003-03-16 [christoph]  0.8.11claws18
588
589         * src/mimeview.c
590         * src/plugins/dillo_viewer/dillo_viewer.c
591         * src/plugins/mathml_viewer/mathml_viewer.c
592                 make unregistering of MimeViewerFactorys possible
593
594 2003-03-16 [alfons]     0.8.11claws17
595
596         * configure.ac
597                 correct typo
598
599 2003-03-16 [melvin]     0.8.11claws16
600
601         * src/plugins/dillo_viewer.c
602                 Fixed bug where it was not possible to view more than
603                 one text/html attachment per message (bug discovered
604                 by Christoph Hohmann).
605
606 2003-03-15 [melvin]     0.8.11claws15
607
608         * src/prefs_actions.c
609                 Fixed compilation warnings.
610
611 2003-03-15 [melvin]     0.8.11claws14
612
613         * src/plugins/Makefile.am
614         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
615         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
616         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
617                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
618                 newer (http://dillo.auriga.wearlab.de/).
619
620 2003-03-15 [christoph]  0.8.11claws13
621
622         * src/imap.c
623                 don't query imap folder for attributes because we already
624                 for them from imap_status
625
626         * src/mimeview.[ch]
627                 add support for plugable MimeViewers (unloading Viewers
628                 not yet complete)
629
630         * src/plugins/Makefile.am
631         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
632         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
633         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
634                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
635                 widget from http://helm.cs.unibo.it/mml-widget/
636
637 2003-03-14 [christoph]  0.8.11claws12
638
639         * src/folder.[ch]
640                 o error return code's should better be negative
641                 o replace printf with debug_print
642
643         * src/imap.c
644                 improve IMAP folder scan by checking UID-NEXT
645
646         * src/summaryview.c
647                 remove check that are unnecessary in my opinion
648
649 2003-03-13 [christoph]  0.8.11claws11
650
651         * src/folder.[ch]
652         * src/foldersel.c
653         * src/folderview.c
654         * src/imap.c
655         * src/mbox_folder.c
656         * src/mh.c
657         * src/news.c
658         * src/prefs_scoring.c
659         * src/summaryview.c
660                 use a common function to get a displayable name
661                 for a FolderItem
662
663 2003-03-13 [paul]       0.8.11claws10
664
665         * tools/Makefile.am
666           tools/README
667           tools/multiwebsearch.conf     ** NEW FILE **
668           tools/multiwebsearch.pl       ** NEW FILE **
669                 add multiwebsearch Actions script
670
671 2003-03-13 [colin]      0.8.11claws9
672
673         * src/compose.c
674                 Remove leading emtpy lines from quoted text
675                 before quoting it
676
677 2003-03-13 [melvin]     0.8.11claws8
678
679         * src/prefs_actions.c
680                 Fixed a memory leak
681                 Code clean ups
682                 Added Cancel and OK buttons
683                 Corrected help text
684
685 2003-03-13 [christoph]  0.8.11claws7
686
687         * src/account.c
688         * src/folder.[ch]
689         * src/imap.c
690         * src/mainwindow.c
691         * src/mbox_folder.c
692         * src/mh.c
693         * src/news.c
694         * src/setup.c
695                 replace more folder type stuff with folder class stuff
696
697 2003-03-13 [melvin]     0.8.11claws6
698
699         * src/prefs_actions.c
700                 Added new tokens:
701                 %u: user provided argument
702                 %h: user provided argument (hidden on input)
703                 %s: current text selection in the message view 
704
705 2003-03-13 [paul]       0.8.11claws5
706
707         * sync with 0.8.11cvs5
708                 see ChangeLog 2003-03-11, 2003-03-12
709
710 2003-03-12 [christoph]  0.8.11claws4
711
712         * src/folder.c
713                 use folder class idstr when writing folderlist.xml
714
715         * src/folder.h
716         * src/imap.c
717         * src/news.c
718                 replace folder type checks with folder class checks
719
720 2003-03-12 [christoph]  0.8.11claws3
721
722         * src/folder.[ch]
723         * src/imap.[ch]
724         * src/main.c
725         * src/mbox_folder.[ch]
726         * src/mh.[ch]
727         * src/news.[ch]
728                 o create a list of known folder classes in the folder system
729                 o use folder class id strings for folder item identifiers
730
731 2003-03-12 [christoph]  0.8.11claws2
732
733         * src/imap.c
734                 fix imap uid validity check
735
736 2003-03-12 [christoph]  0.8.11claws1
737
738         * src/account.c
739         * src/folder.[ch]
740         * src/foldersel.c
741         * src/folderview.c
742         * src/imap.c
743         * src/mainwindow.c
744         * src/mbox_folder.c
745         * src/mh.c
746         * src/news.c
747         * src/prefs_scoring.c
748         * src/procmsg.c
749         * src/setup.c
750         * src/summaryview.c
751                 initial restructuring of folder system, seperating
752                 folders and folder classes
753
754 2003-03-12 [paul]       0.8.11claws
755
756         0.8.11claws release
757
758 2003-03-12 [christoph]
759
760         * src/gtk/prefswindow.c
761                 fix translation of "Page Index"
762
763 2003-03-12 [paul]       0.8.10claws110
764
765         a sync from 0.8.11cvs4 before the release
766
767         * src/common/utils.c
768                 subject_compare_for_sort(): allow null strings (fixes
769                 summary sorting).
770
771 2003-03-11 [paul]       0.8.10claws109
772
773         * po/es.po
774                 update Spanish translation, submitted by
775                 Ricardo Mones Lastra
776
777 2003-03-11 [melvin]     0.8.10claws108
778
779         * po/fr.po
780                 Updated French translations
781
782 2003-03-11 [paul]       0.8.10claws107
783
784         * manual/en/Makefile.am
785           manual/en/*.html
786                 update English manual, add a new page
787                 updated by Francois Barriere <fbarriere@atmel.fr>
788                 
789         * po/bg.po
790           po/it.po
791           po/sr.po
792                 update Bulgarian, Italian, and Serbian translations
793                 submitted by George Danchev, Alessandro Maestri, and
794                 Urke MMI
795
796 2003-03-10 [paul]       0.8.10claws106
797
798         * src/gtk/about.c
799           src/gtk/prefswindow.c
800                 make some strings translatable
801
802 2003-03-10 [darko]      0.8.10claws105
803
804         * src/compose.c
805                 code cleanup to make Hiro happy
806
807 2003-03-10 [paul]       0.8.10claws104
808
809         * sync with 0.8.11cvs2
810                 see ChangeLog 2003-03-10
811
812 2003-03-09 [melvin]     0.8.10claws103
813
814         * src/textview.c
815                 textview_set_font(): fix for message display in
816                 UTF-8 locales (thanks to Sergey Vlasov).
817                 (was unintentionnaly reverted in 0.8.6claws6)   
818
819 2003-03-08 [darko]      0.8.10claws102
820
821         * src/compose.c
822                 fix infinite loop in wrapping as reported
823                 by happycactus
824                 obsoletes patch #696482
825
826 2003-03-08 [christoph]  0.8.10claws101
827
828         * src/imap.c
829                 add workaround for IMAP servers that do not
830                 support the "UID SEARCH UID" command
831
832 2003-03-07 [christoph]  0.8.10claws100
833
834         * src/plugins/spamassassin/spamassassin.[ch]
835         * src/plugins/spamassassin/spamassassin_gtk.c
836                 code cleanup
837
838 2003-03-07 [paul]       0.8.10claws99
839
840         * po/es.po
841                 updated Spanish translation, submitted by
842                 Ricardo Mones Lastra
843
844 2003-03-07 [christoph]  0.8.10claws98
845
846         * src/send.c
847                 fix in 0.8.10claws94 was wrong
848                 local delivery does not require escaping, remove escaping
849                 code to make signatures of mails with "." lines valid
850                 
851                 NOTE: requires that sendmail is executed with "-i" option,
852                       what is the default now, but has to be changed in all
853                       exsiting accounts)
854
855 2003-03-07 [paul]       0.8.10claws97
856
857         * sync with 0.8.11 release
858                 see ChangeLog 2003-03-07
859
860 2003-03-06 [paul]       0.8.10claws96
861
862         * src/compose.c
863                 revert commit 0.8.10claws92
864
865 2003-03-06 [paul]       0.8.10claws95
866
867         * src/folderview.c
868                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
869
870         * src/gtkaspell.c
871                 fix bug 74, 'Crash opening editor window with pseudo-color
872                 display'
873                 
874         Patches submitted by Kevin Vigor <kevin@vigor.nu>
875
876 2003-03-06 [christoph]  0.8.10claws94
877
878         * src/send.c
879                 fix rfc2821 (4.5.2) violation in SMTP data sending,
880                 all lines starting with a period get an extra period
881                 inserted
882                 (found by Simon 'corecode' Schubert)
883
884 2003-03-06 [paul]       0.8.10claws93
885
886         * src/folderview.c
887                 if configured font can't be loaded fall back to gtk
888                 default. (with thanks to Christoph)
889                 
890                 closes long-standing bug 15 'Crashes on startup'
891
892 2003-03-06 [paul]       0.8.10claws92
893
894         * src/compose.c
895                 freeze text before autosave and thaw afterwards
896                 fixes bug 67 'autosave make re-rediting message crazy'
897
898 2003-03-06 [christoph]  0.8.10claws91
899
900         * src/compose.c
901                 ignore address comment in dupe check for Cc-list
902
903         (closes reopened bug 47 Replying to message strips name part of
904          e-mail addresses of Cc: lines)
905
906 2003-03-06 [paul]       0.8.10claws90
907
908         * src/Makefile.am
909                 remove reference to gtkxtext.h as its no longer in
910                 the repository
911
912 2003-03-06 [paul]       0.8.10claws89
913
914         * sync with 0.8.10cvs25
915                 see ChangeLog 2003-03-06
916
917 2003-03-06 [oliver]     0.8.10claws88
918         
919         * src/messageview.c
920                 remove include
921
922 2003-03-06 [oliver]     0.8.10claws87
923         
924         * src/folderview.c 
925                 remove changes introduced inclaws74
926         * src/messageview.c
927                 another attempt to sanely delete and update
928                 messages deleted in separate messageview
929
930 2003-03-05 [christoph]  0.8.10claws86
931
932         * src/summaryview.c
933                 check if "From" matches any account's address if
934                 addressbook completion of addresses is disabled too
935
936         (closes Bug 70 "Display recipient in from" doesn't check
937          folder's default account)
938
939 2003-03-05 [christoph]  0.8.10claws85
940
941         * src/compose.c
942         * src/common/utils.[ch]
943                 don't strip address comments when building Cc lists
944
945         (closes Bug 47 Replying to message strips name part of e-mail addresses
946          of Cc: lines)
947
948         * src/folder.c
949                 fix return value of copy function
950
951 2003-03-05 [christoph]  0.8.10claws84
952
953         * src/imap.c
954                 don't ask imap server for non rfc822 headers
955
956         (closes bug 71 IMAP FETCH asks for FROM header field twice)
957
958         * src/imap.c
959                 destroy session on socket error to allow reconnecting
960
961 2003-03-05 [christoph]  0.8.10claws83
962
963         * configure.ac
964                 fix building with gnome when no prefix is set
965
966         (closes bug 66 Gnome directory is set to NONE)
967
968 2003-03-05 [paul]       0.8.10claws82
969
970         * sync with 0.8.10cvs23
971                 see ChangeLog 2003-03-05
972
973 2003-03-04 [christoph]  0.8.10claws81
974
975         * src/folder.c
976                 o fix moving and copying when folder returns 0 for new
977                   message number
978                 o remove some code for single message copy and move
979                   operations and use functions for multiple messages
980
981         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
982
983         * src/news.c
984                 remove unused include
985
986 2003-03-04 [paul]       0.8.10claws80
987
988         * src/gtk/about.c
989                 list 'Compiled plugins'
990
991 2003-03-03 [christoph]  0.8.10claws79
992
993         * src/news.[ch]
994                 have to multiply the percentage of the current fetch with
995                 the percentage that it has of the total fetch operation
996                 for correct values
997
998 2003-03-03 [christoph]  0.8.10claws78
999
1000         * src/news.c
1001                 fix calculation of expected lines for progress indicator
1002
1003 2003-03-03 [christoph]  0.8.10claws77
1004
1005         * src/summaryview.c
1006         * src/common/utils.c
1007                 fix segfault when opening the root news folder
1008
1009 2003-03-03 [christoph]  0.8.10claws76
1010
1011         * src/mainwindow.[ch]
1012         * src/common/Makefile.am
1013         * src/common/progressindicator.[ch]
1014                 add UI independent progress indicator handling
1015
1016         * src/news.[ch]
1017                 use new progress indicator for message info fetching
1018
1019         * src/common/hooks.h
1020                 code cleanup
1021
1022 2003-03-03 [oliver]     0.8.10claws75
1023
1024         * src/toolbar.c
1025         * src/compose.c
1026                 removed commented code
1027
1028 2003-03-03 [oliver]     0.8.10claws74
1029
1030         * src/toolbar.[ch]
1031                 cleanups and refactoring
1032         * src/compose.[ch]
1033                 compose_reply_mode reply & forwarding interface for
1034                 toolbar buttons
1035         * src/folderview.c
1036                 act on messages marked for deletion in folderview_selected
1037                 based on prefs_common.immediate_exec since a message might 
1038                 have been deleted by messageview in a folder we are changing 
1039                 to (does anybody understand what I'm on about ?)
1040
1041 2003-03-03 [oliver]     0.8.10claws73
1042         
1043         * src/messageview.[ch]
1044                 new functions
1045                 - messageview_delete: delete message shown in messagview
1046                 - messageview_update_view: update messageview to currently 
1047                   selected summaryview message
1048                 - add separate messageview to msgview_list in order to update 
1049                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
1050         * src/summaryview.[ch]
1051                 summary_get_selection returns a list of selected msgs
1052                 in summaryview
1053         * src/mainwindow.c
1054                 toolbar reply refactoring
1055
1056 2003-03-03 [paul]       0.8.10claws72
1057
1058         * sync with 0.8.10cvs21
1059                 see ChangeLog 2003-03-03
1060
1061 2003-03-02 [christoph]  0.8.10claws71
1062
1063         * src/common/passcrypt.c
1064                 use POSIX includes
1065
1066 2003-03-02 [christoph]  0.8.10claws70
1067
1068         * configure.ac
1069         * src/prefs_account.c
1070         * src/prefs_gtk.[ch]
1071         * src/common/.cvsignore
1072         * src/common/Makefile.am
1073         * src/common/passcrypt.c                ** NEW **
1074         * src/common/passcrypt.h.in             ** NEW **
1075                 Implement password encryption in config files
1076                 using unix encrypt and setkey functions. The crypt
1077                 key can be set as a configure parameter. Old
1078                 passwords will be converted if they do not begin
1079                 with '!'
1080
1081 2003-03-02 [paul]       0.8.10claws69
1082
1083         * src/prefs_account.c
1084                 fix compile error
1085
1086 2003-03-01 [thorsten]   0.8.10claws68
1087
1088         * po/el.po
1089           po/hr.po
1090           po/it.po
1091           po/nl.po
1092           po/sr.po
1093           po/sv.po
1094                 corrected format strings
1095         * po/en_GB.po
1096                 corrected headers
1097                 (fix compile errors with GNU gettext-0.11.5)
1098
1099 2003-03-01 [oliver]     0.8.10claws67
1100
1101         * src/summaryview.c
1102                 menu callbacks call toolbar_menu_reply
1103
1104 2003-03-01 [oliver]     0.8.10claws66
1105
1106         * src/mainwindow.c
1107         * src/messageview.c
1108                 menu callbacks call toolbar_menu_reply
1109         * src/toolbar.[ch]
1110                 callbacks from menu handled by toolbar_menu_reply
1111
1112 2003-03-01 [paul]       0.8.10claws65
1113
1114         * src/addressbook.c
1115                 revert commit 0.8.10claws54 - breaks editing of
1116                 addressbook.
1117                 
1118         * po/bg.po
1119                 update Bulgarian translation, submitted by
1120                 George Danchev
1121
1122 2003-02-28 [christoph]  0.8.10claws64
1123
1124         * src/account.c
1125         * src/addressadd.c
1126         * src/compose.c
1127         * src/gtkaspell.c
1128         * src/gtkxtext.h                ** REMOVE **
1129         * src/imap.c
1130         * src/matcher.[ch]
1131         * src/mh.c
1132         * src/news.c
1133         * src/pine.c
1134         * src/prefs_common.c
1135         * src/prefs_matcher.c
1136         * src/procheader.[ch]
1137         * src/procmsg.[ch]
1138         * src/toolbar.c
1139         * src/common/ssl_certificate.c
1140         * src/gtk/colorlabel.c
1141         * src/gtk/menu.c
1142                 o fix warnings
1143                 o remove code obsoleted by new cache and folder system rework
1144
1145 2003-02-28 [oliver]     0.8.10claws63
1146         
1147         * src/toolbar.[ch]
1148                 * fix bug where reply in Messageview replied to 
1149                 Message displayed in summaryview
1150                 (reportedd via ML by chinatinte at gmx dot ch)
1151                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1152                 didn't work in separate MessageView Toolbar
1153                 (wondering if anybody uses this at all ?)
1154         * src/summaryview.[ch]
1155                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1156                 (generalize reply and forward code);
1157         * src/messageview.c 
1158                 remove focus_in event which updated summaryview to messageview
1159
1160 2003-02-28 [paul]       0.8.10claws62
1161
1162         * po/Makefile.in.in
1163                 add the --check option
1164                 Patch submitted by Ricardo Mones Lastra
1165
1166 2003-02-28 [paul]       0.8.10claws61
1167
1168         * src/prefs_account.c
1169                 re-order 'Signature' items
1170
1171 2003-02-28 [paul]       0.8.10claws60
1172
1173         * sync with 0.8.10cvs20
1174                 see ChangeLog 2003-02-28
1175
1176 2003-02-28 [paul]       0.8.10claws59
1177
1178         * po/POTFILES.in
1179                 update to reflect recent movement of files
1180
1181 2003-02-28 [paul]       0.8.10claws58
1182
1183         * sync with 0.8.10cvs19
1184                 see ChangeLog 2003-02-28
1185
1186 2003-02-27 [martin]     0.8.10claws57
1187
1188         * src/prefs_matcher.c 
1189                 fix segfault in prefs_matcher_ok() when the
1190                 last entry is deleted and prevents that the
1191                 message "entry not saved" comes up after deleting
1192                 an entry
1193
1194 2003-02-27 [martin]     0.8.10claws56
1195
1196         * src/prefs_filtering.c 
1197                 fix segfault in prefs_filtering_ok() when the
1198                 last entry is deleted and prevents that the
1199                 message "entry not saved" comes up after deleting
1200                 an entry
1201
1202 2003-02-27 [paul]       0.8.10claws55
1203
1204         * sync with 0.8.10cvs18
1205                 see ChangeLog 2003-02-27
1206
1207 2003-02-27 [paul]       0.8.10claws54
1208
1209         * src/addressbook.c
1210                 fix bug where the address book crashes with 
1211                 multiple lookups.
1212                 Patch [687729] submitted by David Frager 
1213                 <dbfrager@users.sourceforge.net>
1214
1215 2003-02-25 [christoph]  0.8.10claws53
1216
1217         * src/Makefile.am
1218         * src/colorlabel.[ch]           ** REMOVE **
1219         * src/gtk/Makefile.am
1220         * src/gtk/colorlabel.[ch]       ** NEW **
1221                 move colorlabel files to gtk directory
1222
1223         * src/esmtp.[ch]                ** REMOVE **
1224                 has been merged into smtp.[ch] in 0.7.5
1225
1226 2003-02-25 [christoph]  0.8.10claws52
1227
1228         * src/Makefile.am
1229         * src/about.[ch]                ** REMOVE **
1230         * src/gtk/Makefile.am
1231         * src/gtk/about.[ch]            ** NEW **
1232                 move about files to gtk directory
1233
1234 2003-02-25 [christoph]  0.8.10claws51
1235
1236         * src/folder.c
1237                 some code optimization of folder scanning code
1238
1239         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1240
1241 2003-02-25 [christoph]  0.8.10claws50
1242
1243         * src/main.c
1244         * src/common/sylpheed.c
1245                 add command line parameter parsing to common code
1246
1247 2003-02-24 [christoph]
1248
1249         * Makefile.am
1250         * configure.ac
1251                 fix gnome prefix problems, the configure script now removed
1252                 `gnome-config --prefix` from `gnome-config --datadir`
1253                 and adds $(prefix} instead
1254
1255         (closes Bug 24 Makefile does not respect prefix when installing
1256          GNOME data)
1257
1258 2003-02-24 [christoph]  0.8.10claws49
1259
1260         * src/news.c
1261                 check for valid session before trying to authenticate
1262
1263         (closes Bug 60 crash if "authenticate on logon" is activated
1264          and newsserver-hostname is not valid)
1265
1266 2003-02-24 [melvin]     0.8.10claws48
1267
1268         * src/prefs_actions.c
1269                 Make sure all user's input is sent to the action and then
1270                 close the socket..
1271
1272 2003-02-23 [alfons]     0.8.10claws46
1273
1274         * src/summaryview.c
1275                 also wait cursor when deleting files
1276
1277 2003-02-23 [paul]
1278
1279         * tools/freshmeat_search.pl
1280           tools/google_search.pl
1281                 scripts should now work for any browser/browser command line
1282
1283 2003-02-22 [christoph]  0.8.10claws45
1284
1285         * src/procmsg.c
1286                 fix IMAP flag setting, IMAP flag is not handled correctly
1287                 anymore by the folder system and information about the
1288                 folder should not be saved in the MsgInfo (in my opinion)
1289
1290         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1291
1292 2003-02-22 [christoph]  0.8.10claws44
1293
1294         * src/summaryview.c
1295                 fix spelling of "label" ;-)
1296
1297 2003-02-22 [thorsten]   0.8.10claws43
1298
1299         * src/mimeview.c
1300           src/prefs_common.[ch]
1301           src/procmime.[ch]
1302                 do not use description as attachment name
1303
1304 2003-02-22 [alfons]     0.8.10claws42
1305
1306         * src/summaryview.c
1307                 freeze/thaw folder item updates when changing color labels,
1308                 and put a wait cursors on
1309
1310 2003-02-22 [thorsten]   0.8.10claws41
1311
1312         * src/mimeview.c
1313                 save-all fixes: crash if invoked on multipart container,
1314                 mimeinfo access, pathseparators, error dialog
1315
1316 2003-02-21 [alfons]     0.8.10claws40
1317
1318         * src/prefs_gtk.c
1319                 remove unused var
1320
1321 2003-02-21 [colin]      0.8.10claws39
1322
1323         * src/send.c
1324                 Fix smtp logging
1325
1326 2003-02-21 [colin]      0.8.10claws38
1327
1328         * src/summaryview.c
1329                 Freeze/thaw folderItem updates when filtering messages 
1330                 via Tools/Filter messages
1331
1332 2003-02-21 [paul]       0.8.10claws37
1333
1334         * src/compose.c
1335                 revert commit 0.8.10claws26, there are ulterior motives
1336                 for users to set a Reply-To header when posting to
1337                 newsgroups
1338
1339 2003-02-21 [paul]       0.8.10claws36
1340
1341         * sync with 0.8.10cvs17
1342                 see ChangeLog 2003-02-21
1343
1344 2003-02-20 [christoph]  0.8.10claws35
1345
1346         * src/imap.c
1347                 IMAP UID fetch speedup using SEARCH
1348
1349         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1350
1351         * src/imap.c
1352                 fix problem with UIDs in IMAP UID cache that no longer existed
1353
1354 2003-02-20 [christoph]  0.8.10claws34
1355
1356         * src/imap.c
1357         * src/procheader.c
1358         * src/procheader.h
1359                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1360
1361         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1362
1363         * src/imap.c
1364                 Rewrite imap_cmd_gen_recv use sock_getline instead
1365                 of sock_gets to avoid problems with too long reply
1366                 lines
1367     
1368 2003-02-20 [colin]      0.8.10claws33
1369         
1370         * src/prefs_account.c
1371                 Better wording
1372
1373 2003-02-20 [colin]      0.8.10claws32
1374
1375         * src/compose.c
1376                 Remove useless '&& !to_sender' 
1377
1378 2003-02-20 [darko]
1379
1380         * AUTHORS
1381                 change my e-mail address
1382
1383 2003-02-19 [colin]      0.8.10claws31
1384
1385         * src/prefs_common.c
1386                 X11 style colors for every configurable color
1387
1388 2003-02-19 [alfons]     0.8.10claws30
1389
1390         * src/prefs_gtk.[ch]
1391         * src/prefs_common.c
1392                 for color_new accept both plain integers and X11 style color
1393                 names (as found in /usr/lib/X11/rgb.txt)
1394
1395 2003-02-19 [paul]       0.8.10claws29
1396
1397         * src/mainwindow.c
1398                 add tooltips to online/offline button and account selector
1399                 button
1400
1401 2003-02-19 [paul]       0.8.10claws28
1402
1403         * src/folder.c
1404           src/news.c
1405           src/prefs_account.[ch]
1406           src/prefs_common.[ch]
1407                 move 'Maximum number of articles to download' to
1408                 account prefs.
1409                 clean up account prefs gui a little by hiding entries
1410                 rather then greying out entries
1411
1412 2003-02-19 [hiro]       0.8.10claws27
1413
1414         * src/common/utils.c
1415                 fix bug #54 'yesterdays date is displayed in the message 
1416                 summary window'
1417
1418 2003-02-19 [paul]       0.8.10claws26
1419
1420         * src/compose.c
1421                 fix bug reported in Feature Request [688596] 
1422                 'Reply-to header in news'
1423
1424 2003-02-18 [paul]       0.8.10claws25
1425
1426         * src/select-keys.c
1427                 add a 'List all keys' button to key selection dialog
1428
1429 2003-02-18 [colin]      0.8.10claws24
1430         
1431         * src/stock_pixmap.c
1432                 fix compile error
1433
1434 2003-02-18 [colin]      0.8.10claws23
1435
1436         * src/common/smtp.[ch]
1437           src/prefs_account.c
1438                 Try to starttls if it seems to be the only
1439                 way to authenticate a user
1440
1441 2003-02-18 [paul]       0.8.10claws22
1442
1443         * src/Makefile.am
1444           src/folderview.c
1445           src/stock_pixmap.[ch]
1446           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1447           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1448                 as a Drafts folder is a special folder allow it to have
1449                 its own unique icons
1450
1451 2003-02-18 [colin]      0.8.10claws21
1452
1453         * src/imap.c
1454                 Fix port selection when using starttls
1455
1456 2003-02-18 [paul]       0.8.10claws20
1457
1458         * src/mainwindow.c
1459           src/prefs_common.[ch]
1460                 make blue the default new mail colour
1461
1462 2003-02-18 [paul]       0.8.10claws19
1463
1464         * sync with 0.8.10cvs14
1465                 see ChangeLog 2003-02-18
1466
1467 2003-02-17 [jens]       0.8.10claws18
1468
1469         * src/common/md5.c
1470                 fixed a compile problem with gcc 3.3
1471                 works on 2.95.3 too (testet on PPC as it is big endian)
1472
1473 2003-02-17 [paul]       0.8.10claws17
1474
1475         * sync with 0.8.10cvs13
1476                 see ChangeLog 2003-02-17
1477
1478 2003-02-17 [paul]       0.8.10claws16
1479
1480         * sync with 0.8.10cvs12
1481                 see ChangeLog 2003-02-17
1482
1483 2003-02-16 [match]      0.8.10claws15
1484
1485         * src/addressbook.c
1486                 Eliminates reloading of address data when items
1487                 deleted or added. Applied submitted by
1488                 Luke Plant <lukeplant@softhome.net>
1489
1490 2003-02-16 [paul]       0.8.10claws14
1491
1492         * src/news.c
1493                 when a 'protocol error' is encountered disconnect from
1494                 the server. This means that the user can carry on viewing
1495                 other articles and doesn't have to either wait until the
1496                 server timesout or quit sylpheed.
1497                 Fixes bug #53 'Unable to read messages in newsgroups, 
1498                 displayed message doesn't change'
1499
1500 2003-02-15 [christoph]  0.8.10claws13
1501
1502         * src/imap.c
1503                 fix bug that stopped scanning of folders when an
1504                 IMAP folder was empty
1505
1506         (closes bug 46 stop scan messages in folders after empty folder)
1507
1508 2003-02-15 [paul]
1509
1510         * tools/Makefile.am
1511           tools/README
1512           tools/freshmeat_search.pl     ** NEW FILE **
1513           tools/google_search.pl        ** NEW FILE **
1514                 Add 2 Actions scripts which search freshmeat/google
1515                 for the selected text using the browser configured
1516                 in sylpheedrc.
1517                 
1518         Note: These scripts are very dependent on the format of the
1519         browser command and may not work on every occasion. Testing
1520         is welcome. 
1521
1522 2003-02-14 [alfons]     0.8.10claws12
1523
1524         * src/compose.c
1525                 fix breakage because of uninitialized account pointer.
1526                 please verify.
1527
1528 2003-02-14 [paul]       0.8.10claws11
1529
1530         * src/compose.c
1531           src/prefs_account.[ch]
1532           src/prefs_common.[ch]
1533                 move signature settings to Account Prefs
1534
1535 2003-02-14 [paul]       0.8.10claws10
1536
1537         * sync with 0.8.10cvs11
1538                 see ChangeLog 2003-02-14
1539
1540 2003-02-13 [thorsten]   0.8.10claws9
1541
1542         * src/news.c
1543                 revert news progressbar (GUI separation)
1544
1545 2003-02-13 [paul]       0.8.10claws8
1546
1547         * src/compose.c
1548                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1549                 paragraph 1
1550
1551 2003-02-13 [paul]       0.8.10claws7
1552
1553         * src/compose.[ch]
1554           src/summaryview.c
1555                 fix 'Follow-up and Reply-to' so that it creates a reply to
1556                 the newsgroup and the sender. If the message has the keyword
1557                 'poster' in the Followup-To header, all replies go to the
1558                 sender, re: RFC 1036, Section 2.2.3
1559                 rename all instances of 'ignore_replyto' to 'to_sender', both
1560                 were previously used, now we use just one.
1561
1562 2003-02-13 [paul]       0.8.10claws6
1563
1564         * sync with 0.8.10cvs9
1565                 see ChangeLog 2003-02-13
1566
1567 2003-02-13 [paul]       0.8.10claws5
1568
1569         * configure.ac
1570                 show which plugins are configured in the configure
1571                 output.
1572
1573 2003-02-12 [thorsten]   0.8.10claws4
1574
1575         * src/news.c
1576                 show progress while fetching news headers
1577
1578 2003-02-12 [christoph]  0.8.10claws3
1579
1580         * configure.ac
1581         * src/plugins/Makefile.am
1582                 use AM_CONDITIONAL to enable plugins, automake correctly
1583                 manages this when creating distdir
1584
1585 2003-02-12 [christoph]  0.8.10claws2
1586
1587         * ac/spamassassin.m4
1588         * src/plugins/spamassassin/Makefile.am
1589                 fix building SpamAssassin plugin without OpenSSL
1590
1591 2003-02-12 [paul]       0.8.10claws1
1592
1593         * ac/Makefile.am
1594           src/Makefile.am
1595           src/plugins/Makefile.am
1596                 fix failure of 'make release'
1597
1598 2003-02-12 [paul]       0.8.10claws
1599
1600         * 0.8.10claws released
1601
1602 2003-02-12 [paul]       0.8.9claws56
1603
1604         * po/bg.po
1605           po/es.po
1606           po/it.po
1607           po/ru.po
1608           po/sr.po
1609                 updated translations by George Danchev, Ricardo Mones Lastra,
1610                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1611                 
1612         * sylpheed.spec.in
1613                 Allow the building of RPMs by a regular user. Submitted
1614                 by Sergei Astanin
1615
1616 2003-02-11 [alfons]     0.8.9claws55
1617
1618         * src/colorlabel.c
1619                 don't use pixmaps for label color rect but draw rectangles
1620                 so we can respect the color map of palette based visuals
1621                 (fixes the long time crashes on Suns - thanks to Andreas
1622                 Engel and Steve O'Hara-Smith for testing)
1623
1624 2003-02-11 [christoph]  0.8.9claws54
1625
1626         * src/matcher_parser_parse.y
1627                 correct bug where filering rules of not existing folders in
1628                 matcherrc were added to global filtering
1629                 
1630         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1631          main filter-rules after removing directory, http://bugs.debian.org/180253)
1632         
1633 2003-02-11 [paul]       0.8.9claws53
1634
1635         * sync with 0.8.10cvs7
1636                 see ChangeLog 2003-02-09
1637
1638 2003-02-11 [melvin]     0.8.9claws52
1639
1640         * po/fr.po
1641                 Updated French tranlsations
1642
1643 2003-02-10 [paul]       0.8.9claws51
1644
1645         * sylpheed.spec.in
1646                 correct --enable-openssl
1647                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1648
1649 2003-02-09 [martin]     0.8.9claws50
1650
1651         * src/prefs_matcher.c
1652                 fix segfault in prefs_matcher_substitute_cb() when
1653                 no row is selected
1654
1655 2003-02-09 [paul]       0.8.9claws49
1656
1657         * src/folderview.c
1658                 fix bug where a newsgroup folder's processing rules were
1659                 merged with the global filtering rules when the newsgroup
1660                 folder was deleted, causing some seriously bad results,
1661                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1662
1663 2003-02-08 [melvin]     0.8.9claws48
1664
1665         * src/compose.c
1666                 Corrected and modified an alert message.
1667
1668 2003-02-07 [paul]       0.8.9claws47
1669
1670         * src/folderview.c
1671                 fix bug where both an 'Account properties' window and a
1672                 'Folder properties' window were opened when clicking on
1673                 'Properties' in an NNTP or IMAP folder's popup menu.
1674
1675 2003-02-07 [paul]       0.8.9claws46
1676
1677         * sync with 0.8.10cvs6
1678                 see ChangeLog 2003-02-06
1679
1680 2003-02-06 [christoph]  0.8.9claws45
1681
1682         * src/mbox.c
1683                 freeze folder updates while importing mbox files
1684                 (closes bug 43 importing mbox took hours)
1685                 
1686         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1687
1688 2003-02-06 [thorsten]   0.8.9claws44
1689
1690         * po/de.po
1691                 Updated german translations
1692
1693 2003-02-06 [thorsten]   0.8.9claws43
1694
1695         * src/news.h
1696                 use guint for message numbers (fix count in grouplist dialog)
1697
1698 2003-02-05 [paul]       0.8.9claws42
1699
1700         * sync with 0.8.10cvs2
1701                 see ChangeLog 2003-02-05
1702
1703 2003-02-04 [colin]      0.8.9claws41
1704
1705         * src/prefs_common.[ch]
1706           src/procmsg.c
1707           src/summaryview.c
1708                 Add an option to disable threading by subject
1709
1710 2003-02-04 [christoph]  0.8.9claws40
1711
1712         * src/inc.c
1713                 only abort fetching mails from multiple accounts when the
1714                 error is fatal and does not allow to check any more accounts
1715                 (currently only disk full error)
1716
1717         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1718          receive mails for other accouts)
1719
1720 2003-02-04 [christoph]  0.8.9claws39
1721
1722         * src/folder.c
1723                 first add the new message to the cache, then
1724                 send the update notification
1725
1726         (closes bug 39 after sending message folderview doesnt get updated)
1727
1728 2003-02-04 [colin]      0.8.9claws38
1729
1730         * src/inc.c
1731                 _really_ fix this Connecting... status
1732
1733 2003-02-04 [paul]       0.8.9claws37
1734
1735         * sync with 0.8.10
1736                 see ChangeLog 2003-02-04
1737
1738 2003-02-04 [paul]       0.8.9claws36
1739
1740         * sync with 0.8.9cvs6
1741                 see ChangeLog 2003-02-03
1742
1743 2003-02-04 [paul]       0.8.9claws35
1744
1745         * po/pt_BR.po
1746                 updated by André Filipe de Assunção e Brito 
1747                 <bedecko@netsite.com.br>
1748
1749 2003-02-03 [thorsten]   0.8.9claws34
1750
1751         * po/de.po
1752                 Updated german translations
1753
1754 2003-02-02 [paul]       0.8.9claws33
1755
1756         * po/es.po
1757                 updated by Ricardo Mones Lastra
1758
1759 2003-02-02 [thorsten]   0.8.9claws32
1760
1761         * src/mh.c
1762                 Fix mh_get_msginfo() segfault if file is inaccessible
1763
1764 2003-01-31 [colin]      0.8.9claws31
1765
1766         * src/procheader.c
1767                 Fix last commit's bug
1768
1769 2003-01-31 [colin]      0.8.9claws30
1770
1771         * src/procheader.c
1772                 Missing a change for gpg-signed messages
1773
1774 2003-01-31 [paul]       0.8.9claws29
1775
1776         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1777           src/procheader.c
1778           src/stock_pixmap.[ch]
1779           src/summaryview.c
1780                 indicate GnuPG signed messages by displaying an icon
1781                 in the Attachment column.
1782
1783 2003-01-31 [paul]       0.8.9claws28
1784
1785         * sync with 0.8.9cvs4
1786                 see ChangeLog 2003-01-31
1787
1788 2003-01-31 [alfons]     0.8.9claws27
1789
1790         * src/textview.c
1791                 tune URI parser to accept mailto URLs with a '?'
1792                 (patch from Ruslan Balkin)
1793
1794 2003-01-31 [colin]      0.8.9claws26
1795
1796         * src/summaryview.c
1797                 Fix a leak introduced in claws24
1798
1799 2003-01-31 [colin]      0.8.9claws25
1800
1801         * src/summaryview.c
1802                 Freeze/Thaw folder updates when deleting dups
1803
1804 2003-01-31 [colin]      0.8.9claws24
1805         
1806         * src/addr_compl.c
1807           src/summaryview.c
1808           src/msgcache.c
1809                 little speed improvements
1810
1811 2003-01-31 [colin]      0.8.9claws23
1812
1813         * src/summaryview.c
1814                 Fix segfault when forwarding nothing
1815                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1816                 
1817 2003-01-30 [paul]       0.8.9claws22
1818
1819         * sync with 0.8.9cvs3
1820                 see ChangeLog 2003-01-30
1821
1822 2003-01-30 [paul]       0.8.9claws21
1823
1824         * sync with 0.8.9cvs2
1825                 see ChangeLog 2003-01-30
1826
1827 2003-01-29 [paul]       0.8.9claws20
1828
1829         * sync with 0.8.9cvs1
1830                 see ChangeLog 2003-01-29
1831
1832 2003-01-28 [paul]       0.8.9claws19
1833
1834         * po/POTFILES.in
1835                 update to reflect changes. 
1836                 thanks to Ricardo Mones Lastra
1837
1838 2003-01-27 [christoph]  0.8.9claws18
1839
1840         * ac/openssl.m4
1841         * ac/spamassassin.m4
1842         * src/plugins/spamassassin/README
1843         * src/plugins/spamassassin/libspamc.[ch]
1844         * src/plugins/spamassassin/utils.[ch]
1845                 updated to latest libspamc
1846
1847 2003-01-27 [christoph]  0.8.9claws17
1848
1849         * src/folder.c
1850                 fix wrong use of procheader_get_header_fields
1851
1852 2003-01-27 [christoph]  0.8.9claws16
1853
1854         * src/news.c
1855         * src/prefs_account.[ch]
1856         * src/common/nntp.[ch]
1857                 allow to force authentication for NNTP servers
1858
1859         Patch submitted by Florian Mickler <dmk@d-labs.de>
1860
1861 2003-01-26 [paul]       0.8.9claws15
1862
1863         * src/summaryview.c
1864                 speed up of marking messages as read
1865                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1866
1867 2003-01-26 [christoph]  0.8.9claws14
1868
1869         * src/Makefile.am
1870         * src/mgutils.[ch]              ** REMOVE **
1871         * src/xml.[ch]                  ** REMOVE **
1872         * src/xmlprops.[ch]             ** REMOVE **
1873         * src/common/Makefile.am
1874         * src/common/mgutils.[ch]       ** NEW **
1875         * src/common/xml.[ch]           ** NEW **
1876         * src/common/xmlprops.[ch]      ** NEW **
1877                 move xml files to common directory
1878
1879 2003-01-26 [christoph]  0.8.9claws13
1880
1881         * src/plugins/spamassassin/spamassassin_gtk.c
1882                 only set gtk entry text if string is available
1883
1884 2003-01-26 [melvin]     0.8.9claws12
1885
1886         * src/description_window.c
1887                 Allow resizing of the window
1888                 Allow automatic horizontal scroll bar
1889                 Do not vertically expand and fill
1890
1891 2003-01-26 [christoph]  0.8.9claws11
1892
1893         * src/Makefile.am
1894         * src/gtkutils.[ch]             ** REMOVE **
1895         * src/common/sylpheed.c
1896         * src/gtk/Makefile.am
1897         * src/gtk/description_window.c
1898         * src/gtk/gtkutils.[ch]         ** NEW **
1899         * src/gtk/prefswindow.c
1900                 move gtkutils to gtk directory
1901
1902 2003-01-26 [paul]       0.8.9claws10
1903
1904         * src/summaryview.c
1905                 rename summary_unread_clicked() to summary_status_clicked()
1906
1907 2003-01-26 [melvin]     0.8.9claws9
1908
1909         * src/prefs_actions.c
1910                 Cosmetical changes to the help text
1911
1912 2003-01-26 [paul]       0.8.9claws8
1913
1914         * src/folder.[ch]
1915           src/mainwindow.c
1916           src/prefs_common.c
1917           src/prefs_sumamry_column.c
1918           summaryview.[ch]
1919                 rename the 'Unread' column to 'Status'
1920
1921 2003-01-25 [match]      0.8.9claws7
1922
1923         * src/mgutils.[ch]
1924                 removed reference to LDAP constants. removed error2string.
1925                 included functions to support LDAP dynamic queries.
1926         * src/syldap.h
1927                 moved LDAP constants here.
1928         * src/addressbook.c
1929         * src/addrindex.c
1930         * src/importldif.c
1931                 removed references to LDAP constants and references to
1932                 error2string.
1933
1934 2003-01-25 [paul]       0.8.9claws6
1935
1936         * src/summaryview.c
1937                 summary_thread_build(), summary_thread_init(): remove 
1938                 unneeded reference to summaryview->folder_item
1939
1940 2003-01-25 [christoph]  0.8.9claws5
1941
1942         * src/gtk/description_window.c
1943                 o allow description texts to expand over multiple columns
1944                 o translate all columns
1945         * src/prefs_actions.c
1946                 change syntax description to use new multi column feature
1947
1948         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1949
1950 2003-01-25 [match]      0.8.9claws4
1951
1952         * src/vcard.c
1953                 fixed bug with Quoted-Printable
1954
1955 2003-01-25 [paul]       0.8.9claws3
1956
1957         * src/folder.[ch]
1958           src/summaryview.[ch]
1959                 implement per-folder collapsed/expanded threads setting
1960                 
1961         * src/prefs_common.c
1962                 remove global collapsed/expanded threads option
1963
1964 2003-01-25 [christoph]  0.8.9claws2
1965
1966         * po/POTFILES.in
1967                 add pluginwindow and prefswindow
1968         * src/compose.c
1969                 make send respond correctly to messages that could be added
1970                 to the queue folder, but the UID of the message is unknown
1971         * src/folder.c
1972         * src/imap.c
1973                 don't return guessed UIDs in imap_add_msg anymore. We return
1974                 0 to tell the folder system it was appened but the UID is
1975                 unknown. Folder system now get's the UID by scaning the folder
1976                 and searching the cache for the Message-ID
1977                 (closes bug #29 Messages queued, but not sent)
1978
1979 2003-01-25 [paul]       0.8.9claws1
1980
1981         * src/codeconv.c
1982                 conv_encode_header():  fix bug when long headers with 8-bit
1983                 characters are used, so that the encoded words are wrapped.
1984                 If the space in the original text falls on the wrap boundary,
1985                 it can be lost.
1986                 Patch by Sergey Vlasov.
1987                 
1988         * src/folderview.c
1989                  fix bug where a change to the sorting method or thread view
1990                  of a folder's messages is lost if simpify-subject is set and
1991                  toggled on or off.
1992                  Patch by Luke Plant.
1993
1994 2003-01-24 [paul]       0.8.9claws
1995
1996         * sylpheed-0.8.9claws released
1997         
1998         * Makefile.am
1999           sylpheed.spec.in
2000                 remove reference to 'INSTALL.jp'
2001
2002 2003-01-23 [paul]       0.8.8claws128
2003
2004         * po/es.po
2005           po/it.po
2006           po/ru.po
2007           po/sr.po
2008                 updated translations. submitted by Ricardo Mones Lastra,
2009                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
2010
2011 2003-01-23 [colin]      0.8.8claws127
2012
2013         * src/compose.c
2014                 Fix drafted and queued news articles re-edition
2015
2016 2003-01-23 [melvin]     0.8.8claws126
2017
2018         * po/fr.po
2019                 Updated French translations
2020
2021 2003-01-23 [colin]      0.8.8claws125
2022
2023         * src/inc.c
2024                 Fix "Connecting to..." status message
2025
2026 2003-01-22 [paul]       0.8.8claws124
2027
2028         * po/bg.po
2029                 updated by George Danchev
2030                 
2031         * src/folder.c
2032                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
2033                 and folder deletion
2034
2035 2003-01-21 [paul]       0.8.8claws123
2036
2037         * po/bg.po
2038                 updated by George Danchev
2039                 
2040         * src/about.c
2041                 its now 2003
2042                 
2043         * src/toolbar.c
2044                 don't translate 'Separator'
2045                 
2046         * src/plugins/spamassassin/Makefile.am
2047                 add aspell to CPPFLAGS
2048                 
2049         * src/plugins/spamassassin/spamassassin.c
2050           src/plugins/spamassassin/spamassassin_gtk.c
2051                 set correct default for spamassassin_receive_spam
2052                 slightly re-word descriptions and some
2053                 other minor changes
2054
2055 2003-01-19 [alfons]     0.8.8claws122
2056                 
2057         * src/mimeview.c
2058                 mimeview_save_as(): we might as well show the file name for
2059                 the single case "Save As" too
2060
2061 2003-01-19 [alfons]     0.8.8claws121
2062
2063         * src/crash.c
2064                 change bug tracker URL to bugzilla URL
2065
2066 2003-01-19 [alfons]     0.8.8claws120
2067
2068         * src/mimeview.c
2069                 mimeview_save_all(): display name of file before overwriting;
2070                 continue saving all, even when one overwrite was cancelled
2071
2072 2003-01-19 [christoph]  0.8.8claws119
2073
2074         * src/summaryview.c
2075         * src/procmsg.[ch]
2076                 fix wrong usage of procmsg_find_children in summaryview
2077                 by using procmsg_update_unread_children instead of
2078                 summaryview_update_unread_children
2079
2080 2003-01-19 [christoph]  0.8.8claws118
2081
2082         * src/procmsg.c
2083                 fix infinite loop in procmsg_find_children
2084                  (closes bug #25 sylpheed crashes on delete.)
2085
2086         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2087
2088 2003-01-19 [paul]       0.8.8claws117
2089
2090         * po/pt_BR.po
2091                 updated by Ivan Francolin Martinez
2092
2093 2003-01-18 [melvin]     0.8.8claws116
2094
2095         * src/prefs_actions.c
2096                 Removed syntax limitation of only one '&' at the end of command.
2097                         Now actions that contain '>/dev/null 2>&1' are possible.
2098
2099 2003-01-18 [melvin]     0.8.8claws115
2100
2101         * src/prefs_actions.c
2102                 Actions IO dialog: when the action ends
2103                 the "Close" button now has focus and [Escape] closes the
2104                 window.
2105
2106 2003-01-18 [christoph]  0.8.8claws114
2107
2108         * src/procmsg.c
2109                 o add debug output when MsgInfos are really freed
2110                 o free GSLists in procmsg_find_children and
2111                   procmsg_update_unread_children
2112
2113 2003-01-18 [christoph]  0.8.8claws113
2114
2115         * src/mainwindow.c
2116                 reorder Configuration menu
2117
2118 2003-01-18 [christoph]  0.8.8claws112
2119
2120         * src/compose.c
2121                 fix applying templates to forwarded messages
2122
2123         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2124
2125 2003-01-17 [christoph]  0.8.8claws111
2126
2127         * src/folder.c
2128                 destroy folder items, when a folder item is removed
2129
2130 2003-01-17 [christoph]  0.8.8claws110
2131
2132         * src/folder.c
2133                 fix wrong folder stats update when ignored message is
2134                 deleted
2135
2136 2003-01-17 [colin]      0.8.8claws109
2137         
2138         * src/mainwindow.c
2139         * src/summaryview.c
2140                 Quicksearch bugfixes: 
2141                 - hide help button at startup if not extended
2142                 - switch to extended when looking for replies
2143
2144 2003-01-17 [paul]
2145
2146         * sync with 0.8.9 release
2147
2148 2003-01-17 [paul]       0.8.8claws108
2149
2150         * sync with 0.8.8cvs11
2151                 see ChangeLog 2003-01-17
2152
2153 2003-01-16 [colin]      0.8.8claws107
2154
2155         * src/procmsg.c
2156                 Changed encryption test to re-ask passphrase
2157                 if an encrypted message hasn't been decrypted
2158                 Fixes bug #5
2159
2160 2003-01-16 [christoph]  0.8.8claws106
2161
2162         * src/prefs_gtk.c
2163         * src/prefs_toolbar.c
2164         * src/gtk/prefswindow.h
2165         * src/plugins/spamassassin/spamassassin_gtk.c
2166                 remove page destroy function that is not used anymore
2167
2168 2003-01-16 [paul]       0.8.8claws105
2169
2170         * sync with 0.8.8cvs9
2171                 see ChangeLog 2002-01-16
2172
2173 2003-01-16 [colin]      0.8.8claws104
2174
2175         * src/compose.[ch]
2176                 Fix bug with autosaved drafts for IMAP, when draft
2177                 folder is specified - fixes bugzilla bug #20
2178
2179 2003-01-15 [paul]       0.8.8claws103
2180
2181         * src/compose.[ch]
2182           src/procmsg.c
2183                 store folder and message-id of message forwarding
2184                 in queue header and set forward flag after sending
2185
2186 2003-01-15 [paul]       0.8.8claws102
2187
2188         * sync with 0.8.8cvs8
2189                 see ChangeLog 2002-01-15
2190
2191 2003-01-15 [colin]      0.8.8claws101
2192
2193         * src/Makefile.am
2194                 Fix linking with GNU libiconv
2195
2196 2003-01-15 [darko]      0.8.8claws100
2197
2198         * src/pine.c
2199                 fix crash when importing pine address book
2200                 entry with an empty name (reported by DY
2201                 <dybulk at tri8.net>)
2202
2203 2003-01-14 [paul]       0.8.8claws99
2204
2205         * configure.in  ** REMOVED **
2206           configure.ac  ** NEW FILE **
2207                 rename configure.in to configure.ac, as it is now
2208                 preferred
2209
2210 2003-01-14 [melvin]     0.8.8claws98
2211
2212         * src/folderview.c
2213                 folderview_check_new(): More precise function description
2214
2215 2003-01-14 [melvin]     0.8.8claws97
2216
2217         * src/folderview.c
2218                 folderview_check_new(): return the number of new messages 
2219                         since last check.
2220         * src/inc.c
2221                 inc_account_mail(): Disable counting of new messages for IMAP
2222                         and NNTP until bug [19] and [14] are fixed.
2223
2224 2003-01-14 [paul]       0.8.8claws96
2225
2226         * sync with 0.8.8cvs6
2227                 see ChangeLog 2003-01-14
2228
2229 2003-01-13 [alfons]     0.8.8claws95
2230
2231         * src/textview.c
2232                 tune email address validation (c. 0.8.8claws89): if . is 
2233                 just one char away from @, the address is invalid too 
2234                 (correctly rejects addresses like foo@.com)
2235
2236 2003-01-13 [paul]       0.8.8claws94
2237
2238         * src/messageview.c
2239           src/toolbar.c
2240                 fixes to the Message View toolbar and menu:
2241                 fix non-functioning Forward button
2242                 make Reply button consider default_reply_list
2243                 remove 'Follow-up...' menu entry
2244                 add 'Forward' and 'Redirect' menu entries
2245
2246 2003-01-13 [melvin]     0.8.8claws93
2247
2248         * src/inc.c
2249                 Fixed typo that could make new messages count incorrect.
2250
2251 2003-01-13 [melvin]     0.8.8claws92
2252
2253         * src/folderview.[ch]
2254                 folderview_check_new(): return the number of new messages.
2255         * src/inc.c
2256                 Should fix bug [14] where new mail notification worked 
2257                         incorrectly with IMAP accounts.
2258                 inc_spool_account(): return number of new msgs, or -1 on error
2259                 inc_all_spool(): return number of new msgs
2260                 
2261 2003-01-13 [melvin]     0.8.8claws91
2262
2263         * src/prefs_actions.c
2264                 Justify help text.
2265
2266 2003-01-12 [thorsten]   0.8.8claws90
2267
2268         * src/common/prefs.c
2269                 close file before rename
2270
2271 2003-01-12 [alfons]     0.8.8claws89
2272
2273         * AUTHORS
2274                 add Christian Mertes
2275         * src/common/utils.[ch]
2276                 g_stricase_hash(), g_stricase_equal(): functions for 
2277                 case insensitive hash tables
2278         * src/textview.c
2279                 use top level domain names to validate email address, based
2280                 on a patch by Christian Mertes (thanks!), but changed 
2281                 implementation to use a hash table 
2282
2283 2003-01-12 [paul]       0.8.8claws88
2284
2285         * po/bg.po
2286                 updated by George Danchev
2287
2288 2003-01-12 [alfons]     0.8.8claws87
2289
2290         * src/summaryview.c
2291                 delete / execute performance: use new style folder update
2292
2293 2003-01-12 [paul]       0.8.8claws86
2294
2295         * sync with 0.8.8cvs5
2296                 see ChangeLog 2003-01-13 (!)
2297
2298 2003-01-12 [alfons]     0.8.8claws85
2299
2300         * src/filtering.c
2301         * src/matcher_parser_parse.y
2302                 prepare change_score filtering action
2303         * src/matcher.[ch]
2304                 give up const-correctness on functions that call non-const-correct functions;
2305                 several casts to gpointer in g_free();
2306                 add change_score;
2307
2308 2003-01-12 [christoph]  0.8.8claws84
2309
2310         * src/compose.c
2311                 fix 2 warnings
2312
2313         * src/gtk/prefswindow.[ch]
2314         * src/plugins/spamassassin/spamassassin_gtk.c
2315                 changed the call of the widget create function
2316                 for PrefsPages, because sometimes the widget
2317                 create function needs a widget that already has
2318                 been attached to a window (to create GDK pixmaps
2319                 for exmaple). So we simply pass the GtkWindow as
2320                 the second parameter now.
2321
2322         * src/main.c
2323         * src/mainwindow.c
2324         * src/prefs_toolbar.[ch]
2325                 rewrite Toolbar Preferences using the new
2326                 prefs window
2327
2328 2003-01-11 [alfons]     0.8.8claws83
2329
2330         * src/addressadd.c
2331                 fix crash when adding sender to addressbook because status bar
2332                 isn't there (the status bar doesn't seem to be used though,
2333                 but I'll let Match decide what to do with it)
2334
2335 2003-01-11 [colin]      0.8.8claws82
2336
2337         * src/main.c
2338           src/toolbar.c
2339                 Two useless changes reversed
2340
2341 2003-01-11 [colin]      0.8.8claws81
2342
2343         * src/mainwindow.c
2344           src/mainwindow.h
2345                 Add mainwindow_get_mainwindow()
2346         * src/alertpanel.c
2347           src/alertpanel.h
2348                 Add alertpanel_error_log() 
2349         * src/compose.c
2350           src/inc.c
2351           src/messageview.c
2352           src/toolbar.c
2353           src/main.c
2354           src/procmsg.c
2355                 Network errors get a View Log button
2356
2357 2003-01-10 [alfons]     0.8.8claws80
2358
2359         * src/prefs_toolbar.c
2360         * src/toolbar.c
2361                 use the translatable string for "Separator" as file name for
2362                 separator toolbar items (probably make this uppercase?)
2363
2364 2003-01-10 [alfons]     0.8.8claws79
2365
2366         * src/prefs_toolbar.c
2367                 put right A_SEPARATOR description string in "displayed
2368                 toolbar items list" so manually added separators are
2369                 saved correctly (bug #10, "Adding a separator to the main 
2370                 toolbar fails, entry in xml file is wrong")
2371
2372 2003-01-10 [christoph]  0.8.8claws78
2373
2374         * src/imap.c
2375                 o fix warnings
2376                 o use CAPABILITY to check if NAMESPACE is available
2377
2378 2003-01-10 [christoph]  0.8.8claws77
2379
2380         * src/imap.[ch]
2381                 apply UIDPLUS IMAP extension support patch
2382
2383         Patch submitted by Simon 'corecode' Schubert
2384
2385 2003-01-10 [paul]       0.8.8claws76
2386
2387         * src/folderview.c
2388                 a sync from main which fixes the news account folders'
2389                 Properties bug
2390
2391 2003-01-10 [christoph]  0.8.8claws75
2392
2393         * src/folder.c
2394                 don't accept 0 as a valid uid returned by copy and move
2395                 functions. 0 means the message was copied or moved but the
2396                 new uid could not be fetched. It is not an error condition
2397                 for the copy or move operation.
2398
2399 2003-01-10 [paul]       0.8.8claws74
2400
2401         * src/prefs_filtering.c
2402                 change English used in Alert when entry is not
2403                 saved.
2404                 
2405         * sync with 0.8.8cvs4
2406                 see ChangeLog 2003-01-10
2407
2408 2003-01-10 [darko]      0.8.8claws73
2409
2410         * src/pine.c
2411                 fix crash when importing address book entry
2412                 without a valid address
2413
2414 2003-01-09 [alfons]     0.8.8claws72
2415
2416         * src/inc.c
2417                 filtering performance: use new style folder update
2418
2419 2003-01-09 [christoph]  0.8.8claws71
2420
2421         * src/compose.c
2422         * src/gtk/menu.[ch]
2423                 fix wrong selecting of mime encoding type, when
2424                 opening property dialog of attachments in the
2425                 compose window. 7bit was always selected and that
2426                 destoryed files with 8bit data.
2427                 (closes bug #9 Sylpheed-claws destroys attachments when
2428                  changing MIME-types)
2429
2430 2003-01-09 [paul]       0.8.8claws70
2431
2432         * sync with 0.8.8cvs3
2433                 see ChangeLog 2003-01-09
2434
2435 2003-01-08 [alfons]     0.8.8claws69
2436         
2437         * src/addressadd.c
2438                 apply patch by Kim Schulz to fix build breakage
2439                 because of missing variable
2440
2441 2003-01-08 [paul]       0.8.8claws68
2442
2443         * sync with 0.8.8cvs2
2444                 see ChangeLog 2002-01-08
2445
2446 2003-01-08 [paul]       0.8.8claws67
2447
2448         * po/it.po
2449                 updated by Alessandro Maestri
2450                 
2451         * src/addressadd.c
2452                 when using 'Add sender to addressbook' allow
2453                 name to be edited and remarks to be entered
2454                 Patch submitted by Luke Plant
2455
2456 2003-01-08 [darko]      0.8.8claws66
2457
2458         * README.claws, src/summaryview.c
2459                 fix description for marked messages
2460
2461 2003-01-08 [paul]
2462
2463         * tools/Makefile.am
2464           tools/launch_phoenix  ** NEW FILE **
2465                 add script that enables using Phoenix as the default
2466                 web browser. 
2467                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2468                 
2469         * tools/OOo2sylpheed.pl
2470                 remove full path to sylpheed executable, just 'sylpheed'
2471                 will do
2472                 
2473         * tools/README
2474                 add launch_phoenix informtion and re-arrange and compress
2475                 the data a little
2476
2477 2003-01-07 [christoph]  0.8.8claws65
2478
2479         * src/folder.c
2480                 fix update for source folder when moving messages
2481         * src/procmsg.[ch]
2482         * src/summaryview.c
2483                 use function to set to_folder for message infos and
2484                 automatically update the op_count for old and new
2485                 folder
2486
2487 2003-01-07 [melvin]     0.8.8claws64
2488
2489         * src/prefs_actions.c
2490                 Fixed bug where an '%p' Action on a displayed image crashed 
2491                         Sylpheed
2492                 Code clean up (get rid of duplicated code and removed unnecessary 
2493                                 structure member)
2494
2495 2003-01-07 [christoph]  0.8.8claws63
2496
2497         * src/compose.c
2498         * src/folder.[ch]
2499         * src/folderview.c
2500         * src/import.c
2501         * src/inc.c
2502         * src/main.c
2503         * src/mainwindow.c
2504         * src/messageview.c
2505         * src/prefs_folder_item.c
2506         * src/procmsg.c
2507         * src/summaryview.c
2508         * src/toolbar.c
2509                 o remove all folder update triggering from the UI code. The folder
2510                   system should know much better when a folder needs an update.
2511                 o to prevent multiple updates in a row the folder updates can be
2512                   frozen for some time.
2513
2514                 Note: - Please verify that no updates are missing
2515                       - Check where freeze/thaws should be added
2516
2517 2003-01-07 [christoph]  0.8.8claws62
2518
2519         * src/prefs_actions.c
2520                 don't translate empty strings
2521
2522         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2523
2524 2003-01-06 [christoph]  0.8.8claws61
2525
2526         * src/prefs_actions.c
2527                 mark strings for gettext
2528         * src/prefs_matcher.c
2529                 use new description window for Execute action and
2530                 match condition in Filtering
2531
2532         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2533
2534 2003-01-06 [alfons]     0.8.8claws60
2535
2536         keep myself inspired to re-organize matcher part 8; 
2537         yes, more to come (I need to move out the descriptive
2538         text for actions to matcher.c, or at least make it not
2539         depend on the wicked ordering)
2540
2541         * src/prefs_matcher.c
2542                 add documentation so others may comprehend the
2543                 UI part of the conditions
2544                 
2545 2003-01-06 [christoph]  0.8.8claws59
2546
2547         * src/prefs_actions.c
2548                 use new description window for syntax help
2549         * src/gtk/description_window.c
2550                 fix display of descriptions with column count != 2
2551
2552         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2553
2554 2003-01-06 [christoph]  0.8.8claws58
2555
2556         * src/quote_fmt.c
2557         * src/summaryview.[ch]
2558         * src/gtk/Makefile.am
2559         * src/gtk/description_window.[ch]       ** NEW **
2560                 use a generic window to display syntax descriptions
2561                 currently used in quote_fmt and summaryview (new description
2562                 for extended quick search)
2563
2564         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2565
2566 2003-01-06 [paul]       0.8.8claws57
2567
2568         * sync with 0.8.8cvs1
2569                 see ChangeLog 2003-01-06
2570
2571 2003-01-06 [christoph]  0.8.8claws56
2572
2573         * src/mainwindow.c
2574         * src/prefs_gtk.[ch]
2575         * src/gtk/prefswindow.[ch]
2576         * src/plugins/spamassassin/spamassassin_gtk.c
2577                 o remove page management from prefswindow, pages
2578                   will be an argument to prefswindow_open
2579                 o prefswindow_open gets a datapointer that is
2580                   passed to the widget_create function to allow
2581                   creation of prefswindow for specific items
2582
2583 2003-01-06 [colin]      0.8.8claws55
2584         
2585         * src/summaryview.c
2586                 We don't want regexp in the reply-finder, 
2587                 because MIDs can contain !,$,. and so on
2588
2589 2003-01-06 [jens]       0.8.8claws54
2590
2591         * src/jpilot.c
2592                 fixed a wrong free in jpilot_read_db_files
2593
2594 2003-01-06 [alfons]     0.8.8claws53
2595
2596         re-organize matcher part 8; more to come
2597        
2598         * src/matcher.c
2599                 matcherprop_to_string(): put g_free()s before the
2600                 switch-case break to fix memleaks                
2601
2602 2003-01-06 [colin]      0.8.8claws52
2603
2604         * src/summaryview.c
2605                 cleanup & reply-finder now displays the first 
2606                 matching message
2607
2608 2003-01-05 [alfons]     0.8.8claws51
2609
2610         re-organize matcher part 7; more to come
2611
2612         * src/matcher.[ch]
2613                 fixes for constant correctness;
2614                 more documentation;
2615
2616 2003-01-05 [alfons]     0.8.8claws50
2617
2618         re-organize matcher part 6; more to come
2619         
2620         * src/matcher.[ch]
2621                 fixes for constant correctness;
2622                 more documentation;
2623         * src/filtering.c
2624                 fix for constant correctness
2625
2626 2003-01-05 [colin]      0.8.8claws49
2627
2628         * src/account.[ch]
2629                 Add account_get_reply_account function
2630         * src/compose.c
2631                 Use account_get_reply_account function 
2632         * src/summaryview.c
2633                 Basic reply-finder - click on the replied
2634                 icon gets you to the outbox using quick-search
2635
2636 2003-01-05 [paul]       0.8.8claws48
2637
2638         * src/prefs_common.c
2639                 small change to English
2640                 
2641         * src/prefs_filtering.c
2642                 prefs_filtering_action_select(): improve logic and uniformity
2643                 of gui
2644
2645 2003-01-05 [alfons]     0.8.8claws47
2646
2647         fine tune solution to focus problems (bug #7)
2648
2649         * src/mainwindow.c
2650                 mainwindow_focus_in_event(): remove grab event check
2651         * src/summaryview.c
2652                 summary_button_pressed(): move selection on right-click
2653                 too. we can't possibly move the selection back after
2654                 canceling a dialog, because gtk's incomplete focus 
2655                 management. whether this is a good solution, only time
2656                 will tell.
2657
2658 2003-01-05 [christoph]  0.8.8claws46
2659
2660         * src/imap.c
2661                 fix crash when no imap connection could be established
2662
2663 2003-01-05 [paul]       0.8.8claws45
2664
2665         * src/mainwindow.c
2666           src/sumamryview.c
2667           src/gtk/menu.[ch]
2668                 fix bug 605957 'shortcuts in popup-menu'
2669                 make user-defined shortcuts work
2670                 show shortcuts that are already defined
2671                 in the main menu
2672                 Patch submitted by Luke Plant
2673
2674 2003-01-05 [alfons]     0.8.8claws44
2675
2676         * src/mainwindow.c
2677                 focus_in_event handler should not select summary view row 
2678                 when another window (menu, dialog) grabbed for events 
2679                 (bug #7, "[0.8.8claws42] Message summary focus") 
2680
2681 2003-01-04 [christoph]  0.8.8claws43
2682
2683         * src/procmsg.c
2684                 update save folder after adding the sent message
2685                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2686
2687 2003-01-02 [christoph]  0.8.8claws42
2688
2689         * src/common/plugin.c
2690                 fix unloading of all plugins and unload
2691                 plugins in reverse order
2692                 
2693         * src/gtk/pluginwindow.c
2694                 implement function of load and unload button
2695
2696         * src/gtk/prefswindow.c
2697         * src/gtk/prefswindow.h
2698                 rename register function and add new unregister
2699                 function
2700
2701         * src/plugins/spamassassin/spamassassin_gtk.c
2702                 unregister prefs page and update for changes in
2703                 src/gtk/prefswindow.c
2704
2705 2003-01-02 [paul]       0.8.8claws41
2706
2707         * po/es.po
2708                 updated by Ricardo Mones Lastra
2709
2710 2003-01-02 [paul]
2711
2712         * tools/tb2sylpheed
2713                 fixes and improvements by Urke MMI
2714
2715 2003-01-02 [thorsten]   0.8.8claws40
2716
2717         * src/procmsg.c
2718                 fixed wrong return value
2719
2720 2003-01-02 [thorsten]   0.8.8claws39
2721
2722         * src/prefs.c
2723                 fixed printing wrong variable
2724
2725 2003-01-02 [thorsten]   0.8.8claws38
2726
2727         * src/prefs.c
2728                 fixed acessing members of freed pfile struct
2729
2730 2003-01-02 [thorsten]   0.8.8claws37
2731
2732         * src/procmsg.c
2733                 detect loops across several messages
2734                 as suggested by Christoph Hohmann
2735
2736 2003-01-01 [match]      0.8.8claws36
2737
2738         * src/addrindex.c
2739                 fixed another memory leak.
2740
2741 2003-01-01 [match]      0.8.8claws35
2742
2743         * src/jpilot.[ch]
2744                 fixed memory leaks. applied Doxygen comments.
2745
2746 2003-01-01 [thorsten]   0.8.8claws34
2747
2748         * src/procmsg.c
2749                 inhibit endless loop if msg references itself
2750                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2751
2752 2003-01-01 [christoph]  0.8.8claws33
2753
2754         * src/mainwindow.c
2755         * src/gtk/Makefile.am
2756         * src/gtk/pluginwindow.c                ** NEW **
2757         * src/gtk/pluginwindow.h                ** NEW **
2758                 add plugin window
2759
2760         * src/plugins/demo/demo.c
2761         * src/plugins/spamassassin/spamassassin.c
2762         * src/plugins/spamassassin/spamassassin_gtk.c
2763                 write better plugin descriptions
2764
2765 2002-12-31 [christoph]  0.8.8claws32
2766
2767         * src/gtk/prefswindow.c
2768         * src/plugins/spamassassin/spamassassin_gtk.c
2769                 some small improvements to GTK code
2770
2771 2002-12-31 [christoph]  0.8.8claws31
2772
2773         * src/plugins/spamassassin/spamassassin_gtk.c
2774                 enable folder select button
2775
2776 2002-12-31 [christoph]  0.8.8claws30
2777
2778         * src/mainwindow.c
2779         * src/gtk/Makefile.am
2780         * src/gtk/prefswindow.c                         ** NEW **
2781         * src/gtk/prefswindow.h                         ** NEW **
2782                 add new prefs window
2783
2784         * src/common/plugin.c
2785                 don't try to load empty config lines
2786         
2787         * src/plugins/spamassassin/Makefile.am
2788         * src/plugins/spamassassin/spamassassin.c
2789         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2790         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2791                 GTK config for SpamAssassin Plugin using
2792                 the new prefs window
2793
2794 2002-12-31 [paul]       0.8.8claws29
2795
2796         * po/POTFILES.in
2797                 remove obsolete entry 'src/menu.c'
2798
2799 2002-12-31 [alfons]     0.8.8claws28
2800
2801         * src/matcher.[ch]
2802         * src/matcher_parser_parse.y
2803         * src/prefs_matcher.c
2804                 add "ignore_thread" and "~ignore_thread" condition so it's
2805                 possible to make the actions / scoring operate on the ignore
2806                 thread flag
2807
2808 2002-12-31 [christoph]  0.8.8claws27
2809
2810         * src/addrbook.c
2811         * src/addrindex.c
2812         * src/folder.c
2813         * src/matcher.c
2814         * src/prefs_account.c
2815         * src/prefs_actions.c
2816         * src/prefs_customheader.c
2817         * src/prefs_display_header.c
2818         * src/prefs_gtk.c
2819         * src/procmime.c
2820         * src/toolbar.c
2821         * src/xmlprops.c
2822         * src/common/prefs.[ch]
2823                 extend prefs file handling for reading and automatic handling
2824                 of blocks. When reading prefs_set_block_label will automatically
2825                 move on to the block. When writing it will copy all other blocks
2826                 automatically
2827
2828         * src/common/plugin.c
2829                 Now loading plugin filenames from [Plugins] block in
2830                 sylpheed rc file
2831
2832 2002-12-30 [christoph]  0.8.8claws26
2833
2834         * src/common/hooks.[ch]
2835                 return abort status to caller of hooks_invoke
2836                 
2837         * src/inc.[ch]
2838                 invoke message filtering hook and stop
2839                 default handling when filter returns abort
2840
2841         * src/common/plugin.[ch]
2842         * src/plugins/demo/demo.c
2843                 modify plugin loader, because resolving symbols for strings
2844                 does not work correctly
2845         
2846         * configure.in
2847         * ac/spamassassin.m4                            ** NEW **
2848         * src/plugins/spamassassin/.cvsignore           ** NEW **
2849         * src/plugins/spamassassin/Makefile.am          ** NEW **
2850         * src/plugins/spamassassin/README               ** NEW **
2851         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2852         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2853         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2854                 add spamassassin plugin, see src/plugins/spamassassin/README
2855                 for details
2856
2857 2002-12-29 [alfons]     0.8.8claws25
2858
2859         * src/mainwindow.c
2860                 when moving focus from a message view to the main 
2861                 window, don't forget to select the summary node
2862                 of the displayed message. should fix "[ 659103 ] 
2863                 focus-follows-mouse confuses sylpheed"
2864
2865 2002-12-29 [christoph]  0.8.8claws24
2866
2867         * src/Makefile.am
2868         * src/stringtable.[ch]          ** REMOVE **
2869         * src/common/Makefile.am
2870         * src/common/stringtable.[ch]   ** NEW **
2871                 move stringtable files to common directory
2872
2873 2002-12-29 [christoph]  0.8.8claws23
2874
2875         * src/Makefile.am
2876         * src/menu.[ch]                 ** REMOVE **
2877         * src/gtk/Makefile.am
2878         * src/gtk/menu.[ch]             ** NEW **
2879                 move menu files to gtk directory
2880
2881 2002-12-29 [match]      0.8.8claws22
2882
2883         * src/addressbook.c
2884         * src/syldap.c
2885                 moved UI specific code out of LDAP code into addressbook
2886                 UI code. fixed memory leak.
2887
2888 2002-12-29 [christoph]  0.8.8claws21
2889
2890         * src/folder.c
2891                 only check for IGNORED parent message when message is
2892                 not IGNORED itself
2893
2894 2002-12-29 [alfons]     0.8.8claws20
2895
2896         * src/summaryview.c
2897                 set gtksctree's anchor correct (immediate execute
2898                 changes the tree's layout, and anchor points at 
2899                 the incorrect row). fixes "[ 657233 ] multiple msg 
2900                 delete sometimes off by 1".
2901                 we probably have to look for more tree layout /
2902                 anchor glitches.
2903
2904 2002-12-29 [paul]       0.8.8claws19
2905
2906         * src/summaryview.c
2907                 fix bug [ 659054 ] incorrect sorting of 'From' column
2908                 when using 'display sender using address book'
2909                 thanks to Alfons and Luke Plant
2910
2911 2002-12-29 [christoph]  0.8.8claws18
2912
2913         * src/folder.c
2914         * src/procmsg.[ch]
2915                 check parent messages for IGNORE THREAD flag, when adding,
2916                 moving or copying messages to a folder
2917
2918 2002-12-27 [alfons]     0.8.8claws17
2919
2920         re-organize matcher part 5; more to come
2921
2922         * src/matcher.c
2923                 hash keywords in matchparser_tab 
2924
2925 2002-12-27 [alfons]     0.8.8claws16
2926
2927         re-organize matcher part 4; more to come
2928
2929         * src/matcher_parser.h
2930         * src/matcher_parser_lex.l
2931         * src/matcher_parser_parse.y
2932                 cleanup
2933
2934 2002-12-27 [alfons]     0.8.8claws15
2935
2936         re-organize matcher part 3; more to come
2937
2938         * src/matcher.[ch]
2939                 cleanup
2940
2941 2002-12-27 [alfons]     0.8.8claws14
2942
2943         re-organize matcher part 2; more to come but this should
2944         work. cc me if there are any regressions.
2945
2946         * src/matcher.h
2947                 add prototype for get_matchparser_tab_id()
2948         * src/matcher_parser_lex.l
2949                 look up keywords using matchparser_tab_id();
2950
2951 2002-12-27 [alfons]     0.8.8claws12
2952
2953         re-organize matcher part 1
2954
2955         * src/matcher.h
2956                 map yacc generated constants to sylpheed matcher constants
2957         * src/matcher.c
2958                 add function to find a matcher constant from a string
2959
2960 2002-12-27 [christoph]  0.8.8claws11
2961
2962         * src/compose.c
2963                 MENUITEM_ADD casts the 4th argument from integer to pointer
2964                 so it probably should not be a pointer, this means we
2965                 should use account id for it and not the account's pointer
2966
2967 2002-12-27 [paul]       0.8.8claws10
2968
2969         * src/mainwindow.c
2970                 remove unneeded 'GtkWidget *vbox'
2971                 
2972         * src/summaryview.c
2973                 further sync with 0.8.8 - make sort
2974                 by recipient work as expected
2975                 
2976         * NEWS
2977                 sync with 0.8.8
2978
2979 2002-12-27 [paul]       0.8.8claws9
2980
2981         * po/pt_BR.po
2982                 updated by Ivan F. Martinez
2983                 
2984 2002-12-27 [darko]      0.8.8claws8
2985
2986         * src/common/utils.c
2987                 added locked pattern to extended search
2988
2989 2002-12-27 [alfons]     0.8.8claws7
2990
2991         * src/prefs_matcher.[ch]
2992                 clean up
2993
2994 2002-12-26 [alfons]     0.8.8claws6
2995
2996         * src/matcher.[ch]
2997         * src/matcher_parser_lex.l
2998         * src/matcher_parser_parse.y
2999         * src/prefs_matcher.c
3000                 allow color label as a condition in the matcher
3001
3002 2002-12-26 [oliver]     0.8.8claws5
3003         
3004         * src/toolbar.c 
3005                 enable Addressbook for Main and Messageview
3006         * src/prefs_actions.c
3007                 enable actions in Messageview
3008
3009 2002-12-26 [christoph]  0.8.8claws4
3010
3011         * src/common/plugin.c
3012                 add a little debug output
3013         * configure.in
3014         * src/plugins/demo/Makefile.am
3015                 better use of automake
3016
3017 2002-12-26 [christoph]  0.8.8claws3
3018
3019         * src/Makefile.am
3020         * src/common/Makefile.am
3021                 fix "make distdir"
3022
3023 2002-12-26 [christoph]  0.8.8claws2
3024
3025         * configure.in
3026                 sort configure checks into common / gtk / plugins
3027         * po/POTFILES.in
3028                 add src/prefs_gtk.c
3029         * src/Makefile.am
3030                 add plugins SUBDIR
3031         * src/main.c
3032         * src/common/sylpheed.[ch]
3033                 added now sylpheed_done function for shutdown
3034         * src/common/Makefile.am
3035         * src/common/plugin.[ch]                ** NEW **
3036                 plugin loader and unloader
3037         * src/plugins/.cvsignore                ** NEW **
3038         * src/plugins/Makefile.am               ** NEW **
3039                 build plugins
3040         * src/plugins/demo/.cvsignore           ** NEW **
3041         * src/plugins/demo/Makefile.am          ** NEW **
3042         * src/plugins/demo/demo.c               ** NEW **
3043                 small demo plugin that installs a logtext hook and
3044                 outputs the log text to stdout
3045
3046 2002-12-26 [paul]       0.8.8claws1
3047
3048         * po/es.po
3049                 updated by Ricardo Mones Lastra
3050
3051 2002-12-26 [paul]       0.8.8claws
3052
3053         * 0.8.8claws released
3054
3055 2002-12-26 [paul]       0.8.7claws12
3056
3057         * po/bg.po
3058                 updated by George Danchev
3059
3060 2002-12-26 [paul]       0.8.7claws11
3061
3062         * po/POTFILES.in
3063                 remove unneeded 'src/prefs.c' entry 
3064
3065 2002-12-26 [paul]       0.8.7claws10
3066
3067         * src/codeconv.c
3068           src/mainwindow.c
3069                 sync with 0.8.8 release
3070         
3071         * src/folder.[ch]
3072           src/mh.c
3073           src/summaryview.c
3074                 partial sync with 0.8.8 release
3075         
3076
3077 2002-12-25 [alfons]     0.8.7claws9
3078
3079         * src/matcher.[ch]
3080         * src/matcher_parser_lex.l
3081         * src/matcher_parser_parse.y
3082         * src/prefs_matcher.c
3083                 add locked flag to possible filtering / matcher 
3084                 conditions (also a good example what should be
3085                 done to add a simple boolean condition)
3086
3087 2002-12-25 [christoph]  0.8.7claws8
3088
3089         * src/Makefile.am
3090         * src/account.[ch]
3091         * src/addrbook.c
3092         * src/addressbook.c
3093         * src/addrindex.c
3094         * src/filtering.c
3095         * src/folder.c
3096         * src/matcher.c
3097         * src/prefs.[ch]                ** REMOVE **
3098         * src/prefs_account.c
3099         * src/prefs_actions.c
3100         * src/prefs_common.c
3101         * src/prefs_customheader.c
3102         * src/prefs_display_header.c
3103         * src/prefs_filtering.c
3104         * src/prefs_folder_item.c
3105         * src/prefs_gtk.[ch]            ** NEW **
3106         * src/prefs_matcher.c
3107         * src/prefs_scoring.c
3108         * src/prefs_summary_column.c
3109         * src/procmime.c
3110         * src/selective_download.c
3111         * src/toolbar.c
3112         * src/common/Makefile.am
3113         * src/common/prefs.[ch]         ** NEW **
3114                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3115
3116 2002-12-24 [alfons]     0.8.7claws7
3117
3118         * src/summaryview.c
3119                 summary_thread_build(): fix real cause of the crash mentioned in
3120                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
3121                 this way we get meaningful ctree nodes 
3122
3123 2002-12-24 [oliver]     0.8.7claws6
3124
3125         * src/mainwindow.[ch]
3126         * src/messageview.[ch]
3127         * src/compose.[ch]
3128         * src/inc.c
3129         * src/summaryview.c
3130                 changes to use updated toolbar handling
3131                 
3132 2002-12-24 [oliver]     0.8.7claws5
3133
3134         * src/toolbar.[ch]
3135                 generic toolbar handling
3136                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3137         * src/prefs_toolbar.[ch]
3138                 adjust to handling
3139         
3140 2002-12-24 [oliver]     0.8.7claws4
3141         
3142         * src/stock_pixmap.[ch]
3143                 move SYLPHEED_LOGO to end of list in order 
3144                 to remove it from Custom Toolbar`s Icon View
3145
3146 2002-12-24 [alfons]     0.8.7claws3
3147
3148         * src/summaryview.c
3149                 summary_thread_build(): fix crash because of focus != selection 
3150                 after threading. when deleting the selection, gtk tries but fails 
3151                 to find the correct focusable element. we now force the selection
3152                 to be focused. this should solve the infamous bug reported by 
3153                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3154                 a test case is available. 
3155
3156 2002-12-24 [darko]      0.8.7claws2
3157
3158         * src/summaryview.c
3159                 don't crash when unmarking message with unread children
3160
3161 2002-12-23 [christoph]  0.8.7claws1
3162
3163         * src/Makefile.am
3164         * src/common/Makefile.am
3165                 update Makefiles for moved intl.h, version.h and defs.h
3166         * src/imap.c
3167                 rewrite imap_session_get to avoid duplicate code
3168
3169 2002-12-23 [paul]       0.8.7claws
3170
3171         * Santa-Claws released
3172         
3173         * po/hu.po
3174           po/ru.po
3175                 squeeze in updated Hungarian and Russian translations.
3176                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3177
3178 2002-12-23 [paul]       0.8.6claws129
3179
3180         * po/pl.po
3181                 updated by Witold Wladyslaw Wojciech Wilk
3182
3183 2002-12-23 [paul]       0.8.6claws128
3184
3185         * src/quote_fmt_parse.y
3186                 fix typo and add licence header
3187
3188 2002-12-23 [paul]       0.8.6claws127
3189
3190         * po/en_GB.po
3191                 updated
3192
3193 2002-12-23 [paul]       0.8.6claws126
3194
3195         * po/it.po
3196                 updated translation, submitted by Alessandro Maestri
3197                 
3198 2002-12-23 [paul]       0.8.6claws125
3199
3200         * src/quote_fmt_parse.y
3201                 fix signature-stripping on replies bug. match
3202                 '-- \n' and not '-- '.
3203
3204 2002-12-22 [paul]       0.8.6claws124
3205
3206         * po/bg.po
3207           po/es.po
3208           po/sr.po
3209                 updated translations. submitted by George Danchev,
3210                 Ricardo Mones Lastra, and Urke MMI respectively
3211
3212 2002-12-21 [paul]       0.8.6claws123
3213
3214         * src/addrbook.c
3215                 fix coding style
3216
3217 2002-12-21 [paul]       0.8.6claws122
3218
3219         * src/addrbook.c
3220                 fix bug [643638] where if a person is in one or more
3221                 addressbook groups editing that person's email 
3222                 address results in removal from those groups.
3223                 Patch submitted by Luke Plant.
3224
3225 2002-12-20 [christoph]  0.8.6claws121
3226
3227         * src/common/utils.c
3228         * src/summaryview.c
3229                 reimplement expand_search_string using GString to
3230                 prevent crashs caused by miscalculated string
3231                 lengths reported by Paul
3232
3233 2002-12-20 [christoph]  0.8.6claws120
3234
3235         * src/summaryview.c
3236                 don't use "changed" to check if op_count has to be changed as it
3237                 is also set when the message has unread children
3238                 (closes bug [ 653221 ] crash while deleting duplicates)
3239
3240 2002-12-20 [paul]       0.8.6claws119
3241
3242         * sync with 0.8.6cvs27
3243                 see ChangeLog 2002-12-20
3244
3245 2002-12-20 [paul]       0.8.6claws118
3246
3247         * sync with 0.8.6cvs26
3248                 see ChangeLog 2002-12-19 and 2002-12-20
3249
3250 2002-12-19 [alfons]     0.8.6claws117
3251
3252         * src/textview.c
3253                 fix incorrect parsing of email addresses, submitted by 
3254                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3255                 name display if it contains @".
3256
3257 2002-12-18 [paul]       0.8.6claws116
3258
3259         * sync with 0.8.6cvs23
3260                 see ChangeLog 2002-12-18
3261
3262 2002-12-18 [paul]       0.8.6claws115
3263
3264         * src/Makefile.am
3265         * src/account.c
3266         * src/codeconv.c
3267         * src/gtkutils.[ch]
3268         * src/imap.c
3269                 sync with 0.8.6cvs22.
3270                 see ChangeLog 2002-12-17 and 2002-12-18
3271
3272 2002-12-17 [christoph]  0.8.6claws114
3273
3274         * src/imap.c
3275                 o don't create a session if imap greeting fails
3276                 o don't close socket when authentication fails
3277                   this is done by imap_session_destroy
3278
3279 2002-12-17 [thorsten]   0.8.6claws113
3280
3281         * tools/Makefile.am
3282           tools/README
3283           tools/google_msgid.pl ** NEW FILE **
3284                 Added "search for message-id" script and doc
3285
3286 2002-12-17 [thorsten]   0.8.6claws112
3287
3288         * po/hu.po
3289                 Updated hungarian translation
3290                 (updated by Gal Zoltan)
3291
3292 2002-12-16 [christoph]  0.8.6claws111
3293
3294         * src/addr_compl.c
3295                 remove stupid addressbook dump to debug output
3296         * src/mh.c
3297                 fix memory leak found by Hiro
3298
3299 2002-12-14 [paul]       0.8.6claws110
3300
3301         * src/compose.c
3302                 fix menubar sensitivity on send
3303                 
3304         * src/prefs_filtering.c
3305         * src/prefs_matcher.c
3306         * src/prefs_scoring.c
3307                 Fix english ;)
3308                 
3309         * src/common/quoted-printable.h
3310                 sync: fix typo
3311         
3312 2002-12-13 [christoph]  0.8.6claws109
3313
3314         * src/Makefile.am
3315         * src/manage_window.[ch]        ** REMOVE **
3316         * src/gtk/Makefile.am
3317         * src/gtk/manage_window.[ch]    ** NEW **
3318                 move manage_window files to gtk directory
3319
3320 2002-12-13 [christoph]  0.8.6claws108
3321
3322         * src/Makefile.am
3323         * src/gtkshruler.[ch]           ** REMOVE **
3324         * src/gtk/Makefile.am
3325         * src/gtk/gtkshruler.[ch]       ** NEW **
3326                 move gtkshruler files to gtk directory
3327
3328 2002-12-13 [christoph]  0.8.6claws107
3329
3330         * src/Makefile.am
3331         * src/compose.c
3332         * src/gtkstext.[ch]             ** REMOVE **
3333         * src/gtkutils.[ch]
3334         * src/textview.c
3335         * src/gtk/gtkstext.[ch]         ** NEW **
3336         * src/gtk/Makefile.am
3337                 o move stext functions to gtkstext.c to remove
3338                   dependency of gtkutils
3339                 o move gtkstext files to gtk directory
3340
3341         * src/gtk/Makefile.am
3342         * src/gtk/sslcertwindow.[ch]
3343                 UI stuff can always depend on common code so
3344                 it's ok to add ../common to include path
3345
3346 2002-12-13 [colin]      0.8.6claws106
3347
3348         * src/summaryview.c
3349                 Disconnect sighandlers for mainwindow when
3350                 quicksearch has the focus
3351                 Fix bug #653231
3352         * src/mainwindow.[ch]
3353                 Make key_pressed callback public, to be able
3354                 to disconnect it
3355
3356 2002-12-13 [christoph]  0.8.6claws105
3357
3358         * src/mh.c
3359                 create .mh_sequences file in new MH folders
3360                 (closes feature request [ 523162 ] MH folders should
3361                  get a .mh_sequences)
3362
3363 2002-12-13 [colin]      0.8.6claws104
3364
3365         * src/summaryview.c
3366                 Better handling of quicksearch show/hide
3367                 (basically the button stays under the mouse 
3368                  when toggled)
3369
3370 2002-12-13 [paul]       0.8.6claws103
3371
3372         * sync with 0.8.6cvs17
3373                 see ChangeLog 2002-12-13
3374
3375 2002-12-13 [paul]       0.8.6claws102
3376
3377         * po/es.po
3378                 updated by Ricardo Mones Lastra
3379
3380 2002-12-11 [colin]       0.8.6claws101
3381
3382         * src/folder.c
3383                 remove statusbar stuff
3384           src/folderview.c
3385                 set statusbar verbosity when moving folders
3386
3387 2002-12-11 [colin]       0.8.6claws100
3388         * src/prefs_filtering.c
3389         * src/prefs_matcher.c
3390         * src/prefs_scoring.c
3391                 Fix english ;)
3392
3393 2002-12-11 [colin]       0.8.6claws99
3394
3395         * src/prefs_common.[ch]
3396                 Add summary_quicksearch_type
3397         * src/summaryview.c
3398                 Save last used quicksearch type
3399
3400 2002-12-11 [jens]       0.8.6claws98
3401         * src/prefs_filtering.c
3402         * src/prefs_matcher.c
3403         * src/prefs_scoring.c
3404                 added dialog for incomplete rules in scoring, filtering and
3405                 matcher to ask wheather really close
3406
3407 2002-12-11 [colin]      0.8.6claws97
3408
3409         * src/folder.c
3410                 Fix folder dnd statusbar logging
3411
3412 2002-12-10 [christoph]  0.8.6claws96
3413
3414         * src/compose.c
3415         * src/folder.c
3416         * src/imap.c
3417         * src/inc.c
3418         * src/main.c
3419         * src/mainwindow.c
3420         * src/news.c
3421         * src/send.c
3422         * src/statusbar.[ch]
3423         * src/common/hooks.c
3424         * src/common/log.[ch]
3425                 o handle verbose logging in statusbar directly in statusbar code
3426                   and common code does not need any knowledge about a statusbar
3427                 o remove direct calls to statusbar_(puts|pop)_all functions
3428
3429 2002-12-10 [jens]       0.8.6claws95
3430
3431         * src/*.c
3432                 removed gettext from g_warnings
3433         * po/POTFILES.in
3434                 cleaned and updated
3435         * po/de.po
3436                 updated
3437
3438 2002-12-10 [colin]      0.8.6claws94
3439
3440         * src/main.c
3441                 finish crash dialog fix
3442
3443 2002-12-10 [colin]      0.8.6claws93
3444
3445         * src/main.c
3446                 "Fix" "sylpheed already running" instead of
3447                 crash dialog appearing after a crash
3448
3449 2002-12-10 [colin]      0.8.6claws92
3450
3451         * po/POTFILES.in
3452                 add src/gtk/sslcertwindow.c
3453
3454 2002-12-10 [paul]       0.8.6claws91
3455
3456         * po/POTFILES.in
3457                 updated to reflect recent changes
3458                 submitted by Alessandro Maestri
3459
3460 2002-12-09 [christoph]  0.8.6claws90
3461
3462         * src/Makefile.am
3463         * src/smtp.[ch]                 ** REMOVE **
3464         * src/common/Makefile.am
3465         * src/common/smtp.[ch]          ** NEW **
3466                 move smtp files to common directory
3467
3468 2002-12-09 [christoph]  0.8.6claws89
3469
3470         * src/Makefile.am
3471         * src/session.[ch]              ** REMOVE **
3472         * src/common/Makefile.am
3473         * src/common/session.[ch]       ** NEW **
3474                 move session files to common directory
3475
3476 2002-12-09 [paul]       0.8.6claws88
3477
3478         * src/account.c
3479                 fix bug [649746] edit accounts: move account reverted
3480                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3481
3482 2002-12-09 [colin]      0.8.6claws87
3483
3484         * src/ssl_certificate.c
3485                 cleanup
3486
3487 2002-12-09 [colin]      0.8.6claws86
3488
3489         * src/ssl.c
3490                 Try to open the cert.pem database and 
3491                 issue a warning if it isn't there
3492
3493 2002-12-09 [colin]      0.8.6claws85
3494
3495         * src/common/ssl_certificate.c
3496         * src/gtk/sslcertwindow.c
3497                 Warning fixes
3498
3499 2002-12-09 [colin]      0.8.6claws84
3500
3501         * src/ssl_certificate.[ch] ** REMOVED **
3502         * src/common/ssl_certificate.[ch] ** NEW **
3503         * src/Makefile.am
3504         * src/common/Makefile.am
3505                 Moved ssl_certificate.[ch] to common
3506         * src/common/ssl.c 
3507                 Put back needed include
3508         * src/gtk/sslcertwindow.[ch]
3509                 Changed ssl_certificate.h include
3510         
3511 2002-12-09 [colin]      0.8.6claws83
3512
3513         * src/gtk/sslcertwindow.[ch]
3514                 Implement hook for certificate acception
3515         * src/ssl_certificate.[ch]
3516                 Implement hook for certificate acception
3517         * src/common/ssl.c
3518                 Reenable certificate acception check
3519         * src/mainwindow.c
3520                 Register sslcertwindow's hook
3521         
3522 2002-12-08 [christoph]  0.8.6claws82
3523
3524         * src/about.c
3525         * src/addr_compl.c
3526         * src/codeconv.c
3527         * src/manual.c
3528         * src/undo.c
3529         * src/common/utils.c
3530                 o add missing includes
3531                 o fix warnings
3532         * src/.cvsignore
3533         * src/common/.cvsignore
3534         * src/common/version.h          ** REMOVE **
3535                 remove autogenerated file
3536
3537 2002-12-08 [paul]       0.8.6claws81
3538
3539         * src/stringtable.c
3540                 put back needed include
3541
3542 2002-12-08 [colin]      0.8.6claws80
3543         
3544         * src/gtk/sslcertwindow.c
3545                 Cleaner popups when asking
3546         * src/ssl_certificate.c
3547         * src/prefs_common.[ch]
3548                 remove ssl certificate pref
3549                 put back needed include
3550         * src/undo.c
3551                 put back needed include
3552
3553 2002-12-08 [christoph]  0.8.6claws79
3554
3555         * src/folderview.c
3556         * src/logwindow.c
3557         * src/statusbar.c
3558         * src/summaryview.c
3559                 only abort hook invokation if required data is missing not
3560                 if our own data pointer is NULL, update hookfunction for
3561                 log window
3562
3563 2002-12-08 [paul]       0.8.6claws78
3564
3565         * src/about.c
3566         * src/addrcache.c
3567         * src/addrclip.c
3568         * src/addr_compl.c
3569         * src/addrselect.c
3570         * src/codeconv.c
3571         * src/colorlabel.c
3572         * src/enriched.c
3573         * src/esmtp.c
3574         * src/exporthtml.c
3575         * src/headerview.c
3576         * src/imageview.c
3577         * src/manual.c
3578         * src/noticeview.c
3579         * src/pgptext.c
3580         * src/scoring.c
3581         * src/sourcewindow.c
3582         * src/stringtable.c
3583         * src/undo.c
3584                 clean up: remove unneccesary includes
3585
3586 2002-12-08 [christoph]  0.8.6claws77
3587
3588         * src/folderview.c
3589         * src/statusbar.c
3590         * src/summaryview.c
3591         * src/common/hooks.[ch]
3592                 hook functions now have a gboolean return value, if a hook
3593                 returns TRUE it will stop executing of any more hooks in
3594                 the same hooklist for this invokation
3595
3596 2002-12-08 [colin]      0.8.6claws76
3597         
3598         * src/main.c
3599                 put back argv0 for CRASH_DIALOG
3600
3601 2002-12-08 [christoph]  0.8.6claws75
3602
3603         * src/Makefile.am
3604         * src/about.c
3605         * src/account.c
3606         * src/crash.c
3607         * src/esmtp.h
3608         * src/imap.[ch]
3609         * src/inc.c
3610         * src/main.c
3611         * src/mainwindow.c
3612         * src/news.c
3613         * src/pop.[ch]
3614         * src/prefs_account.[ch]
3615         * src/prefs_common.[ch]
3616         * src/send.[ch]
3617         * src/smtp.[ch]
3618         * src/ssl_certificate.[ch]
3619         * src/ssl_manager.[ch]
3620         * src/common/Makefile.am
3621         * src/common/log.c
3622         * src/common/nntp.[ch]
3623         * src/common/socket.[ch]
3624         * src/common/ssl.[ch]
3625         * src/gtk/sslcertwindow.[ch]
3626         * ac/openssl.m4
3627                 use new autoconf script to detect OpenSSL with extra parameters
3628                 to specify the location of libs and includes, also remove USE_SSL
3629                 to USE_OPENSSL
3630
3631         * src/common/sylpheed.[ch]
3632         * src/common/version.h.in
3633                 start seperation of common code initialization seperated from gui
3634
3635         * src/summaryview.c
3636                 The function that is called when a color label changes
3637                 should not change the color lable again
3638
3639 2002-12-08 [colin]      0.8.6claws74
3640
3641         * src/gtk/sslcertwindow.c
3642                 warning fixes
3643
3644 2002-12-08 [colin]      0.8.6claws73
3645
3646         * src/statusbar.c
3647           src/common/log.h
3648                 Register a hook for statusbar_puts_all
3649         * src/common/log.c
3650                 invoke statusbar_puts_all's hook
3651         
3652 2002-12-08 [colin]      0.8.6claws72
3653
3654         * src/ssl_certificate.c
3655                 Put back a badly-removed include
3656
3657 2002-12-08 [colin]      0.8.6claws71
3658
3659         * src/gtk/sslcertwindow.[ch]    ** NEW **
3660                 new certificate presentation
3661         * src/gtk/Makefile.am
3662                 add new files
3663         * src/ssl_certificate.[ch]
3664                 gtk cleanup, made utility functions public
3665         * src/ssl_manager.c
3666                 use new cert presentation
3667
3668 2002-12-07 [christoph]  0.8.6claws70
3669
3670         * src/Makefile.am
3671         * src/nntp.[ch]                 ** REMOVE **
3672         * src/common/Makefile.am
3673         * src/common/nntp.[ch]          ** NEW **
3674                 move nntp files to common directory
3675
3676 2002-12-07 [christoph]  0.8.6claws69
3677
3678         * src/procmsg.[ch]
3679         * src/summaryview.c
3680                 implement msginfo update callback using sylpheed's new
3681                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3682
3683 2002-12-06 [christoph]  0.8.6claws68
3684
3685         * src/editgroup.c
3686                 This patch changes the 'Edit Group Details' dialog to
3687                 allow extended selections in either pane, so that
3688                 addresses can be added or removed from a group more
3689                 quickly and easily. (it actually is a net decrease in
3690                 file size, as some unnecessary functions have been
3691                 removed). 
3692                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3693
3694 2002-12-06 [christoph]  0.8.6claws67
3695
3696         * src/Makefile.am
3697         * src/template.[ch]             ** REMOVE **
3698         * src/common/Makefile.am
3699         * src/common/template.[ch]      ** NEW **
3700                 move template files to common directory
3701
3702         * src/nntp.c
3703                 add missing log.h include
3704
3705 2002-12-06 [melvin]     0.8.6claws66
3706
3707         * src/prefs_actions.c
3708                 Added the trailing ">" syntax to insert command's output
3709                 without replacing old text (in contrast to trailing "|").
3710
3711 2002-12-05 [colin]      0.8.6claws65
3712         
3713         * src/common/utils.c
3714                 Don't modify original search_string or it'll change
3715                 the next iterations in the for()
3716
3717 2002-12-05 [darko]      0.8.6claws64
3718
3719         * src/common/utils.c
3720                 proper check for filtering commands, found by Colin
3721
3722 2002-12-05 [darko]      0.8.6claws63
3723
3724         * src/common/utils.c
3725                 check proper string for NULL pointer, found by Colin
3726
3727 2002-12-05 [darko]      0.8.6claws62
3728
3729         * src/common/utils.[ch]
3730                 expand_search_string(): new function
3731                 converts Mutt-like patterns to Sylpheed's
3732                 filtering engine
3733         * src/summaryview.c
3734                 use expand_search_string() to allow Mutt-like
3735                 patterns in extended search
3736         * README.claws
3737                 document extended option in quick search
3738
3739 2002-12-05 [paul]       0.8.6claws61
3740
3741         * sync with 0.8.6cvs16
3742                 see ChangeLog 2002-12-05
3743                 
3744         * po/POTFILES.in
3745                 clean up
3746
3747 2002-12-04 [christoph]  0.8.6claws60
3748
3749         * src/imap.[ch]
3750                 put imap authentication code into a new function and
3751                 remove it from imap_session_new that will allow to
3752                 send other commands before authentication
3753
3754 2002-12-04 [christoph]  0.8.6claws59
3755
3756         * src/imap.[ch]
3757                 use already existing method to prevent unneeded IMAP
3758                 folder selects. Set imap_select parameters to NULL
3759                 in some functions if the values are not required.
3760
3761         * src/xml.h
3762                 remove no longer required include
3763
3764 2002-12-04 [paul]       0.8.6claws58
3765
3766         * po/es.po
3767                 updated by Ricardo Mones Lastra
3768                 
3769         * configure.in
3770           po/hu.po      ** NEW FILE **
3771                 initial Hungarian translation, submitted
3772                 by Gál Zoltán <galzoli@hu.inter.net>
3773
3774 2002-12-03 [christoph]  0.8.6claws57
3775
3776         * src/Makefile.am
3777         * src/gtksctree.[ch]            ** REMOVE **
3778         * src/gtk/Makefile.am
3779         * src/gtk/gtksctree.[ch]        ** NEW **
3780                 move gtksctree files to gtk directory
3781
3782 2002-12-03 [christoph]  0.8.6claws56
3783
3784         * src/Makefile.am
3785         * src/md5.[ch]                  ** REMOVE **
3786         * srm/common/Makefile.am
3787         * src/common/md5.[ch]           ** NEW **
3788                 move md5 files to common directory
3789
3790         * src/gtkstext.c
3791                 remove not required #include
3792
3793 2002-12-03 [sergey]     0.8.6claws55
3794
3795         * src/gtkutils.c
3796         * src/gtkutils.h
3797                 gtkut_window_popup(): new function.
3798         * src/mainwindow.c
3799                 main_window_popup(): use gtkut_window_popup() to raise
3800                 window without changing its position.
3801                 (see sylpheed-main ML message [sylpheed:17247])
3802
3803 2002-12-03 [sergey]     0.8.6claws54
3804
3805         * src/send.c
3806                 send_message_local(): removed first-dot escaping
3807                 (SMTP-only, not needed for sending through pipe)
3808
3809 2002-12-03 [paul]       0.8.6claws53
3810
3811         * po/POTFILES.in
3812                 update to reflect recent changes (thanks
3813                 to Ricardo Mones Lastra)
3814                 
3815         * tools/filter_conv.pl
3816                  fix problem with quoted strings. Patch submitted
3817                  by Luke Plant <lukeplant@softhome.net>
3818
3819 2002-12-03 [paul]       0.8.6claws52
3820
3821         * sync with 0.8.6cvs15
3822                 see ChangeLog 2002-12-03
3823
3824 2002-12-02 [christoph]  0.8.6claws51
3825
3826         * src/logwindow.[ch]
3827         * src/common/log.[ch]
3828                 implement logging using a hook function
3829
3830         * src/folderview.c
3831         * src/folder.[ch]
3832                 define hooklist name in header file to avoid
3833                 errors caused by wrong spelling of hooklist names
3834
3835         * src/toolbar.c
3836                 fix warnings
3837
3838 2002-12-02 [christoph]  0.8.6claws50
3839
3840         * src/common/Makefile.am
3841                 add src/common/hooks.[ch]
3842
3843         * src/common/hooks.[ch]
3844                 implement a simple hook system using glib's hook functions
3845
3846         * src/folder.[ch]
3847         * src/folderview.c
3848                 use new hook system for folder item updates
3849
3850 2002-12-02 [christoph]  0.8.6claws49
3851
3852         * doc-src/ui_seperation.txt     ** NEW **
3853                 information for ui seperation
3854
3855         * src/Makefile.am
3856                 remove files that were moved to common
3857                 include common directory by default for the header files
3858
3859         * src/inc.c
3860         * src/common/socket.c
3861         * src/automaton.[ch]
3862                 implement automaton using g_io_*-functions instead of
3863                 gdk_input_add to make it ui independent
3864
3865         * src/codeconv.c
3866         * src/compose.c
3867         * src/ldif.c
3868         * src/pgptext.c
3869         * src/procmime.c
3870         * src/rfc2015.c
3871         * src/smtp.c
3872         * src/unmime.c
3873                 remove common/ prefix because directory is now in
3874                 include path
3875
3876         * src/compose.c
3877         * src/folder.c
3878         * src/folderview.c
3879         * src/mainwindow.c
3880         * src/messageview.c
3881         * src/prefs_common.c
3882         * src/procmsg.c
3883         * src/rfc2015.c
3884                 fix warnings
3885
3886         * src/imap.c
3887         * src/inc.c
3888         * src/news.c
3889         * src/pop.c
3890         * src/send.c
3891         * src/smtp.c
3892         * src/ssl_certificate.c
3893                 add log.h header file for logging functions
3894
3895         * src/main.c
3896         * src/common/utils.c
3897         * src/summaryview.c
3898         * src/xml.c
3899                 o move debug_mode to common/utils.c
3900                 o add functions to set and get debug_mode
3901
3902         * src/defs.h                    ** REMOVE **
3903         * src/intl.h                    ** REMOVE **
3904         * src/socket.[ch]               ** REMOVE **
3905         * src/ssl.[ch]                  ** REMOVE **
3906         * src/utils.[ch]                ** REMOVE **
3907                 replaced by new files in src/common/
3908         
3909         * src/common/Makefile.am
3910                 add new files in src/common/
3911
3912         * src/common/defs.h             ** NEW **
3913         * src/common/intl.h             ** NEW **
3914         * src/common/log.[ch]           ** NEW **
3915         * src/common/socket.[ch]        ** NEW **
3916         * src/common/ssl.[ch]           ** NEW **
3917         * src/common/utils.[ch]         ** NEW **
3918                 replacement for files in src/
3919
3920 2002-12-02 [colin]      0.8.6claws48
3921
3922         * src/folderview.c
3923                 Scroll folderview if necessary during dnd
3924
3925 2002-12-02 [colin]      0.8.6claws47
3926
3927         * src/folder.[ch]
3928                 Add check to verify a move is within a single mailbox
3929         * src/folderview.c
3930                 Add specific error string for this check
3931
3932 2002-12-02 [colin]      0.8.6claws46
3933
3934         * src/folder.c
3935                 Add a test to folder moving, remove a statusbar_print
3936         * src/folderview.c
3937                 Add Move folder... context-menu item
3938                 Factorize folder moving code
3939                 Enable folder DND for mbox
3940
3941 2002-12-01 [christoph]  0.8.6claws45
3942
3943         * ac/aspell.m4
3944                 remove conf.aspelltest if the version check fails
3945
3946 2002-11-30 [christoph]  0.8.6claws44
3947
3948         * autogen.sh
3949                 run libtoolize --force in autogen to create missing
3950                 libtool scripts
3951
3952 2002-11-30 [christoph]  0.8.6claws43
3953
3954         * src/Makefile.am
3955         * src/pgptext.c
3956         * src/procmime.c
3957         * src/rfc2015.c
3958         * src/uuencode.[ch]             ** REMOVED **
3959         * src/common/Makefile.am
3960         * src/common/uuencode.[ch]      ** NEW **
3961                 move uuen/decoder to common directory
3962
3963 2002-11-30 [christoph]  0.8.6claws42
3964
3965         * src/Makefile.am
3966         * src/base64.[ch]               ** REMOVED **
3967         * src/codeconv.c
3968         * src/compose.c
3969         * src/ldif.c
3970         * src/pgptext.c
3971         * src/procmime.c
3972         * src/rfc2015.c
3973         * src/smtp.c
3974         * src/unmime.c
3975         * src/common/Makefile.am
3976         * src/common/base64.[ch]        ** NEW **
3977                 move base64 en/decoder to common directory
3978
3979 2002-11-30 [christoph]  0.8.6claws41
3980
3981         * src/common                    ** NEW **
3982                 new directory for UI independent code
3983         * src/gtk                       ** NEW **
3984                 new directory for GTK frontend
3985         * src/common/.cvsignore         ** NEW **
3986         * src/gtk/.cvsignore            ** NEW **
3987                 ignore build files
3988         * src/common/Makefile.am        ** NEW **
3989         * src/gtk/Makefile.am           ** NEW **
3990                 automake files to build new seperated stuff
3991         * src/Makefile.am
3992                 the binary will currently still be build with the
3993                 files in src, so we include the code from the
3994                 subdirs for now after building the libs there
3995
3996 2002-11-30 [paul]       0.8.6claws40
3997
3998         * src/compose.c
3999                 fix bug [642731] 'Wrong selected account with drafted mail'
4000
4001 2002-11-29 [oliver]     0.8.6claws39
4002         
4003         * src/messageview.c
4004                 o update summaryview when switching between different
4005                   messageviews          
4006         * src/toolbar.c  
4007                 o check if messageview holds already removed msg
4008                   from summaryview
4009                 
4010
4011 2002-11-29 [oliver]     0.8.6claws38
4012
4013         * src/toolbar.c 
4014                 remove not needed variables and includes
4015                 make messageview stay opened and move to next when msgs are deleted 
4016
4017 2002-11-29 [oliver]     0.8.6claws37
4018         
4019         * src/toolbar.c 
4020                 disable compose button (messageview toolbar) by default
4021                 deleted msgs are moved to trash
4022         
4023 2002-11-29 [melvin]     0.8.6claws36
4024
4025         * configure.in
4026                 Increased minimal gpgme version to 0.3.10 (Zombies out)
4027                 and to detect signatures expirations (gpgme 0.3.6)
4028
4029         * src/main.c
4030                 Use non obsolescent function for Gpgme engine checking.
4031
4032         * src/rfc2015.c
4033                 Inform about expired signatures or signatures which key
4034                 has expired. Expiration date is displayed.
4035
4036         * src/sigstatus.c
4037                 Inform about expired signatures or signatures which key
4038                 has expired.
4039
4040 2002-11-28 [paul]       0.8.6claws35
4041
4042         * src/folderview.c
4043                 re-instate 'Check for new messages' in Newsgroup
4044                 folders right-click menu, after a suggestion from
4045                 Tim Mann <timmann@users.sourceforge.net>
4046
4047         * src/main.c
4048                 after a crash check only local folders for new
4049                 messages
4050
4051 2002-11-28 [paul]       0.8.6claws34
4052
4053         * configure.in
4054                 apply patch that fixes the checking of GTK with XIM 
4055                 support on different OSs, such as FreeBSD. Patch 
4056                 submitted by Topia <topia@users.sourceforge.net>
4057                 
4058 2002-11-28 [paul]       0.8.6claws33
4059
4060         * src/mainwindow.c
4061           src/prefs_common.c
4062           src/prefs_toolbar.c
4063                 more changes to the English
4064
4065 2002-11-28 [paul]       0.8.6claws32
4066
4067         * sync with 0.8.6cvs13
4068                 see ChangeLog 2002-11-28 (no sync needed
4069                 for src/compose.c)
4070
4071 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
4072         
4073         * src/mainwindow.[ch]
4074                 add patch by Ivan F. Martinez introducing messageview Toolbar
4075                 some changes and committed by oliver    
4076
4077 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
4078
4079         * src/messageview.[ch]
4080                 add patch by Ivan F. Martinez introducing messageview Toolbar
4081                 some changes and committed by oliver    
4082
4083 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
4084
4085         * src/compose.[ch]
4086                 add patch by Ivan F. Martinez introducing messageview Toolbar
4087                 some changes and committed by oliver    
4088
4089 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
4090         
4091         * src/toolbar.[ch]
4092                 add patch by Ivan F. Martinez introducing messageview Toolbar
4093                 some changes and committed by oliver
4094
4095 2002-11-28 [oliver]     0.8.6claws27
4096         
4097         * src/prefs_toolbar.[ch]
4098                 getting ready for messageview toolbar
4099                 free mem allocated by gettext
4100                 change prefs_toolbar to prefs_toolbar_open
4101  
4102 2002-11-28 [thorsten]   0.8.6claws26
4103
4104         * src/imageview.[ch]
4105                 cleaned up conflicting declarations of
4106                 imageview_show_image()
4107
4108 2002-11-28 [paul]       0.8.6claws25
4109
4110         * src/grouplistdialog.c
4111           src/prefs_common.c
4112           src/prefs_summary_column.c
4113                 a few more improvements to the English
4114
4115 2002-11-28 [colin]      0.8.6claws24
4116
4117         * man/sylpheed.1
4118                 A few updates to command-line parameters
4119
4120 2002-11-28 [colin]      0.8.6claws23
4121
4122         * src/prefs_filtering.c
4123                 Fix problems with prefs_filtering_delete_path:
4124                 a) if the first rule is removed, original pointers
4125                    weren't updated (leading to segfaults)
4126                 b) it was always global_processing updated in case
4127                    of removed path was parent of rule path
4128
4129 2002-11-27 [paul]       0.8.6claws22
4130
4131         * src/mainwindow.c
4132           src/prefs_account.c
4133           src/prefs_actions.c
4134           src/prefs_common.c
4135           src/prefs_customheader.c
4136           src/prefs_display_header.c
4137           src/prefs_filtering.c
4138           src/prefs_folder_item.c
4139           src/prefs_matcher.c
4140           src/prefs_scoring.c
4141           src/prefs_summary_column.c
4142           src/prefs_template.c
4143           src/prefs_toolbar.c
4144                  improve the English in the GUI
4145
4146 2002-11-27 [colin]      0.8.6claws21
4147
4148         * src/folder.c
4149                 Fix processing renaming problems happening after
4150                 last commit
4151
4152 2002-11-27 [colin]      0.8.6claws20
4153
4154         * src/folder.c
4155                 recursive move now deletes src each subfolder after 
4156                 having moved it
4157         * src/folderview.c
4158                 Use identifier instead of path during dnd (enables
4159                 IMAP folder dnd)
4160
4161 2002-11-27 [paul]       0.8.6claws19
4162
4163         * src/main.c
4164                 apply patch that does command-line processing 
4165                 BEFORE gtk_init, allowing claws to run from 
4166                 shell-scripts in non-X environment (e.g. crontab 
4167                 or ip-up, ip-down scripts). Patch submitted by
4168                 Ruslan N. Balkin <baron@dartel.ru>
4169                 
4170         * po/it.po
4171                 updated by Alessandro Maestri
4172
4173 2002-11-27 [paul]       0.8.6claws18
4174
4175         * sync with 0.8.6cvs12
4176           src/prefs_common.c
4177                 Differences are that main uses a 'Receive dialog'
4178                 frame on the Interface tab, whereas claws groups all 
4179                 the dialogs together in a 'Dialogs' frame.
4180
4181 2002-11-27 [colin]      0.8.6claws17
4182
4183         * src/prefs_matcher.c
4184                 Fix Execute criteria's NOT flag
4185
4186
4187 2002-11-26 [christoph]  0.8.6claws16
4188
4189         * src/ssl.c
4190                 rewrite the ssl code a little bit, only use one
4191                 SSL context, set default certificates' file/path
4192
4193 2002-11-26 [thorsten]   0.8.6claws15
4194
4195         * src/compose.c
4196                 default-reply-to didn't work for ml-reply
4197
4198 2002-11-26 [melvin]     0.8.6claws14
4199
4200         * src/prefs_actions.c
4201                 Made pipe-actions ignore short headers in message view
4202                 Made trailing-pipe-actions write in the message view with
4203                 the same font as the original message
4204
4205 2002-11-26 [paul]       0.8.6claws13
4206
4207         * src/compose.c
4208                 this time commit the correct file
4209
4210 2002-11-26 [paul]       0.8.6claws12
4211
4212         * sync with 0.8.6cvs11
4213           src/quote_fmt_parse.y  
4214                 no sync needed
4215           src/account.[ch]       
4216                 not sync'ed
4217           src/compose.c
4218                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4219                 on draft mode.
4220                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4221                 header
4222                 
4223         see ChangeLog 2002-11-25 and 2002-11-26
4224
4225 2002-11-26 [colin]      0.8.6claws11
4226
4227         * src/folderview.c
4228                 Fix collapsed folder not auto-expanding during
4229                 mail dnd, if it was the source folder.
4230
4231 2002-11-25 [colin]      0.8.6claws10
4232
4233         * src/folderview.[ch]
4234                 Variable renaming and cleaning (slist of nodes 
4235                 to be re-collapsed is stored in FolderView)
4236
4237 2002-11-25 [paul]       0.8.6claws9
4238
4239         * src/prefs_common.[ch]
4240                 fix breakage caused by last commit
4241
4242 2002-11-25 [paul]       0.8.6claws8
4243
4244         * sync with 0.8.6cvs4
4245                 see ChangeLog 2002-11-21
4246
4247 2002-11-25 [paul]       0.8.6claws7
4248
4249         * sync with 0.8.6cvs4
4250                 see ChangeLog 2002-11-20
4251
4252 2002-11-25 [paul]       0.8.6claws6
4253
4254         * sync with 0.8.6cvs3
4255                 see ChangeLog 2002-11-18
4256
4257 2002-11-25 [colin]      0.8.6claws5
4258
4259         * src/gtkutils.[ch]
4260                 Add gtkut_ctree_node_is_parent()
4261         * src/folderview.c
4262                 Spring-loaded folders
4263
4264 2002-11-25 [colin]      0.8.6claws4
4265
4266         * src/utils.[ch]
4267                 Add slist_concat_unique(), function to merge
4268                 two GSList filtering dups
4269         * src/folder.[ch]
4270         * src/summaryview.[ch]
4271         * src/folderview.c
4272         * src/main.c
4273                 Add detection/update/display of unread answers
4274                 to marked mails
4275         * src/procmsg.[ch]
4276                 Add procmsg_find_children()
4277                 Add procmsg_msg_has_marked_parent()
4278
4279 2002-11-25 [colin]      0.8.6claws3
4280
4281         * src/ssl_certificate.[ch]
4282                 Allow checking a certificate without a DNS
4283                 lookup
4284                 Allow to forget a cert (by deleting it)
4285                 Make ssl_certificate_destroy_public
4286         * src/ssl_manager.[ch] ** NEW FILES **
4287                 Gui to manage (display/remove) certificates
4288         * src/prefs_common.[ch]
4289                 Add a pref to allow silent acceptation of
4290                 trusted certificates or not (based on the
4291                 "I want to know what's going on" principle)
4292         * src/mainwindow.c
4293                 Add SSL manager in Tools menu
4294         * src/Makefile.am
4295                 Add the new files to the build
4296         * po/POTFILES.in
4297                 Add ssl_manager.c to translations
4298
4299 2002-11-25 [colin]      0.8.6claws2
4300
4301         * src/summaryview.[ch]
4302                 Add S_SEARCH_EXTENDED to the quick search, which 
4303                 allows to search using filtering syntax.
4304
4305 2002-11-25 [colin]      0.8.6claws1
4306
4307         * src/summaryview.c
4308                 Deletion of duplicates now prefer deleting
4309                 the unread dup (fixes feature-request 638989).
4310
4311 2002-11-24 [paul]       0.8.6claws
4312
4313         * po/es.po
4314           po/pl.po
4315           po/ru.po
4316           po/sr.po
4317                 updated by Ricardo Mones Lastra,
4318                 Witold Wladyslaw Wojciech Wilk,
4319                 Ruslan N. Balkin, and  Urke MMI 
4320                 respectively
4321
4322 2002-11-24 [paul]       0.8.5claws182
4323
4324         * po/bg.po
4325                 updated by George Danchev
4326
4327 2002-11-23 [alfons]     0.8.5claws181
4328
4329         * src/imap.c
4330                 tiny memory leak found by browsing Dimitar's 
4331                 valgrind report
4332
4333 2002-11-23 [paul]       0.8.5claws180
4334
4335         * po/it.po
4336                 updated by Alessandro Maestri
4337
4338 2002-11-22 [christoph]  0.8.5claws179
4339
4340         * src/compose.c
4341         * src/inc.c
4342         * src/prefs_filtering.c
4343         * src/summaryview.c
4344                 more warning fixes
4345
4346 2002-11-22 [alfons]     0.8.5claws178
4347
4348         * src/summaryview.c
4349                 summary_execute_delete_func(): if message is deleted, make 
4350                 sure to also remove its entry in the subject hash table. 
4351                 fixes a corner case bug.
4352
4353 2002-11-22 [paul]       0.8.5claws177
4354
4355         * .cvsignore
4356                 add 'autom4te.cache'
4357                 
4358         * ltconfig      ** REMOVED **
4359                 not needed
4360
4361 2002-11-22 [paul]       0.8.5claws176
4362
4363         * src/textview.c
4364                 textview_set_font(): fix for message display in
4365                 UTF-8 locales (thanks to Sergey Vlasov).
4366                 
4367         * AUTHORS
4368                 add new team members and contributors
4369
4370
4371 2002-11-21 [colin]      0.8.5claws175
4372
4373         * src/procmsg.[ch]
4374                 Add procmsg_remove_special_headers()
4375         * src/mh.c
4376                 Use procmsg_remove_special_headers() for 
4377                 previous fix
4378
4379 2002-11-21 [colin]      0.8.5claws174
4380
4381         * src/mh.c
4382                 Fix moving/copying from queue/draft folders
4383                 for MH folders
4384
4385 2002-11-21 [christoph]  0.8.5claws173
4386
4387         * src/crash.c
4388         * src/filtering.c
4389         * src/logwindow.c
4390         * src/main.c
4391         * src/matcher_parser_lex.[hl]
4392         * src/mbox.c
4393         * src/mbox_folder.[ch]
4394         * src/prefs_filtering.c
4395         * src/procheader.c
4396         * src/quote_fmt_lex.l
4397         * src/ssl.c
4398                 fix all warnings except the warnings in lex and yacc files
4399
4400 2002-11-20 [christoph]  0.8.5claws172
4401
4402         * src/imap.c
4403                 fix MsgInfo retrieval for IMAP draft and queue folders
4404                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4405
4406 2002-11-19 [christoph]  0.8.5claws171
4407
4408         * src/compose.c
4409                 fix segfault, when draft saving does not get
4410                 the MsgInfo of the new message
4411                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4412
4413 2002-11-19 [christoph]  0.8.5claws170
4414
4415         * src/procmsg.c
4416                 add parameter check for flag setting function
4417                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4418
4419 2002-11-18 [paul]       0.8.5claws169
4420
4421         * src/compose.c
4422                 more sensitivity fixes to redirect mode:
4423                 * disable toolbar draft button
4424                 * allow only Address book in the Tools menu
4425                 * disable editing of message by the spell
4426                   checker
4427
4428 2002-11-18 [paul]       0.8.5claws168
4429
4430         * src/compose.c
4431                 fix sensitivity of menu items in compose_redirect():
4432                 allow only the necessary items 
4433
4434 2002-11-18 [paul]       0.8.5claws167
4435
4436         * src/compose.c
4437                 fix bug [ 603259 ] 'attachment got lost on bounce'
4438
4439 2002-11-18 [paul]       0.8.5claws166
4440
4441         * po/ru.po
4442                 updated by Ruslan N. Balkin <baron@dartel.ru>
4443
4444 2002-11-18 [colin]      0.8.5claws165
4445
4446         * src/main.c
4447           src/defs.h
4448                 Remove old filtering stuff
4449
4450
4451 2002-11-17 [oliver]     0.8.5claws164
4452
4453         * src/toolbar.h
4454                 remove not needed typedef 
4455
4456 2002-11-17 [oliver]     0.8.5claws163
4457
4458         * src/toolbar.c
4459                 make toolbar's on click events translatable
4460
4461 2002-11-15 [colin]      0.8.5claws162
4462
4463         * src/summaryview.c
4464                 Revert too-soon integration of a feature
4465
4466 2002-11-15 [christoph]  0.8.5claws161
4467
4468         * src/imap.c
4469                 use main's implementation of imap_get_msginfo
4470
4471 2002-11-15 [christoph]  0.8.5claws160
4472
4473         * src/compose.c
4474         * src/folder.[ch]
4475         * src/imap.c
4476         * src/mbox_folder.c
4477         * src/mh.c
4478         * src/news.c
4479         * src/procmsg.c
4480         * src/summaryview.c
4481                 replace claws' fetch_msginfo with main's get_msginfo
4482                 (use main's implementation where possible)
4483
4484 2002-11-15 [colin]      0.8.5claws159
4485
4486         * src/ssl_certificate.c
4487                 Missed a check
4488
4489 2002-11-16 [melvin]     0.8.5claws158
4490
4491         * po/fr.po
4492                 Updated French translations.
4493
4494 2002-11-16 [colin]      0.8.5claws157
4495
4496         * src/ssl_certificate.c
4497                 Check for missing parts in the certificates
4498
4499 2002-11-15 [colin]      0.8.5claws156
4500
4501         * src/folderview.c
4502                 Preventive fix (missing check) found by
4503                 Alfons
4504
4505 2002-11-15 [paul]
4506
4507         * NEWS
4508                 sync with 0.8.6 release
4509
4510 2002-11-15 [colin]      0.8.5claws155
4511
4512         * src/folder.[ch]
4513           src/folderview.c
4514                 Fix error handling of folder_item_move_to()
4515                 (thanks to Alfons!)
4516
4517 2002-11-15 [colin]      0.8.5claws154
4518
4519         * src/folder.[ch]
4520           src/folderview.c
4521                 folder_item_move_to() sets an error message instead
4522                 of having GUI stuff in folder.c
4523
4524 2002-11-15 [colin]      0.8.5claws153
4525
4526         * src/procmsg.[ch]
4527                 Implemented a callback for MsgInfo updates, 
4528                 heavily copy/pasted from Christoph's folder 
4529                 callback system
4530         * src/summaryview.[ch]
4531                 Register summary_update_msg as callback
4532
4533 2002-11-14 [colin]      0.8.5claws152
4534         
4535         * src/procmsg.c
4536                 Update the FolderItem after sending (fixes 617593)
4537
4538 2002-11-14 [christoph]  0.8.5claws151
4539
4540         * src/folder.c
4541                 fix wrong position of NULL pointer check found
4542                 by Sergey
4543
4544 2002-11-14 [christoph]  0.8.5claws150
4545
4546         * src/folder.c
4547                 fix segfault when deleting messages from IMAP folders
4548                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4549
4550 2002-11-14 [colin]      0.8.5claws149
4551
4552         * src/compose.c
4553                 Forwarding was also ignoring the folder's default account.
4554
4555 2002-11-14 [colin]      0.8.5claws148
4556
4557         * src/compose.c
4558                 Fix sent folder not set to folder properties when 
4559                 forwarding.
4560
4561 2002-11-14 [thorsten]   0.8.5claws147
4562
4563         * src/inc.c
4564                 inc_start(): Files were not moved from .processing to inbox,
4565                 if no global processing rule existed
4566
4567 2002-11-14 [colin]      0.8.5claws146
4568
4569         * src/ssl_certificate
4570                 Fix file operations
4571
4572 2002-11-14 [paul]       0.8.5claws145
4573
4574         * po/it.po
4575                 updated by Alessandro Maestri
4576
4577 2002-11-13 [alfons]     0.8.5claws144
4578
4579         * src/folder.c
4580                 folder_item_close(): only mark messages unread
4581                 when a folder has new messages 
4582
4583 2002-11-13 [keith]      0.8.5claws143
4584
4585         * src/imap.c
4586                 Fix problem moving or copying between
4587                 IMAP folders
4588
4589 2002-11-13 [colin]      0.8.5claws142
4590
4591         * src/matcher_parser_parse.y
4592                 Fix rule problem when " don't match
4593
4594 2002-11-13 [christoph]  0.8.5claws141
4595
4596         * src/folder.c
4597         * src/folderview.c
4598                 moved cache saving to folder_item_close
4599                 the folderview should not have to deal with
4600                 this things
4601
4602 2002-11-13 [christoph]  0.8.5claws140
4603
4604         * src/summaryview.c
4605                 moved setting of important score to
4606                 summary_set_prefs_from_folderitem
4607
4608 2002-11-13 [colin]      0.8.5claws139
4609
4610         * src/matcher_parser_parse.y
4611                 Fix a segfault in the parser (happening when
4612                 a good expression had been tested and a bad 
4613                 one arrives)
4614
4615 2002-11-13 [paul]       0.8.5claws138
4616
4617         * sync with 0.8.5cvs24
4618                 see ChangeLog 2002-11-13
4619                 
4620         * po/pt_BR.po
4621                 updated by Fabio Jr. Beneditto
4622
4623 2002-11-13 [colin]      0.8.5claws137
4624         
4625         * src/msgcache.c
4626           src/defs.h
4627           src/procmsg.[ch]
4628                 Revert last commit, problem
4629
4630 2002-11-13 [colin]      0.8.5claws136
4631
4632         * src/msgcache.c
4633                 Remove duplicated code
4634         * src/defs.h
4635                 Bumped CACHE_VERSION and MARK_VERSION
4636         * src/procmsg.[ch]
4637                 Network endian for cache and mark files
4638
4639 2002-11-12 [colin]      0.8.5claws135
4640
4641         * src/inc.c
4642                 Fix the "socket error" dialog which disappeared
4643
4644 2002-11-12 [colin]      0.8.5claws134
4645
4646         * src/msgcache.c
4647                 Reverse last commit which had performance 
4648                 problems, but still reverse the list
4649
4650 2002-11-12 [colin]      0.8.5claws133
4651
4652         * src/msgcache.c
4653                 Reverse list order
4654
4655 2002-11-12 [melvin]     0.8.5claws132
4656
4657         * src/compose.c
4658                 Added a check for a NULL prefs_common.dictionary
4659
4660 2002-11-12 [colin]      0.8.5claws131
4661
4662         * src/ssl_certificate.[ch]
4663                 Use FQDN hostname
4664
4665 2002-11-12 [colin]      0.8.5claws130
4666
4667         * src/ssl_certificate.[ch]
4668                 Take connection port into account for 
4669                 checking certificates (a single hostname
4670                 could have multiple servers with multiple
4671                 certificates)
4672         * src/ssl.c
4673                 Pass the port to ssl_certificate_check
4674
4675 2002-11-12 [paul]       0.8.5claws129
4676
4677         * src/folder.c
4678                 fix a typo in last commit
4679
4680 2002-11-12 [paul]       0.8.5claws128
4681
4682         * sync with 0.8.5cvs23
4683                 see ChangeLog entry 2002-11-12
4684
4685 2002-11-11 [colin]      0.8.5claws127
4686
4687         * src/ssl_certificate.c
4688                 Cleaner messages
4689                 Don't popup, instead log error, if the 
4690                 corresponding pref is checked
4691         * src/ssl_certificate.h
4692                 include <openssl/objects/h>
4693
4694 2002-11-11 [colin]      0.8.5claws126
4695
4696         * src/ssl_certificate.h
4697                 _Really_ clean it
4698
4699 2002-11-11 [colin]      0.8.5claws125
4700         
4701         * src/ssl_certificate.c
4702                 Fixed leak
4703
4704 2002-11-11 [colin]      0.8.5claws124
4705
4706         * src/ssl.c
4707                 Cleaned a bit
4708         * src/ssl_certificate.[ch]
4709                 Cleaned a bit (better use of SSL API)
4710                 (This will cause non-recognition of saved 
4711                  certificates of claws12[23]...)
4712
4713 2002-11-11 [paul]       0.8.5claws123
4714         
4715         * po/es.po
4716                 updated by Ricardo Mones Lastra
4717
4718 2002-11-11 [colin]      0.8.5claws122
4719
4720         * src/ssl.c
4721                 Fix a typo
4722
4723 2002-11-11 [colin]      0.8.5claws121
4724
4725         * src/ssl_certificate.[ch] ** NEW FILES **
4726         * src/ssl.[ch]
4727                 Check SSL certificates presented to us
4728         * src/Makefile.am
4729                 Add ssl_certificate.[ch]
4730         * po/POTFILES.in
4731                 Add ssl_certificate.c
4732
4733 2002-11-11 [paul]       0.8.5claws120
4734
4735         * sync with 0.8.5cvs22
4736                 see ChangeLog 2002-11-11
4737
4738 2002-11-11 [paul]       0.8.5claws119
4739
4740         * sync with 0.8.5cvs21
4741                 see ChangeLog 2002-11-11
4742
4743 2002-11-10 [jens]       0.8.5claws118
4744
4745         * src/folder.c
4746         * src/folderview.c
4747                 corrected some typing
4748         * po/de.po
4749                 updated german translation
4750         * sylpheed.spec.in
4751                 cleaned up specfile and adjusted it for claws
4752
4753 2002-11-10 [colin]      0.8.5claws117
4754
4755         * src/summaryview.c
4756                 a STATUSBAR_PUSH/POP fix
4757
4758 2002-11-10 [colin]      0.8.5claws116
4759
4760         * src/prefs_folder_item.c
4761                 Fix hanging after opening folder properties
4762
4763 2002-11-10 [hoa]        0.8.5claws115
4764
4765         * src/matcher_parser_lex.l
4766         * src/matcher_parser_parse.y
4767                 config file for scoring and filtering is no more trashed
4768                 when there is a syntax error in a filtering rule when
4769                 editing it in a dialog.
4770
4771 2002-11-09 [colin]      0.8.5claws114
4772
4773         * src/mbox_folder.c
4774                 Added missing initialisation of folder->destroy()
4775
4776 2002-11-09 [colin]      0.8.5claws113
4777
4778         * src/folder.c
4779           src/folderview.c
4780                 Fix the status bar messages
4781
4782 2002-11-09 [colin]      0.8.5claws112
4783
4784         * src/folderview.c
4785                 Fix hangs after folder dnd, happening after 
4786                 claws109.
4787
4788 2002-11-09 [christoph]  0.8.5claws111
4789
4790         * src/folderview.c
4791                 just changed order of calls (reverse order of
4792                 associated calls)
4793         * src/inc.c
4794                 lock inc when checking only one account, otherwise
4795                 inc all could be executed at the same time
4796
4797 2002-11-09 [christoph]  0.8.5claws110
4798
4799         * src/folderview.c
4800                 better unlock the mouse cursor before calling
4801                 summary_show because it changes the cursor too
4802
4803 2002-11-09 [christoph]  0.8.5claws109
4804
4805         * src/folder.[ch]
4806         * src/folderview.c
4807                 add functions to open and close a folder
4808                 o opending will execute scanning for remote folders
4809                   and processing
4810                 o closing will unset new flag for messages
4811
4812 2002-11-09 [colin]      0.8.5claws108
4813
4814         * src/folder.c
4815                 Add a call to prefs_matcher_write_config to 
4816                 avoid non-leaf folders filtering settings to be
4817                 lost
4818
4819 2002-11-09 [paul]       0.8.5claws107
4820
4821         * src/prefs_account.c
4822                 re-word a label
4823
4824 2002-11-09 [colin]      0.8.5claws106
4825
4826         * src/folderview.c
4827                 Minor esthetic fix
4828
4829 2002-11-09 [colin]      0.8.5claws105
4830
4831         * src/folderview.c
4832                 Fix prefs_filtering deletion for MH folders (same
4833                 reason as below)
4834         * src/prefs_filtering.c
4835                 Fix prefs_filtering renaming and deletion for 
4836                 folder-based processing rules.  
4837
4838 2002-11-09 [christoph]  0.8.5claws104
4839
4840         * src/compose.c
4841         * src/folder.[ch]
4842         * src/folderview.[ch]
4843         * src/import.c
4844         * src/inc.c
4845         * src/main.c
4846         * src/mainwindow.c
4847         * src/messageview.c
4848         * src/prefs_folder_item.c
4849         * src/procmsg.c
4850         * src/summaryview.c
4851                 implement a callback system for folder item updates
4852
4853 2002-11-09 [colin]      0.8.5claws103
4854
4855         * src/folderview.c
4856                 Fix prefs_filtering renaming for MH folders (we
4857                 shouldn't rename by path as another folder could
4858                 have the same hierarchy).
4859
4860 2002-11-09 [colin]      0.8.5claws102
4861
4862         * src/folder.c
4863                 Fix a leak found by Christoph, use better variable
4864                 names
4865
4866 2002-11-09 [colin]      0.8.5claws101
4867
4868         * src/folder.c
4869                 One more fix for processing rules
4870
4871 2002-11-08 [colin]      0.8.5claws100
4872         
4873         * src/matcher.c
4874                 Don't copy the compiled regexp (will be reevaluated)
4875         * src/folderview.c
4876                 Lock folderview while moving
4877         * src/folder.c
4878                 Provide info on what's happening to the user
4879
4880 2002-11-08 [colin]      0.8.5claws99
4881
4882         * src/folderview.c
4883                 Fix folder reordering after a move if parent is 
4884                 root
4885         * src/scoring.[ch]
4886                 Add function to copy a ScoringProp
4887         * src/prefs_folder_item.c
4888                 Copy scoring rules when copying a folder prefs
4889
4890 2002-11-08 [colin]      0.8.5claws98
4891
4892         * src/folderview.c
4893                 Fixes in case of failure
4894         * src/filtering.[ch]    
4895                 Add function to duplicate a FilteringProp
4896         * src/matcher.[ch]
4897                 Add function to duplicate a MatcherProp
4898         * src/prefs_folder_item.c
4899                 Save folder's processing rules when copying 
4900                 its prefs
4901
4902 2002-11-08 [colin]      0.8.5claws97
4903         
4904         * src/folderview.c
4905                 Sort after move
4906         * src/folder.c 
4907                 Change a printf to debug_print
4908
4909 2002-11-08 [colin]      0.8.5claws96
4910
4911         * src/folder.c
4912           src/folderview.c
4913                 Fix segfaults, call me stupido
4914         
4915
4916 2002-11-08 [colin]      0.8.5claws95
4917
4918         *src/folder.c
4919                 Added forgotten prefs to save when moving folders
4920
4921 2002-11-08 [colin]      0.8.5claws94
4922
4923         * src/folder.c
4924                 Fixes to folder DND (prefs copy)
4925         * src/folderview.c
4926                 Optimization for folder DND (don't rescan whole tree)
4927                 Added folderview_create_folder_node() for this 
4928                 optimization, so de-duped a bit the code
4929         * src/prefs_folder_item.[ch]
4930                 Added prefs_folder_item_copy_prefs()    
4931           
4932 2002-11-08 [paul]       0.8.5claws93
4933
4934         * src/prefs_account.c
4935           tools/README
4936           tools/kmail2sylpheed_v2.pl
4937                 correct some typos
4938
4939 2002-11-08 [paul]       0.8.5claws92
4940
4941         * src/compose.c
4942           src/prefs_account.[ch]
4943                 remove account options 'clearsign' and 'ascii_armored',
4944                 replace with 'default_gnupg_mode' to prevent mixed-mode
4945                 Privacy settings
4946
4947 2002-11-08 [paul]       0.8.5claws91
4948
4949         * src/compose.[ch]
4950                 re-implement GnuPG 'on-the-fly' mode selection,
4951                 disallow mixed-mode
4952
4953 2002-11-08 [colin]      0.8.5claws90
4954
4955         * src/folderview.c
4956           src/prefs_folder_item.c
4957                 Change "Property" to "Properties"
4958
4959 2002-11-07 [colin]      0.8.5claws89
4960
4961         * src/folderview.c
4962           src/folder.c
4963                 Allow folder dropping to a root folder
4964
4965 2002-11-07 [paul]       0.8.5claws88
4966
4967         * src/compose.c
4968                 revert last commit
4969
4970 2002-11-07 [paul]       0.8.5claws87
4971
4972         * src/compose.c
4973                 fix reply-to-list bug. closes bug report
4974                 "[633382] reply-to-list broken in recent cvs"
4975
4976 2002-11-07 [paul]       0.8.5claws86
4977
4978         * src/compose.c
4979                 add a forgotten '#if USE_GPGME ... #endif'
4980
4981 2002-11-07 [paul]       0.8.5claws85
4982
4983         * sync with 0.8.5cvs20
4984                 see ChangeLog 2002-11-07
4985
4986 2002-11-07 [colin]      0.8.5claws84
4987
4988         * src/folder.[ch]
4989                 Change folder_item_move_to to return the newly 
4990                 created folderitem.
4991         * src/folderview.c
4992                 Select the new folderitem after moving.
4993
4994 2002-11-07 [colin]      0.8.5claws83
4995
4996         * src/prefs_filtering.c
4997                 Fix rule rewriting when moving a leaf folder to a 
4998                 shorter path
4999
5000 2002-11-07 [colin]      0.8.5claws82
5001
5002         * src/prefs_filtering.c
5003                 fix a leak
5004
5005 2002-11-07 [colin]      0.8.5claws81
5006
5007         * src/folder.[ch]
5008                 Add folder_item_move_to() function to move a 
5009                 folderitem into another one (updates matcher etc)
5010         * src/folderview.c
5011                 Add folder drag'n drop (context menu to come)
5012                 [Should be dataloss free, but Please backup before 
5013                  trying !]
5014
5015 2002-11-06 [colin]      0.8.5claws80
5016
5017         * src/mh.c
5018                 mh_create_folder() returns NULL if can't create
5019                 directory hierarchy
5020
5021 2002-11-06 [paul]       0.8.5claws79
5022
5023         * src/compose.[ch]
5024                 allow 'on-the-fly' changing of the type of encryption 
5025                 and/or signing used (mime/ascii) via the compose window
5026
5027 2002-11-06 [paul]       0.8.5claws78
5028
5029         * sync with 0.8.5cvs19
5030                 see ChangeLog 2002-11-06 for src/account.c: 
5031                 account_get_special_folder()
5032                 
5033 2002-11-05 [alfons]     0.8.5claws77
5034
5035         * src/crash.c
5036                 very minor cleanups: nothing to see here, move on. :-)
5037
5038 2002-11-05 [colin]      0.8.5claws76
5039
5040         * src/main.c
5041                 Changes choices if compose windows are opened to
5042                 Discard, Draft, Don't quit
5043
5044 2002-11-05 [thorsten]   0.8.5claws75
5045
5046         * src/compose.c
5047                 reenabled default_reply_to folder option
5048
5049 2002-11-05 [colin]      0.8.5claws74
5050
5051         * src/compose.[ch] 
5052                 add compose_draft()
5053         * src/crash.c
5054                 add SIGTERM handler
5055         * src/main.[ch]
5056                 add clean_quit() for the SIGTERM handler
5057
5058 2002-11-05 [paul]       0.8.5claws73
5059         
5060         * po/es.po
5061                 updated by Ricardo Mones Lastra
5062
5063 2002-11-05 [melvin]     0.8.5claws72
5064
5065         * src/logwindow.c
5066                 Fixed log-clipping bug #616795.
5067                 To stop logging in the log window use 0 length.
5068         * src/prefs_common.c
5069                 Added a label to inform about the 0 log length behaviour.
5070
5071 2002-11-05 [paul]       0.8.5claws71
5072
5073         * sync with 0.8.5cvs17
5074                 see ChangeLog 2002-11-05
5075
5076 2002-11-04 [paul]       0.8.5claws70
5077
5078         * sylpheed-128x128.png
5079           sylpheed-64x64.png
5080           sylpheed.png
5081                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
5082                 <nikai@users.sourceforge.net>
5083                 
5084         * po/bg.po
5085                 updated by George Danchev
5086
5087 2002-11-03 [thorsten]   0.8.5claws69
5088
5089         * src/main.c
5090           src/mimeview.c
5091           src/rfc2015.h
5092                 add check if gpg is active
5093
5094 2002-11-03 [thorsten]   0.8.5claws68
5095
5096         * src/toolbar.h
5097                 removed GSList declaration causing trouble on MacOS-X
5098                 (submitted by alfons, reported by xfesty)
5099
5100 2002-11-01 [paul]       0.8.5claws67
5101
5102         * src/mainwindow.c
5103                 remove last remnants of main's filter code
5104
5105 2002-11-01 [paul]       0.8.5claws66
5106
5107         * tools/filter_conv.pl
5108                 fix bug where user-defined headers were ignored
5109
5110 2002-11-01 [paul]       0.8.5claws65
5111
5112         * src/logwindow.c
5113                 make a debug_print() not translatable
5114
5115 2002-10-31 [melvin]     0.8.5claws64
5116
5117         * ac/aspell.m4
5118                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
5119                 not run any GNU/aspell test.  The dictionary path will
5120                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
5121                 was given, in which case, it will be $prefix/lib/aspell/
5122         * configure.in
5123                 Fixed typo in commentary (Aspell code).
5124
5125 2002-10-31 [paul]       0.8.5claws63
5126
5127         * po/POTFILES.in
5128                 remove src/filter.c and src/prefs_filter.c
5129                 thanks to Ricardo for reminding me
5130
5131 2002-10-31 [colin]      0.8.5claws62
5132
5133         * src/mbox_folder.c
5134                 Plug some leaks
5135
5136 2002-10-31 [paul]       0.8.5claws61
5137
5138         * src/prefs_filter.[ch] ** REMOVED **
5139           src/filter.[ch]       ** REMOVED **
5140           
5141         * src/Makefile.am
5142           src/folderview.c
5143           src/inc.c
5144           src/main.c
5145           src/mainwindow.c
5146           src/mbox.c
5147           src/prefs_common.c
5148           src/prefs_filtering.c
5149           src/summaryview.[ch]
5150                 remove main's 'filter' code
5151                 
5152         README.claws
5153                 update to reflect removal of main's filter
5154
5155 2002-10-31 [paul]       0.8.5claws60
5156
5157         * src/summaryview.c
5158                 remove check for global_processing in summary_filter_open(). 
5159                 This fixes the bug where if the user uses the right-click 
5160                 'Create filter rule...' and doesn't have any filter rules 
5161                 already defined in claws' advanced filtering, the newly 
5162                 created filter rule goes to main's filtering which is 
5163                 inaccessible through the gui. Now the filter rule gets added
5164                 to claws' filtering by default.
5165
5166 2002-10-28 [melvin]     0.8.5claws59
5167
5168         * src/prefs_actions.c
5169                 Fixed bug #627322 where MIME parts were not always
5170                 correctly passed to a %p action
5171                 Display an error dialog when message filename is not found.
5172
5173 2002-10-28 [melvin]     0.8.5claws58
5174
5175         * src/prefs_common.c
5176                 Readded a missing function declaration lost in 0.8.3claws34
5177
5178 2002-10-28 [paul]       0.8.5claws57
5179
5180         * sync with 0.8.5cvs15
5181                 see ChangeLog 2002-10-28 and 2002-10-25
5182                 
5183         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5184
5185 2002-10-27 [oliver]     0.8.5claws56
5186
5187         * src/pop.c
5188                 plug leak in pop3_top_recv
5189
5190 2002-10-26 [christoph]  0.8.5claws55
5191
5192         * src/folder.c
5193                 set need_update folder flag when messages are added
5194                 (closes bug [ 626922 ] folder not updated after receiving)
5195
5196 2002-10-25 [melvin]     0.8.5claws54
5197
5198         * src/imageview.c
5199                 Fixed a memleak introduced in the scaling code.
5200
5201 2002-10-24 [alfons]     0.8.5claws53
5202
5203         * src/filtering.c
5204                 make filtering's forward message action forward from the 
5205                 correct account
5206                 (closes bug [628089 ] Filter -> Forward from address problem
5207                 reported by Oktay)
5208
5209 2002-10-24 [christoph]  0.8.5claws52
5210
5211         * src/mainwindow.c
5212         * src/manual.[ch]
5213                 o use manual of current locale or english if current
5214                   locale is not available (and english is available)
5215                 o also link to sylpheed doc project manuals
5216
5217 2002-10-23 [paul]       0.8.5claws51
5218
5219         * tools/README
5220           tools/kmail2sylpheed_v2.pl
5221                 add new version of kmail addressbook importer script.
5222                 works with newer versions of Kmail/KAddressBook which
5223                 have new and rearranged data.
5224
5225 2002-10-23 [martin]     0.8.5claws50
5226
5227         * src/folderview.c
5228         * src/summaryview.c
5229         * src/utils.h
5230         * src/utils.c
5231                 added length parameter to get_abbrev_newsgroup_name()
5232                 changed this function so that it abbreviates the newsgroup
5233                 names only so long it is smaller than the length parameter
5234                 (for better reading of some newsgroup names and space efficiency)
5235
5236 2002-10-22 [colin]      0.8.5claws49
5237
5238         *src/foldersel.c
5239                 Revert Alfons' last modification (after voting ;-))
5240
5241 2002-10-21 [alfons]     0.8.5claws48
5242
5243         * src/foldersel.c
5244                 folder view in folder selection dialog reflects state of
5245                 folder view in main window
5246
5247 2002-10-18 [alfons]     0.8.5claws47
5248
5249         * src/mbox.c
5250                 drop imported messages in folder selected by user,
5251                 and not in the inbox
5252                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5253
5254 2002-10-18 [alfons]     0.8.5claws46
5255
5256         * src/compose.c
5257                 make automagic reply work correctly for email accounts 
5258                 (whether it's viable to do a full sync with Hiro's 
5259                 compose.c is still under discussion)
5260
5261 2002-10-18 [melvin]     0.8.5claws45
5262
5263         * src/prefs_actions.c
5264                 Fixed bug #622275 where asynchroneous actions left 
5265                 zombies processes
5266                 Made (synchroneous) actions' input be displayed live.
5267
5268 2002-10-18 [christoph]  0.8.5claws44
5269
5270         * src/textview.c
5271                 don't add a newline in the textview in front of the
5272                 first textpart if header display is disabled
5273                 (closes bug [ 603385 ] disabled header display leaves blank
5274                  lin)
5275
5276 2002-10-18 [christoph]  0.8.5claws43
5277
5278         * src/folder.[ch]
5279         * src/imap.c
5280         * src/mbox_folder.c
5281         * src/mh.c
5282         * src/news.c
5283                 folder->get_num_list now returns an error code
5284                 (closes bug [ 609424 ] News cache cleared on failure)
5285                 
5286 2002-10-17 [colin]      0.8.5claws42
5287         
5288         * src/news.c
5289                 Changed a printf by debug_print
5290
5291 2002-10-16 [paul]       
5292
5293         * tools/OOo2sylpheed.pl
5294                 allow for spaces in the name of the
5295                 file to be attached.
5296
5297 2002-10-16 [colin]      0.8.5claws41
5298
5299         * src/main.c
5300                 Use a tristate to change online mode
5301
5302 2002-10-16 [paul]       0.8.5claws40
5303
5304         * po/es.po
5305                 updated by Ricardo Mones Lastra
5306
5307 2002-10-16 [colin]      0.8.5claws39
5308
5309         * src/main.c
5310           src/mainwindow.[ch]
5311                 Added --online and --offline command-line
5312                 switches
5313
5314 2002-10-15 [christoph]  0.8.5claws38
5315
5316         * src/procmime.c
5317                 set mimeinfo->name to NULL after g_free to
5318                 avoid double freeing with g_free
5319
5320 2002-10-14 [christoph]  0.8.5claws37
5321
5322         * src/compose.c
5323         * src/filtering.c
5324         * src/summaryview.c
5325                 remove calls to folder->change_flags that are now
5326                 done by procmsg flag functions (seems it is not
5327                 used by any foldertype anyway)
5328         * src/folder.c
5329                 init folder->change_flags with NULL
5330
5331 2002-10-14 [christoph]  0.8.5claws36
5332
5333         * src/folder.[ch]
5334         * src/imap.[ch]
5335                 use virtual functions for folder item new and destroy
5336                 functions
5337
5338 2002-10-14 [melvin]     0.8.5claws35
5339
5340         * src/compose.c
5341                 Added a test to not run the spell checker if no default
5342                 dictionary is available. No dialog is displayed though.
5343
5344 2002-10-14 [melvin]     0.8.5claws34
5345
5346         * src/gtkaspell.c
5347                 Fixed bug in dictionary list context menu where
5348                 "More..." pointed to an emtpy submenu if the
5349                 number of dictionaries is a multiple of 15
5350                 Removed unneeded code in suggestions list creation
5351
5352 2002-10-14 [paul]       0.8.5claws33
5353
5354         * po/bg.po
5355                 updated by George Danchev
5356
5357 2002-10-13 [hoa]        0.8.5claws32
5358
5359         * src/matcher.[ch]
5360           src/matcher_parser_parser.y
5361                 removed the escaped string from internal structure
5362                 of matcher.
5363
5364 2002-10-12 [colin]      0.8.5claws31
5365
5366         * src/gtksctree.[ch]
5367           src/summaryview.c
5368                 Removed useless function gtksctree_reanchor
5369
5370 2002-10-12 [alfons]     0.8.5claws30
5371         
5372         * sync with remaining main changes 2002-10-09 - 2002-10-11
5373         - drop changes to src/compose.c (requires claws specific changes)
5374         
5375 2002-10-12 [alfons]     0.8.5claws29
5376         
5377         * sync with main changes of 2002-10-08
5378         - drop changes to src/compose.c (requires claws specific changes)
5379         - drop changes to src/summaryview.c (requires changes to compose.c)     
5380
5381 2002-10-12 [alfons]     0.8.5claws28
5382         
5383         * sync with main changes of 2002-10-07
5384
5385 2002-10-12 [alfons]     0.8.5claws27
5386
5387         * sync with main changes of 2002-10-04
5388         - drop changes to src/compose.c (requires claws specific changes)
5389         - drop changes to src/prefs_folder_item.c (claws implementation
5390           seems to be working)
5391
5392 2002-10-12 [colin]      0.8.5claws26
5393
5394         * src/mainwindow.c
5395                 Fix folder-flicker when space-reading, introduced 
5396                 in claws22.
5397
5398 2002-10-12 [colin]      0.8.5claws25
5399
5400         * src/compose.c
5401                 Save account address when saving as draft.
5402                 (closes bug 621838)
5403
5404 2002-10-12 [colin]      0.8.5claws24
5405
5406         * src/summaryview.c
5407                 Fix the problem consisting of no message selected
5408                 after the last message in a folder has been moved.
5409
5410 2002-10-12 [paul]       0.8.5claws23
5411
5412         * src/compose.c
5413           src/prefs_template.c
5414           src/template.[ch]
5415                 add Cc and Bcc to templates. Patch submitted by
5416                 John L. Males.
5417
5418 2002-10-12 [colin]      0.8.5claws22
5419
5420         * src/folderview.c
5421                 Fix a bug after "Check for new messages":
5422                 If a folder was opened, it was still selected at
5423                 the end of the check, but displayed empty.
5424         * src/mainwindow.c
5425                 Remove unnecessary check
5426
5427 2002-10-12 [paul]
5428
5429         * tools/README
5430                 be more verbose in the description of
5431                 OOo2sylpheed.pl
5432                 
5433
5434 2002-10-11 [colin]      0.8.5claws21
5435
5436         * src/mainwindow.c
5437                 Make space work (better) when no mail is selected
5438
5439 2002-10-11 [colin]      0.8.5claws20
5440
5441         * src/inc.c
5442           src/news.c
5443                 fix warnings
5444
5445 2002-10-11 [colin]      0.8.5claws19
5446
5447         * src/mainwindow.c
5448                 revert 0.8.5claws6 changes as i couldn't get to
5449                 anything satisfying
5450
5451 2002-10-11 [melvin]     0.8.5claws18
5452
5453         * src/compose.c
5454                 Removed buggy and unused macro (should have been committed in
5455                 0.8.5claws17)
5456
5457 2002-10-11 [melvin]     0.8.5claws17
5458
5459         * src/compose.c
5460                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5461
5462 2002-10-11 [thorsten]   0.8.5claws16 
5463
5464         * src/folderview.c
5465                 remove rescan warning
5466
5467 2002-10-11 [colin]      0.8.5claws15 
5468
5469         * src/procheader.c
5470                 fix a segfault that happens if conv_unmime_header
5471                 fails (should be better to find out why it fails)
5472
5473 2002-10-11 [christoph]  0.8.5claws14
5474
5475         * src/summaryview.c
5476                 update folderview stats after ignore/unignore thread
5477
5478 2002-10-11 [hoa]        0.8.5claws13
5479
5480         * src/quote_fmt_parse.y
5481                 Fixed a yacc/bison syntax error
5482         * src/matcher.c
5483                 Escaping of string is fixed.
5484
5485 2002-10-11 [colin]      0.8.5claws12
5486
5487         * src/imageview.c
5488                 Resize images to fit
5489
5490 2002-10-11 [paul]       0.8.5claws11
5491
5492         * po/es.po
5493                 updated by Ricardo Mones Lastra
5494
5495 2002-10-10 [alfons]     0.8.5claws10
5496
5497         * src/compose.c
5498                 allow dropping files by "moving" files from a file manager,
5499                 not only by the more cumbersome "copying". the latter 
5500                 mostly implies holding down the Control button
5501
5502 2002-10-10 [christoph]  0.8.5claws9
5503
5504         * src/summaryview.c
5505                 update folders after thread building for ignored threads
5506
5507 2002-10-10 [christoph]  0.8.5claws8
5508
5509         * config/.cvsignore
5510                 added Makefile
5511         * src/filtering.[ch]
5512         * src/folder.[ch]
5513         * src/folderview.[ch]
5514         * src/import.c
5515         * src/inc.[ch]
5516         * src/mbox.[ch]
5517         * src/procmsg.c
5518         * src/summaryview.[ch]
5519                 o added new flag need_update to FolderItem
5520                 o removed folder_table from various functions from tracking
5521                   folder updates
5522                 o set need_update flags in folder.c's move, copy and delete
5523                   functions and procmsg's flags functions
5524                 o added function folderview_update_items_when_required that
5525                   updates all folders with need_update set
5526                 o call folderview_update_items_when_required instead of
5527                   folderview_update_item_foreach
5528
5529 2002-10-09 [sergey]     0.8.5claws7
5530
5531         * src/compose.c
5532                 Strip CRs whel loading the text into editor in reedit mode.
5533
5534 2002-10-09 [colin]      0.8.5claws6
5535
5536         * src/mainwindow.c
5537                 Make Space work when no mail is selected
5538
5539 2002-10-09 [colin]      0.8.5claws5
5540
5541         * src/gtksctree.[ch]
5542                 Fix range_select
5543                 Add gtk_sctree_reanchor() 
5544         * src/summaryview.c
5545                 Use gtk_sctree_reanchor() - better fix for 
5546                 bug 60413
5547
5548 2002-10-09 [colin]      0.8.5claws4
5549
5550         * src/summaryview.c
5551                 Fix shift-click select after delete problem
5552                 (closes bug 60413)
5553
5554 2002-10-08 [thorsten]   0.8.5claws3
5555
5556         * src/summaryview.c
5557                 exclude current msg from -hide read messages-
5558
5559 2002-10-08 [colin]      0.8.5claws2
5560
5561         * src/inc.[ch]
5562           src/pop.c
5563           src/recv.c
5564                 Differentiate socket errors from disk full
5565                 errors
5566
5567 2002-10-08 [christoph]  0.8.5claws1
5568
5569         * Makefile.am
5570         * configure.in
5571                 modifications for new config directory
5572
5573         * config.guess  ** REMOVED **
5574         * config.sub    ** REMOVED **
5575         * install-sh    ** REMOVED **
5576         * ltmain.sh     ** REMOVED **
5577         * missing       ** REMOVED **
5578         * mkinstalldirs ** REMOVED **
5579                 these files are autogenerated by automake
5580                 when you run autogen.sh
5581
5582         * config/.cvsignore     ** NEW FILE **
5583         * config/Makefile.am    ** NEW FILE **
5584                 ignore autogenerated files
5585                 create a Makefile in this directory
5586
5587 2002-10-08 [paul]       0.8.5claws
5588
5589         * 0.8.5claws release
5590         
5591         * src/compose.c
5592           src/procheader.c
5593           src/procmsg.c
5594                 fix quote reply format for newsgroups reply bug
5595                 (thanks to Hoa)
5596                 
5597         * po/en_GB.po
5598           po/pl.po
5599                 updated by me and Witold Wladyslaw Wojciech Wilk
5600                 repectively
5601
5602 2002-10-07 [paul]       0.8.3claws53
5603
5604         * po/it.po
5605           po/pt_BR.po
5606           po/sr.po
5607                 updated messages catalogs, submitted by
5608                 Alessandro Maestri, Fabio Jr.Beneditto 
5609                 and Urke MMI, respectively.
5610
5611 2002-10-07 [christoph]  0.8.3claws52
5612
5613         * src/folder.[ch]
5614         * src/folderview.c
5615         * src/mainwindow.c
5616                 fix new folder ghost message bug
5617                 (closes bug [ 619722 ] wrong count for newly created folders)
5618
5619 2002-10-07 [christoph]  0.8.3claws51
5620
5621         * src/compose.c
5622                 fix news posting problem
5623
5624 2002-10-07 [melvin]     0.8.3claws50
5625
5626         * po/fr.po
5627                 Updated French translation
5628
5629 2002-10-05 [christoph]  0.8.3claws49
5630
5631         * src/gtkstext.c
5632                 check if line_start_cache is set in gtk_stext_update_text
5633                 (closes bug [ 618119 ] crash while doing search in folder)
5634
5635 2002-10-05 [christoph]  0.8.3claws48
5636
5637         * src/imap.c
5638         * src/news.c
5639         * src/utils.c
5640         * src/utils.h
5641                 implement cache cleanups for claws' folder system
5642                 (closes bug [ 595916 ] imapcache not cleaned up)
5643
5644 2002-10-05 [melvin]     0.8.3claws47
5645
5646         * src/prefs_actions.c
5647                 Made the help text more clear for the %p token
5648
5649 2002-10-04 [paul]       0.8.3claws46
5650
5651         * sync with 0.8.5
5652                 see ChangeLog 2002-10-02 and 2002-10-03
5653
5654 2002-10-04 [christoph]  0.8.3claws45
5655
5656         * src/inc.c
5657                 fix segfault caused by pop before smtp
5658                 call to inc_account_mail with NULL
5659                 pointer for mainwin
5660
5661 2002-10-04 [paul]       0.8.3claws44
5662
5663         * configure.in
5664                 sync the LDAP detection from 0.8.5cvs1
5665
5666 2002-10-02 [christoph]  0.8.3claws43
5667
5668         * po/de.po
5669                 fix small spelling error
5670
5671 2002-10-02 [melvin]     0.8.3claws42
5672
5673         * ac/aspell.m4
5674                 Behave better and say "no" when test program cannot be run.
5675
5676 2002-10-02 [paul]       0.8.3claws41
5677
5678         * sync with 0.8.4cvs1
5679                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5680                 
5681         * src/summaryview.c
5682                 toggle the behavior of Reply menuitem between
5683                 normal reply and reply-to-list
5684
5685 2002-10-01 [sergey]     0.8.3claws40
5686
5687         * src/compose.c
5688                 Convert newlines in the message text to the canonical form
5689                 before base64 encoding (RFC2045 compliance, fixes some
5690                 interoperability issues with Evolution 1.0.3)
5691
5692 2002-09-29 [colin]      0.8.3claws39
5693
5694         * src/summaryview.c
5695                 Fix an unwanted copy/paste
5696
5697 2002-09-29 [colin]      0.8.3claws38
5698
5699         * src/mainwindow.c
5700                 Renamed "Custom toolbar" to "Customize toolbar"
5701                 Renamed "Show all header" to "Show all headers"
5702                 Renamed "Set diplay item" to "Set displayed items"
5703         * src/prefs_common.c
5704                 Renamed "Show all header" to "Show all headers"
5705         * src/prefs_summary_column.c
5706                 Renamed "diplay item" to "displayed items"
5707
5708 2002-09-29 [colin]      0.8.3claws37
5709
5710         * src/mainwindow.[ch]
5711                 online/offline status pixmaps follow theme
5712                 changes
5713         * src/summaryview.[ch]
5714                 quicksearch pixmap follows theme changes
5715
5716 2002-09-29 [thorsten]   0.8.3claws36
5717
5718         * src/compose.c
5719           src/prefs_folder_item.[ch]
5720                 add default_reply_to folder option (closes patch 581044)
5721
5722 2002-09-29 [christoph]  0.8.3claws35
5723
5724         * acconfig.h    ** REMOVED **
5725         * configure.in
5726         * ac/aspell.m4
5727         * ac/check-type.m4
5728         * ac/gnupg-check-typedef.m4
5729                 fix autoheader 2.50 warning
5730
5731 2002-09-29 [christoph]  0.8.3claws34
5732
5733         * major code cleanup (part 2)
5734         
5735                 - unused variables removed
5736                 - unused functions removed
5737                 - uninitialized variables checked
5738                 - missing return statements added
5739                 - missing function return types added
5740                 - added parentheses around assignment
5741                   when suggested by gcc
5742
5743 2002-09-29 [alfons]     0.8.3claws33
5744
5745         * src/logwindow.c
5746                 log_window_clear(): only bracket gtk_text_forward_delete() 
5747                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5748                 works around GTK text bug)
5749
5750 2002-09-29 [paul]       0.8.3claws32
5751
5752         * po/bg.po
5753           po/sr.po
5754                 updated by George Danchev and Urke MMI
5755                 respectively
5756
5757 2002-09-27 [christoph]  0.8.3claws31
5758
5759         * doc-src/readme.txt
5760         * doc-src/rfc1806.txt   ** REMOVED **
5761         * doc-src/rfc2183.txt   ** NEW FILE **
5762         * doc-src/rfc2980.txt   ** NEW FILE **
5763                 update rfcs
5764
5765 2002-09-27 [melvin]     0.8.3claws30
5766
5767         * ac/aspell.m4
5768                 Fixed typo which could break linking
5769
5770 2002-09-27 [melvin]     0.8.3claws29
5771
5772         * ac/aspell.m4
5773                 Improved GNU/aspell checking. 
5774                 Fixed bug #614490
5775
5776 2002-09-27 [paul]       0.8.3claws28
5777
5778         * sync with 0.8.3cvs8
5779                 see ChangeLog 2002-09-27
5780
5781 2002-09-26 [colin]      0.8.3claws27
5782
5783         * src/toolbar.[ch]
5784           src/mainwindow.[ch]
5785                 Add "Reply to Mailing-list" to the toolbar
5786
5787 2002-09-26 [christoph]  0.8.3claws26
5788
5789         * src/summaryview.c
5790                 Fix wrong message counts in summaryview status
5791
5792 2002-09-26 [paul]       0.8.3claws25
5793
5794         * sync with 0.8.3cvs7
5795                 see ChangeLog 2002-09-26
5796
5797 2002-09-26 [paul]       0.8.3claws24
5798
5799         * sync with 0.8.3cvs6
5800                 see ChangeLog 2002-09-25
5801
5802 2002-09-25 [christoph]  0.8.3claws23
5803
5804         * src/prefs_common.c
5805         * src/prefs_folder_item.c
5806         * src/prefs_scoring.c
5807                 Renamed "kill score" to "hide score" in GUI
5808                 and prefs files
5809
5810 2002-09-25 [paul]       0.8.3claws22
5811
5812         * sync with 0.8.3cvs5
5813                 see ChangeLog 2002-09-24
5814
5815 2002-09-24 [alfons]     0.8.3claws21
5816
5817         patch by Satoshi Nagayasu: allows appending / saving multiple 
5818         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5819         'Save as ...'")
5820
5821         * AUTHORS
5822                 add Satoshi Nagayasu
5823         * src/summaryview.c
5824                 summary_save_as(): allow saving selected files to
5825                 one file
5826                 summary_set_menu_sensitive: enable "Save As..." when
5827                 multiple files are selected
5828         * src/utils.[ch]
5829                 append_file(): new function
5830
5831 2002-09-24 [colin]      0.8.3claws20
5832
5833         * src/procmime.c
5834                 Fix segfault when mimeinfo doesn't have a 
5835                 content_type. 
5836
5837 2002-09-24 [colin]      0.8.3claws19
5838
5839         * src/prefs_common.[ch]
5840                 Add a preference to display send dialog or not
5841         * src/send.c
5842                 Display send dialog according to preference
5843
5844 2002-09-24 [colin]      0.8.3claws18
5845
5846         * src/compose.[ch]
5847                 Disable user actions when sending
5848
5849 2002-09-24 [colin]      0.8.3claws17
5850
5851         * src/procmime.c
5852                 Do not display name or filename for attachments
5853                 with an application/pgp-signature type
5854                 (security flaw, see bug 537413)
5855
5856 2002-09-23 [colin]      0.8.3claws16
5857
5858         * src/editaddress.c
5859                 Initialize entry_email, entry_alias and 
5860                 entry_remarks to first email address of the list
5861
5862 2002-09-23 [colin]      0.83claws15
5863
5864         * src/compose.c
5865                 Drop pgp-signature when reediting a signed queued
5866                 message
5867
5868 2002-09-23 [melvin]     0.8.3claws14
5869
5870         * po/fr.po
5871                 Updated French translation
5872
5873 2002-09-23 [melvin]     0.8.3claws13
5874
5875         * src/mainwindow.c
5876                 Made custom toolbar menu labels more consistent
5877         * src/prefs_toolbar.c
5878                 Made custom toolbar window title more consistent
5879
5880 2002-09-22 [colin]      0.8.3claws12
5881
5882         * src/inc.c
5883                 Initialize session type to normal before getting 
5884                 mail (fixes strange Get behaviour)
5885         * src/prefs_account.h
5886                 Move STYPE_POP_BEFORE_SMTP to last position to 
5887                 avoid other side-effects
5888
5889 2002-09-22 [colin]      0.8.3claws11
5890
5891         * src/prefs_account.c
5892                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5893                 from pop3 to apop or vice-versa
5894
5895 2002-09-22 [colin]      0.8.3claws10
5896         
5897         * src/prefs_account.[ch]
5898                 Add an option for the POP before SMTP timeout
5899         * src/inc.c
5900                 Remember time of last POP connection
5901         * src/send.c
5902                 Do POP before SMTP only if timeout reached
5903
5904 2002-09-22 [oliver]     0.8.3claws9
5905         
5906         * README.claws
5907                 explain custom toolbar
5908
5909 2002-09-22 [oliver]     0.8.3claws8
5910
5911         * src/prefs_actions.[ch]
5912         custom toolbar for compose      
5913                 actions callback from compose toolbar
5914         * src/folderview.c
5915                 remove include toolbar.h
5916
5917 2002-09-22 [oliver]     0.8.3claws7
5918         
5919         * src/prefs_toolbar.[ch]
5920                 custom toolbar for compose
5921                 - generic prefs_toolbar handles both
5922                   Mainwin's toolbar as well as Compose toolbar          
5923
5924 2002-09-22 [oliver]     0.8.3claws6
5925         
5926         * src/toolbar.[ch]
5927                 custom toolbar for compose
5928                 restructure toolbar.[ch]
5929
5930 2002-09-22 [oliver]     0.8.3claws5
5931
5932         * src/compose.[ch]
5933                 custom toolbar for compose
5934
5935 2002-09-22 [oliver]     0.8.3claws4
5936         
5937         * src/mainwindow.[ch]
5938                 custom toolbar for compose 
5939                 move mainwin toolbar back to mainwindow
5940
5941 2002-09-22 [alfons]     0.8.3claws3
5942
5943         * src/procmsg.c
5944                 :%sno/if(/if (/gc
5945                 :%sno/for(/for (/gc
5946                 (beautify)
5947
5948 2002-09-22 [alfons]     0.8.3claws2
5949         
5950         * src/procmsg.c
5951                 procmsg_save_to_outbox(): don't unlink message file from queue;
5952                 callers should do it using folder_item_remove_msg()
5953
5954 2002-09-22 [colin]      0.8.3claws1
5955
5956         * src/mimeview.[ch]
5957                 Made mimeview_check_signature() public
5958         * src/textview.c
5959                 Made GPG signatures verifiable by clicking
5960                 the [application/pgp-signature] in the Text
5961                 view
5962
5963 2002-09-22 [paul]       0.8.3claws
5964
5965         * po/bg.po
5966           po/en_GB.po
5967           po/es.po
5968           po/it.po
5969           po/pl.po
5970           po/pt_BR.po
5971           po/sr.po
5972                 updated translations, submitted by George Danchev,
5973                 me, Ricardo Mones Lastra, Alessandro Maestri,
5974                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5975                 and Urke MMI, respectively.     
5976
5977 2002-09-22 [alfons]     0.8.2claws65
5978
5979         * src/procmsg.c
5980         * src/pgptext.c
5981                 no furry valgrinds have been used to plug these memleaks
5982
5983 2002-09-20 [paul]       0.8.2claws64
5984
5985         * sync with 0.8.3cvs4
5986                 'Select thread' re-implemented 
5987                 see ChangeLog 2002-09-20
5988
5989 2002-09-21 [alfons]     0.8.2claws63
5990
5991         * src/compose.c
5992                 compose_send(): plug unnoticed memleak
5993
5994 2002-09-20 [alfons]     0.8.2claws62
5995
5996         * src/addr_compl.c
5997                 replace_address_in_edit(): strict check for NULL address to
5998                 fix "[ 607348 ] Segfault in address completion". My guess is
5999                 that this happens with an empty address book, but it's good
6000                 to have this check here anyway
6001                 
6002                 completion_window_button_press(): free string returned 
6003                 from the internal cache
6004
6005 2002-09-20 [christoph]  0.8.2claws61
6006
6007         * src/procmime.h
6008                 added ENC_BINARY to EncodingType
6009         * src/procmime.c
6010                 the string returned by procmime_get_encoding_str
6011                 should not depend on the order of values in the
6012                 EncodingType definition
6013         * doc-src/rfc1806.txt   ** NEW FILE **
6014                 Added rfc1806 about MIME Content-Disposition
6015                 Extension
6016
6017 2002-09-19 [paul]       0.8.2claws60
6018
6019         * sync with 0.8.2cvs3
6020                 see ChangeLog 2002-09-19
6021
6022 2002-09-19 [paul]       0.8.2claws59
6023
6024         * src/prefs_folder_item.c
6025                 revert to Darko's original alignment of colour
6026                 selector button
6027                 add a colon to folder_color label
6028                 
6029         * src/compose.c
6030                 add Colin's patch (with Hiro's modifications) to 
6031                 force BASE64 encoding for 8-bit text when signing
6032                 (sync with 0.8.3cvs2)
6033
6034 2002-09-18 [alfons]     0.8.2claws58
6035
6036         * src/compose.c
6037                 :%sno/if(/if (/gc
6038                 :%sno/for(/for (/gc
6039                 (beautify a little bit)
6040
6041 2002-09-18 [christoph]  0.8.2claws57
6042
6043         * src/pine.c
6044                 fix handling of fgetc return value
6045
6046 2002-09-17 [alfons]     0.8.2claws56
6047         
6048         * src/summaryview.c
6049                 summary_sort(): check non-NULL summaryview->folder_item when no 
6050                 folder is selected at all
6051                 (closes "[ 610344 ] sort label make syl Crash")
6052
6053 2002-09-17 [alfons]     0.8.2claws55
6054         
6055         * src/compose.c
6056                 beautify a little bit
6057
6058 2002-09-17 [christoph]  0.8.2claws54
6059
6060         * src/folder.c
6061                 initialize max values for cache and folder
6062                 when cache or folder is empty
6063
6064 2002-09-15 [colin]      0.8.2claws53
6065
6066         * src/compose.c
6067                 Fix a leak (thanks Alfons!) and cleaned
6068                 variables names for custom headers
6069
6070 2002-09-15 [colin]      0.8.2claws52
6071
6072         * src/compose.c
6073                 Fix custom headers recognition when
6074                 prefs_common.trans_hdr is on
6075
6076 2002-09-15 [colin]      0.8.2claws51
6077
6078         * src/compose.c
6079                 Allow dynamically-added custom headers
6080                 Yet not reparsed if reedited
6081
6082 2002-09-15 [alfons]     0.8.2claws50
6083
6084         * src/prefs_account.c
6085                 fix warnings
6086
6087 2002-09-15 [colin]      0.8.2claws49
6088         
6089         * src/prefs_account.c
6090                 fix pop_before_smtp sensitivity
6091
6092 2002-09-15 [colin]      0.8.2claws48
6093
6094         * src/inc.[ch]
6095                 add inc_pop_before_smtp()
6096                 allow MainWindow to be undefined in 
6097                 inc_account_mail() and inc_start()
6098         * src/pop.c
6099           src/prefs_account.h
6100                 add STYPE_POP_BEFORE_SMTP session type
6101         * src/prefs_account.c
6102                 activated pop before smtp option
6103         * src/send.c
6104                 do pop before smtp if the relevant option 
6105                 is set
6106
6107 2002-09-15 [paul]       0.8.2claws47
6108
6109         * sync with 0.8.3
6110                 see ChangeLog 2002-09-15
6111
6112 2002-09-14 [paul]       0.8.2claws46
6113
6114         * po/bg.po
6115                 updated Bulgarian translation, submitted by
6116                 George Danchev
6117
6118 2002-09-13 [paul]       0.8.2claws45
6119
6120         * src/compose.c
6121                 merge claws' select_account() with main's
6122                 (new) compose_select_account(). [sync with
6123                 0.8.2cvs15, see ChangeLog 2002-09-11]
6124
6125 2002-09-12 [christoph]  0.8.2claws44
6126
6127         * src/filter.c
6128                 allocate 1 elements of FolderItem not 0
6129
6130 2002-09-12 [colin]      0.8.2claws43
6131
6132         * src/compose.c
6133                 Fix bug #590825 (obey Follow-up: poster)
6134
6135 2002-09-12 [colin]      0.8.2claws42
6136
6137         * src/procmime.c
6138                 Fix bug #557009 (wrong headers for messages 
6139                 forwarded as attachments)
6140
6141 2002-09-11 [colin]      0.8.2claws41
6142         
6143         * src/compose.c
6144                 Put SCF: pseudo-header on top of message
6145                 Set draft tmp_flag when saved as draft
6146
6147         * src/procmsg.c
6148           src/procheader.c
6149                 Skip after first \n\n for beginning of real message
6150                 for drafts too
6151
6152 2002-09-11 [christoph]  0.8.2claws40
6153
6154         * src/filtering.c
6155                 use procmsg flag functions in filtering or processing
6156                 will cause incorrect folder message counts
6157
6158 2002-09-11 [colin]      0.8.2claws39
6159
6160         * src/compose.c
6161                 Fix bug #550175 - wrong save folder when reediting
6162                 drafts
6163
6164 2002-09-11 [paul]       0.8.2claws38
6165
6166         * sync with 0.8.2cvs14
6167                 see ChangeLog 2002-09-11
6168
6169 2002-09-11 [colin]      0.8.2claws37
6170
6171         * src/folder.c
6172                 Fix a typo (seeming to cause new/unread status to
6173                 be lost)
6174
6175 2002-09-10 [christoph]  0.8.2claws36
6176
6177         * src/compose.c
6178                 compose_redirect should not use compose_generic_new
6179                 because that does more stuff than expected including
6180                 opening the external editor
6181                 (closes bug "[ 526608 ] bounced messages appear blank
6182                  in editor")
6183
6184 2002-09-10 [christoph]  0.8.2claws35
6185
6186         * src/folder.c
6187                 fix problem with too large message number range
6188                 causing a crash in folder_item_scan
6189
6190 2002-09-10 [paul]       0.8.2claws34
6191
6192         * sync with 0.8.2cvs13
6193                 see ChangeLog 2002-09-10
6194
6195 2002-09-10 [christoph]  0.8.2claws33
6196
6197         * src/msgcache.c
6198                 set MsgInfo TmpFlags for queue and draft folders
6199                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6200
6201 2002-09-10 [paul]       0.8.2claws32
6202
6203         * AUTHORS
6204           po/bg.po      ** NEW FILE **
6205                 new Bulgarian translation submitted by
6206                 George Danchev <danchev@spnet.net>
6207                 
6208         * tools/Makefile.am
6209           tools/README
6210           tools/tb2sylpheed     ** NEW FILE **
6211                 add script that converts an addressbook exported
6212                 from The Bat! into a Sylpheed addressbook. Submitted
6213                 by Urke MMI <urke-kg@eunet.yu>
6214
6215 2002-09-10 [paul]       0.8.2claws31
6216
6217         * sync with 0.8.2cvs12
6218                 see ChangeLog 2002-09-10
6219
6220 2002-09-06 [paul]       0.8.2claws30
6221
6222         * src/prefs_common.c
6223                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6224                 
6225         * tools/Makefile.am
6226           tools/README
6227           tools/ldif-to-xml.py  ** REMOVED **
6228                 remove obsolete python script
6229
6230 2002-09-06 [paul]       0.8.2claws29
6231
6232         * sync with 0.8.2cvs10
6233                 see ChangeLog 2002-09-06
6234
6235 2002-09-04 [paul]       0.8.2claws28
6236
6237         * sync with 0.8.2cvs9
6238                 see ChangeLog 2002-08-04
6239
6240 2002-09-04 [colin]      0.8.2claws27 
6241
6242         * src/prefs_common.[ch]
6243                 Added signature color configuration
6244         * src/textview.c
6245                 Use user-specified signature color
6246
6247 2002-09-03 [colin]      0.8.2claws26
6248
6249         * src/prefs_common.[ch]
6250                 Added autosave and autosave_length prefs
6251         * src/compose.c
6252                 Added compose_remove_draft()
6253                 Auto-save drafts according to the prefs
6254         * src/main.c
6255                 Added a crash-indicator file, allowing to check
6256                 for new messages on startup if Sylpheed crashed
6257                 (makes saved drafts "reappear")
6258
6259 2002-09-03 [colin]      0.8.2claws25
6260
6261         * src/textview.[ch]
6262                 Grey the signature
6263
6264 2002-09-03 [paul]       0.8.2claws24
6265
6266         * sync with 0.8.2cvs8
6267                 see ChangeLog 2002-09-02 and 2002-09-03
6268
6269 2002-09-03 [darko]      0.8.2claws23
6270
6271         * src/folderview.c
6272                 use normal style when creating new folder to pick
6273                 proper font size 
6274
6275 2002-09-02 [melvin]     0.8.2claws22
6276
6277         * src/gtkaspell.m4
6278                 removed some obsolete code
6279
6280 2002-09-02 [melvin]     0.8.2claws21
6281
6282         * ac/aspell.m4
6283                 fixed test's equality sign (== to =)
6284
6285 2002-09-02 [alfons]     0.8.2claws20
6286
6287         * src/folder.c
6288         * src/mh.c
6289                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6290                 as folder->destroy virtual as suggested by Hiro
6291                 (the mh.c code seems to have been lost around mh.c.1.21)
6292
6293 2002-09-02 [paul]       0.8.2claws19
6294
6295         * po/pt_BR.po
6296                 updated by Fabio Jr. Beneditto
6297                 
6298         * src/defs.h
6299                 use 'http://claws.sylpheed.org' for homepage link. 
6300                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6301
6302 2002-09-01 [alfons]     0.8.2claws18
6303
6304         * src/mh.c
6305                 plug memleak related to one Martin Kluge found
6306
6307 2002-08-31 [paul]       0.8.2claws17
6308
6309         * sync with 0.8.2cvs6
6310                 see ChangeLog 2002-08-30
6311
6312 2002-08-31 [alfons]     0.8.2claws16
6313
6314         * src/folder.c
6315                 folder_destroy(): remove mailbox from folderlist even if it has
6316                 no destroy virtual
6317
6318 2002-08-31 [alfons]     0.8.2claws15
6319
6320         * src/folder.c
6321                 :%sno/if(/if (/gc
6322                 :%sno/for(/for (/gc
6323                 (being pedantic I know)
6324
6325 2002-08-31 [alfons]     0.8.2claws14
6326
6327         * src/folder.c
6328                 check for NULL pointers returned from folder->fetch_msginfo virtual
6329                 (should solve some reported crashes)
6330
6331 2002-08-30 [alfons]     0.8.2claws13
6332
6333         * acconfig.h
6334         * configure.in
6335         * src/crash.c
6336                 enable crash dialog on compilation time
6337                 (--enable-crash-dialog configure option)
6338
6339 2002-08-30 [alfons]     0.8.2claws12
6340
6341         * AUTHORS
6342                 add Martin Kluge
6343         * src/mh.c
6344                 apply memory leak plug patch by Martin Kluge
6345                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6346                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6347                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6348
6349 2002-08-30 [darko]      0.8.2claws11
6350
6351         * src/folderview.c
6352                 copy Gtk style from normal style to match
6353                 font size for coloured folders
6354
6355 2002-08-29 [alfons]     0.8.2claws10
6356
6357         * sylpheed.desktop
6358                 Type=Internet <- Type=Application
6359                 (reported by Michael Schwendt, see:
6360                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6361                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6362
6363 2002-08-29 [paul]       0.8.2claws9
6364
6365         * sync with 0.8.2cvs5
6366                 see ChangeLog 2002-08-29
6367
6368 2002-08-29 [colin]      0.8.2claws8
6369
6370         * src/summaryview.c
6371                 Added a sanity check in summary_select_thread
6372                 Should fix bug 601605
6373
6374 2002-08-29 [colin]      0.8.2claws7
6375
6376         * src/main.c
6377                 Revert claws6 changes regarding bug #591676
6378
6379 2002-08-28 [colin]      0.8.2claws6
6380         
6381         * src/main.c
6382                 Ignore cache for queue folderitems
6383                 Fix bug #591676
6384
6385 2002-08-28 [melvin]     0.8.2claws5
6386
6387         * README.claws
6388                 Fixed typos.
6389
6390 2002-08-28 [melvin]     0.8.2claws4
6391
6392         * README.claws
6393                 Updated a bit the text concerning the spell checker
6394
6395 2002-08-28 [melvin]     0.8.2claws3
6396
6397         Merged the GNU_aspell_branch:
6398                 Support of new GNU/aspell is now included and the old pspell
6399                 is not supported anymore.
6400                 See README.claws
6401
6402         * README.claws
6403                 Updated spell checker text to reflect the switch to GNU/aspell
6404
6405         * ac/aspell.m4          *** NEW ***
6406         * src/gtkaspell.[ch]    *** NEW *** 
6407         * ac/pspell.m4          *** DELETED *** 
6408         * src/gtkspell.[ch]     *** DELETED ***
6409
6410         * ac/Makefile.am
6411                 Updated for GNU/aspell support
6412
6413         * po/POTFILES.in
6414                 Replaced gtkspell.c by gtkaspell.c
6415
6416         * acconfig.h
6417         * src/Makefile.am
6418         * src/about.c
6419         * src/compose.[ch]
6420         * src/crash.c
6421         * src/main.c
6422         * src/prefs_common.[ch]
6423                 Updated for GNU/aspell support
6424
6425 2002-08-28 [paul]       0.8.2claws2
6426
6427         * sync with 0.8.2cvs4
6428                 see ChangeLog 2002-08-27 and 2002-08-28
6429
6430 2002-08-28 [colin]      0.8.2claws1
6431
6432         * src/summary_search.c
6433                 Added "AND search"
6434
6435 2002-08-28 [jens]       0.8.2claws
6436
6437         *po/de.po
6438                 Updated German translations
6439
6440 2002-08-27 [melvin]     0.8.2claws
6441
6442         * po/fr.po
6443                 Updated French translations
6444
6445 2002-08-27 [paul]       0.8.2claws
6446
6447         * sync with 0.8.2 main release
6448
6449         * po/en_GB.po
6450           po/es.po
6451           po/it.po
6452           po/pl.po
6453           po/pt_BR.po
6454           po/sr.po
6455                 updated message catalogs submitted by
6456                 Ricardo Mones Lastra, Alessandro Maestri,
6457                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6458                 Beneditto and Urke MMI  
6459
6460 2002-08-27 [hoa]        0.8.1claws123
6461
6462         * src/mainwindow.[ch]
6463         * src/summaryview.[ch]
6464                 removed the "filter setting" menu option.
6465                 add a "cancel a news message" menu option.
6466
6467 2002-08-26 [martin]     0.8.1claws122
6468
6469         * ChangeLog.claws
6470                 changed string under 0.8.1claws79 changed by myself
6471                 i'm sorry alfons :(
6472
6473 2002-08-26 [martin]     0.8.1claws121
6474
6475         * src/crash.c
6476                 added kill command to debuggerrc to start crash dialog
6477
6478 2002-08-26 [paul]       0.8.1claws120
6479
6480         * sync with 0.8.1cvs31
6481                 see ChangeLog 2002-08-26
6482
6483 2002-08-25 [alfons]     0.8.1claws119
6484
6485         * src/procmsg.c
6486                 fix bug that didn't send out correct headers to news server
6487                 when sending news article and email from queue (bug reported
6488                 and patch provided by Tim Mann; closes bug 
6489                 "[ 583196 ] 0.7.8claws can't post news")
6490
6491 2002-08-25 [alfons]     0.8.1claws118
6492
6493         * src/selective_download.c
6494                 mark two strings as translatable
6495                 (thanks to Urke MMI for pointing this out)
6496
6497 2002-08-25 [alfons]     0.8.1claws117
6498
6499         * src/summaryview.c
6500                 treat sent boxes as special and allow sorting them by addressee
6501                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6502                 submitted by Steve Lamb)
6503
6504 2002-08-24 [alfons]     0.8.1claws116
6505
6506         * src/matcher.c
6507                 fix memleak reported by Martin Kluge
6508                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6509
6510 2002-08-24 [oliver]     0.8.1claws115
6511
6512         * src/prefs_toolbar.c
6513                 o code cleanup as suggested by Alfons
6514                 o memleak fix
6515
6516 2002-08-24 [alfons]     0.8.1claws114
6517
6518         * src/summaryview.c
6519                 o fix another memory leak reported by Martin Kluge
6520                   (see "[ 599568 ] Small Memory Leak")
6521                 o remove 'from' variable from 'summary_set_header()'; we can
6522                   do with just 'to' 
6523
6524 2002-08-24 [paul]       0.8.1claws113
6525
6526         * sync with 0.8.1cvs30
6527                 see ChangeLog 2002-08-23
6528
6529 2002-08-24 [alfons]     0.8.1claws112
6530
6531         * src/summaryview.c
6532                 remove unnecessary allocations for search bar fixing leaks
6533                 reported by Martin Kluge
6534                 (see "[ 599451 ] Further memory leaks?")
6535
6536 2002-08-24 [alfons]     0.8.1claws111
6537
6538         * src/main.c
6539                 make get_socket_name() public for crash.c
6540         * src/crash.c
6541                 o make report bug button work (goes to claws' 
6542                   bug tracker at sf.net)
6543                 o introduce function for doing important stuff just
6544                   before claws goes down
6545                 o clean up code 
6546
6547 2002-08-24 [alfons]     0.8.1claws110
6548
6549         * src/compose.c
6550                 move cursor to "To" entry when forwarding as attachment
6551                 (reported and solved by Steve Lamb, closes bug report
6552                 "[ 592880 ] Forward as attachment; cursor not in to")
6553
6554 2002-08-24 [colin]      0.8.1claws109
6555
6556         * src/mainwindow.c
6557                 fix quick search visibility after GUI (de)separations.
6558
6559 2002-08-23 [colin]      0.8.1claws108
6560
6561         * src/mainwindow.c
6562                 fix header pane visibility after folderview or
6563                 messageview (de)separation
6564
6565 2002-08-23 [paul]       0.8.1claws107
6566
6567         * src/mainwindow.[ch]
6568           src/toolbar.c
6569                 give full control of display or non-display 
6570                 of the Execute icon to Custom toolbar settings.
6571                 add new sensitivity condition to maninwindow.h: 
6572                 M_DELAY_EXEC
6573
6574         * ChangeLog
6575           ChangeLog.jp
6576           NEWS
6577                 more sync with 0.8.1cvs29
6578
6579 2002-08-23 [melvin]     0.8.1claws106
6580
6581         * src/alertpanel.c
6582                 Readded support for custom widget in alertpanel lost in last
6583                 sync.
6584
6585 2002-08-23 [paul]       0.8.1claws105
6586
6587         * sync with 0.8.1cvs29
6588                 see ChangeLog 2002-08-23
6589
6590 2002-08-23 [colin]      0.8.1claws104
6591
6592         * src/summaryview.c
6593                 Fix folder and search pixmaps exchanging positions
6594                 after theme or toolbar changes. Thank to Oliver for 
6595                 reporting this.
6596
6597 2002-08-23 [colin]      0.8.1claws103
6598
6599         * src/mainwindow.c
6600           src/messageview.[ch]
6601           src/noticeview.[ch]
6602           src/summaryview.c
6603                 Changed messageview_create() and noticeview_create()
6604                 to avoid the last gdk_warning
6605
6606 2002-08-22 [colin]      0.8.1claws102
6607
6608         * src/summaryview.c
6609                 Fix my new `Creating pixmap from xpm' warning
6610
6611 2002-08-22 [colin]      0.8.1claws101
6612
6613         * src/mainwindow.c
6614                 Fix some of the gdk warnings
6615
6616 2002-08-22 [colin]      0.8.1claws100
6617
6618         * src/Makefile.am
6619         * src/stock_pixmap.c
6620         * src/stock_pixmap.h
6621         * src/pixmaps/quicksearch.xpm *ADDED*
6622                 Add the quicksearch pixmap
6623         * src/mainwindow.c
6624         * src/summaryview.c
6625         * src/summaryview.h
6626                 Make quicksearch bar visible/hidden via a button
6627
6628 2002-08-22 [christoph]  0.8.1claws99
6629
6630         * src/folder.c
6631                 fix folder update for newsgroups with message
6632                 numbers below minimum number of articles to fetch
6633                 (closes bug #598445)
6634
6635 2002-08-22 [paul]       0.8.1claws98
6636
6637         * sync with 0.8.1cvs28
6638                 see ChangeLog 2002-08-22
6639
6640 2002-08-21 [alfons]     0.8.1claws97
6641
6642         * src/crash.c
6643                 use bt instead of bt full which seems to work 
6644                 better, and bt full doesn't give a great deal 
6645                 of information anyway
6646
6647 2002-08-21 [colin]      0.8.1claws96
6648
6649         * src/summaryview.c
6650                 fix summaryview_searchtype_changed prototype
6651
6652 2002-08-21 [christoph]  0.8.1claws95
6653
6654         * src/mainwindow.c
6655                 o fix broken menu update for sorting type, we have to
6656                   get this info from the summaryview now
6657                 o removed setting of threaded state in menu callback
6658         * src/summaryview.[ch]
6659                 more summaryview/folderitem seperation for
6660                 threading option
6661         * configure.in
6662                 removed not required --with-compiler-flags option
6663
6664 2002-08-21 [oliver]     0.8.1claws94
6665         
6666         * src/toolbar.h 
6667                 o rename toolbar.xml to toolbar_main.xml
6668                   since toolbar_compose.xml might come up 
6669                   any time soon
6670         * README.claws
6671                 add custom toolbar              
6672
6673 2002-08-21 [darko]      0.8.1claws93
6674
6675         * src/procmsg.c
6676                 don't reset tmp flags for messages copied
6677                 to sent folder
6678
6679 2002-08-21 [colin]      0.8.1claws92
6680         
6681         * src/prefs_filtering.c
6682                 fix renaming rules on folder rename 
6683                 when folder is not a leaf folder
6684
6685 2002-08-21 [paul]       0.8.1claws91
6686
6687         * src/prefs_folder_item.c
6688                 fix alignment of colour selector
6689
6690 2002-08-21 [paul]       0.8.1claws90
6691
6692         * sync with 0.8.1cvs27
6693                 see ChangeLog 2002-08-21
6694
6695 2002-08-21 [paul]       0.8.1claws89
6696
6697         * src/summaryview.c
6698                 fix crash when changing field type in
6699                 Quick search bar
6700
6701 2002-08-21 [colin]      0.8.1claws88
6702
6703         * src/summaryview.c
6704                 Made quick search case-insensitive
6705
6706 2002-08-21 [paul]       0.8.1claws87
6707
6708         * sync with 0.8.1cvs26
6709                 see ChangeLog 2002-08-21
6710
6711 2002-08-20 [christoph]  0.8.1claws86
6712
6713         * src/folderview.c
6714         * src/main.c
6715         * src/summaryview.[ch]
6716                 more summaryview/folderitem seperation for
6717                 sort_key and sort_type
6718         * src/procmsg.c
6719                 added missing return statement
6720
6721 2002-08-20 [colin]      0.8.1claws85
6722
6723         * src/summaryview.[ch]
6724                 Added a quick search box
6725         * src/mainwindow.c
6726         * src/prefs_common.[ch]
6727                 Added a show/hide option for the quick search
6728
6729 2002-08-20 [oliver]     0.8.1claws84
6730         
6731         * src/mainwindow.c
6732                 remove toolbar_create_popups
6733         * src/toolbar.[ch]
6734                 o remove toolbar_create_popups
6735                 o fix toolbar_set_sensitive 
6736                   (Bug reports #596834 and #596832)     
6737         * src/prefs_toolbar.c
6738                 o add "Set default" button
6739                 o align label and text + combo widgets
6740
6741 2002-08-20 [hoa]        0.8.1claws83bis
6742
6743         * src/imap.c
6744                 fixed a bug in imap_fetch_msginfo() in case there is no
6745                 current folder.
6746
6747 2002-08-20 [darko]      0.8.1claws83
6748
6749         * src/folderview.c
6750                 copy the color style of folder view so it
6751                 works with GTK themes
6752
6753 2002-08-20 [darko]      0.8.1claws82
6754
6755         * src/folder.h
6756         * src/folderview.c
6757         * src/prefs_folder_item.[hc]
6758                 don't use UI stuff in folder.h
6759
6760 2002-08-20 [darko]      0.8.1claws81
6761
6762         * src/folder.h
6763         * src/prefs_folder_item.h
6764         * src/folderview.c
6765         * src/prefs_folder_item.c
6766                 ability to set folder color in folderview
6767
6768 2002-08-19 [alfons]     0.8.1claws80
6769
6770         * src/summaryview.c
6771                 fix one of the earlier memleaks reported by Martin Kluge
6772
6773 2002-08-19 [alfons]     0.8.1claws79
6774
6775         * src/mainwindow.c
6776                 hide notice view when selecting seperate folder
6777                 view (reported by Urke MMI)
6778
6779 2002-08-19 [christoph]  0.8.1claws78
6780
6781         * src/folderview.c
6782         * src/prefs_folder_item.h
6783         * src/summaryview.[ch]
6784                 o add summary_set_prefs_from_folderitem to set
6785                   summaryview prefs (first step to remove all
6786                   references to the folderitem in summaryview)
6787                 o moved compiled regex stuff from folderitem prefs
6788                   to summaryview code
6789
6790 2002-08-19 [paul]       0.8.1claws77
6791
6792         * src/compose.c
6793                 add check for '.' to QUOTE_IF_REQUIRED
6794
6795 2002-08-19 [paul]       0.8.1claws76
6796
6797         * src/inc.c
6798                 sync with 0.8.1cvs25 (plug memory leak)
6799
6800         * src/prefs_toolbar.c
6801                 re-order prefs_toolbar_cancel()
6802
6803 2002-08-18 [alfons]     0.8.1claws75
6804
6805         * src/inc.c
6806         * src/matcher.c
6807                 plug other memleaks reported by Martin Kluge
6808
6809 2002-08-18 [paul]       0.8.1claws74
6810
6811         * po/pt_BR.po
6812                 updated by Fabio Jr. Beneditto
6813
6814 2002-08-18 [paul]       0.8.1claws73
6815
6816         * src/toolbar.[ch]
6817                 fix bug where tooltips were displayed untranslated              
6818
6819         * src/prefs_toolbar.c
6820                 fix bug where clicking 'Cancel' creates an icon & text
6821                 toolbar regardless of prefs
6822         
6823
6824 2002-08-17 [oliver]     0.8.1claws72
6825
6826         * src/prefs_toolbar.c
6827                 update toolbar on CANCEL
6828                 bug reported by Martin Kluge
6829         * src/toolbar.c
6830                 toolbar_destroy memleak fixed           
6831
6832 2002-08-17 [alfons]     0.8.1claws71
6833
6834         * src/toolbar.c
6835                 plug another memleak reported by Martin Kluge
6836
6837 2002-08-16 [alfons]     0.8.1claws70
6838
6839         * src/crash.c
6840                 use execvp() correctly (suggested by wwp; thanks!)
6841
6842 2002-08-16 [alfons]     0.8.1claws69
6843
6844         * src/gtksctree.c
6845                 plug memory leak reported by Kim Schultz & Martin Kluge
6846
6847 2002-08-16 [paul]       0.8.1claws68
6848
6849         * po/es.po
6850                 updated by Ricardo Mones Lastra
6851
6852 2002-08-16 [paul]       0.8.1claws67
6853
6854         * src/toolbar.h
6855                 fix bug where 'Compose News' icon showed wrong
6856                 tooltip
6857
6858 2002-08-16 [paul]       0.8.1claws66
6859
6860         * sync with 0.8.1cvs24
6861                 see ChangeLog 2002-08-16
6862
6863         * po/it.po
6864                 updated by Alessandro Maestri
6865
6866 2002-08-15 [paul]       0.8.1claws65
6867
6868         * po/sr.po
6869                 updated by Urke MMI
6870
6871 2002-08-15 [paul]       0.8.1claws64
6872
6873         * src/*.c
6874                 don't translate debug info
6875
6876         * src/matcher.[ch]
6877                 add copyright info
6878
6879 2002-08-15 [paul]       0.8.1claws63
6880
6881         * src/prefs_toolbar.c
6882                 fix bug where clicking 'OK' creates an icon & text
6883                 toolbar regardless of prefs
6884
6885 2002-08-14 [alfons]     0.8.1claws62
6886
6887         * src/main.c
6888                 add global var that has the full argv[0]
6889         * src/crash.c
6890                 o execvp the correct sylpheed by using argv0
6891                   and setting the correct work dir
6892                 o other tweaks  
6893
6894 2002-08-14 [oliver]     0.8.1claws61
6895         
6896         * enable/disable Toolbar Action Buttons 
6897         * code cleanups
6898         * src/mainwindow.c
6899         * src/toolbar.[ch]      
6900         * src/prefs_toolbar.c   
6901
6902 2002-08-14 [melvin]     0.8.1claws60
6903
6904         * po/fr.po
6905                 Updated French translations
6906
6907 2002-08-14 [melvin]     0.8.1claws59
6908
6909         * src/crash.c
6910                 Made bug report not translatable
6911         * src/exporthtml.c
6912                 Fixed exporthtml_build_filespec() return value
6913         * src/foldersel.c
6914                 Fixed incorrect include file
6915         * src/gtkspell.c
6916         * src/prefs_actions.c
6917         * src/prefs_toolbar.c
6918                 Made debug info not translatable
6919         * src/mutt.c
6920         * src/quote_fmt.c
6921                 Added missing includes
6922         * src/prefs_common.c
6923                 Fixed typo
6924
6925 2002-08-14 [paul]       0.8.1claws58
6926
6927         * faq/es/sylpheed-faq.html
6928           faq/es/sylpheed-faq-[1-3].html
6929           faq/es/sylpheed-faq-4.html     **NEW FILE **
6930                 update Spanish FAQ
6931
6932 2002-08-13 [christoph]  0.8.1claws57
6933
6934         * src/procmsg.c
6935                 ignore thread fix that did not mark all
6936                 child nodes of a ignored thread as
6937                 ignored. Does not work perfectly yet,
6938                 but it is better now
6939
6940 2002-08-13 [alfons]     0.8.1claws56
6941
6942         * src/crash.c
6943                 o implement 'save crash log'
6944                 o some tweaks
6945
6946 2002-08-13 [melvin]     0.8.1claws55
6947
6948         * src/main.c
6949                 removed unrequired "execinfo.h" header
6950
6951 2002-08-12 [paul]       0.8.1claws54
6952
6953         * faq/en/sylpheed-faq.html
6954           faq/en/sylpheed-faq-[1-3].html
6955           faq/en/sylpheed-faq-4.html     **NEW FILE **
6956                 update English FAQ
6957
6958 2002-08-12 [alfons]     0.8.1claws53
6959
6960         * po/POTFILES.in
6961                 add crash.c to translatables
6962         * src/crash.c
6963                 bring in Leandro's crash dialog
6964
6965 2002-08-11 [alfons]     0.8.1claws52
6966
6967         * src/crash.c
6968                 clean up some warnings
6969
6970 2002-08-11 [alfons]     0.8.1claws51
6971
6972         * acconfig.h
6973         * configure.in
6974         * src/crash.[ch]        ** NEW FILES **
6975         * src/main.c            
6976                 initial gdb crash handler
6977
6978 2002-08-11 [paul]       0.8.1claws50
6979
6980         * src/prefs_toolbar.c
6981                 replace Up/Down arrow pixmaps with text to be
6982                 consistent across icon themes
6983
6984 2002-08-11 [paul]       0.8.1claws49
6985
6986         * src/prefs_common.c
6987           src/prefs_toolbar.c
6988                 rename 'Pixmap' -> 'Icon'
6989
6990         * src/toolbar.[ch]
6991                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6992
6993 2002-08-10 [paul]       0.8.1claws48
6994
6995         * src/prefs_toolbar.c
6996                 re-work the UI
6997
6998 2002-08-10 [paul]       0.8.1claws47
6999
7000         * src/main.c
7001                 don't write Processing progress to status bar
7002                 patch submitted by Alexander Evseev
7003
7004         * src/prefs_toolbar.c
7005                 re-position and resize window
7006                 make window assume correct size on first call
7007
7008 2002-08-10 [paul]       0.8.1claws46
7009
7010         * src/mainwindow.c
7011           src/prefs_toolbar.c
7012           src/toolbar.c
7013           src/toolbar.h
7014                 obey coding style
7015                 follow UI text conventions
7016
7017 2002-08-10 [alfons]     0.8.1claws45
7018
7019         * src/toolbar.c
7020                 correct pixmap for delete action
7021
7022 2002-08-10 [paul]       0.8.1claws44
7023
7024         * po/pt_BR.po
7025                 updated by Fabio Jr. Beneditto
7026
7027 2002-08-10 [paul]       0.8.1claws43
7028
7029         * po/POTFILES.in
7030                 add custom toolbar files
7031
7032 2002-08-10 [paul]       0.8.1claws42
7033
7034         * sync with 0.8.1cvs22
7035                 see ChangeLog 2002-08-09
7036
7037 2002-08-09 [paul]       0.8.1claws41
7038
7039         * tools/Makefile.am
7040           tools/README
7041           tools/outlook2sylpheed.pl     ** NEW FILE **
7042                 add script to convert exported Outlook
7043                 contacts list to a Sylpheed addressbook.
7044                 Submitted by Ricardo Mones Lastra.
7045
7046 2002-08-09 [paul]       0.8.1claws40
7047
7048         * AUTHORS
7049           configure.in
7050           po/sr.po      ** NEW FILE **
7051                 add Serbian message catalog. Submitted by
7052                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
7053
7054 2002-08-09 [paul]       0.8.1claws39
7055
7056         * sync with 0.8.1cvs21
7057                 see ChangeLog 2002-08-08
7058
7059 2002-08-08 [oliver]     0.8.1claws38
7060
7061         * src/mainwindow.c
7062                 move Custom Toolbar to Configuration menu
7063
7064 2002-08-08 [oliver]     0.8.1claws37
7065
7066         * src/prefs_toolbar.c
7067                 fix substitute pixmap bug
7068
7069 2002-08-08 [paul]       0.8.1claws36
7070
7071         * sync with 0.8.1cvs19
7072                 see ChangeLog 2002-08-08
7073
7074 2002-08-07 [christoph]  0.8.1claws35
7075
7076         * src/utils.c
7077                 fixed a memory leak in new canonicalize_file_replace
7078
7079 2002-08-07 [christoph]  0.8.1claws34
7080
7081         * src/utils.[ch]
7082                 o canonicalize_file_replace should create the temporary
7083                   file in the same directory as the original file.
7084                 o added get_tmpfile_in_dir that creates a temorary file
7085                   in a specified directory.
7086
7087 2002-08-07 [melvin]     0.8.1claws33
7088
7089         * src/toolbar.c
7090                 fixed bug where 'Article' button acted as 'Email' button.
7091
7092 2002-08-07 [paul]       0.8.1claws32
7093
7094         * sync with 0.8.1.cvs17
7095                 see ChangeLog 2002-08-07
7096
7097 2002-08-07 [colin]      0.8.1claws31
7098         
7099         * src/news.c
7100                 fix mass-cancel problem
7101
7102 2002-08-07 [thorsten]   0.8.1claws30
7103
7104         * src/prefs_toolbar.c
7105                 fix: crash on replace or add new button
7106         * src/toolbar.c
7107                 fix: close xmlfile after reading
7108         * src/utils.c
7109                 fix: unlink() file before rename()
7110
7111 2002-08-06 [paul]       0.8.1claws29
7112
7113         * sync with 0.8.cvs15
7114                 see ChangeLog 2002-08-06
7115
7116 2002-08-06 [oliver]     0.8.1claws28
7117
7118         * src/toolbar.c
7119         * src/prefs_toolbar.c
7120                 fixed empty toolbar issue
7121
7122 2002-08-06 [oliver]     0.8.1claws27
7123
7124         * Custom Toolbar Final 
7125         * src/folderview.c
7126         * src/inc.c
7127         * src/summaryview.c
7128                 o toolbar stuff now lives in src/toolbar.[ch]
7129                 o main_window_toolbar_* functions are renamed to
7130                   toolbar_* reflecting their new source file
7131         * src/mainwindow.[ch]
7132                 o remove toolbar stuff  
7133
7134 2002-08-06 [oliver]     0.8.1claws26
7135         
7136         * src/Makefile.am
7137         * src/prefs_toolbar.[ch]        **New File**
7138         * src/toolbar.[ch]              **New File**
7139                 o prefs_toolbar.[ch] custom toolbar frontend
7140                 o toolbar.[ch]       backend 
7141
7142 2002-08-06 [oliver]     0.8.1claws25
7143
7144         * src/prefs_actions.[ch]
7145                 o new exported function actions_execute
7146
7147 2002-08-06 [paul]       0.8.1claws24
7148
7149         * sync with 0.8.1cvs4
7150                 see ChangeLog 2002-08-06
7151
7152 2002-08-06 [paul]       0.8.1claws23
7153
7154         * sync with 0.8.1cvs13
7155                 see ChangeLog 2002-08-06
7156
7157 2002-08-06 [paul]       0.8.1claws22
7158
7159         * sync with 0.8.1cvs12
7160                 see ChangeLog 2002-08-05 and 2002-08-06
7161
7162 2002-08-06 [match]      0.8.1claws21
7163
7164         * src/addrclip.c
7165                 improvements to cut/copy/paste address
7166
7167 2002-08-05 [match]      0.8.1claws20
7168
7169         * src/addritem.[ch]
7170         * src/addrcache.c
7171         * src/addrbook.c
7172         * src/editaddress.c
7173         * src/addressbook.c
7174                 fixes to improve cut/copy/paste
7175
7176 2002-08-06 [melvin]     0.8.1claws19
7177
7178         * src/account.[ch]
7179                 account_find_all_from_address(): new function that returns the
7180                 list of all accounts that are matched in an address.
7181         * src/alertpanel.[ch]
7182                 alertpanel() now accepts a custom widget
7183                 alertpanel_with_widget(): new function that pops up a panel with
7184                 a custom widget in it 
7185         * src/gtkutils.[ch]
7186                 gtkut_account_menu_new(): new function that allows the selection
7187                 of an account from a list of accounts.
7188         * src/messageview.c
7189                 Extended Return Receipt notification to select the correct 
7190                 account and to make a security test on the Delivery-Notification
7191                 address which should be the same as the Return-Path.
7192
7193 2002-08-06 [thorsten]   0.8.1claws18
7194
7195         * src/mimeview.c
7196                 attach_all: save unnamed as "noname.%d",
7197                 dont free static dirname
7198
7199 2002-08-05 [alfons]     0.8.1claws17
7200
7201         * configure.in
7202                 detect XIM by trying to link rather than compile a XIM program
7203
7204 2002-08-05 [oliver]     0.8.1claws16
7205                 
7206         * src/stock_pixmap.[ch]
7207                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7208                 o new func to retrieve pixmaps
7209
7210 2002-08-05 [paul]       0.8.1claws15
7211
7212         * sync with 0.8.1cvs10
7213                 see ChangeLog 2002-08-05
7214
7215 2002-08-04 [alfons]     0.8.1claws14
7216
7217         * src/textview.c
7218                 see if this plugs memleak
7219
7220 2002-08-04 [melvin]     0.8.1claws13
7221
7222         * src/gtkspell.c
7223                 fixed bug that could crash Sylpheed when highlighting
7224                 all misspelled words.
7225
7226 2002-08-03 [melvin]     0.8.1claws12
7227
7228         * src/prefs_actions.c
7229                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7230         * src/messageview.c
7231                 fixed bug where the Return Receipt was sent to
7232                 Delivery-Notification-To address even if it was not present
7233
7234 2002-08-02 [alfons]     0.8.1claws11
7235
7236         * src/prefs_actions.c
7237                 o more check for NULLs
7238                 o put create_io_dialog() in right conditional block
7239
7240 2002-08-02 [paul]       0.8.1claws10
7241
7242         * po/es.po
7243                 updated by Ricardo Mones Lastra
7244
7245 2002-08-01 [christoph]  0.8.1claws9
7246
7247         * src/folder.c
7248                 don't free the cache of the opened
7249                 folder in the summaryview
7250         * src/summaryview.c
7251                 don't unset flags, if it is not required
7252
7253 2002-08-01 [paul]       0.8.1claws8
7254
7255         * sync with 0.8.1cvs8
7256                 see ChangeLog entry 2002-08-01
7257
7258 2002-08-01 [paul]       0.8.1claws7
7259
7260         * sync with 0.8.1cvs7
7261                 see ChangeLog 2002-07-31 and 2002-08-01
7262
7263 2002-07-31 [christoph]  0.8.1claws6
7264
7265         * src/mainwindow.c
7266                 forgot to update menu sensitivity
7267                 function for new menu entry
7268
7269 2002-07-31 [alfons]     0.8.1claws5
7270
7271         * src/main.c
7272                 check folder item and its path for NULL on
7273                 initial processing
7274
7275 2002-07-31 [christoph]  0.8.1claws4
7276
7277         * src/folder.c
7278                 check if folder_item_get_msginfo in
7279                 folder_item_remove_msg returned NULL
7280         * src/imap.c
7281                 better clear the uid cache in the
7282                 uid validity check function and delete
7283                 cached messages
7284
7285 2002-07-31 [paul]       0.8.1claws3
7286
7287         * man/sylpheed.1
7288                 add the '--attach' option and a few other
7289                 minor changes
7290
7291 2002-07-31 [paul]       0.8.1claws2
7292
7293         * sync with 0.8.1cvs5
7294                 see ChangeLog 2002-07-31
7295
7296 2002-07-31 [christoph]  0.8.1claws1
7297
7298         * src/folderview.[ch]
7299         * src/mainwindow.c
7300                 replace "Rescan all folders..." with
7301                 "Check all folders for new messages..."
7302
7303 2002-07-30 [paul]       0.8.1claws
7304
7305         * version 0.8.1claws released
7306
7307 2002-07-30 [paul]       0.8.0claws29
7308
7309         * tools/OOo2sylpheed.pl ** NEW FILE **
7310           tools/README
7311                 add script to enable sending documents as
7312                 attachments from OpenOffice.org
7313
7314 2002-07-30 [melvin]     0.8.0claws28
7315
7316         * src/prefs_actions.c
7317                 Made the actions' input/output dialog display
7318                 without delay.
7319
7320 2002-07-30 [christoph]  0.8.0claws27
7321
7322         * src/procmsg.c
7323                 check if folder_item_get_msginfo in
7324                 procmsg_save_to_outbox returned NULL
7325
7326 2002-07-30 [paul]       0.8.0claws26
7327
7328         * sync with 0.8.1cvs4
7329                 see ChangeLog 2002-07-29
7330
7331 2002-07-29 [thorsten]   0.8.0claws25
7332
7333         * README.claws
7334                 added selective download, delete on server
7335
7336 2002-07-29 [paul]       0.8.0claws24
7337
7338         * sync with 0.8.1cvs3
7339                 see ChangeLog 2002-07-29
7340
7341 2002-07-27 [christoph]  0.8.0claws23
7342
7343         * src/folder.c
7344                 add extra check if fetching the msginfo
7345                 returned NULL
7346
7347 2002-07-27 [paul]       0.8.0claws22
7348
7349         * sync with 0.8.1cvs2
7350                 see ChangeLog 2002-07-26
7351
7352 2002-07-27 [christoph]  0.8.0claws21
7353
7354         * src/imap.c
7355                 add another check if a valid msginfo
7356                 was returned
7357
7358 2002-07-26 [hoa]        0.8.0claws20
7359
7360         * src/folder.c
7361                 Fixed a condition in folder_item_destroy()
7362
7363         * src/imap.c
7364                 Fixed an error in IMAP protocol
7365
7366 2002-07-26 [alfons]     0.8.0claws19
7367
7368         * src/folder.c
7369                 ofcourse compare with identifier, not the path
7370
7371 2002-07-26 [alfons]     0.8.0claws18
7372
7373         * src/folder.c
7374                 use folder item identifier for saving / restoring
7375                 preferences because folder->path might not be unique
7376
7377 2002-07-26 [melvin]     0.8.0claws17
7378
7379         * src/logwindow.c
7380                 Fixed a crash introduced in 0.8.0claws5 when log is 
7381                 cut under 80 characters.
7382
7383 2002-07-26 [paul]       0.8.0claws16
7384
7385         * sync with 0.8.1cvs1
7386                 see ChangeLog 2002-07-26
7387
7388 2002-07-26 [christoph]  0.8.0claws15
7389
7390         * src/imap.[ch]
7391                 imap folder now remembers the last selected
7392                 folder and imap_fetch_msginfo skips selecting
7393                 the folder if it is already selected
7394
7395 2002-07-26 [christoph]  0.8.0claws14
7396
7397         * src/folder.c
7398         * src/folderview.c
7399         * src/imap.c
7400                 fix imap folder rescanning
7401
7402 2002-07-25 [christoph]  0.8.0claws13
7403
7404         * src/filter.c
7405         * src/folder.[ch]
7406         * src/folderview.c
7407         * src/imap.[ch]
7408         * src/mainwindow.c
7409         * src/mbox_folder.c
7410         * src/mh.c
7411         * src/news.c
7412                 implement imap uid cache and uid validity check
7413
7414 2002-07-25 [alfons]     0.8.0claws12
7415
7416         * src/summaryview.c
7417                 fix a brown paper bag bug, and also add some more
7418                 checks
7419
7420 2002-07-25 [christoph]  0.8.0claws11
7421
7422         * src/folder.c
7423                 don't mix copy, fetch_msginfo and remove
7424                 operations in folder item copy and move
7425                 operations
7426
7427 2002-07-25 [christoph]  0.8.0claws10
7428
7429         * src/folderview.c
7430         * src/mainwindow.c
7431         * src/prefs_folder_item.c
7432         * src/summaryview.[ch]
7433                 remove no longer required parameter update_cache from
7434                 summary_show
7435
7436 2002-07-25 [paul]       0.8.0claws9
7437
7438         * sync with 0.8.1
7439         
7440         * AUTHORS
7441                 a few corrections
7442
7443 2002-07-24 [alfons]     0.8.0claws8
7444
7445         * src/summaryview.c
7446                 sort correctly when using simplified subject line
7447                 (closes feature request "[ 585141 ] applying regexp to subject 
7448                 before sort" submitted by Alexandra Walford)
7449
7450 2002-07-24 [paul]       0.8.0claws7
7451
7452         * sync with 0.8.0cvs3
7453                 see ChangeLog 2002-07-24
7454
7455 2002-07-23 [christoph]  0.8.0claws6
7456
7457         * src/folder.c
7458         * src/folder.h
7459         * src/summaryview.c
7460         * src/summaryview.h
7461         * src/main.c
7462                 o separate processing and summaryview
7463                 o removed summary_write_cache from summaryview
7464                 o removed summaryview->killed_messages, because we don't have
7465                   to keep a list of killed messages anymore. New cache will
7466                   keep the hidden messages in cache anyway
7467         * src/folderview.c
7468         * src/inc.c
7469         * src/selective_download.c
7470                 o removed unnecessary summary_write_cache calls
7471         * src/procmsg.c
7472                 o don't set ignore thread flag in procmsg_get_thread_tree
7473                   if it is already set
7474         * src/mainwindow.c
7475         * src/statusbar.h
7476                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7477                   they are used in different files
7478
7479 2002-07-23 [melvin]     0.8.0claws5
7480
7481         * src/addressbook.c
7482         * src/addrgather.c
7483         * src/editaddress.c
7484         * src/editgroup.c
7485         * src/editldap_basedn.c
7486         * src/importldif.c
7487         * src/prefs_common.c
7488                 Fixed few memory leak (gtk_editable_get_chars returns
7489                 an allocated string)
7490         * src/logwindow.c
7491                 Fixed few memory leak (gtk_editable_get_chars returns
7492                 an allocated string) and modified a little the log cutting
7493                 loop.
7494         * src/compose.c
7495                 Replaced a call to an obsolete function gtk_entry_get_text()
7496                 by gtk_editable_get_chars()
7497         * src/send.c
7498                 Removed a debug printf
7499
7500 2002-07-23 [christoph]  0.8.0claws4
7501
7502         * src/filesel.c
7503                 fix another g_dirname memory leak
7504
7505 2002-07-23 [christoph]  0.8.0claws3
7506
7507         * src/mh.c
7508                 fixed a memory leak in mh_fetch_msginfo
7509                 fixed crash when message header could not be
7510                 parsed
7511
7512 2002-07-23 [paul]       0.8.0claws2
7513
7514         * sync with 0.8.0cvs2
7515                 see ChangeLog 2002-07-23
7516
7517 2002-07-23 [paul]       0.8.0claws1
7518
7519         * sync with 0.8.0cvs1
7520                 see ChangeLog 2002-07-23
7521
7522 2002-07-23 [paul]       0.8.0claws
7523
7524         * release of 0.8.0claws
7525
7526 2002-07-23 [paul]       0.7.8claws99
7527
7528         * po/ru.po
7529                 new Russian translation, submitted by
7530                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7531
7532 2002-07-22 [jens]       0.7.8claws98
7533
7534         * po/de.po
7535                 Updated German translations.
7536
7537 2002-07-22 [paul]       0.7.8claws97
7538
7539         * po/es.po
7540           po/it.po
7541           po/nl.po
7542           po/pt_BR.po
7543                 updated translations by Ricardo Mones Lastra,
7544                 Alessandro Maestri, Wilbert Berendsen and 
7545                 Fabio Jr. Beneditto respectively
7546
7547 2002-07-22 [christoph]  0.7.8claws96
7548
7549         * src/mimeview.c
7550                 fix memory leak caused by wrong g_dirname usage
7551
7552 2002-07-22 [christoph]  0.7.8claws95
7553
7554         * src/summaryview.c
7555                 update new and unread message counts for summaryview
7556                 summaryview does not get it from the folder anymore
7557                 and has to update the values itself
7558
7559 2002-07-22 [melvin]     0.7.8claws94
7560
7561         * po/fr.po
7562                 Updated French translations.
7563
7564 2002-07-22 [christoph]  0.7.8claws93
7565
7566         * src/matcher.c
7567                 set prop->preg pointer to NULL or following check
7568                 will not fail and regexec will be called with
7569                 invalid pointer
7570
7571 2002-07-21 [alfons]     0.7.8claws92
7572         
7573         * src/prefs_common.[ch]
7574                 remove option "Send return receipt on request"
7575
7576 2002-07-21 [thorsten]   0.7.8claws91
7577
7578         * src/mimeview.c
7579                 fixed memleaks, coding style as pointed out by alfons
7580
7581 2002-07-21 [alfons]     0.7.8claws90
7582
7583         * src/messageview.c
7584         * src/noticeview.[ch]
7585                 o fix bug notice view being displayed when going to empty folder 
7586                   (noticed by Christoph)
7587                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7588                   (noticed by Thorsten)
7589
7590 2002-07-21 [thorsten]   0.7.8claws89
7591
7592         * src/mimeview.c
7593                 Included save_all patch from Xaview FACQ
7594                 added support for pathnames
7595
7596 2002-07-21 [alfons]     0.7.8claws88
7597
7598         * po/POTFILES.in
7599         * src/Makefile.am
7600         * src/mainwindow.c
7601         * src/messageview.[ch]
7602         * src/noticeview.c      ** NEW FILE **
7603         * src/noticeview.h      ** NEW FILE **
7604                 make return receipts work again
7605                 (UI idea by Leandro Pereira)
7606
7607 2002-07-21 [paul]       0.7.8claws87
7608
7609         * src/summaryview.c
7610                 fix sensitivity of 'Select thread'
7611
7612 2002-07-21 [paul]       0.7.8claws86
7613
7614         * src/prefs_common.c
7615                 add browser command line for Galeon
7616
7617 2002-07-21 [paul]       0.7.8claws85
7618
7619         * Makefile.am
7620                 fix 'EXTRA_DIST': remove README.README, add TODO
7621                 and TODO.claws
7622
7623 2002-07-21 [alfons]     0.7.8claws84
7624
7625         * src/gtkstext.c
7626                 make enter clear selection
7627                 (closes "[ 579888 ] Editor selection/entry error"
7628                 reported by Steve Lamb)
7629
7630 2002-07-21 [alfons]     0.7.8claws83
7631         
7632         * src/summaryview.c
7633                 sort message list when selecting unthread messages
7634                 (closes "[ 501593 ] switching threaded view doesn't sort"
7635                 reported by Simon Schubert)
7636
7637 2002-07-20 [alfons]     0.7.8claws82
7638         
7639         * src/matcher.c
7640                 const-correctness
7641
7642 2002-07-20 [thorsten]   0.7.8claws81
7643
7644         * src/matcher.c
7645                 Fixed expansion of empty fields in matchactions
7646
7647 2002-07-19 [melvin]     0.7.8claws80
7648
7649         * src/gtkspell.c
7650                 Removed a duplicate menu entry (fast mode) introduced during
7651                 the new cache merge
7652                 Added a menu separator between 'Use alternate' and 'Fast mode'
7653
7654 2002-07-19 [paul]       0.7.8claws79
7655
7656         * tools/Makefile.am
7657           tools/README
7658                 correct typos
7659
7660 2002-07-19 [thorsten]   0.7.8claws78
7661
7662         * tools/calypso_convert.pl      ** NEW FILE **
7663           tools/README
7664           tools/Makefile.am
7665                 script to import mbox files exported
7666                 by calypso
7667                 o generates folder structure
7668                 o includes attachments
7669
7670 2002-07-19 [melvin]     0.7.8claws77
7671
7672         * src/selective_download.[ch]
7673                 Fixed bug where closing the dialog with the window manager's
7674                 close button will not unlock the summary
7675                 Corrected some function declarations that missed a return value
7676                 Made the source code comply better with coding style.
7677         * src/prefs_common.c
7678                 Added new browser command line for Mozilla.
7679
7680 2002-07-18 [paul]       0.7.8claws76
7681
7682         * src/mainwindow.c
7683           src/selective_download.[ch]
7684                 reflect theme changes, fix Gdk Warning when creating 
7685                 pixmap from NULL window, and minor clean up.
7686                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7687
7688         * po/en_GB.po
7689                 updated
7690
7691 2002-07-17 [paul]       0.7.8claws75
7692
7693         * INSTALL[.jp]
7694                 sync with 0.8.0
7695         
7696         * po/en_GB.po
7697                 updated
7698
7699 2002-07-16 [paul]       0.7.8claws74
7700
7701         * tools/filter_conv.pl
7702           tools/README
7703                 replace conversion script with reimplemented version, 
7704                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7705
7706 2002-07-16 [colin]      0.7.8claws73
7707
7708         * src/summaryview.c
7709                 remove forgotten debug messages - sorry ;-)
7710
7711 2002-07-16 [colin]      0.7.8claws72
7712
7713         * src/mimeview.c
7714           src/summaryview.c
7715           src/textview.c
7716           src/textview.h
7717                 add the ability to select part of a text mime-part 
7718                 to reply.
7719
7720 2002-07-15 [christoph]  0.7.8claws71
7721
7722         * src/folder.c
7723                 fix folder message count for folders without
7724                 msg_is_changed (includes news folders)
7725
7726 2002-07-15 [martin]     0.7.8claws70
7727
7728         * src/summaryview.c
7729                 option "display recipient on 'From'..." now works
7730                 without the need of enabling the option
7731                 "display  sender  using  address  book".
7732
7733 2002-07-15 [christoph]  0.7.8claws69
7734
7735         * src/summaryview.c
7736                 removed setting folder status from summaryview.
7737                 folder.c should update all message counts correctly.
7738
7739 2002-07-15 [paul]       0.7.8claws68
7740
7741         * po/pt_BR.po
7742                 updated by Fabio Junior Beneditto
7743
7744 2002-07-15 [darko]      0.7.8claws67
7745
7746         * src/mh.c
7747                 Fixed target folder colorization, don't decrease op
7748                 number twice
7749
7750 2002-07-14 [paul]       0.7.8claws66
7751
7752         * sync with main 0.8.0
7753                 see ChangeLog 2002-07-14
7754
7755 2002-07-13 [melvin]     0.7.8claws65
7756         
7757         * src/addrbook.c
7758         * src/addressbook.c
7759         * src/addrindex.c
7760                 Replaced sprintf by g_snprintf to prevent possible buffer
7761                 overflow.
7762         * src/news.c
7763                 Corrected a log message output format.
7764                 Added a missing "done" debug output.
7765         * src/compose.c
7766                 Added keyboard accelerator for Priority menu items
7767                 Added missing \n in debug output
7768         * src/logwindow.c
7769         * src/gtkspell.c
7770         * src/rfc2015.c
7771                 Added missing \n in debug output
7772
7773 2002-07-13 [paul]       0.7.8claws64
7774
7775         * man/sylpheed.1
7776                 change Sergey's email address to the sf address
7777
7778         * src/textview.c
7779                 increase show_url_timeout (more useful for long
7780                 urls)
7781
7782 2002-07-12 [sergey]     0.7.8claws63
7783
7784         * src/rfc2015.c
7785                 applied (with some modifications) patch to set the
7786                 micalg parameter for signatures
7787                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7788
7789 2002-07-12 [sergey]     0.7.8claws62
7790
7791         * man/Makefile.am
7792         * configure.in
7793                 fixed man page installation
7794
7795 2002-07-12 [paul]       0.7.8claws61
7796
7797         * sync with 0.7.8cvs26
7798                 see ChangeLog 2002-07-11 and 2002-07-12
7799
7800 2002-07-11 [christoph]  0.7.8claws60
7801
7802         * src/compose.c
7803         * src/procmsg.c
7804                 first use the message number to find the message
7805                 to mark with a reply flag but check the
7806                 message-id if we got the correct message, if not
7807                 try to find it by message-id.
7808                 use new string seperator that is not allowed
7809                 in message-ids.
7810
7811 2002-07-11 [paul]       0.7.8claws59
7812
7813         * sync with 0.7.8cvs23
7814                 see ChangeLog 2002-07-10
7815
7816 2002-07-10 [christoph]  0.7.8claws58
7817
7818         * src/folder.[ch]
7819         * src/msgcache.[ch]
7820                 Added message-id table to the cache in memory
7821                 and functions to msgcache.c and folder.c to
7822                 fetch MsgInfos by message id
7823         * src/compose.c
7824         * src/procmsg.c
7825                 store folder and message-id of message replying
7826                 to in queue header and set reply flag after sending
7827                 (Closes bug #469498)
7828
7829 2002-07-10 [paul]       0.7.8claws57
7830
7831         * AUTHORS
7832           man/sylpheed.1.gz
7833                 add Martin to the list of authors
7834
7835 2002-07-09 [martin]     0.7.8claws56
7836         * src/gtksctree.c
7837                 Added gtk_ctree_last_visible(), tree_update_level(),
7838                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7839                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7840                 from gtk+ to gtksctree.c for the new sorting code
7841                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7842                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7843         * src/gtksctree.h
7844                 Added declaration for gtk_sctree_sort_recursive() and
7845                 gtk_sctree_sort_node
7846         * src/addressbook.c
7847         * src/foldersel.c
7848         * src/folderview.c
7849         * src/summaryview.c
7850                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7851                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7852
7853 2002-07-08 [paul]       0.7.8claws55
7854
7855         * more sync with 0.7.8cvs21
7856                 see ChangeLog 2002-07-08
7857
7858 2002-07-08 [paul]       0.7.8claws54
7859
7860         * sync with 0.7.8cvs21
7861                 see ChangeLog 2002-07-08
7862
7863 2002-07-07 [alfons]     0.7.8claws53
7864
7865         * src/Makefile.am
7866         * src/stock_pixmap.[ch]
7867         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7868         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7869         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7870                 add new pixmaps for upcoming notice pane
7871
7872 2002-07-06 [melvin]     0.7.8claws52
7873
7874         * src/gtkspell.[ch]
7875                 Made them a bit closer to Sylpheed's coding style.
7876                 Removed old code.
7877                 Removed possible memory leaks when some errors occurs.
7878
7879 2002-07-06 [melvin]     0.7.8claws51
7880
7881         * po/Makefile.in.in
7882                 Removed --no-location in xgettext command line to help
7883                 translators that use Emacs' po-mode
7884         * src/quote_fmt.c
7885                 Removed unnecessary comments that messed up sylpheed.pot
7886
7887 2002-07-06 [paul]       0.7.8claws50
7888
7889         * sync with 0.7.8cvs19
7890                 see ChangeLog 2002-07-05
7891
7892 2002-07-06 [christoph]  0.7.8claws49
7893
7894         * src/folder.c
7895         * src/mainwindow.c
7896                 fix folder_item_remove_all_msg and folderview
7897                 status for trash folders after emptying trash
7898
7899 2002-07-05 [paul]       0.7.8claws48
7900
7901         * sync with 0.7.8cvs16
7902                 see ChangeLog 2002-07-04 and 2002-07-05
7903
7904 2002-07-04 [paul]       0.7.8claws47
7905
7906         * sync with 0.7.8cvs14
7907                 see  ChangeLog 2002-07-04
7908
7909 2002-07-03 [alfons]     0.7.8claws46
7910
7911         * src/folder.c
7912                 dupe folder item's path because it's being reallocated
7913                 by new folder scanning code
7914
7915 2002-07-03 [christoph]  0.7.8claws45
7916
7917         * src/imap.c
7918                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7919         * src/msgcache.c
7920                 add missing return in msgcache_write
7921
7922 2002-07-02 [thorsten]   0.7.8claws44
7923
7924         * src/jpilot.c
7925         * src/msgcache.c
7926         * src/rfc2015.c
7927                 use binary mode for file access
7928
7929 2002-07-02 [christoph]  0.7.8claws43
7930
7931         * major code cleanup (part 1)
7932         
7933                 - unused variables removed
7934                 - unused functions removed
7935                 - uninitialized variables checked
7936                 - missing return statements added
7937                 - missing function return types added
7938                 - added parentheses around assignment and
7939                   && in || when suggested by gcc
7940               
7941         * src/mh.c
7942         * src/folder.c
7943                 replaced direct calls to folder->scan_tree
7944                 with folder_scan_tree and restore folder
7945                 prefs in this function. The folder should
7946                 not have to deal with them.
7947                 ( Should now work for all folder types )
7948
7949 2002-07-02 [paul]       0.7.8claws42
7950
7951         * sync with 0.7.8cvs13
7952                 see ChangeLog 2002-07-01 and 2002-07-02
7953
7954 2002-07-01 [christoph]  0.7.8claws41
7955
7956         * src/summaryview.c
7957                 fix "goto next/prev unread message" with
7958                 ignored threads
7959
7960 2002-07-01 [paul]       0.7.8claws40
7961
7962         * po/es.po
7963                 updated by Ricardo Mones Lastra
7964
7965 2002-06-30 [match]      0.7.8claws39
7966
7967         * src/jpilot.c
7968                 applied variation of leonerd's patch (566661) to
7969                 allow multiple email addresses per JPilot entry.
7970                 addresses may be separated by space, comma, pipe,
7971                 semi-colon, new-line.
7972
7973 2002-06-30 [alfons]     0.7.8claws38
7974
7975         * src/procmsg.c
7976                 simple fix for putting older nodes before
7977                 newer nodes when threading by subject
7978
7979 2002-06-30 [christoph]  0.7.8claws37
7980
7981         * src/folder.c
7982         * src/folderview.c
7983         * src/mh.c
7984         * src/news.c
7985         * src/procmsg.c
7986                 fix broken folder tree rescaning
7987                 and don't use procmsg_get_mark_sum
7988                 anymore
7989
7990 2002-06-30 [christoph]  0.7.8claws36
7991
7992         * merge new cache branch
7993         * src/imap.c
7994                 fix new cache imap copy bug
7995         * src/folder.c
7996                 improved folder_item_scan
7997                 it should now always set the correct
7998                 new, unread and total message counts
7999
8000 2002-06-29 [paul]       0.7.8claws35
8001
8002         * configure.in
8003                 correct syntax error
8004
8005 2002-06-29 [paul]       0.7.8claws34
8006
8007         * configure.in
8008           Makefile.am
8009           man/Makefile.am       ** NEW FILE **
8010           man/sylpheed.1.gz     ** NEW FILE **
8011                 add Sylpheed man page
8012
8013 2002-06-29 [paul]       0.7.8claws33
8014
8015         * po/pt_BR.po
8016                 updated by Fabio Junior Beneditto
8017
8018 2002-06-28 [jens]       0.7.8claws32
8019
8020         * po/de.po
8021                 translation updated
8022
8023         * src/selective_download.c
8024                 removed gettext for space " "
8025
8026         * src/imap.c
8027                 removed wrong space
8028
8029 2002-06-28 [paul]       0.7.8claws31
8030
8031         * sync with 0.7.8cvs11
8032                 see ChangeLog 2002-06-28
8033
8034 2002-06-28 [paul]       0.7.8claws30
8035
8036         * sync with 0.7.8cvs10
8037                 see ChangeLog 2002-06-27 and 2002-06-28
8038
8039 2002-06-26 [paul]       0.7.8claws29
8040
8041         * src/addrgather.c
8042           src/selective_download.c
8043                 don't gettextise empty strings.
8044                 reserved by gettext. gettext("") returns 
8045                 the header entry with meta information, 
8046                 not the empty string
8047
8048         * po/en_GB.po
8049                 updated
8050
8051 2002-06-26 [paul]       0.7.8claws28
8052
8053         * sync with 0.7.8cvs7
8054                 see ChangeLog 2002-06-25
8055
8056         * src/prefs_common.c
8057                 ...and in the process, tweak the gui a little
8058
8059 2002-06-25 [alfons]     0.7.8claws27
8060         
8061         * configure.in
8062         * src/Makefile.am
8063                 fine tune ldap library detection
8064
8065 2002-06-25 [alfons]     0.7.8claws26
8066
8067         * src/compose.c
8068                 don't allow return receipts when composing a news article
8069
8070 2002-06-25 [paul]       0.7.8claws25
8071
8072         * Makefile.am
8073                 add '$(AMTAR)' to 'release' section to allow for
8074                 new and older autotools
8075
8076 2002-06-25 [paul]       0.7.8claws24
8077
8078         * src/summaryview.c
8079                 fix "No more unread messages" persistant pop-up
8080                 window bug
8081
8082 2002-06-25 [paul]       0.7.8claws23
8083
8084         * po/it.po
8085                 updated by Alessandro Maestri
8086
8087 2002-06-25 [paul]       0.7.8claws22
8088
8089         * sync with 0.7.8cvs6
8090                 see ChangeLog 2002-06-25
8091
8092 2002-06-24 [paul]       0.7.8claws21
8093
8094         * tools/update-po
8095                 add GPL copyright information
8096
8097 2002-06-24 [paul]       0.7.8claws20
8098
8099         * tools/Makefile.am
8100           tools/README
8101           tools/update-po       ** NEW FILE **
8102                 add script that eases the creation of *.po files
8103                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
8104
8105 2002-06-23 [alfons]     0.7.8claws19
8106
8107         * src/messageview.c
8108                 make notification_convert_header obey const correctness
8109                 (next step will be fixing the broken return receipt)
8110
8111 2002-06-23 [paul]       0.7.8claws18
8112
8113         * src/messageview.c
8114                 fix bug introduced in last commit:
8115                 removed too much code in last commit - put back what's
8116                 needed
8117
8118 2002-06-23 [paul]       0.7.8claws17
8119
8120         * src/messageview.[ch]
8121                 remove code committed in error from locally patched
8122                 source
8123
8124 2002-06-23 [colin]      0.7.8claws16
8125
8126         * src/compose.[ch]
8127                 add compose_entry_select(), used to select the default_to
8128                 email address - hopefully avoiding people sending mails to
8129                 wrong recipients.
8130
8131 2002-06-22 [alfons]     0.7.8claws15
8132
8133         * AUTHORS
8134                 add Bram Metsch & Stanislav Karchebny
8135         * src/smtp.[ch]
8136         * src/prefs_account.[ch]
8137         * src/send.c
8138                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
8139                   options.  (see <http://sourceforge.net/tracker/index.php
8140                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
8141
8142                 - merge Stanislav's fix to make SMTP AUTH work with qmail
8143                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
8144
8145 2002-06-22 [paul]       0.7.8claws14
8146
8147         * sync with 0.7.8cvs5
8148                 see ChangeLog 2002-06-19 and 2002-06-20
8149
8150 2002-06-22 [alfons]     0.7.8claws13
8151
8152         * src/selective_download.c
8153                 fix a stupid mistake I made
8154
8155 2002-06-22 [alfons]     0.7.8claws12
8156
8157         * src/selective_download.[ch]
8158                 fix another unnoticed leak; cleanup code
8159
8160 2002-06-21 [alfons]
8161
8162         * tools/Makefile.am
8163                 gpg-sign <-- gpg-sign-syl
8164
8165 2002-06-21 [alfons]     0.7.8claws11
8166
8167         * src/selective_download.c
8168         * src/selective_download.h
8169                 fix assorted mix of allocation errors (should solve
8170                 problem reported by Philippe Gramoullé, see:
8171                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8172
8173 2002-06-20 [melvin]     0.7.8claws10
8174
8175         * tools/gpg-sign *REMOVED*
8176           tools/gpg-sign-syl *ADDED*
8177                 Replaced the gpg clearsigning script with the version using
8178                 xterm instead of ssh-askpass and changed its name.
8179
8180         * README.claws
8181                 Updated actions example to reflect the renaming of the
8182                 gpg clearsigning script.
8183
8184 2002-06-19 [paul]       0.7.8claws9
8185
8186         * sync with 0.7.8claws9
8187                 see ChangeLog 2002-06-18 and 2002-06-19
8188
8189 2002-06-19 [paul]       0.7.8claws8
8190
8191         * sync with 0.7.8cvs1
8192                 see ChangeLog 2002-06-18
8193
8194 2002-06-18 [alfons]     0.7.8claws7
8195
8196         * src/mainwindow.h
8197                 add omitted prototype
8198
8199 2002-06-17 [paul]       0.7.8claws6
8200
8201         * src/mainwindow.c
8202                 fix hiding of exec_btn
8203
8204 2002-06-17 [paul]       0.7.8claws5
8205
8206         * src/pop.c
8207                 remove unneeded code: should_delete() 
8208                 and Pop3State::uidl_todelete_list
8209
8210 2002-06-17 [paul]       0.7.8claws4
8211
8212         * sync with 0.7.8
8213                 see ChangeLog 2002-06-11 and 2002-06-13
8214
8215 2002-06-16 [alfons]     0.7.8claws3
8216         
8217         * src/folder.c
8218                 make sure lock sort mode (claws specific) is
8219                 also persists after a tree rescan
8220
8221 2002-06-16 [alfons]     0.7.8claws2
8222
8223         * src/prefs_folder_item.c
8224         * src/folder.[ch]
8225                 fix persistence of folder sort mode (broken
8226                 by adapting Hiro's new folder persistence code)
8227
8228 2002-06-16 [alfons]     0.7.8claws1
8229
8230         * AUTHORS
8231         * src/logwindow.c
8232         * src/prefscommon.[ch]
8233                 control size of log text in log window; 
8234                 closes patch #569155 submitted by Mitko Haralanov.
8235
8236 2002-06-15 [paul]       0.7.8claws
8237
8238         * release of 0.7.8claws
8239
8240 2002-06-15 [paul]       0.7.7claws
8241
8242         * po/pt_BR.po
8243                 updated by Fabio Junior Beneditto
8244
8245 2002-06-14 [paul]       0.7.6claws49
8246
8247         * po/es.po
8248                 updated by Ricardo Mones Lastra
8249
8250 2002-06-14 [paul]       0.7.6claws48
8251
8252         * po/nl.po
8253                 updated translation by Wilbert Berendsen
8254
8255 2002-06-14 [melvin]     0.7.6claws47
8256
8257         * po/fr.po
8258                 Updated French translation
8259
8260 2002-06-13 [paul]       0.7.6claws46
8261
8262         * src/filesel.c
8263                 allow filename to be typed in, rather than just
8264                 selected by the mouse. Patch by Gustavo Noronha Silva.
8265
8266 2002-06-13 [alfons]     0.7.6claws45
8267
8268         * src/mainwindow.[ch]
8269                 more cleanups (removing unnecessary menu items Expand 
8270                 summary / message view)
8271
8272 2002-06-13 [melvin]     0.7.6claws44
8273
8274         * po/POTFILES.in
8275                 Added src/string_match.c
8276         * src/string_match.c
8277                 Fixed possible buffer overflow.
8278                 Corrected typo.
8279                 Added missing config.h header.
8280         * src/prefs_common.c
8281           src/prefs_matcher.c
8282           src/prefs_scoring.c
8283                 Made some strings translatable (missing _(..)).
8284
8285 2002-06-13 [melvin]     0.7.6claws43
8286
8287         * README.claws
8288                 Corrected action example (verifying clearsigned mail).
8289         * src/prefs_account.c
8290                 Corrected typo.
8291         * src/prefs_common.c
8292                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8293
8294 2002-06-12 [alfons]     0.7.6claws42
8295
8296         * src/summaryview.c
8297                 add init of score column lost in 0.7.6claws42
8298
8299 2002-06-12 [paul]       0.7.6claws41
8300
8301         * src/prefs_account.c
8302                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8303                 behavior of the radio buttons, (from 0.7.7cvs2)
8304
8305 2002-06-11 [alfons]     0.7.6claws40
8306
8307         * src/messageview.[ch]
8308         * src/summaryview.[ch]
8309         * src/summary_search.c
8310         * src/mainwindow.c
8311                 perform a sync to bring in Hiro's separate view implementation 
8312
8313                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8314
8315 2002-06-11 [paul]       0.7.6claws39
8316         
8317         * src/prefs_account.c
8318                 correct a typo on the Receive tab
8319
8320 2002-06-10 [match]      0.7.6claws38
8321
8322         * src/addressbook.c
8323                 Included address completion patch from Gustavo Noronha.
8324
8325 2002-06-10 [paul]       0.7.6claws37
8326
8327         * src/inc.[ch]
8328           src/pop.c
8329           src/prefs_account.[ch]
8330           src/selective_download.[ch]
8331                 apply PATCH #561712
8332                  NEW:
8333                 - check if POP Account
8334                 - Receive Button renamed to Preview
8335                 - Preview Button Popup: preview new/all messages
8336                 - Download Button
8337                 - Account Preferences-->Receive tab checkbutton if you
8338                   want to remove Mail after Download
8339                 -: default YES
8340                 - Account Preferences-->Receive tab checkbutton use
8341                   filtering rules on preview
8342                   (think of delete_on_server)
8343                 -: default YES
8344                 - Account selectable from SD dialog
8345                 - checkbutton to show already downloaded messages if
8346                   all messages are previewed
8347                 - new clist column showing Date
8348                 - ESC KEY close
8349                 FIXES:
8350                 - play ball with UIDL
8351                 - fault tolerant (?) 
8352                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8353
8354 2002-06-10 [melvin]     0.7.6claws36
8355
8356         * README.claws
8357                 Added a hint to ac/README in cvs instructions.
8358
8359         * src/prefs_actions.c
8360                 Made it possible to use a more elaborate command line
8361                 for asynchronous actions, too.
8362
8363 2002-06-10 [melvin]     0.7.6claws35
8364         
8365         * src/prefs_actions.c
8366                 Make it possible to use a more elaborate command line
8367                 (e.g. |foo|bar|cat>there;echo Done|)
8368                 Corrected error message when calling %f, %F and %p commands
8369                 from the compose window.
8370
8371 2002-06-09 [colin]      0.7.6claws34
8372
8373         * src/summaryview.c
8374                 Automatically find unread messages in current folder
8375                 before annoying the user.
8376
8377 2002-06-08 [alfons]     0.7.6claws33
8378
8379         * po/it.po
8380                 remove bad formatting string in it.po translation
8381                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8382
8383 2002-06-08 [paul]       0.7.6claws32
8384
8385         * sync with 0.7.6cvs25
8386                 see ChangeLog 2002-06-07
8387
8388 2002-06-05 [paul]       0.7.6claws31
8389
8390         * src/mainwindow.c
8391                 add 'Sort by locked' and 'Sort by score'
8392
8393 2002-06-05 [paul]       0.7.6claws30
8394
8395         * sync with 0.7.6cvs24
8396                 see ChangeLog 2002-06-04
8397
8398 2002-06-04 [paul]       0.7.6claws29
8399
8400         * po/pt_BR.po
8401                 updated by Fabio Junior Beneditto
8402
8403 2002-06-03 [thorsten]   0.7.6claws28
8404
8405         * src/matcher.c
8406                 fclose() matcherrc after reading
8407
8408 2002-06-03 [paul]       0.7.6claws27
8409
8410         * sync with 0.7.6cvs21
8411                 see ChangeLog 2002-05-31
8412
8413 2002-05-31 [paul]       0.7.6claws26
8414
8415         * sync with 0.7.6cvs20
8416                 see ChangeLog 2002-05-29 and 2002-05-30
8417
8418 2002-05-31 [paul]       0.7.6claws25
8419
8420         * src/imap.c
8421                 hopefully fix last buggy sync
8422
8423         * README.claws
8424                 correct typo in 'Actions' examples
8425
8426 2002-05-29 [paul]       0.7.6claws24
8427
8428         * sync with 0.7.6cvs18
8429                 see ChangeLog 2002-05-28 and 2002-05-29
8430
8431         * src/news.c
8432           src/nntp.[ch]
8433                 sync with above 
8434
8435 2002-05-28 [paul]       0.7.6claws23
8436
8437         * sync with 0.7.6cvs16
8438                 see ChangeLog 2002-05-28
8439
8440 2002-05-27 [thorsten]   0.7.6claws22 
8441
8442         * faq/it/sylpheed-faq-1.html
8443           faq/it/sylpheed-faq-2.html
8444           faq/it/sylpheed-faq-3.html
8445           faq/it/sylpheed-faq.html
8446                 corrected DOS lineendings
8447         * faq/de/sylpheed-faq-1.html
8448           faq/de/sylpheed-faq-2.html
8449           faq/en/sylpheed-faq-1.html
8450           faq/en/sylpheed-faq-2.html
8451           faq/en/sylpheed-faq-3.html
8452           faq/es/sylpheed-faq-1.html
8453           faq/es/sylpheed-faq-2.html
8454           faq/es/sylpheed-faq-3.html
8455           faq/fr/sylpheed-faq-1.html
8456           faq/it/sylpheed-faq-1.html
8457           faq/it/sylpheed-faq-2.html
8458           faq/it/sylpheed-faq-3.html
8459           faq/it/sylpheed-faq.html
8460                 changed ">" to &quot;
8461
8462 2002-05-27 [paul]       0.7.6claws21
8463         
8464         * sync with 0.7.6cvs15
8465                 see ChangeLog 2002-05-27
8466
8467 2002-05-27 [paul]       0.7.6claws20
8468
8469         * src/prefs_account.c
8470                 correct a typo
8471
8472 2002-05-26 [paul]       0.7.6claws19
8473
8474         * tools/README
8475                 correct a typo
8476
8477 2002-05-25 [paul]       0.7.6claws18
8478
8479         * tools/README
8480                 add description of kmail2sylpheed.pl
8481
8482 2002-05-25 [paul]       0.7.6claws17
8483
8484         * tools/kmail2sylpheed.pl       ** NEW FILE **
8485                 perl script that converts an exported Kmail address
8486                 book, converts it to sylpheed addressbook file,
8487                 writes the file to .sylpheed, and updates
8488                 addrbook--index.xml 
8489
8490 2002-05-25 [paul]       0.7.6claws16
8491
8492         * sync with 0.7.6cvs14
8493                 see ChangeLog 2002-05-23
8494
8495 2002-05-24 [paul]       0.7.6claws15
8496
8497         * README.claws
8498                 make a correction and add some more info
8499
8500 2002-05-24 [paul]       0.7.6claws14
8501
8502         * src/compose.c
8503                 fix memory leak in 
8504                 compose_redirect_write_headers_from_headerlist()
8505                 add Subject and Resent-Message-ID to
8506                 compose_redirect_write_headers()
8507                 Received, Subject, and X-UIDL are filtered out in 
8508                 compose_redirect_write_to_file()
8509
8510 2002-05-23 [paul]       0.7.6claws13
8511
8512         * src/compose.[ch]
8513           src/filtering.c
8514           src/mainwindow.c
8515           src/matcher.[ch]
8516           src/matcher_parser_lex.l
8517           src/matcher_parser_parse.y
8518           src/prefs_common.[ch]
8519           src/prefs_filtering.c
8520           src/summaryview.c
8521                 rename 'Bounce' to 'Redirect'
8522
8523 2002-05-23 [paul]       0.7.6claws12
8524
8525         * more sync with 0.7.6cvs13
8526           src/compose.c
8527                 see ChangeLog 2002-05-22
8528
8529 2002-05-22 [paul]       0.7.6claws11
8530
8531         * sync with 0.7.6cvs13
8532           src/codeconv.c
8533                 see ChangeLog 2002-05-20
8534           src/prefs_common.c
8535                 see ChangeLog 2002-05-22
8536
8537 2002-05-21 [melvin]     0.7.6claws10
8538
8539         * src/folderview.c
8540                 Added missing filtering and scoring headers
8541                 Fixed bad function call that showed garbage 
8542                 in Folder->Processing
8543
8544 2002-05-21 [paul]       0.7.6claws9
8545
8546         * tools/Makefile.am
8547                 make all tools executable, (patch by Alfons).
8548
8549 2002-05-20 [alfons]     0.7.6claws8
8550
8551         * src/procheader.c
8552                 don't forget to call mktime() so we have a valid week 
8553                 and year day
8554                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8555
8556 2002-05-20 [paul]       0.7.6claws7
8557
8558         * src/html.c
8559                 fix broken parsing of urls
8560         * src/textview.c
8561                 fix displaying of urls
8562
8563                 both fixes from the patch [547855] by Eugene 
8564                 Brevdo (zonem)
8565
8566 2002-05-19 [alfons]     0.7.6claws6
8567
8568         * configure.in
8569                 make sylpheed configure correctly with the latest
8570                 and greatest of automake / autoconf / gettext
8571
8572 2002-05-19 [alfons]     0.7.6claws5
8573
8574         * src/procheader.c
8575         * src/procheader.h
8576                 add function for returning ime zone offset
8577         * src/quote_fmt.c
8578         * src/quote_fmt_parse.y
8579                 better quotation formatting - does not convert
8580                 to local time, but uses the original date string.
8581                 
8582                 Note: %z inserts the timezone offset (should 
8583                 work also on platforms where strftime does not
8584                 support %z).
8585
8586 2002-05-18 [christoph]  0.7.6claws4
8587
8588         * src/summaryview.c
8589                 fix indentation of some code
8590         * tools/Makefile.am
8591                 fix spaces after \
8592         * src/Makefile.am
8593                 add missing \
8594                 correct path for ignorethread.xpm
8595                 incorrect filename for sylpheed_logo.xpm
8596                 add missing include matcher_parser_parse.h
8597
8598 2002-05-18 [paul]       0.7.6claws3
8599
8600         * sync with 0.7.6cvs8
8601                 see ChangeLog 2002-05-16 and 2002-05-17
8602
8603 2002-05-18 [melvin]     0.7.6claws2
8604
8605         * README.claws
8606                 Corrected an action's definition and fixed some misspellings.
8607
8608 2002-05-18 [paul]       0.7.6claws1
8609
8610         * tools/Makefile.am
8611           tools/gpg-sign        ** new file **
8612           tools/uudec           ** new file **
8613                 add Melvin's Actions scripts
8614
8615         * README.claws
8616                 add Melvin's descriptions for Actions
8617
8618 2002-05-18 [paul]       0.7.6claws
8619
8620         * Version 0.7.6claws released
8621
8622 2002-05-17 [paul]       0.7.5claws32
8623
8624         * po/es.po
8625                 updated by Ricardo Mones Lastra
8626
8627 2002-05-17 [paul]       0.7.5claws31
8628
8629         * src/compose.c
8630                 fix Account prefs default folder for sent/draft/deleted
8631                 messages bug
8632
8633         * po/it.po
8634           po/nl.po
8635                 updated translation by Alessandro Maestri and
8636                 Wilbert Berendsen
8637
8638 2002-05-17 [melvin]     0.7.5claws30
8639
8640         * src/prefs_actions.c
8641                 Fixed bug where using %F not at the end of the command 
8642                 resulted in an additional empty argument being created.
8643                 Thanks to Darko Koruga for reporting the bug.
8644
8645 2002-05-17 [melvin]     0.7.5claws29
8646
8647         * po/fr.po
8648                 Updated French translations.
8649
8650 2002-05-15 [paul]       0.7.5claws28
8651         
8652         * po/es.po
8653                 updated by Ricardo Mones Lastra
8654
8655 2002-05-15 [paul]       0.7.5claws27
8656
8657         * sync with 0.7.6cvs4
8658                 see ChangeLog 2002-05-14 and 2002-05-15
8659
8660 2002-05-14 [paul]       0.7.5claws26
8661
8662         * sync with 0.7.6cvs1
8663                 see ChangeLog 2002-05-13
8664
8665 2002-05-13 [thorsten]   0.7.5claws25
8666
8667         * src/messageview.c
8668                 fix select_all and copy in multipart messages
8669         * src/mainwindow.c
8670                 fix select_all and copy in multipart messages
8671
8672 2002-05-12 [paul]       0.7.5claws24
8673
8674         * src/summaryview.c
8675                 reverse last commit, bug already fixed in 0.7.5claws3
8676
8677 2002-05-12 [netztorte]  0.7.5claws23
8678
8679         * src/summaryview.c
8680                 dont parse empty addressbook (checked in before claws20)
8681
8682 2002-05-12 [melvin]     0.7.5claws22
8683
8684         * src/procmsg.[ch]
8685                 Removed unneeded priority code introduced by the previous 
8686                 commit.
8687
8688 2002-05-12 [melvin]     0.7.5claws21
8689
8690         * src/compose.[ch]
8691                 Added possibility to set message's priority.
8692         * src/procmsg.[ch]
8693                 Added possibility to set message's priority.
8694                 Added missing headers
8695
8696 2002-05-12 [melvin]     0.7.5claws20
8697
8698         * src/prefs_actions.c
8699                 Removed implicitely added quotes around the name
8700                 of the temporary files of mime parts.
8701
8702 2002-05-12 [paul]       0.7.5claws19
8703
8704         * sync with 0.7.5cvs20
8705                 see ChangeLog 2002-05-11
8706
8707 2002-05-12 [alfons]     0.7.5claws18
8708
8709         * src/quote_fmt_lex.l
8710         * src/quote_fmt_parse.y
8711                 allow quote / reply date & time format to be set using
8712                 %D{format}. format is a format string you'd pass to
8713                 strftime() (see man strftime, or the Display tab |
8714                 Date format setting).
8715
8716                 Currently %D converts the date to local time. 
8717
8718 2002-05-11 [paul]       0.7.5claws17
8719
8720         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8721                 see ChangeLog 2002-05-10 and 2002-05-11
8722
8723 2002-05-10 [paul]       0.7.5claws16
8724
8725         * sync with 0.7.5cvs16
8726                 see ChangeLog entries 2002-05-09 and 
8727                 2002-05-10
8728
8729 2002-05-10 [colin]      0.7.5claws15
8730
8731         * src/textview.c
8732                 Corrected a bug that prevented sylpheed to open
8733                 double-clicked URIs.
8734
8735 2002-05-09 [paul]       0.7.5claws14
8736
8737         * sync with 0.7.5cvs14
8738                 see ChangeLog 2002-05-08 and 2002-05-09
8739
8740 2002-05-08 [paul]       0.7.5claws13
8741
8742         * sync with 0.7.5cvs11
8743                 see ChangeLog entry 2002-05-08
8744
8745 2002-05-08 [paul]       0.7.5claws12
8746
8747         * src/mainwindow.c
8748           src/textview.[ch]
8749                 fix segfault on View->Open in new window
8750                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8751
8752 2002-05-07 [paul]       0.7.5claws11
8753
8754         * sync with 0.7.5cvs9
8755                 see ChangeLog entry 2002-05-07
8756
8757 2002-05-06 [paul]       0.7.5claws10
8758
8759         * src/messageview.c
8760           src/textview.c
8761                 display url in statusbar on single-click
8762                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8763
8764 2002-05-06 [match]      0.7.5claws9
8765
8766         * src/addritem.[ch]
8767                 new functions.
8768         * src/addrcache.c
8769                 tidy up.
8770         * src/xmlprops.[ch]
8771                 XML implementation of properties file.
8772         * src/exporthtml.[ch]
8773         * src/expthtmldlg.[ch]
8774         * src/addressbook.c
8775                 export to HTML.
8776
8777 2002-05-02 [sergey]     0.7.5claws8
8778
8779         * src/mainwindow.c (mainwin_entries),
8780           src/prefs_common.c (prefs_send_create()),
8781           src/codeconv.c (locale_table):
8782                 use charset name "Windows-1251" instead of "CP1251".
8783
8784 2002-05-02 [colin]      0.7.5claws7
8785         
8786         * src/compose.c
8787           src/prefs_common.c
8788           src/prefs_folder_item.c
8789                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8790
8791 2002-05-02 [hiro]       0.7.5claws6
8792
8793         * src/imap.c
8794                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8795
8796 2002-05-02 [paul]       0.7.5claws5
8797
8798         * src/compose.c
8799                 more sync with 0.7.5cvs7, see ChangeLog entry
8800                 2002-05-02
8801
8802 2002-05-02 [hiro]       0.7.5claws4
8803
8804         * src/compose.c
8805                 compose_queue_sub():
8806                 check if queue folder exists (closes #550397).
8807                 removed directory creation since it should be handled
8808                 transparently.
8809         * src/imap.c
8810                 imap_add_msg(): return UID for appended message
8811                 (closes #548842).
8812
8813 2002-04-30 [paul]       0.7.5claws3
8814
8815         * src/summaryview.c
8816                 fix account_find_from_address() bug
8817
8818 2002-04-28 [colin]      0.7.5claws2
8819
8820         * src/compose.c
8821           src/textview.c
8822           src/prefs_common.[ch]
8823           src/utils.[ch]
8824                 Added user-definable quotation characters recognition.
8825
8826 2002-04-28 [paul]       0.7.5claws1
8827
8828         * sync with 0.7.5cvs4
8829                 see ChangeLog entry  2002-04-25
8830
8831 2002-04-28 [paul]       0.7.5claws
8832
8833         * po/es.po
8834           po/nl.po
8835           po/pt_BR.po
8836                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8837                 Fabio Junior Beneditto
8838
8839 2002-04-27 [jens]       0.7.4claws103
8840
8841         * po/de.po
8842                 updated German translation.
8843
8844 2002-04-27 [hiro]       0.7.4claws102
8845
8846         * src/summaryview.c
8847                 summary_write_cache(): fixed the mark loss of hidden messages.
8848
8849 2002-04-26 [melvin]     0.7.4claws101
8850
8851         * src/procmsg.c
8852                 fixed a second typo (same one)
8853         * po/fr.po
8854           po/it.po
8855           po/pt_BR.po
8856                 fixed the type again...
8857
8858 2002-04-26 [melvin]     0.7.4claws100
8859
8860         * src/procmsg.c
8861                 fixed a typo in an alert message ("temorary").
8862         * po/it.po
8863         * po/pt_BR.po
8864                 corrected the typo  described above.
8865         * po/fr.po
8866                 updated French translation.
8867
8868 2002-04-26 [darko]      0.7.4claws99
8869
8870         * src/summaryview.c
8871                 fix target folder colorization
8872
8873 2002-04-25 [paul]       0.7.4claws98
8874
8875         * po/it.po
8876                 updated by Alessandro Maestri
8877
8878 2002-04-24 [colin]      0.7.4claws97
8879         
8880         * src/compose.c
8881                 Fixed double "subject is empty" question.
8882
8883 2002-04-23 [colin]      0.7.4claws96
8884         
8885         * src/mimeview.c
8886                 Corrected issue when "automatically display images" was
8887                 not set : first image remained after selecting second.
8888
8889 2002-04-23 [melvin]     0.7.4claws95
8890
8891         * src/prefs_actions.c
8892                 Don't display in/out dialog if there is nothing to show.
8893
8894 2002-04-23 [paul]       0.7.4claws94
8895
8896         * sync with 0.7.5cvs3
8897                 bug fixes: see ChangeLog entry 2002-04-23
8898
8899 2002-04-22 [darko]      0.7.4claws93
8900
8901         * src/compose.c
8902                 fix previous check-in which changed code after
8903                 merge from main
8904
8905 2002-04-22 [paul]       0.7.4claws92
8906
8907         * faq/de/*
8908                 add German FAQ
8909         * faq/en/*
8910           faq/es/*
8911           faq/fr/*
8912                 update English, Spanish and French FAQs
8913         * manual/de/*
8914           manual/es/*
8915                 add German and Spanish manuals
8916         * manual/en/*
8917           manual/fr/*
8918                 update English and French manuals
8919
8920         * src/Makefile.am
8921                 add to and re-arrange the pixmap entries
8922
8923 2002-04-22 [darko]      0.7.4claws91
8924
8925         * src/compose.c
8926                 fix sender initials recognition to only allow
8927                 '>' after the initials
8928
8929 2002-04-21 [paul]       0.7.4claws90
8930
8931         * sync with 0.7.5 release
8932                 see ChangeLog entry 2002-04-21
8933
8934 2002-04-21 [alfons]
8935
8936         * src/Makefile.am
8937                 add colin's new pixmaps to EXTRA_DIST
8938
8939 2002-04-21 [colin]      0.7.4claws89
8940         * src/compose.c
8941         * src/inc.c
8942         * src/mainwindow.[ch]
8943         * src/prefs_common.[ch]
8944         * src/stock_pixmap.[ch]
8945                 Added "Work offline" ability.
8946
8947 2002-04-21 [colin]      0.7.4claws88
8948         
8949         * src/mimeview.c
8950         * src/prefs_common.c
8951         * src/prefs_common.h
8952         * src/textview.c : Added an option to common preferences -> display
8953           to allow user not to automatically display images.
8954
8955 2002-04-21 [paul]       0.7.4claws87
8956
8957         * sync with 0.7.4cvs52
8958                 see ChangeLog entry 2002-04-21 (src/imap.c)
8959
8960 2002-04-21 [paul]       0.7.4claws86
8961
8962         * sync with 0.7.4cvs51
8963                 see ChangeLog entry 2002-04-21
8964
8965 2002-04-21 [paul]       0.7.4claws85
8966
8967         * sync with 0.7.4cvs49
8968                 see ChangeLog entries 2002-04-20 and 2002-04-21
8969
8970         * src/Makefile.am
8971                 clean up: remove old 'stock_' element from xpm 
8972                 filenames.
8973
8974 2002-04-21 [alfons]     0.7.4claws84
8975
8976         apply sync patch from Paul
8977
8978         * src/folderview.c
8979                 use old claws prefs_folder_item_create() for now
8980
8981 2002-04-19 [match]      0.7.4claws83
8982
8983         * src/addressbook.[ch]
8984         * src/addrharvest.[ch]
8985         * src/addrgather.[ch]
8986                 recurse folders.
8987         * src/mainwindow.c
8988         * src/summaryview.[ch]
8989                 change menu option.
8990
8991 2002-04-19 [paul]       0.7.4claws82
8992
8993         * po/pt_BR.po
8994                 updated by Fabio Junior Beneditto
8995
8996 2002-04-14 [alfons]     0.7.4claws81
8997
8998         * src/passphrase.c
8999                 add #include <sys/types.h> for mode_t and off_t 
9000
9001 2002-04-13 [paul]       0.7.4claws80
9002         
9003         * src/main.c
9004           src/passphrase.[ch]
9005           src/pgptext.c
9006           src/prefs_common.[ch]
9007           src/rfc2015.c
9008                 enable storing of GnuPG passphrase for the whole 
9009                 session or a user-defined number of minutes. patch 
9010                 submitted by Ravemax <ravemax@dextrose.com>
9011
9012 2002-04-13 [alfons]     0.7.4claws79
9013
9014         * src/textview.c
9015                 make email parser also stop scanning when encountering separators
9016                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
9017
9018 2002-04-13 [paul]       0.7.4claws78
9019
9020         * sync with 0.7.4cvs39
9021                 see ChangeLog entry 2002-04-12
9022
9023 2002-04-11 [paul]       0.7.4claws77
9024
9025         * sync with 0.7.4cvs37
9026                 see ChangeLog entry 2002-04-11
9027
9028 2002-04-11 [paul]       0.7.4claws76
9029
9030         * COPYING 
9031                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
9032                 the clause for OpenSSL). sync with sylpheed main
9033
9034 2002-04-09 [melvin]     0.7.4claws75
9035
9036         * src/compose.c
9037                 Made 'Ctrl-Enter' on send ignore some modifiers 
9038                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
9039                 to bind other *-Enter (but not Alt-Enter).
9040
9041 2002-04-09 [paul]       0.7.4claws74
9042
9043         * sync with 0.7.4cvs35
9044                 see ChangeLog entries 2002-04-09
9045
9046 2002-04-08 [paul]       0.7.4claws73
9047
9048         * sync with 0.7.4cvs33
9049                 see ChangeLog entry 200-04-08
9050
9051 2002-04-07 [match]      0.7.4claws72
9052
9053         * src/addrharvest.[ch]
9054                 fixed to read all addresses in header, regardless
9055                 of header size. improved name parsing. accommodate
9056                 harvest from folders and selected message.
9057         * src/addritem.[ch]
9058                 included new address parsing function.
9059         * src/addrgather.[ch]
9060         * src/addressbook.[ch]
9061         * src/summaryview.[ch]
9062         * src/mainwindow.c
9063                 allow address harvest of folder as well as selected
9064                 messages.
9065
9066 2002-04-07 [paul]       0.7.4claws71
9067
9068         * src/esmtp.[ch]
9069           src/smtp.c
9070                 don't try to authenticate with CRAM-MD5 in SMTP when 
9071                 SMTP-AUTH enabled if MTA doesn't issue this 
9072                 auth-method in it's ehlo-response. bug item #531364,
9073                 patch item #938910. patch submitted by Colin Leroy 
9074                 <colin@colino.net>
9075
9076 2002-04-07 [paul]       0.7.4claws70
9077
9078         * src/nntp.c
9079                 fix missing MODE_READER bug. patch submitted by
9080                 Colin Leroy <colin@colino.net>
9081
9082 2002-04-07 [alfons]     0.7.4claws69
9083
9084         * src/matcher.[ch]
9085         * src/prefs_filtering.c
9086         * src/summaryview.c
9087                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
9088                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
9089
9090 2002-04-07 [paul]       0.7.4claws68
9091
9092         * sync with 0.7.4cvs32
9093                 see ChangeLog entry 2002-04-06
9094
9095         * tools/filter_conv.pl
9096                 more bug fixes
9097
9098 2002-04-06 [paul]       0.7.4claws67
9099
9100         * tools/filter_conv.pl
9101                 modify to be able to find the name of the first
9102                 mailbox and use that. main's filter does not
9103                 record the full path to the mailbox and therefore
9104                 can only filter to the first mailbox.
9105
9106 2002-04-05 [paul]       0.7.4claws66
9107
9108         * tools/filter_conv.pl
9109                 attempt to make the script all-encompassing and
9110                 be able to convert any main 'filter' rule thrown
9111                 at it
9112
9113 2002-04-05 [paul]       0.7.4claws65
9114
9115         * tools/filter_conv.pl
9116                 allow for collapsed folder trees
9117
9118 2002-04-05 [paul]       0.7.4claws64
9119
9120         * sync with 0.7.4cvs31
9121                 see ChangeLog entries 2002-04-05
9122
9123 2002-04-03 [paul]       0.7.4claws63
9124
9125         * sync with 0.7.4cvs29
9126                 see ChangeLog entries 2002-04-02 and 2002-04-03
9127
9128 2002-04-02 [paul]       0.7.4claws62
9129
9130         * sync with 0.7.4cvs26
9131                 see ChangeLog entry 2002-04-01
9132
9133 2002-04-02 [match]      0.7.4claws61
9134
9135         * src/pine.[ch]
9136         * src/importpine.[ch]
9137         * src/addressbook.c
9138                 import Pine address book.
9139
9140 2002-04-02 [match]      0.7.4claws60
9141
9142         * src/addrharvest.[ch]
9143                 improve address parsing of funky addresses.
9144
9145 2002-04-02 [darko]      0.7.4claws59
9146
9147         * src/compose.c
9148                 wrap on send improvements, it now recognizes quoted
9149                 initials as part of the quotation string, and it
9150                 does not join lines separated by CR
9151
9152 2002-04-01 [match]      0.7.4claws58
9153
9154         * src/mgutils.[ch]
9155                 added new functions.
9156         * src/mutt.[ch]
9157                 remove excessive duplicate address generation
9158                 on import.
9159
9160 2002-04-01 [alfons]     0.7.4claws57
9161         
9162         * src/summaryview.c
9163                 put back g_free() 
9164
9165 2002-04-01 [paul]       0.7.4claws56
9166
9167         * sync with 0.7.4cvs25
9168                 see ChangeLog entry 2002-04-01
9169
9170 2002-04-01 [alfons]     0.7.4aprilfool55
9171
9172         * src/summaryview.c
9173                 honour feature request item #537427 to allow for
9174                 displaying names from address book for sent mail also
9175
9176 2002-03-29 [paul]       0.7.4claws54
9177
9178         * src/mainwindow.c
9179           src/prefs_filtering.[ch]
9180           src/prefs_matcher.c
9181           src/summaryview.c
9182                 add 'fast filter' for claws' filtering,
9183                 /Tools/Create filter rule/... patch submitted
9184                 by Neill Miller <neillm@thecodefactory.org>
9185
9186 2002-03-29 [paul]       0.7.4claws53
9187
9188         * sync with 0.7.4cvs24
9189                 see ChangeLog entry 2002-03-29
9190
9191 2002-03-28 [paul]       0.7.4claws52
9192
9193         * sync with 0.7.4cvs23
9194                 see ChangeLog entry 2002-03-28
9195
9196 2002-03-27 [melvin]     0.7.4claws51
9197
9198         * src/prefs_actions.c
9199                 Added support to pass only one message part (as a
9200                 file) to the command using '%p'. No quotes are needed
9201                 because doubles quotes are automatically added.
9202                 Fixed bug where Sylpheed could block when waiting for
9203                 a child process to finish.
9204                 Changed the help menu to remove quotes around symbols to 
9205                 avoid misinterpretation (they must not be used).
9206
9207 2002-03-27 [melvin]     0.7.4claws50
9208
9209         * src/inc.c
9210                 Made the new mail notification command always 
9211                 execute asynchronously.
9212
9213 2002-03-27 [paul]       0.7.4claws49
9214
9215         * src/compose.c
9216                 fix bug introduced in last commit
9217
9218 2002-03-27 [paul]       0.7.4claws48
9219
9220         * sync with 0.7.4cvs21
9221                 see ChangeLog 2002-03-26 and 2002-03-27
9222
9223 2002-03-26 [hoa]        0.7.4claws47
9224
9225         * src/prefs_folder_item.c
9226                 really fixed the bug #516442 with folder rescan.
9227
9228 2002-03-26 [paul]       0.7.4claws46
9229
9230         * sync with 0.7.4cvs19
9231                 see ChangeLog entries 2002-03-25 and 2002-03-26
9232
9233 2002-03-25 [hoa]        0.7.4claws45
9234
9235         * src/matcher.c
9236         * src/mh.c
9237                 fix the bug #516442 with folder rescan.
9238
9239         * src/prefs_common.[ch]
9240         * src/compose.c
9241                 added an option to enable two different behaviours
9242                 for bounce.
9243
9244
9245 2002-03-25 [paul]       0.7.4claws44
9246
9247         * src/mainwindow.c
9248           src/selective_download.c
9249                 correct a few menuitem labels
9250
9251 2002-03-25 [christoph]  0.7.4claws43
9252
9253         * src/procmsg.c
9254                 fix non deleted tmp message in
9255                 procmsg_save_to_outbox
9256                 fix problems caused by sync with
9257                 main branch's procmsg_send_queue
9258
9259 2002-03-25 [paul]       0.7.4claws42
9260
9261         * src/quote_fmt.c
9262           src/quote_fmt_lex.l
9263           src/quote_fmt_parse.y
9264                 add Last name (%L) placeholder for quoting. 
9265                 patch submitted by Thorsten Thielen 
9266                 <thth@users.sourceforge.net>
9267
9268 2002-03-25 [paul]       0.7.4claws41
9269
9270         * src/utils.c
9271                 get full hostname. patch submitted by
9272                 Bob Woodside <rwoodside1@comcast.net>
9273
9274 2002-03-25 [paul]       0.7.4claws40
9275
9276         * src/account.c
9277           src/news.c
9278           src/nntp.[ch]
9279           src/prefs_account.[ch]
9280                 enable NNTP over SSL. patch submitted by
9281                 Pascal Jermini <pascal@infinity.hn.org>
9282
9283 2002-03-24 [paul]       0.7.4claws39
9284
9285         * src/prefs_common.c
9286                 make the arrangement of the Compose tab more
9287                 coherent
9288
9289         * src/mainwindow.c
9290                 fix some irregularities of style
9291
9292         * po/de.po
9293                 updated by Kilian Krause
9294
9295 2002-03-23 [paul]       0.7.4claws38
9296
9297         * po/pt_BR.po
9298                 updated by Fabio Junior Beneditto
9299
9300 2002-03-23 [paul]       0.7.4claws37
9301
9302         * src/mainwindow.c
9303                 move 'Gather addresses' to 'Tools' menu
9304                 make 'Selective download' sensitive
9305
9306 2002-03-23 [paul]       0.7.4claws36
9307
9308         * sync with 0.7.4cvs16
9309                 see ChangeLog entries 2002-03-23
9310
9311 2002-03-22 [christoph]  0.7.4claws35
9312
9313         * src/quote_fmt_parse.y
9314                 fix include program output
9315
9316 2002-03-22 [alfons]     0.7.4claws34
9317
9318         * src/pop.c
9319                 initialize GDate stack variable correctly (sorry!)
9320
9321 2002-03-22 [paul]       0.7.4claws33
9322
9323         * src/compose.c
9324           src/mainwindow.c
9325           src/prefs_actions.c
9326           src/prefs_common.c
9327                 rename 'Tool' to 'Tools'
9328
9329         * src/mainwindow.c
9330                 move 'Delete duplicated messages' from
9331                 'Message/' to 'Tools/'
9332                 re-arrange the order of 'Tools/' items
9333
9334 2002-03-22 [paul]       0.7.4claws32
9335
9336         * src/addr_compl.c
9337           src/addressbook.[ch]
9338                 auto-address completion now also matches on
9339                 Nickname. patch submitted by Bob Forsman 
9340                 <hammor@users.sourceforge.net>
9341
9342         * src/editaddress.c
9343                 correct a spelling mistake
9344
9345 2002-03-22 [alfons]     0.7.4claws31
9346
9347         * src/pop.c
9348                 fix getting uidl from incorrect string 
9349                 (spotted by Colin)
9350
9351 2002-03-21 [alfons]     0.7.4claws30
9352
9353         * src/pop.c
9354                 more code refactoring
9355                 plug mem leak introduced by delete on server
9356
9357 2002-03-21 [paul]       0.7.4claws29
9358
9359         * sync with 0.7.4cvs11
9360                 see ChangeLog entries 2002-03-20
9361
9362 2002-03-20 [alfons]     0.7.4claws28
9363
9364         * src/inc.c
9365                 apply Colin's patch and refactor
9366
9367 2002-03-20 [paul]       0.7.4claws27
9368
9369         * sync with sylpheed 0.7.4cvs9
9370                 see ChangeLog entry 2002-03-20
9371
9372 2002-03-19 [christoph]  0.7.4claws26
9373
9374         * src/mh.c
9375         * src/procmsg.[ch]
9376         * src/summaryview.c
9377                 revert changes for flag updates
9378                 (does not work correctly and no time to debug)
9379
9380 2002-03-20 [alfons]     0.7.4claws25
9381
9382         * src/pop.c
9383                 refactor should_delete() a little bit 
9384
9385 2002-03-19 [paul]       0.7.4claws24
9386
9387         * src/inc.[ch]
9388           src/pop.c
9389           src/prefs_account.[ch]
9390                 allow the user to leave downloaded mail on the 
9391                 server for n days. Patch submitted by Colin Leroy 
9392                 <colin@colino.net>
9393
9394 2002-02-19 [paul]       0.7.4claws23
9395
9396         * sync with sylpheed 0.7.4cvs8
9397                 see ChangeLog entries 2002-03-19
9398
9399 2002-03-18 [paul]       0.7.4claws22
9400
9401         * sync with sylpheed 0.7.4cvs6
9402                 see ChangeLog entry 2002-03-18
9403
9404 2002-03-18 [paul]       0.7.4claws21
9405
9406         * po/en_GB.po
9407                 add en_GB message catalogue
9408
9409         * src/mbox_folder.c
9410           src/prefs_account.c
9411           src/prefs_actions.c
9412                 correct a few spelling mistakes
9413
9414 2002-03-17 [alfons]     0.7.4claws20
9415
9416         * src/matcher.c
9417                 more stringent checks for NULL params when writing
9418                 filtering actions to a file
9419                 
9420 2002-03-17 [hoa]        0.7.3claws20
9421
9422         * src/news.c
9423                 fixed the count of new messages
9424
9425         * src/compose.c
9426                 fixed the "attachment properties" window
9427
9428 2002-03-17 [paul]       0.7.4claws19
9429
9430         * src/defs.h
9431           src/folder.h
9432           src/news.c
9433           src/prefs_account.[ch]
9434           src/procmsg.[ch]
9435           src/summaryview.c
9436                 automatically mark cross-posted messages as read 
9437                 and (optionally) give them a colour label
9438                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9439                 
9440
9441 2002-03-17 [paul]       0.7.4claws18
9442
9443         * sync with sylpheed 0.7.4cvs5
9444                 see ChangeLog entry 2002-03-17
9445
9446 2002-03-17 [melvin]     0.7.4claws17
9447         
9448         * src/textview.c
9449                 Worked around a gtktext 'bug': when searching for 
9450                 a text in a long message it was scrolling slowly
9451                 line by line until it hit the searched text.
9452         * po/fr.po
9453                 Updated French translation
9454
9455 2002-03-17 [melvin]     0.7.4claws16
9456
9457         * src/mainwindow.c
9458         * src/compose.c
9459         * src/prefs_actions.c
9460                 Moved "Edit/Actions" to "Tool/Actions"
9461                 Made mainwindow/compose window sensitive as soon as
9462                 no child process is running anymore even if the io dialog
9463                 is open.
9464                 Fixed a struct being initialized with a non constant char*
9465
9466 2002-03-16 [christoph]  0.7.4claws15
9467
9468         * configure.in
9469                 add --with-compiler-flags option
9470                 (only for developer hacking)
9471         * src/mh.c
9472         * src/procmsg.[ch]
9473         * src/summaryview.c
9474                 try to make folder-stats and flag handling more
9475                 independent from the summaryview. msgcounts
9476                 are only set when the folder is opened and
9477                 procmsg_msginfo_(un)set_flags will handle it
9478                 later and summaryview will get the values
9479                 from the folder.
9480
9481 2002-03-16 [paul]       0.7.4claws14
9482
9483         * src/messageview.c
9484                 fix Return-receipt. Patch submitted by Bob
9485                 Woodside <rwoodside1@comcast.net>
9486
9487 2002-03-16 [paul]       0.7.4claws13
9488
9489         * src/compose.c
9490                 fix 'dynamic' signatures, make it work again
9491                 broken during sync on 2002-03-14 (0.7.4claws2)
9492
9493 2002-03-15 [match]      0.7.4claws12
9494
9495         * src/addrharvest.[ch]
9496         * src/addrgather.[ch]
9497         * src/addressbook.[ch]
9498         * src/mainwindow.c
9499                 included address harvester feature. still some
9500                 issues with address parsing that I will fix.
9501
9502 2002-03-15 [match]      0.7.4claws11
9503
9504         * src/addrbook.[ch]
9505         * src/addrcache.[ch]
9506         * src/addressbook.[ch]
9507         * src/addrindex.c
9508         * src/editbook.c
9509         * src/importldif.c
9510         * src/importmutt.c
9511         * src/jpilot.[ch]
9512         * src/main.c
9513         * src/syldap.[ch]
9514         * src/vcard.[ch]
9515                 tidy up. fix memory leaks. moved attribs and methods
9516                 from individual interfaces to addrcache object. prep
9517                 for new stuff to come in.
9518
9519 2002-03-15 [alfons]     0.7.4claws10
9520
9521         * src/matcher.[ch]
9522         * src/matcher_parser_parse.y
9523         * src/matcher_parser_lex.l
9524         * src/prefs_matcher.c
9525                 add filtering conditions message greater than, smaller 
9526                 than, and exactly matching a size in bytes
9527                 (does not work with delete from POP3 server yet)
9528
9529                 this should also give others an idea what you should
9530                 do to add new criterions to claws filtering system
9531                 
9532
9533 2002-03-15 [paul]       0.7.4claws9
9534
9535         * tools/filter_conv.pl
9536                 exit if there are no filter rules to convert
9537                 rename filterrc to filterrc.old after completion
9538
9539 2002-03-15 [paul]       0.7.4claws8
9540
9541         * sync with sylpheed 0.7.4cvs3
9542                 see ChangeLog entry 2002-03-14
9543
9544 2002-03-14 [paul]       0.7.4claws7
9545
9546         * src/compose.c
9547                 clean up the last commit (ahem)
9548
9549 2002-03-14 [paul]       0.7.4claws6
9550
9551         * src/compose.c
9552                 fix bug #515655. honour account preferences
9553                 regarding gpg default signing/encryption when 
9554                 changing account from the compose window.
9555
9556 2002-03-14 [paul]       0.7.4claws5
9557
9558         * src/folderview.c
9559                 remove unnecessary curly brackets
9560
9561 2002-03-14 [paul]       0.7.4claws4
9562
9563         * src/folderview.c
9564           src/prefs_filtering.[ch]
9565                 add filter rename on folder rename and filter
9566                 delete on folder delete. Patch submitted by
9567                 Neill Miller <neillm@thecodefactory.org> 
9568
9569 2002-03-14 [christoph]  0.7.4claws3
9570
9571         * src/procmsg.c
9572         * src/send.c
9573                 fix local delivery
9574                 (patch submitted by "Simon 'corecode' Schubert")
9575         * src/prefs_common.c
9576         * src/procmsg.c
9577                 fix gcc 3.0 warning
9578
9579 2002-03-14 [paul]       0.7.4claws2
9580
9581         * sync with sylpheed 0.7.4cvs2
9582                 see ChangeLog entry 2002-03-13
9583
9584 2002-03-12 [darko]      0.7.4claws1
9585
9586         * src/mainwindow.c
9587                 fix what seems to be a copy and paste error
9588                 when setting color for important messages
9589                 (reported by wwp)
9590
9591 2002-03-11 [paul]       version 0.7.4claws released
9592
9593 2002-03-11 [paul]       0.7.4claws
9594
9595         * po/es.po
9596           po/it.po
9597           po/nl.po
9598           po/pt_BR.po
9599                 update message catalogs. Submitted by Ricardo Mones 
9600                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9601                 Fabio Junior Beneditto
9602
9603         * configure.in
9604           faq/Makefile.am
9605           faq/it/Makefile
9606           faq/it/sylpheed-faq*
9607           src/mainwindow.c
9608           src/manual.[ch]
9609                 add FAQ in Italian
9610         
9611
9612 2002-03-11 [jens]       0.7.3claws7
9613
9614         * po/de.po
9615                 updated German translation
9616
9617 2002-03-11 [melvin]     0.7.3claws6
9618
9619         * po/fr.po
9620                 updated and corrected French translation
9621
9622 2002-03-10 [hoa]        0.7.3claws5
9623
9624         * src/account.c
9625         * src/inc.c
9626         * src/prefs_account.c
9627         * src/procmsg.c
9628         * src/send.[ch]
9629                 fixed the local account.
9630                 you have to change the default "/usr/sbin/sendmail"
9631                 to "/usr/sbin/sendmail -t" in the preferences of
9632                 the local account.
9633
9634         * src/procmime.c
9635                 removed some debug display for renderer
9636
9637 2002-03-10 [paul]       0.7.3claws4
9638
9639         * faq/en/sylpheed-faq-1.html
9640           faq/en/sylpheed-faq-2.html
9641                 update
9642
9643 2002-03-09 [paul]       0.7.3claws3
9644
9645         * sync with sylpheed 0.7.4
9646                 see ChangeLog entry 2002-03-09
9647
9648 2002-03-08 [paul]       0.7.3claws2
9649
9650         * faq/en/sylpheed-faq*
9651           faq/es/sylpheed-faq*
9652           faq/fr/sylpheed-faq*
9653                 update the FAQs
9654
9655         * manual/fr/.cvsignore
9656           manual/fr/Makefilea.am
9657           manual/fr/sylpheed*
9658           src/mainwindow.c
9659           src/manual.[ch]
9660                 add the French manual
9661
9662 2002-03-07 [paul]       0.7.3claws1
9663
9664         * sync with sylpheed 0.7.3cvs4
9665                 see ChangeLog entries  2002-03-06 and 2002-03-07
9666         
9667         * po/nl.po
9668                 updated by Wilbert Berendsen
9669
9670 2002-03-07 [melvin]     0.7.2claws34
9671
9672         * src/selective_download.c
9673                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9674
9675 2002-03-06 [paul]       0.7.2claws33
9676
9677         * sync with sylpheed 0.7.3cvs1
9678                 bug fix, see ChangeLog entry 2002-03-05
9679
9680 2002-03-05 [paul]       0.7.2claws32
9681
9682         * src/mimeview.c
9683           src/pgptext.[ch]
9684           src/procmsg.c
9685                 reverse the pgp ascii-armored code implemented in 
9686                 0.7.2claws16. removal of this code until it matures.
9687                 this means that verifying ascii-armored pgp sigs and
9688                 automatic decryption of ascii-armored encrypted
9689                 messages no longer works.
9690
9691 2002-03-05 [paul]       0.7.2claws31
9692
9693         * configure.in
9694           Makefile.am
9695         * faq/Makefile.am
9696         * faq/en/Makefile.am
9697           faq/en/sylpheed-faq.html
9698           faq/en/sylpheed-faq-1.html
9699           faq/en/sylpheed-faq-2.html
9700           faq/en/sylpheed-faq-3.html
9701         * faq/es/Makefile.am
9702           faq/es/sylpheed-faq.html
9703           faq/es/sylpheed-faq-1.html
9704           faq/es/sylpheed-faq-2.html
9705           faq/es/sylpheed-faq-3.html
9706           faq/es/sylpheed-faq-4.html
9707         * faq/fr/Makefile.am
9708           faq/fr/sylpheed-faq.html
9709           faq/fr/sylpheed-faq-1.html
9710           faq/fr/sylpheed-faq-2.html
9711           faq/fr/sylpheed-faq-3.html
9712         * src/Makefile.am
9713           src/defs.h
9714           src/mainwindow.c
9715           src/manual.[ch]
9716                 add FAQs in English, Spanish and French
9717
9718
9719 2002-03-05 [paul]       0.7.2claws30
9720
9721         * manual/en/sylpheed.html
9722           manual/en/sylpheed-XX.html
9723                 updated the English manual
9724
9725 2002-03-05 [hoa]        
9726
9727         * src/summaryview.c
9728                 dialog box pops up if the article can't be deleted.
9729
9730 2002-03-04 [paul]       
9731         
9732         * po/pt_BR.po
9733                 updated by Fabio Junior Benedito
9734
9735 2002-03-04 [hoa]
9736
9737         * removed ac/gpgme.m4
9738                 to avoid autogen common problem
9739                 developers have to install gpgme development package now
9740
9741         * src/compose.c
9742                 encoding to 7bit or 8bit is enabled.
9743
9744 2002-03-03 [alfons]     0.7.2claws29
9745
9746         * src/pop.c
9747                 merge fix by Oliver Haertel for selective
9748                 download buglet
9749
9750 2002-03-03 [paul]       0.7.2claws28
9751         
9752         * sync with sylpheed 0.7.3
9753
9754 2002-03-03 [paul]       0.7.2claws27
9755
9756         * sync with sylpheed 0.7.2cvs24
9757                 see ChangeLog entries 2002-03-02 and 2002-03-03
9758
9759 2002-03-02 [melvin]     0.7.2claws26
9760
9761         * src/inc.[ch]
9762         * src/main.c
9763         * src/mainwindow.c
9764         * src/prefs_common.[ch]
9765                 Added user definable notification on new mail arrival.
9766                 Removed unused variables in spell checker prefs code.
9767
9768 2002-03-02 [melvin]     0.7.2claws25
9769
9770         * src/quote_fmt.c
9771                 Removed unnecessary escape sequences.
9772                 Changed 'Initial...' to 'Initials of Sender'
9773
9774 2002-03-02 [paul]       0.7.2claws24
9775
9776         * sync with sylpheed 0.7.2cvs22
9777                 see ChangeLog entry 2002-03-01
9778
9779 2002-03-01 [hoa]        0.7.2claws23
9780
9781         * src/mainwindow.c
9782                 Set sensitivity of delete actions to active
9783                 even if the folder is a newsgroup.
9784
9785         * src/summaryview.c
9786                 - Set sensitivity of delete actions
9787                 - Added function check_permission() that will check if the
9788                   user is authorized to delete a message. For news, it
9789                   will check if the author is the same.
9790                 - Enabled deletion when there is no trash folder.
9791
9792         * src/news.[ch]
9793                 - Added news_cancel_article() to cancel articles
9794                 - Implemented news_remove_message() (public function)
9795
9796 2002-03-01 [paul]       0.7.2claws22
9797
9798         * src/gtkutils.c
9799           src/textview.c
9800                 recognise urls that that don't include 'http://' and
9801                 simply begin 'www.' 
9802
9803         * AUTHORS
9804                 remove duplicated name
9805
9806 2002-02-28 [paul]       0.7.2claws21
9807
9808         * src/mainwindow.c
9809           src/summaryview.[ch]
9810                 add ability to 'Select thread'
9811                 combines Melvin's "Select thread's head" patch (#510907)
9812                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9813                 patch (#518514) 
9814
9815 2002-02-28 [paul]       0.7.2claws20
9816
9817         * src/mimeview.c
9818                 hopefully fix segfault on right-clicking a mime part
9819                 that some people have experienced.      
9820                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9821
9822 2002-02-28 [paul]       0.7.2claws19
9823
9824         * sync with sylpheed 0.7.2cvs21
9825                 see ChangeLog entries 2002-02-27 and 2002-02-28
9826
9827 2002-02-27 [paul]       0.7.2claws18
9828
9829         * sync with sylpheed 0.7.2cvs18
9830                 see ChangeLog entries 2002-02-26 and 2002-02-27
9831
9832 2002-02-26 [alfons]     0.7.2claws17
9833
9834         * src/procheader.c
9835                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9836                 (spotted by Chris Hessman <idatech@gmx.net>)
9837
9838 2002-02-26 [paul]       0.7.2claws16
9839
9840         * src/mimeview.c
9841           src/pgptext.[ch]
9842           src/procmsg.c
9843                 make decryption of ascii-armored pgp encrypted messages
9844                 and verification of ascii-armored signatures work again.
9845                 slightly altered from the patch by Jens Jahnke 
9846                 <jan0sch@gmx.net>
9847
9848                 ##FIX ME##
9849                 * the checking of plaintext signatures always comes up in 
9850                   a popup box
9851                 * it doesn't work for multipart messages 
9852                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9853                   including the msg headers and these 2 line themselves, are 
9854                   not displayed
9855
9856         * src/mainwindow.c
9857                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9858                 "View/Message View" becomes "View/Separate Message View"
9859                 because its less ambiguous.
9860
9861         * po/es.po
9862                 updated by Ricardo Mones Lastra
9863
9864 2002-02-26 [paul]       0.7.2claws15
9865
9866         * sync with sylpheed 0.7.2cvs17
9867                 see ChangeLog entries 2002-02-25 and 2002-02-26
9868
9869 2002-02-25 [christoph]  0.7.2claws14
9870
9871         * src/filtering.[ch]
9872         * src/inc.c
9873                 do filtering stuff after all messages have been received
9874                   1. drop all messages to .processing
9875                   2. scan processing folder for messages
9876                   3. filter messages or move to inbox
9877                 this will also find old messages left in processing after
9878                 a crash or something like that and we get a real msginfo
9879                 from folder->get_msg_list and do not have to create our
9880                 own in filter_message
9881         * src/matcher_parser_parse.y
9882                 remove MIX/MAX warning (reordered includes)
9883
9884 2002-02-25 [paul]       0.7.2claws13
9885
9886         * sync with sylpheed 0.7.2cvs15
9887                 see ChangeLog entry 2002-02-24
9888
9889 2002-02-24 [alfons]     0.7.2claws12
9890
9891         * src/filtering.c
9892                 clear old color flags first when applying a new color to
9893                 a message info. 
9894                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9895
9896 2002-02-24 [alfons]     0.7.2.claws11
9897         
9898         * AUTHORS
9899         * src/prefs_common.c
9900                 add presets for Opera and Konqueror, closes patch #517261,
9901                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9902
9903 2002-02-24 [alfons]     0.7.2.claws10
9904
9905         * AUTHORS
9906         * src/summaryview.c
9907                 fix threading for null message ids, closes patch #521601,
9908                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9909
9910 2002-02-24 [alfons]     0.7.2claws9
9911
9912         * src/summaryview.c
9913         * src/filtering.c
9914                 make Tool | Filter Message work with filtering system so
9915                 setting flags also works
9916
9917                 TODO:
9918
9919                 - Processing uses the same function as Tool | Filter
9920                   Message, but doesn't use the same update proc yet
9921
9922 2002-02-23 [paul]       0.7.2claws8
9923
9924         * sync with sylpheed 0.7.2cvs14
9925                 see ChangeLog entries 2002-02-22 and 2002-02-23
9926
9927 2002-02-22 [christoph]  0.7.2claws7
9928
9929         * src/quote_fmt.c
9930                 Add column space to table
9931         * src/quote_fmt_parse.y
9932                 Close files
9933
9934 2002-02-22 [paul]       0.7.2claws6
9935
9936         * src/Makefile.am
9937           src/defs.h
9938           src/filtering.c
9939           src/inc.[ch]
9940           src/mainwindow.c
9941           src/matcher.[ch]
9942           src/matcher_parser_lex.l
9943           src/matcher_parser_parse.y
9944           src/pop.[ch]
9945           src/prefs_account.h
9946           src/prefs_filtering.c
9947           src/selective_download.[ch]   *** NEW FILES ***
9948           src/utils.[ch]
9949           po/POTFILES.in
9950                 Selective Download added to 'Tool' menu. 
9951                 Retrieves email headers of the currently selected pop3 
9952                 account and allows the user to mark emails for deletion 
9953                 right on the pop3 server. Patch submitted by Oliver Haertel 
9954                 <oha@users.sourceforge.net>.
9955         
9956         * po/POTFILES.in
9957                 add 'src/quote_fmt.c'           
9958
9959 2002-02-22 [christoph]  0.7.2claws5
9960
9961         * src/Makefile.am
9962                 added quote_fmt.c
9963         * src/prefs_common.[ch]
9964         * src/prefs_template.c
9965         * src/quote_fmt.c               *** NEW FILE ***
9966         * src/quote_fmt.h
9967                 move quote format symbol description code
9968                 to it's own file because it is used from
9969                 differnent code parts
9970                 Rewrote symbol description GUI
9971                   + use table
9972                   + add separators
9973                   + get data from array (no more long constant strings)
9974         * src/quote_fmt_lex.l
9975         * src/quote_fmt_parse.y
9976                 Symbol for Literal % changed to \% instead of %%
9977                 (More logical as \ is used for quoting for other symbols)
9978                 Add |f and |p to include files and program output
9979                 Examples:
9980                     |f{/home/.../.signature}
9981                     |p{date}
9982         * po/de.po
9983                 Correct wrong spelling for "Referenzen"
9984
9985 2002-02-21 [paul]       0.7.2claws4
9986
9987         * src/procmsg.c
9988                 forgotten during sync
9989
9990 2002-02-21 [paul]       0.7.2claws3
9991
9992         * sync with sylpheed 0.7.2cvs11
9993                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9994                 2002-02-20 and 2002-02-21
9995
9996 2002-02-20 [melvin]     0.7.2claws2
9997
9998         * src/prefs_actions.c
9999                 Added error report when child cannot fork or when execvp 
10000                 returns with an error.
10001
10002 2002-02-19 [christoph]  0.7.2claws1
10003
10004         * src/codeconv.c
10005                 return unconverted text if conde conversion is not possible
10006                 when libjconv is used.
10007                 (patch submitted by "Simon 'corecode' Schubert")
10008
10009 2002-02-19 [paul]       
10010
10011         * version 0.7.2claws release
10012
10013 2002-02-19 [paul]       0.7.2claws
10014
10015         * po/nl.po
10016                 updated by Wilbert Berendsen
10017
10018
10019 2002-02-18 [alfons]     0.7.1claws13
10020
10021         * src/syldap.c
10022         * src/jpilot.c
10023                 remove references to dlfcn and explicitly loading functions
10024                 from dynalink libs, because libs linked anyway, and functions
10025                 are loaded explicitly
10026
10027 2002-02-17 [melvin]     0.7.1claws12
10028
10029         * src/prefs_actions.c
10030                 Replaced children wait loop with double fork technique.
10031                 Now, input/output window updated at each new output.
10032                 free_children(): Fixed a memory leak.
10033                 Made input/output window non closable if running children
10034                 still exist.
10035                 Added missing <unistd.h> include.
10036                 Added some --debug outputs.
10037
10038 2002-02-17 [melvin]     0.7.1claws11
10039
10040         * src/summaryview.c
10041                 Fixed bug where descending sort order did not select top
10042                 message.
10043
10044 2002-02-17 [melvin]     0.7.1claws10
10045
10046         * acconfig.h
10047                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10048         * src/prefs_common.c
10049                 Pspell data package directory no more hard coded but
10050                 set during configuration (PSPELL_PATH). (Thanks to 
10051                                 Gustavo Noronha Silva.)
10052
10053 2002-02-17 [melvin]     0.7.1claws9
10054
10055         * configure.in
10056                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10057         * src/gtkspell.c
10058                 Fixed compile-time warnings.
10059
10060 2002-02-16 [alfons]     0.7.1claws8
10061
10062         * src/filesel.c
10063                 fix inadvertent free of NULL pointer which caused
10064                 sylpheed to crash when closing the save-as dialog
10065                 using the window close button
10066
10067 2002-02-16 [carsten]    0.7.1claws7
10068         * src/mainwindow.[ch]
10069           src/summaryview.c
10070           src/prefs_common.c
10071                 fixes for pixmap theming code:
10072                         - recently changed mail attributes shouldn't get
10073                           lost any longer
10074                         - theme is only reloaded iff another theme was
10075                           selected
10076
10077 2002-02-16 [paul]       0.7.1claws6
10078
10079         * sync with sylpheed 0.7.2 release
10080                 see ChangeLog entry 2002-02-15 and 2002-02-16
10081
10082 2002-02-15 [paul]       0.7.1claws5
10083
10084         * sync with sylpheed 0.7.1cvs9
10085                 see ChangeLog entry 2002-02-15
10086
10087         * po/POTFILES.in
10088                 remove unneeded headerwindow.c entry
10089
10090 2002-02-14 [carsten]    0.7.1claws4
10091         * src/summaryview.c
10092                 fixed a bug for "Go to next unread message": there was
10093                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
10094                 in the prefs, because of doing "Search again" instead
10095                 "No"
10096
10097 2002-02-14 [carsten]    0.7.1claws3
10098         * src/stock_pixmap.c
10099                 removed 2 more mem leaks; following memprof,
10100                 this code is "leak free" now :)
10101
10102 2002-02-14 [carsten]    0.7.1claws2
10103         * src/stock_pixmap.c
10104                 used opendir/readdir/closedir instead of scandir
10105                 -> code should work now on Solaris
10106
10107 2002-02-14 [paul]       0.7.1claws1
10108
10109         * sync with sylpheed 0.7.1cvs8
10110                 see ChangeLog entries 2002-02-13 and 2002-02-14
10111
10112         * README.claws
10113                 add some description of Actions and Pixmap Themes
10114
10115 2002-02-13 [paul]       
10116
10117         * version 0.7.1claws release
10118
10119 2002-02-13 [paul]       0.7.1claws
10120
10121         * po/es.po
10122           po/it.po
10123           po/pt_BR.po
10124                 updated translations, submitted by Ricardo Mones Lastra,
10125                 Alessandro Maestri and Fabio Junior Beneditto
10126
10127 2002-02-13 [melvin]     0.7.0claws75
10128
10129         * src/prefs_actions.c
10130                 Added missing "signal.h" include
10131
10132 2002-02-13 [melvin]     0.7.0claws74
10133
10134         * src/prefs_folder_item.c
10135                 Added missing "config.h" include
10136         * po/fr.po
10137                 Updated French translation for folder propriety.
10138
10139 2002-02-13 [jens]       0.7.0claws73
10140
10141         * po/POTFILES.in
10142                 Added missing src/prefs_folder_item.c [log added by melvin]
10143         * po/de.po
10144                 Updated German translation.
10145
10146 2002-02-13 [melvin]     0.7.0claws72
10147
10148         * po/fr.po
10149                 Updated French translation.
10150
10151 2002-02-13 [melvin]     0.7.0claws71
10152
10153         * src/gtkutils.c
10154                 Made gtkut_editable_get_selection return NULL if selection
10155                 is of length zero.
10156                 This fixes a bug where selecting part of message A then
10157                 switching to message B and replying to it will not
10158                 quote the message's body.
10159
10160 2002-02-12 [paul]       0.7.0claws70
10161
10162         * src/mainwindow.c
10163                 cosmetic, relating to pixmap themes: on toolbar make 
10164                 updating of 'Exec' and 'Compose news/Compose email'
10165                 icons faster.
10166
10167 2002-02-12 [carsten]    0.7.0claws69
10168         * src/folderview.c
10169           src/mainwindow.[ch]
10170           src/stock_pixmap.c
10171           src/summaryview.c
10172           src/prefs_common.c
10173                 - refreshing after changing pixmap theme better
10174                   now (thanks Paul)
10175                 - wanted to remove some mem leaks, but alfons was
10176                   faster (and had the better solution ;)
10177
10178 2002-02-12 [alfons]     0.7.0claws68
10179
10180         * src/prefs_common.c
10181         * src/stock_pixmap.[ch]
10182                 plug mem leaks, refactor code a little bit
10183
10184
10185 2002-02-12 [sergey]     0.7.0claws67
10186
10187         * src/imap.c
10188                 Fixed problem with copying messages to IMAP folders when the
10189                 server uses something other than '/' as a namespace separator
10190                 (cyrus-imapd uses '.').
10191
10192 2002-02-12 [jens]       0.7.0claws66
10193
10194         * po/de.po
10195                 Updated German Translation
10196
10197 2002-02-12 [paul]       0.7.0claws65
10198
10199         * sync with sylpheed 0.7.1cvs1
10200                 see ChangeLog entry 2002-02-12
10201
10202 2002-02-12 [melvin]     0.7.0claws64
10203
10204         * src/prefs_actions.c
10205                 Fixed "feature" where children's output was duplicated 
10206                 instead of refreshed while monitoring.
10207                 Removed some debug code.
10208
10209 2002-02-12 [christoph]  0.7.0claws63
10210
10211         * src/compose.c
10212                 always delete message from queue after sending/send error
10213                 (closes bug #509601)
10214
10215 2002-02-12 [melvin]     0.7.0claws62
10216
10217         * src/prefs_actions.c
10218                 Children wait loop is now triggered with a timeout of 1s
10219                 Added %F which is replaced with the list of filenames 
10220                 of all selected messages (as suggested by Ricardo Mones Lestra)
10221                 Pipe syntax changed. Prefix with | to send selection, postfix
10222                 with | to retrieve output. Prefix with > or * to send
10223                 user definable input to the command (*: input is hidden)
10224                 Old pipe action should now be postfixed with |, too.
10225
10226 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10227         * src/stock_pixmap.c
10228                 fixed a bug: if there's no theme directory don't
10229                 throw an error, just do "nothing" (thanks Alfons)
10230
10231 2002-02-12 [carsten]    0.7.0claws60
10232         * src/folderview.c
10233           src/summaryview.c
10234                 had to write the cache twice (nasty!); some marks would 
10235                 get lost if not
10236
10237 2002-02-11 [carsten]    0.7.0claws59
10238         * acconfig.h
10239           configure.in
10240           doc-src/maintainer_guide.txt
10241           src/compose.[ch]
10242           src/defs.h
10243           src/folderview.[ch]
10244           src/gtkutils.[ch]
10245           src/mainwindow.[ch]
10246           src/prefs_common.[ch]
10247           src/stock_pixmap.[ch]
10248           src/summaryview.[ch]
10249                 pixmap theming and related work on pixmap
10250                 handling on some other places
10251                 (e.g. hrm features for all folder)
10252           src/pixmap/stock_*.xpm -> the stock_ was removed
10253         
10254 2002-02-11 [paul]       0.7.0claws58
10255
10256         * sync with sylpheed 0.7.1 release
10257                 see ChangeLog entries 2002-02-11
10258
10259 2002-02-08 [paul]       0.7.0claws57
10260
10261         * sync with sylpheed 0.7.0cvs39
10262                 see ChangeLog entry 2002-02-07 (last entry) 
10263
10264         * src/prefs_actions.c
10265           src/prefs_filtering.c
10266           src/prefs_matcher.c
10267           src/prefs_scoring.c
10268                 sync: made it compile with C compilers other than gcc
10269
10270 2002-02-07 [paul]       0.7.0claws56
10271
10272         * sync with sylpheed 0.7.0cvs38
10273                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10274                 2002-02-07
10275
10276 2002-02-07 [darko]      0.7.0claws55
10277
10278         * src/gtkutils.[ch]
10279         * src/summaryview.c
10280                 Fix const gchar */gchar * issue (thanks Hiro)
10281
10282 2002-02-07 [darko]      0.7.0claws54
10283
10284         * src/compose.[ch]
10285         * src/filtering.c
10286         * src/gtkutils.[ch]
10287         * src/prefs_template.c
10288         * src/quote_fmt.h
10289         * src/quote_fmt_parse.y
10290         * src/summaryview.c
10291         * src/utils.[ch]
10292                 When replying or forwarding an email don't quote the entire
10293                 mail body but use the part of the message text that is selected
10294
10295 2002-02-06 [melvin]     0.7.0claws53
10296
10297         * src/prefs_common.[ch]
10298         * src/gtkspell.[ch]
10299         * src/compose.c
10300                 Made possible to switch quickly to last used dictionary
10301                 which makes checking bilingual documents easier.
10302
10303 2002-02-06 [melvin]     0.7.0claws52
10304         
10305         * po/POTFILES.in
10306                 Added forgotten new file src/prefs_actions.c
10307
10308 2002-02-06 [melvin]     0.7.0claws51
10309
10310         * src/prefs_actions.c   ** NEW FILE **
10311         * src/prefs_actions.h   ** NEW FILE **
10312                 Added actions to execute on message text view, or on the
10313                         message's file.
10314         * src/Makefile.am
10315                 Added src/prefs_actions.[ch]
10316         * src/compose.c
10317                 Added new menu "Edit/Actions"
10318         * src/defs.h
10319                 Added new actionsrc file.
10320         * src/main.c
10321                 Added actionsrc reading.
10322         * src/mainwindow.c
10323                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10324         * src/prefs_common.h
10325                 Added new element actionslst element to prefs_common.
10326
10327 2002-02-06 [paul]       0.7.0claws50
10328
10329         * sync with sylpheed 0.7.0cvs36
10330                 see ChangeLog entry 2002-02-06
10331
10332 2002-02-05 [paul]
10333
10334         * po/es.po
10335                 updated by Ricardo Mones Lastra
10336
10337 2002-02-05 [paul]       0.7.0claws49
10338
10339         * sync with sylpheed 0.7.0cvs33
10340                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10341
10342 2002-02-05 [paul]       0.7.0claws48
10343
10344         * src/compose.c
10345                 re-add 'Edit/Advanced/Delete entire line', previously named
10346                 'Delete Line+'
10347
10348 2002-02-04 [paul]       0.7.0claws47
10349
10350         * src/compose.c
10351           src/summaryview.c
10352                 fix bug #494993 (Reply All not taking Reply-To into consi)
10353                 eliminate differences in behaviour of right-click 'Reply to all' 
10354                 in summary view and 'Reply to all' on the toolbar. 
10355                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10356                 view and From gets ignored by 'Reply to all' on toolbar.
10357                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10358                 From when no Reply-To header is present.
10359
10360 2002-02-04 [paul]       0.7.0claws46
10361
10362         * sync with sylpheed 0.7.0cvs30
10363                 see ChangeLog entries 2002-02-03 and 2002-02-04
10364
10365 2002-02-03 [melvin]     0.7.0claws45
10366
10367         * src/gtkspell.[ch]
10368                 Readded function to highlight all misspelled words.
10369                 Fixed bug where user-provided-words did not replace
10370                         correctly the misspelled word when using the mouse.
10371                 Fixed bug where checking a region selected from right to left did
10372                         not check the region at all.
10373                 Fixed bug where 'Check backwards' may not check at all. 
10374                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10375                 Fixed possible buffer overflow when checking for long strings (>1k).
10376                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10377                 Accelerators code uses now gtk_widget_add_accel.
10378                 Removed and disabled obsolete and unfinished code.
10379                 Cleaning up.
10380
10381         * src/compose.c
10382                 Added menu item to Highlight all misspelled words.
10383
10384 2002-02-01 [paul]       0.7.0claws44
10385
10386         * src/mainwindow.c
10387                 fix '/View/Hide read messages' sensitivity when all
10388                 messages in a folder are hidden
10389
10390 2002-02-01 [paul]       0.7.0claws43
10391
10392         * src/main.c
10393                 add --send option to command line interface, sends all
10394                 queued mail. Patch submitted by Ricardo Mones Lastra.
10395
10396 2002-01-31 [paul]       0.7.0claws42
10397
10398         * src/mainwindow.c
10399                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10400
10401 2002-01-31 [paul]       0.7.0claws41
10402
10403         * sync with sylpheed 0.7.0cvs27
10404                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10405                 and 2002-01-31
10406
10407         * src/textview.c
10408                 comment out elements of textview_show_part() as temporary
10409                 workaround for attachment 'Display as text' bug 
10410
10411         * po/pt_BR.po
10412                 updated by Fabio Junior Beneditto
10413
10414 2002-01-30 [paul]       0.7.0claws40
10415
10416         * sync with sylpheed 0.7.0cvs24
10417                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10418                 and 2002-01-30
10419
10420         * src/compose.c
10421                 add {N_("/_Spelling"), ... "<Branch>"} to 
10422                 GtkItemFactoryEntry compose_entries[]
10423
10424         * src/prefs_common.c
10425                 add claws menu items to prefs_keybind_apply_clicked()
10426                 and remove non-claws menu items
10427
10428 2002-01-29 [paul]       0.7.0claws39
10429
10430         * sync with sylpheed 0.7.0cvs22
10431                 see ChangeLog entries 2002-01-28 and 2002-01-29
10432
10433 2002-01-28 [melvin]     0.7.0claws38
10434
10435         * src/compose.c
10436                 Added the declartion of compose_send_control_enter.
10437
10438         * src/compose.c
10439         * src/gtkspell.[ch]
10440                 Added in a 'Spelling' menu which includes the configuration menu. 
10441                 Added a real 'Check all' and got rid from the old one which only
10442                 highlited misspelled word.
10443                 Made 'Check while typing' a disableable option.
10444                 Added a dialog when there are no more misspelled word.
10445                 Added a dialog if error occurs when switching to a dictionary.
10446         
10447         * src/prefs_common.[ch]
10448                 Added option for the default 'Check while typing' option.
10449
10450
10451 2002-01-28 [alfons]     0.7.0claws37
10452
10453         * src/compose.c
10454                 fix buglet and make code comply with sylpheed code style
10455
10456 2002-01-28 [paul]       0.7.0claws36
10457
10458         * sync with sylpheed 0.7.0cvs19
10459                 see ChangeLog entries for 2002-01-28
10460
10461 2002-01-28 [hoa]        0.7.0claws35
10462
10463         * src/defs.h
10464                 added rendererrc
10465
10466         * src/main.c
10467                 read the renderer config
10468
10469         * src/procmime.[ch]
10470                 use the renderer config to convert mime attachments
10471
10472         * src/textview.c
10473                 don't use textview_show_html/ertf,
10474                 use get_text_content instead
10475
10476 2002-01-27 [alfons]     0.7.0claws34
10477         
10478         * src/news.c
10479                 make sylpheed believe it can delete a news message...
10480                 (messages are NOT deleted, maybe we should remove
10481                 processing from the folder properties after all.)
10482
10483 2002-01-27 [alfons]     0.7.0claws33
10484
10485         * src/folder.c
10486                 add extra checks
10487         * src/news.c
10488                 implement remove_msg() 
10489
10490 2002-01-27 [alfons]     0.7.0claws32
10491
10492         * src/procmsg.h
10493         * src/procheader.c
10494         * src/messageview.c
10495                 fix return receipt / disposition notification again. this
10496                 stuff seems to break on _every_ major summary UI change, so
10497                 it's now implemented using a flag which is saved in the
10498                 marks cache
10499                 
10500 2002-01-26 [alfons]     0.7.0claws31
10501
10502         * src/import.c
10503                 let import dialog show the destination folder identifier
10504
10505 2002-01-26 [melvin]     0.7.0claws30
10506
10507         * src/folderview.c
10508         * src/summaryview.c
10509                 Readded 'Mark all read' into summary view popup menu
10510                 Added 'Mark all read' in folder view popup menu for IMAP
10511                 and NNTP.
10512                 Made it insensitive if the selected folder is not the shown
10513                 one to avoid 'Mark all read' on the wrong folder.
10514                 
10515 2002-01-26 [paul]       0.7.0claws29
10516
10517         * src/folderview.c
10518           src/summaryview.c
10519                 move 'Mark all read' from summary view to folder view
10520                 menu. (adapted from) patch submitted by Jeremy Andrews,
10521                 <lists@kerneltrap.com>
10522
10523 2002-01-25 [alfons]     0.7.0claws28
10524
10525         * src/gtkstext.c
10526                 put the gtk class name back so GtkSText adapts the 
10527                 settings of GtkText
10528
10529 2002-01-25 [alfons]     0.7.0claws27
10530
10531         * src/folderview.c 
10532                 assimilate Ricardo's patch that shows pixmaps instead of
10533                 plain "new" and "unread" texts in the folder view column
10534                 headers 
10535
10536 2002-01-25 [paul]       0.7.0claws26
10537
10538         * src/Makefile.am
10539                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10540                 be found in non-standard locations. 
10541                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10542
10543 2002-01-25 [paul]       0.7.0claws25
10544
10545         * sync with sylpheed 0.7.0cvs16
10546                 see ChangeLog entry 2002-01-25
10547
10548 2002-01-24 [paul]       0.7.0claws24
10549
10550         * more sync with sylpheed 0.7.0cvs15
10551                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10552
10553 2002-01-23 [sergey]     0.7.0claws23
10554
10555         * src/importldif.c
10556                 Fixed segfault when closing LDIF import wizard with
10557                 the window manager.
10558         * src/imageview.c
10559         * src/imageview.h
10560         * src/messageview.c
10561         * src/mimeview.c
10562                 Fixed wrong scrolling position after switching between
10563                 text and image parts.
10564
10565 2002-01-23 [paul]       0.7.0claws22
10566
10567         * sync with sylpheed 0.7.0cvs15
10568                 see ChangeLog entries 2002-01-22 and 2002-01-23
10569
10570 2002-01-21 [melvin]     0.7.0claws21
10571
10572         * src/prefs_scoring.c
10573         * src/prefs_filtering.c
10574                 Fixed bug where scoring and filtering windows stopped
10575                 autochecking.
10576
10577 2002-01-21 [paul]       0.7.0claws20
10578
10579         * sync with sylpheed 0.7.0cvs12
10580                 see ChangeLog entries 2002-01-20 and 2002-01-21
10581
10582 2002-01-21 [carsten]    0.7.0claws19
10583         * src/mainwindow.c
10584         * src/menu.[ch]
10585         * src/messageview.[ch]
10586         * src/summaryview.[ch]
10587                 changes to shortcuts handling again:
10588                         + "Q" now controled by mainwin
10589                         + v/V are now customizable and have slightly
10590                           different meanings
10591                 the "button" to minimize the messageview (and maximize
10592                 the summary view) is a real button now
10593         * src/compose.c
10594                 "Delete Line+" added to Edit/Advanced (this will also
10595                 delete the '\n')
10596
10597 2002-01-20 [melvin] 0.7.0claws18
10598
10599         * src/addressbook.c
10600                 Made "Bcc" sensitive when addressbook is called from
10601                 compose window (it was a Claws only bug).
10602
10603 2002-01-19 [alfons] 0.7.0claws17
10604
10605         * src/inc.c
10606                 prevent unnecessary updates when currently selected folder has
10607                 no new messages 
10608
10609 2002-01-19 [alfons] 0.7.0claws16
10610         
10611         * src/summaryview.c
10612                 prevent writing the cache based on current message list in summary 
10613                 view when filtering also put messages in currently selected folder
10614
10615 2002-01-19 [paul]
10616
10617         * po/it.po
10618                 Italian translation submitted by Alessandro Maestri
10619                 <a.maestri@cs.tin.it>
10620
10621 2002-01-18 [melvin]     0.7.0claws15
10622
10623         * src/prefs_filters.c
10624                 fixed bug where 'cancel' from 'filters' window stops autochecking
10625                 if the timer timed out  when the window was open.
10626
10627 2002-01-18 [match]      0.7.0claws14
10628
10629         * src/addrclip.[ch]     ** NEW FILE **
10630         * src/addrselect.[ch]   ** NEW FILE **
10631         * src/adbookbase.h      ** NEW FILE **
10632                 addressbook cut, copy and paste
10633         * src/addrbook.[ch]
10634         * src/addrcache.[ch]
10635         * src/addressitem.h
10636         * src/addrindex.[ch]
10637         * src/addritem.[ch]
10638         * src/importldif.c
10639         * src/importmutt.c
10640         * src/jpilot.[ch]
10641         * src/syldap.[ch]
10642         * src/vcard.[ch]
10643         * src/jpilot.[ch]
10644         * src/editbook.c
10645         * src/editjpilot.c
10646         * src/editldap.c
10647         * src/editvcard.c
10648                 support for copy/paste
10649         * src/addressbook.c
10650                 support for copy/paste
10651                 tidy up menu option processing
10652                 correct address list function arguments
10653         * src/editaddress.c
10654                 sort user attributes
10655         * src/ldif.h
10656         * src/mutt.h
10657                 tidy up
10658
10659         * src/addrbook.[ch]
10660         * src/addrbook.[ch]
10661         * src/addrbook.[ch]
10662                 
10663
10664 2002-01-18 [paul]       0.7.0claws13
10665
10666         * sync with sylpheed 0.7.0cvs8
10667                 configure.in: support Mac OS X (Darwin)
10668
10669 2002-01-18 [carsten]    0.7.0claws12
10670         * src/html.c
10671                 small hack to fix a segfault with an empty href
10672                 (reported by Alexandra Walford <deeni@altern.org>)
10673         * src/mainwindow.c
10674         * src/summaryview.c
10675                 the shortcuts for Mark und Mark as unread are hardcoded
10676                 again
10677         * src/compose.c
10678         * src/gtkstext.[ch]
10679                 readded the shortcuts in gtkstext but made them
10680                 customizeable (simply by adding a menu plus a wrapper
10681                 to compose.c)
10682
10683 2002-01-17 [melvin]     0.7.0claws11
10684
10685         * src/gtkspell.c
10686                 fix default dictionary not being saved.
10687
10688 2002-01-16 [darko]      0.7.0claws10
10689
10690         * src/compose.c
10691                 fix wrapping crash with URL longer than wrapping margin
10692
10693 2002-12-08 [hoa]        0.7.0claws10
10694
10695         * src/matcher_parser_parse.y
10696                 fixed some bugs
10697
10698         * src/prefs_filtering.c
10699                 now, we can use bounce action in the dialog box.
10700
10701 2002-01-16 [carsten]    0.7.0claws9
10702         * src/gtkstext.c
10703                 removed the <control> and <alt> shortcuts because they're
10704                 not needed and interefered with the "normal" shortcuts
10705         * src/mainwindow.c
10706         * src/summaryview.c
10707                 removed most of the hardcoded shortcuts and assigned
10708                 them to menu entries making them easy customizable by
10709                 that
10710
10711 2002-01-16 |melvin]     0.7.0claws8
10712
10713         * src/gtkspell.c
10714                 fixed bug where using the mouse and when the compose
10715                 window is not on top may result in a crash.
10716
10717 2002-01-16 [melvin]     0.7.0claws7
10718
10719         * src/compose.c
10720                 fixed a long standingspell checker bug which could 
10721                 cause a crash after sending a message.
10722
10723 2002-01-16 [paul]       0.7.0claws6
10724
10725         * sync with sylpheed 0.7.0cvs7
10726                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10727                 2002-01-15, and 2002-01-16
10728
10729 2002-01-16 [melvin]     0.7.0claws5
10730
10731         * README.claws
10732         * src/compose.c
10733         * src/gtkspell.[ch]
10734         * src/main.c
10735                 Heavily modified spell checker code to work around
10736                 ispell bug, to add keyboard shortcuts and for future
10737                 enhancements. See README.claws for usage information.
10738
10739 2002-01-15 [alfons]     0.7.0claws4
10740         
10741         * src/summaryview.c
10742                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10743                 so sorting within threads reflects sort mode
10744
10745 2002-01-15 [christoph]  0.7.0claws3
10746
10747         * src/procmsg.c
10748                 added alertpanel if mail sending failed
10749
10750 2002-01-15 [alfons]     0.7.0claws2
10751         
10752         * src/prefs_filtering.c
10753                 don't stop timer when prefs filtering dialog is opened
10754
10755 2002-01-14 [alfons]     0.7.0claws1
10756
10757         * src/addr_compl.c
10758         * src/prefs.c
10759                 remove debug_print()s for privacy reasons
10760
10761 2002-01-14 [darko]      0.7.0claws
10762
10763         * README.claws
10764                 quotation wrapping is now also in the main branch
10765
10766 2002-01-14 [paul]
10767
10768         * tools/filter_conv.pl
10769                 allow for Boolean Op and case-sensitivity
10770                 this file is included in the release and tagged
10771                 'rel_0_7_0'
10772
10773 2002-01-13 [paul]       0.7.0claws
10774
10775         * release 0.7.0, with cvs tag 'rel_0_7_0'
10776
10777 2002-01-13 [paul]
10778
10779         * tools/filter_conv.pl
10780         * tools/README
10781                 rewritten to output to matcherrc instead of filteringrc
10782
10783         * po/es.po
10784                 updated Spanish translation by Ricardo Mones Lastra
10785
10786 2002-01-13 [alfons]
10787
10788         * po/nl.po
10789                 update dutch translation
10790
10791 2002-01-13 [paul]
10792
10793         * po/pt_BR.po
10794                 Updated by Fabio Junior Beneditto 
10795
10796 2002-01-13 [melvin]     0.6.6claws53
10797
10798         * po/fr.po
10799                 Updated french translation
10800
10801 2002-01-12 [alfons]     0.6.6claws52
10802
10803         * src/filtering.c
10804                 plug mem leak that has been sitting there for ages              
10805
10806 2002-01-12 [alfons]     0.6.6claws51
10807
10808         * src/summaryview.c
10809                 undo melvin's changes from 0.6.6claws48 because summary
10810                 view now refuses to select first unread message when
10811                 selecting a folder 
10812
10813 2002-01-11 [alfons]     0.6.6claws50
10814
10815         * src/import.c
10816                 use claws' semantics for getting folder item when
10817                 importing an mbox file into a folder 
10818                 (submitted by Dale P. Smith)
10819
10820 2002-01-11 [christoph]  0.6.6claws49
10821
10822         * src/prefs.h
10823                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10824                 toggle widget, because non static prefs can not use
10825                 prefs_set_* functions
10826         * src/prefs_account.c
10827                 toggle smtp auth password field sensitivity if
10828                 user id is empty and add descrition of usage for
10829                 these fields
10830         * src/prefs_folder_item.c
10831                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10832                 callbacks
10833
10834 2002-01-11 [melvin]     0.6.6claws48
10835
10836         * src/compose.c
10837                 fix the 'Ctrl-Enter' feature for sending and test really
10838                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10839                 editables which was not documented in Gtk)
10840
10841         * src/summaryview.c
10842                 Made summaryview refresh after sorting and not before.
10843
10844 2002-01-11 [christoph]  0.6.6claws47
10845
10846         * src/compose.c
10847                 select account from account ids if possible and
10848                 correctly set save folder for copy in reedit
10849
10850 2002-01-10 [paul]       0.6.6claws46
10851
10852         * sync with sylpheed 0.7.0 release
10853                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10854                 2002-01-09
10855
10856 2002-01-09 [alfons]
10857
10858         * src/summaryview.c
10859                 remove more dirt traces...
10860
10861 2002-01-09 [alfons]
10862         
10863         * src/summaryview.c
10864                 clean up some traces of my debugging stuff
10865
10866 2002-01-09 [alfons]     0.6.6claws45
10867
10868         * src/filtering.c
10869                 break up filteringprop_apply() in three separate pieces
10870                 so we can drop messages that failed processing in the
10871                 inbox
10872
10873         * src/summaryview.c
10874                 fix bug #469598 "no refresh of inbox after filter" which 
10875                 was introduced by the new summary view locking, and which 
10876                 prevented the summary view to update after a manual filter 
10877                 message. claw's filter message requires a summary_show().
10878                 (aargh, summary_show() again! :-)
10879                 
10880 2002-01-07 [alfons]     0.6.6claws44
10881
10882         * src/headerwindow.c
10883         * src/logwindow.c
10884         * src/messageview.c
10885         * src/sourcewindow.c
10886                 bring in Hiro's last 0.7.0 wm class fixes
10887
10888         * tools/sylprint.pl
10889                 bring in Ricardo's fix for sylprint script
10890
10891         * AUTHORS       
10892         * src/rfc2015.[ch]
10893         * src/prefs_common.[ch]
10894         * src/prefs_account.[ch]
10895         * src/compose.c
10896                 clean up account preference poison in rfc2015,
10897                 and preparation to fix double sign bug 
10898                 (patch submitted by Simon 'corecode' Schubert)
10899
10900 2002-01-07 [christoph]  0.6.6claws43
10901
10902         * src/mh.c
10903                 search for free message number, do not only rely
10904                 on last_num
10905         * src/send.c
10906                 fix smtp auth and use extra account information
10907                 if available, if not use pop3 data instead
10908                 (closes bug #500341)            
10909         * src/ssl.[ch]
10910                 match coding style
10911
10912 2002-01-06 [alfons]     0.6.6claws42
10913
10914         * src/mainwindow.c
10915                 try making the separate windows work again...
10916
10917 2002-01-06 [alfons]     0.6.6claws41
10918
10919         * src/mainwindow.c
10920                 adapt Hiro's separate window menu (to get rid of the funny
10921                 duplicate menu items), and make it work again
10922
10923 2002-01-06 [alfons]     0.6.6claws40
10924
10925         * tools/Makefile.am
10926         * tools/sylprint.rc
10927         * tools/sylprint.pl
10928         * tools/README.sylprint
10929                 add sylprint script for printing mails from Sylpheed
10930                 (contributed by Ricardo Mones Lastra)
10931
10932         * src/acount.c
10933                 clean up
10934
10935 2002-01-06 [melvin]     0.6.6claws39
10936
10937         * src/mainwindow.c
10938         * src/summaryview.c
10939                 Fixed crash introduced in 0.6.6claws38 by the menu
10940                 reorganisation (Hide read messages)
10941         
10942         * ChangeLog.claws 
10943                 Fixed typo (we are now in 2002, alfons ;) )
10944
10945 2002-01-05 [alfons]     0.6.6claws38
10946
10947         * sync with sylpheed 0.6.6cvs10-17
10948                 (last stuff marked as LAST_STABLE)
10949
10950 2002-01-04 [melvin]     0.6.6claws37
10951
10952         * src/account.c
10953                 Made account selection code use strcasestr again instead of
10954                 g_strcasecmp (fixes bug where reediting queued messages
10955                 did not select proper account reported by T. Link).
10956         
10957         * src/folderview.c
10958                 Fix bug where folder icons are not shown when 'hide read messages'
10959                 is on.
10960         
10961         * src/stock_pixmaps.[ch]
10962                 Added folder icons for 'hide read messages'.
10963         
10964         * src/compose.c
10965                 Fixed bug where 'Enter' in a header entry will send the message 
10966                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10967
10968 2002-01-03 [melvin]     0.6.6claws36
10969         
10970         * src/prefs.[ch]
10971                 Added popup menu for common preferences and
10972                 account preferences (right click on tab displays
10973                                 a menu of all tabs.)
10974
10975 2002-01-02 [melvin]     0.6.6claws35
10976
10977         * src/gtkspell.[ch]
10978                 Made spelling code compatible with undo/redo feature.
10979                 Added creation of suggestion mode menu for the general
10980                         preferences.
10981         
10982         * src/prefs_common.[ch]
10983                 Added option menu for the speller's suggestion mode.
10984                 Added missing spaces in "..." buttons and made a "..."
10985                         button non translatable!
10986         
10987         * src/compose.c
10988                 Made speller use the default suggestion mode.
10989                 Hack to make it possible to choose 'CTRL-Enter' as a
10990                         shortcut for sending (and only for sending).
10991
10992         * src/prefs_folder_item.c
10993                 Changing subject simplification does not update cache 
10994                         anymore (because it is unnecessary).
10995                 Fixed bug where changing subject simplification updated the 
10996                         summaryview even when the viewed folder is not the
10997                         folder which properties are being changed. (E.g. 
10998                                         viewing folder A and changing
10999                                         the subject simplification of 
11000                                         folder B -not being viewed- updated the 
11001                                         summaryview of folder A with data of
11002                                         folder B). (Hope this is clear... )
11003
11004 2001-12-31 [alfons]     0.6.6claws34
11005         
11006         * src/ldif.c
11007         * src/mutt.c
11008                 fgetc() returns a signed integer which doesn't
11009                 fit in a char. so c truncates this to a char
11010                 but we may lose significant bits. i.e. we may
11011                 comparing 0xFF which may not be equal to -1
11012                 unless properly casted to signed char which
11013                 we won't do because fgetc() returns a signed
11014                 integer which doesn't fit in a char. so c 
11015                 truncates this to a char but we may lose 
11016                 significat bits. (you got the idea, thanks
11017                 to Gustavo Noronha Silva <kov@debian.org>
11018                 and the Debian folks!)
11019
11020 2001-12-30 [alfons]     0.6.6claws33
11021
11022         * src/prefs_common.c
11023                 add #ifdef USE_PSPELLs that Melvin forgot               
11024
11025 2001-12-30 [melvin]     0.6.6claws32
11026         
11027         * src/prefs_common.[ch]
11028                 Added configurable color for misspelled words.
11029
11030         * src/gtkspell.[ch]
11031                 Fixed bug of foreground text color (reported by David
11032                                 Mehrmann)
11033                 Added configurable color for misspelled words.
11034
11035 2001-12-30 [alfons]     0.6.6claws31
11036
11037         * src/folder.c
11038                 remove unnecessary things someone put there
11039
11040         * src/mh.c
11041         * src/folder.[ch]
11042                 make folder properties (like threading and sorting) persistent
11043                 (closes bug #497424 "rescan folder tree resets proprieties")
11044                 currently this is only for MH folders. 
11045
11046 2001-12-29 [melvin]     0.6.6claws30
11047
11048         * src/string_match.[ch]
11049                 Optimized a bit: regexp pattern buffer compiled only once, and
11050                   one subroutine call removed. Fixed ^ regexp search: Now, 
11051                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
11052         
11053         * src/summaryview.c
11054                 Subject filtering changed to filter summary columns and
11055                   not directly the messages subject cache. The loss in 
11056                   performance is balanced by the improvement of string_match.
11057                 Added an alert panel if there is an error in the regexp.
11058
11059         * src/src/prefs_folder_item.h
11060                 Added a regexp pattern buffer.
11061
11062 2001-12-28 [alfons]     0.6.6claws29
11063
11064         * src/string_match.[ch]
11065                 clean up name space
11066                 allow compilation *BSD
11067
11068 2001-12-27 [alfons]     0.6.6claws28
11069
11070         * src/filter.c
11071                 sync the Hiro's bug fix for BSD
11072
11073 2001-12-27 [melvin]     0.6.6claws27
11074         
11075         * src/compose.c
11076                 Simplify focus to subject entry code.
11077
11078 2001-12-27 [darko]      0.6.6claws26
11079
11080         * src/filtering.c
11081         * src/mbox_folder.c
11082         * src/messageview.c
11083         * src/mh.c
11084         * src/procheader.[ch]
11085         * src/procmsg.h
11086         * src/stock_pixmap.[ch]
11087         * src/summaryview.c
11088                 Show key icon for encrypted mails in summary view
11089
11090         * src/pixmaps/clip.xpm
11091         * src/pixmaps/clipkey.xpm
11092         * src/pixmaps/key.xpm
11093                 New/modified icons for the above
11094
11095 2001-12-27 [melvin]     0.6.6claws25
11096
11097         * src/prefs_common.c
11098                 Put spell checker options in a separate tab to decrease
11099                 the Common Preferences window height.
11100
11101         * README.claws  
11102                 Update spell checker usage instruction about its options
11103                 location.
11104
11105 2001-12-27 [melvin]     0.6.6claws24
11106
11107         * src/compose.c
11108                 Changed subject entry widget position. Initial focus is
11109                 on the To header instead of the subject entry.
11110                 Creating a new header scrolls the header list to make the
11111                 created one visible. Nevertheless, when automatically filling
11112                 headers, the first one is shown.
11113                 A Tab key press in the last empty header entry zips the 
11114                 focus to the subject entry.
11115                 (I did not change the combo boxes, yet)
11116
11117 2001-12-26 [alfons]     0.6.6claws23
11118
11119         * src/prefs_account.c
11120         * src/inc.c
11121                 allow default inbox to reside in another mailbox (only
11122                 works for POP3 accounts)
11123
11124 2001-12-26 [alfons]     0.6.6claws22
11125         
11126         * src/textview.c
11127                 make reply-on-click work with the account of the selected folder
11128         * src/compose.c
11129                 put a fixme here to remind me to fix finding correct default
11130                 account for nested folders
11131
11132 2001-12-25 [alfons]     0.6.6claws21
11133
11134         * src/summaryview.c
11135                 make column headers display locked and mark pixmaps (idea by Melvin) 
11136                 fix bug by adding score and locked column type to sort array
11137
11138 2001-12-25 [alfons]     0.6.6claws20
11139         
11140         * src/summaryview.c
11141                 catch a *potentially* inadvertent write back of  
11142                 the message cache(s) introduced by 0.6.5claws37
11143
11144 2001-12-25 [christoph]  0.6.6claws19
11145
11146         * src/stock_pixmap.[ch]
11147         * src/summaryview.c
11148                 add ignore thread pixmap
11149                 (can someone draw a better icon for this?)
11150
11151 2001-12-24 [alfons]     0.6.6claws18
11152
11153         * src/prefs_folder_item.c
11154                 make address completion actually work for the
11155                 Default To address in the Folder Property dialog.
11156
11157 2001-12-24 [alfons]     0.6.6claws17
11158         
11159         * src/summaryview.c
11160                 use new style regexp for subject stripping 
11161                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11162
11163 2001-12-24 [darko]      0.6.6claws16
11164
11165         * src/pgptext.c
11166         * src/rfc2015.c
11167                 move GPG related informational messages to debug mode
11168
11169 2001-12-23 [alfons]     0.6.6claws15
11170
11171         * src/stock_pixmap.[ch]
11172         * src/summaryview.c
11173                 add the forgotten Claws' locked pixmap
11174
11175 2001-12-23 [alfons]     0.6.6claws14
11176
11177         * src/filesel.c
11178                 accept file name typed in entry in multi file
11179                 selector (patch submitted by Gustavo Noronha Silva 
11180                 <kov@debian.org>)
11181
11182 2001-12-23 [alfons]     0.6.6claws13
11183
11184         * src/prefs_filter.c
11185         * src/prefs_filtering.c
11186         * src/matcher.c
11187         * src/importmutt.c
11188                 clean up a little bit
11189         
11190         * src/string_match.c
11191                 validate input strings a little bit more
11192
11193 2001-12-23 [alfons]     0.6.6claws12
11194
11195         * src/Makefile.am
11196         * src/summaryview.c
11197         * src/string_match.[ch]         ** NEW **
11198         * src/folderview.[ch]
11199         * src/headerview.h
11200         * src/folder.[ch]
11201         * src/prefs_folder_item.[ch]
11202                 add subject simplification to strip out strings from
11203                 a subject line (esp. handy for mailing lists). 
11204                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11205                 but slightly changed things for better integration.)
11206
11207 2001-12-23 [alfons]     0.6.6claws11
11208
11209         * src/mainwindow.c
11210                 fix bug introduced by submission included in 0.6.5claws52.
11211                 ideally this submission should clean the trash if any trash
11212                 folder has a message. however, the hasTrash variable was
11213                 set to false whenever a trash folder was empty (discarding
11214                 a previously found *filled* trash folder.)
11215
11216                 also edited the code a little bit and made it more safe.
11217
11218 2001-12-22 [alfons]     0.6.6claws10
11219
11220         * src/imap.c
11221                 quick fix for Martin Pool's omission of an account
11222                 specific SSL setting
11223
11224 2001-12-22 [alfons]     0.6.6claws9
11225
11226         * src/compose.c
11227         * src/messageview.c
11228         * src/mimeview.c
11229         * src/pgptext.c
11230         * src/procmime.[ch]
11231                 better support for multipart/digest (submitted
11232                 by Fredrik <e98fo@efd.lth.se>)
11233
11234 2001-12-22 [alfons]     0.6.6claws8
11235
11236         * src/addressbook.c
11237                 correct function signature
11238         * src/socket.[ch]
11239         * src/imap.[ch]
11240         * src/prefs_account.[ch]
11241                 allow IMAP over SSH tunnel (patch submitted by 
11242                 Martin Pool <mbp@samba.org>)
11243
11244 2001-12-21 [alfons]     0.6.6claws7
11245
11246         * sync with sylpheed 0.6.6cvs4-9
11247                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11248
11249 2001-12-21 [christoph]  0.6.6claws6
11250
11251         * src/compose.c
11252         * src/prefs_folder_item.[ch]
11253                 implement saving of outgoing messages to current folder.
11254                 fix segfault when no default outbox is available
11255                 (closes bug #495683)
11256
11257 2001-12-21 [carsten]    0.6.6claws5
11258         * src/folderview.c
11259         * src/summaryview.c
11260                 pressing CTRL while DND does now the expected thing and
11261                 copies the mail (moving is still the default, as this
11262                 seam more appropriate for handling mails by DND)
11263
11264 2001-12-18 [paul]       0.6.6claws4
11265
11266         * sync with sylpheed 0.6.6cvs3
11267                 see ChangeLog entries 2001-12-18
11268
11269 2001-12-18 [hiro]       0.6.6claws3
11270
11271         * src/undo.c
11272                 fix for multibyte characters (obtain the number of letters
11273                 instead of bytes).
11274
11275 2001-12-17 [paul]       0.6.6claws2
11276
11277         * sync with sylpheed 0.6.6cvs1
11278                 see ChangeLog entry 2001-12-16
11279
11280 2000-12-17 [alfons]     0.6.6claws1
11281
11282         * src/filtering.c
11283                 clean up
11284
11285 2001-12-16 [paul]       0.6.6claws
11286 2001-12-15
11287
11288         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11289
11290         * src/mimeview.c
11291                 last minute sync with main 0.6.6
11292
11293         * po/es.po
11294                 updated by Ricardo Mones Lastra
11295                 update for last minute sync
11296         * po/fr.po
11297         * po/nl.po
11298                 update for last minute sync
11299         * po/de.po
11300                 updated by Jens Oberender
11301         * po/pt_BR.po
11302                 updated by Fabio Junior Beneditto
11303
11304         * src/prefs_common.[ch]
11305         * src/undo.c
11306                 number of undo levels is user configurable
11307                 (squeeze it into the release in the dying
11308                 moments) Submitted by Jens Oberender    
11309
11310 2001-12-15 [melvin]
11311
11312         * po/fr.po
11313                 updated french translation
11314
11315 2001-12-15 [paul]       0.6.5claws92
11316
11317         * sync with sylpheed 0.6.5cvs28
11318                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11319
11320         * po/nl.po
11321                 update to allow for sync
11322
11323 2001-12-15 [alfons]
11324         
11325         * po/nl.po
11326                 update dutch translation
11327
11328 2001-12-14 [carsten]    0.6.5claws91
11329         * src/summaryview.c
11330                 fixed bug #473785; also after changing the column order
11331                 the same message will be selected and displayed as before
11332                 the reordering
11333
11334 2001-12-14 [carsten]    0.6.5claws90
11335         * src/folderview.c
11336                 probably found the bug reported by wwb opening or closing
11337                 a folder tree just before dnd (found the solution in the
11338                 balsa source -- thanks to them)
11339
11340 2001-12-14 [carsten]    0.6.5claws89
11341         * src/gtkutils.c
11342         * src/account.c
11343                 moved gtk_clist_moveto to the right place, so that
11344                 only the accounts dialog is effected on opening
11345
11346 2001-12-14 [carsten]    0.6.5claws88
11347         * src/gtkutils.c
11348                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11349                 now, so that the focused row will be seen in any case
11350                 (reported by wwp on sf-claws-user)
11351
11352 2001-12-14 [darko]      0.6.5claws87
11353
11354         * src/compose.c
11355                 remove unnecessary line
11356
11357 2001-12-14 [paul]       0.6.5claws86
11358
11359         * sync with sylpheed 0.6.5cvs27
11360                 see ChangeLog entries 2001-12-14
11361
11362 2001-12-14 [carsten]    0.6.5claws85
11363         * src/mainwindow.c
11364                 following a suggestion of Melvin the rcoabm pops up
11365                 right under the button now and the button is reliefed
11366                 while the popup is open
11367
11368 2001-12-14 [darko]      0.6.5claws84
11369
11370         * src/compose.c
11371                 fix crash when wrapping long lines if linewrap quotation
11372                 is disabled and wrapper encounters a word spanning more
11373                 than one line
11374
11375 2001-12-13 [paul]       0.6.5claws83
11376
11377         * src/compose.c
11378                 prefer 'Reply-To' header over mailing list header when
11379                 replying to a message. Finally prevent all those confirmation 
11380                 messages being sent to the list itself.
11381
11382         * src/summaryview.c
11383                 remove unused summary_set_menu_sensitive() entry
11384
11385 2001-12-13 [paul]       0.6.5claws82
11386
11387         * src/folderview.c
11388         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11389         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11390         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11391                 improvements to 'Hide read messages': Inbox, Outbox,
11392                 Trash, Queue, and Draft icons now reveal presence of hidden 
11393                 messages
11394
11395 2001-12-12 [alfons]     0.6.5claws81
11396
11397         0.6.5claws80 was tagged as LAST_STABLE
11398
11399         * src/filtering.[ch]
11400         * src/matcher.[ch]
11401         * src/matcher_parser_lex.c
11402                 fix the filtering; my last attempt to get it right, 
11403                 if it does not work, it's Hoa's turn. ;-)
11404
11405                 for my honourable peers:
11406                 
11407                 the code now makes a clear distinction between
11408                 rules as they are displayed (probably escaped),
11409                 and as they are executed (probably unescaped). the
11410                 parser does *NOT* do any unescaping, this is
11411                 the task of the matcher.c (which breaks up a
11412                 rule into condition) and the filtering.c (which
11413                 breaks up the rule's action). to make this
11414                 run happily we provide an unescaped copy of
11415                 crucial strings to the MatcherProp and 
11416                 FilteringAction structures. note that the only
11417                 exception to this is any REGEXP string. those
11418                 are directly passed to regcomp() and regexp()
11419                 (who have much more powerful unescape functions).
11420                 
11421                 for everyone else:
11422         
11423                 you can escape tab (\t), carriage return (\r),
11424                 linefeed (\n), form feed (\f), quote (\"), 
11425                 single quote (\'), bell (\b) in all the entry
11426                 lines in the scoring & filtering dialogs.
11427                 as an added bonus this should not affect
11428                 existing filtering rules.
11429
11430 2001-12-12 [carsten]    0.6.5claws80
11431
11432         * src/summaryview.c
11433         * po/de.po
11434                 "item(s) selected" is now sensitive to 1 or more
11435                 than one selected (nice for language where simple
11436                 adding of a "s" is not possible as German (Eintrag
11437                 ->Eintr"age)
11438                 
11439                 the "forward as attachment" entry from the right
11440                 click menu removed, "forward" acts following the
11441                 prefs
11442         
11443         * src/textview.c
11444                 reverted my former changes; so compiler warning again
11445                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11446                 nevertheless
11447
11448         * src/messageview.c
11449                 "search in message" does now *not* only work in MVIEW_TEXT
11450                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11451                 message
11452
11453         * src/mainwindow.c
11454                 removed "/File/_Close" as it was the same as "/File/E_xit"
11455                 and we don't need it two times
11456
11457                 the separate folder view and message view now get a distinct
11458                 WMCLASS, just in case someone is using sawfish ;-)
11459
11460                 as the menu entries "/View/Message view" and "/View/Folder tree"
11461                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11462                 make them sensitive accordingly and as these two are "shown"
11463                 after startup anytime check this menuitem at startup
11464
11465 2001-12-12 [paul]       0.6.5claws79
11466
11467         * src/folderview.c
11468                 fix sensitivity of 'Search folder...', broken in
11469                 0.6.5claws75
11470
11471         * src/mainwindow.c
11472                 fix dodgy English
11473
11474 2001-12-11 [carsten]    0.6.5claws78
11475         * src/filtering.c
11476                 fixed two typos returning a wrong FALSE/TRUE
11477         * src/mainwindow.[ch]
11478                 extra menu for email/news button removed
11479
11480 2001-12-11 [alfons]     0.6.5claws77
11481         
11482         * src/matcher.c                 (1.3)
11483         * src/matcher_parser_lex.l      (1.28)
11484                 revert for another attempt
11485                 mark 0.6.5claws77 as LAST_STABLE
11486
11487 2001-12-11 [christoph]  0.6.5claws76
11488
11489         * po/de.po
11490                 fixed wrong translation for prev. unread msg
11491
11492 2001-12-11 [paul]       0.6.5claws75
11493
11494         * src/folder.[ch]
11495         * src/folderview.c
11496         * src/mainwindow.c
11497         * src/summaryview.[ch]
11498         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11499                 enable ability to hide read messages on per folder basis via 
11500                 '/Summary/Hide read messages'; when selected, a folder will 
11501                 have a red open folder icon, instead of a blue icon, if the 
11502                 folder contains hidden messges
11503                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11504
11505         * src/mainwindow.c
11506                 remove '/Message/Forward as attachment' from 
11507                 main_window_set_menu_sensitive() to prevent debug warning
11508
11509         * src/folderview.c
11510         * src/mainwindow.c
11511                 Clean up some of the English
11512
11513         * tools/newscache_clean.pl
11514                 allow for new 'hidereadmsgs' entry in folderlist.xml
11515
11516         * po/es.po
11517                 updated translation, submitted by Ricardo Mones Lastra
11518
11519 2001-12-11 [paul]       0.6.5claws74
11520
11521         * sync with sylpheed 0.6.5cvs25
11522                 see ChangeLog entry 2001-12-11
11523
11524 2001-12-10 [alfons]     0.6.5claws73
11525
11526         * src/matcher.c
11527                 add more control characters
11528         * src/matcher_parser_lex.l
11529                 make escaping / unescaping work again
11530
11531 2001-12-10 [alfons]     0.6.5claws72
11532
11533         * src/imap.c
11534                 clean up warnings "returning value for void function" 
11535         * src/prefs_filtering.c
11536                 make info button for execute action sensitive
11537
11538 2001-12-10 [paul]       0.6.5claws71
11539
11540         * src/compose.c
11541         * src/imap.[ch]
11542         * src/summaryview.c
11543                 fix: imap server now gets informed of MARKED, UNMARKED
11544                 and REPLY events. Now people can use different IMAP-Mail
11545                 clients and have the exact same information about MARKED,
11546                 UNMARKED and REPLY status with all of them. Especially
11547                 useful for imap servers with a web-frontend.
11548                 submitted by Tobias Sandhaas <medlor@web.de>
11549
11550 2001-12-09 [melvin]     0.6.5claws70
11551         
11552         * src/textview.[ch]
11553                 fixed bug #490076 (hunted down by Alfons who implemented
11554                 a workaround in 0.6.5claws65)
11555
11556 2001-12-09 [christoph]  0.6.5claws69
11557
11558         * src/summaryview.c
11559                 set pointer to string in LOCKED column to NULL
11560                 (might fix bug #490800)
11561
11562 2001-12-09 [carsten]    0.6.5claws68
11563
11564         * po/de.po
11565                 resolved some cluttered menu shortcuts 
11566                 ('creating new email' and 'creating news message'
11567                 hade the same)
11568         * src/compose.c
11569                 wmclass now distinc from main window
11570         * src/mainwindow.c
11571           src/mainwindow.h
11572                 email/news and forward button functionality similar
11573                 to the reply buttons; removed the ugly dropdown arrows
11574                 and use instead the right mouse button
11575
11576 2001-12-09 [paul]       0.6.5claws67
11577
11578         * src/imap.c
11579         * src/utils.h
11580                 allow spaces in imap folder names
11581                 submitted by Willem van Engen <wvengen@stack.nl>
11582
11583 2001-12-09 [paul]       0.6.5claws66
11584
11585         * sync with sylpheed 0.6.5cvs24
11586                 see ChangeLog entry 2001-12-09
11587
11588 2001-12-08 [alfons]     0.6.5claws65
11589
11590         * src/textview.c
11591                 prevent secondary selection claim after "add to sender" dialog
11592                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11593                 we trick GTK by simulating a click at (0, 0) in the textview.
11594
11595 2001-12-08 [hoa]        0.6.5claws64
11596
11597         * src/folder.c
11598                 fixed a bug about the .processing folder name while filtering
11599
11600 2001-12-08 [alfons]     0.6.5claws63
11601
11602         * src/folderview.c 
11603                 work around problem of not correctly updating folder stats
11604                 when deleting messages. there's some folder scanning evil
11605                 going so the folderview_update_msg_num() does not work
11606                 correctly. need to investigate this.
11607
11608 2001-12-08 [paul]       0.6.5claws62
11609
11610         * sync with sylpheed 0.6.5cvs23
11611                 see ChangeLog entry 2001-12-08
11612
11613 2001-12-07 [christoph]  0.6.5claws61
11614
11615         * src/compose.c
11616                 fix another header translation problem
11617
11618 2001-12-07 [alfons]     0.6.5claws60
11619
11620         * src/mbox.c
11621                 make filtering also work on local spool mbox
11622
11623 2001-12-07 [carsten]    0.6.5claws59
11624         * src/addressbook.c
11625                 addressbook window gets a wmclass distinct from the main
11626                 sylpheed window
11627         * src/compose.h
11628         * src/mainwindow.[ch]
11629                   forward menu item will use mode selected in prefs, forward 
11630                 as attatchment in menu removed (will be substituted in the
11631                 toolbar similar to reply buttons)
11632                   create news message menu entry and news button is now 
11633                 sensitive to the existance of a news account
11634         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11635         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11636         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11637                 these are removed because the toolbar buttons don't show
11638                 the quoting modus any longer
11639
11640 2001-12-07 [paul]
11641
11642         * tools/newscache_clean.pl      ** NEW FILE **
11643                 perl script to do some tidying up in the newscache directory 
11644                 
11645         * tools/sylpheed-switcher       ** NEW FILE **
11646                 perl script to enable easy switching between main and claws
11647                 
11648         * tools/README
11649                 added descriptions of the two new perl scripts          
11650
11651
11652 2001-12-07 [melvin]     0.6.5claws58
11653
11654         * src/messageview.c
11655                 fixed a warning during compilation introduced in 0.6.5claws56
11656
11657 2001-12-07 [paul]       0.6.5claws57
11658
11659         * src/mainwindow.[ch]
11660         * src/menu.[ch]
11661                 further usability enhancements to replying with or without 
11662                 quoting via the toolbar, use of Ctrl key is replaced by 
11663                 drop down menu 
11664                 Submitted by Carsten Schurig            
11665
11666 2001-12-07 [melvin]     0.6.5claws56
11667
11668         * src/messageview.c
11669                 hack to fix bug that prevented to make/paste selections
11670                 after switching between MVIEW_TEXT and MVIEW_MIME views
11671                 without deselecting the selection first.
11672
11673 2001-12-06 [alfons]     0.6.5claws55
11674
11675         * src/filtering.[ch]
11676         * src/inc.c
11677                 revise filtering a little bit more, and make sure
11678                 messages are delivered to the appropriate inbox
11679                 (perhaps set per account)
11680
11681 2001-12-06 [paul]       0.6.5claws54
11682
11683         * sync with sylpheed 0.6.5cvs22
11684                 see ChangeLog entry 2001-12-06
11685
11686 2001-12-05 [alfons]     0.6.5claws53
11687
11688         * src/inc.c
11689         * src/folder.[ch]
11690         * src/procmsg.c
11691         * src/filtering.c
11692                 more revisions of filtering system
11693                 (last stable version is marked as LAST_STABLE)
11694                 
11695                 | NOTE 1): the filtering system now uses a local folder called
11696                 | .processing. if filtering fails, check this directory
11697                 | for missing messages.
11698                 |
11699                 | NOTE 2): help us find the filtering actions still missing
11700
11701 2001-12-05 [paul]       0.6.5claws52
11702
11703         * src/mainwindow.c
11704                 fix bug where 'Empty Trash?' pop-up window appears even
11705                 when Trash is empty, submitted by Jesse Skinner         
11706
11707 2001-12-05 [melvin]     0.6.5claws51
11708
11709         * src/compose.c
11710                 fixed bug #486106 to select correct account when reediting 
11711                 a queued message
11712         
11713 2001-12-04 [alfons]     0.6.5claws50
11714
11715         * src/mh.c
11716                 declare markfile in appropriate functions when
11717                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11718                 for spotting this)
11719
11720 2001-12-04 [paul]       0.6.5claws49
11721
11722         * sync with sylpheed 0.6.5cvs21
11723                 see ChangeLog entry 2001-12-04
11724
11725 2001-12-03 [christoph]  0.6.5claws48
11726
11727         * po/de.po
11728                 changed translation of undo
11729         * src/account.c
11730         * src/folder.c
11731                 don't reinvent the wheel to traverse a GNode
11732         * src/compose.[ch]
11733                 seperate code to create the compose gui into functions
11734                 add "Others" page with folder selection for saving copy
11735                 of the message.
11736                 the folder identifier is saved to queue header
11737         * src/procmsg.c
11738                 save message to folder in queue header
11739
11740 2001-12-03 [paul]       0.6.5claws47
11741
11742         * sync with sylpheed 0.6.5cvs20
11743                 see ChangeLog entry 2001-12-03
11744
11745 2001-12-01 [paul]
11746
11747         * more sync with sylpheed 0.6.5cvs19
11748                 see ChangeLog entry 2001-11-29
11749
11750 2001-11-30 [paul]       0.6.5claws46
11751         
11752         * src/compose.c
11753                 remove conflicts introduced by Hoa's last commit
11754          
11755         * src/mainwindow.c
11756                 make 'Message/Bounce' sensitive
11757
11758 2001-11-30 [hoa]        0.6.5claws45
11759
11760         * src/compose.c
11761                 slightly change bounce function to add
11762                 information about the user that bounced the mail
11763                 in the From header line.
11764
11765         * src/folderview.c
11766                 permit the use of processing in outbox folder.
11767
11768 2001-11-29 [paul]       0.6.5claws44
11769
11770         * src/mainwindow.[ch]
11771         * src/prefs_common.c
11772         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11773         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11774         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11775                 usability enhancements to the quoting, implements
11776                 use of Ctrl key to toggle quoting settings
11777                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11778
11779 2001-11-29 [paul]       0.6.5claws43
11780         
11781         * sync with sylpheed 0.6.5cvs19
11782                 see ChangeLog entry 2001-11-28
11783
11784 2001-11-29 [melvin]     0.6.5claws42
11785         * src/Makefile.am
11786                 added enriched.[ch] to the list of files
11787
11788         * src/textview.c
11789         * src/mimeview.c
11790         * src/procmime.[ch]
11791         * src/enriched.[ch]
11792                 added support to view text/enriched
11793                 added support to show headers in message view for text/enriched and text/html
11794                         in non multipart messages
11795
11796 2001-11-28 [paul]       0.6.5claws41
11797
11798         * more sync with sylpheed 0.6.5cvs18
11799                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11800
11801 2001-11-27 [paul]       0.6.5claws40
11802         
11803         * po/pt_BR.po
11804                 updated translation, submitted by Fabio Junior Beneditto
11805                 
11806         * sync with sylpheed 0.6.5cvs18
11807                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11808                 2001-11-27
11809
11810
11811 2001-11-26 [paul]
11812
11813         * po/es.po
11814                 updated translation, submitted by Ricardo Mones Lastra
11815
11816 2001-11-26 [alfons]
11817
11818         * src/matcher.c
11819                 add more translatable strings
11820
11821 2001-11-26 [christoph]  0.6.5claws39
11822
11823         * po/de.po      
11824                 fixed one more umlaut
11825         * src/compose.c
11826                 fix translated header when it should not be translated
11827
11828 2001-11-26 [paul]       0.6.5claws38
11829
11830         * src/mainwindow.c
11831                 remove '/Message/Add Sender to address book' from 
11832                 main_window_set_menu_sensitive(), prevent debug warning
11833                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11834
11835 2001-11-26 [paul]       0.6.5claws37
11836
11837         * src/summaryview.c
11838                 fix 'recurring unread state' bug 
11839
11840         * tools/README 
11841         * tools/filter_conv.pl
11842                 read name of top level mailbox from folderlist.xml
11843                 and presume nothing about its name              
11844
11845 2001-11-26 [darko]      0.6.5claws36
11846
11847         * src/gtkstext.[ch]
11848                 removed functions that are now in gtkutils.c
11849                 use gtkut_text_is_uri_string() from gtkutils.c
11850         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11851
11852 2001-11-26 [paul]       0.6.5claws35
11853
11854         * sync with sylpheed 0.6.5cvs16
11855                 see ChangeLog entries 2001-11-25 and 2001-11-26
11856
11857 2001-11-25 [alfons]     0.6.5claws34
11858
11859         EXPERIMENTAL!!! Please checkout the last stable version using: 
11860           
11861         % cvs update -r LAST_STABLE -dRAP
11862
11863         (Or help us testing this stuff.)
11864
11865         * src/filtering.c               (1.14)
11866         * src/filtering.h               (1.6)
11867         * src/inc.c                     (1.28)
11868         * src/matcher.c                 (1.20)
11869         * src/mbox.c                    (1.9)
11870         * src/procmsg.h                 (1.14)
11871         * src/summaryview.c             (1.59)
11872         * src/summaryview.h             (dunno)
11873                 revert/merge/sync to as it was before commit 
11874                 on Thu, 19 Jul 2001 10:15:51 -0700.
11875
11876 2001-11-25 [hoa]        0.6.5claws33
11877
11878         * src/main.c
11879                 processing mails at startup
11880
11881         * src/folderview.c
11882         * src/summaryview.[ch]
11883                 processing mails when entering folder
11884
11885         * src/prefs_filtering.c
11886                 fixed some UI bugs
11887
11888 2001-11-24 [alfons]     0.6.5claws32
11889
11890         * src/summaryview.[ch]
11891                 make summary sort headers work, and also make
11892                 sure the sort type is stored
11893
11894 2001-11-23 [alfons]     0.6.5claws31
11895
11896         * src/summaryview.[ch]
11897                 make lock work like mark
11898                 disallow deleting messages marked as locked
11899
11900 2001-11-23 [alfons]     0.6.5claws30
11901
11902         * src/gtkstext.c
11903         * src/compose.[ch]
11904         * src/Makefile.am
11905         * src/undo.[ch]
11906                 merge undo patch submitted by Jens
11907
11908 2001-11-23 [christoph]  0.6.5claws29
11909
11910         * src/.cvsignore
11911                 added ylwrap
11912         * src/compose.c
11913                 fixed gpg signing and encoding
11914         * src/folder.[ch]
11915         * src/main.c
11916                 added --status option to get new, unread and total
11917                 message count from a running sylpheed
11918         * src/prefs_common.c
11919                 temporary fix for reply_with_quote problem
11920                 (don't call functions for non existing widget)
11921         * src/procmsg.c
11922                 one more check for ignored threads but still not
11923                 always working correctly. probably a recursive
11924                 check for all parents is needed
11925
11926 2001-11-23 [darko]      0.6.5claws28
11927
11928         * src/compose.c
11929                 wrapping on send improvements
11930         * src/gtkutils.[ch]
11931                 fix for GtkSText after last sync with main branch
11932                 GTK_TEXT -> GTK_STEXT
11933
11934 2001-11-23 [paul]       0.6.5claws27
11935
11936         * sync with sylpheed 0.6.5cvs14
11937                 see ChangeLog entries 2001-11-22 and 2001-11-23
11938                 
11939         * po/de.po
11940                 fixed the scrambled umlauts 
11941                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11942
11943 2001-11-21 [paul]       0.6.5claws26
11944
11945         * sync with sylpheed 0.6.5cvs12
11946                 see 2nd ChangeLog entry dated 2001-11-20
11947
11948 2001-11-20 [paul]       0.6.5claws25
11949
11950         * sync with sylpheed 0.6.5cvs11
11951                 see ChangeLog entry 2001-11-19 (src/utils.c)
11952
11953 2001-11-20 [hiro]
11954
11955         * src/compose.c
11956                 GTK_TEXT -> GTK_STEXT
11957                 fix for wrong comment
11958
11959 2001-11-20 [hiro]       0.6.5claws24
11960
11961         * src/compose.[ch]
11962                 more merges from main branch
11963                 removed fatal warnings (uninitialized variables etc.)
11964                 some coding style fix
11965         * src/gtkutils.h
11966                 fixed typo.
11967         * src/addressbook.c
11968           src/addrindex.c
11969                 V-Card -> vCard
11970
11971 2001-11-19 [hoa]        0.6.5claws23
11972
11973         * src/filtering.c
11974         * src/prefs_scoring.c
11975         * src/matcher.[ch]
11976         * src/scoring.c
11977                 cleaning code
11978
11979         * src/matcher_parser_parse.y
11980         * src/prefs_filtering.c
11981                 bouncing
11982
11983 2001-11-19 [alfons]     0.6.5claws22
11984
11985         more of my old things into claws
11986
11987         * src/Makefile.am
11988         * src/prefs_common.c
11989         * src/procmsg.h
11990         * src/summaryview.[ch]
11991         * src/prefs_summary_column.c
11992         * src/pixmaps/locked.xpm
11993                 add indicators for locking of message in summary view
11994                 (does not work yet, only visual indicator)
11995
11996 2001-11-19 [paul]       0.6.5claws21
11997
11998         * sync with sylpheed 0.6.5cvs10
11999                 see ChangeLog entry 2001-11-19
12000
12001 2001-11-18 [alfons]     0.6.5claws20
12002         
12003         * src/filtering.c
12004                 remove an inadvertent free I forgot in previous clean up 
12005
12006 2001-11-18 [alfons]     0.6.5claws19
12007
12008         * src/filtering.[ch]
12009                 clean up & plug leaks
12010
12011 2001-11-18 [paul]       0.6.5claws18
12012
12013         * sync with sylpheed 0.6.5cvs9
12014                 see ChangeLog entries 2001-11-17 and 2001-11-18
12015
12016 2001-11-16 [paul]       0.6.5claws17
12017
12018         * sync with sylpheed 0.6.5cvs8
12019                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
12020
12021 2001-11-16 [paul]       0.6.5claws16
12022
12023         * sync with sylpheed 0.6.5cvs7
12024                 see ChangeLog entries 2001-11-15 and 2001-11-16
12025
12026 2001-11-15 [hoa]        0.6.5claws15
12027
12028         * src/compose.c
12029                 fix bounce, mails we received couln't be bounced to ourself.
12030
12031         * src/defs.h
12032         * src/filtering.[ch]
12033         * src/matcher.[ch]
12034         * src/matcher_parser.h
12035         * src/matcher_parser_lex.l
12036         * src/matcher_parser_parse.y
12037         * src/inc.c
12038         * src/main.c
12039         * src/mbox.c
12040         * src/prefs_filtering.[ch]
12041         * src/mainwindow.c
12042         * src/prefs_matcher.c
12043         * src/prefs_scoring.c
12044         * src/scoring.[ch]
12045         * src/summaryview.c
12046                 new matcher/filter/score configuration file parser
12047                 one unique configuration file => ~/.sylpheed/matcherrc
12048                 import in currently automatic, then save are made
12049                 in this new file.
12050                 one filter per folder and one global filter
12051                 (filter of a folder will be used as folder processing)
12052
12053         * src/folder.c
12054                 fix a bug in folder_item_get_identifier
12055                 
12056         * src/messageview.c
12057                 receive receipt return are fixed.
12058
12059 2001-11-14 [alfons]     0.6.5claws14
12060
12061         * src/session.h
12062                 add things from main branch to make claws compile
12063
12064 2001-11-14 [paul]       0.6.5claws13
12065
12066         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
12067                 see ChangeLog entries 2001-11-08 to 2001-11-14
12068
12069 2001-11-14 [hoa] 0.6.5claws12
12070
12071         * src/compose.[ch]
12072         * src/mainwindow.c
12073         * src/summaryview.c
12074                 add "bounce mail" option
12075
12076 2001-11-13 [christoph]  0.6.5claws11
12077
12078         * src/compose.c
12079                 Cleanup a mess i add before commiting
12080
12081 2001-11-13 [hoa]        0.6.5claws10
12082
12083         * src/compose.c
12084                 some fixes when mail are sent or
12085                 for crossposts
12086
12087 2001-11-13 [christoph]  0.6.5claws9
12088
12089         * po/de.po
12090                 Changed two string with the same translation
12091         * src/compose.c
12092         * src/procmsg.[ch]
12093         * src/send.[ch]
12094                 New mailsending process:
12095                   - Always queue message before sending
12096                     (message will be saved if sylpheed crashed or
12097                      freezes while sending)
12098                   - Allow queuing of newspostings
12099                   - No copy in outbox before sending
12100                     (closes bug #469501)
12101                   - No more redundant code for send and send_later
12102         * src/summaryview.c
12103                 Applied wwp <subscript@free.fr>'s patch that fixes
12104                 marks for multiple forwarded messages (+compose.c)
12105
12106 2001-11-12 [alfons]
12107
12108         * README.claws
12109                 remove things that are now in main branch
12110         
12111         * po/nl.po
12112                 update Dutch translation
12113
12114 2001-11-12 [mhadasht]   0.6.5.claws8
12115
12116         * src/prefs_common.c
12117                 re-enabled account autoselection feature for forward
12118                 and reedit lost during the branch point for SYNC-B4-REL
12119         * src/gtkspell.c
12120                 gtkpspell_get_dict(): more readable code (even if function is
12121                 not used yet)
12122         * ChangeLog.claws
12123                 added version number info to 2001-11-12 [hiro] comment.
12124
12125 2001-11-12 [hiro]       0.6.5.claws7
12126
12127         * src/compose.c
12128                 compose_forward(): fixed a bug that forward quote mark
12129                 wasn't used.
12130                 removed unnecessary code.
12131         * src/template_select.[ch]: removed.
12132
12133 2001-11-11 [alfons]
12134
12135         * src/compose.c
12136                 :%s/GTK_TEXT/GTK_STEXT/g
12137         
12138         * src/compose.[ch]
12139         * src/undo.[ch]
12140         * src/Makefile.am
12141                 revert the undo stuff (this is 0.6.6claws stuff)
12142
12143 2001-11-11 [hoa]        0.6.5.claws6
12144
12145         * src/compose.[ch]
12146                 Insert signature at the end of the text.
12147                 Added undo patch but currently disabled
12148
12149         * src/procmsg.c
12150                 Threading by subject improved.
12151
12152         * added src/undo.[ch]
12153                 Undo module for compose dialog box.
12154
12155 2001-11-11 [alfons]     0.6.5.claws5
12156
12157         * src/procmsg.c
12158                 prevent threading by subject on nodes that have already been
12159                 threaded by in-reply-to (as in "circular references in a tree
12160                 result in a dead branch")
12161
12162 2001-11-09 [hoa]        0.6.5.claws4
12163         
12164         * src/folderview.c
12165                 allows creation of mbox folder item from any files.
12166
12167 2001-11-09 [alfons]     0.6.5.claws3
12168         
12169         * src/utils.c
12170         * src/procmsg.c
12171                 do what I mean and correct threading by subject so it really
12172                 ignores attracting lines without "Re: "
12173
12174 2001-11-07 [alfons]     0.6.5.claws2
12175
12176         * src/procmsg.c
12177         * src/utils.[ch]
12178                 only attract by subject if a subject line starts with a "Re: "
12179         * src/syldap.c
12180                 remove warning
12181
12182 2001-11-07 [paul]       0.6.5claws1
12183
12184         * sync with sylpheed 0.6.5. release
12185                 see ChangeLog entry 2001-11-07
12186
12187 2001-11-07 [paul]       0.6.4claws31
12188
12189         * sync with sylpheed 0.6.4cvs18
12190                 see ChangeLog entries 2001-10-30 to 2001-11-07
12191                 prefs_templates.[ch] renamed prefs_template.[ch]
12192
12193 2001-11-06 [alfons]
12194         
12195         * src/utils.h
12196                 add semicolon Hoa forgot ;-)
12197                 
12198
12199 2001-11-06 [hoa]        0.6.4claws30
12200         
12201         * src/procmsg.c
12202         * src/summaryview.c
12203         * src/utils.c
12204         * src/utils.h
12205                 threading by subject - empty subject are ignored
12206
12207 2001-11-06 [christoph]  0.6.4claws29
12208
12209         * src/socket.c
12210                 use SSL_peek for sock_gets
12211         * src/utils.c
12212                 removed unneeded pointer in extracting quoted
12213                 names implementation
12214
12215 2001-11-06 [melvin]     0.6.4claws28
12216
12217         * src/gtkspell.c
12218                 fixed bug #476792 Selection overtyping with spell checker
12219                 fixed bug which could cause a buffer overflow
12220                 fixed a memory leak
12221
12222 2001-11-06 [hoa]        0.6.4claws27
12223         
12224         * src/procmsg.c
12225         * src/summaryview.c
12226                 threading by subject
12227
12228 2001-11-05 [alfons]     0.6.4claws26
12229         
12230         * README.claws
12231                 Claws -> Sylpheed (vice versa)
12232
12233         * src/compose.c
12234                 :%s/gtk_text/gtk_stext/g
12235                 :%s/GTK_TEXT/GTK_STEXT/g
12236                 (thanks to Jonathan Ware for spotting this)
12237
12238 2001-11-04 [christoph]  0.6.4claws25
12239
12240         * src/summaryview.c
12241                 replace Xalloca + strdup with Xstrdup_a
12242         * src/utils.c
12243                 better implementation of extracting quoted names
12244                 from addresses (remove backlashes and ignore
12245                 quotes after them)
12246
12247 2001-11-04 [alfons]     0.6.4claws24
12248
12249         * src/utils.[ch]
12250                 edit to comply more with coding style
12251
12252         * src/textview.c
12253                 fix bug reported by Kim Schulz. introduced by the patch integrated
12254                 in 0.6.4claws15. the code did not check the return value of
12255                 the html parser.
12256
12257         * AUTHORS
12258                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12259
12260 2001-11-04 [christoph]  0.6.4claws23
12261
12262         * src/main.c
12263         * src/prefs_common.[ch]
12264                 init some pointers that possibly caused a segfault
12265                 reported in the claws-users ML
12266
12267 2001-11-04 [hoa]        0.6.4claws22
12268
12269         * src/grouplistdialog.c
12270                 change the names of the nodes in the tree
12271
12272         * src/compose.c
12273                 enhanced mailto syntax as described in
12274                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12275                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12276
12277         * src/utils.c
12278                 encode and decode URI (useful when opening URL into
12279                 netscape).
12280
12281 2001-11-03 [hoa]        0.6.4claws21
12282
12283         * src/grouplistdialog.c
12284                 a new newsgroups list selection dialog box
12285                 with a CTree instead of a CList
12286
12287 2001-11-03 [hoa]        0.6.4claws20
12288
12289         * src/folderview.c
12290                 enable property and scoring options when right
12291                 click on "inbox"
12292
12293         * src/summaryview.c
12294                 fixed bug when nickname were displayed using
12295                 the address book.
12296
12297 2001-11-02 [darko]      0.6.4claws19
12298
12299         * src/compose.c
12300                 new wrap quotation and URL/long words wrapping implementation
12301         * src/compose.c src/gtkstext.[ch]
12302                 move gtkstext_strncmp() to gtkstext.c
12303
12304 2001-11-01 [christoph]  0.6.4claws18
12305
12306         * src/prefs_account.c
12307                 fixed mess in account settings dialog
12308         * src/prefs_folder_item.c
12309                 added label with folder path to dialog
12310
12311 2001-10-31 [match]      0.6.4claws17
12312
12313         * src/vcard.c
12314                 fix memory leak.
12315         * src/addrbook.c
12316                 fix generation of spurious address book file names.
12317                 remove redundant functions.
12318         * po/POTFILES.in
12319                 added missing file names.
12320
12321 2001-10-30 [paul]       0.6.4claws16
12322
12323         * sync with sylpheed 0.6.4cvs6
12324                 see ChangeLog entries 2001-10-26 to 2001-10-30
12325
12326         * tools/filter_conv.pl
12327                 read folderlist.xml to discover whether the top-level
12328                 folder is called 'Mailbox' or 'Mail' 
12329
12330 2001-10-29 [paul]       0.6.4claws15
12331
12332         * src/html.c, src/textview.c
12333                 activate links in html mail and fix clickable parts
12334                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12335
12336 2001-10-29 [paul]
12337
12338         * po/de.po, po/es.po, po/pt_BR/po
12339                 updated translations, submitted by Jens Oberender,
12340                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12341
12342 2001-10-29 [darko]      0.6.4claws14
12343
12344         * src/compose.c
12345                 fix wrapping for good
12346
12347 2001-10-29 [darko]
12348
12349         * src/compose.c
12350                 undo previous change as it broke the smart wrapping
12351
12352 2001-10-29 [darko]      0.6.4claws13
12353
12354         * src/compose.c
12355                 fix infinite loop when long URL is quoted
12356                 (closes bug #475122.
12357
12358 2001-10-28 [match]
12359
12360         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12361                 import Mutt address book
12362         * src/ldif.[ch] src/importldif.h
12363                 modified import LDIF handle user attributes
12364
12365 2001-10-28 [christoph]  0.6.4claws12
12366
12367         * src/summaryview.c
12368                 fixed that filtering did not work if there
12369                 were no filter rules
12370                 (closes bug #472003 and better implementation
12371                  of patch #474644)
12372
12373 2001-10-27 [christoph]  0.6.4claws11
12374
12375         * src/compose.c
12376                 make the folder's default account to be used when
12377                 replying. (patch by wwp <subscript@free.fr>)
12378         * src/compose.c
12379                 code cleanup, nearly killed all of wwp's patch
12380                 for folder's default account in compose
12381         * src/folderview.c
12382                 error panel when a folder could not be created
12383                 (closes bug #471080 new folder name & already
12384                  existing file)
12385
12386 2001-10-26 [alfons]
12387
12388         * src/utils.h
12389                 change prototype of strstr2() that Christoph forgot about
12390
12391 2001-10-26 [christoph]  0.6.4claws10
12392
12393         * src/account.c
12394                 made search for accounts by email address not case
12395                 sensitive
12396         * src/folder.c
12397                 fixed memory leak in folder_item_get_identifier
12398         * src/gtkspell.c
12399         * src/utils.c
12400                 fixed wrong strstr2 (should work like strstr)
12401
12402 2001-10-26 [darko]      0.6.4claws9
12403
12404         * src/compose.c src/gtkstext.[ch]
12405         * src/gtkstext.c
12406                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12407
12408 2001-10-26 [paul]       0.6.4claws8
12409
12410         * src/html.c
12411                 ignore css and javascript tags in html mail
12412                 case-insensitive, with or without double-quoted
12413                 strings
12414
12415 2001-10-26 [paul]       0.6.4claws7
12416
12417         * sync with sylpheed 0.6.4cvs1
12418                 see ChangeLog entry 2001-10-26
12419
12420         * src/prefs_account.c, src/prefs_common.c,
12421           src/prefs_summary_column.c
12422                 minor improvements to the English
12423
12424 2001-10-25 [alfons]     0.6.4claws6
12425
12426         * src/gtkstext.c
12427         
12428                 make GtkSText follow style of GtkText (closes bug 
12429                 #469211 "text selection while writing message")
12430                 
12431                 do sync with GTK 1.2.10
12432
12433 2001-10-25 [paul]       0.6.4claws5
12434
12435         * src/html.c
12436                 ignore css tags in html mail
12437
12438 2001-10-25 [darko]      0.6.4claws4
12439
12440         * src/compose.c
12441                 don't declare is_url_string as static function since
12442                 we need it in gtkstext.c
12443         * src/gtkstext.c
12444                 remove unused variable
12445                 don't wrap long URLs while composing a message
12446
12447 2001-10-24 [christoph]  0.6.4claws3
12448
12449         * src/socket.c
12450                 fix ssl deadlock, when peer closes connection
12451
12452 2001-10-24 [paul]       0.6.4claws2
12453
12454         * src/prefs_common.c
12455                 gettextize the gpg ascii-armored warning message
12456
12457         * src/compose.c
12458                 insert a DOS/MAC file into the composed message
12459                 (improvements)
12460
12461         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12462
12463 2001-10-22 [paul]       0.6.4claws1
12464
12465         * sync with sylpheed 0.6.4 release
12466                 see ChangeLog entries 2001-10-21
12467
12468         * po/fr.po, po/pt_BR.po
12469                 updated by Melvin Hadasht and Fabio Junior Beneditto
12470
12471 2001-10-21 [paul]       0.6.3claws30
12472
12473         * src/compose.c
12474                 insert a DOS text file from the compose window
12475                 into the composed message text (removes CRs characters)
12476                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12477
12478         * tools/filter_conv.pl, tools/README
12479                 automatically use ~/.sylpheed as working directory
12480                 print out confirmation message on completion
12481
12482         * correct Hoa's last ChangeLog.claws entry
12483
12484 2001-10-20 [hoa]        0.6.3claws29
12485
12486         * src/grouplistdialog.c
12487                 bugfix (another ?) to give the right
12488                 newsgroups list for each news server.
12489
12490         * src/news.c
12491         * src/news.h
12492                 improve the newsgroups list cache
12493
12494 2001-10-20 [paul]       0.6.3claws28
12495
12496         * sync with sylpheed 0.6.3cvs9
12497                 see ChangeLog entry 2001-10-19
12498
12499         * correct Alfons' last ChangeLog.claws entry
12500
12501 2001-10-19 [alfons]
12502
12503         * src/pgptext.[ch]
12504                 fix compilation problems (part of bug #472895)
12505
12506 2001-10-18 [hoa]        0.6.3claws27
12507
12508         * src/grouplistdialog.c
12509                 bugfix when we refresh was clicked (bug 472701)
12510
12511 2001-10-19 [christoph]  0.6.3claws26
12512
12513         * src/compose.c
12514                 last header entry should default to "To:" or
12515                 "Newsgroups:" and not copy the last entry line
12516                 in a new compose window
12517                 (closes bug #472686, #470792)
12518
12519 2001-10-19 [paul]       0.6.3claws25
12520
12521         * sync with Sylpheed 0.6.3cvs8
12522                 see ChangeLog entries 2001-10-18 and 2001-10-19
12523
12524 2001-10-18 [christoph]  0.6.3claws24
12525
12526         * src/procmsg.c
12527                 reimplement ignore thread
12528         
12529 2001-10-18 [hoa]        0.6.3claws23
12530
12531         * src/folderview.c
12532         * src/grouplistdialog.[ch]
12533                 enhanced news subscription interface (feature 469113)
12534
12535         * src/news.c
12536         * src/news.h
12537                 enchanced newsgroup listing,
12538                 now, we can get groups informations
12539                 (NNTPGroupInfo)
12540
12541 2001-10-18 [paul]       0.6.3claws22
12542
12543         * src/summaryview.c
12544                 remove comment (sync with main branch)
12545         * src/mainwindow.c
12546                 fix 'Re-edit' bug in 'Message' menu
12547
12548 2001-10-17 [christoph]  0.6.3claws21
12549
12550         * src/compose.c
12551                 ignore empty or whitespace only header lines
12552
12553 2001-10-17 [paul]       0.6.3claws20
12554
12555         * sync with sylpheed 0.6.3cvs7
12556                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12557                 2001-10-17
12558
12559 2001-10-17 [darko]
12560
12561         * src/compose.c
12562                 wrap long lines without spaces
12563                 don't wrap URLs
12564
12565 2001-10-16 [paul]
12566
12567         * po/es.po, po/nl.po, po/pt_BR.po
12568                 updated by Ricardo Mones Lastra, Alfons,
12569                 and Fabio Junior Beneditto
12570
12571         * sylpheed-0.6.3claws released
12572
12573 2001-10-15 [melvin] 0.6.3claws18
12574
12575         * README.claws
12576                 added summary and detailed installation instructions
12577                 for spell checker
12578         * po/fr.po
12579                 Updated, corrected and completed french translation
12580
12581 2001-10-15 [hoa] 0.6.3claws17
12582         * src/grouplistdialog.c
12583                 we can choose the newsgroups to display with wildcards
12584
12585 2001-10-15 [christoph]  0.6.3claws16
12586
12587         * src/account.c
12588         * src/compose.c
12589         * src/prefs_folder_item.[ch]
12590                 applied wwp <subscript@free.fr>'s folder
12591                 default account patch
12592         * po/de.po
12593                 Fixed wrong translation
12594
12595 2001-10-13 [alfons, christoph, melvin]  
12596                         0.6.3claws15
12597
12598         solution #2 to solve MT-safety problems defers all GUI related calls
12599         to the main thread using a gtk_idle_add() callback. discussed on
12600         ircnet #sylpheed, with christoph spotting some issues with the
12601         original code, and melvin allowing us to lobotomize his sylpheed.
12602
12603         * src/syldap.[ch], src/main.c
12604                 fix race problem in ldap search thread by deferring GUI 
12605                 stuff to main thread using gtk_idle_add()
12606
12607 2001-10-13 [paul]       0.6.3claws14
12608
12609         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12610                 add Sergey's smtpcred.patch
12611                 adds separate username/password setting for SMTP Auth
12612                 needed by some servers
12613                 (closes feature request #471659)
12614
12615 2001-10-13 [paul]       0.6.3claws13
12616
12617         * src/pgptext.[ch] **NEW FILES**
12618         * src/Makefile.am, src/messageview.c, src/mimeview.c
12619                 decrypt ascii-armored gpg text embedded in
12620                 the message body.
12621                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12622
12623 2001-10-13 [christoph]  0.6.3claws12
12624
12625         * README.claws
12626                 some more details on default to and
12627                 feature requests
12628         * src/main.c
12629                 init glib threading when ldap is used
12630         * src/syldap.c
12631                 threading fixes
12632         * po/de.po
12633                 fixed a typo
12634
12635 2001-10-12 [paul]       0.6.3claws11
12636
12637         * src/prefs_common.[ch], src/rfc2015.c
12638                 enable ascii-armored gpg text to be embedded in the
12639                 message body, selectable through the 'Privacy'
12640                 preferences. Supports encrypting only.
12641                 Submitted by Ravemax <ravemax@dextrose.com>
12642
12643 2001-10-12 [paul]       0.6.3claws10
12644
12645         * sync with sylpheed 0.6.3cvs6
12646                 see ChangeLog entries 2001-10-11 and 2001-11-12
12647
12648         * src/folderview.c
12649                 incorporated mbox folders, scoring, and folder
12650                 properties into the sync
12651
12652 2001-10-12 [darko]      0.6.3claws9
12653
12654         * README.claws
12655                 describe quotation wrapping
12656         * src/compose.c
12657                 don't treat tab as space to calculate line length properly
12658
12659 2001-10-11 [alfons]
12660
12661         * README.claws
12662                 correct description of how to make new filtering system work,
12663                 add some other things
12664                 
12665         * src/syldap.c
12666                 remove sched_yield() (not necessary / unportable)
12667
12668 2001-10-11 [paul]       0.6.3claws8
12669
12670         * sync with sylpheed 0.6.3cvs3
12671                 see ChangeLog entry 2001-10-10
12672
12673 2001-10-10 [christoph]  0.6.3claws7
12674
12675         * .cvsignore
12676                 ignore 2 files created by newer autotools
12677         * src/prefs_folder_item.c
12678                 using table for widget alignment
12679                 fixed memory leak and broken octal display
12680         * src/filesel.c
12681                 fixed segfault caused by lost filename
12682                 workaround (closes bug #469551)
12683
12684 2001-10-10 [paul]       0.6.3claws6
12685
12686         * sync with sylpheed 0.6.3cvs2
12687                 see ChangeLog entries 2001-10-09 and 2001-10-10
12688
12689 2001-10-10 [darko]      0.6.3.claws5
12690
12691         * src/gtkstext.c
12692                 proper calculation of right margin if smart wrapping is enabled
12693         * src/compose.c
12694                 automatically wrap long lines if wrap quotation is enabled
12695
12696 2001-10-09 [alfons]     0.6.3.claws4
12697
12698         * src/summaryview.c
12699                 select correct row when deleting last row in the summary view (and
12700                 close bug "[ #469104 ] select second last in list when deleting")
12701
12702 2001-10-09 [paul]       0.6.3claws3
12703
12704         * sync with sylpheed 0.6.3cvs1
12705                 updated some autotool scripts
12706
12707 2001-10-09 [darko]      0.6.3claws2
12708
12709         * src/gtkstext.[ch]
12710                 new name and mark with Sylpheed comment
12711         * src/compose.c
12712                 smart quotation wrapping a-la VIM
12713
12714 2001-10-08 [paul]       0.6.3claws1
12715
12716         * sync with sylpheed 0.6.3 release
12717                 see ChangeLog entry 2001-10-08
12718
12719 2001-10-08 [paul]       0.6.2claws24
12720
12721         * src/summaryview.c
12722                 more sync with sylpheed 0.6.2cvs12
12723                 Fixed the bug that didn't select the last row correctly
12724
12725
12726 2001-10-07 [paul]       0.6.2claws23
12727
12728         * sync with sylpheed 0.6.2cvs12
12729                 see ChangeLog entry 2001-10-07
12730
12731 2001-10-06 [match]
12732         * src/jpilot.[ch]
12733                 enable jpilot to read unsynch'ed addresses.
12734
12735         * src/editldap_basedn.c
12736                 fix segfault when opening dialog.
12737
12738 2001-10-06 [alfons]     0.6.2.claws22
12739
12740         * src/summaryview.c
12741                 fix bug with summary view selecting last *inserted*
12742                 node instead of last *visible* node. remember we
12743                 work with a tree
12744
12745 2001-10-06 [paul]       0.6.2claws21
12746
12747         * po/pt_BR.po
12748                 updated translation, contains some fixes and new
12749                 translations, submitted by Gustavo Noronha Silva
12750                 <kov@debian.org>
12751
12752         * src/prefs_common.c
12753                 change 'each' to 'every' - fix dubious English
12754
12755         * sync with sylpheed 0.6.2cvs11
12756
12757 2001-10-05 [alfons]     0.6.2claws20
12758
12759         * src/mainwindow.[ch], src/folderview.c
12760                 make composite tool button switch between "Compose News"
12761                 and "Compose Mail" depending on selected folder
12762                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12763
12764 2001-10-05 [paul]       0.6.2claws19
12765
12766         * src/mainwindow.c, src/summaryview.c
12767                 fix 'Message/Reply to all', broken in last commit
12768
12769         * src/compose.c
12770                 fix X_BEENTHERE seg fault, thanks to Alfons
12771
12772 2001-10-04 [paul]       0.6.2claws18
12773
12774         * src/compose.[ch], src/mainwindow.c
12775                 make "Message/Reply" reply to mailing lists; matches
12776                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12777                 based on portions of the patch submitted by
12778                 Junichi Uekawa <dancer@netfort.gr.jp>
12779
12780 2001-10-04 [darko]      0.6.2claws17
12781
12782         * src/compose.c
12783                 better smart wrapping
12784         * src/gtkstext.[hc]
12785                 a function to make text buffer contiguous
12786
12787 2001-10-03 [paul]       0.6.2claws16
12788
12789         * sync with sylpheed 0.6.2cvs10
12790
12791 2001-10-02 [alfons]
12792
12793         * configure.in
12794         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12795                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12796                 references to chinese translations (hope someone picks up
12797                 this)
12798
12799 2001-10-02 [christoph]  0.6.2claws15
12800
12801         * src/compose.c
12802                 fixed non translated header bug
12803         * ChangeLog.claws
12804                 fixed wrong date in alfons last entry ;)
12805
12806 2001-10-02 [alfons]     0.6.2claws14
12807
12808         * src/compose.c, src/prefs_common.[ch]
12809                 add block cursor option
12810
12811 2001-10-02 [paul]       0.6.2claws13
12812
12813         * sync with sylpheed 0.6.2cvs9
12814
12815 2001-09-30 [paul]       0.6.2claws12
12816
12817         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12818                 updated translations
12819
12820         * po/POTFILES.in
12821                 add 'src/importldif.c'
12822
12823         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12824                 added eudora-to-vCard conversion tool
12825                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12826
12827         * sync with sylpheed 0.6.2cvs8
12828
12829 2001-09-30 [paul]
12830
12831         * sylpheed-0.6.2claws released
12832
12833 2001-09-27 [melvin]     0.6.2claws11
12834
12835         * src/gtkspell.c
12836                 fixed crash when using default path (introduced 
12837                 in 0.6.2claws10)
12838                 fixed tiny bug for initial suggestion mode
12839
12840 2001-09-27 [melvin]     0.6.2claws10
12841         
12842         * src/gtkspell.c
12843                 fixed bug where gtkpspell didn't set the path correctly
12844
12845         * README.claws
12846                 added a paragraph about spell checking
12847                 
12848
12849
12850 2001-09-27 [paul]       0.6.2claws9
12851
12852         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12853                 replace '// comments' with '/* comments */' to prevent
12854                 some compiler warnings 
12855
12856         * sync with sylpheed 0.6.2cvs6
12857
12858 2001-09-26 [alfons]     0.6.2claws8
12859
12860         * src/messageview.c
12861                 introduce return receipt request notification again,
12862                 which was lost because of other semantics in 
12863                 procheader_parse() (???)
12864
12865 2001-09-26 [christoph]  0.6.2claws7
12866
12867         * src/compose.c
12868                 replace comments for old code with #if 0
12869                 readded auto cc, bcc and reply-to
12870         * src/prefs_matcher.c
12871         * src/prefs_scoring.c
12872                 removed some definition (was moved to
12873                 prefs.h)
12874
12875 2001-09-26 [paul]       0.6.2claws6
12876
12877         * src/mainwindow.c
12878                 make 'Follow-up and reply to' sensitive
12879
12880         * more sync with sylpheed 0.6.2cvs5
12881
12882 2001-09-25 [melvin]
12883
12884         * 0.6.2claws5
12885
12886         * src/gtkspell.c
12887                 fixed bug for "US-ASCII" introduced by the encoding code
12888
12889 2001-09-25 [paul]
12890
12891         * 0.6.2claws4
12892
12893         * src/prefs_common.[ch], src/summaryview.c
12894                 'next unread msg' 'go to next folder?' dialog can be
12895                 given default behaviour, either always show dialog,
12896                 or assume 'yes', or assume 'no'
12897                 Submitted by wwp <subscript@free.fr>
12898
12899 2001-09-25 [melvin]
12900                 
12901         * src/compose.c src/gtkspell.[ch]
12902                 added support for different encodings
12903
12904 2001-09-25 [paul]
12905
12906         * more sync with sylpheed 0.6.2cvs5
12907
12908 2001-09-24 [alfons]
12909         
12910         * src/prefs_folder_item.c
12911                 add check for item->prefs->default_to string is NULL and
12912                 add another check when freeing this string
12913
12914 2001-09-24 [paul]
12915
12916         * configure.in
12917                 change to version 0.6.2claws3
12918
12919         * sync with sylpheed 0.6.2cvs5 
12920
12921 2001-09-24 [match]
12922         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12923                 import LDIF files.
12924         * src/addrcache.[ch], addrindex.[ch]
12925                 small update for future
12926         * src/addrbook.c
12927                 fix test XML file.
12928
12929 2001-09-24 [melvin]
12930         * src/gtkspell.[ch]
12931                 added 'Learn from mistakes' option
12932                 better handling of quotes in checked words
12933                 sorted dict list
12934         * po/fr.po
12935                 small update for spell checking stuff
12936
12937 2001-09-23 [alfons]
12938         
12939         * src/gtkspell.c
12940                 edit a little bit so it complies more with main coding style
12941
12942 2001-09-23 [alfons]
12943
12944         * src/folder.[ch], prefs_folder_item.c, compose.c
12945                 migrate "request return receipt" folder property
12946                 to folderlist.xml
12947
12948 2001-09-22 [alfons]
12949
12950         * README.claws **NEW**
12951                 (add things of interest for users of main branch 
12952                 and claws here)
12953
12954         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12955                 re-implement threading per folder option, but store 
12956                 the setting in folderlist.xml (where it belongs)
12957
12958 2001-09-21 [melvin]
12959
12960         * src/gtkspell.[ch]
12961                 fixed bug when compose window is under another window
12962         * src/prefs_common.[ch] src/compose.c
12963                 changed 'dictionary_path' to 'dictionary' to be consistent
12964                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12965         * ac/pspell.m4 src/Makefile.am 
12966                 dropped PSPELL_PATH macro
12967         * po/fr.po
12968                 updated translations
12969
12970 2001-09-21 [christoph]
12971
12972         * src/compose.c
12973                 added border around header fields
12974                 keep header type when new field is added
12975
12976 2001-09-20 [christoph]
12977
12978         * src/utils.[ch]
12979                 more portable debug_print with source filename
12980                 and linenumber
12981         * src/procmsg.c
12982                 more newlines after debug messages
12983
12984 2001-09-20 [paul]
12985
12986         * configure.in
12987                 change to version 0.6.2claws2
12988
12989         * sync with sylpheed 0.6.2cvs3
12990
12991 2001-09-19 [melvin]
12992
12993         * src/gtkspell.c
12994                 fixed the post-right-click focus pb
12995                 fixed crash when 'Spell check all' after dict change 
12996                         and when cursor is at the end of the text
12997                 shift-right-click pops up config menu even on misspelled words.
12998         * po/POTFILES.in
12999                 added gtkspell.c
13000
13001 2001-09-19 [melvin]
13002
13003         * src/about.c
13004                 added pspell to compiled-in features list
13005
13006 2001-09-18 [melvin]
13007
13008         * switched to pspell and dropped ispell
13009         * ac/pspell.m4
13010                 new file. autoconf macro for pspell
13011         * ac/Makefile.am 
13012         * configure.in acconfig.h
13013                 added pspell support
13014         * src/Makefile.am
13015         * src/main.c src/compose.[ch] src/gtkspell.[ch]
13016         * src/prefs_common.[ch] 
13017                 added pspell support
13018
13019 2001-09-18 [christoph]
13020
13021         * src/addr_compl.c
13022         * src/template.[ch]
13023                 replace LOG_MESSAGE with debug_print
13024         * src/compose.[ch]
13025                 gui improvements
13026         * src/menu.c
13027                 added newline after debug message
13028         * src/utils.h
13029                 using __VA_ARGS__ for debug_print macro
13030         * tools/.cvsignore
13031                 ignore Makefile and Makefile.in
13032
13033 2001-09-18 [paul]
13034
13035         * configure.in
13036                 change to version 0.6.2claws1
13037         * sync with sylpheed 0.6.2cvs1
13038
13039         * src/matcher.c 
13040         * src/prefs_matcher.c
13041                 add 'score equal to' option, submitted by
13042                 Paul Evans <nerd@freeuk.com>
13043
13044 2001-09-15 [christoph]
13045
13046         * src/mainwindow.c
13047                 comment out menu entry not existing in claws
13048         * src/menu.c
13049                 add debug output for non existing menu entries
13050         * src/summaryview.c
13051                 fix next/prev unread message for ignored threads
13052         * src/utils.[ch]
13053                 add sourcefile and line number to debug output
13054                 otherwise it is sometimes hard to find the
13055                 source code part if debug messages are translated
13056
13057 2001-09-14 [darko]
13058         
13059         * src/folderview.c
13060                 refresh target folder style after colour is changed
13061
13062 2001-09-13 [paul]
13063
13064         * configure.in
13065                 change to version 0.6.1claws3
13066
13067         * sync with sylpheed 0.6.1cvs6
13068
13069 2001-09-13 [darko]
13070         
13071         * src/folderview.c
13072                 fix target folder colourization to use user selected colour
13073
13074 2001-09-12 [darko]
13075         
13076         * src/summaryview.c
13077                 fix crash when message that is marked for copy/move is unmarked
13078
13079 2001-09-09 [paul]
13080
13081         * configure.in
13082                 change to version 0.6.1claws2
13083
13084         * sync with sylpheed 0.6.1cvs3
13085
13086 2001-09-09 [alfons]
13087         
13088         * src/folderview.c
13089                 fix bug with default font used for trash folder text
13090
13091 2001-09-06 [paul]
13092
13093         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13094                 updated translations
13095
13096         * configure.in
13097                 change to version 0.6.1claws1
13098
13099         * sync with sylpheed 0.6.1cvs2
13100
13101 2001-09-03 [paul]
13102
13103         * po/POTFILES.in
13104                 add Match's new addressbook
13105
13106         * po/de.po
13107                 updated translation submitted by Jens Oberender
13108
13109 2001-09-02 [paul]
13110
13111         * configure.in
13112                 change to 0.6.1claws
13113         * sync with sylpheed 0.6.1 release
13114
13115 2001-09-02 [paul]
13116
13117         * configure.in
13118                 change to 0.6.0claws2
13119
13120         * sync with sylpheed 0.6.0cvs4
13121
13122         * po/pt_BR.po
13123                 updated translation submitted by Fabio Junior Beneditto
13124
13125 2001-09-01 [match]
13126         * pixmaps/
13127                 interface.xpm
13128                 book.xpm
13129                 address.xpm
13130         * src/
13131                 Makefile.am
13132                 a ton of new files
13133
13134 2001-08-31 [paul]
13135
13136         * configure.in
13137                 change to version 0.6.0claws1
13138
13139         * sync with sylpheed 0.6.0cvs1
13140
13141         * po/es.po
13142                 updated translation submitted by Ricardo Mones Lastra
13143
13144         * po/POTFILES.in
13145                 add 'src/prefs_templates.c'
13146
13147         * src/compose.c, src/summaryview.c
13148                 fix segfault on 'Re_edit'               
13149
13150 2001-08-30 [alfons]
13151
13152         * configure.in, Makefile.am
13153         * tools/Makefile.am
13154                 add tools directory to source distribution
13155
13156 2001-08-30 [paul]
13157
13158         * configure.in
13159                 change to version 0.6.0claws
13160
13161         * sync with sylpheed 0.6.0 release
13162
13163 2001-08-30 [christoph]
13164
13165         * configure.in
13166                 removed autoconf version check
13167
13168 2001-08-30 [paul]
13169
13170         * src/account.c, src/compose.c, src/prefs_common.[ch]
13171         * src/procheader.[ch] src/utils.[ch]
13172                 Enhanced automatic account selection on replies
13173                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13174
13175         * configure.in
13176                 add LDAP and JPilot to the configuration results output.
13177
13178 2001-08-29 [christoph]
13179
13180         * src/summeryview.c
13181                 no bold font for ignored threads
13182
13183 2001-08-29 [paul]
13184
13185         * configure.in
13186                 change to version 0.5.3claws6
13187
13188         * sync with sylpheed 0.5.3cvs10
13189                 src/stringtable.[ch]: New Files
13190
13191         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13192         * src/pixmaps/sylpheed.xpm
13193                 add mini-icons to windows (by Alfons)
13194
13195 2001-08-27 [paul]
13196
13197         * src/mainwindow.c
13198                 new functions: next_labeled_cb(), prev_labeled_cb()
13199
13200         * src/summaryview.c
13201                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13202                 summary_select_next_labeled(), summary_select_prev_labeled()
13203
13204         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13205                 give claws blue folders and a blue trash can
13206
13207 2001-08-27 [paul]
13208
13209         * configure.in
13210                 change to version 0.5.3claws5
13211
13212         * sync with sylpheed 0.5.3cvs9
13213                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13214
13215 2001-08-24 [christoph]
13216
13217         * src/filesel.c
13218                 keep filename when browsing directories
13219                 (not working for user entered filename, but
13220                  for default name and selected filename from
13221                  file list)
13222         * src/mainwindow.c
13223                 fixed wrong spelling "Folllow-up"
13224         * src/mbox_folder.c
13225         * src/procmsg.c
13226         * src/summaryview.c
13227                 fixed new/unread message count with ignored
13228                 threads (2 commits, first didn't notice no
13229                 longer needed decreasing)
13230         * src/inc.c
13231                 readded scrolling of progress dialog
13232                 (lost in sync)
13233
13234 2001-08-24 [paul]
13235
13236         * configure.in
13237                 change to 0.5.3claws4
13238
13239         * sync with sylpheed 0.5.3cvs7
13240
13241 2001-08-24 [christoph]
13242
13243         * src/compose.c
13244                 set request return receipt when replying
13245                 if it is set is the folder prefs of the
13246                 message
13247         * src/inc.c
13248                 disable final error popup if popups are
13249                 disabled in config (again)
13250
13251 2001-08-23 [paul]
13252
13253         * configure.in
13254                 Change version number to 0.5.3claws3
13255
13256         * sync with sylpheed 0.5.3cvs5
13257
13258         * src/mimeview.c
13259                 double quote '%s' in 'gedit %s' to fix bug when
13260                 opening attachment with spaces in the name
13261
13262 2001-08-22 [alte]
13263         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13264           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13265                 initial message templates support
13266
13267
13268 2001-08-22 [paul]
13269
13270         * configure.in
13271                 change version number to 0.5.3claws2
13272
13273         * sync with sylpheed 0.5.3cvs4
13274
13275         * src/procmsg.h src/summaryview.c
13276                 re-implement (un)ignore thread
13277
13278 2001-08-21 [paul]
13279
13280         * src/summaryview.c
13281                 remove unnecessary code
13282         * src/compose.c
13283                 enable 'dynamic' signatures (submitted by
13284                 Eric Limpens <eric@hscg-internet.nl>)
13285
13286 2001-08-21 [paul]
13287
13288         clean up after sync with sylpheed 0.5.3 release
13289
13290         * src/folderview.c
13291                 fix re-introduced font mess, see Christoph's
13292                 entry 2001-06-24
13293
13294         * src/summaryview.c
13295                 remove prev_msgnum
13296                 use sylpheed's small font instead of
13297                 gtk default font for summary view
13298
13299
13300 2001-08-17 [paul]
13301
13302         * configure.in
13303                 add pl to ALL_LINGUAS - sync with main branch
13304
13305         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13306                 Updated. Translations by Jens Oberender, Ricardo Mones
13307                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13308
13309         * po/pl.po  ** NEW FILE **
13310                 sync with the main branch
13311
13312         * src/folderview.c
13313                 fix target folder colorizing and refresh problem
13314
13315
13316 2001-08-17 [christoph]
13317
13318         * src/mainwindow.c
13319                 claws uses 4 colors for target folder coloring.
13320                 arrays were not long enough and destroyed the
13321                 stack causing a segfault.
13322                 target folder colorizing does not work anymore
13323                 for me
13324
13325 2001-08-16 [paul]
13326
13327         * configure.in
13328                 change to version 0.5.3claws1
13329
13330         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13331           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13332           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13333
13334                 sync with sylpheed 0.5.3 release, but keep claws method of
13335                 configuring/saving fonts
13336
13337         * src/addressbook.[ch]
13338                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13339                 in line with a similar change in Hiroyuki's branch
13340
13341         * src/mainwindow.[ch]
13342                 disable main_window_set_thread_option()
13343         * src/prefs_folder_item.c
13344                 comment out &tmps_prefs.enable_thread,
13345         * src/mbox_folder.c, src/procmsg.[ch]
13346                 comment out MSG_IS_IGNORE_THREAD
13347         * src/summaryview.c
13348                 comment out summary_ignore_thread() and summary_unignore_thread()
13349                 comment out MSG_IS_IGNORE_THREAD
13350
13351                 use Hiroyuki's threading instead.
13352
13353
13354
13355 2001-08-15 [paul]
13356
13357         * src/account.c
13358                 use Hiroyuki's 0.5.3 column scheme but also
13359                 include the enable/disable button.
13360         * src/pixmaps/mark.xpm
13361                 add Hiroyuki's amended pixmap
13362
13363 2001-08-13 [christoph]
13364
13365         * src/account.c
13366                 receive at get all column showed wrong state for APOP
13367                 button should only work for POP3 and APOP accounts
13368         * src/prefs_account.c
13369                 added missing preprocessor statement for SSL
13370
13371 2001-08-12 [paul]
13372
13373         * src/account.[ch]
13374                 add 'receive at get all' column and enable/disable
13375                 button.
13376
13377 2001-08-06 [christoph]
13378
13379         * src/account.c
13380                 show usage of SSL in protocol column
13381
13382         * src/imap.c
13383         * src/inc.c
13384                 renamed ssl options
13385
13386         * src/prefs_account.[ch]
13387                 moved ssl options to a new page
13388
13389         * src/send.c
13390         * src/smtp.c
13391         * src/ssl.[ch]
13392                 renamed ssl options
13393                 added support for SMTP STARTTLS command
13394
13395 2001-08-05 [christoph]
13396
13397         * configure.in
13398                 debian autoconf needs version check to find
13399                 correct autoconf version. if the file is
13400                 named configure.in 2.13 is used, which does
13401                 not work with this configure.in script.
13402                 other solution would be to rename the script
13403                 to configure.ac as suggested in the autoconf
13404                 manual.
13405
13406         * src/inc.c
13407                 disable final error popup if popups are
13408                 diabled in config
13409
13410         * src/socket.c
13411                 bugfix in ssl_gets
13412                 fixes IMAP over SSL problem
13413
13414 2001-08-03 [paul]
13415
13416         * configure.in
13417                 change to 0.5.2claws1
13418
13419         * sync with sylpheed 0.5.2cvs1
13420
13421 2001-08-02 [alfons]
13422
13423         * configure.in
13424                 quick fix for ispell detection...
13425
13426 2001-08-01 [paul]
13427
13428         * configure.in
13429                 change to 0.5.1claws4
13430
13431         * sync with sylpheed 0.5.1cvs7
13432
13433 2001-07-31 [alfons]
13434
13435         * src/prefs_common.c, src/prefs_common.h, 
13436           src/gtkspell.c, src/gtkspell.h
13437                 add global spelling checker settings (compose tab) +
13438                 selection of dictionary 
13439           
13440         * configure.in  
13441                 guess valid ispell location
13442
13443 2001-07-31 [paul]
13444
13445         * po/POTFILES.in
13446                 removal of 'src/quote_fmt_parse.c'
13447         * po/de.po
13448                 Updated de.po
13449                 (submitted by Jens Oberender <didge@suse.de>)
13450
13451 2001-07-31 [darko]
13452
13453         * src/folder.[ch]
13454         * src/folderview.[ch]
13455         * src/mainwindow.c
13456         * src/mh.c
13457         * src/prefs_common.[ch]
13458         * src/summaryview.c
13459                 target folder colourization
13460
13461 2001-07-30 [paul]
13462
13463         more sync with Sylpheed 0.5.1cvs6 
13464
13465 2001-07-30 [darko]
13466
13467         * src/mh.c
13468         * src/prefs_folder_item.[hc]
13469         * src/summaryview.c
13470                 shared folders support with a GUI
13471
13472 2001-07-29 [paul]
13473
13474         0.5.1claws3
13475
13476         * sync with Sylpheed 0.5.1cvs6
13477
13478 2001-07-29 [paul]
13479
13480         * po/pt_BR.po
13481                 updated
13482                 (submitted by Fabio Junior Beneditto)
13483
13484 2001-07-28 [paul]
13485
13486         * src/procmime.c
13487         * AUTHORS
13488                 patch to correct bad image mime headers
13489                 (submitted by Don Quijote <dq@searchlores.org>)
13490
13491 2001-07-28 [paul]
13492
13493         * tools/gif2xface.pl   **NEW FILE**
13494         * tools/README
13495                 script to convert file.gif to file.xface for
13496                 use in a custom header.
13497                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13498
13499 2001-07-27 [alfons]
13500         
13501         * configure.in
13502                 change macros for detecting JPilot and LDAP
13503
13504 2001-07-27 [christoph]
13505
13506         * src/filtering.c
13507                 code cleanup (MIN / MAX warning, needed casting)
13508
13509 2001-07-27 [alfons]
13510
13511         * procheader.c
13512                 disallow setting flags when detecting certain headers
13513                 (X-Status, Status, Seen, X-Seen). 
13514         
13515         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13516
13517 2001-07-27 [christoph]
13518
13519         * src/prefs_filter.c
13520         * src/prefs_filtering.c
13521         * src/prefs_matcher.c
13522         * src/prefs_scoring.c
13523                 scroll list when moving rows up or down
13524
13525         * src/imap.c
13526         * src/imap.h
13527         * src/prefs_account.c
13528         * src/prefs_account.h
13529         * src/send.c
13530                 SMTP over SSL (untested, feedback requested)
13531                 IMAP over SSL
13532
13533         * src/ssl.c
13534                 code cleanup
13535
13536 2001-07-26 [alfons]
13537         
13538         * configure.in, acconfig.h
13539                 define CLAWS (need this for main / claws detection)
13540
13541 2001-07-25 [alfons]
13542
13543         * configure.in
13544                 Sylpheed 0.5.1claws2
13545                 
13546         * sync with Sylpheed 0.5.1cvs4
13547
13548 2001-07-25 [christoph]
13549
13550         * src/scoring.c
13551                 fixed segfault
13552                 item->prefs == NULL (don't know why)
13553
13554 2001-07-25 [alfons]
13555
13556         * configure.in
13557                 Sylpheed 0.5.1claws1
13558
13559         * sync with Sylpheed 0.5.1cvs1-3
13560
13561 2001-07-24 [christoph]
13562
13563         * src/folderview.c
13564         * src/prefs_folder_item.[ch]
13565                 added folderitem preferences dialog with
13566                 default To: and auto request return receipt
13567
13568         * src/compose.[ch]
13569         * src/menu.[ch]
13570                 changes to handle new folderitem preferences
13571
13572         * src/mainwindow.c
13573         * src/summaryview.c
13574                 call compose new mail with current folderitem
13575
13576 2001-07-24 [alfons]
13577
13578         Release Sylpheed 0.5.1claws
13579
13580         * configure.in
13581                 change to release version 0.5.1claws
13582
13583 2001-07-24 [christoph]
13584
13585         * src/summaryview.c
13586                 fixed segfault that happend when the selected
13587                 message was removed while retrieving new messages.
13588
13589         * po/es.po
13590                 updated translation
13591                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13592
13593 2001-07-22 [alfons]
13594
13595         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13596         this is a work in progress, for more information: http://nlpagan.net/sylman 
13597         
13598         * configure.in, src/mainwindow.c, manual/Makefile.am
13599                 add support for English manual
13600
13601         * AUTHORS
13602                 add authors of user manuals
13603
13604         * manual/en/sylpheed*.html
13605                 add English documentation
13606
13607 2001-07-22 [christoph]
13608
13609         * po/POTFILES.in
13610                 added src/ssl.c
13611         * src/ssl.c
13612                 changed a wrong debug message
13613
13614 2001-07-22 [alfons]
13615
13616         * po/nl.po
13617                 update Dutch translation
13618
13619         * src/prefs_filtering.c, 
13620           src/prefs_matcher.c
13621                 add more translatable strings           
13622
13623 2001-07-21 [alfons]
13624
13625         0.5.0claws7
13626
13627         * configure.in
13628                 change version
13629
13630         * src/inc.c, src/summaryview.[ch]
13631                 prevent update of mark file when filtering has done, by
13632                 using a variable; this affects two functions:
13633                         inc.c::inc_finished()
13634                         summaryview.c::summary_show()
13635
13636 2001-07-20 [alfons]
13637
13638         * src/filtering.[ch], src/prefs_filtering.c, 
13639           src/matcher.[ch]
13640                 add filtering action for label coloring 
13641
13642         * po/POTFILES.in
13643                 add labelcolors.c
13644
13645         * added src/labelcolors.c
13646         * added src/labelcolors.h
13647         * src/Makefile.am, src/summaryview.c
13648                 rearrange label coloring code
13649
13650         * src/procmsg.h
13651                 add more parentheses so label colouring works correctly
13652
13653         * src/filtering.c
13654                 don't really delete message, but move it to Trash
13655
13656         * src/prefs_matcher.c
13657                 add quote options to info dialog
13658
13659 2001-07-20 [christoph]
13660
13661         * src/Makefile.am
13662         * src/inc.c
13663         * src/main.[ch]
13664         * src/socket.h
13665         * src/ssl.[ch] (new)
13666                 moved ssl stuff to a seperate file
13667
13668 2001-07-20 [darko]
13669
13670         * src/summaryview.c
13671                 fix show sender using address book with no e-mail
13672                 address in From: field
13673
13674 2001-07-19 [alfons]
13675
13676         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13677                 fix messy handling of escaping... now at least the
13678                 execute command is useful. escape char is '\', we
13679                 accept \n and \r too. 
13680
13681                 Real life example:
13682                 
13683                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13684                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13685
13686 2001-07-18 [alfons]
13687
13688         0.5.0claws6
13689
13690         * src/summaryview.c
13691                 clean up
13692
13693         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13694           src/procmsg.[ch]
13695                 revise filtering; currently move, copy, marking have
13696                 been tested. if you like bleeding edge stuff, you
13697                 should definitely go for this version :)
13698
13699         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13700
13701 2001-07-17 [christoph]
13702
13703         * src/utils.c
13704                 timestamp log
13705
13706 2001-07-17 [alfons]
13707
13708         0.5.0claws5
13709
13710         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13711           bits in the mark file, without affecting either branch. Lots of
13712           files changed, also in claws branch.
13713
13714           UNTESTED: use of mbox folders
13715
13716         * src/summaryview.c
13717                 added mark all read; however this was a quick hack used for
13718                 cleaning up mess after initial merge with Hiroyuki
13719
13720         * configure.in
13721                 change claws version number back to 0.5.0claws5 to clear up 
13722                 confusion & pretension (recent release was technically 
13723                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13724
13725 2001-07-16 [alfons]
13726
13727         sync with Hiroyuki's 0.5.0cvs4
13728
13729 2001-07-16 [alfons]
13730
13731         0.5.1claws3
13732
13733         * src/filtering.[ch]
13734                 remove invalid updating of mark files for 
13735                 filter actions MATCHING_ACTION_MOVE and 
13736                 MATCHING_ACTION_DELETE; this should fix the
13737                 folder update bug
13738                 
13739         * src/procmsg.c
13740                 revert Christoph's stab at fixing the folder 
13741                 update bug
13742
13743         * po/POTFILES.in
13744                 add missing files with translatable strings
13745
13746         * src/summaryview.c
13747                 remove debug print
13748
13749 2001-07-15 [alfons]
13750
13751         * src/addr_compl.[ch], src/prefs_filtering.c
13752                 make "filtering pref dialog's destination entry" an
13753                 "address completable entry", if filter destination is 
13754                 an email address
13755
13756         0.5.1claws2
13757         
13758         sync with Hiroyuki's 0.5.0cvs2-3
13759
13760 2001-07-15 [christoph]
13761
13762         * src/procmsg.c
13763                 fixed folder stats update after incorporation
13764
13765 2001-07-15 [alfons]
13766
13767         * src/summaryview.c
13768                 * finish label colouring stuff (for now)
13769                 * fix incorrect colour bug (off by one) 
13770
13771 2001-07-14 [alfons]
13772
13773         * src/mainwindow.c
13774                 change text labels for news and mail message so there's
13775                 plenty of toolbar estate left
13776
13777         * configure.in
13778                 0.5.1claws1
13779
13780         * src/folderview.c
13781           src/folder.[ch]
13782                 sync with Hiroyuki's 0.5.0cvs1
13783
13784         * src/summaryview.c
13785                 more rewrite label colouring
13786
13787 2001-07-14 [alfons]
13788
13789         * src/summaryview.[ch]
13790                 * start rewrite label colouring 
13791                 * fix proper location "Add Sender To Addressbook" menu item
13792
13793 2001-07-13
13794
13795         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13796         (actually this is 0.5.0claws4)
13797
13798 2001-07-13 [alfons]
13799
13800         * po/pt_BR.po
13801                 * fix duplicate message
13802                 * add updated Portugese / Brazilian translation
13803                   submitted by Fabio Junior Beneditto
13804
13805 2001-07-12 [alfons]
13806
13807         * AUTHORS
13808                 add Jens
13809
13810         * po/nl.po
13811                 add updated Dutch translation
13812
13813         * po/de.po
13814                 add updated German translation submitted by Jens
13815
13816 2001-07-11 [alfons]
13817
13818         Prerelease before 0.5.0claws. Please test.
13819         This version is temporarily tagged as VERSION_0_5_0_TEST
13820
13821         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13822           src/prefs_scoring.c, src/prefs_matcher.c, 
13823           src/prefs_filtering.c, src/mbox.c, 
13824           src/main.c, src/inc.c, src/filtering.[ch]
13825                 revert new Hoa's new matcher (does not work yet)
13826
13827         * src/Makefile.am
13828                 clean up
13829
13830 2001-07-10
13831
13832         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13833
13834
13835 2001-07-10 [alfons]
13836
13837         * Makefile.am
13838                 add ChangeLog.claws to EXTRA_DIST
13839         * src/Makefile.am
13840                 add matcher_parser_parse.h to EXTRA_DIST
13841
13842 2001-07-10 [christoph]
13843
13844         * src/inc.c
13845                 add destination folder to table of
13846                 folders that need to be updated after
13847                 incorporation
13848
13849 2001-07-10 [alfons]
13850
13851         * folder.[ch]
13852           folderview.c
13853                 make collapse state of folders and folder items persistent, i.e.
13854                 if you collapse a folder tree, the next time sylpheed-claws starts 
13855                 up the folder tree remains collapsed.  
13856                 
13857 2001-07-10 [christoph]
13858
13859         * acconfig.h
13860         * configure.in
13861                 added --enable-ssl
13862         * src/md5.[ch]
13863                 renamed MD5_CTX to MD5_CTX_syl
13864                 conflicts with a struct in openssl
13865         * src/inc.c
13866         * src/main.[ch]
13867         * src/prefs_account.[ch]
13868         * src/socket.[ch]
13869                 SSL support for POP
13870         * src/mainwindow.c
13871                 fixed compose with current account
13872                 broken by new compose button stuff
13873
13874 2001-07-09 [hoa]
13875
13876         * AUTHORS
13877                 changed my email address
13878
13879         * src/matcher_parser_parse.y
13880                 clean the parser to remove conflicts
13881
13882 2001-07-09 [alfons]
13883
13884         * AUTHORS
13885                 add Match Grun
13886
13887         * configure.in
13888                 fix incorrect description of --enable-ldap parameter
13889
13890         * src/prefs_common.[ch]
13891           src/compose.c
13892                 add experimental option "smart wrapping" which makes the
13893                 compose editor auto wrap.
13894                 
13895                 | TODO: the problem with the buggy cursor handling is caused |
13896                 | by the GtkText. when deleting / backspacing text its       |
13897                 | wrapping algorithm does not take in account the previous   |
13898                 | line. should find a way to hack this in.                   |
13899                 | or should perhaps combine this with the word wrapping      |
13900                 | patch i wrote in january.                                  |
13901
13902         * src/about.c
13903                 show build parameters for LDAP and JPilot
13904
13905         * src/summaryview.c
13906                 revert Christoph's bugfix for selecting next unread message, 
13907                 because folder stats aren't updated correctly
13908
13909 2001-07-08 [hoa]
13910
13911         * src/filtering.c
13912         * src/mainwindow.c
13913         * src/matcher.c
13914         * src/matcher_parser_lex.l
13915         * src/matcher_parser_parse.y
13916         * src/prefs_filtering.c
13917         * src/prefs_scoring.c
13918         * src/scoring.c
13919                 bugfix of the config file parser
13920
13921 2001-07-08 [alfons]
13922
13923         * src/Makefile.am
13924                 added generated matcher sources to BUILT_SOURCES
13925
13926 2001-07-08 [hoa]
13927
13928         * src/Makefile.am
13929         * src/.cvsignore
13930                 added new config file parser
13931
13932         * src/scoring.[ch]
13933         * src/filtering.[ch]
13934         * src/matcher.[ch]
13935         * src/prefs_filtering.c
13936         * src/prefs_matcher.c
13937         * src/prefs_scoring.c
13938         * added src/matcher_parser.h
13939         * added src/matcher_parser_lex.h
13940         * added src/matcher_parser_lex.l
13941         * added src/matcher_parser_parse.y
13942                 lex & yacc config file parser
13943
13944         * src/mbox.c
13945         * src/inc.c
13946         * src/main.c
13947                 changes prefs_filtering into global_filtering           
13948
13949         * src/summaryview.c
13950                 build threads with subjects only if "Re: " is at the
13951                 beginning of the subject
13952
13953 2001-07-07 [paul]
13954
13955         0.5.0claws
13956
13957         sync with sylpheed 0.5.0
13958                 change of version number only
13959
13960 2001-07-06 [paul]
13961
13962         0.5.0claws5
13963
13964         sync with sylpheed 0.5.0pre5
13965
13966 2001-07-05 [paul]
13967
13968         sync with sylpheed 0.5.0pre4 release
13969                 /po and /manual/ja not sync'ed
13970
13971 2001-07-04 [paul]
13972
13973         more sync with sylpheed 0.5.0pre4
13974
13975 2001-07-03 [christoph]
13976
13977         * src/addressbook.c
13978                 fixed address book broken by address book
13979                 for VCard, JPilot, LDAP
13980
13981 2001-07-03 [alfons]
13982
13983         * src/matcher.c
13984         * src/textview.c
13985                 stopped memory leaks
13986
13987 2001-07-03 [paul]
13988
13989         more sync with sylpheed 0.5.0pre4
13990
13991 2001-07-02 [match]
13992
13993         * included address book patch for VCard, JPilot, LDAP
13994         * pref_common.c - fixed Font options on Display tab (cosmetic)
13995         * alertpanel.c - fixed truncated message
13996
13997 2001-07-02 [christoph]
13998
13999         * src/mbox_folder.c
14000         * src/procmsg.[ch]
14001         * src/summaryview.c
14002                 mark threads for ignoring
14003
14004 2001-07-02 [paul]
14005
14006         0.5.0claws4
14007
14008         * sync with sylpheed 0.5.0pre4
14009                 updated gettext to 0.10.38.
14010
14011 2001-07-01 [paul]
14012
14013         * src/ mainwindow.c
14014         * src/procmsg.h
14015         * src/summaryview.[ch]
14016                 new right-click option: Label.
14017                 substitute for 'Mark-->Mark/Unmark', colours the line.
14018                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
14019
14020 2001-07-01 [christoph]
14021
14022         * src/folderview.c
14023                 fixed font for trash
14024         * src/summaryview.c
14025                 move ctree to unread message
14026
14027 2001-07-01 [paul]
14028
14029         * sync with sylpheed 0.5.0pre3 release
14030
14031 2001-06-30 [alfons]
14032
14033         * src/filesel.[ch]
14034         * src/compose.c
14035                 allow inserting / attaching multiple files in
14036                 the composer window
14037
14038 2001-06-30 [paul]
14039
14040         * src/codeconv.c
14041                 small change to Alfons' previous stuff so that it
14042                 actually makes
14043
14044 2001-06-30 [alfons]
14045
14046         * lots of files changed; first attempt to merge the changes
14047           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
14048
14049 2001-06-30 [paul]
14050
14051         * po/pt_BR.po
14052                 updated and completed, translations by Fabio
14053                 Junior Beneditto <fjbeneditto@yahoo.com.br>
14054
14055 2001-06-29 [alfons]
14056
14057         * src/compose.c
14058         * src/mimeproc.[ch]
14059                 allow selecting an attached files' mime type from a 
14060                 list of types.
14061
14062 2001-06-29 [paul]
14063
14064         * more sync with sylpheed 0.5.0pre3
14065
14066 2001-06-29 [paul]
14067
14068         * po/pt_BR.po
14069                 merge with sylpheed.pot and pt_BR.po provided by
14070                 Fabio Junior Beneditto.
14071
14072 2001-06-29 [darko]
14073
14074         * src/procmime.c
14075                 make MIME types case insensitive
14076
14077 2001-06-28 [alfons]
14078
14079         * po/nl.po
14080                 merge with sylpheed.pot and old nl.po; translations added.
14081
14082 2001-06-28 [paul]
14083
14084         * more sync with sylpheed 0.5.0pre3
14085
14086 2001-06-27 [alfons]
14087
14088         * src/summaryview.c
14089                 don't crash when removing parent node of messages
14090                 attracted by subject. this was caused by not deleting
14091                 the parent node from the subject line hash table.
14092
14093 2001-06-27 [alfons]
14094
14095         * src/summaryview.c
14096         * src/compose.[ch]
14097         * src/mainwindow.c
14098                 if there are multiple messages selected, allow forwarding
14099                 them as attachments.
14100
14101 2001-06-27 [paul]
14102
14103         * more sync with sylpheed 0.5.0pre3
14104
14105 2001-06-26 [paul]
14106
14107         0.5.0claws3
14108
14109         * sync with sylpheed 0.5.0pre3
14110
14111 2001-06-25 [paul]
14112
14113         * src/mainwindow.c
14114                 fixed 'compose news article' bug
14115                 from icon-and-text toolbar
14116
14117 2001-06-25 [paul]
14118
14119         * sync with sylpheed 0.5.0pre2 release
14120
14121 2001-06-24 [christoph]
14122
14123         * src/prefs_common.c
14124                 bug fix in font selection
14125         * src/folderview.c
14126                 use sylpheed's normal font instead of
14127                 gtk default font for folders without
14128                 new messages
14129
14130 2001-06-24 [alfons]
14131
14132         * src/mainwindow.[ch]
14133                 added composite compose mail / news button (an idea by Leandro
14134                 Pereira <leandro@linuxmag.com.br>)
14135
14136 2001-06-24 [paul]
14137
14138         Added instructions for ldif-to-xml.py
14139
14140         * tools/README
14141
14142 2001-06-23 [alfons]
14143
14144         Some minor things.
14145
14146         * src/pixmaps/stock_news_compose.xpm
14147                 added pixmap by Leandro
14148         * src/prefs_common.c
14149                 tested built-in spelling checker of GCC 3.0 :)
14150         * po/nl.po
14151                 merged dutch translation of sylpheed-main with
14152                 sylpheed.pot
14153
14154 2001-06-23 [paul]
14155
14156         Added tools directory and files.
14157
14158         * tools/filter_conv.pl
14159                 converts old filter system to new filtering system
14160         * tools/ldif-to-xml.py
14161                 converts netscape addressbook to sylpheed addressbook
14162         * tools/README
14163                 descriptions/instructions for above two files
14164
14165 2001-06-23 [christoph]
14166
14167         * src/inc.c
14168         * src/manage_window.[ch]
14169         * src/prefs_common.[ch]
14170                 mail retrieval dialog can be enabled, disabled
14171                 or hidden if non of sylpheed's windows is active
14172
14173 2001-06-22 [paul]
14174
14175         0.5.0claws2
14176
14177         * sync with sylpheed 0.5.0pre2
14178
14179 2001-06-21 [christoph]
14180
14181         * src/summaryview.c
14182                 show recipient on 'from' for all accounts
14183                 
14184         * src/inc.c
14185         * src/prefs_common.[ch]
14186                 disable error popup on mail receive errors
14187
14188 2001-06-21 [alfons]
14189
14190         * src/compose.c
14191                 made the ruler correctly appear and disappear.
14192
14193         * src/Makefile.am
14194                 removed Hoa's work-in-progress-stuff (interesting!) so 
14195                 claws compiles ok.
14196
14197 2001-06-20 [christoph]
14198
14199         * src/inc.c
14200         * src/progressdialog.c
14201                 added scrolled window for list in progressdialog
14202
14203 2001-06-20 [paul]
14204
14205         sync with sylpheed 0.5.0pre1 release
14206
14207 2001-06-20 [christoph]
14208
14209         * src/summeryview.c
14210                 make building threads by subject work when
14211                 thread view is enabled
14212                 
14213         * src/compose.c
14214         * src/prefs_common.[ch]
14215                 automatically select account for mail replys
14216
14217 2001-06-19 [sergey]
14218
14219         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14220         they are filled in from the account settings.
14221
14222 2001-06-19 [paul]
14223
14224         * more sync with sylpheed 0.5.0pre1
14225
14226 2001-06-18 [alfons]
14227
14228         * src/Makefile.am,
14229           src/procmime.c
14230                 added --sysconfdir to CPPFLAGS for pointing to the correct
14231                 location of mime.types. 
14232
14233                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14234                 or ./configure!
14235
14236 2001-06-18 [hoa]
14237
14238         * src/summaryview.c
14239                 fixed some bug when building threads
14240
14241 2001-06-18 [pau]l
14242
14243         * src/prefs_account.c
14244                 UI stuff: More changes to the English
14245
14246 2001-06-18 [paul]
14247
14248         * src/pixmaps/stock_news_compose.xpm: new file
14249         * src/Makefile.am
14250         * src/mainwindow.c
14251         * src/summaryview.c
14252                 Added new icon for Hoa's 'compose a news
14253                 message', plus minor improvements to the
14254                 English
14255
14256         * po/ja.po
14257         * ChangeLog
14258         * ChangeLog.jp
14259                 more sync with sylpheed 0.5.0pre1
14260
14261 2001-06-18 [hoa]
14262
14263         * src/compose.[ch]
14264         * src/mainwindow.c
14265                 Follow-up and reply to
14266
14267         * src/summaryview.[ch]
14268                 Build threads also with subjects
14269
14270 2001-06-17 [hoa]
14271
14272         * src/compose.c
14273                 forwarding use the current account.
14274
14275         * src/mainwindow.c
14276                 the "compose message" button has been replaced with
14277                 "new mail" and "new news" buttons
14278
14279         * src/prefs_common.[ch]
14280                 added a configuration option to use the forward button
14281                 as "forward as attachment"
14282                 changed reply and forward format description
14283
14284         * src/quote_fmt_lex.l
14285         * src/quote_fmt_parse.y
14286                 added message with no signature in format for reply
14287                 and forward.
14288
14289 2001-06-17 [paul]
14290
14291         Minor UI stuff
14292
14293         * src/mainwindow.c
14294         * src/summaryview.c
14295                 Improvements to the English
14296
14297         * src/prefs_common.c
14298                 Improvements to the English and some
14299                 clarity/continuity improvements in the
14300                 description of Quote symbols.
14301
14302 2001-06-17 [paul]
14303
14304         0.5.0claws1
14305
14306         * sync with sylpheed 0.5.0pre1
14307
14308 2001-06-17 [hoa]
14309
14310         * src/compose.c
14311                 Better interface for compose, displayed fields
14312                 are updated whenever we change account.
14313                 Newsgroups field is automatically filled.
14314
14315         * src/mainwindow.c
14316                 Newsgroups field is automatically filled.
14317
14318         * src/prefs_account.c
14319                 Some interface stuff when fields appear and
14320                 disappear.
14321
14322 2001-06-16 [paul]
14323
14324         0.4.99claws
14325
14326         * sync with sylpheed 0.4.99
14327
14328 2001-06-16 [sergey]
14329
14330         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14331         base64_decoder_free, base64_decoder_decode): new object and
14332         functions for decoding base64 streams.
14333         * src/procmime.c (procmime_decode_content): modified to use the
14334         new base64 decoder.
14335
14336 2001-06-15 [paul]
14337
14338         0.4.99claws10
14339
14340         * sync with sylpheed 0.4.99cvs11
14341
14342 2001-06-13 [paul]
14343
14344         0.4.99claws9
14345
14346         * sync with sylpheed 0.4.99cvs9
14347
14348 2001-06-13 [hoa]
14349
14350         * src/compose.c
14351         * src/prefs_account.c
14352
14353                 SMTP server can be defined in the news account
14354                 mime type of attachment are kept.
14355
14356         * src/summaryview.c
14357
14358                 now choose the highest important score between default
14359                 and important score of folder.
14360
14361 2001-06-09 [alfons]
14362         
14363         * src/prefs_common.c: 
14364
14365                 (prefs_quote_description_create): corrected description of 
14366                 quote format characters
14367
14368 2001-06-09 [paul]
14369
14370         0.4.99claws8
14371
14372         * sync with sylpheed 0.4.99cvs8
14373
14374 2001-06-08 [sergey]
14375
14376         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14377         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14378
14379 2001-06-08 [paul]
14380
14381         0.4.99claws7
14382
14383         * sync with sylpheed 0.4.99cvs7
14384
14385 2001-06-06 [sergey]
14386
14387         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14388         clashes with autogenerated header).
14389         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14390         * src/Makefile.am: added quote_fmt.h.
14391         * src/.cvsignore: added lex/yacc autogenerated files
14392         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14393
14394 2001-06-06 [paul]
14395
14396         0.4.99claws6
14397
14398         * sync with sylpheed 0.4.99cvs6
14399
14400 2001-06-06 [hoa]
14401
14402         * added src/quote_fmt_parse.h
14403         * src/compose.c
14404                 removed warnings
14405
14406         * src/prefs.[ch]
14407                 don't modify readonly configuration files
14408
14409         * src/prefs_account.c
14410         * src/prefs_common.c
14411         * src/prefs_customheader.c
14412         * src/prefs_display_header.c
14413         * src/prefs_filter.c
14414         * src/prefs_filtering.c
14415         * src/prefs_scoring.c
14416                 don't open dialog box when configuration files
14417                 are readonly
14418
14419 2001-06-05 [sergey]
14420
14421         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14422
14423         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14424         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14425         BUILT_SOURCES to make all files rebuild properly.
14426
14427         * src/compose.c: removed #include "quote_fmt.tab.h".
14428
14429         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14430         CHARACTER value in yylval.
14431
14432         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14433         receive CHARACTER value by documented means (yylval).
14434
14435         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14436
14437 2001-06-05 [hoa]
14438
14439         * src/Makefile.am
14440                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14441
14442         * src/filtering.c
14443         * src/matcher.c
14444         * src/matcher.h
14445         * src/prefs_filtering.c
14446                 now keep the configuration for execute action
14447
14448         * src/mbox_folder.c
14449                 fixed a warning
14450
14451 2001-06-05 [paul]
14452
14453         * sync with sylpheed 0.4.99cvs5
14454
14455 2001-06-05 [hoa]
14456
14457         * src/Makefile.am
14458                 added quote_fmt.[ch]
14459
14460         * added src/quote_fmt.y
14461         * added src/quote_fmt.l
14462         * added src/quote_fmt.tab.h
14463         * added src/quote_fmt.tab.c
14464         * added src/lex.quote_fmt.c
14465                 parsing configuration for replying
14466                 and forwarding
14467
14468         * src/prefs_common.[ch]
14469                 added configuration UI for replying
14470                 and forwarding
14471
14472         * src/compose.c
14473                 using configuration for replying
14474                 and forwarding
14475
14476 2001-06-04 [hoa]
14477
14478         * src/filtering.c
14479         * src/matcher.c
14480         * src/matcher.h
14481         * src/prefs_filtering.c
14482         * src/prefs_matcher.c
14483         * src/prefs_matcher.h
14484                 action "run a command" for filtering
14485                 and matching with a command.
14486                 fixed the "whole message" matching
14487
14488         * src/mbox_folder.c
14489                 changed temporary filename for security
14490
14491         * src/messageview.c
14492                 queue the notification if it fails to send.
14493
14494         * src/prefs_common.c
14495         * src/prefs_folder_item.c
14496                 changed the default important score             
14497
14498         * src/prefs_scoring.c
14499         * src/scoring.c
14500                 hide kill score input when the folder is not
14501                 a newsgroup
14502
14503 2001-06-03 [alfons]
14504
14505         * src/prefs_common.c:
14506
14507                 (prefs_font_select): pass font name in font entry box to font
14508                 selection dialog.
14509
14510 2001-06-03 [sergey]
14511
14512         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14513
14514 2001-06-03 [paul]
14515
14516         * sync with sylpheed 0.4.99cvs4
14517
14518 2001-06-03 [alfons]
14519
14520         * src/headerwindow.c:
14521
14522                 (headerwindow_show_cb): use the selected summary view item, not
14523                 the displayed item.
14524
14525 2001-06-02 [alfons]
14526
14527         * src/headerwindow.c:
14528
14529                 (headerwindow_show_cb): always try to show msginfo
14530
14531 2001-06-02 [hoa]
14532
14533         * src/compose.c
14534                 keep attached parts when reediting or forwarding.
14535
14536 2001-06-01 [hoa]
14537
14538         * src/folderview.c
14539         * src/prefs_folder_item.[ch]
14540         * src/prefs_scoring.[ch]
14541         * src/scoring.[ch]
14542         * src/summaryview.[ch]
14543         * src/main.c
14544         * src/mainwindow.c
14545         * src/prefs_common.[ch]
14546                 support for folder scoring
14547                 kill score and important score for messages
14548         
14549         * src/prefs_account.c
14550                 some display bug fixed for local account
14551                 preferences
14552
14553 2001-05-31 [alfons]
14554
14555         * src/summaryview.c:
14556
14557                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14558                 sender to address book menu item is disabled.
14559
14560 2001-05-30 [hoa]
14561
14562         * src/filtering.[ch]
14563         * src/summaryview.c
14564                 handling summary menu / filter messages
14565
14566         * src/folder.[ch]
14567                 add some stuff
14568
14569         * src/foldersel.c
14570                 imap folders now appears in list
14571
14572         * src/mbox_folder.c
14573                 doesn't crash if destination mail is not writeable
14574
14575 2001-05-29 [hoa]
14576
14577         * src/compose.c
14578                 removed some warnings
14579
14580         * src/filtering.c
14581         * src/folder.[ch]
14582         * src/prefs_filtering.c
14583                 global string to identify any folders           
14584                 removed some debug info
14585                 filtering to mbox folders is now possible
14586
14587         * src/mainwindow.c
14588                 removed some warnings
14589
14590         * src/mbox_folder.c
14591                 permission on files are changed to read/write for user only,
14592                 nothing for other.
14593                 creation of subfolder is handled better.
14594
14595 2001-05-28 [alfons]
14596
14597         Verified the sync for src/prefs_common.[ch] and
14598         src/prefs_account.[ch]. I believe there were some
14599         minor indentation differences.
14600
14601 2001-05-28 [paul]
14602
14603         0.4.99claws3
14604
14605         * sync with 0.4.99cvs3
14606
14607 2001-05-28 [hoa]
14608
14609         * src/compose.c
14610                 handling flags for mbox format
14611
14612         * src/filtering.c
14613                 use of mark file only for MH format
14614                 handling flags for mbox format
14615                 filtering cannot yet move or copy mails to mbox folders.
14616
14617         * src/folder.[ch]
14618                 changed move_msg, copy_msg,
14619                 move_msgs_with_dest, copy_msgs_with_dest functions
14620                 uses only folder->copy_msg() function
14621                 uses folder->finished_copy() to handle the destination
14622                 folder at the end of the copy or move operation.
14623
14624         * src/foldersel.c
14625                 included mbox directories.
14626
14627         * src/folderview.[ch]
14628         * src/mainwindow.c
14629                 handle folders operation for mbox format
14630
14631         * src/mbox.c
14632                 disable conversion of "From " header
14633
14634         * src/mbox_folder.[ch]
14635                 completion of mbox format handling
14636
14637         * src/mh.c
14638                 changed mh_copy_msg() function and
14639                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14640                 mh_copy_msgs_with_dest()
14641
14642         * src/prefs_filtering.c
14643                 removed some warnings
14644
14645         * src/prefs_matcher.c
14646                 default boolean operation is AND
14647
14648         * src/procheader.c
14649                 handling flags for mbox format
14650                 handling of "From " header
14651
14652         * src/procmsg.[ch]
14653                 removed data field
14654                 added MSG_REALLY_DELETED flags to handle deletion of
14655                 messages in mbox format.
14656
14657         * src/summaryview.c
14658                 handling flags for mbox format
14659                 disable the MSG_DELETED flags when messages
14660                 are deleted in mbox format
14661
14662         * src/textview.c
14663                 "From " headers display fixed.
14664
14665 2001-05-27 [alfons]
14666
14667         * src/textview.c:
14668                 
14669                 (get_email_part): skip quoted email addresses, like in e.g.
14670                 "'alfons@proteus.demon.nl'".
14671
14672 2001-05-26 [alfons]
14673
14674         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14675         and fixing the persistence troubles when using separate windows.
14676
14677         * src/mainwindow.c:
14678         
14679             Added #define SEPARATE_ACTION used in the gtk item factory for 
14680             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14681                 use gtk_item_factory_get_widget_by_action() to get the items.
14682                 
14683             Removed separate_widget_cb from the gtk item factory data   
14684           
14685             (mainwindow_create): connect separate_widget_cb() to check
14686             menu item "toggled" signal. also passing a MainWindow pointer
14687                 as object data for both check menu items.
14688                 
14689             (separate_widget_cb): definition of separate_widget_cb() to match
14690             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14691                 window using gtk_object_get_data(). The type of window separation 
14692                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14693         
14694         * src/prefs_filtering.c,
14695           src/prefs_matcher.c: added horizontal scrollbars
14696
14697 2001-05-25 [darko]
14698
14699         * src/headerview.c
14700                 fix segfault with invalid bold font
14701         * src/summaryview.c
14702                 correctly display summary stats after row is marked
14703
14704 2001-05-23 [sergey]
14705
14706         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14707         encodings with libjconv.
14708
14709 2001-05-23 [hoa]
14710
14711         * src/Makefile.am
14712                 added mbox_folder.[ch]
14713         * src/defs.h
14714                 mbox temporary folder
14715         * src/folder.[ch]
14716         * added src/mbox_folder.[ch]
14717         * src/folderview.c
14718         * src/procheader.[ch]
14719                 added mbox support
14720         * src/mbox.c
14721                 bugfix for file incorporation filtering
14722         * src/imap.c
14723                 enable creation of MBOX
14724         * src/prefs_display_header.c
14725                 enable use of headers like "From "
14726                 something that should be fixed :
14727                         displaying of such headers add an extra space
14728         * src/prefs_folder_item.c
14729                 don't create folders because it is not necessary
14730         * src/procmsg.h
14731                 added data field to MsgInfo for mbox internal use
14732         * src/summaryview.c
14733                 added some support for mbox
14734         * src/utils.[ch]
14735                 added get_mbox_cache_dir() function
14736
14737 2001-05-23 [hiroyuki]
14738
14739         * src/headerwindow.c
14740           src/inc.c
14741           src/main.c
14742           src/mh.c
14743           src/nntp.c
14744           src/procmsg.h
14745           src/session.h
14746           src/socket.[ch]
14747           src/summaryview.c
14748           src/textview.c
14749           src/automaton.c
14750           src/folderview.c: more sync with 0.4.99cvs2.
14751
14752         * src/headerwindow.c: reverted.
14753
14754 2001-05-22 [paul]
14755
14756         0.4.99claws2
14757
14758         * sync with sylpheed 0.4.99cvs2
14759                 * src/news.[ch]
14760                 * src/nntp.[ch]
14761                 * INSTALL
14762                 * INSTALL.jp
14763
14764 2001-05-22 [alfons]
14765
14766         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14767
14768 2001-05-21 [alfons]
14769
14770         Minor things:
14771
14772         * configure.in: if gnome-config not found, "no" is displayed
14773         
14774         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14775
14776         * src/textview.c: now also possible to add mail addresses by right
14777           clicking in the text view
14778
14779         * src/codeconv.c: merged patch which fixes endless loop when encountering
14780           invalid wide characters; from Alte <010@imis.ru>  
14781
14782 2001-05-20 [alfons]
14783
14784         Added installation of gnome specific things:
14785
14786         * Makefile.am: gnome conditional
14787
14788         * configure.in: check for installed gnome
14789
14790         * added sylpheed.png, sylpheed.desktop
14791
14792 2001-05-20 [sergey]
14793
14794         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14795
14796         * src/mainwindow.h (main_window_toolbar_create): created a button
14797         for "Reply to all".
14798         (main_window_set_toolbar_sensitive): enable/disable the new button
14799         appropriately.
14800         (toolbar_reply_to_author_cb): handle the new button.
14801
14802         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14803         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14804         failure).
14805
14806 2001-05-19 [sergey]
14807
14808         * src/compose.h (ComposeReplyMode): new modes
14809         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14810         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14811
14812         * src/compose.c
14813         (compose_send): move some code into a new function:
14814         (compose_current_mail_account): new function.
14815         (compose_reply): new argument to_author, all callers changed; if
14816         to_author==TRUE and account->protocol==A_NNTP, find and use an
14817         appropriate mail account for replying.
14818         (compose_reply_set_entry): new argument to_author; ignore
14819         compose->replyto if to_author==TRUE.
14820
14821         * src/mainwindow.c: new command "Message/Reply to author".
14822         (main_window_set_menu_sensitive): enable/disable it.
14823         (reply_cb): handle it.
14824
14825         * src/summaryview.c: new command "Reply to author".
14826         (summary_set_menu_sensitive): enable/disable it.
14827         (summary_reply_cb): handle it.
14828
14829         * src/account.c (account_find_mail_from_address): new function.
14830
14831 2001-05-18 [paul]
14832
14833         0.4.99claws1
14834
14835         * sync with sylpheed 0.4.99cvs1
14836
14837 2001-05-18 [hoa]
14838
14839         * src/compose.[ch]
14840         * src/filtering.c
14841         * src/summaryview.c
14842                 new filtering action : forward and forward as attachment
14843
14844         * src/main.c
14845                 no need for $DISPLAY when we run sylpheed --help
14846                 call to parse_cmd_opt() is moved
14847
14848         * src/mainwindow.[ch]
14849                 execute button is hidden when immediate execute
14850                 is chosen
14851
14852         * src/mh.c
14853         * src/news.c
14854         * src/prefs_folder_item.c
14855         * src/procmsg.c
14856                 better handling of missing directories
14857
14858         * src/summaryview.c
14859                 reedit is enabled in outbox
14860                 reedit is enabled in queue
14861
14862 2001-05-17 [hoa]
14863
14864         * src/filtering.c
14865         * src/matcher.[ch]
14866         * src/prefs_filtering.c
14867                 changed attachement into attachment
14868
14869 2001-05-17 [alfons]
14870
14871         0.4.67claws4    
14872
14873         * sync with sylpheed 0.4.67cvs9
14874         * sync with sylpheed 0.4.67cvs7-8
14875
14876 2001-05-17 [hoa]
14877
14878         * src/Makefile.am
14879                 added prefs_filtering.c
14880
14881         * src/filtering.[ch]
14882         * src/matcher.[ch]
14883                 removed action : forward_news and forward_news_as_attachement
14884                 (forward and forward_as_attachement can be used instead)
14885
14886         * src/mainwindow.c
14887                 added menu option to access filtering configuration
14888
14889         * src/prefs_account.c
14890                 changed mail_command default to /usr/sbin/sendmail
14891
14892         * added src/prefs_filtering.[ch]
14893                 dialog box for filtering configuration
14894
14895         * src/prefs_matcher.c
14896                 added function prefs_matcher_get_criteria_from_matching()
14897
14898         * src/prefs_scoring.c
14899                 reset the dialog when register or substitute is clicked
14900
14901 2001-05-15 [hoa]
14902
14903         * src/Makefile.am
14904                 added filtering.[ch]
14905         * src/inc.c
14906                 using filering.[ch] instead of filter.[ch]
14907         * src/main.c
14908                 reading new filtering configuration
14909         * src/matcher.[ch]
14910                 added some filtering actions
14911                 and fixed a bug for headers and mail body matching
14912         * src/mbox.c
14913                 using filering.[ch] instead of filter.[ch]
14914         * src/mh.c
14915                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14916         * src/summaryview.c
14917                 some fixes for filtering
14918
14919 2001-05-14 [hiroyuki]
14920
14921         * src/send.c: fixed some weird indentations.
14922           send_message_with_command(): call pclose() only if p != NULL.
14923         * src/textview.c: get_email_part(): modified the code for readability.
14924
14925 2001-05-14 [hiroyuki]
14926
14927         * src/md5global.h
14928           src/md5ify.c
14929           src/md5ify.h: removed from the cvs.
14930
14931 2001-05-13 [sergey]
14932
14933         * src/main.c: include rfc2015.h to avoid compiler warnings.
14934         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14935         the panel is already on screen.
14936         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14937         closing the alert window by ESC as "No".
14938         * src/prefs_common.c (prefs_interface_create): moved return
14939         receipt check button to the correct place.
14940
14941 2001-03-13 [alfons]
14942
14943         * src/prefs_common.c: 
14944                 moved return receipt check button to the Send tab. (prefs_send_create)
14945                 removed the date format ui related globals. (prefs_display_create)
14946
14947         0.4.67claws3
14948         
14949         * sync with sylpheed 0.4.67cvs5-6
14950
14951 2001-05-13 [paul]
14952
14953         * added Alfons' font selection patch
14954
14955         * src/defs.h
14956         * src/headerwindow.c
14957         * src/prefs_common.c
14958         * src/prefs_common.h
14959
14960 2001-05-13 [hoa]
14961         * src/defs.h
14962                 changed version of cache
14963         * src/matcher.[ch]
14964         * src/prefs_matcher.c
14965                 added additionnal matching criteria
14966         * src/procheader.c
14967         * src/procmsg.[ch]
14968         * src/news.c
14969                 added references in MsgInfo
14970
14971 2001-05-12 [hoa]
14972
14973         * src/defs.h
14974                 prepared some things for new filtering
14975         * src/matcher.[ch]
14976                 added some matching properties
14977                 inreplyto need to be enhanced
14978                 prepared some things for new filtering
14979         * src/messageview.c
14980                 added Return-Receipt-To handling
14981         * src/prefs_folder_item.c
14982                 changed default value to TRUE
14983         * src/prefs_matcher.c
14984                 added some matching properties
14985         * src/prefs_scoring.[ch]
14986                 the scoring dialog is finished
14987         * src/procheader.c
14988                 added Return-Receipt-To handling
14989                 Reference need to be added
14990         * src/procmsg.[ch]
14991                 added Return-Receipt-To handling
14992                 added threadscore to get a better score sorting when
14993                 threads are enabled
14994         * src/summaryview.c
14995                 suppressed a bug when we sort the list
14996                 when no folder is opened.
14997                 better score sorting when threads are enabled
14998
14999 2001-05-12 [alfons]
15000
15001         * reverted previous patch because of potential errors 
15002
15003         0.4.67claws2
15004         
15005         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
15006                 applied "toggle mail-retrieval dialog window" patch submitted 
15007                 by Eric Limpens <eric@qnt.net>
15008
15009         * sync with sylpheed 0.4.67cvs4
15010
15011 2001-05-12 [sergey]
15012
15013         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
15014         some picky compilers.
15015         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
15016         * src/grouplist_dialog.c: include alertpanel.h.
15017         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
15018         fix compile warning.
15019         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
15020         #include "defs.h" before others to prevent the warning of `MIN'
15021         and `MAX' redefinition.
15022
15023 2001-05-11 [hoa]
15024
15025         * src/main.c
15026         * src/messageview.c
15027         * src/prefs_account.c
15028         * src/prefs_display_header.c
15029                 removed warning
15030         * src/Makefile.am
15031                 added prefs_scoring.[ch]
15032         * src/grouplist_dialog.c
15033                 display an error dialog box if the group list
15034                 cannot be fetched.
15035         * src/mainwindow.[ch]
15036                 added main_window_set_thread_option() function
15037                 scoring dialog box enabled
15038         * src/matcher.[ch]
15039                 added flags matching unread /new / marked
15040                 / deleted / replied / forwarded
15041         * src/news.c
15042                 newsgroups are now finally in newscache
15043         * src/prefs_matcher.[ch]
15044                 finished preferences for matching dialog
15045         * added src/prefs_scoring.[ch]
15046                 scoring dialog box completed
15047         * src/scoring.[ch]
15048                 conversion to string : added scoringprop_to_string()
15049                 write config for preferences :
15050                 added prefs_scoring_write_config()
15051         * src/summaryview.c
15052                 threads can be enabled/disabled independently
15053                 for each folder
15054
15055 2001-05-10 [alfons]
15056
15057         0.4.67claws1
15058         
15059         * AUTHORS: 
15060                 thought it would be nice to have a list of all
15061                 contributors (used Changelog as a reference)
15062         
15063         * configure.in: 
15064                 messed up version numbering...
15065
15066         0.4.66claws1
15067
15068         * sync with sylpheed 0.4.67cvs1-3
15069
15070 2001-05-10 [darko]
15071
15072         * src/prefs_common.c:
15073                 better UI for strftime format, double clicking
15074                 on format now inserts the format in text entry
15075                 replaced close button with standard OK/Cancel
15076                 moved date format button to the right of the
15077                 text entry field
15078
15079 2001-05-09 [alfons]
15080
15081         * src/gtkstext.c:
15082                 Ctrl-Home / Ctrl-End have proper cursor navigation
15083
15084 2001-05-09 [hoa]
15085
15086         * src/prefs_matcher.c
15087                 finished UI to define matching properties
15088                 added ok and cancel button
15089         * src/prefs_filter.c
15090                 added ok and cancel button
15091         * src/news.c
15092                 fixed some bug in xhdr parsing
15093
15094 2001-05-08 [alfons]
15095
15096         * src/textview.c: 
15097                 fixed a bug in textview_show_header(), which displayed two colons (':');
15098                 cleaned up some warnings
15099
15100 2001-05-08 [hoa]
15101
15102         * src/Makefile.am
15103                 added prefs_matcher.[ch]
15104                 compilation with -W -Wall
15105         * src/alertpanel.c
15106                 ungrab the mouse events if grabbed - does it
15107                 fix the bug for disposition notification ?
15108         * src/mainwindow.c
15109                 added a menu option to open the matching dialog.
15110         * src/matcher.[ch]
15111                 added matcherprop_to_string() and matcherlist_to_string()
15112                 fixed some bugs, changed the name of some options
15113                 age_sup and age_inf becomes age_greater and age_lower,
15114                 body and messageheaders becomes body_part and headers_part,
15115                 changed the names of constants from SCORING_XXX to MATCHING_XXX
15116         * src/prefs_display_header.c
15117         * src/prefs_headers.c
15118                 fixed a bug that accidentally destroyed dialogs
15119                 when closed them with delete_event
15120                 Added *_deleted() which handle delete_event signal correctly.
15121         * src/prefs_folder_item.[ch]
15122                 added "enable_thread" field for future customization
15123         * added src/prefs_matcher.[ch]
15124                 sample of the UI to define matching properties
15125         * src/procheader.c
15126                 using procheader_headername_equal instead of str*cmp functions
15127                 using procheader_parse_header() function
15128         * src/scoring.c
15129                 using MATCHING_XXX instead of SCORING_XXX
15130         * src/summaryview.c
15131                 display the sender of the news even if this is ourself
15132                 when this is a news message.
15133         * src/textview.c
15134                 using headername_equal() instead of str*cmp functions
15135
15136 2001-05-08 [alfons]
15137
15138         0.4.66claws
15139
15140         * sync with sylpheed 0.4.66
15141         * src/gtkstext.c: trace logs added 
15142
15143 2001-05-08 [sergey]
15144
15145         * src/prefs_common.[ch]: added option to enable/disable GnuPG
15146         signature check popup.
15147         * src/rfc2015.c (check_signature): show signature check popup only
15148         if it is enabled in preferences.
15149
15150 2001-05-07 [alfons]
15151
15152         0.4.66claws4
15153         
15154         * sync with sylpheed 0.4.66cvs6
15155
15156 2001-05-07 [darko]
15157
15158         * src/prefs_common.[ch]: added option to enable/disable
15159           looking up sender name in address book for summary pane
15160         * src/summaryview.c: look up sender in the address book
15161           by using Alfons' address completion code
15162
15163 2001-05-07 [hiroyuki]
15164
15165         * src/inc.h
15166           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15167           member of Pop3State.
15168         * src/news.c: brought #include "defs.h" before #include <glib.h>
15169           to prevent the warning of `MIN' and `MAX' redefinition.
15170
15171 2001-05-06 [hoa]
15172
15173         * removed src/headers_display.[ch]
15174         * removed src/prefs_display_headers.[ch]
15175         * src/inc.c
15176                 use a temporary file in the user directory for mbox import
15177         * src/news.c
15178                 added XHDR support to get "To" and "Cc" headers
15179                 (in order to match news with to or cc field for
15180                 scoring)
15181                 added function news_parse_xhdr() to get XHDR response
15182         * src/nntp.[ch]
15183                 added function nntp_xhdr()
15184         * src/matcher.c
15185                 fetch the message if necessary
15186
15187 2001-05-06 [alfons]
15188
15189         0.4.66claws3
15190
15191         * sync with sylpheed 0.4.66cvs3-5
15192
15193 2001-05-06 [hoa]
15194
15195         * src/utils.[ch]
15196                 added function itos_buf() to enable use of several buffers
15197         * src/summaryview.c
15198                 use of itos_buf() instead of itos() in summary list
15199                 to fix the broken display of message number.
15200
15201 2001-05-06 [alfons]
15202
15203         * src/gtkstext.c: bug in cursor up navigation fixed,
15204                 fixed another unsigned / signed comparison (we're getting there :-)
15205
15206 2001-05-06 [hoa]
15207
15208         * src/Makefile.am
15209                 added scoring.c scoring.h
15210                 prefs_folder_item.c prefs_folder_item.h
15211                 matcher.c matcher.h
15212         * src/defs.h
15213                 added FOLDERITEM_RC SCORING_RC
15214         * src/folder.[ch]
15215                 added prefs field in FolderItem :
15216                 properties for each folder (PrefsFolderItem),
15217                 sorting type and mode were added as the first properties.
15218         * src/main.c
15219                 read config for scoring
15220         * added src/matcher.[ch]
15221                 gives functions to parse configuration file to do
15222                 matching on mails with a list of conditions.
15223         * src/mainwindow.c
15224                 add option to sort by score
15225         * src/prefs_common.[ch]
15226                 added preference option to show score and for
15227                 the score column size
15228         * added src/prefs_folder_item.[ch]
15229                 properties for each folder (PrefsFolderItem),
15230                 sorting type and mode were added as the first properties.
15231         * src/procheader.[ch]
15232                 added procheader_parse_header()
15233                 added procheader_header_free()
15234                 added procheader_headername_equal()
15235                 and made modification to use them.
15236         * src/procmsg.[ch]
15237                 added score field to MsgInfo structure
15238         * added src/scoring.[ch]
15239                 gives functions to parse configuration file to do
15240                 scoring on mails with a list of conditions.
15241         * src/summaryview.[ch]
15242                 save the sorting type and mode for the folder
15243                 added column to display the score of the mail
15244                 added function summary_score_clicked()
15245                 sorting type and mode are restored to the folder
15246                 when it is reopen
15247         * src/textview.c
15248                 use procheader_parse_header(), procheader_headername_equal()
15249                 removed memory leak in text_scan_header when freeing headers
15250         * src/filter.c
15251                 changed the function to match names of headers
15252                 using procheader_headername_equal()
15253
15254         Scoring functions are implemented, an interface is needed
15255         to configure that.
15256
15257 2001-05-04 [alfons]
15258
15259         * src/gtkstext.c: 
15260                 hopefully fixed the row up navigation bug,
15261                 removed adding back / forward lines to cache
15262
15263 2001-05-04 [sergey]
15264
15265         * src/prefs_display_headers.c: user interface changes:
15266         (prefs_display_headers_create): remove unused "Show" check button;
15267         allow reordering of headers by dragging.
15268         (prefs_display_headers_write_config): remove unused variables.
15269         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15270         of lists (not needed with the new UI).
15271         (prefs_display_headers_set_list): scan lists starting from row 0,
15272         not 1 (do not skip "(New)").
15273         (prefs_display_headers_find_header): new function.
15274         (prefs_display_headers_clist_set_row): do not allow duplicates.
15275         (prefs_display_headers_delete_cb): do not skip row 0; treat
15276         closing the alert window by ESC as "No".
15277         (prefs_display_headers_up): do not protect row 0.
15278         (prefs_display_headers_down): do not protect row 0.
15279
15280 2001-05-04 [sergey]
15281
15282         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15283         functions.
15284
15285         * src/summaryview.c
15286         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15287         summary_select_next_marked, summary_select_prev_marked): new
15288         functions.
15289
15290 2001-05-03 [sergey]
15291
15292         * src/news.c: fixed a bug when no article can be fetched after
15293         server timeout if the connection was restored by news_post():
15294         (news_select_group): new function.
15295         (news_fetch_msg): call news_select_group() before fetching
15296         article.
15297         (news_get_uncached_articles): set session->group after successful
15298         GROUP command.
15299
15300 2001-05-03 [hoa]
15301
15302         * src/defs.h
15303         * src/procmsg.[ch]
15304         * src/procheader.c
15305                  changed version of cache, added cc field
15306
15307         * src/prefs_display_headers.c
15308                 the interface was changed
15309
15310         * src/prefs_headers.c
15311                 added cancel button
15312
15313 2001-05-03 [alfons]
15314
15315         * completed sync of sylpheed cvs2
15316         * src/gtkstext.c: updated row up / down cursor navigation
15317         * src/textview.c: re-edited, prepared for fixing the email address
15318                 scanner.
15319
15320 2001-05-03 [darko]
15321
15322         * src/prefs_common.c: use alfons' strftime ui code
15323         entry_datefmt and datefmt_sample widgets have to be
15324         global in this module because of this change
15325
15326 2001-05-03 [hoa]
15327
15328         * src/messageview.c
15329         * src/prefs_common.[ch] added option to activate the return receipt
15330                 feature.
15331
15332 2001-05-02 [alfons]
15333
15334         * src/gtkstext.c: fix for row up/down cursor navigation. 
15335
15336         0.4.66claws2
15337         
15338         * sync with 0.4.66cvs2
15339
15340 2001-05-02 [paul]
15341
15342         added add-sender-to-addressbook patch
15343
15344         * src/addressbook.c
15345         * src/addressbook.h
15346         * src/summaryview.c
15347
15348 2001-05-02 [sergey]
15349
15350         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15351         G_ALERTDISABLE.
15352
15353         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15354         all existing callers changed to pass FALSE; create a check button
15355         to disable the message.
15356         (alertpanel_message_with_disable): new function.
15357         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15358         (alertpanel_button_toggled): new function.
15359         (alertpanel_button_clicked, alertpanel_close): set value using
15360         G_ALERT_VALUE_MASK.
15361
15362         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15363
15364         * src/prefs_common.c (prefs_privacy_create): new check button
15365         checkbtn_gpgme_warning.
15366
15367         * src/main.c (main): moved preferences reading before gpgme
15368         initialization; check prefs_common.gpgme_warning before giving the
15369         GnuPG warning and set it to FALSE if the user wants to disable the
15370         warning.
15371
15372 2001-05-02 [hiroyuki]
15373
15374         * src/prefs_display_headers.c: modified the layout and some labels.
15375
15376 2001-05-02 [sergey]
15377
15378         * src/prefs_account.c (prefs_account_fix_size): new function.
15379         (prefs_account_create): call prefs_account_fix_size(); use
15380         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15381         size when the window is shown for the first time).
15382         (prefs_account_basic_create): changed layout of serv_table; moved
15383         localmbox_entry above smtpserv_entry (logically it replaces
15384         POP3/IMAP server).
15385         (prefs_account_protocol_activated): set sensitivity of
15386         nntpauth_chkbtn according to the protocol (in addition to
15387         hide/show); commented out gtk_table_set_row_spacing() calls.
15388         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15389         not sensitive (fixes a bug with disabled username/password boxes
15390         when editing POP3 account after NNTP with authentication).
15391
15392 2001-05-02 [hoa]
15393
15394         * src/account.c
15395         * src/inc.c
15396         * src/prefs_account.[ch]
15397         * src/send.c
15398                 removed local account without SMTP server
15399                 added option to use mail command instead of a connexion
15400                 to SMTP server when a local account is used
15401         * src/prefs_headers.c
15402                 fixed a bug
15403         * src/news.c
15404                 fixed a bug when connexion immediately closed
15405
15406 2001-05-01 [alfons]
15407
15408         0.4.66claws1
15409         
15410         * sync with 0.4.65
15411
15412 2001-05-01 [sergey]
15413
15414         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15415         widget nntpauth_chkbtn.
15416         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15417         visibility.
15418         (prefs_account_nntpauth_toggled): new function.
15419
15420         * src/news.c (news_session_new_for_folder): use NNTP
15421         authentication only if ac->use_nntp_auth is set.
15422
15423 2001-05-01 [hoa]
15424
15425         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15426         * src/prefs_display_headers.c changed the UI
15427         * src/prefs_headers.c changed account_name to account_id
15428         * src/compose.c using customheader.h
15429
15430 2001-05-01 [hiroyuki]
15431
15432         * src/esmtp.c
15433           src/news.c
15434           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15435           unsynched.
15436
15437 2001-05-01 [hoa]
15438
15439         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15440         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15441                 for displaying of headers
15442         * src/grouplist_dialog.[ch] minor changes to remove warnings
15443         * src/prefs_display_headers.[ch] dialog to choose the
15444         headers to display in the mail viewer.
15445         * src/headers.h correction of #define
15446         * src/headers_display.[ch] configuration for displaying of headers.
15447         * src/main.c read config of displaying of headers
15448         * src/prefs_common.c add a button to access the config dialog
15449                 for displaying of headers
15450         * src/prefs_display_headers.[ch] dialog for configuration for
15451                 displaying of the headers.
15452         * src/prefs_headers.c cleaning of code
15453         * src/procheader.c comments added to code
15454         * src/textview.c changes to reorder the headers depending
15455                 on the config for displaying of headers
15456
15457 2001-04-30 [alfons]
15458
15459         0.4.65claws7
15460
15461         * sync with 0.4.65cvs12
15462
15463         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15464
15465 2001-04-30 [sergey]
15466
15467         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15468
15469         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15470         is set to force reconnection after authentication failure.
15471         (nntp_gen_command): set sock->auth_failed on authentication
15472         failure, or if sock->userid and sock->passwd are not set.
15473
15474         * src/news.c (news_session_new_for_folder): set userid=NULL if
15475         password dialog is cancelled.
15476
15477 2001-04-30 [sergey]
15478
15479         * src/nntp.h (NNTPSockInfo): new type.
15480
15481         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15482         SockInfo.
15483         (nntp_open_auth, nntp_close): new functions.
15484         (nntp_gen_command): new function to handle authentication; all
15485         NNTP command functions updated to use it.
15486         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15487         (nntp_list): removed old useless code.
15488
15489         * src/news.h (NNTPSession): new field nntp_sock.
15490
15491         * src/news.c: all functions updated to use NNTPSockInfo instead of
15492         SockInfo.
15493         (news_session_new): new arguments (userid, passwd); made static;
15494         use nntp_open_auth() if needed.
15495         (news_session_destroy): use nntp_close() instead of sock_close().
15496         (news_query_password): changed arguments.
15497         (news_session_new_for_folder): new function.
15498         (news_session_get): use news_session_new_for_folder().
15499         (news_authenticate): deleted.
15500         (news_get_uncached_articles): removed old authentication code.
15501
15502 2001-04-30 [sergey]
15503
15504         * src/news.c: reverted my previous changes (need to do NNTP
15505         authentication in a cleaner way).
15506         
15507 2001-04-29 [sergey]
15508
15509         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15510         news_nntp_post, news_nntp_mode): new functions (wrappers with
15511         authentication support).
15512         (news_get_article_cmd, news_get_article, news_get_header): new
15513         argument "folder"; all callers changed.
15514         (news_get_article_cmd): added authentication support.
15515         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15516         (news_post): use news_nntp_post() instead of nntp_post().
15517         (news_get_uncached_articles): use news_nntp_group() instead of
15518         nntp_group() and news_nntp_xover() instead of nntp_xover();
15519         removed old authentication code.
15520         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15521
15522         * src/nntp.c (nntp_list): return real error code instead of
15523         hardcoded NN_ERROR.
15524
15525 2001-04-29 [sergey]
15526
15527         * configure.in: fixed wint_t typedef detection again
15528
15529 2001-04-28 [hoa]
15530
15531         * src/prefs_account.[ch], added A_LOCAL_CMD
15532                 (send mail with mail command)
15533         * src/send.c added function send_message_with_command()
15534         * src/inc.c made a more secure get_spool() function with
15535                 mktemp() but maybe mkstemp() or something more
15536                 secure can be used.
15537
15538 2001-04-28 [alfons]
15539
15540         * src/textview.c, colorization of email addresses in headers
15541
15542         0.4.65claws6
15543
15544         * bug sync with sylpheed
15545         * prefs_common.c: created date format ui for darko
15546         * sync with 0.4.65cvs11
15547         * configure.in: corrected to have the new gpg checks
15548
15549 2001-04-27 [alfons]
15550
15551         * completed sync with 0.4.65cvs10
15552         * minor debug things added to gtkstext.c
15553
15554 2001-04-27 [darko]
15555
15556         * configure.in: remove check for availability of
15557           strftime() as advised by Hiroyuki
15558         * src/prefs_common.[ch], src/procheader.c:
15559           synch strftime() code with Hiroyki's main branch
15560
15561 2001-04-26 [sergey]
15562
15563         * src/news.c: news_query_password(), news_authenticate(): new
15564           functions.
15565           news_get_uncached_articles(): added NNTP authentication
15566           handling.
15567         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15568           new functions.
15569         * src/prefs_account.c: prefs_account_protocol_activated():
15570           enable userid and password fields for NNTP.
15571
15572 2001-04-26
15573
15574         * configure.in: check for availability of strftime()
15575           [darko]
15576         * src/prefs_common.[ch], src/procheader.c: use
15577           strftime() for displaying date in summary pane if it
15578           is available
15579
15580 2001-04-25
15581
15582         * more .cvsignore cleanups [alfons]
15583
15584 2001-04-25
15585
15586         * ac/sv-check-type.m4: new autoconf macro.
15587         * configure.in: fixed wint_t typedef detection (did not work
15588           with gcc-2.96).
15589
15590 2001-04-25
15591
15592         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15593           [hiroyuki]
15594
15595 2001-04-24
15596         * modified gtkstext.c : buggy cursor navigation fixed, 
15597           and font descent also taken in account when drawing
15598           cursor. [alfons]
15599
15600 2001-04-24 [hoa]
15601         * added comments in src/news.c src/nntp.c
15602         * added src/prefs_headers.[ch]
15603         * added src/headers.[ch]
15604         * modified compose.c to activate custom headers
15605                 added function is_in_custom_headers
15606         * modified prefs_account.[ch]
15607                 added function prefs_account_customhdr_edit
15608         * modified src/defs.h :
15609                 added HEADERS_RC : name of the config file
15610                 for the custom headers
15611
15612 2001-04-24
15613
15614     0.4.65claws5
15615
15616         * configure.in
15617           src/gtkstext.[ch]
15618           src/compose.c
15619           src/Makefile.am
15620           
15621           added gtkstext with configure.in patch by Hiroyuki which
15622           should fix the XIM detection [alfons]
15623
15624         * more clean up of cvs [alfons]
15625
15626                  * removed all Makefile.in files to attic.
15627
15628                  * updated all .cvsignores to really ignore things that could
15629                    be unintentionally committed by a recursive commit.
15630
15631 2001-04-23 [hoa]
15632         * added src/grouplist_dialog.[ch]
15633         * changed src/folderview.c to call grouplist_dialog instead
15634                 of inputdialog
15635         * src/news.c :
15636                 added functions news_reset_group_list
15637                 and news_get_group_list
15638         * src/nntp.c :
15639                 added function nntp_list
15640         * src/defs.h :
15641                 added GROUPLIST_FILE : name of the newsgroup list cache file
15642
15643 2001-04-21
15644
15645         * added option to warn about queued messages on exit [sergey]:
15646
15647           * src/compose.c: compose_queue(): call folder_item_scan()
15648             and folderview_update_item() after queueing.
15649           * src/folderview.c: folderview_update_node(): draw the queue
15650             folder in bold font if there are queued messages.
15651           * src/mainwindow.c: queued_messages(): new function.
15652             app_exit_cb(): display warning if there are queued messages
15653             if warn_queued_on_exit is set.
15654           * prefs_common.[ch]: add warn_queued_on_exit option.
15655
15656         * enhanced GnuPG key selection support [sergey]:
15657
15658           * src/select-keys.c: updated to newer version from Win32
15659             branch with support for selecting arbitrary keys.
15660           * src/prefs_account.c: added the Privacy tab to the account
15661             options window.
15662             prefs_account_privacy_create(),
15663             prefs_account_sign_key_set_data_from_radiobtn(),
15664             prefs_account_sign_key_set_radiobtn(): new functions.
15665           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15666           * src/rfc2015.c: set_signers(): new function.
15667             pgp_sign(): add the account parameter, call set_signers().
15668             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15669           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15670           * src/compose.c: pass the current account to rfc2015_sign().
15671
15672         * tag name claws added to prevent confusion with main branch [alfons]
15673
15674         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15675
15676         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15677
15678         * sync with recent sylpheed cvs. Untested though. [alfons]
15679