d223380a323c40c87249b4be90563da03ff8a841
[claws.git] / ChangeLog.claws
1 2003-04-15 [paul]       0.8.11claws91
2
3         * sync with 0.8.11cvs24
4                 see ChangeLog 2003-04-15
5
6 2003-04-14 [jens]       0.8.11claws90
7
8         * updated German translation and some corrections from
9                 Roland Bless <bless@tm.uka.de>
10
11 2003-04-14 [paul]       0.8.11claws89
12
13         * sync with 0.8.11cvs22
14                 see ChangeLog 2003-04-14
15
16 2003-04-13 [paul]       0.8.11claws88
17
18         * src/plugins/clamav/clamav_plugin.c
19                 fix memory leaks
20                 clean up
21
22 2003-04-12 [paul]       0.8.11claws87
23
24         * src/plugins/clamav/clamav_plugin.c
25                 activate enable/disable archive scanning option
26                 
27         * src/plugins/clamav/.cvsignore         ** NEW FILE **
28
29 2003-04-12 [paul]       0.8.11claws86
30
31         * src/plugins/Makefile.am
32           src/plugins/clamav/Makefile.am                ** NEW FILE **
33           src/plugins/clamav/README                     ** NEW FILE ** 
34           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
35           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
36                 add Clam AntiVirus plugin
37
38 2003-04-12 [paul]       0.8.11claws85
39
40         * sync with 0.8.11cvs21
41                 see ChangeLog 2003-04-11
42
43 2003-04-11 [paul]       0.8.11claws84
44
45         * po/es.po
46                 update Spanish translation. Submitted by Ricardo
47                 Mones Lastra.
48
49 2003-04-10 [christoph]  0.8.11claws83
50
51         * src/mbox.c
52                 fix typo that did not move unfiltered mails to destination
53                 folder
54
55         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
56          when filtering from spool)
57
58 2003-04-10 [christoph]  0.8.11claws82
59
60         * src/imap.c
61                 use BODY.PEEK instead of BODY in in message fetch operation
62                 to make sure the IMAP server does not set the \Seen flag for
63                 messages. Sylpheed does that later itself, when the message
64                 is opened in sylpheed
65
66         (closes Bug 111 Claws destroys unread marks)
67
68 2003-04-09 [oliver]     0.8.11claws81
69         
70         * src/folder.c
71                 fix crash in folder_destroy
72         * README.claws
73                 remove selective download
74
75 2003-04-09 [christoph]  0.8.11claws80
76
77         * src/imap.c
78                 fix crash in imap_get_msginfo() when then fetched message
79                 is not found
80
81         (closes Bug 110 Crash during mail composition)
82
83 2003-04-08 [christoph]  0.8.11claws79
84
85         * src/folder.c
86         * src/prefs_account.c
87                 Filter new messages that are found in an INBOX folder
88                 when 'Filter messages on receiving' is enabled in the
89                 Folder's AccountPrefs. This allows to use Sylpheed's
90                 filtering engine for IMAP folders where messages are
91                 added to the INBOX by a MTA
92
93 2003-04-08 [paul]       0.8.11claws78
94
95         * src/procmsg.h
96                 clean up after last commit
97
98 2003-04-08 [paul]       0.8.11claws77
99
100         * sync with 0.8.11cvs20
101                 see ChangeLog 2003-04-07 and 2003-04-08
102
103 2003-04-07 [christoph]  0.8.11claws76
104
105         * src/filtering.[ch]
106         * src/inc.[ch]
107         * src/mbox.c
108         * src/procmsg.[ch]
109                 add procmsg_msginfo_filter() to execute filtering actions
110
111 2003-04-06 [christoph]  0.8.11claws75
112
113         * src/imap.c
114                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
115
116 2003-04-06 [christoph]  0.8.11claws74
117
118         * src/common/utils.[ch]
119                 add g_int_compare() function for slist sorting
120
121         * src/imap.c
122                 fetch all MsgInfos with one command in imap_get_msginfos()
123                 using an imap set with a list of ranges
124
125         * src/news.c
126                 use new g_int_compare() function
127
128 2003-04-06 [thorsten]   0.8.11claws73
129
130         * src/mh.c
131                 corrected implementation of mh_folder_destroy()
132
133 2003-04-05 [christoph]  0.8.11claws72
134
135         * src/account.c
136         * src/folder.[ch]
137         * src/folderview.c
138         * src/imap.c
139         * src/inc.c
140         * src/main.c
141         * src/mainwindow.c
142         * src/mbox_folder.c
143         * src/mh.c
144         * src/mimeview.h
145         * src/msgcache.[ch]
146         * src/news.c
147         * src/procmime.h
148         * src/procmsg.[ch]
149         * src/setup.c
150         * src/gtk/gtkutils.c
151                 o rename structure field names class and new to klass and
152                   new_msgs, to allow including files in C++
153                 o add 'extern "C"' block to some header files
154                 o add MsgInfoList and MsgNumberList as alias for GSList for
155                   developers to know what type of list is expected
156
157         * src/plugins/image_viewer/plugin.c
158         * src/plugins/image_viewer/viewer.[ch]
159         * src/plugins/image_viewer/viewerprefs.[ch]
160                 rename function names to prevent conflicts
161
162 2003-04-05 [paul]       0.8.11claws71
163
164         * sync with 0.8.11cvs18
165                 see ChangeLog 2003-04-03 and 2003-04-04
166
167 2003-04-02 [christoph]  0.8.11claws70
168
169         * src/folder.[ch]
170         * src/imap.[ch]
171         * src/mbox_folder.[ch]
172         * src/mh.[ch]
173         * src/news.[ch]
174                 o Make all virtual folder functions private
175                 o remove unused folder code
176
177         * src/common/socket.[ch]
178         * src/summaryview.c
179                 fix warnings
180
181 2003-03-30 [alfons]     0.8.11claws69
182
183         * src/send_message.c
184                 remove two debug traces and see if people still report
185                 errors
186
187 2003-03-30 [alfons]     0.8.11claws68
188
189         * src/send_message.c
190         * src/commons/session.c
191                 add more debug traces
192
193 2003-03-30 [christoph]  0.8.11claws67
194
195         * src/folder.c
196                 change processing folder name from .processing to processing
197
198         * src/common/ssl.c
199                 disable SSL certificate check because it causes Xlib error
200                 when the child process want's to open an GTK window
201
202 2003-03-30 [christoph]  0.8.11claws66
203
204         * src/folder.c
205                 don't use default folder for processing folder item because
206                 it can be a non local folder
207
208         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
209
210 2003-03-30 [alfons]     0.8.11claws65
211
212         * src/send_message.c
213                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
214                 to generate bad code for 'send_send_data_progressive': When
215                 called from 'send_send_data_finished', the 'data' pointer is
216                 cleared just before the assignment to the dialog pointer
217
218 2003-03-29 [christoph]  0.8.11claws64
219
220         * src/common/prefs.h
221         * src/plugins/image_viewer/Makefile.am
222         * src/plugins/image_viewer/plugin.c
223         * src/plugins/image_viewer/viewer.[ch]
224         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
225                 add PrefsPage for ImageViewer
226
227 2003-03-28 [thorsten]   0.8.11claws63
228
229         * src/common/session.c
230                 added some comments
231
232 2003-03-28 [paul]       0.8.11claws62
233
234         * sync with 0.8.11cvs16
235                 see ChangeLog 2003-03-28
236
237 2003-03-28 [paul]       0.8.11claws61
238
239         * sync with 0.8.11cvs15
240                 see ChangeLog 2003-03-28
241
242 2003-03-27 [christoph]  0.8.11claws60
243
244         * src/folder.c
245         * src/imap.c
246         * src/common/socket.[ch]
247                 set socket state to DISCONNECTED when any operation
248                 fails to allow reconnecting in IMAP code without
249                 checking the return code of all calls to the command
250                 functions
251
252         * src/folderview.c
253         * src/summaryview.c
254                 remove some more stuff that depends on specific
255                 folder types
256
257 2003-03-27 [paul]       0.8.11claws59
258
259         * sync with 0.8.11cvs14
260                 see ChangeLog 2003-03-27
261                 
262         * src/selective_download.[ch]   ** REMOVED **
263                 really removed
264
265 2003-03-27 [christoph]  0.8.11claws58
266
267         * src/folder.c
268                 fix handling of tmp_flags in flag copy function
269
270 2003-03-27 [paul]       0.8.11claws57
271
272         * sync with 0.8.11cvs13
273                 see ChangeLog 2003-03-27
274
275 2003-03-27 [oliver]     0.8.11claws56
276
277         * src/maiwindow.c
278                 remove sel_download_cb
279
280 2003-03-27 [oliver]     0.8.11claws55
281         
282         * src/inc.c
283                 remove POP3_TOP
284         
285 2003-03-26 [oliver]     0.8.11claws54
286
287         *src/pop.h
288                 remove POP3_TOP*
289         * README.claws
290                 remove selective donwload readme
291
292 2003-03-26 [oliver]     0.8.11claws53
293         * src/matcher.[ch]
294         * src/matcher_parser_parse.y 
295         * src/pop.c 
296         * src/prefs_account.[ch]
297         * src/prefs_filtering.c
298                 remove selective donwload
299
300 2003-03-26 [oliver]     0.8.11claws52
301
302         * src/inc.[ch] 
303         * src/filtering.c 
304         * src/mainwindow.c 
305                 remove selective donwload
306
307 2003-03-26 [oliver]     0.8.11claws51
308         
309         * src/Makefile.am
310         * src/selective_download.[ch]   ** REMOVE **    
311
312 2003-03-26 [christoph]  0.8.11claws50
313
314         * src/news.c
315                 fix NEWS that got broken by a sync with sylpheed-main
316
317 2003-03-26 [christoph]  0.8.11claws49
318
319         * src/mimeview.c
320                 fix mime type guessing when no mime type is found for a file
321
322 2003-03-25 [christoph]  0.8.11claws48
323
324         * src/mimeview.c
325         * src/procmime.c
326                 remove mime type guessing from mime parser and use
327                 name based mime types in viewer lookup for mime type
328                 application/octet-stream
329
330 2003-03-25 [christoph]  0.8.11claws47
331
332         * doc-src/readme.txt
333         * doc-src/rfc2554.txt
334                 add RFC about SMTP AUTH
335
336         * src/send_message.c
337         * src/common/smtp.[ch]
338                 add extra error code for authentication errors and
339                 clear temporary password when this error occurs
340
341         (closes Bug 84 authentication failure while sending should
342          prompt for password again)
343
344 2003-03-25 [christoph]  0.8.11claws46
345
346         * configure.ac
347         * src/Makefile.am
348         * src/imageview.[ch]                            ** REMOVE **
349         * src/messageview.[ch]
350         * src/mimeview.[ch]
351         * src/prefs_common.[ch]
352         * src/textview.c
353         * src/plugins/Makefile.am
354         * src/plugins/image_viewer/.cvsignore           ** NEW **
355         * src/plugins/image_viewer/Makefile.am          ** NEW **
356         * src/plugins/image_viewer/plugin.c             ** NEW **
357         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
358                 move image viewer into a plugin (building is enabled by default)
359                 [ToDo: Prefs for resize and autoview]
360
361 2003-03-25 [paul]       0.8.11claws45
362
363         * sync with 0.8.11cvs12
364                 see ChangeLog 2003-03-26
365
366 2003-03-25 [paul]       0.8.11claws44
367
368         * sync with 0.8.11cvs11
369                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
370                 
371         Note: Selective Download is broken.
372                 
373 2003-03-22 [christoph]  0.8.11claws43
374
375         * src/folder.c
376                 code cleanup for flags copying
377
378 2003-03-22 [christoph]  0.8.11claws42
379
380         * src/plugins/trayicon/trayicon.c
381                 fix setting the transparent area when the window size
382                 is forced by the system tray
383
384 2003-03-22 [christoph]  0.8.11claws41
385
386         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
387         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
388         * src/plugins/trayicon/newmail.xpm              ** NEW **
389         * src/plugins/trayicon/nomail.xpm               ** NEW **
390         * src/plugins/trayicon/trayicon.c
391         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
392                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
393                 o add icon for unread mails
394                 o set transparency for window
395
396 2003-03-22 [christoph]  0.8.11claws40
397
398         * src/news.c
399                 init news session to prevent crash when session is closed
400
401 2003-03-22 [christoph]  0.8.11claws39
402
403         * src/imap.c
404         * src/common/session.[ch]
405                 Init session data to make sure we don't have invalid pointers
406                 for read_ch and write_ch when new multi process sessions are
407                 not used
408
409         * src/main.c
410         * src/common/plugin.c
411         * src/common/sylpheed.c
412         * src/plugins/demo/demo.c
413         * src/plugins/dillo_viewer/dillo_viewer.c
414         * src/plugins/mathml_viewer/mathml_viewer.c
415         * src/plugins/spamassassin/spamassassin.c
416         * src/plugins/spamassassin/spamassassin_gtk.c
417                 add plugin types to allow loading plugins at different times
418                 (and maybe for different frontends), because it's not good to
419                 load GTK-Plugins gefore gtk_init was called
420
421         * configure.ac
422         * src/plugins/Makefile.am
423         * src/plugins/trayicon/.cvsignore               ** NEW **
424         * src/plugins/trayicon/Makefile.am              ** NEW **
425         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
426         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
427         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
428         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
429         * src/plugins/trayicon/trayicon.c               ** NEW **
430                 New Trayicon plugin that shows an icon in a systray that uses
431                 XEMBED protocol like Gnome's systray. Icon shows if there
432                 are new mails and a tooltip shows information about new,
433                 unread and total messages.
434
435 2003-03-22 [paul]       0.8.11claws38
436
437         * src/common/smtp.c
438                 fix ESMTP AUTH CRAM-MD5
439                 [sync with main (still version 0.8.11cvs6), see
440                  ChangeLog 2003-03-22]
441
442 2003-03-21 [colin]      0.8.11claws37
443
444         * src/send_message.c
445                 Fix USE_SSL => USE_OPENSSL
446
447 2003-03-21 [colin]      0.8.11claws36
448
449         * src/folderview.c
450                 Fix counts in drag and dropped subfolders
451
452 2003-03-21 [colin]      0.8.11claws35
453
454         * src/folder.c 
455         * src/folderview.c
456                 speed up a bit folder dnd
457
458 2003-03-20 [alfons]     0.8.11claws34
459
460         * src/main.c
461         * src/toolbar.c
462         * src/procmsg.c
463                 don't send locked queue messages
464                 (feature request "[ 705245 ] Locking message in outbox 
465                  should prevent sending")
466
467 2003-03-20 [christoph]  0.8.11claws33
468
469         * src/folder.c
470                 remove NEW and UNREAD flag in special folders when scanning
471                 
472         * src/common/smtp.c
473                 fix ESMTP AUTH CRAM-MD5
474
475 2003-03-20 [paul]       0.8.11claws32
476
477         * src/prefs_account.c
478                 Re-write 'Tunnel command to open connection' as
479                 'Use command to communicate with server', and disable
480                 it for all except IMAP accounts
481
482 2003-03-20 [paul]       0.8.11claws31
483
484         * sync with 0.8.11cvs6
485                 see ChangeLog 2003-03-20
486
487 2003-03-19 [match]      0.8.11claws30
488
489         * src/addritem.[ch]
490                 include documentation. minor refactoring.
491         * src/addr_compl.[ch]
492         * src/addrindex.[ch]
493         * src/addresbook.[ch]
494         * src/summaryview.c
495                 re-enable address lookup (was disabled in
496                 0.8.11claws20).
497
498 2003-03-19 [christoph]  0.8.11claws29
499
500         * src/procmsg.c
501                 add temp flag handling, will make moving and copying
502                 messages possible again
503
504         * src/folder.c
505                 correct calulation of folder stats
506
507 2003-03-18 [match]      0.8.11claws28
508
509         * src/editgroup.h
510                 remove case sensitive comparison (closes bug 80).
511
512 2003-03-18 [christoph]  0.8.11claws27
513
514         * src/imap.c
515                 fix imap using a tunnel command
516
517         (closes bug 87)
518
519 2003-03-18 [christoph]  0.8.11claws26
520
521         * src/folder.[ch]
522         * src/imap.c
523         * src/procmsg.[ch]
524                 rewrite flag handling for folders
525
526 2003-03-18 [christoph]  0.8.11claws25
527
528         * src/folder.c
529         * src/procmsg.c
530         * src/summaryview.c
531                 unset NEW and UNREAD flags when message is ignored, to make
532                 sure messages don't show up as unread on other IMAP clients,
533                 because the IGNORE_THREAD flag can not be syncronized through
534                 the IMAP folder
535
536 2003-03-17 [christoph]  0.8.11claws24
537
538         * src/imap.c
539                 don't use recursion to fetch uids when the number of messages
540                 does not match. Moved code into subfunction that is used
541                 again when needed, to prevent an endless loop.
542
543 2003-03-17 [thorsten]   0.8.11claws23
544
545         * src/imageview.[ch]
546                 export imageview_get_resized_size() (for plugins)
547         * src/prefs_common.[ch]
548                 added prefs_common_get() (for plugins)
549
550 2003-03-17 [christoph]  0.8.11claws22
551
552         * src/imap.c
553                 o remove UID guessing from copy code
554                 o support UIDPLUS extension for APPEND command
555
556 2003-03-17 [paul]       0.8.11claws21
557
558         * src/gtk/about.c
559                 remove 'Compiled-plugins' section.
560                 
561         * src/plugins/dillo_viewer/dillo_viewer.c
562                 slight change to description text
563
564 2003-03-16 [match]      0.8.11claws20
565         * src/ldapserver.[ch]           ** NEW **
566         * src/ldapctrl.[ch]             ** NEW **
567         * src/ldapquery.[ch]            ** NEW **
568         * src/ldaputil.[ch]             ** NEW **
569         * src/addrcindex.[ch]           ** NEW **
570         * src/addrquery.h               ** NEW **
571         * src/addritem.[ch]
572         * src/addrcache.[ch]
573         * src/addrindex.[ch]
574         * src/addr_compl.[ch]
575         * src/addressbook.[ch]
576         * src/addrbook.[ch]
577         * src/editgroup.c
578         * src/editaddress.c
579         * src/editldap.c
580         * src/editldap_basedn.c
581         * src/vcard.c
582         * src/jpilot.c
583         * src/Makefile.am
584                 included dynamic LDAP queries. improved address
585                 completion.
586
587 2003-03-16 [paul]       0.8.11claws19
588
589         * tools/multiwebsearch.pl
590                 fix a fatal typo
591
592 2003-03-16 [christoph]  0.8.11claws18
593
594         * src/mimeview.c
595         * src/plugins/dillo_viewer/dillo_viewer.c
596         * src/plugins/mathml_viewer/mathml_viewer.c
597                 make unregistering of MimeViewerFactorys possible
598
599 2003-03-16 [alfons]     0.8.11claws17
600
601         * configure.ac
602                 correct typo
603
604 2003-03-16 [melvin]     0.8.11claws16
605
606         * src/plugins/dillo_viewer.c
607                 Fixed bug where it was not possible to view more than
608                 one text/html attachment per message (bug discovered
609                 by Christoph Hohmann).
610
611 2003-03-15 [melvin]     0.8.11claws15
612
613         * src/prefs_actions.c
614                 Fixed compilation warnings.
615
616 2003-03-15 [melvin]     0.8.11claws14
617
618         * src/plugins/Makefile.am
619         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
620         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
621         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
622                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
623                 newer (http://dillo.auriga.wearlab.de/).
624
625 2003-03-15 [christoph]  0.8.11claws13
626
627         * src/imap.c
628                 don't query imap folder for attributes because we already
629                 for them from imap_status
630
631         * src/mimeview.[ch]
632                 add support for plugable MimeViewers (unloading Viewers
633                 not yet complete)
634
635         * src/plugins/Makefile.am
636         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
637         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
638         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
639                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
640                 widget from http://helm.cs.unibo.it/mml-widget/
641
642 2003-03-14 [christoph]  0.8.11claws12
643
644         * src/folder.[ch]
645                 o error return code's should better be negative
646                 o replace printf with debug_print
647
648         * src/imap.c
649                 improve IMAP folder scan by checking UID-NEXT
650
651         * src/summaryview.c
652                 remove check that are unnecessary in my opinion
653
654 2003-03-13 [christoph]  0.8.11claws11
655
656         * src/folder.[ch]
657         * src/foldersel.c
658         * src/folderview.c
659         * src/imap.c
660         * src/mbox_folder.c
661         * src/mh.c
662         * src/news.c
663         * src/prefs_scoring.c
664         * src/summaryview.c
665                 use a common function to get a displayable name
666                 for a FolderItem
667
668 2003-03-13 [paul]       0.8.11claws10
669
670         * tools/Makefile.am
671           tools/README
672           tools/multiwebsearch.conf     ** NEW FILE **
673           tools/multiwebsearch.pl       ** NEW FILE **
674                 add multiwebsearch Actions script
675
676 2003-03-13 [colin]      0.8.11claws9
677
678         * src/compose.c
679                 Remove leading emtpy lines from quoted text
680                 before quoting it
681
682 2003-03-13 [melvin]     0.8.11claws8
683
684         * src/prefs_actions.c
685                 Fixed a memory leak
686                 Code clean ups
687                 Added Cancel and OK buttons
688                 Corrected help text
689
690 2003-03-13 [christoph]  0.8.11claws7
691
692         * src/account.c
693         * src/folder.[ch]
694         * src/imap.c
695         * src/mainwindow.c
696         * src/mbox_folder.c
697         * src/mh.c
698         * src/news.c
699         * src/setup.c
700                 replace more folder type stuff with folder class stuff
701
702 2003-03-13 [melvin]     0.8.11claws6
703
704         * src/prefs_actions.c
705                 Added new tokens:
706                 %u: user provided argument
707                 %h: user provided argument (hidden on input)
708                 %s: current text selection in the message view 
709
710 2003-03-13 [paul]       0.8.11claws5
711
712         * sync with 0.8.11cvs5
713                 see ChangeLog 2003-03-11, 2003-03-12
714
715 2003-03-12 [christoph]  0.8.11claws4
716
717         * src/folder.c
718                 use folder class idstr when writing folderlist.xml
719
720         * src/folder.h
721         * src/imap.c
722         * src/news.c
723                 replace folder type checks with folder class checks
724
725 2003-03-12 [christoph]  0.8.11claws3
726
727         * src/folder.[ch]
728         * src/imap.[ch]
729         * src/main.c
730         * src/mbox_folder.[ch]
731         * src/mh.[ch]
732         * src/news.[ch]
733                 o create a list of known folder classes in the folder system
734                 o use folder class id strings for folder item identifiers
735
736 2003-03-12 [christoph]  0.8.11claws2
737
738         * src/imap.c
739                 fix imap uid validity check
740
741 2003-03-12 [christoph]  0.8.11claws1
742
743         * src/account.c
744         * src/folder.[ch]
745         * src/foldersel.c
746         * src/folderview.c
747         * src/imap.c
748         * src/mainwindow.c
749         * src/mbox_folder.c
750         * src/mh.c
751         * src/news.c
752         * src/prefs_scoring.c
753         * src/procmsg.c
754         * src/setup.c
755         * src/summaryview.c
756                 initial restructuring of folder system, seperating
757                 folders and folder classes
758
759 2003-03-12 [paul]       0.8.11claws
760
761         0.8.11claws release
762
763 2003-03-12 [christoph]
764
765         * src/gtk/prefswindow.c
766                 fix translation of "Page Index"
767
768 2003-03-12 [paul]       0.8.10claws110
769
770         a sync from 0.8.11cvs4 before the release
771
772         * src/common/utils.c
773                 subject_compare_for_sort(): allow null strings (fixes
774                 summary sorting).
775
776 2003-03-11 [paul]       0.8.10claws109
777
778         * po/es.po
779                 update Spanish translation, submitted by
780                 Ricardo Mones Lastra
781
782 2003-03-11 [melvin]     0.8.10claws108
783
784         * po/fr.po
785                 Updated French translations
786
787 2003-03-11 [paul]       0.8.10claws107
788
789         * manual/en/Makefile.am
790           manual/en/*.html
791                 update English manual, add a new page
792                 updated by Francois Barriere <fbarriere@atmel.fr>
793                 
794         * po/bg.po
795           po/it.po
796           po/sr.po
797                 update Bulgarian, Italian, and Serbian translations
798                 submitted by George Danchev, Alessandro Maestri, and
799                 Urke MMI
800
801 2003-03-10 [paul]       0.8.10claws106
802
803         * src/gtk/about.c
804           src/gtk/prefswindow.c
805                 make some strings translatable
806
807 2003-03-10 [darko]      0.8.10claws105
808
809         * src/compose.c
810                 code cleanup to make Hiro happy
811
812 2003-03-10 [paul]       0.8.10claws104
813
814         * sync with 0.8.11cvs2
815                 see ChangeLog 2003-03-10
816
817 2003-03-09 [melvin]     0.8.10claws103
818
819         * src/textview.c
820                 textview_set_font(): fix for message display in
821                 UTF-8 locales (thanks to Sergey Vlasov).
822                 (was unintentionnaly reverted in 0.8.6claws6)   
823
824 2003-03-08 [darko]      0.8.10claws102
825
826         * src/compose.c
827                 fix infinite loop in wrapping as reported
828                 by happycactus
829                 obsoletes patch #696482
830
831 2003-03-08 [christoph]  0.8.10claws101
832
833         * src/imap.c
834                 add workaround for IMAP servers that do not
835                 support the "UID SEARCH UID" command
836
837 2003-03-07 [christoph]  0.8.10claws100
838
839         * src/plugins/spamassassin/spamassassin.[ch]
840         * src/plugins/spamassassin/spamassassin_gtk.c
841                 code cleanup
842
843 2003-03-07 [paul]       0.8.10claws99
844
845         * po/es.po
846                 updated Spanish translation, submitted by
847                 Ricardo Mones Lastra
848
849 2003-03-07 [christoph]  0.8.10claws98
850
851         * src/send.c
852                 fix in 0.8.10claws94 was wrong
853                 local delivery does not require escaping, remove escaping
854                 code to make signatures of mails with "." lines valid
855                 
856                 NOTE: requires that sendmail is executed with "-i" option,
857                       what is the default now, but has to be changed in all
858                       exsiting accounts)
859
860 2003-03-07 [paul]       0.8.10claws97
861
862         * sync with 0.8.11 release
863                 see ChangeLog 2003-03-07
864
865 2003-03-06 [paul]       0.8.10claws96
866
867         * src/compose.c
868                 revert commit 0.8.10claws92
869
870 2003-03-06 [paul]       0.8.10claws95
871
872         * src/folderview.c
873                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
874
875         * src/gtkaspell.c
876                 fix bug 74, 'Crash opening editor window with pseudo-color
877                 display'
878                 
879         Patches submitted by Kevin Vigor <kevin@vigor.nu>
880
881 2003-03-06 [christoph]  0.8.10claws94
882
883         * src/send.c
884                 fix rfc2821 (4.5.2) violation in SMTP data sending,
885                 all lines starting with a period get an extra period
886                 inserted
887                 (found by Simon 'corecode' Schubert)
888
889 2003-03-06 [paul]       0.8.10claws93
890
891         * src/folderview.c
892                 if configured font can't be loaded fall back to gtk
893                 default. (with thanks to Christoph)
894                 
895                 closes long-standing bug 15 'Crashes on startup'
896
897 2003-03-06 [paul]       0.8.10claws92
898
899         * src/compose.c
900                 freeze text before autosave and thaw afterwards
901                 fixes bug 67 'autosave make re-rediting message crazy'
902
903 2003-03-06 [christoph]  0.8.10claws91
904
905         * src/compose.c
906                 ignore address comment in dupe check for Cc-list
907
908         (closes reopened bug 47 Replying to message strips name part of
909          e-mail addresses of Cc: lines)
910
911 2003-03-06 [paul]       0.8.10claws90
912
913         * src/Makefile.am
914                 remove reference to gtkxtext.h as its no longer in
915                 the repository
916
917 2003-03-06 [paul]       0.8.10claws89
918
919         * sync with 0.8.10cvs25
920                 see ChangeLog 2003-03-06
921
922 2003-03-06 [oliver]     0.8.10claws88
923         
924         * src/messageview.c
925                 remove include
926
927 2003-03-06 [oliver]     0.8.10claws87
928         
929         * src/folderview.c 
930                 remove changes introduced inclaws74
931         * src/messageview.c
932                 another attempt to sanely delete and update
933                 messages deleted in separate messageview
934
935 2003-03-05 [christoph]  0.8.10claws86
936
937         * src/summaryview.c
938                 check if "From" matches any account's address if
939                 addressbook completion of addresses is disabled too
940
941         (closes Bug 70 "Display recipient in from" doesn't check
942          folder's default account)
943
944 2003-03-05 [christoph]  0.8.10claws85
945
946         * src/compose.c
947         * src/common/utils.[ch]
948                 don't strip address comments when building Cc lists
949
950         (closes Bug 47 Replying to message strips name part of e-mail addresses
951          of Cc: lines)
952
953         * src/folder.c
954                 fix return value of copy function
955
956 2003-03-05 [christoph]  0.8.10claws84
957
958         * src/imap.c
959                 don't ask imap server for non rfc822 headers
960
961         (closes bug 71 IMAP FETCH asks for FROM header field twice)
962
963         * src/imap.c
964                 destroy session on socket error to allow reconnecting
965
966 2003-03-05 [christoph]  0.8.10claws83
967
968         * configure.ac
969                 fix building with gnome when no prefix is set
970
971         (closes bug 66 Gnome directory is set to NONE)
972
973 2003-03-05 [paul]       0.8.10claws82
974
975         * sync with 0.8.10cvs23
976                 see ChangeLog 2003-03-05
977
978 2003-03-04 [christoph]  0.8.10claws81
979
980         * src/folder.c
981                 o fix moving and copying when folder returns 0 for new
982                   message number
983                 o remove some code for single message copy and move
984                   operations and use functions for multiple messages
985
986         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
987
988         * src/news.c
989                 remove unused include
990
991 2003-03-04 [paul]       0.8.10claws80
992
993         * src/gtk/about.c
994                 list 'Compiled plugins'
995
996 2003-03-03 [christoph]  0.8.10claws79
997
998         * src/news.[ch]
999                 have to multiply the percentage of the current fetch with
1000                 the percentage that it has of the total fetch operation
1001                 for correct values
1002
1003 2003-03-03 [christoph]  0.8.10claws78
1004
1005         * src/news.c
1006                 fix calculation of expected lines for progress indicator
1007
1008 2003-03-03 [christoph]  0.8.10claws77
1009
1010         * src/summaryview.c
1011         * src/common/utils.c
1012                 fix segfault when opening the root news folder
1013
1014 2003-03-03 [christoph]  0.8.10claws76
1015
1016         * src/mainwindow.[ch]
1017         * src/common/Makefile.am
1018         * src/common/progressindicator.[ch]
1019                 add UI independent progress indicator handling
1020
1021         * src/news.[ch]
1022                 use new progress indicator for message info fetching
1023
1024         * src/common/hooks.h
1025                 code cleanup
1026
1027 2003-03-03 [oliver]     0.8.10claws75
1028
1029         * src/toolbar.c
1030         * src/compose.c
1031                 removed commented code
1032
1033 2003-03-03 [oliver]     0.8.10claws74
1034
1035         * src/toolbar.[ch]
1036                 cleanups and refactoring
1037         * src/compose.[ch]
1038                 compose_reply_mode reply & forwarding interface for
1039                 toolbar buttons
1040         * src/folderview.c
1041                 act on messages marked for deletion in folderview_selected
1042                 based on prefs_common.immediate_exec since a message might 
1043                 have been deleted by messageview in a folder we are changing 
1044                 to (does anybody understand what I'm on about ?)
1045
1046 2003-03-03 [oliver]     0.8.10claws73
1047         
1048         * src/messageview.[ch]
1049                 new functions
1050                 - messageview_delete: delete message shown in messagview
1051                 - messageview_update_view: update messageview to currently 
1052                   selected summaryview message
1053                 - add separate messageview to msgview_list in order to update 
1054                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
1055         * src/summaryview.[ch]
1056                 summary_get_selection returns a list of selected msgs
1057                 in summaryview
1058         * src/mainwindow.c
1059                 toolbar reply refactoring
1060
1061 2003-03-03 [paul]       0.8.10claws72
1062
1063         * sync with 0.8.10cvs21
1064                 see ChangeLog 2003-03-03
1065
1066 2003-03-02 [christoph]  0.8.10claws71
1067
1068         * src/common/passcrypt.c
1069                 use POSIX includes
1070
1071 2003-03-02 [christoph]  0.8.10claws70
1072
1073         * configure.ac
1074         * src/prefs_account.c
1075         * src/prefs_gtk.[ch]
1076         * src/common/.cvsignore
1077         * src/common/Makefile.am
1078         * src/common/passcrypt.c                ** NEW **
1079         * src/common/passcrypt.h.in             ** NEW **
1080                 Implement password encryption in config files
1081                 using unix encrypt and setkey functions. The crypt
1082                 key can be set as a configure parameter. Old
1083                 passwords will be converted if they do not begin
1084                 with '!'
1085
1086 2003-03-02 [paul]       0.8.10claws69
1087
1088         * src/prefs_account.c
1089                 fix compile error
1090
1091 2003-03-01 [thorsten]   0.8.10claws68
1092
1093         * po/el.po
1094           po/hr.po
1095           po/it.po
1096           po/nl.po
1097           po/sr.po
1098           po/sv.po
1099                 corrected format strings
1100         * po/en_GB.po
1101                 corrected headers
1102                 (fix compile errors with GNU gettext-0.11.5)
1103
1104 2003-03-01 [oliver]     0.8.10claws67
1105
1106         * src/summaryview.c
1107                 menu callbacks call toolbar_menu_reply
1108
1109 2003-03-01 [oliver]     0.8.10claws66
1110
1111         * src/mainwindow.c
1112         * src/messageview.c
1113                 menu callbacks call toolbar_menu_reply
1114         * src/toolbar.[ch]
1115                 callbacks from menu handled by toolbar_menu_reply
1116
1117 2003-03-01 [paul]       0.8.10claws65
1118
1119         * src/addressbook.c
1120                 revert commit 0.8.10claws54 - breaks editing of
1121                 addressbook.
1122                 
1123         * po/bg.po
1124                 update Bulgarian translation, submitted by
1125                 George Danchev
1126
1127 2003-02-28 [christoph]  0.8.10claws64
1128
1129         * src/account.c
1130         * src/addressadd.c
1131         * src/compose.c
1132         * src/gtkaspell.c
1133         * src/gtkxtext.h                ** REMOVE **
1134         * src/imap.c
1135         * src/matcher.[ch]
1136         * src/mh.c
1137         * src/news.c
1138         * src/pine.c
1139         * src/prefs_common.c
1140         * src/prefs_matcher.c
1141         * src/procheader.[ch]
1142         * src/procmsg.[ch]
1143         * src/toolbar.c
1144         * src/common/ssl_certificate.c
1145         * src/gtk/colorlabel.c
1146         * src/gtk/menu.c
1147                 o fix warnings
1148                 o remove code obsoleted by new cache and folder system rework
1149
1150 2003-02-28 [oliver]     0.8.10claws63
1151         
1152         * src/toolbar.[ch]
1153                 * fix bug where reply in Messageview replied to 
1154                 Message displayed in summaryview
1155                 (reportedd via ML by chinatinte at gmx dot ch)
1156                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1157                 didn't work in separate MessageView Toolbar
1158                 (wondering if anybody uses this at all ?)
1159         * src/summaryview.[ch]
1160                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1161                 (generalize reply and forward code);
1162         * src/messageview.c 
1163                 remove focus_in event which updated summaryview to messageview
1164
1165 2003-02-28 [paul]       0.8.10claws62
1166
1167         * po/Makefile.in.in
1168                 add the --check option
1169                 Patch submitted by Ricardo Mones Lastra
1170
1171 2003-02-28 [paul]       0.8.10claws61
1172
1173         * src/prefs_account.c
1174                 re-order 'Signature' items
1175
1176 2003-02-28 [paul]       0.8.10claws60
1177
1178         * sync with 0.8.10cvs20
1179                 see ChangeLog 2003-02-28
1180
1181 2003-02-28 [paul]       0.8.10claws59
1182
1183         * po/POTFILES.in
1184                 update to reflect recent movement of files
1185
1186 2003-02-28 [paul]       0.8.10claws58
1187
1188         * sync with 0.8.10cvs19
1189                 see ChangeLog 2003-02-28
1190
1191 2003-02-27 [martin]     0.8.10claws57
1192
1193         * src/prefs_matcher.c 
1194                 fix segfault in prefs_matcher_ok() when the
1195                 last entry is deleted and prevents that the
1196                 message "entry not saved" comes up after deleting
1197                 an entry
1198
1199 2003-02-27 [martin]     0.8.10claws56
1200
1201         * src/prefs_filtering.c 
1202                 fix segfault in prefs_filtering_ok() when the
1203                 last entry is deleted and prevents that the
1204                 message "entry not saved" comes up after deleting
1205                 an entry
1206
1207 2003-02-27 [paul]       0.8.10claws55
1208
1209         * sync with 0.8.10cvs18
1210                 see ChangeLog 2003-02-27
1211
1212 2003-02-27 [paul]       0.8.10claws54
1213
1214         * src/addressbook.c
1215                 fix bug where the address book crashes with 
1216                 multiple lookups.
1217                 Patch [687729] submitted by David Frager 
1218                 <dbfrager@users.sourceforge.net>
1219
1220 2003-02-25 [christoph]  0.8.10claws53
1221
1222         * src/Makefile.am
1223         * src/colorlabel.[ch]           ** REMOVE **
1224         * src/gtk/Makefile.am
1225         * src/gtk/colorlabel.[ch]       ** NEW **
1226                 move colorlabel files to gtk directory
1227
1228         * src/esmtp.[ch]                ** REMOVE **
1229                 has been merged into smtp.[ch] in 0.7.5
1230
1231 2003-02-25 [christoph]  0.8.10claws52
1232
1233         * src/Makefile.am
1234         * src/about.[ch]                ** REMOVE **
1235         * src/gtk/Makefile.am
1236         * src/gtk/about.[ch]            ** NEW **
1237                 move about files to gtk directory
1238
1239 2003-02-25 [christoph]  0.8.10claws51
1240
1241         * src/folder.c
1242                 some code optimization of folder scanning code
1243
1244         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1245
1246 2003-02-25 [christoph]  0.8.10claws50
1247
1248         * src/main.c
1249         * src/common/sylpheed.c
1250                 add command line parameter parsing to common code
1251
1252 2003-02-24 [christoph]
1253
1254         * Makefile.am
1255         * configure.ac
1256                 fix gnome prefix problems, the configure script now removed
1257                 `gnome-config --prefix` from `gnome-config --datadir`
1258                 and adds $(prefix} instead
1259
1260         (closes Bug 24 Makefile does not respect prefix when installing
1261          GNOME data)
1262
1263 2003-02-24 [christoph]  0.8.10claws49
1264
1265         * src/news.c
1266                 check for valid session before trying to authenticate
1267
1268         (closes Bug 60 crash if "authenticate on logon" is activated
1269          and newsserver-hostname is not valid)
1270
1271 2003-02-24 [melvin]     0.8.10claws48
1272
1273         * src/prefs_actions.c
1274                 Make sure all user's input is sent to the action and then
1275                 close the socket..
1276
1277 2003-02-23 [alfons]     0.8.10claws46
1278
1279         * src/summaryview.c
1280                 also wait cursor when deleting files
1281
1282 2003-02-23 [paul]
1283
1284         * tools/freshmeat_search.pl
1285           tools/google_search.pl
1286                 scripts should now work for any browser/browser command line
1287
1288 2003-02-22 [christoph]  0.8.10claws45
1289
1290         * src/procmsg.c
1291                 fix IMAP flag setting, IMAP flag is not handled correctly
1292                 anymore by the folder system and information about the
1293                 folder should not be saved in the MsgInfo (in my opinion)
1294
1295         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1296
1297 2003-02-22 [christoph]  0.8.10claws44
1298
1299         * src/summaryview.c
1300                 fix spelling of "label" ;-)
1301
1302 2003-02-22 [thorsten]   0.8.10claws43
1303
1304         * src/mimeview.c
1305           src/prefs_common.[ch]
1306           src/procmime.[ch]
1307                 do not use description as attachment name
1308
1309 2003-02-22 [alfons]     0.8.10claws42
1310
1311         * src/summaryview.c
1312                 freeze/thaw folder item updates when changing color labels,
1313                 and put a wait cursors on
1314
1315 2003-02-22 [thorsten]   0.8.10claws41
1316
1317         * src/mimeview.c
1318                 save-all fixes: crash if invoked on multipart container,
1319                 mimeinfo access, pathseparators, error dialog
1320
1321 2003-02-21 [alfons]     0.8.10claws40
1322
1323         * src/prefs_gtk.c
1324                 remove unused var
1325
1326 2003-02-21 [colin]      0.8.10claws39
1327
1328         * src/send.c
1329                 Fix smtp logging
1330
1331 2003-02-21 [colin]      0.8.10claws38
1332
1333         * src/summaryview.c
1334                 Freeze/thaw folderItem updates when filtering messages 
1335                 via Tools/Filter messages
1336
1337 2003-02-21 [paul]       0.8.10claws37
1338
1339         * src/compose.c
1340                 revert commit 0.8.10claws26, there are ulterior motives
1341                 for users to set a Reply-To header when posting to
1342                 newsgroups
1343
1344 2003-02-21 [paul]       0.8.10claws36
1345
1346         * sync with 0.8.10cvs17
1347                 see ChangeLog 2003-02-21
1348
1349 2003-02-20 [christoph]  0.8.10claws35
1350
1351         * src/imap.c
1352                 IMAP UID fetch speedup using SEARCH
1353
1354         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1355
1356         * src/imap.c
1357                 fix problem with UIDs in IMAP UID cache that no longer existed
1358
1359 2003-02-20 [christoph]  0.8.10claws34
1360
1361         * src/imap.c
1362         * src/procheader.c
1363         * src/procheader.h
1364                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1365
1366         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1367
1368         * src/imap.c
1369                 Rewrite imap_cmd_gen_recv use sock_getline instead
1370                 of sock_gets to avoid problems with too long reply
1371                 lines
1372     
1373 2003-02-20 [colin]      0.8.10claws33
1374         
1375         * src/prefs_account.c
1376                 Better wording
1377
1378 2003-02-20 [colin]      0.8.10claws32
1379
1380         * src/compose.c
1381                 Remove useless '&& !to_sender' 
1382
1383 2003-02-20 [darko]
1384
1385         * AUTHORS
1386                 change my e-mail address
1387
1388 2003-02-19 [colin]      0.8.10claws31
1389
1390         * src/prefs_common.c
1391                 X11 style colors for every configurable color
1392
1393 2003-02-19 [alfons]     0.8.10claws30
1394
1395         * src/prefs_gtk.[ch]
1396         * src/prefs_common.c
1397                 for color_new accept both plain integers and X11 style color
1398                 names (as found in /usr/lib/X11/rgb.txt)
1399
1400 2003-02-19 [paul]       0.8.10claws29
1401
1402         * src/mainwindow.c
1403                 add tooltips to online/offline button and account selector
1404                 button
1405
1406 2003-02-19 [paul]       0.8.10claws28
1407
1408         * src/folder.c
1409           src/news.c
1410           src/prefs_account.[ch]
1411           src/prefs_common.[ch]
1412                 move 'Maximum number of articles to download' to
1413                 account prefs.
1414                 clean up account prefs gui a little by hiding entries
1415                 rather then greying out entries
1416
1417 2003-02-19 [hiro]       0.8.10claws27
1418
1419         * src/common/utils.c
1420                 fix bug #54 'yesterdays date is displayed in the message 
1421                 summary window'
1422
1423 2003-02-19 [paul]       0.8.10claws26
1424
1425         * src/compose.c
1426                 fix bug reported in Feature Request [688596] 
1427                 'Reply-to header in news'
1428
1429 2003-02-18 [paul]       0.8.10claws25
1430
1431         * src/select-keys.c
1432                 add a 'List all keys' button to key selection dialog
1433
1434 2003-02-18 [colin]      0.8.10claws24
1435         
1436         * src/stock_pixmap.c
1437                 fix compile error
1438
1439 2003-02-18 [colin]      0.8.10claws23
1440
1441         * src/common/smtp.[ch]
1442           src/prefs_account.c
1443                 Try to starttls if it seems to be the only
1444                 way to authenticate a user
1445
1446 2003-02-18 [paul]       0.8.10claws22
1447
1448         * src/Makefile.am
1449           src/folderview.c
1450           src/stock_pixmap.[ch]
1451           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1452           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1453                 as a Drafts folder is a special folder allow it to have
1454                 its own unique icons
1455
1456 2003-02-18 [colin]      0.8.10claws21
1457
1458         * src/imap.c
1459                 Fix port selection when using starttls
1460
1461 2003-02-18 [paul]       0.8.10claws20
1462
1463         * src/mainwindow.c
1464           src/prefs_common.[ch]
1465                 make blue the default new mail colour
1466
1467 2003-02-18 [paul]       0.8.10claws19
1468
1469         * sync with 0.8.10cvs14
1470                 see ChangeLog 2003-02-18
1471
1472 2003-02-17 [jens]       0.8.10claws18
1473
1474         * src/common/md5.c
1475                 fixed a compile problem with gcc 3.3
1476                 works on 2.95.3 too (testet on PPC as it is big endian)
1477
1478 2003-02-17 [paul]       0.8.10claws17
1479
1480         * sync with 0.8.10cvs13
1481                 see ChangeLog 2003-02-17
1482
1483 2003-02-17 [paul]       0.8.10claws16
1484
1485         * sync with 0.8.10cvs12
1486                 see ChangeLog 2003-02-17
1487
1488 2003-02-16 [match]      0.8.10claws15
1489
1490         * src/addressbook.c
1491                 Eliminates reloading of address data when items
1492                 deleted or added. Applied submitted by
1493                 Luke Plant <lukeplant@softhome.net>
1494
1495 2003-02-16 [paul]       0.8.10claws14
1496
1497         * src/news.c
1498                 when a 'protocol error' is encountered disconnect from
1499                 the server. This means that the user can carry on viewing
1500                 other articles and doesn't have to either wait until the
1501                 server timesout or quit sylpheed.
1502                 Fixes bug #53 'Unable to read messages in newsgroups, 
1503                 displayed message doesn't change'
1504
1505 2003-02-15 [christoph]  0.8.10claws13
1506
1507         * src/imap.c
1508                 fix bug that stopped scanning of folders when an
1509                 IMAP folder was empty
1510
1511         (closes bug 46 stop scan messages in folders after empty folder)
1512
1513 2003-02-15 [paul]
1514
1515         * tools/Makefile.am
1516           tools/README
1517           tools/freshmeat_search.pl     ** NEW FILE **
1518           tools/google_search.pl        ** NEW FILE **
1519                 Add 2 Actions scripts which search freshmeat/google
1520                 for the selected text using the browser configured
1521                 in sylpheedrc.
1522                 
1523         Note: These scripts are very dependent on the format of the
1524         browser command and may not work on every occasion. Testing
1525         is welcome. 
1526
1527 2003-02-14 [alfons]     0.8.10claws12
1528
1529         * src/compose.c
1530                 fix breakage because of uninitialized account pointer.
1531                 please verify.
1532
1533 2003-02-14 [paul]       0.8.10claws11
1534
1535         * src/compose.c
1536           src/prefs_account.[ch]
1537           src/prefs_common.[ch]
1538                 move signature settings to Account Prefs
1539
1540 2003-02-14 [paul]       0.8.10claws10
1541
1542         * sync with 0.8.10cvs11
1543                 see ChangeLog 2003-02-14
1544
1545 2003-02-13 [thorsten]   0.8.10claws9
1546
1547         * src/news.c
1548                 revert news progressbar (GUI separation)
1549
1550 2003-02-13 [paul]       0.8.10claws8
1551
1552         * src/compose.c
1553                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1554                 paragraph 1
1555
1556 2003-02-13 [paul]       0.8.10claws7
1557
1558         * src/compose.[ch]
1559           src/summaryview.c
1560                 fix 'Follow-up and Reply-to' so that it creates a reply to
1561                 the newsgroup and the sender. If the message has the keyword
1562                 'poster' in the Followup-To header, all replies go to the
1563                 sender, re: RFC 1036, Section 2.2.3
1564                 rename all instances of 'ignore_replyto' to 'to_sender', both
1565                 were previously used, now we use just one.
1566
1567 2003-02-13 [paul]       0.8.10claws6
1568
1569         * sync with 0.8.10cvs9
1570                 see ChangeLog 2003-02-13
1571
1572 2003-02-13 [paul]       0.8.10claws5
1573
1574         * configure.ac
1575                 show which plugins are configured in the configure
1576                 output.
1577
1578 2003-02-12 [thorsten]   0.8.10claws4
1579
1580         * src/news.c
1581                 show progress while fetching news headers
1582
1583 2003-02-12 [christoph]  0.8.10claws3
1584
1585         * configure.ac
1586         * src/plugins/Makefile.am
1587                 use AM_CONDITIONAL to enable plugins, automake correctly
1588                 manages this when creating distdir
1589
1590 2003-02-12 [christoph]  0.8.10claws2
1591
1592         * ac/spamassassin.m4
1593         * src/plugins/spamassassin/Makefile.am
1594                 fix building SpamAssassin plugin without OpenSSL
1595
1596 2003-02-12 [paul]       0.8.10claws1
1597
1598         * ac/Makefile.am
1599           src/Makefile.am
1600           src/plugins/Makefile.am
1601                 fix failure of 'make release'
1602
1603 2003-02-12 [paul]       0.8.10claws
1604
1605         * 0.8.10claws released
1606
1607 2003-02-12 [paul]       0.8.9claws56
1608
1609         * po/bg.po
1610           po/es.po
1611           po/it.po
1612           po/ru.po
1613           po/sr.po
1614                 updated translations by George Danchev, Ricardo Mones Lastra,
1615                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1616                 
1617         * sylpheed.spec.in
1618                 Allow the building of RPMs by a regular user. Submitted
1619                 by Sergei Astanin
1620
1621 2003-02-11 [alfons]     0.8.9claws55
1622
1623         * src/colorlabel.c
1624                 don't use pixmaps for label color rect but draw rectangles
1625                 so we can respect the color map of palette based visuals
1626                 (fixes the long time crashes on Suns - thanks to Andreas
1627                 Engel and Steve O'Hara-Smith for testing)
1628
1629 2003-02-11 [christoph]  0.8.9claws54
1630
1631         * src/matcher_parser_parse.y
1632                 correct bug where filering rules of not existing folders in
1633                 matcherrc were added to global filtering
1634                 
1635         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1636          main filter-rules after removing directory, http://bugs.debian.org/180253)
1637         
1638 2003-02-11 [paul]       0.8.9claws53
1639
1640         * sync with 0.8.10cvs7
1641                 see ChangeLog 2003-02-09
1642
1643 2003-02-11 [melvin]     0.8.9claws52
1644
1645         * po/fr.po
1646                 Updated French tranlsations
1647
1648 2003-02-10 [paul]       0.8.9claws51
1649
1650         * sylpheed.spec.in
1651                 correct --enable-openssl
1652                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1653
1654 2003-02-09 [martin]     0.8.9claws50
1655
1656         * src/prefs_matcher.c
1657                 fix segfault in prefs_matcher_substitute_cb() when
1658                 no row is selected
1659
1660 2003-02-09 [paul]       0.8.9claws49
1661
1662         * src/folderview.c
1663                 fix bug where a newsgroup folder's processing rules were
1664                 merged with the global filtering rules when the newsgroup
1665                 folder was deleted, causing some seriously bad results,
1666                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1667
1668 2003-02-08 [melvin]     0.8.9claws48
1669
1670         * src/compose.c
1671                 Corrected and modified an alert message.
1672
1673 2003-02-07 [paul]       0.8.9claws47
1674
1675         * src/folderview.c
1676                 fix bug where both an 'Account properties' window and a
1677                 'Folder properties' window were opened when clicking on
1678                 'Properties' in an NNTP or IMAP folder's popup menu.
1679
1680 2003-02-07 [paul]       0.8.9claws46
1681
1682         * sync with 0.8.10cvs6
1683                 see ChangeLog 2003-02-06
1684
1685 2003-02-06 [christoph]  0.8.9claws45
1686
1687         * src/mbox.c
1688                 freeze folder updates while importing mbox files
1689                 (closes bug 43 importing mbox took hours)
1690                 
1691         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1692
1693 2003-02-06 [thorsten]   0.8.9claws44
1694
1695         * po/de.po
1696                 Updated german translations
1697
1698 2003-02-06 [thorsten]   0.8.9claws43
1699
1700         * src/news.h
1701                 use guint for message numbers (fix count in grouplist dialog)
1702
1703 2003-02-05 [paul]       0.8.9claws42
1704
1705         * sync with 0.8.10cvs2
1706                 see ChangeLog 2003-02-05
1707
1708 2003-02-04 [colin]      0.8.9claws41
1709
1710         * src/prefs_common.[ch]
1711           src/procmsg.c
1712           src/summaryview.c
1713                 Add an option to disable threading by subject
1714
1715 2003-02-04 [christoph]  0.8.9claws40
1716
1717         * src/inc.c
1718                 only abort fetching mails from multiple accounts when the
1719                 error is fatal and does not allow to check any more accounts
1720                 (currently only disk full error)
1721
1722         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1723          receive mails for other accouts)
1724
1725 2003-02-04 [christoph]  0.8.9claws39
1726
1727         * src/folder.c
1728                 first add the new message to the cache, then
1729                 send the update notification
1730
1731         (closes bug 39 after sending message folderview doesnt get updated)
1732
1733 2003-02-04 [colin]      0.8.9claws38
1734
1735         * src/inc.c
1736                 _really_ fix this Connecting... status
1737
1738 2003-02-04 [paul]       0.8.9claws37
1739
1740         * sync with 0.8.10
1741                 see ChangeLog 2003-02-04
1742
1743 2003-02-04 [paul]       0.8.9claws36
1744
1745         * sync with 0.8.9cvs6
1746                 see ChangeLog 2003-02-03
1747
1748 2003-02-04 [paul]       0.8.9claws35
1749
1750         * po/pt_BR.po
1751                 updated by André Filipe de Assunção e Brito 
1752                 <bedecko@netsite.com.br>
1753
1754 2003-02-03 [thorsten]   0.8.9claws34
1755
1756         * po/de.po
1757                 Updated german translations
1758
1759 2003-02-02 [paul]       0.8.9claws33
1760
1761         * po/es.po
1762                 updated by Ricardo Mones Lastra
1763
1764 2003-02-02 [thorsten]   0.8.9claws32
1765
1766         * src/mh.c
1767                 Fix mh_get_msginfo() segfault if file is inaccessible
1768
1769 2003-01-31 [colin]      0.8.9claws31
1770
1771         * src/procheader.c
1772                 Fix last commit's bug
1773
1774 2003-01-31 [colin]      0.8.9claws30
1775
1776         * src/procheader.c
1777                 Missing a change for gpg-signed messages
1778
1779 2003-01-31 [paul]       0.8.9claws29
1780
1781         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1782           src/procheader.c
1783           src/stock_pixmap.[ch]
1784           src/summaryview.c
1785                 indicate GnuPG signed messages by displaying an icon
1786                 in the Attachment column.
1787
1788 2003-01-31 [paul]       0.8.9claws28
1789
1790         * sync with 0.8.9cvs4
1791                 see ChangeLog 2003-01-31
1792
1793 2003-01-31 [alfons]     0.8.9claws27
1794
1795         * src/textview.c
1796                 tune URI parser to accept mailto URLs with a '?'
1797                 (patch from Ruslan Balkin)
1798
1799 2003-01-31 [colin]      0.8.9claws26
1800
1801         * src/summaryview.c
1802                 Fix a leak introduced in claws24
1803
1804 2003-01-31 [colin]      0.8.9claws25
1805
1806         * src/summaryview.c
1807                 Freeze/Thaw folder updates when deleting dups
1808
1809 2003-01-31 [colin]      0.8.9claws24
1810         
1811         * src/addr_compl.c
1812           src/summaryview.c
1813           src/msgcache.c
1814                 little speed improvements
1815
1816 2003-01-31 [colin]      0.8.9claws23
1817
1818         * src/summaryview.c
1819                 Fix segfault when forwarding nothing
1820                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1821                 
1822 2003-01-30 [paul]       0.8.9claws22
1823
1824         * sync with 0.8.9cvs3
1825                 see ChangeLog 2003-01-30
1826
1827 2003-01-30 [paul]       0.8.9claws21
1828
1829         * sync with 0.8.9cvs2
1830                 see ChangeLog 2003-01-30
1831
1832 2003-01-29 [paul]       0.8.9claws20
1833
1834         * sync with 0.8.9cvs1
1835                 see ChangeLog 2003-01-29
1836
1837 2003-01-28 [paul]       0.8.9claws19
1838
1839         * po/POTFILES.in
1840                 update to reflect changes. 
1841                 thanks to Ricardo Mones Lastra
1842
1843 2003-01-27 [christoph]  0.8.9claws18
1844
1845         * ac/openssl.m4
1846         * ac/spamassassin.m4
1847         * src/plugins/spamassassin/README
1848         * src/plugins/spamassassin/libspamc.[ch]
1849         * src/plugins/spamassassin/utils.[ch]
1850                 updated to latest libspamc
1851
1852 2003-01-27 [christoph]  0.8.9claws17
1853
1854         * src/folder.c
1855                 fix wrong use of procheader_get_header_fields
1856
1857 2003-01-27 [christoph]  0.8.9claws16
1858
1859         * src/news.c
1860         * src/prefs_account.[ch]
1861         * src/common/nntp.[ch]
1862                 allow to force authentication for NNTP servers
1863
1864         Patch submitted by Florian Mickler <dmk@d-labs.de>
1865
1866 2003-01-26 [paul]       0.8.9claws15
1867
1868         * src/summaryview.c
1869                 speed up of marking messages as read
1870                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1871
1872 2003-01-26 [christoph]  0.8.9claws14
1873
1874         * src/Makefile.am
1875         * src/mgutils.[ch]              ** REMOVE **
1876         * src/xml.[ch]                  ** REMOVE **
1877         * src/xmlprops.[ch]             ** REMOVE **
1878         * src/common/Makefile.am
1879         * src/common/mgutils.[ch]       ** NEW **
1880         * src/common/xml.[ch]           ** NEW **
1881         * src/common/xmlprops.[ch]      ** NEW **
1882                 move xml files to common directory
1883
1884 2003-01-26 [christoph]  0.8.9claws13
1885
1886         * src/plugins/spamassassin/spamassassin_gtk.c
1887                 only set gtk entry text if string is available
1888
1889 2003-01-26 [melvin]     0.8.9claws12
1890
1891         * src/description_window.c
1892                 Allow resizing of the window
1893                 Allow automatic horizontal scroll bar
1894                 Do not vertically expand and fill
1895
1896 2003-01-26 [christoph]  0.8.9claws11
1897
1898         * src/Makefile.am
1899         * src/gtkutils.[ch]             ** REMOVE **
1900         * src/common/sylpheed.c
1901         * src/gtk/Makefile.am
1902         * src/gtk/description_window.c
1903         * src/gtk/gtkutils.[ch]         ** NEW **
1904         * src/gtk/prefswindow.c
1905                 move gtkutils to gtk directory
1906
1907 2003-01-26 [paul]       0.8.9claws10
1908
1909         * src/summaryview.c
1910                 rename summary_unread_clicked() to summary_status_clicked()
1911
1912 2003-01-26 [melvin]     0.8.9claws9
1913
1914         * src/prefs_actions.c
1915                 Cosmetical changes to the help text
1916
1917 2003-01-26 [paul]       0.8.9claws8
1918
1919         * src/folder.[ch]
1920           src/mainwindow.c
1921           src/prefs_common.c
1922           src/prefs_sumamry_column.c
1923           summaryview.[ch]
1924                 rename the 'Unread' column to 'Status'
1925
1926 2003-01-25 [match]      0.8.9claws7
1927
1928         * src/mgutils.[ch]
1929                 removed reference to LDAP constants. removed error2string.
1930                 included functions to support LDAP dynamic queries.
1931         * src/syldap.h
1932                 moved LDAP constants here.
1933         * src/addressbook.c
1934         * src/addrindex.c
1935         * src/importldif.c
1936                 removed references to LDAP constants and references to
1937                 error2string.
1938
1939 2003-01-25 [paul]       0.8.9claws6
1940
1941         * src/summaryview.c
1942                 summary_thread_build(), summary_thread_init(): remove 
1943                 unneeded reference to summaryview->folder_item
1944
1945 2003-01-25 [christoph]  0.8.9claws5
1946
1947         * src/gtk/description_window.c
1948                 o allow description texts to expand over multiple columns
1949                 o translate all columns
1950         * src/prefs_actions.c
1951                 change syntax description to use new multi column feature
1952
1953         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1954
1955 2003-01-25 [match]      0.8.9claws4
1956
1957         * src/vcard.c
1958                 fixed bug with Quoted-Printable
1959
1960 2003-01-25 [paul]       0.8.9claws3
1961
1962         * src/folder.[ch]
1963           src/summaryview.[ch]
1964                 implement per-folder collapsed/expanded threads setting
1965                 
1966         * src/prefs_common.c
1967                 remove global collapsed/expanded threads option
1968
1969 2003-01-25 [christoph]  0.8.9claws2
1970
1971         * po/POTFILES.in
1972                 add pluginwindow and prefswindow
1973         * src/compose.c
1974                 make send respond correctly to messages that could be added
1975                 to the queue folder, but the UID of the message is unknown
1976         * src/folder.c
1977         * src/imap.c
1978                 don't return guessed UIDs in imap_add_msg anymore. We return
1979                 0 to tell the folder system it was appened but the UID is
1980                 unknown. Folder system now get's the UID by scaning the folder
1981                 and searching the cache for the Message-ID
1982                 (closes bug #29 Messages queued, but not sent)
1983
1984 2003-01-25 [paul]       0.8.9claws1
1985
1986         * src/codeconv.c
1987                 conv_encode_header():  fix bug when long headers with 8-bit
1988                 characters are used, so that the encoded words are wrapped.
1989                 If the space in the original text falls on the wrap boundary,
1990                 it can be lost.
1991                 Patch by Sergey Vlasov.
1992                 
1993         * src/folderview.c
1994                  fix bug where a change to the sorting method or thread view
1995                  of a folder's messages is lost if simpify-subject is set and
1996                  toggled on or off.
1997                  Patch by Luke Plant.
1998
1999 2003-01-24 [paul]       0.8.9claws
2000
2001         * sylpheed-0.8.9claws released
2002         
2003         * Makefile.am
2004           sylpheed.spec.in
2005                 remove reference to 'INSTALL.jp'
2006
2007 2003-01-23 [paul]       0.8.8claws128
2008
2009         * po/es.po
2010           po/it.po
2011           po/ru.po
2012           po/sr.po
2013                 updated translations. submitted by Ricardo Mones Lastra,
2014                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
2015
2016 2003-01-23 [colin]      0.8.8claws127
2017
2018         * src/compose.c
2019                 Fix drafted and queued news articles re-edition
2020
2021 2003-01-23 [melvin]     0.8.8claws126
2022
2023         * po/fr.po
2024                 Updated French translations
2025
2026 2003-01-23 [colin]      0.8.8claws125
2027
2028         * src/inc.c
2029                 Fix "Connecting to..." status message
2030
2031 2003-01-22 [paul]       0.8.8claws124
2032
2033         * po/bg.po
2034                 updated by George Danchev
2035                 
2036         * src/folder.c
2037                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
2038                 and folder deletion
2039
2040 2003-01-21 [paul]       0.8.8claws123
2041
2042         * po/bg.po
2043                 updated by George Danchev
2044                 
2045         * src/about.c
2046                 its now 2003
2047                 
2048         * src/toolbar.c
2049                 don't translate 'Separator'
2050                 
2051         * src/plugins/spamassassin/Makefile.am
2052                 add aspell to CPPFLAGS
2053                 
2054         * src/plugins/spamassassin/spamassassin.c
2055           src/plugins/spamassassin/spamassassin_gtk.c
2056                 set correct default for spamassassin_receive_spam
2057                 slightly re-word descriptions and some
2058                 other minor changes
2059
2060 2003-01-19 [alfons]     0.8.8claws122
2061                 
2062         * src/mimeview.c
2063                 mimeview_save_as(): we might as well show the file name for
2064                 the single case "Save As" too
2065
2066 2003-01-19 [alfons]     0.8.8claws121
2067
2068         * src/crash.c
2069                 change bug tracker URL to bugzilla URL
2070
2071 2003-01-19 [alfons]     0.8.8claws120
2072
2073         * src/mimeview.c
2074                 mimeview_save_all(): display name of file before overwriting;
2075                 continue saving all, even when one overwrite was cancelled
2076
2077 2003-01-19 [christoph]  0.8.8claws119
2078
2079         * src/summaryview.c
2080         * src/procmsg.[ch]
2081                 fix wrong usage of procmsg_find_children in summaryview
2082                 by using procmsg_update_unread_children instead of
2083                 summaryview_update_unread_children
2084
2085 2003-01-19 [christoph]  0.8.8claws118
2086
2087         * src/procmsg.c
2088                 fix infinite loop in procmsg_find_children
2089                  (closes bug #25 sylpheed crashes on delete.)
2090
2091         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2092
2093 2003-01-19 [paul]       0.8.8claws117
2094
2095         * po/pt_BR.po
2096                 updated by Ivan Francolin Martinez
2097
2098 2003-01-18 [melvin]     0.8.8claws116
2099
2100         * src/prefs_actions.c
2101                 Removed syntax limitation of only one '&' at the end of command.
2102                         Now actions that contain '>/dev/null 2>&1' are possible.
2103
2104 2003-01-18 [melvin]     0.8.8claws115
2105
2106         * src/prefs_actions.c
2107                 Actions IO dialog: when the action ends
2108                 the "Close" button now has focus and [Escape] closes the
2109                 window.
2110
2111 2003-01-18 [christoph]  0.8.8claws114
2112
2113         * src/procmsg.c
2114                 o add debug output when MsgInfos are really freed
2115                 o free GSLists in procmsg_find_children and
2116                   procmsg_update_unread_children
2117
2118 2003-01-18 [christoph]  0.8.8claws113
2119
2120         * src/mainwindow.c
2121                 reorder Configuration menu
2122
2123 2003-01-18 [christoph]  0.8.8claws112
2124
2125         * src/compose.c
2126                 fix applying templates to forwarded messages
2127
2128         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2129
2130 2003-01-17 [christoph]  0.8.8claws111
2131
2132         * src/folder.c
2133                 destroy folder items, when a folder item is removed
2134
2135 2003-01-17 [christoph]  0.8.8claws110
2136
2137         * src/folder.c
2138                 fix wrong folder stats update when ignored message is
2139                 deleted
2140
2141 2003-01-17 [colin]      0.8.8claws109
2142         
2143         * src/mainwindow.c
2144         * src/summaryview.c
2145                 Quicksearch bugfixes: 
2146                 - hide help button at startup if not extended
2147                 - switch to extended when looking for replies
2148
2149 2003-01-17 [paul]
2150
2151         * sync with 0.8.9 release
2152
2153 2003-01-17 [paul]       0.8.8claws108
2154
2155         * sync with 0.8.8cvs11
2156                 see ChangeLog 2003-01-17
2157
2158 2003-01-16 [colin]      0.8.8claws107
2159
2160         * src/procmsg.c
2161                 Changed encryption test to re-ask passphrase
2162                 if an encrypted message hasn't been decrypted
2163                 Fixes bug #5
2164
2165 2003-01-16 [christoph]  0.8.8claws106
2166
2167         * src/prefs_gtk.c
2168         * src/prefs_toolbar.c
2169         * src/gtk/prefswindow.h
2170         * src/plugins/spamassassin/spamassassin_gtk.c
2171                 remove page destroy function that is not used anymore
2172
2173 2003-01-16 [paul]       0.8.8claws105
2174
2175         * sync with 0.8.8cvs9
2176                 see ChangeLog 2002-01-16
2177
2178 2003-01-16 [colin]      0.8.8claws104
2179
2180         * src/compose.[ch]
2181                 Fix bug with autosaved drafts for IMAP, when draft
2182                 folder is specified - fixes bugzilla bug #20
2183
2184 2003-01-15 [paul]       0.8.8claws103
2185
2186         * src/compose.[ch]
2187           src/procmsg.c
2188                 store folder and message-id of message forwarding
2189                 in queue header and set forward flag after sending
2190
2191 2003-01-15 [paul]       0.8.8claws102
2192
2193         * sync with 0.8.8cvs8
2194                 see ChangeLog 2002-01-15
2195
2196 2003-01-15 [colin]      0.8.8claws101
2197
2198         * src/Makefile.am
2199                 Fix linking with GNU libiconv
2200
2201 2003-01-15 [darko]      0.8.8claws100
2202
2203         * src/pine.c
2204                 fix crash when importing pine address book
2205                 entry with an empty name (reported by DY
2206                 <dybulk at tri8.net>)
2207
2208 2003-01-14 [paul]       0.8.8claws99
2209
2210         * configure.in  ** REMOVED **
2211           configure.ac  ** NEW FILE **
2212                 rename configure.in to configure.ac, as it is now
2213                 preferred
2214
2215 2003-01-14 [melvin]     0.8.8claws98
2216
2217         * src/folderview.c
2218                 folderview_check_new(): More precise function description
2219
2220 2003-01-14 [melvin]     0.8.8claws97
2221
2222         * src/folderview.c
2223                 folderview_check_new(): return the number of new messages 
2224                         since last check.
2225         * src/inc.c
2226                 inc_account_mail(): Disable counting of new messages for IMAP
2227                         and NNTP until bug [19] and [14] are fixed.
2228
2229 2003-01-14 [paul]       0.8.8claws96
2230
2231         * sync with 0.8.8cvs6
2232                 see ChangeLog 2003-01-14
2233
2234 2003-01-13 [alfons]     0.8.8claws95
2235
2236         * src/textview.c
2237                 tune email address validation (c. 0.8.8claws89): if . is 
2238                 just one char away from @, the address is invalid too 
2239                 (correctly rejects addresses like foo@.com)
2240
2241 2003-01-13 [paul]       0.8.8claws94
2242
2243         * src/messageview.c
2244           src/toolbar.c
2245                 fixes to the Message View toolbar and menu:
2246                 fix non-functioning Forward button
2247                 make Reply button consider default_reply_list
2248                 remove 'Follow-up...' menu entry
2249                 add 'Forward' and 'Redirect' menu entries
2250
2251 2003-01-13 [melvin]     0.8.8claws93
2252
2253         * src/inc.c
2254                 Fixed typo that could make new messages count incorrect.
2255
2256 2003-01-13 [melvin]     0.8.8claws92
2257
2258         * src/folderview.[ch]
2259                 folderview_check_new(): return the number of new messages.
2260         * src/inc.c
2261                 Should fix bug [14] where new mail notification worked 
2262                         incorrectly with IMAP accounts.
2263                 inc_spool_account(): return number of new msgs, or -1 on error
2264                 inc_all_spool(): return number of new msgs
2265                 
2266 2003-01-13 [melvin]     0.8.8claws91
2267
2268         * src/prefs_actions.c
2269                 Justify help text.
2270
2271 2003-01-12 [thorsten]   0.8.8claws90
2272
2273         * src/common/prefs.c
2274                 close file before rename
2275
2276 2003-01-12 [alfons]     0.8.8claws89
2277
2278         * AUTHORS
2279                 add Christian Mertes
2280         * src/common/utils.[ch]
2281                 g_stricase_hash(), g_stricase_equal(): functions for 
2282                 case insensitive hash tables
2283         * src/textview.c
2284                 use top level domain names to validate email address, based
2285                 on a patch by Christian Mertes (thanks!), but changed 
2286                 implementation to use a hash table 
2287
2288 2003-01-12 [paul]       0.8.8claws88
2289
2290         * po/bg.po
2291                 updated by George Danchev
2292
2293 2003-01-12 [alfons]     0.8.8claws87
2294
2295         * src/summaryview.c
2296                 delete / execute performance: use new style folder update
2297
2298 2003-01-12 [paul]       0.8.8claws86
2299
2300         * sync with 0.8.8cvs5
2301                 see ChangeLog 2003-01-13 (!)
2302
2303 2003-01-12 [alfons]     0.8.8claws85
2304
2305         * src/filtering.c
2306         * src/matcher_parser_parse.y
2307                 prepare change_score filtering action
2308         * src/matcher.[ch]
2309                 give up const-correctness on functions that call non-const-correct functions;
2310                 several casts to gpointer in g_free();
2311                 add change_score;
2312
2313 2003-01-12 [christoph]  0.8.8claws84
2314
2315         * src/compose.c
2316                 fix 2 warnings
2317
2318         * src/gtk/prefswindow.[ch]
2319         * src/plugins/spamassassin/spamassassin_gtk.c
2320                 changed the call of the widget create function
2321                 for PrefsPages, because sometimes the widget
2322                 create function needs a widget that already has
2323                 been attached to a window (to create GDK pixmaps
2324                 for exmaple). So we simply pass the GtkWindow as
2325                 the second parameter now.
2326
2327         * src/main.c
2328         * src/mainwindow.c
2329         * src/prefs_toolbar.[ch]
2330                 rewrite Toolbar Preferences using the new
2331                 prefs window
2332
2333 2003-01-11 [alfons]     0.8.8claws83
2334
2335         * src/addressadd.c
2336                 fix crash when adding sender to addressbook because status bar
2337                 isn't there (the status bar doesn't seem to be used though,
2338                 but I'll let Match decide what to do with it)
2339
2340 2003-01-11 [colin]      0.8.8claws82
2341
2342         * src/main.c
2343           src/toolbar.c
2344                 Two useless changes reversed
2345
2346 2003-01-11 [colin]      0.8.8claws81
2347
2348         * src/mainwindow.c
2349           src/mainwindow.h
2350                 Add mainwindow_get_mainwindow()
2351         * src/alertpanel.c
2352           src/alertpanel.h
2353                 Add alertpanel_error_log() 
2354         * src/compose.c
2355           src/inc.c
2356           src/messageview.c
2357           src/toolbar.c
2358           src/main.c
2359           src/procmsg.c
2360                 Network errors get a View Log button
2361
2362 2003-01-10 [alfons]     0.8.8claws80
2363
2364         * src/prefs_toolbar.c
2365         * src/toolbar.c
2366                 use the translatable string for "Separator" as file name for
2367                 separator toolbar items (probably make this uppercase?)
2368
2369 2003-01-10 [alfons]     0.8.8claws79
2370
2371         * src/prefs_toolbar.c
2372                 put right A_SEPARATOR description string in "displayed
2373                 toolbar items list" so manually added separators are
2374                 saved correctly (bug #10, "Adding a separator to the main 
2375                 toolbar fails, entry in xml file is wrong")
2376
2377 2003-01-10 [christoph]  0.8.8claws78
2378
2379         * src/imap.c
2380                 o fix warnings
2381                 o use CAPABILITY to check if NAMESPACE is available
2382
2383 2003-01-10 [christoph]  0.8.8claws77
2384
2385         * src/imap.[ch]
2386                 apply UIDPLUS IMAP extension support patch
2387
2388         Patch submitted by Simon 'corecode' Schubert
2389
2390 2003-01-10 [paul]       0.8.8claws76
2391
2392         * src/folderview.c
2393                 a sync from main which fixes the news account folders'
2394                 Properties bug
2395
2396 2003-01-10 [christoph]  0.8.8claws75
2397
2398         * src/folder.c
2399                 don't accept 0 as a valid uid returned by copy and move
2400                 functions. 0 means the message was copied or moved but the
2401                 new uid could not be fetched. It is not an error condition
2402                 for the copy or move operation.
2403
2404 2003-01-10 [paul]       0.8.8claws74
2405
2406         * src/prefs_filtering.c
2407                 change English used in Alert when entry is not
2408                 saved.
2409                 
2410         * sync with 0.8.8cvs4
2411                 see ChangeLog 2003-01-10
2412
2413 2003-01-10 [darko]      0.8.8claws73
2414
2415         * src/pine.c
2416                 fix crash when importing address book entry
2417                 without a valid address
2418
2419 2003-01-09 [alfons]     0.8.8claws72
2420
2421         * src/inc.c
2422                 filtering performance: use new style folder update
2423
2424 2003-01-09 [christoph]  0.8.8claws71
2425
2426         * src/compose.c
2427         * src/gtk/menu.[ch]
2428                 fix wrong selecting of mime encoding type, when
2429                 opening property dialog of attachments in the
2430                 compose window. 7bit was always selected and that
2431                 destoryed files with 8bit data.
2432                 (closes bug #9 Sylpheed-claws destroys attachments when
2433                  changing MIME-types)
2434
2435 2003-01-09 [paul]       0.8.8claws70
2436
2437         * sync with 0.8.8cvs3
2438                 see ChangeLog 2003-01-09
2439
2440 2003-01-08 [alfons]     0.8.8claws69
2441         
2442         * src/addressadd.c
2443                 apply patch by Kim Schulz to fix build breakage
2444                 because of missing variable
2445
2446 2003-01-08 [paul]       0.8.8claws68
2447
2448         * sync with 0.8.8cvs2
2449                 see ChangeLog 2002-01-08
2450
2451 2003-01-08 [paul]       0.8.8claws67
2452
2453         * po/it.po
2454                 updated by Alessandro Maestri
2455                 
2456         * src/addressadd.c
2457                 when using 'Add sender to addressbook' allow
2458                 name to be edited and remarks to be entered
2459                 Patch submitted by Luke Plant
2460
2461 2003-01-08 [darko]      0.8.8claws66
2462
2463         * README.claws, src/summaryview.c
2464                 fix description for marked messages
2465
2466 2003-01-08 [paul]
2467
2468         * tools/Makefile.am
2469           tools/launch_phoenix  ** NEW FILE **
2470                 add script that enables using Phoenix as the default
2471                 web browser. 
2472                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2473                 
2474         * tools/OOo2sylpheed.pl
2475                 remove full path to sylpheed executable, just 'sylpheed'
2476                 will do
2477                 
2478         * tools/README
2479                 add launch_phoenix informtion and re-arrange and compress
2480                 the data a little
2481
2482 2003-01-07 [christoph]  0.8.8claws65
2483
2484         * src/folder.c
2485                 fix update for source folder when moving messages
2486         * src/procmsg.[ch]
2487         * src/summaryview.c
2488                 use function to set to_folder for message infos and
2489                 automatically update the op_count for old and new
2490                 folder
2491
2492 2003-01-07 [melvin]     0.8.8claws64
2493
2494         * src/prefs_actions.c
2495                 Fixed bug where an '%p' Action on a displayed image crashed 
2496                         Sylpheed
2497                 Code clean up (get rid of duplicated code and removed unnecessary 
2498                                 structure member)
2499
2500 2003-01-07 [christoph]  0.8.8claws63
2501
2502         * src/compose.c
2503         * src/folder.[ch]
2504         * src/folderview.c
2505         * src/import.c
2506         * src/inc.c
2507         * src/main.c
2508         * src/mainwindow.c
2509         * src/messageview.c
2510         * src/prefs_folder_item.c
2511         * src/procmsg.c
2512         * src/summaryview.c
2513         * src/toolbar.c
2514                 o remove all folder update triggering from the UI code. The folder
2515                   system should know much better when a folder needs an update.
2516                 o to prevent multiple updates in a row the folder updates can be
2517                   frozen for some time.
2518
2519                 Note: - Please verify that no updates are missing
2520                       - Check where freeze/thaws should be added
2521
2522 2003-01-07 [christoph]  0.8.8claws62
2523
2524         * src/prefs_actions.c
2525                 don't translate empty strings
2526
2527         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2528
2529 2003-01-06 [christoph]  0.8.8claws61
2530
2531         * src/prefs_actions.c
2532                 mark strings for gettext
2533         * src/prefs_matcher.c
2534                 use new description window for Execute action and
2535                 match condition in Filtering
2536
2537         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2538
2539 2003-01-06 [alfons]     0.8.8claws60
2540
2541         keep myself inspired to re-organize matcher part 8; 
2542         yes, more to come (I need to move out the descriptive
2543         text for actions to matcher.c, or at least make it not
2544         depend on the wicked ordering)
2545
2546         * src/prefs_matcher.c
2547                 add documentation so others may comprehend the
2548                 UI part of the conditions
2549                 
2550 2003-01-06 [christoph]  0.8.8claws59
2551
2552         * src/prefs_actions.c
2553                 use new description window for syntax help
2554         * src/gtk/description_window.c
2555                 fix display of descriptions with column count != 2
2556
2557         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2558
2559 2003-01-06 [christoph]  0.8.8claws58
2560
2561         * src/quote_fmt.c
2562         * src/summaryview.[ch]
2563         * src/gtk/Makefile.am
2564         * src/gtk/description_window.[ch]       ** NEW **
2565                 use a generic window to display syntax descriptions
2566                 currently used in quote_fmt and summaryview (new description
2567                 for extended quick search)
2568
2569         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2570
2571 2003-01-06 [paul]       0.8.8claws57
2572
2573         * sync with 0.8.8cvs1
2574                 see ChangeLog 2003-01-06
2575
2576 2003-01-06 [christoph]  0.8.8claws56
2577
2578         * src/mainwindow.c
2579         * src/prefs_gtk.[ch]
2580         * src/gtk/prefswindow.[ch]
2581         * src/plugins/spamassassin/spamassassin_gtk.c
2582                 o remove page management from prefswindow, pages
2583                   will be an argument to prefswindow_open
2584                 o prefswindow_open gets a datapointer that is
2585                   passed to the widget_create function to allow
2586                   creation of prefswindow for specific items
2587
2588 2003-01-06 [colin]      0.8.8claws55
2589         
2590         * src/summaryview.c
2591                 We don't want regexp in the reply-finder, 
2592                 because MIDs can contain !,$,. and so on
2593
2594 2003-01-06 [jens]       0.8.8claws54
2595
2596         * src/jpilot.c
2597                 fixed a wrong free in jpilot_read_db_files
2598
2599 2003-01-06 [alfons]     0.8.8claws53
2600
2601         re-organize matcher part 8; more to come
2602        
2603         * src/matcher.c
2604                 matcherprop_to_string(): put g_free()s before the
2605                 switch-case break to fix memleaks                
2606
2607 2003-01-06 [colin]      0.8.8claws52
2608
2609         * src/summaryview.c
2610                 cleanup & reply-finder now displays the first 
2611                 matching message
2612
2613 2003-01-05 [alfons]     0.8.8claws51
2614
2615         re-organize matcher part 7; more to come
2616
2617         * src/matcher.[ch]
2618                 fixes for constant correctness;
2619                 more documentation;
2620
2621 2003-01-05 [alfons]     0.8.8claws50
2622
2623         re-organize matcher part 6; more to come
2624         
2625         * src/matcher.[ch]
2626                 fixes for constant correctness;
2627                 more documentation;
2628         * src/filtering.c
2629                 fix for constant correctness
2630
2631 2003-01-05 [colin]      0.8.8claws49
2632
2633         * src/account.[ch]
2634                 Add account_get_reply_account function
2635         * src/compose.c
2636                 Use account_get_reply_account function 
2637         * src/summaryview.c
2638                 Basic reply-finder - click on the replied
2639                 icon gets you to the outbox using quick-search
2640
2641 2003-01-05 [paul]       0.8.8claws48
2642
2643         * src/prefs_common.c
2644                 small change to English
2645                 
2646         * src/prefs_filtering.c
2647                 prefs_filtering_action_select(): improve logic and uniformity
2648                 of gui
2649
2650 2003-01-05 [alfons]     0.8.8claws47
2651
2652         fine tune solution to focus problems (bug #7)
2653
2654         * src/mainwindow.c
2655                 mainwindow_focus_in_event(): remove grab event check
2656         * src/summaryview.c
2657                 summary_button_pressed(): move selection on right-click
2658                 too. we can't possibly move the selection back after
2659                 canceling a dialog, because gtk's incomplete focus 
2660                 management. whether this is a good solution, only time
2661                 will tell.
2662
2663 2003-01-05 [christoph]  0.8.8claws46
2664
2665         * src/imap.c
2666                 fix crash when no imap connection could be established
2667
2668 2003-01-05 [paul]       0.8.8claws45
2669
2670         * src/mainwindow.c
2671           src/sumamryview.c
2672           src/gtk/menu.[ch]
2673                 fix bug 605957 'shortcuts in popup-menu'
2674                 make user-defined shortcuts work
2675                 show shortcuts that are already defined
2676                 in the main menu
2677                 Patch submitted by Luke Plant
2678
2679 2003-01-05 [alfons]     0.8.8claws44
2680
2681         * src/mainwindow.c
2682                 focus_in_event handler should not select summary view row 
2683                 when another window (menu, dialog) grabbed for events 
2684                 (bug #7, "[0.8.8claws42] Message summary focus") 
2685
2686 2003-01-04 [christoph]  0.8.8claws43
2687
2688         * src/procmsg.c
2689                 update save folder after adding the sent message
2690                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2691
2692 2003-01-02 [christoph]  0.8.8claws42
2693
2694         * src/common/plugin.c
2695                 fix unloading of all plugins and unload
2696                 plugins in reverse order
2697                 
2698         * src/gtk/pluginwindow.c
2699                 implement function of load and unload button
2700
2701         * src/gtk/prefswindow.c
2702         * src/gtk/prefswindow.h
2703                 rename register function and add new unregister
2704                 function
2705
2706         * src/plugins/spamassassin/spamassassin_gtk.c
2707                 unregister prefs page and update for changes in
2708                 src/gtk/prefswindow.c
2709
2710 2003-01-02 [paul]       0.8.8claws41
2711
2712         * po/es.po
2713                 updated by Ricardo Mones Lastra
2714
2715 2003-01-02 [paul]
2716
2717         * tools/tb2sylpheed
2718                 fixes and improvements by Urke MMI
2719
2720 2003-01-02 [thorsten]   0.8.8claws40
2721
2722         * src/procmsg.c
2723                 fixed wrong return value
2724
2725 2003-01-02 [thorsten]   0.8.8claws39
2726
2727         * src/prefs.c
2728                 fixed printing wrong variable
2729
2730 2003-01-02 [thorsten]   0.8.8claws38
2731
2732         * src/prefs.c
2733                 fixed acessing members of freed pfile struct
2734
2735 2003-01-02 [thorsten]   0.8.8claws37
2736
2737         * src/procmsg.c
2738                 detect loops across several messages
2739                 as suggested by Christoph Hohmann
2740
2741 2003-01-01 [match]      0.8.8claws36
2742
2743         * src/addrindex.c
2744                 fixed another memory leak.
2745
2746 2003-01-01 [match]      0.8.8claws35
2747
2748         * src/jpilot.[ch]
2749                 fixed memory leaks. applied Doxygen comments.
2750
2751 2003-01-01 [thorsten]   0.8.8claws34
2752
2753         * src/procmsg.c
2754                 inhibit endless loop if msg references itself
2755                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2756
2757 2003-01-01 [christoph]  0.8.8claws33
2758
2759         * src/mainwindow.c
2760         * src/gtk/Makefile.am
2761         * src/gtk/pluginwindow.c                ** NEW **
2762         * src/gtk/pluginwindow.h                ** NEW **
2763                 add plugin window
2764
2765         * src/plugins/demo/demo.c
2766         * src/plugins/spamassassin/spamassassin.c
2767         * src/plugins/spamassassin/spamassassin_gtk.c
2768                 write better plugin descriptions
2769
2770 2002-12-31 [christoph]  0.8.8claws32
2771
2772         * src/gtk/prefswindow.c
2773         * src/plugins/spamassassin/spamassassin_gtk.c
2774                 some small improvements to GTK code
2775
2776 2002-12-31 [christoph]  0.8.8claws31
2777
2778         * src/plugins/spamassassin/spamassassin_gtk.c
2779                 enable folder select button
2780
2781 2002-12-31 [christoph]  0.8.8claws30
2782
2783         * src/mainwindow.c
2784         * src/gtk/Makefile.am
2785         * src/gtk/prefswindow.c                         ** NEW **
2786         * src/gtk/prefswindow.h                         ** NEW **
2787                 add new prefs window
2788
2789         * src/common/plugin.c
2790                 don't try to load empty config lines
2791         
2792         * src/plugins/spamassassin/Makefile.am
2793         * src/plugins/spamassassin/spamassassin.c
2794         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2795         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2796                 GTK config for SpamAssassin Plugin using
2797                 the new prefs window
2798
2799 2002-12-31 [paul]       0.8.8claws29
2800
2801         * po/POTFILES.in
2802                 remove obsolete entry 'src/menu.c'
2803
2804 2002-12-31 [alfons]     0.8.8claws28
2805
2806         * src/matcher.[ch]
2807         * src/matcher_parser_parse.y
2808         * src/prefs_matcher.c
2809                 add "ignore_thread" and "~ignore_thread" condition so it's
2810                 possible to make the actions / scoring operate on the ignore
2811                 thread flag
2812
2813 2002-12-31 [christoph]  0.8.8claws27
2814
2815         * src/addrbook.c
2816         * src/addrindex.c
2817         * src/folder.c
2818         * src/matcher.c
2819         * src/prefs_account.c
2820         * src/prefs_actions.c
2821         * src/prefs_customheader.c
2822         * src/prefs_display_header.c
2823         * src/prefs_gtk.c
2824         * src/procmime.c
2825         * src/toolbar.c
2826         * src/xmlprops.c
2827         * src/common/prefs.[ch]
2828                 extend prefs file handling for reading and automatic handling
2829                 of blocks. When reading prefs_set_block_label will automatically
2830                 move on to the block. When writing it will copy all other blocks
2831                 automatically
2832
2833         * src/common/plugin.c
2834                 Now loading plugin filenames from [Plugins] block in
2835                 sylpheed rc file
2836
2837 2002-12-30 [christoph]  0.8.8claws26
2838
2839         * src/common/hooks.[ch]
2840                 return abort status to caller of hooks_invoke
2841                 
2842         * src/inc.[ch]
2843                 invoke message filtering hook and stop
2844                 default handling when filter returns abort
2845
2846         * src/common/plugin.[ch]
2847         * src/plugins/demo/demo.c
2848                 modify plugin loader, because resolving symbols for strings
2849                 does not work correctly
2850         
2851         * configure.in
2852         * ac/spamassassin.m4                            ** NEW **
2853         * src/plugins/spamassassin/.cvsignore           ** NEW **
2854         * src/plugins/spamassassin/Makefile.am          ** NEW **
2855         * src/plugins/spamassassin/README               ** NEW **
2856         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2857         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2858         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2859                 add spamassassin plugin, see src/plugins/spamassassin/README
2860                 for details
2861
2862 2002-12-29 [alfons]     0.8.8claws25
2863
2864         * src/mainwindow.c
2865                 when moving focus from a message view to the main 
2866                 window, don't forget to select the summary node
2867                 of the displayed message. should fix "[ 659103 ] 
2868                 focus-follows-mouse confuses sylpheed"
2869
2870 2002-12-29 [christoph]  0.8.8claws24
2871
2872         * src/Makefile.am
2873         * src/stringtable.[ch]          ** REMOVE **
2874         * src/common/Makefile.am
2875         * src/common/stringtable.[ch]   ** NEW **
2876                 move stringtable files to common directory
2877
2878 2002-12-29 [christoph]  0.8.8claws23
2879
2880         * src/Makefile.am
2881         * src/menu.[ch]                 ** REMOVE **
2882         * src/gtk/Makefile.am
2883         * src/gtk/menu.[ch]             ** NEW **
2884                 move menu files to gtk directory
2885
2886 2002-12-29 [match]      0.8.8claws22
2887
2888         * src/addressbook.c
2889         * src/syldap.c
2890                 moved UI specific code out of LDAP code into addressbook
2891                 UI code. fixed memory leak.
2892
2893 2002-12-29 [christoph]  0.8.8claws21
2894
2895         * src/folder.c
2896                 only check for IGNORED parent message when message is
2897                 not IGNORED itself
2898
2899 2002-12-29 [alfons]     0.8.8claws20
2900
2901         * src/summaryview.c
2902                 set gtksctree's anchor correct (immediate execute
2903                 changes the tree's layout, and anchor points at 
2904                 the incorrect row). fixes "[ 657233 ] multiple msg 
2905                 delete sometimes off by 1".
2906                 we probably have to look for more tree layout /
2907                 anchor glitches.
2908
2909 2002-12-29 [paul]       0.8.8claws19
2910
2911         * src/summaryview.c
2912                 fix bug [ 659054 ] incorrect sorting of 'From' column
2913                 when using 'display sender using address book'
2914                 thanks to Alfons and Luke Plant
2915
2916 2002-12-29 [christoph]  0.8.8claws18
2917
2918         * src/folder.c
2919         * src/procmsg.[ch]
2920                 check parent messages for IGNORE THREAD flag, when adding,
2921                 moving or copying messages to a folder
2922
2923 2002-12-27 [alfons]     0.8.8claws17
2924
2925         re-organize matcher part 5; more to come
2926
2927         * src/matcher.c
2928                 hash keywords in matchparser_tab 
2929
2930 2002-12-27 [alfons]     0.8.8claws16
2931
2932         re-organize matcher part 4; more to come
2933
2934         * src/matcher_parser.h
2935         * src/matcher_parser_lex.l
2936         * src/matcher_parser_parse.y
2937                 cleanup
2938
2939 2002-12-27 [alfons]     0.8.8claws15
2940
2941         re-organize matcher part 3; more to come
2942
2943         * src/matcher.[ch]
2944                 cleanup
2945
2946 2002-12-27 [alfons]     0.8.8claws14
2947
2948         re-organize matcher part 2; more to come but this should
2949         work. cc me if there are any regressions.
2950
2951         * src/matcher.h
2952                 add prototype for get_matchparser_tab_id()
2953         * src/matcher_parser_lex.l
2954                 look up keywords using matchparser_tab_id();
2955
2956 2002-12-27 [alfons]     0.8.8claws12
2957
2958         re-organize matcher part 1
2959
2960         * src/matcher.h
2961                 map yacc generated constants to sylpheed matcher constants
2962         * src/matcher.c
2963                 add function to find a matcher constant from a string
2964
2965 2002-12-27 [christoph]  0.8.8claws11
2966
2967         * src/compose.c
2968                 MENUITEM_ADD casts the 4th argument from integer to pointer
2969                 so it probably should not be a pointer, this means we
2970                 should use account id for it and not the account's pointer
2971
2972 2002-12-27 [paul]       0.8.8claws10
2973
2974         * src/mainwindow.c
2975                 remove unneeded 'GtkWidget *vbox'
2976                 
2977         * src/summaryview.c
2978                 further sync with 0.8.8 - make sort
2979                 by recipient work as expected
2980                 
2981         * NEWS
2982                 sync with 0.8.8
2983
2984 2002-12-27 [paul]       0.8.8claws9
2985
2986         * po/pt_BR.po
2987                 updated by Ivan F. Martinez
2988                 
2989 2002-12-27 [darko]      0.8.8claws8
2990
2991         * src/common/utils.c
2992                 added locked pattern to extended search
2993
2994 2002-12-27 [alfons]     0.8.8claws7
2995
2996         * src/prefs_matcher.[ch]
2997                 clean up
2998
2999 2002-12-26 [alfons]     0.8.8claws6
3000
3001         * src/matcher.[ch]
3002         * src/matcher_parser_lex.l
3003         * src/matcher_parser_parse.y
3004         * src/prefs_matcher.c
3005                 allow color label as a condition in the matcher
3006
3007 2002-12-26 [oliver]     0.8.8claws5
3008         
3009         * src/toolbar.c 
3010                 enable Addressbook for Main and Messageview
3011         * src/prefs_actions.c
3012                 enable actions in Messageview
3013
3014 2002-12-26 [christoph]  0.8.8claws4
3015
3016         * src/common/plugin.c
3017                 add a little debug output
3018         * configure.in
3019         * src/plugins/demo/Makefile.am
3020                 better use of automake
3021
3022 2002-12-26 [christoph]  0.8.8claws3
3023
3024         * src/Makefile.am
3025         * src/common/Makefile.am
3026                 fix "make distdir"
3027
3028 2002-12-26 [christoph]  0.8.8claws2
3029
3030         * configure.in
3031                 sort configure checks into common / gtk / plugins
3032         * po/POTFILES.in
3033                 add src/prefs_gtk.c
3034         * src/Makefile.am
3035                 add plugins SUBDIR
3036         * src/main.c
3037         * src/common/sylpheed.[ch]
3038                 added now sylpheed_done function for shutdown
3039         * src/common/Makefile.am
3040         * src/common/plugin.[ch]                ** NEW **
3041                 plugin loader and unloader
3042         * src/plugins/.cvsignore                ** NEW **
3043         * src/plugins/Makefile.am               ** NEW **
3044                 build plugins
3045         * src/plugins/demo/.cvsignore           ** NEW **
3046         * src/plugins/demo/Makefile.am          ** NEW **
3047         * src/plugins/demo/demo.c               ** NEW **
3048                 small demo plugin that installs a logtext hook and
3049                 outputs the log text to stdout
3050
3051 2002-12-26 [paul]       0.8.8claws1
3052
3053         * po/es.po
3054                 updated by Ricardo Mones Lastra
3055
3056 2002-12-26 [paul]       0.8.8claws
3057
3058         * 0.8.8claws released
3059
3060 2002-12-26 [paul]       0.8.7claws12
3061
3062         * po/bg.po
3063                 updated by George Danchev
3064
3065 2002-12-26 [paul]       0.8.7claws11
3066
3067         * po/POTFILES.in
3068                 remove unneeded 'src/prefs.c' entry 
3069
3070 2002-12-26 [paul]       0.8.7claws10
3071
3072         * src/codeconv.c
3073           src/mainwindow.c
3074                 sync with 0.8.8 release
3075         
3076         * src/folder.[ch]
3077           src/mh.c
3078           src/summaryview.c
3079                 partial sync with 0.8.8 release
3080         
3081
3082 2002-12-25 [alfons]     0.8.7claws9
3083
3084         * src/matcher.[ch]
3085         * src/matcher_parser_lex.l
3086         * src/matcher_parser_parse.y
3087         * src/prefs_matcher.c
3088                 add locked flag to possible filtering / matcher 
3089                 conditions (also a good example what should be
3090                 done to add a simple boolean condition)
3091
3092 2002-12-25 [christoph]  0.8.7claws8
3093
3094         * src/Makefile.am
3095         * src/account.[ch]
3096         * src/addrbook.c
3097         * src/addressbook.c
3098         * src/addrindex.c
3099         * src/filtering.c
3100         * src/folder.c
3101         * src/matcher.c
3102         * src/prefs.[ch]                ** REMOVE **
3103         * src/prefs_account.c
3104         * src/prefs_actions.c
3105         * src/prefs_common.c
3106         * src/prefs_customheader.c
3107         * src/prefs_display_header.c
3108         * src/prefs_filtering.c
3109         * src/prefs_folder_item.c
3110         * src/prefs_gtk.[ch]            ** NEW **
3111         * src/prefs_matcher.c
3112         * src/prefs_scoring.c
3113         * src/prefs_summary_column.c
3114         * src/procmime.c
3115         * src/selective_download.c
3116         * src/toolbar.c
3117         * src/common/Makefile.am
3118         * src/common/prefs.[ch]         ** NEW **
3119                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3120
3121 2002-12-24 [alfons]     0.8.7claws7
3122
3123         * src/summaryview.c
3124                 summary_thread_build(): fix real cause of the crash mentioned in
3125                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
3126                 this way we get meaningful ctree nodes 
3127
3128 2002-12-24 [oliver]     0.8.7claws6
3129
3130         * src/mainwindow.[ch]
3131         * src/messageview.[ch]
3132         * src/compose.[ch]
3133         * src/inc.c
3134         * src/summaryview.c
3135                 changes to use updated toolbar handling
3136                 
3137 2002-12-24 [oliver]     0.8.7claws5
3138
3139         * src/toolbar.[ch]
3140                 generic toolbar handling
3141                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3142         * src/prefs_toolbar.[ch]
3143                 adjust to handling
3144         
3145 2002-12-24 [oliver]     0.8.7claws4
3146         
3147         * src/stock_pixmap.[ch]
3148                 move SYLPHEED_LOGO to end of list in order 
3149                 to remove it from Custom Toolbar`s Icon View
3150
3151 2002-12-24 [alfons]     0.8.7claws3
3152
3153         * src/summaryview.c
3154                 summary_thread_build(): fix crash because of focus != selection 
3155                 after threading. when deleting the selection, gtk tries but fails 
3156                 to find the correct focusable element. we now force the selection
3157                 to be focused. this should solve the infamous bug reported by 
3158                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3159                 a test case is available. 
3160
3161 2002-12-24 [darko]      0.8.7claws2
3162
3163         * src/summaryview.c
3164                 don't crash when unmarking message with unread children
3165
3166 2002-12-23 [christoph]  0.8.7claws1
3167
3168         * src/Makefile.am
3169         * src/common/Makefile.am
3170                 update Makefiles for moved intl.h, version.h and defs.h
3171         * src/imap.c
3172                 rewrite imap_session_get to avoid duplicate code
3173
3174 2002-12-23 [paul]       0.8.7claws
3175
3176         * Santa-Claws released
3177         
3178         * po/hu.po
3179           po/ru.po
3180                 squeeze in updated Hungarian and Russian translations.
3181                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3182
3183 2002-12-23 [paul]       0.8.6claws129
3184
3185         * po/pl.po
3186                 updated by Witold Wladyslaw Wojciech Wilk
3187
3188 2002-12-23 [paul]       0.8.6claws128
3189
3190         * src/quote_fmt_parse.y
3191                 fix typo and add licence header
3192
3193 2002-12-23 [paul]       0.8.6claws127
3194
3195         * po/en_GB.po
3196                 updated
3197
3198 2002-12-23 [paul]       0.8.6claws126
3199
3200         * po/it.po
3201                 updated translation, submitted by Alessandro Maestri
3202                 
3203 2002-12-23 [paul]       0.8.6claws125
3204
3205         * src/quote_fmt_parse.y
3206                 fix signature-stripping on replies bug. match
3207                 '-- \n' and not '-- '.
3208
3209 2002-12-22 [paul]       0.8.6claws124
3210
3211         * po/bg.po
3212           po/es.po
3213           po/sr.po
3214                 updated translations. submitted by George Danchev,
3215                 Ricardo Mones Lastra, and Urke MMI respectively
3216
3217 2002-12-21 [paul]       0.8.6claws123
3218
3219         * src/addrbook.c
3220                 fix coding style
3221
3222 2002-12-21 [paul]       0.8.6claws122
3223
3224         * src/addrbook.c
3225                 fix bug [643638] where if a person is in one or more
3226                 addressbook groups editing that person's email 
3227                 address results in removal from those groups.
3228                 Patch submitted by Luke Plant.
3229
3230 2002-12-20 [christoph]  0.8.6claws121
3231
3232         * src/common/utils.c
3233         * src/summaryview.c
3234                 reimplement expand_search_string using GString to
3235                 prevent crashs caused by miscalculated string
3236                 lengths reported by Paul
3237
3238 2002-12-20 [christoph]  0.8.6claws120
3239
3240         * src/summaryview.c
3241                 don't use "changed" to check if op_count has to be changed as it
3242                 is also set when the message has unread children
3243                 (closes bug [ 653221 ] crash while deleting duplicates)
3244
3245 2002-12-20 [paul]       0.8.6claws119
3246
3247         * sync with 0.8.6cvs27
3248                 see ChangeLog 2002-12-20
3249
3250 2002-12-20 [paul]       0.8.6claws118
3251
3252         * sync with 0.8.6cvs26
3253                 see ChangeLog 2002-12-19 and 2002-12-20
3254
3255 2002-12-19 [alfons]     0.8.6claws117
3256
3257         * src/textview.c
3258                 fix incorrect parsing of email addresses, submitted by 
3259                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3260                 name display if it contains @".
3261
3262 2002-12-18 [paul]       0.8.6claws116
3263
3264         * sync with 0.8.6cvs23
3265                 see ChangeLog 2002-12-18
3266
3267 2002-12-18 [paul]       0.8.6claws115
3268
3269         * src/Makefile.am
3270         * src/account.c
3271         * src/codeconv.c
3272         * src/gtkutils.[ch]
3273         * src/imap.c
3274                 sync with 0.8.6cvs22.
3275                 see ChangeLog 2002-12-17 and 2002-12-18
3276
3277 2002-12-17 [christoph]  0.8.6claws114
3278
3279         * src/imap.c
3280                 o don't create a session if imap greeting fails
3281                 o don't close socket when authentication fails
3282                   this is done by imap_session_destroy
3283
3284 2002-12-17 [thorsten]   0.8.6claws113
3285
3286         * tools/Makefile.am
3287           tools/README
3288           tools/google_msgid.pl ** NEW FILE **
3289                 Added "search for message-id" script and doc
3290
3291 2002-12-17 [thorsten]   0.8.6claws112
3292
3293         * po/hu.po
3294                 Updated hungarian translation
3295                 (updated by Gal Zoltan)
3296
3297 2002-12-16 [christoph]  0.8.6claws111
3298
3299         * src/addr_compl.c
3300                 remove stupid addressbook dump to debug output
3301         * src/mh.c
3302                 fix memory leak found by Hiro
3303
3304 2002-12-14 [paul]       0.8.6claws110
3305
3306         * src/compose.c
3307                 fix menubar sensitivity on send
3308                 
3309         * src/prefs_filtering.c
3310         * src/prefs_matcher.c
3311         * src/prefs_scoring.c
3312                 Fix english ;)
3313                 
3314         * src/common/quoted-printable.h
3315                 sync: fix typo
3316         
3317 2002-12-13 [christoph]  0.8.6claws109
3318
3319         * src/Makefile.am
3320         * src/manage_window.[ch]        ** REMOVE **
3321         * src/gtk/Makefile.am
3322         * src/gtk/manage_window.[ch]    ** NEW **
3323                 move manage_window files to gtk directory
3324
3325 2002-12-13 [christoph]  0.8.6claws108
3326
3327         * src/Makefile.am
3328         * src/gtkshruler.[ch]           ** REMOVE **
3329         * src/gtk/Makefile.am
3330         * src/gtk/gtkshruler.[ch]       ** NEW **
3331                 move gtkshruler files to gtk directory
3332
3333 2002-12-13 [christoph]  0.8.6claws107
3334
3335         * src/Makefile.am
3336         * src/compose.c
3337         * src/gtkstext.[ch]             ** REMOVE **
3338         * src/gtkutils.[ch]
3339         * src/textview.c
3340         * src/gtk/gtkstext.[ch]         ** NEW **
3341         * src/gtk/Makefile.am
3342                 o move stext functions to gtkstext.c to remove
3343                   dependency of gtkutils
3344                 o move gtkstext files to gtk directory
3345
3346         * src/gtk/Makefile.am
3347         * src/gtk/sslcertwindow.[ch]
3348                 UI stuff can always depend on common code so
3349                 it's ok to add ../common to include path
3350
3351 2002-12-13 [colin]      0.8.6claws106
3352
3353         * src/summaryview.c
3354                 Disconnect sighandlers for mainwindow when
3355                 quicksearch has the focus
3356                 Fix bug #653231
3357         * src/mainwindow.[ch]
3358                 Make key_pressed callback public, to be able
3359                 to disconnect it
3360
3361 2002-12-13 [christoph]  0.8.6claws105
3362
3363         * src/mh.c
3364                 create .mh_sequences file in new MH folders
3365                 (closes feature request [ 523162 ] MH folders should
3366                  get a .mh_sequences)
3367
3368 2002-12-13 [colin]      0.8.6claws104
3369
3370         * src/summaryview.c
3371                 Better handling of quicksearch show/hide
3372                 (basically the button stays under the mouse 
3373                  when toggled)
3374
3375 2002-12-13 [paul]       0.8.6claws103
3376
3377         * sync with 0.8.6cvs17
3378                 see ChangeLog 2002-12-13
3379
3380 2002-12-13 [paul]       0.8.6claws102
3381
3382         * po/es.po
3383                 updated by Ricardo Mones Lastra
3384
3385 2002-12-11 [colin]       0.8.6claws101
3386
3387         * src/folder.c
3388                 remove statusbar stuff
3389           src/folderview.c
3390                 set statusbar verbosity when moving folders
3391
3392 2002-12-11 [colin]       0.8.6claws100
3393         * src/prefs_filtering.c
3394         * src/prefs_matcher.c
3395         * src/prefs_scoring.c
3396                 Fix english ;)
3397
3398 2002-12-11 [colin]       0.8.6claws99
3399
3400         * src/prefs_common.[ch]
3401                 Add summary_quicksearch_type
3402         * src/summaryview.c
3403                 Save last used quicksearch type
3404
3405 2002-12-11 [jens]       0.8.6claws98
3406         * src/prefs_filtering.c
3407         * src/prefs_matcher.c
3408         * src/prefs_scoring.c
3409                 added dialog for incomplete rules in scoring, filtering and
3410                 matcher to ask wheather really close
3411
3412 2002-12-11 [colin]      0.8.6claws97
3413
3414         * src/folder.c
3415                 Fix folder dnd statusbar logging
3416
3417 2002-12-10 [christoph]  0.8.6claws96
3418
3419         * src/compose.c
3420         * src/folder.c
3421         * src/imap.c
3422         * src/inc.c
3423         * src/main.c
3424         * src/mainwindow.c
3425         * src/news.c
3426         * src/send.c
3427         * src/statusbar.[ch]
3428         * src/common/hooks.c
3429         * src/common/log.[ch]
3430                 o handle verbose logging in statusbar directly in statusbar code
3431                   and common code does not need any knowledge about a statusbar
3432                 o remove direct calls to statusbar_(puts|pop)_all functions
3433
3434 2002-12-10 [jens]       0.8.6claws95
3435
3436         * src/*.c
3437                 removed gettext from g_warnings
3438         * po/POTFILES.in
3439                 cleaned and updated
3440         * po/de.po
3441                 updated
3442
3443 2002-12-10 [colin]      0.8.6claws94
3444
3445         * src/main.c
3446                 finish crash dialog fix
3447
3448 2002-12-10 [colin]      0.8.6claws93
3449
3450         * src/main.c
3451                 "Fix" "sylpheed already running" instead of
3452                 crash dialog appearing after a crash
3453
3454 2002-12-10 [colin]      0.8.6claws92
3455
3456         * po/POTFILES.in
3457                 add src/gtk/sslcertwindow.c
3458
3459 2002-12-10 [paul]       0.8.6claws91
3460
3461         * po/POTFILES.in
3462                 updated to reflect recent changes
3463                 submitted by Alessandro Maestri
3464
3465 2002-12-09 [christoph]  0.8.6claws90
3466
3467         * src/Makefile.am
3468         * src/smtp.[ch]                 ** REMOVE **
3469         * src/common/Makefile.am
3470         * src/common/smtp.[ch]          ** NEW **
3471                 move smtp files to common directory
3472
3473 2002-12-09 [christoph]  0.8.6claws89
3474
3475         * src/Makefile.am
3476         * src/session.[ch]              ** REMOVE **
3477         * src/common/Makefile.am
3478         * src/common/session.[ch]       ** NEW **
3479                 move session files to common directory
3480
3481 2002-12-09 [paul]       0.8.6claws88
3482
3483         * src/account.c
3484                 fix bug [649746] edit accounts: move account reverted
3485                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3486
3487 2002-12-09 [colin]      0.8.6claws87
3488
3489         * src/ssl_certificate.c
3490                 cleanup
3491
3492 2002-12-09 [colin]      0.8.6claws86
3493
3494         * src/ssl.c
3495                 Try to open the cert.pem database and 
3496                 issue a warning if it isn't there
3497
3498 2002-12-09 [colin]      0.8.6claws85
3499
3500         * src/common/ssl_certificate.c
3501         * src/gtk/sslcertwindow.c
3502                 Warning fixes
3503
3504 2002-12-09 [colin]      0.8.6claws84
3505
3506         * src/ssl_certificate.[ch] ** REMOVED **
3507         * src/common/ssl_certificate.[ch] ** NEW **
3508         * src/Makefile.am
3509         * src/common/Makefile.am
3510                 Moved ssl_certificate.[ch] to common
3511         * src/common/ssl.c 
3512                 Put back needed include
3513         * src/gtk/sslcertwindow.[ch]
3514                 Changed ssl_certificate.h include
3515         
3516 2002-12-09 [colin]      0.8.6claws83
3517
3518         * src/gtk/sslcertwindow.[ch]
3519                 Implement hook for certificate acception
3520         * src/ssl_certificate.[ch]
3521                 Implement hook for certificate acception
3522         * src/common/ssl.c
3523                 Reenable certificate acception check
3524         * src/mainwindow.c
3525                 Register sslcertwindow's hook
3526         
3527 2002-12-08 [christoph]  0.8.6claws82
3528
3529         * src/about.c
3530         * src/addr_compl.c
3531         * src/codeconv.c
3532         * src/manual.c
3533         * src/undo.c
3534         * src/common/utils.c
3535                 o add missing includes
3536                 o fix warnings
3537         * src/.cvsignore
3538         * src/common/.cvsignore
3539         * src/common/version.h          ** REMOVE **
3540                 remove autogenerated file
3541
3542 2002-12-08 [paul]       0.8.6claws81
3543
3544         * src/stringtable.c
3545                 put back needed include
3546
3547 2002-12-08 [colin]      0.8.6claws80
3548         
3549         * src/gtk/sslcertwindow.c
3550                 Cleaner popups when asking
3551         * src/ssl_certificate.c
3552         * src/prefs_common.[ch]
3553                 remove ssl certificate pref
3554                 put back needed include
3555         * src/undo.c
3556                 put back needed include
3557
3558 2002-12-08 [christoph]  0.8.6claws79
3559
3560         * src/folderview.c
3561         * src/logwindow.c
3562         * src/statusbar.c
3563         * src/summaryview.c
3564                 only abort hook invokation if required data is missing not
3565                 if our own data pointer is NULL, update hookfunction for
3566                 log window
3567
3568 2002-12-08 [paul]       0.8.6claws78
3569
3570         * src/about.c
3571         * src/addrcache.c
3572         * src/addrclip.c
3573         * src/addr_compl.c
3574         * src/addrselect.c
3575         * src/codeconv.c
3576         * src/colorlabel.c
3577         * src/enriched.c
3578         * src/esmtp.c
3579         * src/exporthtml.c
3580         * src/headerview.c
3581         * src/imageview.c
3582         * src/manual.c
3583         * src/noticeview.c
3584         * src/pgptext.c
3585         * src/scoring.c
3586         * src/sourcewindow.c
3587         * src/stringtable.c
3588         * src/undo.c
3589                 clean up: remove unneccesary includes
3590
3591 2002-12-08 [christoph]  0.8.6claws77
3592
3593         * src/folderview.c
3594         * src/statusbar.c
3595         * src/summaryview.c
3596         * src/common/hooks.[ch]
3597                 hook functions now have a gboolean return value, if a hook
3598                 returns TRUE it will stop executing of any more hooks in
3599                 the same hooklist for this invokation
3600
3601 2002-12-08 [colin]      0.8.6claws76
3602         
3603         * src/main.c
3604                 put back argv0 for CRASH_DIALOG
3605
3606 2002-12-08 [christoph]  0.8.6claws75
3607
3608         * src/Makefile.am
3609         * src/about.c
3610         * src/account.c
3611         * src/crash.c
3612         * src/esmtp.h
3613         * src/imap.[ch]
3614         * src/inc.c
3615         * src/main.c
3616         * src/mainwindow.c
3617         * src/news.c
3618         * src/pop.[ch]
3619         * src/prefs_account.[ch]
3620         * src/prefs_common.[ch]
3621         * src/send.[ch]
3622         * src/smtp.[ch]
3623         * src/ssl_certificate.[ch]
3624         * src/ssl_manager.[ch]
3625         * src/common/Makefile.am
3626         * src/common/log.c
3627         * src/common/nntp.[ch]
3628         * src/common/socket.[ch]
3629         * src/common/ssl.[ch]
3630         * src/gtk/sslcertwindow.[ch]
3631         * ac/openssl.m4
3632                 use new autoconf script to detect OpenSSL with extra parameters
3633                 to specify the location of libs and includes, also remove USE_SSL
3634                 to USE_OPENSSL
3635
3636         * src/common/sylpheed.[ch]
3637         * src/common/version.h.in
3638                 start seperation of common code initialization seperated from gui
3639
3640         * src/summaryview.c
3641                 The function that is called when a color label changes
3642                 should not change the color lable again
3643
3644 2002-12-08 [colin]      0.8.6claws74
3645
3646         * src/gtk/sslcertwindow.c
3647                 warning fixes
3648
3649 2002-12-08 [colin]      0.8.6claws73
3650
3651         * src/statusbar.c
3652           src/common/log.h
3653                 Register a hook for statusbar_puts_all
3654         * src/common/log.c
3655                 invoke statusbar_puts_all's hook
3656         
3657 2002-12-08 [colin]      0.8.6claws72
3658
3659         * src/ssl_certificate.c
3660                 Put back a badly-removed include
3661
3662 2002-12-08 [colin]      0.8.6claws71
3663
3664         * src/gtk/sslcertwindow.[ch]    ** NEW **
3665                 new certificate presentation
3666         * src/gtk/Makefile.am
3667                 add new files
3668         * src/ssl_certificate.[ch]
3669                 gtk cleanup, made utility functions public
3670         * src/ssl_manager.c
3671                 use new cert presentation
3672
3673 2002-12-07 [christoph]  0.8.6claws70
3674
3675         * src/Makefile.am
3676         * src/nntp.[ch]                 ** REMOVE **
3677         * src/common/Makefile.am
3678         * src/common/nntp.[ch]          ** NEW **
3679                 move nntp files to common directory
3680
3681 2002-12-07 [christoph]  0.8.6claws69
3682
3683         * src/procmsg.[ch]
3684         * src/summaryview.c
3685                 implement msginfo update callback using sylpheed's new
3686                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3687
3688 2002-12-06 [christoph]  0.8.6claws68
3689
3690         * src/editgroup.c
3691                 This patch changes the 'Edit Group Details' dialog to
3692                 allow extended selections in either pane, so that
3693                 addresses can be added or removed from a group more
3694                 quickly and easily. (it actually is a net decrease in
3695                 file size, as some unnecessary functions have been
3696                 removed). 
3697                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3698
3699 2002-12-06 [christoph]  0.8.6claws67
3700
3701         * src/Makefile.am
3702         * src/template.[ch]             ** REMOVE **
3703         * src/common/Makefile.am
3704         * src/common/template.[ch]      ** NEW **
3705                 move template files to common directory
3706
3707         * src/nntp.c
3708                 add missing log.h include
3709
3710 2002-12-06 [melvin]     0.8.6claws66
3711
3712         * src/prefs_actions.c
3713                 Added the trailing ">" syntax to insert command's output
3714                 without replacing old text (in contrast to trailing "|").
3715
3716 2002-12-05 [colin]      0.8.6claws65
3717         
3718         * src/common/utils.c
3719                 Don't modify original search_string or it'll change
3720                 the next iterations in the for()
3721
3722 2002-12-05 [darko]      0.8.6claws64
3723
3724         * src/common/utils.c
3725                 proper check for filtering commands, found by Colin
3726
3727 2002-12-05 [darko]      0.8.6claws63
3728
3729         * src/common/utils.c
3730                 check proper string for NULL pointer, found by Colin
3731
3732 2002-12-05 [darko]      0.8.6claws62
3733
3734         * src/common/utils.[ch]
3735                 expand_search_string(): new function
3736                 converts Mutt-like patterns to Sylpheed's
3737                 filtering engine
3738         * src/summaryview.c
3739                 use expand_search_string() to allow Mutt-like
3740                 patterns in extended search
3741         * README.claws
3742                 document extended option in quick search
3743
3744 2002-12-05 [paul]       0.8.6claws61
3745
3746         * sync with 0.8.6cvs16
3747                 see ChangeLog 2002-12-05
3748                 
3749         * po/POTFILES.in
3750                 clean up
3751
3752 2002-12-04 [christoph]  0.8.6claws60
3753
3754         * src/imap.[ch]
3755                 put imap authentication code into a new function and
3756                 remove it from imap_session_new that will allow to
3757                 send other commands before authentication
3758
3759 2002-12-04 [christoph]  0.8.6claws59
3760
3761         * src/imap.[ch]
3762                 use already existing method to prevent unneeded IMAP
3763                 folder selects. Set imap_select parameters to NULL
3764                 in some functions if the values are not required.
3765
3766         * src/xml.h
3767                 remove no longer required include
3768
3769 2002-12-04 [paul]       0.8.6claws58
3770
3771         * po/es.po
3772                 updated by Ricardo Mones Lastra
3773                 
3774         * configure.in
3775           po/hu.po      ** NEW FILE **
3776                 initial Hungarian translation, submitted
3777                 by Gál Zoltán <galzoli@hu.inter.net>
3778
3779 2002-12-03 [christoph]  0.8.6claws57
3780
3781         * src/Makefile.am
3782         * src/gtksctree.[ch]            ** REMOVE **
3783         * src/gtk/Makefile.am
3784         * src/gtk/gtksctree.[ch]        ** NEW **
3785                 move gtksctree files to gtk directory
3786
3787 2002-12-03 [christoph]  0.8.6claws56
3788
3789         * src/Makefile.am
3790         * src/md5.[ch]                  ** REMOVE **
3791         * srm/common/Makefile.am
3792         * src/common/md5.[ch]           ** NEW **
3793                 move md5 files to common directory
3794
3795         * src/gtkstext.c
3796                 remove not required #include
3797
3798 2002-12-03 [sergey]     0.8.6claws55
3799
3800         * src/gtkutils.c
3801         * src/gtkutils.h
3802                 gtkut_window_popup(): new function.
3803         * src/mainwindow.c
3804                 main_window_popup(): use gtkut_window_popup() to raise
3805                 window without changing its position.
3806                 (see sylpheed-main ML message [sylpheed:17247])
3807
3808 2002-12-03 [sergey]     0.8.6claws54
3809
3810         * src/send.c
3811                 send_message_local(): removed first-dot escaping
3812                 (SMTP-only, not needed for sending through pipe)
3813
3814 2002-12-03 [paul]       0.8.6claws53
3815
3816         * po/POTFILES.in
3817                 update to reflect recent changes (thanks
3818                 to Ricardo Mones Lastra)
3819                 
3820         * tools/filter_conv.pl
3821                  fix problem with quoted strings. Patch submitted
3822                  by Luke Plant <lukeplant@softhome.net>
3823
3824 2002-12-03 [paul]       0.8.6claws52
3825
3826         * sync with 0.8.6cvs15
3827                 see ChangeLog 2002-12-03
3828
3829 2002-12-02 [christoph]  0.8.6claws51
3830
3831         * src/logwindow.[ch]
3832         * src/common/log.[ch]
3833                 implement logging using a hook function
3834
3835         * src/folderview.c
3836         * src/folder.[ch]
3837                 define hooklist name in header file to avoid
3838                 errors caused by wrong spelling of hooklist names
3839
3840         * src/toolbar.c
3841                 fix warnings
3842
3843 2002-12-02 [christoph]  0.8.6claws50
3844
3845         * src/common/Makefile.am
3846                 add src/common/hooks.[ch]
3847
3848         * src/common/hooks.[ch]
3849                 implement a simple hook system using glib's hook functions
3850
3851         * src/folder.[ch]
3852         * src/folderview.c
3853                 use new hook system for folder item updates
3854
3855 2002-12-02 [christoph]  0.8.6claws49
3856
3857         * doc-src/ui_seperation.txt     ** NEW **
3858                 information for ui seperation
3859
3860         * src/Makefile.am
3861                 remove files that were moved to common
3862                 include common directory by default for the header files
3863
3864         * src/inc.c
3865         * src/common/socket.c
3866         * src/automaton.[ch]
3867                 implement automaton using g_io_*-functions instead of
3868                 gdk_input_add to make it ui independent
3869
3870         * src/codeconv.c
3871         * src/compose.c
3872         * src/ldif.c
3873         * src/pgptext.c
3874         * src/procmime.c
3875         * src/rfc2015.c
3876         * src/smtp.c
3877         * src/unmime.c
3878                 remove common/ prefix because directory is now in
3879                 include path
3880
3881         * src/compose.c
3882         * src/folder.c
3883         * src/folderview.c
3884         * src/mainwindow.c
3885         * src/messageview.c
3886         * src/prefs_common.c
3887         * src/procmsg.c
3888         * src/rfc2015.c
3889                 fix warnings
3890
3891         * src/imap.c
3892         * src/inc.c
3893         * src/news.c
3894         * src/pop.c
3895         * src/send.c
3896         * src/smtp.c
3897         * src/ssl_certificate.c
3898                 add log.h header file for logging functions
3899
3900         * src/main.c
3901         * src/common/utils.c
3902         * src/summaryview.c
3903         * src/xml.c
3904                 o move debug_mode to common/utils.c
3905                 o add functions to set and get debug_mode
3906
3907         * src/defs.h                    ** REMOVE **
3908         * src/intl.h                    ** REMOVE **
3909         * src/socket.[ch]               ** REMOVE **
3910         * src/ssl.[ch]                  ** REMOVE **
3911         * src/utils.[ch]                ** REMOVE **
3912                 replaced by new files in src/common/
3913         
3914         * src/common/Makefile.am
3915                 add new files in src/common/
3916
3917         * src/common/defs.h             ** NEW **
3918         * src/common/intl.h             ** NEW **
3919         * src/common/log.[ch]           ** NEW **
3920         * src/common/socket.[ch]        ** NEW **
3921         * src/common/ssl.[ch]           ** NEW **
3922         * src/common/utils.[ch]         ** NEW **
3923                 replacement for files in src/
3924
3925 2002-12-02 [colin]      0.8.6claws48
3926
3927         * src/folderview.c
3928                 Scroll folderview if necessary during dnd
3929
3930 2002-12-02 [colin]      0.8.6claws47
3931
3932         * src/folder.[ch]
3933                 Add check to verify a move is within a single mailbox
3934         * src/folderview.c
3935                 Add specific error string for this check
3936
3937 2002-12-02 [colin]      0.8.6claws46
3938
3939         * src/folder.c
3940                 Add a test to folder moving, remove a statusbar_print
3941         * src/folderview.c
3942                 Add Move folder... context-menu item
3943                 Factorize folder moving code
3944                 Enable folder DND for mbox
3945
3946 2002-12-01 [christoph]  0.8.6claws45
3947
3948         * ac/aspell.m4
3949                 remove conf.aspelltest if the version check fails
3950
3951 2002-11-30 [christoph]  0.8.6claws44
3952
3953         * autogen.sh
3954                 run libtoolize --force in autogen to create missing
3955                 libtool scripts
3956
3957 2002-11-30 [christoph]  0.8.6claws43
3958
3959         * src/Makefile.am
3960         * src/pgptext.c
3961         * src/procmime.c
3962         * src/rfc2015.c
3963         * src/uuencode.[ch]             ** REMOVED **
3964         * src/common/Makefile.am
3965         * src/common/uuencode.[ch]      ** NEW **
3966                 move uuen/decoder to common directory
3967
3968 2002-11-30 [christoph]  0.8.6claws42
3969
3970         * src/Makefile.am
3971         * src/base64.[ch]               ** REMOVED **
3972         * src/codeconv.c
3973         * src/compose.c
3974         * src/ldif.c
3975         * src/pgptext.c
3976         * src/procmime.c
3977         * src/rfc2015.c
3978         * src/smtp.c
3979         * src/unmime.c
3980         * src/common/Makefile.am
3981         * src/common/base64.[ch]        ** NEW **
3982                 move base64 en/decoder to common directory
3983
3984 2002-11-30 [christoph]  0.8.6claws41
3985
3986         * src/common                    ** NEW **
3987                 new directory for UI independent code
3988         * src/gtk                       ** NEW **
3989                 new directory for GTK frontend
3990         * src/common/.cvsignore         ** NEW **
3991         * src/gtk/.cvsignore            ** NEW **
3992                 ignore build files
3993         * src/common/Makefile.am        ** NEW **
3994         * src/gtk/Makefile.am           ** NEW **
3995                 automake files to build new seperated stuff
3996         * src/Makefile.am
3997                 the binary will currently still be build with the
3998                 files in src, so we include the code from the
3999                 subdirs for now after building the libs there
4000
4001 2002-11-30 [paul]       0.8.6claws40
4002
4003         * src/compose.c
4004                 fix bug [642731] 'Wrong selected account with drafted mail'
4005
4006 2002-11-29 [oliver]     0.8.6claws39
4007         
4008         * src/messageview.c
4009                 o update summaryview when switching between different
4010                   messageviews          
4011         * src/toolbar.c  
4012                 o check if messageview holds already removed msg
4013                   from summaryview
4014                 
4015
4016 2002-11-29 [oliver]     0.8.6claws38
4017
4018         * src/toolbar.c 
4019                 remove not needed variables and includes
4020                 make messageview stay opened and move to next when msgs are deleted 
4021
4022 2002-11-29 [oliver]     0.8.6claws37
4023         
4024         * src/toolbar.c 
4025                 disable compose button (messageview toolbar) by default
4026                 deleted msgs are moved to trash
4027         
4028 2002-11-29 [melvin]     0.8.6claws36
4029
4030         * configure.in
4031                 Increased minimal gpgme version to 0.3.10 (Zombies out)
4032                 and to detect signatures expirations (gpgme 0.3.6)
4033
4034         * src/main.c
4035                 Use non obsolescent function for Gpgme engine checking.
4036
4037         * src/rfc2015.c
4038                 Inform about expired signatures or signatures which key
4039                 has expired. Expiration date is displayed.
4040
4041         * src/sigstatus.c
4042                 Inform about expired signatures or signatures which key
4043                 has expired.
4044
4045 2002-11-28 [paul]       0.8.6claws35
4046
4047         * src/folderview.c
4048                 re-instate 'Check for new messages' in Newsgroup
4049                 folders right-click menu, after a suggestion from
4050                 Tim Mann <timmann@users.sourceforge.net>
4051
4052         * src/main.c
4053                 after a crash check only local folders for new
4054                 messages
4055
4056 2002-11-28 [paul]       0.8.6claws34
4057
4058         * configure.in
4059                 apply patch that fixes the checking of GTK with XIM 
4060                 support on different OSs, such as FreeBSD. Patch 
4061                 submitted by Topia <topia@users.sourceforge.net>
4062                 
4063 2002-11-28 [paul]       0.8.6claws33
4064
4065         * src/mainwindow.c
4066           src/prefs_common.c
4067           src/prefs_toolbar.c
4068                 more changes to the English
4069
4070 2002-11-28 [paul]       0.8.6claws32
4071
4072         * sync with 0.8.6cvs13
4073                 see ChangeLog 2002-11-28 (no sync needed
4074                 for src/compose.c)
4075
4076 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
4077         
4078         * src/mainwindow.[ch]
4079                 add patch by Ivan F. Martinez introducing messageview Toolbar
4080                 some changes and committed by oliver    
4081
4082 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
4083
4084         * src/messageview.[ch]
4085                 add patch by Ivan F. Martinez introducing messageview Toolbar
4086                 some changes and committed by oliver    
4087
4088 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
4089
4090         * src/compose.[ch]
4091                 add patch by Ivan F. Martinez introducing messageview Toolbar
4092                 some changes and committed by oliver    
4093
4094 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
4095         
4096         * src/toolbar.[ch]
4097                 add patch by Ivan F. Martinez introducing messageview Toolbar
4098                 some changes and committed by oliver
4099
4100 2002-11-28 [oliver]     0.8.6claws27
4101         
4102         * src/prefs_toolbar.[ch]
4103                 getting ready for messageview toolbar
4104                 free mem allocated by gettext
4105                 change prefs_toolbar to prefs_toolbar_open
4106  
4107 2002-11-28 [thorsten]   0.8.6claws26
4108
4109         * src/imageview.[ch]
4110                 cleaned up conflicting declarations of
4111                 imageview_show_image()
4112
4113 2002-11-28 [paul]       0.8.6claws25
4114
4115         * src/grouplistdialog.c
4116           src/prefs_common.c
4117           src/prefs_summary_column.c
4118                 a few more improvements to the English
4119
4120 2002-11-28 [colin]      0.8.6claws24
4121
4122         * man/sylpheed.1
4123                 A few updates to command-line parameters
4124
4125 2002-11-28 [colin]      0.8.6claws23
4126
4127         * src/prefs_filtering.c
4128                 Fix problems with prefs_filtering_delete_path:
4129                 a) if the first rule is removed, original pointers
4130                    weren't updated (leading to segfaults)
4131                 b) it was always global_processing updated in case
4132                    of removed path was parent of rule path
4133
4134 2002-11-27 [paul]       0.8.6claws22
4135
4136         * src/mainwindow.c
4137           src/prefs_account.c
4138           src/prefs_actions.c
4139           src/prefs_common.c
4140           src/prefs_customheader.c
4141           src/prefs_display_header.c
4142           src/prefs_filtering.c
4143           src/prefs_folder_item.c
4144           src/prefs_matcher.c
4145           src/prefs_scoring.c
4146           src/prefs_summary_column.c
4147           src/prefs_template.c
4148           src/prefs_toolbar.c
4149                  improve the English in the GUI
4150
4151 2002-11-27 [colin]      0.8.6claws21
4152
4153         * src/folder.c
4154                 Fix processing renaming problems happening after
4155                 last commit
4156
4157 2002-11-27 [colin]      0.8.6claws20
4158
4159         * src/folder.c
4160                 recursive move now deletes src each subfolder after 
4161                 having moved it
4162         * src/folderview.c
4163                 Use identifier instead of path during dnd (enables
4164                 IMAP folder dnd)
4165
4166 2002-11-27 [paul]       0.8.6claws19
4167
4168         * src/main.c
4169                 apply patch that does command-line processing 
4170                 BEFORE gtk_init, allowing claws to run from 
4171                 shell-scripts in non-X environment (e.g. crontab 
4172                 or ip-up, ip-down scripts). Patch submitted by
4173                 Ruslan N. Balkin <baron@dartel.ru>
4174                 
4175         * po/it.po
4176                 updated by Alessandro Maestri
4177
4178 2002-11-27 [paul]       0.8.6claws18
4179
4180         * sync with 0.8.6cvs12
4181           src/prefs_common.c
4182                 Differences are that main uses a 'Receive dialog'
4183                 frame on the Interface tab, whereas claws groups all 
4184                 the dialogs together in a 'Dialogs' frame.
4185
4186 2002-11-27 [colin]      0.8.6claws17
4187
4188         * src/prefs_matcher.c
4189                 Fix Execute criteria's NOT flag
4190
4191
4192 2002-11-26 [christoph]  0.8.6claws16
4193
4194         * src/ssl.c
4195                 rewrite the ssl code a little bit, only use one
4196                 SSL context, set default certificates' file/path
4197
4198 2002-11-26 [thorsten]   0.8.6claws15
4199
4200         * src/compose.c
4201                 default-reply-to didn't work for ml-reply
4202
4203 2002-11-26 [melvin]     0.8.6claws14
4204
4205         * src/prefs_actions.c
4206                 Made pipe-actions ignore short headers in message view
4207                 Made trailing-pipe-actions write in the message view with
4208                 the same font as the original message
4209
4210 2002-11-26 [paul]       0.8.6claws13
4211
4212         * src/compose.c
4213                 this time commit the correct file
4214
4215 2002-11-26 [paul]       0.8.6claws12
4216
4217         * sync with 0.8.6cvs11
4218           src/quote_fmt_parse.y  
4219                 no sync needed
4220           src/account.[ch]       
4221                 not sync'ed
4222           src/compose.c
4223                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4224                 on draft mode.
4225                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4226                 header
4227                 
4228         see ChangeLog 2002-11-25 and 2002-11-26
4229
4230 2002-11-26 [colin]      0.8.6claws11
4231
4232         * src/folderview.c
4233                 Fix collapsed folder not auto-expanding during
4234                 mail dnd, if it was the source folder.
4235
4236 2002-11-25 [colin]      0.8.6claws10
4237
4238         * src/folderview.[ch]
4239                 Variable renaming and cleaning (slist of nodes 
4240                 to be re-collapsed is stored in FolderView)
4241
4242 2002-11-25 [paul]       0.8.6claws9
4243
4244         * src/prefs_common.[ch]
4245                 fix breakage caused by last commit
4246
4247 2002-11-25 [paul]       0.8.6claws8
4248
4249         * sync with 0.8.6cvs4
4250                 see ChangeLog 2002-11-21
4251
4252 2002-11-25 [paul]       0.8.6claws7
4253
4254         * sync with 0.8.6cvs4
4255                 see ChangeLog 2002-11-20
4256
4257 2002-11-25 [paul]       0.8.6claws6
4258
4259         * sync with 0.8.6cvs3
4260                 see ChangeLog 2002-11-18
4261
4262 2002-11-25 [colin]      0.8.6claws5
4263
4264         * src/gtkutils.[ch]
4265                 Add gtkut_ctree_node_is_parent()
4266         * src/folderview.c
4267                 Spring-loaded folders
4268
4269 2002-11-25 [colin]      0.8.6claws4
4270
4271         * src/utils.[ch]
4272                 Add slist_concat_unique(), function to merge
4273                 two GSList filtering dups
4274         * src/folder.[ch]
4275         * src/summaryview.[ch]
4276         * src/folderview.c
4277         * src/main.c
4278                 Add detection/update/display of unread answers
4279                 to marked mails
4280         * src/procmsg.[ch]
4281                 Add procmsg_find_children()
4282                 Add procmsg_msg_has_marked_parent()
4283
4284 2002-11-25 [colin]      0.8.6claws3
4285
4286         * src/ssl_certificate.[ch]
4287                 Allow checking a certificate without a DNS
4288                 lookup
4289                 Allow to forget a cert (by deleting it)
4290                 Make ssl_certificate_destroy_public
4291         * src/ssl_manager.[ch] ** NEW FILES **
4292                 Gui to manage (display/remove) certificates
4293         * src/prefs_common.[ch]
4294                 Add a pref to allow silent acceptation of
4295                 trusted certificates or not (based on the
4296                 "I want to know what's going on" principle)
4297         * src/mainwindow.c
4298                 Add SSL manager in Tools menu
4299         * src/Makefile.am
4300                 Add the new files to the build
4301         * po/POTFILES.in
4302                 Add ssl_manager.c to translations
4303
4304 2002-11-25 [colin]      0.8.6claws2
4305
4306         * src/summaryview.[ch]
4307                 Add S_SEARCH_EXTENDED to the quick search, which 
4308                 allows to search using filtering syntax.
4309
4310 2002-11-25 [colin]      0.8.6claws1
4311
4312         * src/summaryview.c
4313                 Deletion of duplicates now prefer deleting
4314                 the unread dup (fixes feature-request 638989).
4315
4316 2002-11-24 [paul]       0.8.6claws
4317
4318         * po/es.po
4319           po/pl.po
4320           po/ru.po
4321           po/sr.po
4322                 updated by Ricardo Mones Lastra,
4323                 Witold Wladyslaw Wojciech Wilk,
4324                 Ruslan N. Balkin, and  Urke MMI 
4325                 respectively
4326
4327 2002-11-24 [paul]       0.8.5claws182
4328
4329         * po/bg.po
4330                 updated by George Danchev
4331
4332 2002-11-23 [alfons]     0.8.5claws181
4333
4334         * src/imap.c
4335                 tiny memory leak found by browsing Dimitar's 
4336                 valgrind report
4337
4338 2002-11-23 [paul]       0.8.5claws180
4339
4340         * po/it.po
4341                 updated by Alessandro Maestri
4342
4343 2002-11-22 [christoph]  0.8.5claws179
4344
4345         * src/compose.c
4346         * src/inc.c
4347         * src/prefs_filtering.c
4348         * src/summaryview.c
4349                 more warning fixes
4350
4351 2002-11-22 [alfons]     0.8.5claws178
4352
4353         * src/summaryview.c
4354                 summary_execute_delete_func(): if message is deleted, make 
4355                 sure to also remove its entry in the subject hash table. 
4356                 fixes a corner case bug.
4357
4358 2002-11-22 [paul]       0.8.5claws177
4359
4360         * .cvsignore
4361                 add 'autom4te.cache'
4362                 
4363         * ltconfig      ** REMOVED **
4364                 not needed
4365
4366 2002-11-22 [paul]       0.8.5claws176
4367
4368         * src/textview.c
4369                 textview_set_font(): fix for message display in
4370                 UTF-8 locales (thanks to Sergey Vlasov).
4371                 
4372         * AUTHORS
4373                 add new team members and contributors
4374
4375
4376 2002-11-21 [colin]      0.8.5claws175
4377
4378         * src/procmsg.[ch]
4379                 Add procmsg_remove_special_headers()
4380         * src/mh.c
4381                 Use procmsg_remove_special_headers() for 
4382                 previous fix
4383
4384 2002-11-21 [colin]      0.8.5claws174
4385
4386         * src/mh.c
4387                 Fix moving/copying from queue/draft folders
4388                 for MH folders
4389
4390 2002-11-21 [christoph]  0.8.5claws173
4391
4392         * src/crash.c
4393         * src/filtering.c
4394         * src/logwindow.c
4395         * src/main.c
4396         * src/matcher_parser_lex.[hl]
4397         * src/mbox.c
4398         * src/mbox_folder.[ch]
4399         * src/prefs_filtering.c
4400         * src/procheader.c
4401         * src/quote_fmt_lex.l
4402         * src/ssl.c
4403                 fix all warnings except the warnings in lex and yacc files
4404
4405 2002-11-20 [christoph]  0.8.5claws172
4406
4407         * src/imap.c
4408                 fix MsgInfo retrieval for IMAP draft and queue folders
4409                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4410
4411 2002-11-19 [christoph]  0.8.5claws171
4412
4413         * src/compose.c
4414                 fix segfault, when draft saving does not get
4415                 the MsgInfo of the new message
4416                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4417
4418 2002-11-19 [christoph]  0.8.5claws170
4419
4420         * src/procmsg.c
4421                 add parameter check for flag setting function
4422                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4423
4424 2002-11-18 [paul]       0.8.5claws169
4425
4426         * src/compose.c
4427                 more sensitivity fixes to redirect mode:
4428                 * disable toolbar draft button
4429                 * allow only Address book in the Tools menu
4430                 * disable editing of message by the spell
4431                   checker
4432
4433 2002-11-18 [paul]       0.8.5claws168
4434
4435         * src/compose.c
4436                 fix sensitivity of menu items in compose_redirect():
4437                 allow only the necessary items 
4438
4439 2002-11-18 [paul]       0.8.5claws167
4440
4441         * src/compose.c
4442                 fix bug [ 603259 ] 'attachment got lost on bounce'
4443
4444 2002-11-18 [paul]       0.8.5claws166
4445
4446         * po/ru.po
4447                 updated by Ruslan N. Balkin <baron@dartel.ru>
4448
4449 2002-11-18 [colin]      0.8.5claws165
4450
4451         * src/main.c
4452           src/defs.h
4453                 Remove old filtering stuff
4454
4455
4456 2002-11-17 [oliver]     0.8.5claws164
4457
4458         * src/toolbar.h
4459                 remove not needed typedef 
4460
4461 2002-11-17 [oliver]     0.8.5claws163
4462
4463         * src/toolbar.c
4464                 make toolbar's on click events translatable
4465
4466 2002-11-15 [colin]      0.8.5claws162
4467
4468         * src/summaryview.c
4469                 Revert too-soon integration of a feature
4470
4471 2002-11-15 [christoph]  0.8.5claws161
4472
4473         * src/imap.c
4474                 use main's implementation of imap_get_msginfo
4475
4476 2002-11-15 [christoph]  0.8.5claws160
4477
4478         * src/compose.c
4479         * src/folder.[ch]
4480         * src/imap.c
4481         * src/mbox_folder.c
4482         * src/mh.c
4483         * src/news.c
4484         * src/procmsg.c
4485         * src/summaryview.c
4486                 replace claws' fetch_msginfo with main's get_msginfo
4487                 (use main's implementation where possible)
4488
4489 2002-11-15 [colin]      0.8.5claws159
4490
4491         * src/ssl_certificate.c
4492                 Missed a check
4493
4494 2002-11-16 [melvin]     0.8.5claws158
4495
4496         * po/fr.po
4497                 Updated French translations.
4498
4499 2002-11-16 [colin]      0.8.5claws157
4500
4501         * src/ssl_certificate.c
4502                 Check for missing parts in the certificates
4503
4504 2002-11-15 [colin]      0.8.5claws156
4505
4506         * src/folderview.c
4507                 Preventive fix (missing check) found by
4508                 Alfons
4509
4510 2002-11-15 [paul]
4511
4512         * NEWS
4513                 sync with 0.8.6 release
4514
4515 2002-11-15 [colin]      0.8.5claws155
4516
4517         * src/folder.[ch]
4518           src/folderview.c
4519                 Fix error handling of folder_item_move_to()
4520                 (thanks to Alfons!)
4521
4522 2002-11-15 [colin]      0.8.5claws154
4523
4524         * src/folder.[ch]
4525           src/folderview.c
4526                 folder_item_move_to() sets an error message instead
4527                 of having GUI stuff in folder.c
4528
4529 2002-11-15 [colin]      0.8.5claws153
4530
4531         * src/procmsg.[ch]
4532                 Implemented a callback for MsgInfo updates, 
4533                 heavily copy/pasted from Christoph's folder 
4534                 callback system
4535         * src/summaryview.[ch]
4536                 Register summary_update_msg as callback
4537
4538 2002-11-14 [colin]      0.8.5claws152
4539         
4540         * src/procmsg.c
4541                 Update the FolderItem after sending (fixes 617593)
4542
4543 2002-11-14 [christoph]  0.8.5claws151
4544
4545         * src/folder.c
4546                 fix wrong position of NULL pointer check found
4547                 by Sergey
4548
4549 2002-11-14 [christoph]  0.8.5claws150
4550
4551         * src/folder.c
4552                 fix segfault when deleting messages from IMAP folders
4553                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4554
4555 2002-11-14 [colin]      0.8.5claws149
4556
4557         * src/compose.c
4558                 Forwarding was also ignoring the folder's default account.
4559
4560 2002-11-14 [colin]      0.8.5claws148
4561
4562         * src/compose.c
4563                 Fix sent folder not set to folder properties when 
4564                 forwarding.
4565
4566 2002-11-14 [thorsten]   0.8.5claws147
4567
4568         * src/inc.c
4569                 inc_start(): Files were not moved from .processing to inbox,
4570                 if no global processing rule existed
4571
4572 2002-11-14 [colin]      0.8.5claws146
4573
4574         * src/ssl_certificate
4575                 Fix file operations
4576
4577 2002-11-14 [paul]       0.8.5claws145
4578
4579         * po/it.po
4580                 updated by Alessandro Maestri
4581
4582 2002-11-13 [alfons]     0.8.5claws144
4583
4584         * src/folder.c
4585                 folder_item_close(): only mark messages unread
4586                 when a folder has new messages 
4587
4588 2002-11-13 [keith]      0.8.5claws143
4589
4590         * src/imap.c
4591                 Fix problem moving or copying between
4592                 IMAP folders
4593
4594 2002-11-13 [colin]      0.8.5claws142
4595
4596         * src/matcher_parser_parse.y
4597                 Fix rule problem when " don't match
4598
4599 2002-11-13 [christoph]  0.8.5claws141
4600
4601         * src/folder.c
4602         * src/folderview.c
4603                 moved cache saving to folder_item_close
4604                 the folderview should not have to deal with
4605                 this things
4606
4607 2002-11-13 [christoph]  0.8.5claws140
4608
4609         * src/summaryview.c
4610                 moved setting of important score to
4611                 summary_set_prefs_from_folderitem
4612
4613 2002-11-13 [colin]      0.8.5claws139
4614
4615         * src/matcher_parser_parse.y
4616                 Fix a segfault in the parser (happening when
4617                 a good expression had been tested and a bad 
4618                 one arrives)
4619
4620 2002-11-13 [paul]       0.8.5claws138
4621
4622         * sync with 0.8.5cvs24
4623                 see ChangeLog 2002-11-13
4624                 
4625         * po/pt_BR.po
4626                 updated by Fabio Jr. Beneditto
4627
4628 2002-11-13 [colin]      0.8.5claws137
4629         
4630         * src/msgcache.c
4631           src/defs.h
4632           src/procmsg.[ch]
4633                 Revert last commit, problem
4634
4635 2002-11-13 [colin]      0.8.5claws136
4636
4637         * src/msgcache.c
4638                 Remove duplicated code
4639         * src/defs.h
4640                 Bumped CACHE_VERSION and MARK_VERSION
4641         * src/procmsg.[ch]
4642                 Network endian for cache and mark files
4643
4644 2002-11-12 [colin]      0.8.5claws135
4645
4646         * src/inc.c
4647                 Fix the "socket error" dialog which disappeared
4648
4649 2002-11-12 [colin]      0.8.5claws134
4650
4651         * src/msgcache.c
4652                 Reverse last commit which had performance 
4653                 problems, but still reverse the list
4654
4655 2002-11-12 [colin]      0.8.5claws133
4656
4657         * src/msgcache.c
4658                 Reverse list order
4659
4660 2002-11-12 [melvin]     0.8.5claws132
4661
4662         * src/compose.c
4663                 Added a check for a NULL prefs_common.dictionary
4664
4665 2002-11-12 [colin]      0.8.5claws131
4666
4667         * src/ssl_certificate.[ch]
4668                 Use FQDN hostname
4669
4670 2002-11-12 [colin]      0.8.5claws130
4671
4672         * src/ssl_certificate.[ch]
4673                 Take connection port into account for 
4674                 checking certificates (a single hostname
4675                 could have multiple servers with multiple
4676                 certificates)
4677         * src/ssl.c
4678                 Pass the port to ssl_certificate_check
4679
4680 2002-11-12 [paul]       0.8.5claws129
4681
4682         * src/folder.c
4683                 fix a typo in last commit
4684
4685 2002-11-12 [paul]       0.8.5claws128
4686
4687         * sync with 0.8.5cvs23
4688                 see ChangeLog entry 2002-11-12
4689
4690 2002-11-11 [colin]      0.8.5claws127
4691
4692         * src/ssl_certificate.c
4693                 Cleaner messages
4694                 Don't popup, instead log error, if the 
4695                 corresponding pref is checked
4696         * src/ssl_certificate.h
4697                 include <openssl/objects/h>
4698
4699 2002-11-11 [colin]      0.8.5claws126
4700
4701         * src/ssl_certificate.h
4702                 _Really_ clean it
4703
4704 2002-11-11 [colin]      0.8.5claws125
4705         
4706         * src/ssl_certificate.c
4707                 Fixed leak
4708
4709 2002-11-11 [colin]      0.8.5claws124
4710
4711         * src/ssl.c
4712                 Cleaned a bit
4713         * src/ssl_certificate.[ch]
4714                 Cleaned a bit (better use of SSL API)
4715                 (This will cause non-recognition of saved 
4716                  certificates of claws12[23]...)
4717
4718 2002-11-11 [paul]       0.8.5claws123
4719         
4720         * po/es.po
4721                 updated by Ricardo Mones Lastra
4722
4723 2002-11-11 [colin]      0.8.5claws122
4724
4725         * src/ssl.c
4726                 Fix a typo
4727
4728 2002-11-11 [colin]      0.8.5claws121
4729
4730         * src/ssl_certificate.[ch] ** NEW FILES **
4731         * src/ssl.[ch]
4732                 Check SSL certificates presented to us
4733         * src/Makefile.am
4734                 Add ssl_certificate.[ch]
4735         * po/POTFILES.in
4736                 Add ssl_certificate.c
4737
4738 2002-11-11 [paul]       0.8.5claws120
4739
4740         * sync with 0.8.5cvs22
4741                 see ChangeLog 2002-11-11
4742
4743 2002-11-11 [paul]       0.8.5claws119
4744
4745         * sync with 0.8.5cvs21
4746                 see ChangeLog 2002-11-11
4747
4748 2002-11-10 [jens]       0.8.5claws118
4749
4750         * src/folder.c
4751         * src/folderview.c
4752                 corrected some typing
4753         * po/de.po
4754                 updated german translation
4755         * sylpheed.spec.in
4756                 cleaned up specfile and adjusted it for claws
4757
4758 2002-11-10 [colin]      0.8.5claws117
4759
4760         * src/summaryview.c
4761                 a STATUSBAR_PUSH/POP fix
4762
4763 2002-11-10 [colin]      0.8.5claws116
4764
4765         * src/prefs_folder_item.c
4766                 Fix hanging after opening folder properties
4767
4768 2002-11-10 [hoa]        0.8.5claws115
4769
4770         * src/matcher_parser_lex.l
4771         * src/matcher_parser_parse.y
4772                 config file for scoring and filtering is no more trashed
4773                 when there is a syntax error in a filtering rule when
4774                 editing it in a dialog.
4775
4776 2002-11-09 [colin]      0.8.5claws114
4777
4778         * src/mbox_folder.c
4779                 Added missing initialisation of folder->destroy()
4780
4781 2002-11-09 [colin]      0.8.5claws113
4782
4783         * src/folder.c
4784           src/folderview.c
4785                 Fix the status bar messages
4786
4787 2002-11-09 [colin]      0.8.5claws112
4788
4789         * src/folderview.c
4790                 Fix hangs after folder dnd, happening after 
4791                 claws109.
4792
4793 2002-11-09 [christoph]  0.8.5claws111
4794
4795         * src/folderview.c
4796                 just changed order of calls (reverse order of
4797                 associated calls)
4798         * src/inc.c
4799                 lock inc when checking only one account, otherwise
4800                 inc all could be executed at the same time
4801
4802 2002-11-09 [christoph]  0.8.5claws110
4803
4804         * src/folderview.c
4805                 better unlock the mouse cursor before calling
4806                 summary_show because it changes the cursor too
4807
4808 2002-11-09 [christoph]  0.8.5claws109
4809
4810         * src/folder.[ch]
4811         * src/folderview.c
4812                 add functions to open and close a folder
4813                 o opending will execute scanning for remote folders
4814                   and processing
4815                 o closing will unset new flag for messages
4816
4817 2002-11-09 [colin]      0.8.5claws108
4818
4819         * src/folder.c
4820                 Add a call to prefs_matcher_write_config to 
4821                 avoid non-leaf folders filtering settings to be
4822                 lost
4823
4824 2002-11-09 [paul]       0.8.5claws107
4825
4826         * src/prefs_account.c
4827                 re-word a label
4828
4829 2002-11-09 [colin]      0.8.5claws106
4830
4831         * src/folderview.c
4832                 Minor esthetic fix
4833
4834 2002-11-09 [colin]      0.8.5claws105
4835
4836         * src/folderview.c
4837                 Fix prefs_filtering deletion for MH folders (same
4838                 reason as below)
4839         * src/prefs_filtering.c
4840                 Fix prefs_filtering renaming and deletion for 
4841                 folder-based processing rules.  
4842
4843 2002-11-09 [christoph]  0.8.5claws104
4844
4845         * src/compose.c
4846         * src/folder.[ch]
4847         * src/folderview.[ch]
4848         * src/import.c
4849         * src/inc.c
4850         * src/main.c
4851         * src/mainwindow.c
4852         * src/messageview.c
4853         * src/prefs_folder_item.c
4854         * src/procmsg.c
4855         * src/summaryview.c
4856                 implement a callback system for folder item updates
4857
4858 2002-11-09 [colin]      0.8.5claws103
4859
4860         * src/folderview.c
4861                 Fix prefs_filtering renaming for MH folders (we
4862                 shouldn't rename by path as another folder could
4863                 have the same hierarchy).
4864
4865 2002-11-09 [colin]      0.8.5claws102
4866
4867         * src/folder.c
4868                 Fix a leak found by Christoph, use better variable
4869                 names
4870
4871 2002-11-09 [colin]      0.8.5claws101
4872
4873         * src/folder.c
4874                 One more fix for processing rules
4875
4876 2002-11-08 [colin]      0.8.5claws100
4877         
4878         * src/matcher.c
4879                 Don't copy the compiled regexp (will be reevaluated)
4880         * src/folderview.c
4881                 Lock folderview while moving
4882         * src/folder.c
4883                 Provide info on what's happening to the user
4884
4885 2002-11-08 [colin]      0.8.5claws99
4886
4887         * src/folderview.c
4888                 Fix folder reordering after a move if parent is 
4889                 root
4890         * src/scoring.[ch]
4891                 Add function to copy a ScoringProp
4892         * src/prefs_folder_item.c
4893                 Copy scoring rules when copying a folder prefs
4894
4895 2002-11-08 [colin]      0.8.5claws98
4896
4897         * src/folderview.c
4898                 Fixes in case of failure
4899         * src/filtering.[ch]    
4900                 Add function to duplicate a FilteringProp
4901         * src/matcher.[ch]
4902                 Add function to duplicate a MatcherProp
4903         * src/prefs_folder_item.c
4904                 Save folder's processing rules when copying 
4905                 its prefs
4906
4907 2002-11-08 [colin]      0.8.5claws97
4908         
4909         * src/folderview.c
4910                 Sort after move
4911         * src/folder.c 
4912                 Change a printf to debug_print
4913
4914 2002-11-08 [colin]      0.8.5claws96
4915
4916         * src/folder.c
4917           src/folderview.c
4918                 Fix segfaults, call me stupido
4919         
4920
4921 2002-11-08 [colin]      0.8.5claws95
4922
4923         *src/folder.c
4924                 Added forgotten prefs to save when moving folders
4925
4926 2002-11-08 [colin]      0.8.5claws94
4927
4928         * src/folder.c
4929                 Fixes to folder DND (prefs copy)
4930         * src/folderview.c
4931                 Optimization for folder DND (don't rescan whole tree)
4932                 Added folderview_create_folder_node() for this 
4933                 optimization, so de-duped a bit the code
4934         * src/prefs_folder_item.[ch]
4935                 Added prefs_folder_item_copy_prefs()    
4936           
4937 2002-11-08 [paul]       0.8.5claws93
4938
4939         * src/prefs_account.c
4940           tools/README
4941           tools/kmail2sylpheed_v2.pl
4942                 correct some typos
4943
4944 2002-11-08 [paul]       0.8.5claws92
4945
4946         * src/compose.c
4947           src/prefs_account.[ch]
4948                 remove account options 'clearsign' and 'ascii_armored',
4949                 replace with 'default_gnupg_mode' to prevent mixed-mode
4950                 Privacy settings
4951
4952 2002-11-08 [paul]       0.8.5claws91
4953
4954         * src/compose.[ch]
4955                 re-implement GnuPG 'on-the-fly' mode selection,
4956                 disallow mixed-mode
4957
4958 2002-11-08 [colin]      0.8.5claws90
4959
4960         * src/folderview.c
4961           src/prefs_folder_item.c
4962                 Change "Property" to "Properties"
4963
4964 2002-11-07 [colin]      0.8.5claws89
4965
4966         * src/folderview.c
4967           src/folder.c
4968                 Allow folder dropping to a root folder
4969
4970 2002-11-07 [paul]       0.8.5claws88
4971
4972         * src/compose.c
4973                 revert last commit
4974
4975 2002-11-07 [paul]       0.8.5claws87
4976
4977         * src/compose.c
4978                 fix reply-to-list bug. closes bug report
4979                 "[633382] reply-to-list broken in recent cvs"
4980
4981 2002-11-07 [paul]       0.8.5claws86
4982
4983         * src/compose.c
4984                 add a forgotten '#if USE_GPGME ... #endif'
4985
4986 2002-11-07 [paul]       0.8.5claws85
4987
4988         * sync with 0.8.5cvs20
4989                 see ChangeLog 2002-11-07
4990
4991 2002-11-07 [colin]      0.8.5claws84
4992
4993         * src/folder.[ch]
4994                 Change folder_item_move_to to return the newly 
4995                 created folderitem.
4996         * src/folderview.c
4997                 Select the new folderitem after moving.
4998
4999 2002-11-07 [colin]      0.8.5claws83
5000
5001         * src/prefs_filtering.c
5002                 Fix rule rewriting when moving a leaf folder to a 
5003                 shorter path
5004
5005 2002-11-07 [colin]      0.8.5claws82
5006
5007         * src/prefs_filtering.c
5008                 fix a leak
5009
5010 2002-11-07 [colin]      0.8.5claws81
5011
5012         * src/folder.[ch]
5013                 Add folder_item_move_to() function to move a 
5014                 folderitem into another one (updates matcher etc)
5015         * src/folderview.c
5016                 Add folder drag'n drop (context menu to come)
5017                 [Should be dataloss free, but Please backup before 
5018                  trying !]
5019
5020 2002-11-06 [colin]      0.8.5claws80
5021
5022         * src/mh.c
5023                 mh_create_folder() returns NULL if can't create
5024                 directory hierarchy
5025
5026 2002-11-06 [paul]       0.8.5claws79
5027
5028         * src/compose.[ch]
5029                 allow 'on-the-fly' changing of the type of encryption 
5030                 and/or signing used (mime/ascii) via the compose window
5031
5032 2002-11-06 [paul]       0.8.5claws78
5033
5034         * sync with 0.8.5cvs19
5035                 see ChangeLog 2002-11-06 for src/account.c: 
5036                 account_get_special_folder()
5037                 
5038 2002-11-05 [alfons]     0.8.5claws77
5039
5040         * src/crash.c
5041                 very minor cleanups: nothing to see here, move on. :-)
5042
5043 2002-11-05 [colin]      0.8.5claws76
5044
5045         * src/main.c
5046                 Changes choices if compose windows are opened to
5047                 Discard, Draft, Don't quit
5048
5049 2002-11-05 [thorsten]   0.8.5claws75
5050
5051         * src/compose.c
5052                 reenabled default_reply_to folder option
5053
5054 2002-11-05 [colin]      0.8.5claws74
5055
5056         * src/compose.[ch] 
5057                 add compose_draft()
5058         * src/crash.c
5059                 add SIGTERM handler
5060         * src/main.[ch]
5061                 add clean_quit() for the SIGTERM handler
5062
5063 2002-11-05 [paul]       0.8.5claws73
5064         
5065         * po/es.po
5066                 updated by Ricardo Mones Lastra
5067
5068 2002-11-05 [melvin]     0.8.5claws72
5069
5070         * src/logwindow.c
5071                 Fixed log-clipping bug #616795.
5072                 To stop logging in the log window use 0 length.
5073         * src/prefs_common.c
5074                 Added a label to inform about the 0 log length behaviour.
5075
5076 2002-11-05 [paul]       0.8.5claws71
5077
5078         * sync with 0.8.5cvs17
5079                 see ChangeLog 2002-11-05
5080
5081 2002-11-04 [paul]       0.8.5claws70
5082
5083         * sylpheed-128x128.png
5084           sylpheed-64x64.png
5085           sylpheed.png
5086                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
5087                 <nikai@users.sourceforge.net>
5088                 
5089         * po/bg.po
5090                 updated by George Danchev
5091
5092 2002-11-03 [thorsten]   0.8.5claws69
5093
5094         * src/main.c
5095           src/mimeview.c
5096           src/rfc2015.h
5097                 add check if gpg is active
5098
5099 2002-11-03 [thorsten]   0.8.5claws68
5100
5101         * src/toolbar.h
5102                 removed GSList declaration causing trouble on MacOS-X
5103                 (submitted by alfons, reported by xfesty)
5104
5105 2002-11-01 [paul]       0.8.5claws67
5106
5107         * src/mainwindow.c
5108                 remove last remnants of main's filter code
5109
5110 2002-11-01 [paul]       0.8.5claws66
5111
5112         * tools/filter_conv.pl
5113                 fix bug where user-defined headers were ignored
5114
5115 2002-11-01 [paul]       0.8.5claws65
5116
5117         * src/logwindow.c
5118                 make a debug_print() not translatable
5119
5120 2002-10-31 [melvin]     0.8.5claws64
5121
5122         * ac/aspell.m4
5123                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
5124                 not run any GNU/aspell test.  The dictionary path will
5125                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
5126                 was given, in which case, it will be $prefix/lib/aspell/
5127         * configure.in
5128                 Fixed typo in commentary (Aspell code).
5129
5130 2002-10-31 [paul]       0.8.5claws63
5131
5132         * po/POTFILES.in
5133                 remove src/filter.c and src/prefs_filter.c
5134                 thanks to Ricardo for reminding me
5135
5136 2002-10-31 [colin]      0.8.5claws62
5137
5138         * src/mbox_folder.c
5139                 Plug some leaks
5140
5141 2002-10-31 [paul]       0.8.5claws61
5142
5143         * src/prefs_filter.[ch] ** REMOVED **
5144           src/filter.[ch]       ** REMOVED **
5145           
5146         * src/Makefile.am
5147           src/folderview.c
5148           src/inc.c
5149           src/main.c
5150           src/mainwindow.c
5151           src/mbox.c
5152           src/prefs_common.c
5153           src/prefs_filtering.c
5154           src/summaryview.[ch]
5155                 remove main's 'filter' code
5156                 
5157         README.claws
5158                 update to reflect removal of main's filter
5159
5160 2002-10-31 [paul]       0.8.5claws60
5161
5162         * src/summaryview.c
5163                 remove check for global_processing in summary_filter_open(). 
5164                 This fixes the bug where if the user uses the right-click 
5165                 'Create filter rule...' and doesn't have any filter rules 
5166                 already defined in claws' advanced filtering, the newly 
5167                 created filter rule goes to main's filtering which is 
5168                 inaccessible through the gui. Now the filter rule gets added
5169                 to claws' filtering by default.
5170
5171 2002-10-28 [melvin]     0.8.5claws59
5172
5173         * src/prefs_actions.c
5174                 Fixed bug #627322 where MIME parts were not always
5175                 correctly passed to a %p action
5176                 Display an error dialog when message filename is not found.
5177
5178 2002-10-28 [melvin]     0.8.5claws58
5179
5180         * src/prefs_common.c
5181                 Readded a missing function declaration lost in 0.8.3claws34
5182
5183 2002-10-28 [paul]       0.8.5claws57
5184
5185         * sync with 0.8.5cvs15
5186                 see ChangeLog 2002-10-28 and 2002-10-25
5187                 
5188         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5189
5190 2002-10-27 [oliver]     0.8.5claws56
5191
5192         * src/pop.c
5193                 plug leak in pop3_top_recv
5194
5195 2002-10-26 [christoph]  0.8.5claws55
5196
5197         * src/folder.c
5198                 set need_update folder flag when messages are added
5199                 (closes bug [ 626922 ] folder not updated after receiving)
5200
5201 2002-10-25 [melvin]     0.8.5claws54
5202
5203         * src/imageview.c
5204                 Fixed a memleak introduced in the scaling code.
5205
5206 2002-10-24 [alfons]     0.8.5claws53
5207
5208         * src/filtering.c
5209                 make filtering's forward message action forward from the 
5210                 correct account
5211                 (closes bug [628089 ] Filter -> Forward from address problem
5212                 reported by Oktay)
5213
5214 2002-10-24 [christoph]  0.8.5claws52
5215
5216         * src/mainwindow.c
5217         * src/manual.[ch]
5218                 o use manual of current locale or english if current
5219                   locale is not available (and english is available)
5220                 o also link to sylpheed doc project manuals
5221
5222 2002-10-23 [paul]       0.8.5claws51
5223
5224         * tools/README
5225           tools/kmail2sylpheed_v2.pl
5226                 add new version of kmail addressbook importer script.
5227                 works with newer versions of Kmail/KAddressBook which
5228                 have new and rearranged data.
5229
5230 2002-10-23 [martin]     0.8.5claws50
5231
5232         * src/folderview.c
5233         * src/summaryview.c
5234         * src/utils.h
5235         * src/utils.c
5236                 added length parameter to get_abbrev_newsgroup_name()
5237                 changed this function so that it abbreviates the newsgroup
5238                 names only so long it is smaller than the length parameter
5239                 (for better reading of some newsgroup names and space efficiency)
5240
5241 2002-10-22 [colin]      0.8.5claws49
5242
5243         *src/foldersel.c
5244                 Revert Alfons' last modification (after voting ;-))
5245
5246 2002-10-21 [alfons]     0.8.5claws48
5247
5248         * src/foldersel.c
5249                 folder view in folder selection dialog reflects state of
5250                 folder view in main window
5251
5252 2002-10-18 [alfons]     0.8.5claws47
5253
5254         * src/mbox.c
5255                 drop imported messages in folder selected by user,
5256                 and not in the inbox
5257                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5258
5259 2002-10-18 [alfons]     0.8.5claws46
5260
5261         * src/compose.c
5262                 make automagic reply work correctly for email accounts 
5263                 (whether it's viable to do a full sync with Hiro's 
5264                 compose.c is still under discussion)
5265
5266 2002-10-18 [melvin]     0.8.5claws45
5267
5268         * src/prefs_actions.c
5269                 Fixed bug #622275 where asynchroneous actions left 
5270                 zombies processes
5271                 Made (synchroneous) actions' input be displayed live.
5272
5273 2002-10-18 [christoph]  0.8.5claws44
5274
5275         * src/textview.c
5276                 don't add a newline in the textview in front of the
5277                 first textpart if header display is disabled
5278                 (closes bug [ 603385 ] disabled header display leaves blank
5279                  lin)
5280
5281 2002-10-18 [christoph]  0.8.5claws43
5282
5283         * src/folder.[ch]
5284         * src/imap.c
5285         * src/mbox_folder.c
5286         * src/mh.c
5287         * src/news.c
5288                 folder->get_num_list now returns an error code
5289                 (closes bug [ 609424 ] News cache cleared on failure)
5290                 
5291 2002-10-17 [colin]      0.8.5claws42
5292         
5293         * src/news.c
5294                 Changed a printf by debug_print
5295
5296 2002-10-16 [paul]       
5297
5298         * tools/OOo2sylpheed.pl
5299                 allow for spaces in the name of the
5300                 file to be attached.
5301
5302 2002-10-16 [colin]      0.8.5claws41
5303
5304         * src/main.c
5305                 Use a tristate to change online mode
5306
5307 2002-10-16 [paul]       0.8.5claws40
5308
5309         * po/es.po
5310                 updated by Ricardo Mones Lastra
5311
5312 2002-10-16 [colin]      0.8.5claws39
5313
5314         * src/main.c
5315           src/mainwindow.[ch]
5316                 Added --online and --offline command-line
5317                 switches
5318
5319 2002-10-15 [christoph]  0.8.5claws38
5320
5321         * src/procmime.c
5322                 set mimeinfo->name to NULL after g_free to
5323                 avoid double freeing with g_free
5324
5325 2002-10-14 [christoph]  0.8.5claws37
5326
5327         * src/compose.c
5328         * src/filtering.c
5329         * src/summaryview.c
5330                 remove calls to folder->change_flags that are now
5331                 done by procmsg flag functions (seems it is not
5332                 used by any foldertype anyway)
5333         * src/folder.c
5334                 init folder->change_flags with NULL
5335
5336 2002-10-14 [christoph]  0.8.5claws36
5337
5338         * src/folder.[ch]
5339         * src/imap.[ch]
5340                 use virtual functions for folder item new and destroy
5341                 functions
5342
5343 2002-10-14 [melvin]     0.8.5claws35
5344
5345         * src/compose.c
5346                 Added a test to not run the spell checker if no default
5347                 dictionary is available. No dialog is displayed though.
5348
5349 2002-10-14 [melvin]     0.8.5claws34
5350
5351         * src/gtkaspell.c
5352                 Fixed bug in dictionary list context menu where
5353                 "More..." pointed to an emtpy submenu if the
5354                 number of dictionaries is a multiple of 15
5355                 Removed unneeded code in suggestions list creation
5356
5357 2002-10-14 [paul]       0.8.5claws33
5358
5359         * po/bg.po
5360                 updated by George Danchev
5361
5362 2002-10-13 [hoa]        0.8.5claws32
5363
5364         * src/matcher.[ch]
5365           src/matcher_parser_parser.y
5366                 removed the escaped string from internal structure
5367                 of matcher.
5368
5369 2002-10-12 [colin]      0.8.5claws31
5370
5371         * src/gtksctree.[ch]
5372           src/summaryview.c
5373                 Removed useless function gtksctree_reanchor
5374
5375 2002-10-12 [alfons]     0.8.5claws30
5376         
5377         * sync with remaining main changes 2002-10-09 - 2002-10-11
5378         - drop changes to src/compose.c (requires claws specific changes)
5379         
5380 2002-10-12 [alfons]     0.8.5claws29
5381         
5382         * sync with main changes of 2002-10-08
5383         - drop changes to src/compose.c (requires claws specific changes)
5384         - drop changes to src/summaryview.c (requires changes to compose.c)     
5385
5386 2002-10-12 [alfons]     0.8.5claws28
5387         
5388         * sync with main changes of 2002-10-07
5389
5390 2002-10-12 [alfons]     0.8.5claws27
5391
5392         * sync with main changes of 2002-10-04
5393         - drop changes to src/compose.c (requires claws specific changes)
5394         - drop changes to src/prefs_folder_item.c (claws implementation
5395           seems to be working)
5396
5397 2002-10-12 [colin]      0.8.5claws26
5398
5399         * src/mainwindow.c
5400                 Fix folder-flicker when space-reading, introduced 
5401                 in claws22.
5402
5403 2002-10-12 [colin]      0.8.5claws25
5404
5405         * src/compose.c
5406                 Save account address when saving as draft.
5407                 (closes bug 621838)
5408
5409 2002-10-12 [colin]      0.8.5claws24
5410
5411         * src/summaryview.c
5412                 Fix the problem consisting of no message selected
5413                 after the last message in a folder has been moved.
5414
5415 2002-10-12 [paul]       0.8.5claws23
5416
5417         * src/compose.c
5418           src/prefs_template.c
5419           src/template.[ch]
5420                 add Cc and Bcc to templates. Patch submitted by
5421                 John L. Males.
5422
5423 2002-10-12 [colin]      0.8.5claws22
5424
5425         * src/folderview.c
5426                 Fix a bug after "Check for new messages":
5427                 If a folder was opened, it was still selected at
5428                 the end of the check, but displayed empty.
5429         * src/mainwindow.c
5430                 Remove unnecessary check
5431
5432 2002-10-12 [paul]
5433
5434         * tools/README
5435                 be more verbose in the description of
5436                 OOo2sylpheed.pl
5437                 
5438
5439 2002-10-11 [colin]      0.8.5claws21
5440
5441         * src/mainwindow.c
5442                 Make space work (better) when no mail is selected
5443
5444 2002-10-11 [colin]      0.8.5claws20
5445
5446         * src/inc.c
5447           src/news.c
5448                 fix warnings
5449
5450 2002-10-11 [colin]      0.8.5claws19
5451
5452         * src/mainwindow.c
5453                 revert 0.8.5claws6 changes as i couldn't get to
5454                 anything satisfying
5455
5456 2002-10-11 [melvin]     0.8.5claws18
5457
5458         * src/compose.c
5459                 Removed buggy and unused macro (should have been committed in
5460                 0.8.5claws17)
5461
5462 2002-10-11 [melvin]     0.8.5claws17
5463
5464         * src/compose.c
5465                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5466
5467 2002-10-11 [thorsten]   0.8.5claws16 
5468
5469         * src/folderview.c
5470                 remove rescan warning
5471
5472 2002-10-11 [colin]      0.8.5claws15 
5473
5474         * src/procheader.c
5475                 fix a segfault that happens if conv_unmime_header
5476                 fails (should be better to find out why it fails)
5477
5478 2002-10-11 [christoph]  0.8.5claws14
5479
5480         * src/summaryview.c
5481                 update folderview stats after ignore/unignore thread
5482
5483 2002-10-11 [hoa]        0.8.5claws13
5484
5485         * src/quote_fmt_parse.y
5486                 Fixed a yacc/bison syntax error
5487         * src/matcher.c
5488                 Escaping of string is fixed.
5489
5490 2002-10-11 [colin]      0.8.5claws12
5491
5492         * src/imageview.c
5493                 Resize images to fit
5494
5495 2002-10-11 [paul]       0.8.5claws11
5496
5497         * po/es.po
5498                 updated by Ricardo Mones Lastra
5499
5500 2002-10-10 [alfons]     0.8.5claws10
5501
5502         * src/compose.c
5503                 allow dropping files by "moving" files from a file manager,
5504                 not only by the more cumbersome "copying". the latter 
5505                 mostly implies holding down the Control button
5506
5507 2002-10-10 [christoph]  0.8.5claws9
5508
5509         * src/summaryview.c
5510                 update folders after thread building for ignored threads
5511
5512 2002-10-10 [christoph]  0.8.5claws8
5513
5514         * config/.cvsignore
5515                 added Makefile
5516         * src/filtering.[ch]
5517         * src/folder.[ch]
5518         * src/folderview.[ch]
5519         * src/import.c
5520         * src/inc.[ch]
5521         * src/mbox.[ch]
5522         * src/procmsg.c
5523         * src/summaryview.[ch]
5524                 o added new flag need_update to FolderItem
5525                 o removed folder_table from various functions from tracking
5526                   folder updates
5527                 o set need_update flags in folder.c's move, copy and delete
5528                   functions and procmsg's flags functions
5529                 o added function folderview_update_items_when_required that
5530                   updates all folders with need_update set
5531                 o call folderview_update_items_when_required instead of
5532                   folderview_update_item_foreach
5533
5534 2002-10-09 [sergey]     0.8.5claws7
5535
5536         * src/compose.c
5537                 Strip CRs whel loading the text into editor in reedit mode.
5538
5539 2002-10-09 [colin]      0.8.5claws6
5540
5541         * src/mainwindow.c
5542                 Make Space work when no mail is selected
5543
5544 2002-10-09 [colin]      0.8.5claws5
5545
5546         * src/gtksctree.[ch]
5547                 Fix range_select
5548                 Add gtk_sctree_reanchor() 
5549         * src/summaryview.c
5550                 Use gtk_sctree_reanchor() - better fix for 
5551                 bug 60413
5552
5553 2002-10-09 [colin]      0.8.5claws4
5554
5555         * src/summaryview.c
5556                 Fix shift-click select after delete problem
5557                 (closes bug 60413)
5558
5559 2002-10-08 [thorsten]   0.8.5claws3
5560
5561         * src/summaryview.c
5562                 exclude current msg from -hide read messages-
5563
5564 2002-10-08 [colin]      0.8.5claws2
5565
5566         * src/inc.[ch]
5567           src/pop.c
5568           src/recv.c
5569                 Differentiate socket errors from disk full
5570                 errors
5571
5572 2002-10-08 [christoph]  0.8.5claws1
5573
5574         * Makefile.am
5575         * configure.in
5576                 modifications for new config directory
5577
5578         * config.guess  ** REMOVED **
5579         * config.sub    ** REMOVED **
5580         * install-sh    ** REMOVED **
5581         * ltmain.sh     ** REMOVED **
5582         * missing       ** REMOVED **
5583         * mkinstalldirs ** REMOVED **
5584                 these files are autogenerated by automake
5585                 when you run autogen.sh
5586
5587         * config/.cvsignore     ** NEW FILE **
5588         * config/Makefile.am    ** NEW FILE **
5589                 ignore autogenerated files
5590                 create a Makefile in this directory
5591
5592 2002-10-08 [paul]       0.8.5claws
5593
5594         * 0.8.5claws release
5595         
5596         * src/compose.c
5597           src/procheader.c
5598           src/procmsg.c
5599                 fix quote reply format for newsgroups reply bug
5600                 (thanks to Hoa)
5601                 
5602         * po/en_GB.po
5603           po/pl.po
5604                 updated by me and Witold Wladyslaw Wojciech Wilk
5605                 repectively
5606
5607 2002-10-07 [paul]       0.8.3claws53
5608
5609         * po/it.po
5610           po/pt_BR.po
5611           po/sr.po
5612                 updated messages catalogs, submitted by
5613                 Alessandro Maestri, Fabio Jr.Beneditto 
5614                 and Urke MMI, respectively.
5615
5616 2002-10-07 [christoph]  0.8.3claws52
5617
5618         * src/folder.[ch]
5619         * src/folderview.c
5620         * src/mainwindow.c
5621                 fix new folder ghost message bug
5622                 (closes bug [ 619722 ] wrong count for newly created folders)
5623
5624 2002-10-07 [christoph]  0.8.3claws51
5625
5626         * src/compose.c
5627                 fix news posting problem
5628
5629 2002-10-07 [melvin]     0.8.3claws50
5630
5631         * po/fr.po
5632                 Updated French translation
5633
5634 2002-10-05 [christoph]  0.8.3claws49
5635
5636         * src/gtkstext.c
5637                 check if line_start_cache is set in gtk_stext_update_text
5638                 (closes bug [ 618119 ] crash while doing search in folder)
5639
5640 2002-10-05 [christoph]  0.8.3claws48
5641
5642         * src/imap.c
5643         * src/news.c
5644         * src/utils.c
5645         * src/utils.h
5646                 implement cache cleanups for claws' folder system
5647                 (closes bug [ 595916 ] imapcache not cleaned up)
5648
5649 2002-10-05 [melvin]     0.8.3claws47
5650
5651         * src/prefs_actions.c
5652                 Made the help text more clear for the %p token
5653
5654 2002-10-04 [paul]       0.8.3claws46
5655
5656         * sync with 0.8.5
5657                 see ChangeLog 2002-10-02 and 2002-10-03
5658
5659 2002-10-04 [christoph]  0.8.3claws45
5660
5661         * src/inc.c
5662                 fix segfault caused by pop before smtp
5663                 call to inc_account_mail with NULL
5664                 pointer for mainwin
5665
5666 2002-10-04 [paul]       0.8.3claws44
5667
5668         * configure.in
5669                 sync the LDAP detection from 0.8.5cvs1
5670
5671 2002-10-02 [christoph]  0.8.3claws43
5672
5673         * po/de.po
5674                 fix small spelling error
5675
5676 2002-10-02 [melvin]     0.8.3claws42
5677
5678         * ac/aspell.m4
5679                 Behave better and say "no" when test program cannot be run.
5680
5681 2002-10-02 [paul]       0.8.3claws41
5682
5683         * sync with 0.8.4cvs1
5684                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5685                 
5686         * src/summaryview.c
5687                 toggle the behavior of Reply menuitem between
5688                 normal reply and reply-to-list
5689
5690 2002-10-01 [sergey]     0.8.3claws40
5691
5692         * src/compose.c
5693                 Convert newlines in the message text to the canonical form
5694                 before base64 encoding (RFC2045 compliance, fixes some
5695                 interoperability issues with Evolution 1.0.3)
5696
5697 2002-09-29 [colin]      0.8.3claws39
5698
5699         * src/summaryview.c
5700                 Fix an unwanted copy/paste
5701
5702 2002-09-29 [colin]      0.8.3claws38
5703
5704         * src/mainwindow.c
5705                 Renamed "Custom toolbar" to "Customize toolbar"
5706                 Renamed "Show all header" to "Show all headers"
5707                 Renamed "Set diplay item" to "Set displayed items"
5708         * src/prefs_common.c
5709                 Renamed "Show all header" to "Show all headers"
5710         * src/prefs_summary_column.c
5711                 Renamed "diplay item" to "displayed items"
5712
5713 2002-09-29 [colin]      0.8.3claws37
5714
5715         * src/mainwindow.[ch]
5716                 online/offline status pixmaps follow theme
5717                 changes
5718         * src/summaryview.[ch]
5719                 quicksearch pixmap follows theme changes
5720
5721 2002-09-29 [thorsten]   0.8.3claws36
5722
5723         * src/compose.c
5724           src/prefs_folder_item.[ch]
5725                 add default_reply_to folder option (closes patch 581044)
5726
5727 2002-09-29 [christoph]  0.8.3claws35
5728
5729         * acconfig.h    ** REMOVED **
5730         * configure.in
5731         * ac/aspell.m4
5732         * ac/check-type.m4
5733         * ac/gnupg-check-typedef.m4
5734                 fix autoheader 2.50 warning
5735
5736 2002-09-29 [christoph]  0.8.3claws34
5737
5738         * major code cleanup (part 2)
5739         
5740                 - unused variables removed
5741                 - unused functions removed
5742                 - uninitialized variables checked
5743                 - missing return statements added
5744                 - missing function return types added
5745                 - added parentheses around assignment
5746                   when suggested by gcc
5747
5748 2002-09-29 [alfons]     0.8.3claws33
5749
5750         * src/logwindow.c
5751                 log_window_clear(): only bracket gtk_text_forward_delete() 
5752                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5753                 works around GTK text bug)
5754
5755 2002-09-29 [paul]       0.8.3claws32
5756
5757         * po/bg.po
5758           po/sr.po
5759                 updated by George Danchev and Urke MMI
5760                 respectively
5761
5762 2002-09-27 [christoph]  0.8.3claws31
5763
5764         * doc-src/readme.txt
5765         * doc-src/rfc1806.txt   ** REMOVED **
5766         * doc-src/rfc2183.txt   ** NEW FILE **
5767         * doc-src/rfc2980.txt   ** NEW FILE **
5768                 update rfcs
5769
5770 2002-09-27 [melvin]     0.8.3claws30
5771
5772         * ac/aspell.m4
5773                 Fixed typo which could break linking
5774
5775 2002-09-27 [melvin]     0.8.3claws29
5776
5777         * ac/aspell.m4
5778                 Improved GNU/aspell checking. 
5779                 Fixed bug #614490
5780
5781 2002-09-27 [paul]       0.8.3claws28
5782
5783         * sync with 0.8.3cvs8
5784                 see ChangeLog 2002-09-27
5785
5786 2002-09-26 [colin]      0.8.3claws27
5787
5788         * src/toolbar.[ch]
5789           src/mainwindow.[ch]
5790                 Add "Reply to Mailing-list" to the toolbar
5791
5792 2002-09-26 [christoph]  0.8.3claws26
5793
5794         * src/summaryview.c
5795                 Fix wrong message counts in summaryview status
5796
5797 2002-09-26 [paul]       0.8.3claws25
5798
5799         * sync with 0.8.3cvs7
5800                 see ChangeLog 2002-09-26
5801
5802 2002-09-26 [paul]       0.8.3claws24
5803
5804         * sync with 0.8.3cvs6
5805                 see ChangeLog 2002-09-25
5806
5807 2002-09-25 [christoph]  0.8.3claws23
5808
5809         * src/prefs_common.c
5810         * src/prefs_folder_item.c
5811         * src/prefs_scoring.c
5812                 Renamed "kill score" to "hide score" in GUI
5813                 and prefs files
5814
5815 2002-09-25 [paul]       0.8.3claws22
5816
5817         * sync with 0.8.3cvs5
5818                 see ChangeLog 2002-09-24
5819
5820 2002-09-24 [alfons]     0.8.3claws21
5821
5822         patch by Satoshi Nagayasu: allows appending / saving multiple 
5823         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5824         'Save as ...'")
5825
5826         * AUTHORS
5827                 add Satoshi Nagayasu
5828         * src/summaryview.c
5829                 summary_save_as(): allow saving selected files to
5830                 one file
5831                 summary_set_menu_sensitive: enable "Save As..." when
5832                 multiple files are selected
5833         * src/utils.[ch]
5834                 append_file(): new function
5835
5836 2002-09-24 [colin]      0.8.3claws20
5837
5838         * src/procmime.c
5839                 Fix segfault when mimeinfo doesn't have a 
5840                 content_type. 
5841
5842 2002-09-24 [colin]      0.8.3claws19
5843
5844         * src/prefs_common.[ch]
5845                 Add a preference to display send dialog or not
5846         * src/send.c
5847                 Display send dialog according to preference
5848
5849 2002-09-24 [colin]      0.8.3claws18
5850
5851         * src/compose.[ch]
5852                 Disable user actions when sending
5853
5854 2002-09-24 [colin]      0.8.3claws17
5855
5856         * src/procmime.c
5857                 Do not display name or filename for attachments
5858                 with an application/pgp-signature type
5859                 (security flaw, see bug 537413)
5860
5861 2002-09-23 [colin]      0.8.3claws16
5862
5863         * src/editaddress.c
5864                 Initialize entry_email, entry_alias and 
5865                 entry_remarks to first email address of the list
5866
5867 2002-09-23 [colin]      0.83claws15
5868
5869         * src/compose.c
5870                 Drop pgp-signature when reediting a signed queued
5871                 message
5872
5873 2002-09-23 [melvin]     0.8.3claws14
5874
5875         * po/fr.po
5876                 Updated French translation
5877
5878 2002-09-23 [melvin]     0.8.3claws13
5879
5880         * src/mainwindow.c
5881                 Made custom toolbar menu labels more consistent
5882         * src/prefs_toolbar.c
5883                 Made custom toolbar window title more consistent
5884
5885 2002-09-22 [colin]      0.8.3claws12
5886
5887         * src/inc.c
5888                 Initialize session type to normal before getting 
5889                 mail (fixes strange Get behaviour)
5890         * src/prefs_account.h
5891                 Move STYPE_POP_BEFORE_SMTP to last position to 
5892                 avoid other side-effects
5893
5894 2002-09-22 [colin]      0.8.3claws11
5895
5896         * src/prefs_account.c
5897                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5898                 from pop3 to apop or vice-versa
5899
5900 2002-09-22 [colin]      0.8.3claws10
5901         
5902         * src/prefs_account.[ch]
5903                 Add an option for the POP before SMTP timeout
5904         * src/inc.c
5905                 Remember time of last POP connection
5906         * src/send.c
5907                 Do POP before SMTP only if timeout reached
5908
5909 2002-09-22 [oliver]     0.8.3claws9
5910         
5911         * README.claws
5912                 explain custom toolbar
5913
5914 2002-09-22 [oliver]     0.8.3claws8
5915
5916         * src/prefs_actions.[ch]
5917         custom toolbar for compose      
5918                 actions callback from compose toolbar
5919         * src/folderview.c
5920                 remove include toolbar.h
5921
5922 2002-09-22 [oliver]     0.8.3claws7
5923         
5924         * src/prefs_toolbar.[ch]
5925                 custom toolbar for compose
5926                 - generic prefs_toolbar handles both
5927                   Mainwin's toolbar as well as Compose toolbar          
5928
5929 2002-09-22 [oliver]     0.8.3claws6
5930         
5931         * src/toolbar.[ch]
5932                 custom toolbar for compose
5933                 restructure toolbar.[ch]
5934
5935 2002-09-22 [oliver]     0.8.3claws5
5936
5937         * src/compose.[ch]
5938                 custom toolbar for compose
5939
5940 2002-09-22 [oliver]     0.8.3claws4
5941         
5942         * src/mainwindow.[ch]
5943                 custom toolbar for compose 
5944                 move mainwin toolbar back to mainwindow
5945
5946 2002-09-22 [alfons]     0.8.3claws3
5947
5948         * src/procmsg.c
5949                 :%sno/if(/if (/gc
5950                 :%sno/for(/for (/gc
5951                 (beautify)
5952
5953 2002-09-22 [alfons]     0.8.3claws2
5954         
5955         * src/procmsg.c
5956                 procmsg_save_to_outbox(): don't unlink message file from queue;
5957                 callers should do it using folder_item_remove_msg()
5958
5959 2002-09-22 [colin]      0.8.3claws1
5960
5961         * src/mimeview.[ch]
5962                 Made mimeview_check_signature() public
5963         * src/textview.c
5964                 Made GPG signatures verifiable by clicking
5965                 the [application/pgp-signature] in the Text
5966                 view
5967
5968 2002-09-22 [paul]       0.8.3claws
5969
5970         * po/bg.po
5971           po/en_GB.po
5972           po/es.po
5973           po/it.po
5974           po/pl.po
5975           po/pt_BR.po
5976           po/sr.po
5977                 updated translations, submitted by George Danchev,
5978                 me, Ricardo Mones Lastra, Alessandro Maestri,
5979                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5980                 and Urke MMI, respectively.     
5981
5982 2002-09-22 [alfons]     0.8.2claws65
5983
5984         * src/procmsg.c
5985         * src/pgptext.c
5986                 no furry valgrinds have been used to plug these memleaks
5987
5988 2002-09-20 [paul]       0.8.2claws64
5989
5990         * sync with 0.8.3cvs4
5991                 'Select thread' re-implemented 
5992                 see ChangeLog 2002-09-20
5993
5994 2002-09-21 [alfons]     0.8.2claws63
5995
5996         * src/compose.c
5997                 compose_send(): plug unnoticed memleak
5998
5999 2002-09-20 [alfons]     0.8.2claws62
6000
6001         * src/addr_compl.c
6002                 replace_address_in_edit(): strict check for NULL address to
6003                 fix "[ 607348 ] Segfault in address completion". My guess is
6004                 that this happens with an empty address book, but it's good
6005                 to have this check here anyway
6006                 
6007                 completion_window_button_press(): free string returned 
6008                 from the internal cache
6009
6010 2002-09-20 [christoph]  0.8.2claws61
6011
6012         * src/procmime.h
6013                 added ENC_BINARY to EncodingType
6014         * src/procmime.c
6015                 the string returned by procmime_get_encoding_str
6016                 should not depend on the order of values in the
6017                 EncodingType definition
6018         * doc-src/rfc1806.txt   ** NEW FILE **
6019                 Added rfc1806 about MIME Content-Disposition
6020                 Extension
6021
6022 2002-09-19 [paul]       0.8.2claws60
6023
6024         * sync with 0.8.2cvs3
6025                 see ChangeLog 2002-09-19
6026
6027 2002-09-19 [paul]       0.8.2claws59
6028
6029         * src/prefs_folder_item.c
6030                 revert to Darko's original alignment of colour
6031                 selector button
6032                 add a colon to folder_color label
6033                 
6034         * src/compose.c
6035                 add Colin's patch (with Hiro's modifications) to 
6036                 force BASE64 encoding for 8-bit text when signing
6037                 (sync with 0.8.3cvs2)
6038
6039 2002-09-18 [alfons]     0.8.2claws58
6040
6041         * src/compose.c
6042                 :%sno/if(/if (/gc
6043                 :%sno/for(/for (/gc
6044                 (beautify a little bit)
6045
6046 2002-09-18 [christoph]  0.8.2claws57
6047
6048         * src/pine.c
6049                 fix handling of fgetc return value
6050
6051 2002-09-17 [alfons]     0.8.2claws56
6052         
6053         * src/summaryview.c
6054                 summary_sort(): check non-NULL summaryview->folder_item when no 
6055                 folder is selected at all
6056                 (closes "[ 610344 ] sort label make syl Crash")
6057
6058 2002-09-17 [alfons]     0.8.2claws55
6059         
6060         * src/compose.c
6061                 beautify a little bit
6062
6063 2002-09-17 [christoph]  0.8.2claws54
6064
6065         * src/folder.c
6066                 initialize max values for cache and folder
6067                 when cache or folder is empty
6068
6069 2002-09-15 [colin]      0.8.2claws53
6070
6071         * src/compose.c
6072                 Fix a leak (thanks Alfons!) and cleaned
6073                 variables names for custom headers
6074
6075 2002-09-15 [colin]      0.8.2claws52
6076
6077         * src/compose.c
6078                 Fix custom headers recognition when
6079                 prefs_common.trans_hdr is on
6080
6081 2002-09-15 [colin]      0.8.2claws51
6082
6083         * src/compose.c
6084                 Allow dynamically-added custom headers
6085                 Yet not reparsed if reedited
6086
6087 2002-09-15 [alfons]     0.8.2claws50
6088
6089         * src/prefs_account.c
6090                 fix warnings
6091
6092 2002-09-15 [colin]      0.8.2claws49
6093         
6094         * src/prefs_account.c
6095                 fix pop_before_smtp sensitivity
6096
6097 2002-09-15 [colin]      0.8.2claws48
6098
6099         * src/inc.[ch]
6100                 add inc_pop_before_smtp()
6101                 allow MainWindow to be undefined in 
6102                 inc_account_mail() and inc_start()
6103         * src/pop.c
6104           src/prefs_account.h
6105                 add STYPE_POP_BEFORE_SMTP session type
6106         * src/prefs_account.c
6107                 activated pop before smtp option
6108         * src/send.c
6109                 do pop before smtp if the relevant option 
6110                 is set
6111
6112 2002-09-15 [paul]       0.8.2claws47
6113
6114         * sync with 0.8.3
6115                 see ChangeLog 2002-09-15
6116
6117 2002-09-14 [paul]       0.8.2claws46
6118
6119         * po/bg.po
6120                 updated Bulgarian translation, submitted by
6121                 George Danchev
6122
6123 2002-09-13 [paul]       0.8.2claws45
6124
6125         * src/compose.c
6126                 merge claws' select_account() with main's
6127                 (new) compose_select_account(). [sync with
6128                 0.8.2cvs15, see ChangeLog 2002-09-11]
6129
6130 2002-09-12 [christoph]  0.8.2claws44
6131
6132         * src/filter.c
6133                 allocate 1 elements of FolderItem not 0
6134
6135 2002-09-12 [colin]      0.8.2claws43
6136
6137         * src/compose.c
6138                 Fix bug #590825 (obey Follow-up: poster)
6139
6140 2002-09-12 [colin]      0.8.2claws42
6141
6142         * src/procmime.c
6143                 Fix bug #557009 (wrong headers for messages 
6144                 forwarded as attachments)
6145
6146 2002-09-11 [colin]      0.8.2claws41
6147         
6148         * src/compose.c
6149                 Put SCF: pseudo-header on top of message
6150                 Set draft tmp_flag when saved as draft
6151
6152         * src/procmsg.c
6153           src/procheader.c
6154                 Skip after first \n\n for beginning of real message
6155                 for drafts too
6156
6157 2002-09-11 [christoph]  0.8.2claws40
6158
6159         * src/filtering.c
6160                 use procmsg flag functions in filtering or processing
6161                 will cause incorrect folder message counts
6162
6163 2002-09-11 [colin]      0.8.2claws39
6164
6165         * src/compose.c
6166                 Fix bug #550175 - wrong save folder when reediting
6167                 drafts
6168
6169 2002-09-11 [paul]       0.8.2claws38
6170
6171         * sync with 0.8.2cvs14
6172                 see ChangeLog 2002-09-11
6173
6174 2002-09-11 [colin]      0.8.2claws37
6175
6176         * src/folder.c
6177                 Fix a typo (seeming to cause new/unread status to
6178                 be lost)
6179
6180 2002-09-10 [christoph]  0.8.2claws36
6181
6182         * src/compose.c
6183                 compose_redirect should not use compose_generic_new
6184                 because that does more stuff than expected including
6185                 opening the external editor
6186                 (closes bug "[ 526608 ] bounced messages appear blank
6187                  in editor")
6188
6189 2002-09-10 [christoph]  0.8.2claws35
6190
6191         * src/folder.c
6192                 fix problem with too large message number range
6193                 causing a crash in folder_item_scan
6194
6195 2002-09-10 [paul]       0.8.2claws34
6196
6197         * sync with 0.8.2cvs13
6198                 see ChangeLog 2002-09-10
6199
6200 2002-09-10 [christoph]  0.8.2claws33
6201
6202         * src/msgcache.c
6203                 set MsgInfo TmpFlags for queue and draft folders
6204                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6205
6206 2002-09-10 [paul]       0.8.2claws32
6207
6208         * AUTHORS
6209           po/bg.po      ** NEW FILE **
6210                 new Bulgarian translation submitted by
6211                 George Danchev <danchev@spnet.net>
6212                 
6213         * tools/Makefile.am
6214           tools/README
6215           tools/tb2sylpheed     ** NEW FILE **
6216                 add script that converts an addressbook exported
6217                 from The Bat! into a Sylpheed addressbook. Submitted
6218                 by Urke MMI <urke-kg@eunet.yu>
6219
6220 2002-09-10 [paul]       0.8.2claws31
6221
6222         * sync with 0.8.2cvs12
6223                 see ChangeLog 2002-09-10
6224
6225 2002-09-06 [paul]       0.8.2claws30
6226
6227         * src/prefs_common.c
6228                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6229                 
6230         * tools/Makefile.am
6231           tools/README
6232           tools/ldif-to-xml.py  ** REMOVED **
6233                 remove obsolete python script
6234
6235 2002-09-06 [paul]       0.8.2claws29
6236
6237         * sync with 0.8.2cvs10
6238                 see ChangeLog 2002-09-06
6239
6240 2002-09-04 [paul]       0.8.2claws28
6241
6242         * sync with 0.8.2cvs9
6243                 see ChangeLog 2002-08-04
6244
6245 2002-09-04 [colin]      0.8.2claws27 
6246
6247         * src/prefs_common.[ch]
6248                 Added signature color configuration
6249         * src/textview.c
6250                 Use user-specified signature color
6251
6252 2002-09-03 [colin]      0.8.2claws26
6253
6254         * src/prefs_common.[ch]
6255                 Added autosave and autosave_length prefs
6256         * src/compose.c
6257                 Added compose_remove_draft()
6258                 Auto-save drafts according to the prefs
6259         * src/main.c
6260                 Added a crash-indicator file, allowing to check
6261                 for new messages on startup if Sylpheed crashed
6262                 (makes saved drafts "reappear")
6263
6264 2002-09-03 [colin]      0.8.2claws25
6265
6266         * src/textview.[ch]
6267                 Grey the signature
6268
6269 2002-09-03 [paul]       0.8.2claws24
6270
6271         * sync with 0.8.2cvs8
6272                 see ChangeLog 2002-09-02 and 2002-09-03
6273
6274 2002-09-03 [darko]      0.8.2claws23
6275
6276         * src/folderview.c
6277                 use normal style when creating new folder to pick
6278                 proper font size 
6279
6280 2002-09-02 [melvin]     0.8.2claws22
6281
6282         * src/gtkaspell.m4
6283                 removed some obsolete code
6284
6285 2002-09-02 [melvin]     0.8.2claws21
6286
6287         * ac/aspell.m4
6288                 fixed test's equality sign (== to =)
6289
6290 2002-09-02 [alfons]     0.8.2claws20
6291
6292         * src/folder.c
6293         * src/mh.c
6294                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6295                 as folder->destroy virtual as suggested by Hiro
6296                 (the mh.c code seems to have been lost around mh.c.1.21)
6297
6298 2002-09-02 [paul]       0.8.2claws19
6299
6300         * po/pt_BR.po
6301                 updated by Fabio Jr. Beneditto
6302                 
6303         * src/defs.h
6304                 use 'http://claws.sylpheed.org' for homepage link. 
6305                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6306
6307 2002-09-01 [alfons]     0.8.2claws18
6308
6309         * src/mh.c
6310                 plug memleak related to one Martin Kluge found
6311
6312 2002-08-31 [paul]       0.8.2claws17
6313
6314         * sync with 0.8.2cvs6
6315                 see ChangeLog 2002-08-30
6316
6317 2002-08-31 [alfons]     0.8.2claws16
6318
6319         * src/folder.c
6320                 folder_destroy(): remove mailbox from folderlist even if it has
6321                 no destroy virtual
6322
6323 2002-08-31 [alfons]     0.8.2claws15
6324
6325         * src/folder.c
6326                 :%sno/if(/if (/gc
6327                 :%sno/for(/for (/gc
6328                 (being pedantic I know)
6329
6330 2002-08-31 [alfons]     0.8.2claws14
6331
6332         * src/folder.c
6333                 check for NULL pointers returned from folder->fetch_msginfo virtual
6334                 (should solve some reported crashes)
6335
6336 2002-08-30 [alfons]     0.8.2claws13
6337
6338         * acconfig.h
6339         * configure.in
6340         * src/crash.c
6341                 enable crash dialog on compilation time
6342                 (--enable-crash-dialog configure option)
6343
6344 2002-08-30 [alfons]     0.8.2claws12
6345
6346         * AUTHORS
6347                 add Martin Kluge
6348         * src/mh.c
6349                 apply memory leak plug patch by Martin Kluge
6350                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6351                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6352                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6353
6354 2002-08-30 [darko]      0.8.2claws11
6355
6356         * src/folderview.c
6357                 copy Gtk style from normal style to match
6358                 font size for coloured folders
6359
6360 2002-08-29 [alfons]     0.8.2claws10
6361
6362         * sylpheed.desktop
6363                 Type=Internet <- Type=Application
6364                 (reported by Michael Schwendt, see:
6365                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6366                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6367
6368 2002-08-29 [paul]       0.8.2claws9
6369
6370         * sync with 0.8.2cvs5
6371                 see ChangeLog 2002-08-29
6372
6373 2002-08-29 [colin]      0.8.2claws8
6374
6375         * src/summaryview.c
6376                 Added a sanity check in summary_select_thread
6377                 Should fix bug 601605
6378
6379 2002-08-29 [colin]      0.8.2claws7
6380
6381         * src/main.c
6382                 Revert claws6 changes regarding bug #591676
6383
6384 2002-08-28 [colin]      0.8.2claws6
6385         
6386         * src/main.c
6387                 Ignore cache for queue folderitems
6388                 Fix bug #591676
6389
6390 2002-08-28 [melvin]     0.8.2claws5
6391
6392         * README.claws
6393                 Fixed typos.
6394
6395 2002-08-28 [melvin]     0.8.2claws4
6396
6397         * README.claws
6398                 Updated a bit the text concerning the spell checker
6399
6400 2002-08-28 [melvin]     0.8.2claws3
6401
6402         Merged the GNU_aspell_branch:
6403                 Support of new GNU/aspell is now included and the old pspell
6404                 is not supported anymore.
6405                 See README.claws
6406
6407         * README.claws
6408                 Updated spell checker text to reflect the switch to GNU/aspell
6409
6410         * ac/aspell.m4          *** NEW ***
6411         * src/gtkaspell.[ch]    *** NEW *** 
6412         * ac/pspell.m4          *** DELETED *** 
6413         * src/gtkspell.[ch]     *** DELETED ***
6414
6415         * ac/Makefile.am
6416                 Updated for GNU/aspell support
6417
6418         * po/POTFILES.in
6419                 Replaced gtkspell.c by gtkaspell.c
6420
6421         * acconfig.h
6422         * src/Makefile.am
6423         * src/about.c
6424         * src/compose.[ch]
6425         * src/crash.c
6426         * src/main.c
6427         * src/prefs_common.[ch]
6428                 Updated for GNU/aspell support
6429
6430 2002-08-28 [paul]       0.8.2claws2
6431
6432         * sync with 0.8.2cvs4
6433                 see ChangeLog 2002-08-27 and 2002-08-28
6434
6435 2002-08-28 [colin]      0.8.2claws1
6436
6437         * src/summary_search.c
6438                 Added "AND search"
6439
6440 2002-08-28 [jens]       0.8.2claws
6441
6442         *po/de.po
6443                 Updated German translations
6444
6445 2002-08-27 [melvin]     0.8.2claws
6446
6447         * po/fr.po
6448                 Updated French translations
6449
6450 2002-08-27 [paul]       0.8.2claws
6451
6452         * sync with 0.8.2 main release
6453
6454         * po/en_GB.po
6455           po/es.po
6456           po/it.po
6457           po/pl.po
6458           po/pt_BR.po
6459           po/sr.po
6460                 updated message catalogs submitted by
6461                 Ricardo Mones Lastra, Alessandro Maestri,
6462                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6463                 Beneditto and Urke MMI  
6464
6465 2002-08-27 [hoa]        0.8.1claws123
6466
6467         * src/mainwindow.[ch]
6468         * src/summaryview.[ch]
6469                 removed the "filter setting" menu option.
6470                 add a "cancel a news message" menu option.
6471
6472 2002-08-26 [martin]     0.8.1claws122
6473
6474         * ChangeLog.claws
6475                 changed string under 0.8.1claws79 changed by myself
6476                 i'm sorry alfons :(
6477
6478 2002-08-26 [martin]     0.8.1claws121
6479
6480         * src/crash.c
6481                 added kill command to debuggerrc to start crash dialog
6482
6483 2002-08-26 [paul]       0.8.1claws120
6484
6485         * sync with 0.8.1cvs31
6486                 see ChangeLog 2002-08-26
6487
6488 2002-08-25 [alfons]     0.8.1claws119
6489
6490         * src/procmsg.c
6491                 fix bug that didn't send out correct headers to news server
6492                 when sending news article and email from queue (bug reported
6493                 and patch provided by Tim Mann; closes bug 
6494                 "[ 583196 ] 0.7.8claws can't post news")
6495
6496 2002-08-25 [alfons]     0.8.1claws118
6497
6498         * src/selective_download.c
6499                 mark two strings as translatable
6500                 (thanks to Urke MMI for pointing this out)
6501
6502 2002-08-25 [alfons]     0.8.1claws117
6503
6504         * src/summaryview.c
6505                 treat sent boxes as special and allow sorting them by addressee
6506                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6507                 submitted by Steve Lamb)
6508
6509 2002-08-24 [alfons]     0.8.1claws116
6510
6511         * src/matcher.c
6512                 fix memleak reported by Martin Kluge
6513                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6514
6515 2002-08-24 [oliver]     0.8.1claws115
6516
6517         * src/prefs_toolbar.c
6518                 o code cleanup as suggested by Alfons
6519                 o memleak fix
6520
6521 2002-08-24 [alfons]     0.8.1claws114
6522
6523         * src/summaryview.c
6524                 o fix another memory leak reported by Martin Kluge
6525                   (see "[ 599568 ] Small Memory Leak")
6526                 o remove 'from' variable from 'summary_set_header()'; we can
6527                   do with just 'to' 
6528
6529 2002-08-24 [paul]       0.8.1claws113
6530
6531         * sync with 0.8.1cvs30
6532                 see ChangeLog 2002-08-23
6533
6534 2002-08-24 [alfons]     0.8.1claws112
6535
6536         * src/summaryview.c
6537                 remove unnecessary allocations for search bar fixing leaks
6538                 reported by Martin Kluge
6539                 (see "[ 599451 ] Further memory leaks?")
6540
6541 2002-08-24 [alfons]     0.8.1claws111
6542
6543         * src/main.c
6544                 make get_socket_name() public for crash.c
6545         * src/crash.c
6546                 o make report bug button work (goes to claws' 
6547                   bug tracker at sf.net)
6548                 o introduce function for doing important stuff just
6549                   before claws goes down
6550                 o clean up code 
6551
6552 2002-08-24 [alfons]     0.8.1claws110
6553
6554         * src/compose.c
6555                 move cursor to "To" entry when forwarding as attachment
6556                 (reported and solved by Steve Lamb, closes bug report
6557                 "[ 592880 ] Forward as attachment; cursor not in to")
6558
6559 2002-08-24 [colin]      0.8.1claws109
6560
6561         * src/mainwindow.c
6562                 fix quick search visibility after GUI (de)separations.
6563
6564 2002-08-23 [colin]      0.8.1claws108
6565
6566         * src/mainwindow.c
6567                 fix header pane visibility after folderview or
6568                 messageview (de)separation
6569
6570 2002-08-23 [paul]       0.8.1claws107
6571
6572         * src/mainwindow.[ch]
6573           src/toolbar.c
6574                 give full control of display or non-display 
6575                 of the Execute icon to Custom toolbar settings.
6576                 add new sensitivity condition to maninwindow.h: 
6577                 M_DELAY_EXEC
6578
6579         * ChangeLog
6580           ChangeLog.jp
6581           NEWS
6582                 more sync with 0.8.1cvs29
6583
6584 2002-08-23 [melvin]     0.8.1claws106
6585
6586         * src/alertpanel.c
6587                 Readded support for custom widget in alertpanel lost in last
6588                 sync.
6589
6590 2002-08-23 [paul]       0.8.1claws105
6591
6592         * sync with 0.8.1cvs29
6593                 see ChangeLog 2002-08-23
6594
6595 2002-08-23 [colin]      0.8.1claws104
6596
6597         * src/summaryview.c
6598                 Fix folder and search pixmaps exchanging positions
6599                 after theme or toolbar changes. Thank to Oliver for 
6600                 reporting this.
6601
6602 2002-08-23 [colin]      0.8.1claws103
6603
6604         * src/mainwindow.c
6605           src/messageview.[ch]
6606           src/noticeview.[ch]
6607           src/summaryview.c
6608                 Changed messageview_create() and noticeview_create()
6609                 to avoid the last gdk_warning
6610
6611 2002-08-22 [colin]      0.8.1claws102
6612
6613         * src/summaryview.c
6614                 Fix my new `Creating pixmap from xpm' warning
6615
6616 2002-08-22 [colin]      0.8.1claws101
6617
6618         * src/mainwindow.c
6619                 Fix some of the gdk warnings
6620
6621 2002-08-22 [colin]      0.8.1claws100
6622
6623         * src/Makefile.am
6624         * src/stock_pixmap.c
6625         * src/stock_pixmap.h
6626         * src/pixmaps/quicksearch.xpm *ADDED*
6627                 Add the quicksearch pixmap
6628         * src/mainwindow.c
6629         * src/summaryview.c
6630         * src/summaryview.h
6631                 Make quicksearch bar visible/hidden via a button
6632
6633 2002-08-22 [christoph]  0.8.1claws99
6634
6635         * src/folder.c
6636                 fix folder update for newsgroups with message
6637                 numbers below minimum number of articles to fetch
6638                 (closes bug #598445)
6639
6640 2002-08-22 [paul]       0.8.1claws98
6641
6642         * sync with 0.8.1cvs28
6643                 see ChangeLog 2002-08-22
6644
6645 2002-08-21 [alfons]     0.8.1claws97
6646
6647         * src/crash.c
6648                 use bt instead of bt full which seems to work 
6649                 better, and bt full doesn't give a great deal 
6650                 of information anyway
6651
6652 2002-08-21 [colin]      0.8.1claws96
6653
6654         * src/summaryview.c
6655                 fix summaryview_searchtype_changed prototype
6656
6657 2002-08-21 [christoph]  0.8.1claws95
6658
6659         * src/mainwindow.c
6660                 o fix broken menu update for sorting type, we have to
6661                   get this info from the summaryview now
6662                 o removed setting of threaded state in menu callback
6663         * src/summaryview.[ch]
6664                 more summaryview/folderitem seperation for
6665                 threading option
6666         * configure.in
6667                 removed not required --with-compiler-flags option
6668
6669 2002-08-21 [oliver]     0.8.1claws94
6670         
6671         * src/toolbar.h 
6672                 o rename toolbar.xml to toolbar_main.xml
6673                   since toolbar_compose.xml might come up 
6674                   any time soon
6675         * README.claws
6676                 add custom toolbar              
6677
6678 2002-08-21 [darko]      0.8.1claws93
6679
6680         * src/procmsg.c
6681                 don't reset tmp flags for messages copied
6682                 to sent folder
6683
6684 2002-08-21 [colin]      0.8.1claws92
6685         
6686         * src/prefs_filtering.c
6687                 fix renaming rules on folder rename 
6688                 when folder is not a leaf folder
6689
6690 2002-08-21 [paul]       0.8.1claws91
6691
6692         * src/prefs_folder_item.c
6693                 fix alignment of colour selector
6694
6695 2002-08-21 [paul]       0.8.1claws90
6696
6697         * sync with 0.8.1cvs27
6698                 see ChangeLog 2002-08-21
6699
6700 2002-08-21 [paul]       0.8.1claws89
6701
6702         * src/summaryview.c
6703                 fix crash when changing field type in
6704                 Quick search bar
6705
6706 2002-08-21 [colin]      0.8.1claws88
6707
6708         * src/summaryview.c
6709                 Made quick search case-insensitive
6710
6711 2002-08-21 [paul]       0.8.1claws87
6712
6713         * sync with 0.8.1cvs26
6714                 see ChangeLog 2002-08-21
6715
6716 2002-08-20 [christoph]  0.8.1claws86
6717
6718         * src/folderview.c
6719         * src/main.c
6720         * src/summaryview.[ch]
6721                 more summaryview/folderitem seperation for
6722                 sort_key and sort_type
6723         * src/procmsg.c
6724                 added missing return statement
6725
6726 2002-08-20 [colin]      0.8.1claws85
6727
6728         * src/summaryview.[ch]
6729                 Added a quick search box
6730         * src/mainwindow.c
6731         * src/prefs_common.[ch]
6732                 Added a show/hide option for the quick search
6733
6734 2002-08-20 [oliver]     0.8.1claws84
6735         
6736         * src/mainwindow.c
6737                 remove toolbar_create_popups
6738         * src/toolbar.[ch]
6739                 o remove toolbar_create_popups
6740                 o fix toolbar_set_sensitive 
6741                   (Bug reports #596834 and #596832)     
6742         * src/prefs_toolbar.c
6743                 o add "Set default" button
6744                 o align label and text + combo widgets
6745
6746 2002-08-20 [hoa]        0.8.1claws83bis
6747
6748         * src/imap.c
6749                 fixed a bug in imap_fetch_msginfo() in case there is no
6750                 current folder.
6751
6752 2002-08-20 [darko]      0.8.1claws83
6753
6754         * src/folderview.c
6755                 copy the color style of folder view so it
6756                 works with GTK themes
6757
6758 2002-08-20 [darko]      0.8.1claws82
6759
6760         * src/folder.h
6761         * src/folderview.c
6762         * src/prefs_folder_item.[hc]
6763                 don't use UI stuff in folder.h
6764
6765 2002-08-20 [darko]      0.8.1claws81
6766
6767         * src/folder.h
6768         * src/prefs_folder_item.h
6769         * src/folderview.c
6770         * src/prefs_folder_item.c
6771                 ability to set folder color in folderview
6772
6773 2002-08-19 [alfons]     0.8.1claws80
6774
6775         * src/summaryview.c
6776                 fix one of the earlier memleaks reported by Martin Kluge
6777
6778 2002-08-19 [alfons]     0.8.1claws79
6779
6780         * src/mainwindow.c
6781                 hide notice view when selecting seperate folder
6782                 view (reported by Urke MMI)
6783
6784 2002-08-19 [christoph]  0.8.1claws78
6785
6786         * src/folderview.c
6787         * src/prefs_folder_item.h
6788         * src/summaryview.[ch]
6789                 o add summary_set_prefs_from_folderitem to set
6790                   summaryview prefs (first step to remove all
6791                   references to the folderitem in summaryview)
6792                 o moved compiled regex stuff from folderitem prefs
6793                   to summaryview code
6794
6795 2002-08-19 [paul]       0.8.1claws77
6796
6797         * src/compose.c
6798                 add check for '.' to QUOTE_IF_REQUIRED
6799
6800 2002-08-19 [paul]       0.8.1claws76
6801
6802         * src/inc.c
6803                 sync with 0.8.1cvs25 (plug memory leak)
6804
6805         * src/prefs_toolbar.c
6806                 re-order prefs_toolbar_cancel()
6807
6808 2002-08-18 [alfons]     0.8.1claws75
6809
6810         * src/inc.c
6811         * src/matcher.c
6812                 plug other memleaks reported by Martin Kluge
6813
6814 2002-08-18 [paul]       0.8.1claws74
6815
6816         * po/pt_BR.po
6817                 updated by Fabio Jr. Beneditto
6818
6819 2002-08-18 [paul]       0.8.1claws73
6820
6821         * src/toolbar.[ch]
6822                 fix bug where tooltips were displayed untranslated              
6823
6824         * src/prefs_toolbar.c
6825                 fix bug where clicking 'Cancel' creates an icon & text
6826                 toolbar regardless of prefs
6827         
6828
6829 2002-08-17 [oliver]     0.8.1claws72
6830
6831         * src/prefs_toolbar.c
6832                 update toolbar on CANCEL
6833                 bug reported by Martin Kluge
6834         * src/toolbar.c
6835                 toolbar_destroy memleak fixed           
6836
6837 2002-08-17 [alfons]     0.8.1claws71
6838
6839         * src/toolbar.c
6840                 plug another memleak reported by Martin Kluge
6841
6842 2002-08-16 [alfons]     0.8.1claws70
6843
6844         * src/crash.c
6845                 use execvp() correctly (suggested by wwp; thanks!)
6846
6847 2002-08-16 [alfons]     0.8.1claws69
6848
6849         * src/gtksctree.c
6850                 plug memory leak reported by Kim Schultz & Martin Kluge
6851
6852 2002-08-16 [paul]       0.8.1claws68
6853
6854         * po/es.po
6855                 updated by Ricardo Mones Lastra
6856
6857 2002-08-16 [paul]       0.8.1claws67
6858
6859         * src/toolbar.h
6860                 fix bug where 'Compose News' icon showed wrong
6861                 tooltip
6862
6863 2002-08-16 [paul]       0.8.1claws66
6864
6865         * sync with 0.8.1cvs24
6866                 see ChangeLog 2002-08-16
6867
6868         * po/it.po
6869                 updated by Alessandro Maestri
6870
6871 2002-08-15 [paul]       0.8.1claws65
6872
6873         * po/sr.po
6874                 updated by Urke MMI
6875
6876 2002-08-15 [paul]       0.8.1claws64
6877
6878         * src/*.c
6879                 don't translate debug info
6880
6881         * src/matcher.[ch]
6882                 add copyright info
6883
6884 2002-08-15 [paul]       0.8.1claws63
6885
6886         * src/prefs_toolbar.c
6887                 fix bug where clicking 'OK' creates an icon & text
6888                 toolbar regardless of prefs
6889
6890 2002-08-14 [alfons]     0.8.1claws62
6891
6892         * src/main.c
6893                 add global var that has the full argv[0]
6894         * src/crash.c
6895                 o execvp the correct sylpheed by using argv0
6896                   and setting the correct work dir
6897                 o other tweaks  
6898
6899 2002-08-14 [oliver]     0.8.1claws61
6900         
6901         * enable/disable Toolbar Action Buttons 
6902         * code cleanups
6903         * src/mainwindow.c
6904         * src/toolbar.[ch]      
6905         * src/prefs_toolbar.c   
6906
6907 2002-08-14 [melvin]     0.8.1claws60
6908
6909         * po/fr.po
6910                 Updated French translations
6911
6912 2002-08-14 [melvin]     0.8.1claws59
6913
6914         * src/crash.c
6915                 Made bug report not translatable
6916         * src/exporthtml.c
6917                 Fixed exporthtml_build_filespec() return value
6918         * src/foldersel.c
6919                 Fixed incorrect include file
6920         * src/gtkspell.c
6921         * src/prefs_actions.c
6922         * src/prefs_toolbar.c
6923                 Made debug info not translatable
6924         * src/mutt.c
6925         * src/quote_fmt.c
6926                 Added missing includes
6927         * src/prefs_common.c
6928                 Fixed typo
6929
6930 2002-08-14 [paul]       0.8.1claws58
6931
6932         * faq/es/sylpheed-faq.html
6933           faq/es/sylpheed-faq-[1-3].html
6934           faq/es/sylpheed-faq-4.html     **NEW FILE **
6935                 update Spanish FAQ
6936
6937 2002-08-13 [christoph]  0.8.1claws57
6938
6939         * src/procmsg.c
6940                 ignore thread fix that did not mark all
6941                 child nodes of a ignored thread as
6942                 ignored. Does not work perfectly yet,
6943                 but it is better now
6944
6945 2002-08-13 [alfons]     0.8.1claws56
6946
6947         * src/crash.c
6948                 o implement 'save crash log'
6949                 o some tweaks
6950
6951 2002-08-13 [melvin]     0.8.1claws55
6952
6953         * src/main.c
6954                 removed unrequired "execinfo.h" header
6955
6956 2002-08-12 [paul]       0.8.1claws54
6957
6958         * faq/en/sylpheed-faq.html
6959           faq/en/sylpheed-faq-[1-3].html
6960           faq/en/sylpheed-faq-4.html     **NEW FILE **
6961                 update English FAQ
6962
6963 2002-08-12 [alfons]     0.8.1claws53
6964
6965         * po/POTFILES.in
6966                 add crash.c to translatables
6967         * src/crash.c
6968                 bring in Leandro's crash dialog
6969
6970 2002-08-11 [alfons]     0.8.1claws52
6971
6972         * src/crash.c
6973                 clean up some warnings
6974
6975 2002-08-11 [alfons]     0.8.1claws51
6976
6977         * acconfig.h
6978         * configure.in
6979         * src/crash.[ch]        ** NEW FILES **
6980         * src/main.c            
6981                 initial gdb crash handler
6982
6983 2002-08-11 [paul]       0.8.1claws50
6984
6985         * src/prefs_toolbar.c
6986                 replace Up/Down arrow pixmaps with text to be
6987                 consistent across icon themes
6988
6989 2002-08-11 [paul]       0.8.1claws49
6990
6991         * src/prefs_common.c
6992           src/prefs_toolbar.c
6993                 rename 'Pixmap' -> 'Icon'
6994
6995         * src/toolbar.[ch]
6996                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6997
6998 2002-08-10 [paul]       0.8.1claws48
6999
7000         * src/prefs_toolbar.c
7001                 re-work the UI
7002
7003 2002-08-10 [paul]       0.8.1claws47
7004
7005         * src/main.c
7006                 don't write Processing progress to status bar
7007                 patch submitted by Alexander Evseev
7008
7009         * src/prefs_toolbar.c
7010                 re-position and resize window
7011                 make window assume correct size on first call
7012
7013 2002-08-10 [paul]       0.8.1claws46
7014
7015         * src/mainwindow.c
7016           src/prefs_toolbar.c
7017           src/toolbar.c
7018           src/toolbar.h
7019                 obey coding style
7020                 follow UI text conventions
7021
7022 2002-08-10 [alfons]     0.8.1claws45
7023
7024         * src/toolbar.c
7025                 correct pixmap for delete action
7026
7027 2002-08-10 [paul]       0.8.1claws44
7028
7029         * po/pt_BR.po
7030                 updated by Fabio Jr. Beneditto
7031
7032 2002-08-10 [paul]       0.8.1claws43
7033
7034         * po/POTFILES.in
7035                 add custom toolbar files
7036
7037 2002-08-10 [paul]       0.8.1claws42
7038
7039         * sync with 0.8.1cvs22
7040                 see ChangeLog 2002-08-09
7041
7042 2002-08-09 [paul]       0.8.1claws41
7043
7044         * tools/Makefile.am
7045           tools/README
7046           tools/outlook2sylpheed.pl     ** NEW FILE **
7047                 add script to convert exported Outlook
7048                 contacts list to a Sylpheed addressbook.
7049                 Submitted by Ricardo Mones Lastra.
7050
7051 2002-08-09 [paul]       0.8.1claws40
7052
7053         * AUTHORS
7054           configure.in
7055           po/sr.po      ** NEW FILE **
7056                 add Serbian message catalog. Submitted by
7057                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
7058
7059 2002-08-09 [paul]       0.8.1claws39
7060
7061         * sync with 0.8.1cvs21
7062                 see ChangeLog 2002-08-08
7063
7064 2002-08-08 [oliver]     0.8.1claws38
7065
7066         * src/mainwindow.c
7067                 move Custom Toolbar to Configuration menu
7068
7069 2002-08-08 [oliver]     0.8.1claws37
7070
7071         * src/prefs_toolbar.c
7072                 fix substitute pixmap bug
7073
7074 2002-08-08 [paul]       0.8.1claws36
7075
7076         * sync with 0.8.1cvs19
7077                 see ChangeLog 2002-08-08
7078
7079 2002-08-07 [christoph]  0.8.1claws35
7080
7081         * src/utils.c
7082                 fixed a memory leak in new canonicalize_file_replace
7083
7084 2002-08-07 [christoph]  0.8.1claws34
7085
7086         * src/utils.[ch]
7087                 o canonicalize_file_replace should create the temporary
7088                   file in the same directory as the original file.
7089                 o added get_tmpfile_in_dir that creates a temorary file
7090                   in a specified directory.
7091
7092 2002-08-07 [melvin]     0.8.1claws33
7093
7094         * src/toolbar.c
7095                 fixed bug where 'Article' button acted as 'Email' button.
7096
7097 2002-08-07 [paul]       0.8.1claws32
7098
7099         * sync with 0.8.1.cvs17
7100                 see ChangeLog 2002-08-07
7101
7102 2002-08-07 [colin]      0.8.1claws31
7103         
7104         * src/news.c
7105                 fix mass-cancel problem
7106
7107 2002-08-07 [thorsten]   0.8.1claws30
7108
7109         * src/prefs_toolbar.c
7110                 fix: crash on replace or add new button
7111         * src/toolbar.c
7112                 fix: close xmlfile after reading
7113         * src/utils.c
7114                 fix: unlink() file before rename()
7115
7116 2002-08-06 [paul]       0.8.1claws29
7117
7118         * sync with 0.8.cvs15
7119                 see ChangeLog 2002-08-06
7120
7121 2002-08-06 [oliver]     0.8.1claws28
7122
7123         * src/toolbar.c
7124         * src/prefs_toolbar.c
7125                 fixed empty toolbar issue
7126
7127 2002-08-06 [oliver]     0.8.1claws27
7128
7129         * Custom Toolbar Final 
7130         * src/folderview.c
7131         * src/inc.c
7132         * src/summaryview.c
7133                 o toolbar stuff now lives in src/toolbar.[ch]
7134                 o main_window_toolbar_* functions are renamed to
7135                   toolbar_* reflecting their new source file
7136         * src/mainwindow.[ch]
7137                 o remove toolbar stuff  
7138
7139 2002-08-06 [oliver]     0.8.1claws26
7140         
7141         * src/Makefile.am
7142         * src/prefs_toolbar.[ch]        **New File**
7143         * src/toolbar.[ch]              **New File**
7144                 o prefs_toolbar.[ch] custom toolbar frontend
7145                 o toolbar.[ch]       backend 
7146
7147 2002-08-06 [oliver]     0.8.1claws25
7148
7149         * src/prefs_actions.[ch]
7150                 o new exported function actions_execute
7151
7152 2002-08-06 [paul]       0.8.1claws24
7153
7154         * sync with 0.8.1cvs4
7155                 see ChangeLog 2002-08-06
7156
7157 2002-08-06 [paul]       0.8.1claws23
7158
7159         * sync with 0.8.1cvs13
7160                 see ChangeLog 2002-08-06
7161
7162 2002-08-06 [paul]       0.8.1claws22
7163
7164         * sync with 0.8.1cvs12
7165                 see ChangeLog 2002-08-05 and 2002-08-06
7166
7167 2002-08-06 [match]      0.8.1claws21
7168
7169         * src/addrclip.c
7170                 improvements to cut/copy/paste address
7171
7172 2002-08-05 [match]      0.8.1claws20
7173
7174         * src/addritem.[ch]
7175         * src/addrcache.c
7176         * src/addrbook.c
7177         * src/editaddress.c
7178         * src/addressbook.c
7179                 fixes to improve cut/copy/paste
7180
7181 2002-08-06 [melvin]     0.8.1claws19
7182
7183         * src/account.[ch]
7184                 account_find_all_from_address(): new function that returns the
7185                 list of all accounts that are matched in an address.
7186         * src/alertpanel.[ch]
7187                 alertpanel() now accepts a custom widget
7188                 alertpanel_with_widget(): new function that pops up a panel with
7189                 a custom widget in it 
7190         * src/gtkutils.[ch]
7191                 gtkut_account_menu_new(): new function that allows the selection
7192                 of an account from a list of accounts.
7193         * src/messageview.c
7194                 Extended Return Receipt notification to select the correct 
7195                 account and to make a security test on the Delivery-Notification
7196                 address which should be the same as the Return-Path.
7197
7198 2002-08-06 [thorsten]   0.8.1claws18
7199
7200         * src/mimeview.c
7201                 attach_all: save unnamed as "noname.%d",
7202                 dont free static dirname
7203
7204 2002-08-05 [alfons]     0.8.1claws17
7205
7206         * configure.in
7207                 detect XIM by trying to link rather than compile a XIM program
7208
7209 2002-08-05 [oliver]     0.8.1claws16
7210                 
7211         * src/stock_pixmap.[ch]
7212                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7213                 o new func to retrieve pixmaps
7214
7215 2002-08-05 [paul]       0.8.1claws15
7216
7217         * sync with 0.8.1cvs10
7218                 see ChangeLog 2002-08-05
7219
7220 2002-08-04 [alfons]     0.8.1claws14
7221
7222         * src/textview.c
7223                 see if this plugs memleak
7224
7225 2002-08-04 [melvin]     0.8.1claws13
7226
7227         * src/gtkspell.c
7228                 fixed bug that could crash Sylpheed when highlighting
7229                 all misspelled words.
7230
7231 2002-08-03 [melvin]     0.8.1claws12
7232
7233         * src/prefs_actions.c
7234                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7235         * src/messageview.c
7236                 fixed bug where the Return Receipt was sent to
7237                 Delivery-Notification-To address even if it was not present
7238
7239 2002-08-02 [alfons]     0.8.1claws11
7240
7241         * src/prefs_actions.c
7242                 o more check for NULLs
7243                 o put create_io_dialog() in right conditional block
7244
7245 2002-08-02 [paul]       0.8.1claws10
7246
7247         * po/es.po
7248                 updated by Ricardo Mones Lastra
7249
7250 2002-08-01 [christoph]  0.8.1claws9
7251
7252         * src/folder.c
7253                 don't free the cache of the opened
7254                 folder in the summaryview
7255         * src/summaryview.c
7256                 don't unset flags, if it is not required
7257
7258 2002-08-01 [paul]       0.8.1claws8
7259
7260         * sync with 0.8.1cvs8
7261                 see ChangeLog entry 2002-08-01
7262
7263 2002-08-01 [paul]       0.8.1claws7
7264
7265         * sync with 0.8.1cvs7
7266                 see ChangeLog 2002-07-31 and 2002-08-01
7267
7268 2002-07-31 [christoph]  0.8.1claws6
7269
7270         * src/mainwindow.c
7271                 forgot to update menu sensitivity
7272                 function for new menu entry
7273
7274 2002-07-31 [alfons]     0.8.1claws5
7275
7276         * src/main.c
7277                 check folder item and its path for NULL on
7278                 initial processing
7279
7280 2002-07-31 [christoph]  0.8.1claws4
7281
7282         * src/folder.c
7283                 check if folder_item_get_msginfo in
7284                 folder_item_remove_msg returned NULL
7285         * src/imap.c
7286                 better clear the uid cache in the
7287                 uid validity check function and delete
7288                 cached messages
7289
7290 2002-07-31 [paul]       0.8.1claws3
7291
7292         * man/sylpheed.1
7293                 add the '--attach' option and a few other
7294                 minor changes
7295
7296 2002-07-31 [paul]       0.8.1claws2
7297
7298         * sync with 0.8.1cvs5
7299                 see ChangeLog 2002-07-31
7300
7301 2002-07-31 [christoph]  0.8.1claws1
7302
7303         * src/folderview.[ch]
7304         * src/mainwindow.c
7305                 replace "Rescan all folders..." with
7306                 "Check all folders for new messages..."
7307
7308 2002-07-30 [paul]       0.8.1claws
7309
7310         * version 0.8.1claws released
7311
7312 2002-07-30 [paul]       0.8.0claws29
7313
7314         * tools/OOo2sylpheed.pl ** NEW FILE **
7315           tools/README
7316                 add script to enable sending documents as
7317                 attachments from OpenOffice.org
7318
7319 2002-07-30 [melvin]     0.8.0claws28
7320
7321         * src/prefs_actions.c
7322                 Made the actions' input/output dialog display
7323                 without delay.
7324
7325 2002-07-30 [christoph]  0.8.0claws27
7326
7327         * src/procmsg.c
7328                 check if folder_item_get_msginfo in
7329                 procmsg_save_to_outbox returned NULL
7330
7331 2002-07-30 [paul]       0.8.0claws26
7332
7333         * sync with 0.8.1cvs4
7334                 see ChangeLog 2002-07-29
7335
7336 2002-07-29 [thorsten]   0.8.0claws25
7337
7338         * README.claws
7339                 added selective download, delete on server
7340
7341 2002-07-29 [paul]       0.8.0claws24
7342
7343         * sync with 0.8.1cvs3
7344                 see ChangeLog 2002-07-29
7345
7346 2002-07-27 [christoph]  0.8.0claws23
7347
7348         * src/folder.c
7349                 add extra check if fetching the msginfo
7350                 returned NULL
7351
7352 2002-07-27 [paul]       0.8.0claws22
7353
7354         * sync with 0.8.1cvs2
7355                 see ChangeLog 2002-07-26
7356
7357 2002-07-27 [christoph]  0.8.0claws21
7358
7359         * src/imap.c
7360                 add another check if a valid msginfo
7361                 was returned
7362
7363 2002-07-26 [hoa]        0.8.0claws20
7364
7365         * src/folder.c
7366                 Fixed a condition in folder_item_destroy()
7367
7368         * src/imap.c
7369                 Fixed an error in IMAP protocol
7370
7371 2002-07-26 [alfons]     0.8.0claws19
7372
7373         * src/folder.c
7374                 ofcourse compare with identifier, not the path
7375
7376 2002-07-26 [alfons]     0.8.0claws18
7377
7378         * src/folder.c
7379                 use folder item identifier for saving / restoring
7380                 preferences because folder->path might not be unique
7381
7382 2002-07-26 [melvin]     0.8.0claws17
7383
7384         * src/logwindow.c
7385                 Fixed a crash introduced in 0.8.0claws5 when log is 
7386                 cut under 80 characters.
7387
7388 2002-07-26 [paul]       0.8.0claws16
7389
7390         * sync with 0.8.1cvs1
7391                 see ChangeLog 2002-07-26
7392
7393 2002-07-26 [christoph]  0.8.0claws15
7394
7395         * src/imap.[ch]
7396                 imap folder now remembers the last selected
7397                 folder and imap_fetch_msginfo skips selecting
7398                 the folder if it is already selected
7399
7400 2002-07-26 [christoph]  0.8.0claws14
7401
7402         * src/folder.c
7403         * src/folderview.c
7404         * src/imap.c
7405                 fix imap folder rescanning
7406
7407 2002-07-25 [christoph]  0.8.0claws13
7408
7409         * src/filter.c
7410         * src/folder.[ch]
7411         * src/folderview.c
7412         * src/imap.[ch]
7413         * src/mainwindow.c
7414         * src/mbox_folder.c
7415         * src/mh.c
7416         * src/news.c
7417                 implement imap uid cache and uid validity check
7418
7419 2002-07-25 [alfons]     0.8.0claws12
7420
7421         * src/summaryview.c
7422                 fix a brown paper bag bug, and also add some more
7423                 checks
7424
7425 2002-07-25 [christoph]  0.8.0claws11
7426
7427         * src/folder.c
7428                 don't mix copy, fetch_msginfo and remove
7429                 operations in folder item copy and move
7430                 operations
7431
7432 2002-07-25 [christoph]  0.8.0claws10
7433
7434         * src/folderview.c
7435         * src/mainwindow.c
7436         * src/prefs_folder_item.c
7437         * src/summaryview.[ch]
7438                 remove no longer required parameter update_cache from
7439                 summary_show
7440
7441 2002-07-25 [paul]       0.8.0claws9
7442
7443         * sync with 0.8.1
7444         
7445         * AUTHORS
7446                 a few corrections
7447
7448 2002-07-24 [alfons]     0.8.0claws8
7449
7450         * src/summaryview.c
7451                 sort correctly when using simplified subject line
7452                 (closes feature request "[ 585141 ] applying regexp to subject 
7453                 before sort" submitted by Alexandra Walford)
7454
7455 2002-07-24 [paul]       0.8.0claws7
7456
7457         * sync with 0.8.0cvs3
7458                 see ChangeLog 2002-07-24
7459
7460 2002-07-23 [christoph]  0.8.0claws6
7461
7462         * src/folder.c
7463         * src/folder.h
7464         * src/summaryview.c
7465         * src/summaryview.h
7466         * src/main.c
7467                 o separate processing and summaryview
7468                 o removed summary_write_cache from summaryview
7469                 o removed summaryview->killed_messages, because we don't have
7470                   to keep a list of killed messages anymore. New cache will
7471                   keep the hidden messages in cache anyway
7472         * src/folderview.c
7473         * src/inc.c
7474         * src/selective_download.c
7475                 o removed unnecessary summary_write_cache calls
7476         * src/procmsg.c
7477                 o don't set ignore thread flag in procmsg_get_thread_tree
7478                   if it is already set
7479         * src/mainwindow.c
7480         * src/statusbar.h
7481                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7482                   they are used in different files
7483
7484 2002-07-23 [melvin]     0.8.0claws5
7485
7486         * src/addressbook.c
7487         * src/addrgather.c
7488         * src/editaddress.c
7489         * src/editgroup.c
7490         * src/editldap_basedn.c
7491         * src/importldif.c
7492         * src/prefs_common.c
7493                 Fixed few memory leak (gtk_editable_get_chars returns
7494                 an allocated string)
7495         * src/logwindow.c
7496                 Fixed few memory leak (gtk_editable_get_chars returns
7497                 an allocated string) and modified a little the log cutting
7498                 loop.
7499         * src/compose.c
7500                 Replaced a call to an obsolete function gtk_entry_get_text()
7501                 by gtk_editable_get_chars()
7502         * src/send.c
7503                 Removed a debug printf
7504
7505 2002-07-23 [christoph]  0.8.0claws4
7506
7507         * src/filesel.c
7508                 fix another g_dirname memory leak
7509
7510 2002-07-23 [christoph]  0.8.0claws3
7511
7512         * src/mh.c
7513                 fixed a memory leak in mh_fetch_msginfo
7514                 fixed crash when message header could not be
7515                 parsed
7516
7517 2002-07-23 [paul]       0.8.0claws2
7518
7519         * sync with 0.8.0cvs2
7520                 see ChangeLog 2002-07-23
7521
7522 2002-07-23 [paul]       0.8.0claws1
7523
7524         * sync with 0.8.0cvs1
7525                 see ChangeLog 2002-07-23
7526
7527 2002-07-23 [paul]       0.8.0claws
7528
7529         * release of 0.8.0claws
7530
7531 2002-07-23 [paul]       0.7.8claws99
7532
7533         * po/ru.po
7534                 new Russian translation, submitted by
7535                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7536
7537 2002-07-22 [jens]       0.7.8claws98
7538
7539         * po/de.po
7540                 Updated German translations.
7541
7542 2002-07-22 [paul]       0.7.8claws97
7543
7544         * po/es.po
7545           po/it.po
7546           po/nl.po
7547           po/pt_BR.po
7548                 updated translations by Ricardo Mones Lastra,
7549                 Alessandro Maestri, Wilbert Berendsen and 
7550                 Fabio Jr. Beneditto respectively
7551
7552 2002-07-22 [christoph]  0.7.8claws96
7553
7554         * src/mimeview.c
7555                 fix memory leak caused by wrong g_dirname usage
7556
7557 2002-07-22 [christoph]  0.7.8claws95
7558
7559         * src/summaryview.c
7560                 update new and unread message counts for summaryview
7561                 summaryview does not get it from the folder anymore
7562                 and has to update the values itself
7563
7564 2002-07-22 [melvin]     0.7.8claws94
7565
7566         * po/fr.po
7567                 Updated French translations.
7568
7569 2002-07-22 [christoph]  0.7.8claws93
7570
7571         * src/matcher.c
7572                 set prop->preg pointer to NULL or following check
7573                 will not fail and regexec will be called with
7574                 invalid pointer
7575
7576 2002-07-21 [alfons]     0.7.8claws92
7577         
7578         * src/prefs_common.[ch]
7579                 remove option "Send return receipt on request"
7580
7581 2002-07-21 [thorsten]   0.7.8claws91
7582
7583         * src/mimeview.c
7584                 fixed memleaks, coding style as pointed out by alfons
7585
7586 2002-07-21 [alfons]     0.7.8claws90
7587
7588         * src/messageview.c
7589         * src/noticeview.[ch]
7590                 o fix bug notice view being displayed when going to empty folder 
7591                   (noticed by Christoph)
7592                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7593                   (noticed by Thorsten)
7594
7595 2002-07-21 [thorsten]   0.7.8claws89
7596
7597         * src/mimeview.c
7598                 Included save_all patch from Xaview FACQ
7599                 added support for pathnames
7600
7601 2002-07-21 [alfons]     0.7.8claws88
7602
7603         * po/POTFILES.in
7604         * src/Makefile.am
7605         * src/mainwindow.c
7606         * src/messageview.[ch]
7607         * src/noticeview.c      ** NEW FILE **
7608         * src/noticeview.h      ** NEW FILE **
7609                 make return receipts work again
7610                 (UI idea by Leandro Pereira)
7611
7612 2002-07-21 [paul]       0.7.8claws87
7613
7614         * src/summaryview.c
7615                 fix sensitivity of 'Select thread'
7616
7617 2002-07-21 [paul]       0.7.8claws86
7618
7619         * src/prefs_common.c
7620                 add browser command line for Galeon
7621
7622 2002-07-21 [paul]       0.7.8claws85
7623
7624         * Makefile.am
7625                 fix 'EXTRA_DIST': remove README.README, add TODO
7626                 and TODO.claws
7627
7628 2002-07-21 [alfons]     0.7.8claws84
7629
7630         * src/gtkstext.c
7631                 make enter clear selection
7632                 (closes "[ 579888 ] Editor selection/entry error"
7633                 reported by Steve Lamb)
7634
7635 2002-07-21 [alfons]     0.7.8claws83
7636         
7637         * src/summaryview.c
7638                 sort message list when selecting unthread messages
7639                 (closes "[ 501593 ] switching threaded view doesn't sort"
7640                 reported by Simon Schubert)
7641
7642 2002-07-20 [alfons]     0.7.8claws82
7643         
7644         * src/matcher.c
7645                 const-correctness
7646
7647 2002-07-20 [thorsten]   0.7.8claws81
7648
7649         * src/matcher.c
7650                 Fixed expansion of empty fields in matchactions
7651
7652 2002-07-19 [melvin]     0.7.8claws80
7653
7654         * src/gtkspell.c
7655                 Removed a duplicate menu entry (fast mode) introduced during
7656                 the new cache merge
7657                 Added a menu separator between 'Use alternate' and 'Fast mode'
7658
7659 2002-07-19 [paul]       0.7.8claws79
7660
7661         * tools/Makefile.am
7662           tools/README
7663                 correct typos
7664
7665 2002-07-19 [thorsten]   0.7.8claws78
7666
7667         * tools/calypso_convert.pl      ** NEW FILE **
7668           tools/README
7669           tools/Makefile.am
7670                 script to import mbox files exported
7671                 by calypso
7672                 o generates folder structure
7673                 o includes attachments
7674
7675 2002-07-19 [melvin]     0.7.8claws77
7676
7677         * src/selective_download.[ch]
7678                 Fixed bug where closing the dialog with the window manager's
7679                 close button will not unlock the summary
7680                 Corrected some function declarations that missed a return value
7681                 Made the source code comply better with coding style.
7682         * src/prefs_common.c
7683                 Added new browser command line for Mozilla.
7684
7685 2002-07-18 [paul]       0.7.8claws76
7686
7687         * src/mainwindow.c
7688           src/selective_download.[ch]
7689                 reflect theme changes, fix Gdk Warning when creating 
7690                 pixmap from NULL window, and minor clean up.
7691                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7692
7693         * po/en_GB.po
7694                 updated
7695
7696 2002-07-17 [paul]       0.7.8claws75
7697
7698         * INSTALL[.jp]
7699                 sync with 0.8.0
7700         
7701         * po/en_GB.po
7702                 updated
7703
7704 2002-07-16 [paul]       0.7.8claws74
7705
7706         * tools/filter_conv.pl
7707           tools/README
7708                 replace conversion script with reimplemented version, 
7709                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7710
7711 2002-07-16 [colin]      0.7.8claws73
7712
7713         * src/summaryview.c
7714                 remove forgotten debug messages - sorry ;-)
7715
7716 2002-07-16 [colin]      0.7.8claws72
7717
7718         * src/mimeview.c
7719           src/summaryview.c
7720           src/textview.c
7721           src/textview.h
7722                 add the ability to select part of a text mime-part 
7723                 to reply.
7724
7725 2002-07-15 [christoph]  0.7.8claws71
7726
7727         * src/folder.c
7728                 fix folder message count for folders without
7729                 msg_is_changed (includes news folders)
7730
7731 2002-07-15 [martin]     0.7.8claws70
7732
7733         * src/summaryview.c
7734                 option "display recipient on 'From'..." now works
7735                 without the need of enabling the option
7736                 "display  sender  using  address  book".
7737
7738 2002-07-15 [christoph]  0.7.8claws69
7739
7740         * src/summaryview.c
7741                 removed setting folder status from summaryview.
7742                 folder.c should update all message counts correctly.
7743
7744 2002-07-15 [paul]       0.7.8claws68
7745
7746         * po/pt_BR.po
7747                 updated by Fabio Junior Beneditto
7748
7749 2002-07-15 [darko]      0.7.8claws67
7750
7751         * src/mh.c
7752                 Fixed target folder colorization, don't decrease op
7753                 number twice
7754
7755 2002-07-14 [paul]       0.7.8claws66
7756
7757         * sync with main 0.8.0
7758                 see ChangeLog 2002-07-14
7759
7760 2002-07-13 [melvin]     0.7.8claws65
7761         
7762         * src/addrbook.c
7763         * src/addressbook.c
7764         * src/addrindex.c
7765                 Replaced sprintf by g_snprintf to prevent possible buffer
7766                 overflow.
7767         * src/news.c
7768                 Corrected a log message output format.
7769                 Added a missing "done" debug output.
7770         * src/compose.c
7771                 Added keyboard accelerator for Priority menu items
7772                 Added missing \n in debug output
7773         * src/logwindow.c
7774         * src/gtkspell.c
7775         * src/rfc2015.c
7776                 Added missing \n in debug output
7777
7778 2002-07-13 [paul]       0.7.8claws64
7779
7780         * man/sylpheed.1
7781                 change Sergey's email address to the sf address
7782
7783         * src/textview.c
7784                 increase show_url_timeout (more useful for long
7785                 urls)
7786
7787 2002-07-12 [sergey]     0.7.8claws63
7788
7789         * src/rfc2015.c
7790                 applied (with some modifications) patch to set the
7791                 micalg parameter for signatures
7792                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7793
7794 2002-07-12 [sergey]     0.7.8claws62
7795
7796         * man/Makefile.am
7797         * configure.in
7798                 fixed man page installation
7799
7800 2002-07-12 [paul]       0.7.8claws61
7801
7802         * sync with 0.7.8cvs26
7803                 see ChangeLog 2002-07-11 and 2002-07-12
7804
7805 2002-07-11 [christoph]  0.7.8claws60
7806
7807         * src/compose.c
7808         * src/procmsg.c
7809                 first use the message number to find the message
7810                 to mark with a reply flag but check the
7811                 message-id if we got the correct message, if not
7812                 try to find it by message-id.
7813                 use new string seperator that is not allowed
7814                 in message-ids.
7815
7816 2002-07-11 [paul]       0.7.8claws59
7817
7818         * sync with 0.7.8cvs23
7819                 see ChangeLog 2002-07-10
7820
7821 2002-07-10 [christoph]  0.7.8claws58
7822
7823         * src/folder.[ch]
7824         * src/msgcache.[ch]
7825                 Added message-id table to the cache in memory
7826                 and functions to msgcache.c and folder.c to
7827                 fetch MsgInfos by message id
7828         * src/compose.c
7829         * src/procmsg.c
7830                 store folder and message-id of message replying
7831                 to in queue header and set reply flag after sending
7832                 (Closes bug #469498)
7833
7834 2002-07-10 [paul]       0.7.8claws57
7835
7836         * AUTHORS
7837           man/sylpheed.1.gz
7838                 add Martin to the list of authors
7839
7840 2002-07-09 [martin]     0.7.8claws56
7841         * src/gtksctree.c
7842                 Added gtk_ctree_last_visible(), tree_update_level(),
7843                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7844                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7845                 from gtk+ to gtksctree.c for the new sorting code
7846                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7847                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7848         * src/gtksctree.h
7849                 Added declaration for gtk_sctree_sort_recursive() and
7850                 gtk_sctree_sort_node
7851         * src/addressbook.c
7852         * src/foldersel.c
7853         * src/folderview.c
7854         * src/summaryview.c
7855                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7856                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7857
7858 2002-07-08 [paul]       0.7.8claws55
7859
7860         * more sync with 0.7.8cvs21
7861                 see ChangeLog 2002-07-08
7862
7863 2002-07-08 [paul]       0.7.8claws54
7864
7865         * sync with 0.7.8cvs21
7866                 see ChangeLog 2002-07-08
7867
7868 2002-07-07 [alfons]     0.7.8claws53
7869
7870         * src/Makefile.am
7871         * src/stock_pixmap.[ch]
7872         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7873         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7874         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7875                 add new pixmaps for upcoming notice pane
7876
7877 2002-07-06 [melvin]     0.7.8claws52
7878
7879         * src/gtkspell.[ch]
7880                 Made them a bit closer to Sylpheed's coding style.
7881                 Removed old code.
7882                 Removed possible memory leaks when some errors occurs.
7883
7884 2002-07-06 [melvin]     0.7.8claws51
7885
7886         * po/Makefile.in.in
7887                 Removed --no-location in xgettext command line to help
7888                 translators that use Emacs' po-mode
7889         * src/quote_fmt.c
7890                 Removed unnecessary comments that messed up sylpheed.pot
7891
7892 2002-07-06 [paul]       0.7.8claws50
7893
7894         * sync with 0.7.8cvs19
7895                 see ChangeLog 2002-07-05
7896
7897 2002-07-06 [christoph]  0.7.8claws49
7898
7899         * src/folder.c
7900         * src/mainwindow.c
7901                 fix folder_item_remove_all_msg and folderview
7902                 status for trash folders after emptying trash
7903
7904 2002-07-05 [paul]       0.7.8claws48
7905
7906         * sync with 0.7.8cvs16
7907                 see ChangeLog 2002-07-04 and 2002-07-05
7908
7909 2002-07-04 [paul]       0.7.8claws47
7910
7911         * sync with 0.7.8cvs14
7912                 see  ChangeLog 2002-07-04
7913
7914 2002-07-03 [alfons]     0.7.8claws46
7915
7916         * src/folder.c
7917                 dupe folder item's path because it's being reallocated
7918                 by new folder scanning code
7919
7920 2002-07-03 [christoph]  0.7.8claws45
7921
7922         * src/imap.c
7923                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7924         * src/msgcache.c
7925                 add missing return in msgcache_write
7926
7927 2002-07-02 [thorsten]   0.7.8claws44
7928
7929         * src/jpilot.c
7930         * src/msgcache.c
7931         * src/rfc2015.c
7932                 use binary mode for file access
7933
7934 2002-07-02 [christoph]  0.7.8claws43
7935
7936         * major code cleanup (part 1)
7937         
7938                 - unused variables removed
7939                 - unused functions removed
7940                 - uninitialized variables checked
7941                 - missing return statements added
7942                 - missing function return types added
7943                 - added parentheses around assignment and
7944                   && in || when suggested by gcc
7945               
7946         * src/mh.c
7947         * src/folder.c
7948                 replaced direct calls to folder->scan_tree
7949                 with folder_scan_tree and restore folder
7950                 prefs in this function. The folder should
7951                 not have to deal with them.
7952                 ( Should now work for all folder types )
7953
7954 2002-07-02 [paul]       0.7.8claws42
7955
7956         * sync with 0.7.8cvs13
7957                 see ChangeLog 2002-07-01 and 2002-07-02
7958
7959 2002-07-01 [christoph]  0.7.8claws41
7960
7961         * src/summaryview.c
7962                 fix "goto next/prev unread message" with
7963                 ignored threads
7964
7965 2002-07-01 [paul]       0.7.8claws40
7966
7967         * po/es.po
7968                 updated by Ricardo Mones Lastra
7969
7970 2002-06-30 [match]      0.7.8claws39
7971
7972         * src/jpilot.c
7973                 applied variation of leonerd's patch (566661) to
7974                 allow multiple email addresses per JPilot entry.
7975                 addresses may be separated by space, comma, pipe,
7976                 semi-colon, new-line.
7977
7978 2002-06-30 [alfons]     0.7.8claws38
7979
7980         * src/procmsg.c
7981                 simple fix for putting older nodes before
7982                 newer nodes when threading by subject
7983
7984 2002-06-30 [christoph]  0.7.8claws37
7985
7986         * src/folder.c
7987         * src/folderview.c
7988         * src/mh.c
7989         * src/news.c
7990         * src/procmsg.c
7991                 fix broken folder tree rescaning
7992                 and don't use procmsg_get_mark_sum
7993                 anymore
7994
7995 2002-06-30 [christoph]  0.7.8claws36
7996
7997         * merge new cache branch
7998         * src/imap.c
7999                 fix new cache imap copy bug
8000         * src/folder.c
8001                 improved folder_item_scan
8002                 it should now always set the correct
8003                 new, unread and total message counts
8004
8005 2002-06-29 [paul]       0.7.8claws35
8006
8007         * configure.in
8008                 correct syntax error
8009
8010 2002-06-29 [paul]       0.7.8claws34
8011
8012         * configure.in
8013           Makefile.am
8014           man/Makefile.am       ** NEW FILE **
8015           man/sylpheed.1.gz     ** NEW FILE **
8016                 add Sylpheed man page
8017
8018 2002-06-29 [paul]       0.7.8claws33
8019
8020         * po/pt_BR.po
8021                 updated by Fabio Junior Beneditto
8022
8023 2002-06-28 [jens]       0.7.8claws32
8024
8025         * po/de.po
8026                 translation updated
8027
8028         * src/selective_download.c
8029                 removed gettext for space " "
8030
8031         * src/imap.c
8032                 removed wrong space
8033
8034 2002-06-28 [paul]       0.7.8claws31
8035
8036         * sync with 0.7.8cvs11
8037                 see ChangeLog 2002-06-28
8038
8039 2002-06-28 [paul]       0.7.8claws30
8040
8041         * sync with 0.7.8cvs10
8042                 see ChangeLog 2002-06-27 and 2002-06-28
8043
8044 2002-06-26 [paul]       0.7.8claws29
8045
8046         * src/addrgather.c
8047           src/selective_download.c
8048                 don't gettextise empty strings.
8049                 reserved by gettext. gettext("") returns 
8050                 the header entry with meta information, 
8051                 not the empty string
8052
8053         * po/en_GB.po
8054                 updated
8055
8056 2002-06-26 [paul]       0.7.8claws28
8057
8058         * sync with 0.7.8cvs7
8059                 see ChangeLog 2002-06-25
8060
8061         * src/prefs_common.c
8062                 ...and in the process, tweak the gui a little
8063
8064 2002-06-25 [alfons]     0.7.8claws27
8065         
8066         * configure.in
8067         * src/Makefile.am
8068                 fine tune ldap library detection
8069
8070 2002-06-25 [alfons]     0.7.8claws26
8071
8072         * src/compose.c
8073                 don't allow return receipts when composing a news article
8074
8075 2002-06-25 [paul]       0.7.8claws25
8076
8077         * Makefile.am
8078                 add '$(AMTAR)' to 'release' section to allow for
8079                 new and older autotools
8080
8081 2002-06-25 [paul]       0.7.8claws24
8082
8083         * src/summaryview.c
8084                 fix "No more unread messages" persistant pop-up
8085                 window bug
8086
8087 2002-06-25 [paul]       0.7.8claws23
8088
8089         * po/it.po
8090                 updated by Alessandro Maestri
8091
8092 2002-06-25 [paul]       0.7.8claws22
8093
8094         * sync with 0.7.8cvs6
8095                 see ChangeLog 2002-06-25
8096
8097 2002-06-24 [paul]       0.7.8claws21
8098
8099         * tools/update-po
8100                 add GPL copyright information
8101
8102 2002-06-24 [paul]       0.7.8claws20
8103
8104         * tools/Makefile.am
8105           tools/README
8106           tools/update-po       ** NEW FILE **
8107                 add script that eases the creation of *.po files
8108                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
8109
8110 2002-06-23 [alfons]     0.7.8claws19
8111
8112         * src/messageview.c
8113                 make notification_convert_header obey const correctness
8114                 (next step will be fixing the broken return receipt)
8115
8116 2002-06-23 [paul]       0.7.8claws18
8117
8118         * src/messageview.c
8119                 fix bug introduced in last commit:
8120                 removed too much code in last commit - put back what's
8121                 needed
8122
8123 2002-06-23 [paul]       0.7.8claws17
8124
8125         * src/messageview.[ch]
8126                 remove code committed in error from locally patched
8127                 source
8128
8129 2002-06-23 [colin]      0.7.8claws16
8130
8131         * src/compose.[ch]
8132                 add compose_entry_select(), used to select the default_to
8133                 email address - hopefully avoiding people sending mails to
8134                 wrong recipients.
8135
8136 2002-06-22 [alfons]     0.7.8claws15
8137
8138         * AUTHORS
8139                 add Bram Metsch & Stanislav Karchebny
8140         * src/smtp.[ch]
8141         * src/prefs_account.[ch]
8142         * src/send.c
8143                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
8144                   options.  (see <http://sourceforge.net/tracker/index.php
8145                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
8146
8147                 - merge Stanislav's fix to make SMTP AUTH work with qmail
8148                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
8149
8150 2002-06-22 [paul]       0.7.8claws14
8151
8152         * sync with 0.7.8cvs5
8153                 see ChangeLog 2002-06-19 and 2002-06-20
8154
8155 2002-06-22 [alfons]     0.7.8claws13
8156
8157         * src/selective_download.c
8158                 fix a stupid mistake I made
8159
8160 2002-06-22 [alfons]     0.7.8claws12
8161
8162         * src/selective_download.[ch]
8163                 fix another unnoticed leak; cleanup code
8164
8165 2002-06-21 [alfons]
8166
8167         * tools/Makefile.am
8168                 gpg-sign <-- gpg-sign-syl
8169
8170 2002-06-21 [alfons]     0.7.8claws11
8171
8172         * src/selective_download.c
8173         * src/selective_download.h
8174                 fix assorted mix of allocation errors (should solve
8175                 problem reported by Philippe Gramoullé, see:
8176                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8177
8178 2002-06-20 [melvin]     0.7.8claws10
8179
8180         * tools/gpg-sign *REMOVED*
8181           tools/gpg-sign-syl *ADDED*
8182                 Replaced the gpg clearsigning script with the version using
8183                 xterm instead of ssh-askpass and changed its name.
8184
8185         * README.claws
8186                 Updated actions example to reflect the renaming of the
8187                 gpg clearsigning script.
8188
8189 2002-06-19 [paul]       0.7.8claws9
8190
8191         * sync with 0.7.8claws9
8192                 see ChangeLog 2002-06-18 and 2002-06-19
8193
8194 2002-06-19 [paul]       0.7.8claws8
8195
8196         * sync with 0.7.8cvs1
8197                 see ChangeLog 2002-06-18
8198
8199 2002-06-18 [alfons]     0.7.8claws7
8200
8201         * src/mainwindow.h
8202                 add omitted prototype
8203
8204 2002-06-17 [paul]       0.7.8claws6
8205
8206         * src/mainwindow.c
8207                 fix hiding of exec_btn
8208
8209 2002-06-17 [paul]       0.7.8claws5
8210
8211         * src/pop.c
8212                 remove unneeded code: should_delete() 
8213                 and Pop3State::uidl_todelete_list
8214
8215 2002-06-17 [paul]       0.7.8claws4
8216
8217         * sync with 0.7.8
8218                 see ChangeLog 2002-06-11 and 2002-06-13
8219
8220 2002-06-16 [alfons]     0.7.8claws3
8221         
8222         * src/folder.c
8223                 make sure lock sort mode (claws specific) is
8224                 also persists after a tree rescan
8225
8226 2002-06-16 [alfons]     0.7.8claws2
8227
8228         * src/prefs_folder_item.c
8229         * src/folder.[ch]
8230                 fix persistence of folder sort mode (broken
8231                 by adapting Hiro's new folder persistence code)
8232
8233 2002-06-16 [alfons]     0.7.8claws1
8234
8235         * AUTHORS
8236         * src/logwindow.c
8237         * src/prefscommon.[ch]
8238                 control size of log text in log window; 
8239                 closes patch #569155 submitted by Mitko Haralanov.
8240
8241 2002-06-15 [paul]       0.7.8claws
8242
8243         * release of 0.7.8claws
8244
8245 2002-06-15 [paul]       0.7.7claws
8246
8247         * po/pt_BR.po
8248                 updated by Fabio Junior Beneditto
8249
8250 2002-06-14 [paul]       0.7.6claws49
8251
8252         * po/es.po
8253                 updated by Ricardo Mones Lastra
8254
8255 2002-06-14 [paul]       0.7.6claws48
8256
8257         * po/nl.po
8258                 updated translation by Wilbert Berendsen
8259
8260 2002-06-14 [melvin]     0.7.6claws47
8261
8262         * po/fr.po
8263                 Updated French translation
8264
8265 2002-06-13 [paul]       0.7.6claws46
8266
8267         * src/filesel.c
8268                 allow filename to be typed in, rather than just
8269                 selected by the mouse. Patch by Gustavo Noronha Silva.
8270
8271 2002-06-13 [alfons]     0.7.6claws45
8272
8273         * src/mainwindow.[ch]
8274                 more cleanups (removing unnecessary menu items Expand 
8275                 summary / message view)
8276
8277 2002-06-13 [melvin]     0.7.6claws44
8278
8279         * po/POTFILES.in
8280                 Added src/string_match.c
8281         * src/string_match.c
8282                 Fixed possible buffer overflow.
8283                 Corrected typo.
8284                 Added missing config.h header.
8285         * src/prefs_common.c
8286           src/prefs_matcher.c
8287           src/prefs_scoring.c
8288                 Made some strings translatable (missing _(..)).
8289
8290 2002-06-13 [melvin]     0.7.6claws43
8291
8292         * README.claws
8293                 Corrected action example (verifying clearsigned mail).
8294         * src/prefs_account.c
8295                 Corrected typo.
8296         * src/prefs_common.c
8297                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8298
8299 2002-06-12 [alfons]     0.7.6claws42
8300
8301         * src/summaryview.c
8302                 add init of score column lost in 0.7.6claws42
8303
8304 2002-06-12 [paul]       0.7.6claws41
8305
8306         * src/prefs_account.c
8307                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8308                 behavior of the radio buttons, (from 0.7.7cvs2)
8309
8310 2002-06-11 [alfons]     0.7.6claws40
8311
8312         * src/messageview.[ch]
8313         * src/summaryview.[ch]
8314         * src/summary_search.c
8315         * src/mainwindow.c
8316                 perform a sync to bring in Hiro's separate view implementation 
8317
8318                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8319
8320 2002-06-11 [paul]       0.7.6claws39
8321         
8322         * src/prefs_account.c
8323                 correct a typo on the Receive tab
8324
8325 2002-06-10 [match]      0.7.6claws38
8326
8327         * src/addressbook.c
8328                 Included address completion patch from Gustavo Noronha.
8329
8330 2002-06-10 [paul]       0.7.6claws37
8331
8332         * src/inc.[ch]
8333           src/pop.c
8334           src/prefs_account.[ch]
8335           src/selective_download.[ch]
8336                 apply PATCH #561712
8337                  NEW:
8338                 - check if POP Account
8339                 - Receive Button renamed to Preview
8340                 - Preview Button Popup: preview new/all messages
8341                 - Download Button
8342                 - Account Preferences-->Receive tab checkbutton if you
8343                   want to remove Mail after Download
8344                 -: default YES
8345                 - Account Preferences-->Receive tab checkbutton use
8346                   filtering rules on preview
8347                   (think of delete_on_server)
8348                 -: default YES
8349                 - Account selectable from SD dialog
8350                 - checkbutton to show already downloaded messages if
8351                   all messages are previewed
8352                 - new clist column showing Date
8353                 - ESC KEY close
8354                 FIXES:
8355                 - play ball with UIDL
8356                 - fault tolerant (?) 
8357                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8358
8359 2002-06-10 [melvin]     0.7.6claws36
8360
8361         * README.claws
8362                 Added a hint to ac/README in cvs instructions.
8363
8364         * src/prefs_actions.c
8365                 Made it possible to use a more elaborate command line
8366                 for asynchronous actions, too.
8367
8368 2002-06-10 [melvin]     0.7.6claws35
8369         
8370         * src/prefs_actions.c
8371                 Make it possible to use a more elaborate command line
8372                 (e.g. |foo|bar|cat>there;echo Done|)
8373                 Corrected error message when calling %f, %F and %p commands
8374                 from the compose window.
8375
8376 2002-06-09 [colin]      0.7.6claws34
8377
8378         * src/summaryview.c
8379                 Automatically find unread messages in current folder
8380                 before annoying the user.
8381
8382 2002-06-08 [alfons]     0.7.6claws33
8383
8384         * po/it.po
8385                 remove bad formatting string in it.po translation
8386                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8387
8388 2002-06-08 [paul]       0.7.6claws32
8389
8390         * sync with 0.7.6cvs25
8391                 see ChangeLog 2002-06-07
8392
8393 2002-06-05 [paul]       0.7.6claws31
8394
8395         * src/mainwindow.c
8396                 add 'Sort by locked' and 'Sort by score'
8397
8398 2002-06-05 [paul]       0.7.6claws30
8399
8400         * sync with 0.7.6cvs24
8401                 see ChangeLog 2002-06-04
8402
8403 2002-06-04 [paul]       0.7.6claws29
8404
8405         * po/pt_BR.po
8406                 updated by Fabio Junior Beneditto
8407
8408 2002-06-03 [thorsten]   0.7.6claws28
8409
8410         * src/matcher.c
8411                 fclose() matcherrc after reading
8412
8413 2002-06-03 [paul]       0.7.6claws27
8414
8415         * sync with 0.7.6cvs21
8416                 see ChangeLog 2002-05-31
8417
8418 2002-05-31 [paul]       0.7.6claws26
8419
8420         * sync with 0.7.6cvs20
8421                 see ChangeLog 2002-05-29 and 2002-05-30
8422
8423 2002-05-31 [paul]       0.7.6claws25
8424
8425         * src/imap.c
8426                 hopefully fix last buggy sync
8427
8428         * README.claws
8429                 correct typo in 'Actions' examples
8430
8431 2002-05-29 [paul]       0.7.6claws24
8432
8433         * sync with 0.7.6cvs18
8434                 see ChangeLog 2002-05-28 and 2002-05-29
8435
8436         * src/news.c
8437           src/nntp.[ch]
8438                 sync with above 
8439
8440 2002-05-28 [paul]       0.7.6claws23
8441
8442         * sync with 0.7.6cvs16
8443                 see ChangeLog 2002-05-28
8444
8445 2002-05-27 [thorsten]   0.7.6claws22 
8446
8447         * faq/it/sylpheed-faq-1.html
8448           faq/it/sylpheed-faq-2.html
8449           faq/it/sylpheed-faq-3.html
8450           faq/it/sylpheed-faq.html
8451                 corrected DOS lineendings
8452         * faq/de/sylpheed-faq-1.html
8453           faq/de/sylpheed-faq-2.html
8454           faq/en/sylpheed-faq-1.html
8455           faq/en/sylpheed-faq-2.html
8456           faq/en/sylpheed-faq-3.html
8457           faq/es/sylpheed-faq-1.html
8458           faq/es/sylpheed-faq-2.html
8459           faq/es/sylpheed-faq-3.html
8460           faq/fr/sylpheed-faq-1.html
8461           faq/it/sylpheed-faq-1.html
8462           faq/it/sylpheed-faq-2.html
8463           faq/it/sylpheed-faq-3.html
8464           faq/it/sylpheed-faq.html
8465                 changed ">" to &quot;
8466
8467 2002-05-27 [paul]       0.7.6claws21
8468         
8469         * sync with 0.7.6cvs15
8470                 see ChangeLog 2002-05-27
8471
8472 2002-05-27 [paul]       0.7.6claws20
8473
8474         * src/prefs_account.c
8475                 correct a typo
8476
8477 2002-05-26 [paul]       0.7.6claws19
8478
8479         * tools/README
8480                 correct a typo
8481
8482 2002-05-25 [paul]       0.7.6claws18
8483
8484         * tools/README
8485                 add description of kmail2sylpheed.pl
8486
8487 2002-05-25 [paul]       0.7.6claws17
8488
8489         * tools/kmail2sylpheed.pl       ** NEW FILE **
8490                 perl script that converts an exported Kmail address
8491                 book, converts it to sylpheed addressbook file,
8492                 writes the file to .sylpheed, and updates
8493                 addrbook--index.xml 
8494
8495 2002-05-25 [paul]       0.7.6claws16
8496
8497         * sync with 0.7.6cvs14
8498                 see ChangeLog 2002-05-23
8499
8500 2002-05-24 [paul]       0.7.6claws15
8501
8502         * README.claws
8503                 make a correction and add some more info
8504
8505 2002-05-24 [paul]       0.7.6claws14
8506
8507         * src/compose.c
8508                 fix memory leak in 
8509                 compose_redirect_write_headers_from_headerlist()
8510                 add Subject and Resent-Message-ID to
8511                 compose_redirect_write_headers()
8512                 Received, Subject, and X-UIDL are filtered out in 
8513                 compose_redirect_write_to_file()
8514
8515 2002-05-23 [paul]       0.7.6claws13
8516
8517         * src/compose.[ch]
8518           src/filtering.c
8519           src/mainwindow.c
8520           src/matcher.[ch]
8521           src/matcher_parser_lex.l
8522           src/matcher_parser_parse.y
8523           src/prefs_common.[ch]
8524           src/prefs_filtering.c
8525           src/summaryview.c
8526                 rename 'Bounce' to 'Redirect'
8527
8528 2002-05-23 [paul]       0.7.6claws12
8529
8530         * more sync with 0.7.6cvs13
8531           src/compose.c
8532                 see ChangeLog 2002-05-22
8533
8534 2002-05-22 [paul]       0.7.6claws11
8535
8536         * sync with 0.7.6cvs13
8537           src/codeconv.c
8538                 see ChangeLog 2002-05-20
8539           src/prefs_common.c
8540                 see ChangeLog 2002-05-22
8541
8542 2002-05-21 [melvin]     0.7.6claws10
8543
8544         * src/folderview.c
8545                 Added missing filtering and scoring headers
8546                 Fixed bad function call that showed garbage 
8547                 in Folder->Processing
8548
8549 2002-05-21 [paul]       0.7.6claws9
8550
8551         * tools/Makefile.am
8552                 make all tools executable, (patch by Alfons).
8553
8554 2002-05-20 [alfons]     0.7.6claws8
8555
8556         * src/procheader.c
8557                 don't forget to call mktime() so we have a valid week 
8558                 and year day
8559                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8560
8561 2002-05-20 [paul]       0.7.6claws7
8562
8563         * src/html.c
8564                 fix broken parsing of urls
8565         * src/textview.c
8566                 fix displaying of urls
8567
8568                 both fixes from the patch [547855] by Eugene 
8569                 Brevdo (zonem)
8570
8571 2002-05-19 [alfons]     0.7.6claws6
8572
8573         * configure.in
8574                 make sylpheed configure correctly with the latest
8575                 and greatest of automake / autoconf / gettext
8576
8577 2002-05-19 [alfons]     0.7.6claws5
8578
8579         * src/procheader.c
8580         * src/procheader.h
8581                 add function for returning ime zone offset
8582         * src/quote_fmt.c
8583         * src/quote_fmt_parse.y
8584                 better quotation formatting - does not convert
8585                 to local time, but uses the original date string.
8586                 
8587                 Note: %z inserts the timezone offset (should 
8588                 work also on platforms where strftime does not
8589                 support %z).
8590
8591 2002-05-18 [christoph]  0.7.6claws4
8592
8593         * src/summaryview.c
8594                 fix indentation of some code
8595         * tools/Makefile.am
8596                 fix spaces after \
8597         * src/Makefile.am
8598                 add missing \
8599                 correct path for ignorethread.xpm
8600                 incorrect filename for sylpheed_logo.xpm
8601                 add missing include matcher_parser_parse.h
8602
8603 2002-05-18 [paul]       0.7.6claws3
8604
8605         * sync with 0.7.6cvs8
8606                 see ChangeLog 2002-05-16 and 2002-05-17
8607
8608 2002-05-18 [melvin]     0.7.6claws2
8609
8610         * README.claws
8611                 Corrected an action's definition and fixed some misspellings.
8612
8613 2002-05-18 [paul]       0.7.6claws1
8614
8615         * tools/Makefile.am
8616           tools/gpg-sign        ** new file **
8617           tools/uudec           ** new file **
8618                 add Melvin's Actions scripts
8619
8620         * README.claws
8621                 add Melvin's descriptions for Actions
8622
8623 2002-05-18 [paul]       0.7.6claws
8624
8625         * Version 0.7.6claws released
8626
8627 2002-05-17 [paul]       0.7.5claws32
8628
8629         * po/es.po
8630                 updated by Ricardo Mones Lastra
8631
8632 2002-05-17 [paul]       0.7.5claws31
8633
8634         * src/compose.c
8635                 fix Account prefs default folder for sent/draft/deleted
8636                 messages bug
8637
8638         * po/it.po
8639           po/nl.po
8640                 updated translation by Alessandro Maestri and
8641                 Wilbert Berendsen
8642
8643 2002-05-17 [melvin]     0.7.5claws30
8644
8645         * src/prefs_actions.c
8646                 Fixed bug where using %F not at the end of the command 
8647                 resulted in an additional empty argument being created.
8648                 Thanks to Darko Koruga for reporting the bug.
8649
8650 2002-05-17 [melvin]     0.7.5claws29
8651
8652         * po/fr.po
8653                 Updated French translations.
8654
8655 2002-05-15 [paul]       0.7.5claws28
8656         
8657         * po/es.po
8658                 updated by Ricardo Mones Lastra
8659
8660 2002-05-15 [paul]       0.7.5claws27
8661
8662         * sync with 0.7.6cvs4
8663                 see ChangeLog 2002-05-14 and 2002-05-15
8664
8665 2002-05-14 [paul]       0.7.5claws26
8666
8667         * sync with 0.7.6cvs1
8668                 see ChangeLog 2002-05-13
8669
8670 2002-05-13 [thorsten]   0.7.5claws25
8671
8672         * src/messageview.c
8673                 fix select_all and copy in multipart messages
8674         * src/mainwindow.c
8675                 fix select_all and copy in multipart messages
8676
8677 2002-05-12 [paul]       0.7.5claws24
8678
8679         * src/summaryview.c
8680                 reverse last commit, bug already fixed in 0.7.5claws3
8681
8682 2002-05-12 [netztorte]  0.7.5claws23
8683
8684         * src/summaryview.c
8685                 dont parse empty addressbook (checked in before claws20)
8686
8687 2002-05-12 [melvin]     0.7.5claws22
8688
8689         * src/procmsg.[ch]
8690                 Removed unneeded priority code introduced by the previous 
8691                 commit.
8692
8693 2002-05-12 [melvin]     0.7.5claws21
8694
8695         * src/compose.[ch]
8696                 Added possibility to set message's priority.
8697         * src/procmsg.[ch]
8698                 Added possibility to set message's priority.
8699                 Added missing headers
8700
8701 2002-05-12 [melvin]     0.7.5claws20
8702
8703         * src/prefs_actions.c
8704                 Removed implicitely added quotes around the name
8705                 of the temporary files of mime parts.
8706
8707 2002-05-12 [paul]       0.7.5claws19
8708
8709         * sync with 0.7.5cvs20
8710                 see ChangeLog 2002-05-11
8711
8712 2002-05-12 [alfons]     0.7.5claws18
8713
8714         * src/quote_fmt_lex.l
8715         * src/quote_fmt_parse.y
8716                 allow quote / reply date & time format to be set using
8717                 %D{format}. format is a format string you'd pass to
8718                 strftime() (see man strftime, or the Display tab |
8719                 Date format setting).
8720
8721                 Currently %D converts the date to local time. 
8722
8723 2002-05-11 [paul]       0.7.5claws17
8724
8725         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8726                 see ChangeLog 2002-05-10 and 2002-05-11
8727
8728 2002-05-10 [paul]       0.7.5claws16
8729
8730         * sync with 0.7.5cvs16
8731                 see ChangeLog entries 2002-05-09 and 
8732                 2002-05-10
8733
8734 2002-05-10 [colin]      0.7.5claws15
8735
8736         * src/textview.c
8737                 Corrected a bug that prevented sylpheed to open
8738                 double-clicked URIs.
8739
8740 2002-05-09 [paul]       0.7.5claws14
8741
8742         * sync with 0.7.5cvs14
8743                 see ChangeLog 2002-05-08 and 2002-05-09
8744
8745 2002-05-08 [paul]       0.7.5claws13
8746
8747         * sync with 0.7.5cvs11
8748                 see ChangeLog entry 2002-05-08
8749
8750 2002-05-08 [paul]       0.7.5claws12
8751
8752         * src/mainwindow.c
8753           src/textview.[ch]
8754                 fix segfault on View->Open in new window
8755                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8756
8757 2002-05-07 [paul]       0.7.5claws11
8758
8759         * sync with 0.7.5cvs9
8760                 see ChangeLog entry 2002-05-07
8761
8762 2002-05-06 [paul]       0.7.5claws10
8763
8764         * src/messageview.c
8765           src/textview.c
8766                 display url in statusbar on single-click
8767                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8768
8769 2002-05-06 [match]      0.7.5claws9
8770
8771         * src/addritem.[ch]
8772                 new functions.
8773         * src/addrcache.c
8774                 tidy up.
8775         * src/xmlprops.[ch]
8776                 XML implementation of properties file.
8777         * src/exporthtml.[ch]
8778         * src/expthtmldlg.[ch]
8779         * src/addressbook.c
8780                 export to HTML.
8781
8782 2002-05-02 [sergey]     0.7.5claws8
8783
8784         * src/mainwindow.c (mainwin_entries),
8785           src/prefs_common.c (prefs_send_create()),
8786           src/codeconv.c (locale_table):
8787                 use charset name "Windows-1251" instead of "CP1251".
8788
8789 2002-05-02 [colin]      0.7.5claws7
8790         
8791         * src/compose.c
8792           src/prefs_common.c
8793           src/prefs_folder_item.c
8794                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8795
8796 2002-05-02 [hiro]       0.7.5claws6
8797
8798         * src/imap.c
8799                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8800
8801 2002-05-02 [paul]       0.7.5claws5
8802
8803         * src/compose.c
8804                 more sync with 0.7.5cvs7, see ChangeLog entry
8805                 2002-05-02
8806
8807 2002-05-02 [hiro]       0.7.5claws4
8808
8809         * src/compose.c
8810                 compose_queue_sub():
8811                 check if queue folder exists (closes #550397).
8812                 removed directory creation since it should be handled
8813                 transparently.
8814         * src/imap.c
8815                 imap_add_msg(): return UID for appended message
8816                 (closes #548842).
8817
8818 2002-04-30 [paul]       0.7.5claws3
8819
8820         * src/summaryview.c
8821                 fix account_find_from_address() bug
8822
8823 2002-04-28 [colin]      0.7.5claws2
8824
8825         * src/compose.c
8826           src/textview.c
8827           src/prefs_common.[ch]
8828           src/utils.[ch]
8829                 Added user-definable quotation characters recognition.
8830
8831 2002-04-28 [paul]       0.7.5claws1
8832
8833         * sync with 0.7.5cvs4
8834                 see ChangeLog entry  2002-04-25
8835
8836 2002-04-28 [paul]       0.7.5claws
8837
8838         * po/es.po
8839           po/nl.po
8840           po/pt_BR.po
8841                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8842                 Fabio Junior Beneditto
8843
8844 2002-04-27 [jens]       0.7.4claws103
8845
8846         * po/de.po
8847                 updated German translation.
8848
8849 2002-04-27 [hiro]       0.7.4claws102
8850
8851         * src/summaryview.c
8852                 summary_write_cache(): fixed the mark loss of hidden messages.
8853
8854 2002-04-26 [melvin]     0.7.4claws101
8855
8856         * src/procmsg.c
8857                 fixed a second typo (same one)
8858         * po/fr.po
8859           po/it.po
8860           po/pt_BR.po
8861                 fixed the type again...
8862
8863 2002-04-26 [melvin]     0.7.4claws100
8864
8865         * src/procmsg.c
8866                 fixed a typo in an alert message ("temorary").
8867         * po/it.po
8868         * po/pt_BR.po
8869                 corrected the typo  described above.
8870         * po/fr.po
8871                 updated French translation.
8872
8873 2002-04-26 [darko]      0.7.4claws99
8874
8875         * src/summaryview.c
8876                 fix target folder colorization
8877
8878 2002-04-25 [paul]       0.7.4claws98
8879
8880         * po/it.po
8881                 updated by Alessandro Maestri
8882
8883 2002-04-24 [colin]      0.7.4claws97
8884         
8885         * src/compose.c
8886                 Fixed double "subject is empty" question.
8887
8888 2002-04-23 [colin]      0.7.4claws96
8889         
8890         * src/mimeview.c
8891                 Corrected issue when "automatically display images" was
8892                 not set : first image remained after selecting second.
8893
8894 2002-04-23 [melvin]     0.7.4claws95
8895
8896         * src/prefs_actions.c
8897                 Don't display in/out dialog if there is nothing to show.
8898
8899 2002-04-23 [paul]       0.7.4claws94
8900
8901         * sync with 0.7.5cvs3
8902                 bug fixes: see ChangeLog entry 2002-04-23
8903
8904 2002-04-22 [darko]      0.7.4claws93
8905
8906         * src/compose.c
8907                 fix previous check-in which changed code after
8908                 merge from main
8909
8910 2002-04-22 [paul]       0.7.4claws92
8911
8912         * faq/de/*
8913                 add German FAQ
8914         * faq/en/*
8915           faq/es/*
8916           faq/fr/*
8917                 update English, Spanish and French FAQs
8918         * manual/de/*
8919           manual/es/*
8920                 add German and Spanish manuals
8921         * manual/en/*
8922           manual/fr/*
8923                 update English and French manuals
8924
8925         * src/Makefile.am
8926                 add to and re-arrange the pixmap entries
8927
8928 2002-04-22 [darko]      0.7.4claws91
8929
8930         * src/compose.c
8931                 fix sender initials recognition to only allow
8932                 '>' after the initials
8933
8934 2002-04-21 [paul]       0.7.4claws90
8935
8936         * sync with 0.7.5 release
8937                 see ChangeLog entry 2002-04-21
8938
8939 2002-04-21 [alfons]
8940
8941         * src/Makefile.am
8942                 add colin's new pixmaps to EXTRA_DIST
8943
8944 2002-04-21 [colin]      0.7.4claws89
8945         * src/compose.c
8946         * src/inc.c
8947         * src/mainwindow.[ch]
8948         * src/prefs_common.[ch]
8949         * src/stock_pixmap.[ch]
8950                 Added "Work offline" ability.
8951
8952 2002-04-21 [colin]      0.7.4claws88
8953         
8954         * src/mimeview.c
8955         * src/prefs_common.c
8956         * src/prefs_common.h
8957         * src/textview.c : Added an option to common preferences -> display
8958           to allow user not to automatically display images.
8959
8960 2002-04-21 [paul]       0.7.4claws87
8961
8962         * sync with 0.7.4cvs52
8963                 see ChangeLog entry 2002-04-21 (src/imap.c)
8964
8965 2002-04-21 [paul]       0.7.4claws86
8966
8967         * sync with 0.7.4cvs51
8968                 see ChangeLog entry 2002-04-21
8969
8970 2002-04-21 [paul]       0.7.4claws85
8971
8972         * sync with 0.7.4cvs49
8973                 see ChangeLog entries 2002-04-20 and 2002-04-21
8974
8975         * src/Makefile.am
8976                 clean up: remove old 'stock_' element from xpm 
8977                 filenames.
8978
8979 2002-04-21 [alfons]     0.7.4claws84
8980
8981         apply sync patch from Paul
8982
8983         * src/folderview.c
8984                 use old claws prefs_folder_item_create() for now
8985
8986 2002-04-19 [match]      0.7.4claws83
8987
8988         * src/addressbook.[ch]
8989         * src/addrharvest.[ch]
8990         * src/addrgather.[ch]
8991                 recurse folders.
8992         * src/mainwindow.c
8993         * src/summaryview.[ch]
8994                 change menu option.
8995
8996 2002-04-19 [paul]       0.7.4claws82
8997
8998         * po/pt_BR.po
8999                 updated by Fabio Junior Beneditto
9000
9001 2002-04-14 [alfons]     0.7.4claws81
9002
9003         * src/passphrase.c
9004                 add #include <sys/types.h> for mode_t and off_t 
9005
9006 2002-04-13 [paul]       0.7.4claws80
9007         
9008         * src/main.c
9009           src/passphrase.[ch]
9010           src/pgptext.c
9011           src/prefs_common.[ch]
9012           src/rfc2015.c
9013                 enable storing of GnuPG passphrase for the whole 
9014                 session or a user-defined number of minutes. patch 
9015                 submitted by Ravemax <ravemax@dextrose.com>
9016
9017 2002-04-13 [alfons]     0.7.4claws79
9018
9019         * src/textview.c
9020                 make email parser also stop scanning when encountering separators
9021                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
9022
9023 2002-04-13 [paul]       0.7.4claws78
9024
9025         * sync with 0.7.4cvs39
9026                 see ChangeLog entry 2002-04-12
9027
9028 2002-04-11 [paul]       0.7.4claws77
9029
9030         * sync with 0.7.4cvs37
9031                 see ChangeLog entry 2002-04-11
9032
9033 2002-04-11 [paul]       0.7.4claws76
9034
9035         * COPYING 
9036                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
9037                 the clause for OpenSSL). sync with sylpheed main
9038
9039 2002-04-09 [melvin]     0.7.4claws75
9040
9041         * src/compose.c
9042                 Made 'Ctrl-Enter' on send ignore some modifiers 
9043                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
9044                 to bind other *-Enter (but not Alt-Enter).
9045
9046 2002-04-09 [paul]       0.7.4claws74
9047
9048         * sync with 0.7.4cvs35
9049                 see ChangeLog entries 2002-04-09
9050
9051 2002-04-08 [paul]       0.7.4claws73
9052
9053         * sync with 0.7.4cvs33
9054                 see ChangeLog entry 200-04-08
9055
9056 2002-04-07 [match]      0.7.4claws72
9057
9058         * src/addrharvest.[ch]
9059                 fixed to read all addresses in header, regardless
9060                 of header size. improved name parsing. accommodate
9061                 harvest from folders and selected message.
9062         * src/addritem.[ch]
9063                 included new address parsing function.
9064         * src/addrgather.[ch]
9065         * src/addressbook.[ch]
9066         * src/summaryview.[ch]
9067         * src/mainwindow.c
9068                 allow address harvest of folder as well as selected
9069                 messages.
9070
9071 2002-04-07 [paul]       0.7.4claws71
9072
9073         * src/esmtp.[ch]
9074           src/smtp.c
9075                 don't try to authenticate with CRAM-MD5 in SMTP when 
9076                 SMTP-AUTH enabled if MTA doesn't issue this 
9077                 auth-method in it's ehlo-response. bug item #531364,
9078                 patch item #938910. patch submitted by Colin Leroy 
9079                 <colin@colino.net>
9080
9081 2002-04-07 [paul]       0.7.4claws70
9082
9083         * src/nntp.c
9084                 fix missing MODE_READER bug. patch submitted by
9085                 Colin Leroy <colin@colino.net>
9086
9087 2002-04-07 [alfons]     0.7.4claws69
9088
9089         * src/matcher.[ch]
9090         * src/prefs_filtering.c
9091         * src/summaryview.c
9092                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
9093                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
9094
9095 2002-04-07 [paul]       0.7.4claws68
9096
9097         * sync with 0.7.4cvs32
9098                 see ChangeLog entry 2002-04-06
9099
9100         * tools/filter_conv.pl
9101                 more bug fixes
9102
9103 2002-04-06 [paul]       0.7.4claws67
9104
9105         * tools/filter_conv.pl
9106                 modify to be able to find the name of the first
9107                 mailbox and use that. main's filter does not
9108                 record the full path to the mailbox and therefore
9109                 can only filter to the first mailbox.
9110
9111 2002-04-05 [paul]       0.7.4claws66
9112
9113         * tools/filter_conv.pl
9114                 attempt to make the script all-encompassing and
9115                 be able to convert any main 'filter' rule thrown
9116                 at it
9117
9118 2002-04-05 [paul]       0.7.4claws65
9119
9120         * tools/filter_conv.pl
9121                 allow for collapsed folder trees
9122
9123 2002-04-05 [paul]       0.7.4claws64
9124
9125         * sync with 0.7.4cvs31
9126                 see ChangeLog entries 2002-04-05
9127
9128 2002-04-03 [paul]       0.7.4claws63
9129
9130         * sync with 0.7.4cvs29
9131                 see ChangeLog entries 2002-04-02 and 2002-04-03
9132
9133 2002-04-02 [paul]       0.7.4claws62
9134
9135         * sync with 0.7.4cvs26
9136                 see ChangeLog entry 2002-04-01
9137
9138 2002-04-02 [match]      0.7.4claws61
9139
9140         * src/pine.[ch]
9141         * src/importpine.[ch]
9142         * src/addressbook.c
9143                 import Pine address book.
9144
9145 2002-04-02 [match]      0.7.4claws60
9146
9147         * src/addrharvest.[ch]
9148                 improve address parsing of funky addresses.
9149
9150 2002-04-02 [darko]      0.7.4claws59
9151
9152         * src/compose.c
9153                 wrap on send improvements, it now recognizes quoted
9154                 initials as part of the quotation string, and it
9155                 does not join lines separated by CR
9156
9157 2002-04-01 [match]      0.7.4claws58
9158
9159         * src/mgutils.[ch]
9160                 added new functions.
9161         * src/mutt.[ch]
9162                 remove excessive duplicate address generation
9163                 on import.
9164
9165 2002-04-01 [alfons]     0.7.4claws57
9166         
9167         * src/summaryview.c
9168                 put back g_free() 
9169
9170 2002-04-01 [paul]       0.7.4claws56
9171
9172         * sync with 0.7.4cvs25
9173                 see ChangeLog entry 2002-04-01
9174
9175 2002-04-01 [alfons]     0.7.4aprilfool55
9176
9177         * src/summaryview.c
9178                 honour feature request item #537427 to allow for
9179                 displaying names from address book for sent mail also
9180
9181 2002-03-29 [paul]       0.7.4claws54
9182
9183         * src/mainwindow.c
9184           src/prefs_filtering.[ch]
9185           src/prefs_matcher.c
9186           src/summaryview.c
9187                 add 'fast filter' for claws' filtering,
9188                 /Tools/Create filter rule/... patch submitted
9189                 by Neill Miller <neillm@thecodefactory.org>
9190
9191 2002-03-29 [paul]       0.7.4claws53
9192
9193         * sync with 0.7.4cvs24
9194                 see ChangeLog entry 2002-03-29
9195
9196 2002-03-28 [paul]       0.7.4claws52
9197
9198         * sync with 0.7.4cvs23
9199                 see ChangeLog entry 2002-03-28
9200
9201 2002-03-27 [melvin]     0.7.4claws51
9202
9203         * src/prefs_actions.c
9204                 Added support to pass only one message part (as a
9205                 file) to the command using '%p'. No quotes are needed
9206                 because doubles quotes are automatically added.
9207                 Fixed bug where Sylpheed could block when waiting for
9208                 a child process to finish.
9209                 Changed the help menu to remove quotes around symbols to 
9210                 avoid misinterpretation (they must not be used).
9211
9212 2002-03-27 [melvin]     0.7.4claws50
9213
9214         * src/inc.c
9215                 Made the new mail notification command always 
9216                 execute asynchronously.
9217
9218 2002-03-27 [paul]       0.7.4claws49
9219
9220         * src/compose.c
9221                 fix bug introduced in last commit
9222
9223 2002-03-27 [paul]       0.7.4claws48
9224
9225         * sync with 0.7.4cvs21
9226                 see ChangeLog 2002-03-26 and 2002-03-27
9227
9228 2002-03-26 [hoa]        0.7.4claws47
9229
9230         * src/prefs_folder_item.c
9231                 really fixed the bug #516442 with folder rescan.
9232
9233 2002-03-26 [paul]       0.7.4claws46
9234
9235         * sync with 0.7.4cvs19
9236                 see ChangeLog entries 2002-03-25 and 2002-03-26
9237
9238 2002-03-25 [hoa]        0.7.4claws45
9239
9240         * src/matcher.c
9241         * src/mh.c
9242                 fix the bug #516442 with folder rescan.
9243
9244         * src/prefs_common.[ch]
9245         * src/compose.c
9246                 added an option to enable two different behaviours
9247                 for bounce.
9248
9249
9250 2002-03-25 [paul]       0.7.4claws44
9251
9252         * src/mainwindow.c
9253           src/selective_download.c
9254                 correct a few menuitem labels
9255
9256 2002-03-25 [christoph]  0.7.4claws43
9257
9258         * src/procmsg.c
9259                 fix non deleted tmp message in
9260                 procmsg_save_to_outbox
9261                 fix problems caused by sync with
9262                 main branch's procmsg_send_queue
9263
9264 2002-03-25 [paul]       0.7.4claws42
9265
9266         * src/quote_fmt.c
9267           src/quote_fmt_lex.l
9268           src/quote_fmt_parse.y
9269                 add Last name (%L) placeholder for quoting. 
9270                 patch submitted by Thorsten Thielen 
9271                 <thth@users.sourceforge.net>
9272
9273 2002-03-25 [paul]       0.7.4claws41
9274
9275         * src/utils.c
9276                 get full hostname. patch submitted by
9277                 Bob Woodside <rwoodside1@comcast.net>
9278
9279 2002-03-25 [paul]       0.7.4claws40
9280
9281         * src/account.c
9282           src/news.c
9283           src/nntp.[ch]
9284           src/prefs_account.[ch]
9285                 enable NNTP over SSL. patch submitted by
9286                 Pascal Jermini <pascal@infinity.hn.org>
9287
9288 2002-03-24 [paul]       0.7.4claws39
9289
9290         * src/prefs_common.c
9291                 make the arrangement of the Compose tab more
9292                 coherent
9293
9294         * src/mainwindow.c
9295                 fix some irregularities of style
9296
9297         * po/de.po
9298                 updated by Kilian Krause
9299
9300 2002-03-23 [paul]       0.7.4claws38
9301
9302         * po/pt_BR.po
9303                 updated by Fabio Junior Beneditto
9304
9305 2002-03-23 [paul]       0.7.4claws37
9306
9307         * src/mainwindow.c
9308                 move 'Gather addresses' to 'Tools' menu
9309                 make 'Selective download' sensitive
9310
9311 2002-03-23 [paul]       0.7.4claws36
9312
9313         * sync with 0.7.4cvs16
9314                 see ChangeLog entries 2002-03-23
9315
9316 2002-03-22 [christoph]  0.7.4claws35
9317
9318         * src/quote_fmt_parse.y
9319                 fix include program output
9320
9321 2002-03-22 [alfons]     0.7.4claws34
9322
9323         * src/pop.c
9324                 initialize GDate stack variable correctly (sorry!)
9325
9326 2002-03-22 [paul]       0.7.4claws33
9327
9328         * src/compose.c
9329           src/mainwindow.c
9330           src/prefs_actions.c
9331           src/prefs_common.c
9332                 rename 'Tool' to 'Tools'
9333
9334         * src/mainwindow.c
9335                 move 'Delete duplicated messages' from
9336                 'Message/' to 'Tools/'
9337                 re-arrange the order of 'Tools/' items
9338
9339 2002-03-22 [paul]       0.7.4claws32
9340
9341         * src/addr_compl.c
9342           src/addressbook.[ch]
9343                 auto-address completion now also matches on
9344                 Nickname. patch submitted by Bob Forsman 
9345                 <hammor@users.sourceforge.net>
9346
9347         * src/editaddress.c
9348                 correct a spelling mistake
9349
9350 2002-03-22 [alfons]     0.7.4claws31
9351
9352         * src/pop.c
9353                 fix getting uidl from incorrect string 
9354                 (spotted by Colin)
9355
9356 2002-03-21 [alfons]     0.7.4claws30
9357
9358         * src/pop.c
9359                 more code refactoring
9360                 plug mem leak introduced by delete on server
9361
9362 2002-03-21 [paul]       0.7.4claws29
9363
9364         * sync with 0.7.4cvs11
9365                 see ChangeLog entries 2002-03-20
9366
9367 2002-03-20 [alfons]     0.7.4claws28
9368
9369         * src/inc.c
9370                 apply Colin's patch and refactor
9371
9372 2002-03-20 [paul]       0.7.4claws27
9373
9374         * sync with sylpheed 0.7.4cvs9
9375                 see ChangeLog entry 2002-03-20
9376
9377 2002-03-19 [christoph]  0.7.4claws26
9378
9379         * src/mh.c
9380         * src/procmsg.[ch]
9381         * src/summaryview.c
9382                 revert changes for flag updates
9383                 (does not work correctly and no time to debug)
9384
9385 2002-03-20 [alfons]     0.7.4claws25
9386
9387         * src/pop.c
9388                 refactor should_delete() a little bit 
9389
9390 2002-03-19 [paul]       0.7.4claws24
9391
9392         * src/inc.[ch]
9393           src/pop.c
9394           src/prefs_account.[ch]
9395                 allow the user to leave downloaded mail on the 
9396                 server for n days. Patch submitted by Colin Leroy 
9397                 <colin@colino.net>
9398
9399 2002-02-19 [paul]       0.7.4claws23
9400
9401         * sync with sylpheed 0.7.4cvs8
9402                 see ChangeLog entries 2002-03-19
9403
9404 2002-03-18 [paul]       0.7.4claws22
9405
9406         * sync with sylpheed 0.7.4cvs6
9407                 see ChangeLog entry 2002-03-18
9408
9409 2002-03-18 [paul]       0.7.4claws21
9410
9411         * po/en_GB.po
9412                 add en_GB message catalogue
9413
9414         * src/mbox_folder.c
9415           src/prefs_account.c
9416           src/prefs_actions.c
9417                 correct a few spelling mistakes
9418
9419 2002-03-17 [alfons]     0.7.4claws20
9420
9421         * src/matcher.c
9422                 more stringent checks for NULL params when writing
9423                 filtering actions to a file
9424                 
9425 2002-03-17 [hoa]        0.7.3claws20
9426
9427         * src/news.c
9428                 fixed the count of new messages
9429
9430         * src/compose.c
9431                 fixed the "attachment properties" window
9432
9433 2002-03-17 [paul]       0.7.4claws19
9434
9435         * src/defs.h
9436           src/folder.h
9437           src/news.c
9438           src/prefs_account.[ch]
9439           src/procmsg.[ch]
9440           src/summaryview.c
9441                 automatically mark cross-posted messages as read 
9442                 and (optionally) give them a colour label
9443                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9444                 
9445
9446 2002-03-17 [paul]       0.7.4claws18
9447
9448         * sync with sylpheed 0.7.4cvs5
9449                 see ChangeLog entry 2002-03-17
9450
9451 2002-03-17 [melvin]     0.7.4claws17
9452         
9453         * src/textview.c
9454                 Worked around a gtktext 'bug': when searching for 
9455                 a text in a long message it was scrolling slowly
9456                 line by line until it hit the searched text.
9457         * po/fr.po
9458                 Updated French translation
9459
9460 2002-03-17 [melvin]     0.7.4claws16
9461
9462         * src/mainwindow.c
9463         * src/compose.c
9464         * src/prefs_actions.c
9465                 Moved "Edit/Actions" to "Tool/Actions"
9466                 Made mainwindow/compose window sensitive as soon as
9467                 no child process is running anymore even if the io dialog
9468                 is open.
9469                 Fixed a struct being initialized with a non constant char*
9470
9471 2002-03-16 [christoph]  0.7.4claws15
9472
9473         * configure.in
9474                 add --with-compiler-flags option
9475                 (only for developer hacking)
9476         * src/mh.c
9477         * src/procmsg.[ch]
9478         * src/summaryview.c
9479                 try to make folder-stats and flag handling more
9480                 independent from the summaryview. msgcounts
9481                 are only set when the folder is opened and
9482                 procmsg_msginfo_(un)set_flags will handle it
9483                 later and summaryview will get the values
9484                 from the folder.
9485
9486 2002-03-16 [paul]       0.7.4claws14
9487
9488         * src/messageview.c
9489                 fix Return-receipt. Patch submitted by Bob
9490                 Woodside <rwoodside1@comcast.net>
9491
9492 2002-03-16 [paul]       0.7.4claws13
9493
9494         * src/compose.c
9495                 fix 'dynamic' signatures, make it work again
9496                 broken during sync on 2002-03-14 (0.7.4claws2)
9497
9498 2002-03-15 [match]      0.7.4claws12
9499
9500         * src/addrharvest.[ch]
9501         * src/addrgather.[ch]
9502         * src/addressbook.[ch]
9503         * src/mainwindow.c
9504                 included address harvester feature. still some
9505                 issues with address parsing that I will fix.
9506
9507 2002-03-15 [match]      0.7.4claws11
9508
9509         * src/addrbook.[ch]
9510         * src/addrcache.[ch]
9511         * src/addressbook.[ch]
9512         * src/addrindex.c
9513         * src/editbook.c
9514         * src/importldif.c
9515         * src/importmutt.c
9516         * src/jpilot.[ch]
9517         * src/main.c
9518         * src/syldap.[ch]
9519         * src/vcard.[ch]
9520                 tidy up. fix memory leaks. moved attribs and methods
9521                 from individual interfaces to addrcache object. prep
9522                 for new stuff to come in.
9523
9524 2002-03-15 [alfons]     0.7.4claws10
9525
9526         * src/matcher.[ch]
9527         * src/matcher_parser_parse.y
9528         * src/matcher_parser_lex.l
9529         * src/prefs_matcher.c
9530                 add filtering conditions message greater than, smaller 
9531                 than, and exactly matching a size in bytes
9532                 (does not work with delete from POP3 server yet)
9533
9534                 this should also give others an idea what you should
9535                 do to add new criterions to claws filtering system
9536                 
9537
9538 2002-03-15 [paul]       0.7.4claws9
9539
9540         * tools/filter_conv.pl
9541                 exit if there are no filter rules to convert
9542                 rename filterrc to filterrc.old after completion
9543
9544 2002-03-15 [paul]       0.7.4claws8
9545
9546         * sync with sylpheed 0.7.4cvs3
9547                 see ChangeLog entry 2002-03-14
9548
9549 2002-03-14 [paul]       0.7.4claws7
9550
9551         * src/compose.c
9552                 clean up the last commit (ahem)
9553
9554 2002-03-14 [paul]       0.7.4claws6
9555
9556         * src/compose.c
9557                 fix bug #515655. honour account preferences
9558                 regarding gpg default signing/encryption when 
9559                 changing account from the compose window.
9560
9561 2002-03-14 [paul]       0.7.4claws5
9562
9563         * src/folderview.c
9564                 remove unnecessary curly brackets
9565
9566 2002-03-14 [paul]       0.7.4claws4
9567
9568         * src/folderview.c
9569           src/prefs_filtering.[ch]
9570                 add filter rename on folder rename and filter
9571                 delete on folder delete. Patch submitted by
9572                 Neill Miller <neillm@thecodefactory.org> 
9573
9574 2002-03-14 [christoph]  0.7.4claws3
9575
9576         * src/procmsg.c
9577         * src/send.c
9578                 fix local delivery
9579                 (patch submitted by "Simon 'corecode' Schubert")
9580         * src/prefs_common.c
9581         * src/procmsg.c
9582                 fix gcc 3.0 warning
9583
9584 2002-03-14 [paul]       0.7.4claws2
9585
9586         * sync with sylpheed 0.7.4cvs2
9587                 see ChangeLog entry 2002-03-13
9588
9589 2002-03-12 [darko]      0.7.4claws1
9590
9591         * src/mainwindow.c
9592                 fix what seems to be a copy and paste error
9593                 when setting color for important messages
9594                 (reported by wwp)
9595
9596 2002-03-11 [paul]       version 0.7.4claws released
9597
9598 2002-03-11 [paul]       0.7.4claws
9599
9600         * po/es.po
9601           po/it.po
9602           po/nl.po
9603           po/pt_BR.po
9604                 update message catalogs. Submitted by Ricardo Mones 
9605                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9606                 Fabio Junior Beneditto
9607
9608         * configure.in
9609           faq/Makefile.am
9610           faq/it/Makefile
9611           faq/it/sylpheed-faq*
9612           src/mainwindow.c
9613           src/manual.[ch]
9614                 add FAQ in Italian
9615         
9616
9617 2002-03-11 [jens]       0.7.3claws7
9618
9619         * po/de.po
9620                 updated German translation
9621
9622 2002-03-11 [melvin]     0.7.3claws6
9623
9624         * po/fr.po
9625                 updated and corrected French translation
9626
9627 2002-03-10 [hoa]        0.7.3claws5
9628
9629         * src/account.c
9630         * src/inc.c
9631         * src/prefs_account.c
9632         * src/procmsg.c
9633         * src/send.[ch]
9634                 fixed the local account.
9635                 you have to change the default "/usr/sbin/sendmail"
9636                 to "/usr/sbin/sendmail -t" in the preferences of
9637                 the local account.
9638
9639         * src/procmime.c
9640                 removed some debug display for renderer
9641
9642 2002-03-10 [paul]       0.7.3claws4
9643
9644         * faq/en/sylpheed-faq-1.html
9645           faq/en/sylpheed-faq-2.html
9646                 update
9647
9648 2002-03-09 [paul]       0.7.3claws3
9649
9650         * sync with sylpheed 0.7.4
9651                 see ChangeLog entry 2002-03-09
9652
9653 2002-03-08 [paul]       0.7.3claws2
9654
9655         * faq/en/sylpheed-faq*
9656           faq/es/sylpheed-faq*
9657           faq/fr/sylpheed-faq*
9658                 update the FAQs
9659
9660         * manual/fr/.cvsignore
9661           manual/fr/Makefilea.am
9662           manual/fr/sylpheed*
9663           src/mainwindow.c
9664           src/manual.[ch]
9665                 add the French manual
9666
9667 2002-03-07 [paul]       0.7.3claws1
9668
9669         * sync with sylpheed 0.7.3cvs4
9670                 see ChangeLog entries  2002-03-06 and 2002-03-07
9671         
9672         * po/nl.po
9673                 updated by Wilbert Berendsen
9674
9675 2002-03-07 [melvin]     0.7.2claws34
9676
9677         * src/selective_download.c
9678                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9679
9680 2002-03-06 [paul]       0.7.2claws33
9681
9682         * sync with sylpheed 0.7.3cvs1
9683                 bug fix, see ChangeLog entry 2002-03-05
9684
9685 2002-03-05 [paul]       0.7.2claws32
9686
9687         * src/mimeview.c
9688           src/pgptext.[ch]
9689           src/procmsg.c
9690                 reverse the pgp ascii-armored code implemented in 
9691                 0.7.2claws16. removal of this code until it matures.
9692                 this means that verifying ascii-armored pgp sigs and
9693                 automatic decryption of ascii-armored encrypted
9694                 messages no longer works.
9695
9696 2002-03-05 [paul]       0.7.2claws31
9697
9698         * configure.in
9699           Makefile.am
9700         * faq/Makefile.am
9701         * faq/en/Makefile.am
9702           faq/en/sylpheed-faq.html
9703           faq/en/sylpheed-faq-1.html
9704           faq/en/sylpheed-faq-2.html
9705           faq/en/sylpheed-faq-3.html
9706         * faq/es/Makefile.am
9707           faq/es/sylpheed-faq.html
9708           faq/es/sylpheed-faq-1.html
9709           faq/es/sylpheed-faq-2.html
9710           faq/es/sylpheed-faq-3.html
9711           faq/es/sylpheed-faq-4.html
9712         * faq/fr/Makefile.am
9713           faq/fr/sylpheed-faq.html
9714           faq/fr/sylpheed-faq-1.html
9715           faq/fr/sylpheed-faq-2.html
9716           faq/fr/sylpheed-faq-3.html
9717         * src/Makefile.am
9718           src/defs.h
9719           src/mainwindow.c
9720           src/manual.[ch]
9721                 add FAQs in English, Spanish and French
9722
9723
9724 2002-03-05 [paul]       0.7.2claws30
9725
9726         * manual/en/sylpheed.html
9727           manual/en/sylpheed-XX.html
9728                 updated the English manual
9729
9730 2002-03-05 [hoa]        
9731
9732         * src/summaryview.c
9733                 dialog box pops up if the article can't be deleted.
9734
9735 2002-03-04 [paul]       
9736         
9737         * po/pt_BR.po
9738                 updated by Fabio Junior Benedito
9739
9740 2002-03-04 [hoa]
9741
9742         * removed ac/gpgme.m4
9743                 to avoid autogen common problem
9744                 developers have to install gpgme development package now
9745
9746         * src/compose.c
9747                 encoding to 7bit or 8bit is enabled.
9748
9749 2002-03-03 [alfons]     0.7.2claws29
9750
9751         * src/pop.c
9752                 merge fix by Oliver Haertel for selective
9753                 download buglet
9754
9755 2002-03-03 [paul]       0.7.2claws28
9756         
9757         * sync with sylpheed 0.7.3
9758
9759 2002-03-03 [paul]       0.7.2claws27
9760
9761         * sync with sylpheed 0.7.2cvs24
9762                 see ChangeLog entries 2002-03-02 and 2002-03-03
9763
9764 2002-03-02 [melvin]     0.7.2claws26
9765
9766         * src/inc.[ch]
9767         * src/main.c
9768         * src/mainwindow.c
9769         * src/prefs_common.[ch]
9770                 Added user definable notification on new mail arrival.
9771                 Removed unused variables in spell checker prefs code.
9772
9773 2002-03-02 [melvin]     0.7.2claws25
9774
9775         * src/quote_fmt.c
9776                 Removed unnecessary escape sequences.
9777                 Changed 'Initial...' to 'Initials of Sender'
9778
9779 2002-03-02 [paul]       0.7.2claws24
9780
9781         * sync with sylpheed 0.7.2cvs22
9782                 see ChangeLog entry 2002-03-01
9783
9784 2002-03-01 [hoa]        0.7.2claws23
9785
9786         * src/mainwindow.c
9787                 Set sensitivity of delete actions to active
9788                 even if the folder is a newsgroup.
9789
9790         * src/summaryview.c
9791                 - Set sensitivity of delete actions
9792                 - Added function check_permission() that will check if the
9793                   user is authorized to delete a message. For news, it
9794                   will check if the author is the same.
9795                 - Enabled deletion when there is no trash folder.
9796
9797         * src/news.[ch]
9798                 - Added news_cancel_article() to cancel articles
9799                 - Implemented news_remove_message() (public function)
9800
9801 2002-03-01 [paul]       0.7.2claws22
9802
9803         * src/gtkutils.c
9804           src/textview.c
9805                 recognise urls that that don't include 'http://' and
9806                 simply begin 'www.' 
9807
9808         * AUTHORS
9809                 remove duplicated name
9810
9811 2002-02-28 [paul]       0.7.2claws21
9812
9813         * src/mainwindow.c
9814           src/summaryview.[ch]
9815                 add ability to 'Select thread'
9816                 combines Melvin's "Select thread's head" patch (#510907)
9817                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9818                 patch (#518514) 
9819
9820 2002-02-28 [paul]       0.7.2claws20
9821
9822         * src/mimeview.c
9823                 hopefully fix segfault on right-clicking a mime part
9824                 that some people have experienced.      
9825                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9826
9827 2002-02-28 [paul]       0.7.2claws19
9828
9829         * sync with sylpheed 0.7.2cvs21
9830                 see ChangeLog entries 2002-02-27 and 2002-02-28
9831
9832 2002-02-27 [paul]       0.7.2claws18
9833
9834         * sync with sylpheed 0.7.2cvs18
9835                 see ChangeLog entries 2002-02-26 and 2002-02-27
9836
9837 2002-02-26 [alfons]     0.7.2claws17
9838
9839         * src/procheader.c
9840                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9841                 (spotted by Chris Hessman <idatech@gmx.net>)
9842
9843 2002-02-26 [paul]       0.7.2claws16
9844
9845         * src/mimeview.c
9846           src/pgptext.[ch]
9847           src/procmsg.c
9848                 make decryption of ascii-armored pgp encrypted messages
9849                 and verification of ascii-armored signatures work again.
9850                 slightly altered from the patch by Jens Jahnke 
9851                 <jan0sch@gmx.net>
9852
9853                 ##FIX ME##
9854                 * the checking of plaintext signatures always comes up in 
9855                   a popup box
9856                 * it doesn't work for multipart messages 
9857                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9858                   including the msg headers and these 2 line themselves, are 
9859                   not displayed
9860
9861         * src/mainwindow.c
9862                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9863                 "View/Message View" becomes "View/Separate Message View"
9864                 because its less ambiguous.
9865
9866         * po/es.po
9867                 updated by Ricardo Mones Lastra
9868
9869 2002-02-26 [paul]       0.7.2claws15
9870
9871         * sync with sylpheed 0.7.2cvs17
9872                 see ChangeLog entries 2002-02-25 and 2002-02-26
9873
9874 2002-02-25 [christoph]  0.7.2claws14
9875
9876         * src/filtering.[ch]
9877         * src/inc.c
9878                 do filtering stuff after all messages have been received
9879                   1. drop all messages to .processing
9880                   2. scan processing folder for messages
9881                   3. filter messages or move to inbox
9882                 this will also find old messages left in processing after
9883                 a crash or something like that and we get a real msginfo
9884                 from folder->get_msg_list and do not have to create our
9885                 own in filter_message
9886         * src/matcher_parser_parse.y
9887                 remove MIX/MAX warning (reordered includes)
9888
9889 2002-02-25 [paul]       0.7.2claws13
9890
9891         * sync with sylpheed 0.7.2cvs15
9892                 see ChangeLog entry 2002-02-24
9893
9894 2002-02-24 [alfons]     0.7.2claws12
9895
9896         * src/filtering.c
9897                 clear old color flags first when applying a new color to
9898                 a message info. 
9899                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9900
9901 2002-02-24 [alfons]     0.7.2.claws11
9902         
9903         * AUTHORS
9904         * src/prefs_common.c
9905                 add presets for Opera and Konqueror, closes patch #517261,
9906                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9907
9908 2002-02-24 [alfons]     0.7.2.claws10
9909
9910         * AUTHORS
9911         * src/summaryview.c
9912                 fix threading for null message ids, closes patch #521601,
9913                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9914
9915 2002-02-24 [alfons]     0.7.2claws9
9916
9917         * src/summaryview.c
9918         * src/filtering.c
9919                 make Tool | Filter Message work with filtering system so
9920                 setting flags also works
9921
9922                 TODO:
9923
9924                 - Processing uses the same function as Tool | Filter
9925                   Message, but doesn't use the same update proc yet
9926
9927 2002-02-23 [paul]       0.7.2claws8
9928
9929         * sync with sylpheed 0.7.2cvs14
9930                 see ChangeLog entries 2002-02-22 and 2002-02-23
9931
9932 2002-02-22 [christoph]  0.7.2claws7
9933
9934         * src/quote_fmt.c
9935                 Add column space to table
9936         * src/quote_fmt_parse.y
9937                 Close files
9938
9939 2002-02-22 [paul]       0.7.2claws6
9940
9941         * src/Makefile.am
9942           src/defs.h
9943           src/filtering.c
9944           src/inc.[ch]
9945           src/mainwindow.c
9946           src/matcher.[ch]
9947           src/matcher_parser_lex.l
9948           src/matcher_parser_parse.y
9949           src/pop.[ch]
9950           src/prefs_account.h
9951           src/prefs_filtering.c
9952           src/selective_download.[ch]   *** NEW FILES ***
9953           src/utils.[ch]
9954           po/POTFILES.in
9955                 Selective Download added to 'Tool' menu. 
9956                 Retrieves email headers of the currently selected pop3 
9957                 account and allows the user to mark emails for deletion 
9958                 right on the pop3 server. Patch submitted by Oliver Haertel 
9959                 <oha@users.sourceforge.net>.
9960         
9961         * po/POTFILES.in
9962                 add 'src/quote_fmt.c'           
9963
9964 2002-02-22 [christoph]  0.7.2claws5
9965
9966         * src/Makefile.am
9967                 added quote_fmt.c
9968         * src/prefs_common.[ch]
9969         * src/prefs_template.c
9970         * src/quote_fmt.c               *** NEW FILE ***
9971         * src/quote_fmt.h
9972                 move quote format symbol description code
9973                 to it's own file because it is used from
9974                 differnent code parts
9975                 Rewrote symbol description GUI
9976                   + use table
9977                   + add separators
9978                   + get data from array (no more long constant strings)
9979         * src/quote_fmt_lex.l
9980         * src/quote_fmt_parse.y
9981                 Symbol for Literal % changed to \% instead of %%
9982                 (More logical as \ is used for quoting for other symbols)
9983                 Add |f and |p to include files and program output
9984                 Examples:
9985                     |f{/home/.../.signature}
9986                     |p{date}
9987         * po/de.po
9988                 Correct wrong spelling for "Referenzen"
9989
9990 2002-02-21 [paul]       0.7.2claws4
9991
9992         * src/procmsg.c
9993                 forgotten during sync
9994
9995 2002-02-21 [paul]       0.7.2claws3
9996
9997         * sync with sylpheed 0.7.2cvs11
9998                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9999                 2002-02-20 and 2002-02-21
10000
10001 2002-02-20 [melvin]     0.7.2claws2
10002
10003         * src/prefs_actions.c
10004                 Added error report when child cannot fork or when execvp 
10005                 returns with an error.
10006
10007 2002-02-19 [christoph]  0.7.2claws1
10008
10009         * src/codeconv.c
10010                 return unconverted text if conde conversion is not possible
10011                 when libjconv is used.
10012                 (patch submitted by "Simon 'corecode' Schubert")
10013
10014 2002-02-19 [paul]       
10015
10016         * version 0.7.2claws release
10017
10018 2002-02-19 [paul]       0.7.2claws
10019
10020         * po/nl.po
10021                 updated by Wilbert Berendsen
10022
10023
10024 2002-02-18 [alfons]     0.7.1claws13
10025
10026         * src/syldap.c
10027         * src/jpilot.c
10028                 remove references to dlfcn and explicitly loading functions
10029                 from dynalink libs, because libs linked anyway, and functions
10030                 are loaded explicitly
10031
10032 2002-02-17 [melvin]     0.7.1claws12
10033
10034         * src/prefs_actions.c
10035                 Replaced children wait loop with double fork technique.
10036                 Now, input/output window updated at each new output.
10037                 free_children(): Fixed a memory leak.
10038                 Made input/output window non closable if running children
10039                 still exist.
10040                 Added missing <unistd.h> include.
10041                 Added some --debug outputs.
10042
10043 2002-02-17 [melvin]     0.7.1claws11
10044
10045         * src/summaryview.c
10046                 Fixed bug where descending sort order did not select top
10047                 message.
10048
10049 2002-02-17 [melvin]     0.7.1claws10
10050
10051         * acconfig.h
10052                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10053         * src/prefs_common.c
10054                 Pspell data package directory no more hard coded but
10055                 set during configuration (PSPELL_PATH). (Thanks to 
10056                                 Gustavo Noronha Silva.)
10057
10058 2002-02-17 [melvin]     0.7.1claws9
10059
10060         * configure.in
10061                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10062         * src/gtkspell.c
10063                 Fixed compile-time warnings.
10064
10065 2002-02-16 [alfons]     0.7.1claws8
10066
10067         * src/filesel.c
10068                 fix inadvertent free of NULL pointer which caused
10069                 sylpheed to crash when closing the save-as dialog
10070                 using the window close button
10071
10072 2002-02-16 [carsten]    0.7.1claws7
10073         * src/mainwindow.[ch]
10074           src/summaryview.c
10075           src/prefs_common.c
10076                 fixes for pixmap theming code:
10077                         - recently changed mail attributes shouldn't get
10078                           lost any longer
10079                         - theme is only reloaded iff another theme was
10080                           selected
10081
10082 2002-02-16 [paul]       0.7.1claws6
10083
10084         * sync with sylpheed 0.7.2 release
10085                 see ChangeLog entry 2002-02-15 and 2002-02-16
10086
10087 2002-02-15 [paul]       0.7.1claws5
10088
10089         * sync with sylpheed 0.7.1cvs9
10090                 see ChangeLog entry 2002-02-15
10091
10092         * po/POTFILES.in
10093                 remove unneeded headerwindow.c entry
10094
10095 2002-02-14 [carsten]    0.7.1claws4
10096         * src/summaryview.c
10097                 fixed a bug for "Go to next unread message": there was
10098                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
10099                 in the prefs, because of doing "Search again" instead
10100                 "No"
10101
10102 2002-02-14 [carsten]    0.7.1claws3
10103         * src/stock_pixmap.c
10104                 removed 2 more mem leaks; following memprof,
10105                 this code is "leak free" now :)
10106
10107 2002-02-14 [carsten]    0.7.1claws2
10108         * src/stock_pixmap.c
10109                 used opendir/readdir/closedir instead of scandir
10110                 -> code should work now on Solaris
10111
10112 2002-02-14 [paul]       0.7.1claws1
10113
10114         * sync with sylpheed 0.7.1cvs8
10115                 see ChangeLog entries 2002-02-13 and 2002-02-14
10116
10117         * README.claws
10118                 add some description of Actions and Pixmap Themes
10119
10120 2002-02-13 [paul]       
10121
10122         * version 0.7.1claws release
10123
10124 2002-02-13 [paul]       0.7.1claws
10125
10126         * po/es.po
10127           po/it.po
10128           po/pt_BR.po
10129                 updated translations, submitted by Ricardo Mones Lastra,
10130                 Alessandro Maestri and Fabio Junior Beneditto
10131
10132 2002-02-13 [melvin]     0.7.0claws75
10133
10134         * src/prefs_actions.c
10135                 Added missing "signal.h" include
10136
10137 2002-02-13 [melvin]     0.7.0claws74
10138
10139         * src/prefs_folder_item.c
10140                 Added missing "config.h" include
10141         * po/fr.po
10142                 Updated French translation for folder propriety.
10143
10144 2002-02-13 [jens]       0.7.0claws73
10145
10146         * po/POTFILES.in
10147                 Added missing src/prefs_folder_item.c [log added by melvin]
10148         * po/de.po
10149                 Updated German translation.
10150
10151 2002-02-13 [melvin]     0.7.0claws72
10152
10153         * po/fr.po
10154                 Updated French translation.
10155
10156 2002-02-13 [melvin]     0.7.0claws71
10157
10158         * src/gtkutils.c
10159                 Made gtkut_editable_get_selection return NULL if selection
10160                 is of length zero.
10161                 This fixes a bug where selecting part of message A then
10162                 switching to message B and replying to it will not
10163                 quote the message's body.
10164
10165 2002-02-12 [paul]       0.7.0claws70
10166
10167         * src/mainwindow.c
10168                 cosmetic, relating to pixmap themes: on toolbar make 
10169                 updating of 'Exec' and 'Compose news/Compose email'
10170                 icons faster.
10171
10172 2002-02-12 [carsten]    0.7.0claws69
10173         * src/folderview.c
10174           src/mainwindow.[ch]
10175           src/stock_pixmap.c
10176           src/summaryview.c
10177           src/prefs_common.c
10178                 - refreshing after changing pixmap theme better
10179                   now (thanks Paul)
10180                 - wanted to remove some mem leaks, but alfons was
10181                   faster (and had the better solution ;)
10182
10183 2002-02-12 [alfons]     0.7.0claws68
10184
10185         * src/prefs_common.c
10186         * src/stock_pixmap.[ch]
10187                 plug mem leaks, refactor code a little bit
10188
10189
10190 2002-02-12 [sergey]     0.7.0claws67
10191
10192         * src/imap.c
10193                 Fixed problem with copying messages to IMAP folders when the
10194                 server uses something other than '/' as a namespace separator
10195                 (cyrus-imapd uses '.').
10196
10197 2002-02-12 [jens]       0.7.0claws66
10198
10199         * po/de.po
10200                 Updated German Translation
10201
10202 2002-02-12 [paul]       0.7.0claws65
10203
10204         * sync with sylpheed 0.7.1cvs1
10205                 see ChangeLog entry 2002-02-12
10206
10207 2002-02-12 [melvin]     0.7.0claws64
10208
10209         * src/prefs_actions.c
10210                 Fixed "feature" where children's output was duplicated 
10211                 instead of refreshed while monitoring.
10212                 Removed some debug code.
10213
10214 2002-02-12 [christoph]  0.7.0claws63
10215
10216         * src/compose.c
10217                 always delete message from queue after sending/send error
10218                 (closes bug #509601)
10219
10220 2002-02-12 [melvin]     0.7.0claws62
10221
10222         * src/prefs_actions.c
10223                 Children wait loop is now triggered with a timeout of 1s
10224                 Added %F which is replaced with the list of filenames 
10225                 of all selected messages (as suggested by Ricardo Mones Lestra)
10226                 Pipe syntax changed. Prefix with | to send selection, postfix
10227                 with | to retrieve output. Prefix with > or * to send
10228                 user definable input to the command (*: input is hidden)
10229                 Old pipe action should now be postfixed with |, too.
10230
10231 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10232         * src/stock_pixmap.c
10233                 fixed a bug: if there's no theme directory don't
10234                 throw an error, just do "nothing" (thanks Alfons)
10235
10236 2002-02-12 [carsten]    0.7.0claws60
10237         * src/folderview.c
10238           src/summaryview.c
10239                 had to write the cache twice (nasty!); some marks would 
10240                 get lost if not
10241
10242 2002-02-11 [carsten]    0.7.0claws59
10243         * acconfig.h
10244           configure.in
10245           doc-src/maintainer_guide.txt
10246           src/compose.[ch]
10247           src/defs.h
10248           src/folderview.[ch]
10249           src/gtkutils.[ch]
10250           src/mainwindow.[ch]
10251           src/prefs_common.[ch]
10252           src/stock_pixmap.[ch]
10253           src/summaryview.[ch]
10254                 pixmap theming and related work on pixmap
10255                 handling on some other places
10256                 (e.g. hrm features for all folder)
10257           src/pixmap/stock_*.xpm -> the stock_ was removed
10258         
10259 2002-02-11 [paul]       0.7.0claws58
10260
10261         * sync with sylpheed 0.7.1 release
10262                 see ChangeLog entries 2002-02-11
10263
10264 2002-02-08 [paul]       0.7.0claws57
10265
10266         * sync with sylpheed 0.7.0cvs39
10267                 see ChangeLog entry 2002-02-07 (last entry) 
10268
10269         * src/prefs_actions.c
10270           src/prefs_filtering.c
10271           src/prefs_matcher.c
10272           src/prefs_scoring.c
10273                 sync: made it compile with C compilers other than gcc
10274
10275 2002-02-07 [paul]       0.7.0claws56
10276
10277         * sync with sylpheed 0.7.0cvs38
10278                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10279                 2002-02-07
10280
10281 2002-02-07 [darko]      0.7.0claws55
10282
10283         * src/gtkutils.[ch]
10284         * src/summaryview.c
10285                 Fix const gchar */gchar * issue (thanks Hiro)
10286
10287 2002-02-07 [darko]      0.7.0claws54
10288
10289         * src/compose.[ch]
10290         * src/filtering.c
10291         * src/gtkutils.[ch]
10292         * src/prefs_template.c
10293         * src/quote_fmt.h
10294         * src/quote_fmt_parse.y
10295         * src/summaryview.c
10296         * src/utils.[ch]
10297                 When replying or forwarding an email don't quote the entire
10298                 mail body but use the part of the message text that is selected
10299
10300 2002-02-06 [melvin]     0.7.0claws53
10301
10302         * src/prefs_common.[ch]
10303         * src/gtkspell.[ch]
10304         * src/compose.c
10305                 Made possible to switch quickly to last used dictionary
10306                 which makes checking bilingual documents easier.
10307
10308 2002-02-06 [melvin]     0.7.0claws52
10309         
10310         * po/POTFILES.in
10311                 Added forgotten new file src/prefs_actions.c
10312
10313 2002-02-06 [melvin]     0.7.0claws51
10314
10315         * src/prefs_actions.c   ** NEW FILE **
10316         * src/prefs_actions.h   ** NEW FILE **
10317                 Added actions to execute on message text view, or on the
10318                         message's file.
10319         * src/Makefile.am
10320                 Added src/prefs_actions.[ch]
10321         * src/compose.c
10322                 Added new menu "Edit/Actions"
10323         * src/defs.h
10324                 Added new actionsrc file.
10325         * src/main.c
10326                 Added actionsrc reading.
10327         * src/mainwindow.c
10328                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10329         * src/prefs_common.h
10330                 Added new element actionslst element to prefs_common.
10331
10332 2002-02-06 [paul]       0.7.0claws50
10333
10334         * sync with sylpheed 0.7.0cvs36
10335                 see ChangeLog entry 2002-02-06
10336
10337 2002-02-05 [paul]
10338
10339         * po/es.po
10340                 updated by Ricardo Mones Lastra
10341
10342 2002-02-05 [paul]       0.7.0claws49
10343
10344         * sync with sylpheed 0.7.0cvs33
10345                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10346
10347 2002-02-05 [paul]       0.7.0claws48
10348
10349         * src/compose.c
10350                 re-add 'Edit/Advanced/Delete entire line', previously named
10351                 'Delete Line+'
10352
10353 2002-02-04 [paul]       0.7.0claws47
10354
10355         * src/compose.c
10356           src/summaryview.c
10357                 fix bug #494993 (Reply All not taking Reply-To into consi)
10358                 eliminate differences in behaviour of right-click 'Reply to all' 
10359                 in summary view and 'Reply to all' on the toolbar. 
10360                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10361                 view and From gets ignored by 'Reply to all' on toolbar.
10362                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10363                 From when no Reply-To header is present.
10364
10365 2002-02-04 [paul]       0.7.0claws46
10366
10367         * sync with sylpheed 0.7.0cvs30
10368                 see ChangeLog entries 2002-02-03 and 2002-02-04
10369
10370 2002-02-03 [melvin]     0.7.0claws45
10371
10372         * src/gtkspell.[ch]
10373                 Readded function to highlight all misspelled words.
10374                 Fixed bug where user-provided-words did not replace
10375                         correctly the misspelled word when using the mouse.
10376                 Fixed bug where checking a region selected from right to left did
10377                         not check the region at all.
10378                 Fixed bug where 'Check backwards' may not check at all. 
10379                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10380                 Fixed possible buffer overflow when checking for long strings (>1k).
10381                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10382                 Accelerators code uses now gtk_widget_add_accel.
10383                 Removed and disabled obsolete and unfinished code.
10384                 Cleaning up.
10385
10386         * src/compose.c
10387                 Added menu item to Highlight all misspelled words.
10388
10389 2002-02-01 [paul]       0.7.0claws44
10390
10391         * src/mainwindow.c
10392                 fix '/View/Hide read messages' sensitivity when all
10393                 messages in a folder are hidden
10394
10395 2002-02-01 [paul]       0.7.0claws43
10396
10397         * src/main.c
10398                 add --send option to command line interface, sends all
10399                 queued mail. Patch submitted by Ricardo Mones Lastra.
10400
10401 2002-01-31 [paul]       0.7.0claws42
10402
10403         * src/mainwindow.c
10404                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10405
10406 2002-01-31 [paul]       0.7.0claws41
10407
10408         * sync with sylpheed 0.7.0cvs27
10409                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10410                 and 2002-01-31
10411
10412         * src/textview.c
10413                 comment out elements of textview_show_part() as temporary
10414                 workaround for attachment 'Display as text' bug 
10415
10416         * po/pt_BR.po
10417                 updated by Fabio Junior Beneditto
10418
10419 2002-01-30 [paul]       0.7.0claws40
10420
10421         * sync with sylpheed 0.7.0cvs24
10422                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10423                 and 2002-01-30
10424
10425         * src/compose.c
10426                 add {N_("/_Spelling"), ... "<Branch>"} to 
10427                 GtkItemFactoryEntry compose_entries[]
10428
10429         * src/prefs_common.c
10430                 add claws menu items to prefs_keybind_apply_clicked()
10431                 and remove non-claws menu items
10432
10433 2002-01-29 [paul]       0.7.0claws39
10434
10435         * sync with sylpheed 0.7.0cvs22
10436                 see ChangeLog entries 2002-01-28 and 2002-01-29
10437
10438 2002-01-28 [melvin]     0.7.0claws38
10439
10440         * src/compose.c
10441                 Added the declartion of compose_send_control_enter.
10442
10443         * src/compose.c
10444         * src/gtkspell.[ch]
10445                 Added in a 'Spelling' menu which includes the configuration menu. 
10446                 Added a real 'Check all' and got rid from the old one which only
10447                 highlited misspelled word.
10448                 Made 'Check while typing' a disableable option.
10449                 Added a dialog when there are no more misspelled word.
10450                 Added a dialog if error occurs when switching to a dictionary.
10451         
10452         * src/prefs_common.[ch]
10453                 Added option for the default 'Check while typing' option.
10454
10455
10456 2002-01-28 [alfons]     0.7.0claws37
10457
10458         * src/compose.c
10459                 fix buglet and make code comply with sylpheed code style
10460
10461 2002-01-28 [paul]       0.7.0claws36
10462
10463         * sync with sylpheed 0.7.0cvs19
10464                 see ChangeLog entries for 2002-01-28
10465
10466 2002-01-28 [hoa]        0.7.0claws35
10467
10468         * src/defs.h
10469                 added rendererrc
10470
10471         * src/main.c
10472                 read the renderer config
10473
10474         * src/procmime.[ch]
10475                 use the renderer config to convert mime attachments
10476
10477         * src/textview.c
10478                 don't use textview_show_html/ertf,
10479                 use get_text_content instead
10480
10481 2002-01-27 [alfons]     0.7.0claws34
10482         
10483         * src/news.c
10484                 make sylpheed believe it can delete a news message...
10485                 (messages are NOT deleted, maybe we should remove
10486                 processing from the folder properties after all.)
10487
10488 2002-01-27 [alfons]     0.7.0claws33
10489
10490         * src/folder.c
10491                 add extra checks
10492         * src/news.c
10493                 implement remove_msg() 
10494
10495 2002-01-27 [alfons]     0.7.0claws32
10496
10497         * src/procmsg.h
10498         * src/procheader.c
10499         * src/messageview.c
10500                 fix return receipt / disposition notification again. this
10501                 stuff seems to break on _every_ major summary UI change, so
10502                 it's now implemented using a flag which is saved in the
10503                 marks cache
10504                 
10505 2002-01-26 [alfons]     0.7.0claws31
10506
10507         * src/import.c
10508                 let import dialog show the destination folder identifier
10509
10510 2002-01-26 [melvin]     0.7.0claws30
10511
10512         * src/folderview.c
10513         * src/summaryview.c
10514                 Readded 'Mark all read' into summary view popup menu
10515                 Added 'Mark all read' in folder view popup menu for IMAP
10516                 and NNTP.
10517                 Made it insensitive if the selected folder is not the shown
10518                 one to avoid 'Mark all read' on the wrong folder.
10519                 
10520 2002-01-26 [paul]       0.7.0claws29
10521
10522         * src/folderview.c
10523           src/summaryview.c
10524                 move 'Mark all read' from summary view to folder view
10525                 menu. (adapted from) patch submitted by Jeremy Andrews,
10526                 <lists@kerneltrap.com>
10527
10528 2002-01-25 [alfons]     0.7.0claws28
10529
10530         * src/gtkstext.c
10531                 put the gtk class name back so GtkSText adapts the 
10532                 settings of GtkText
10533
10534 2002-01-25 [alfons]     0.7.0claws27
10535
10536         * src/folderview.c 
10537                 assimilate Ricardo's patch that shows pixmaps instead of
10538                 plain "new" and "unread" texts in the folder view column
10539                 headers 
10540
10541 2002-01-25 [paul]       0.7.0claws26
10542
10543         * src/Makefile.am
10544                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10545                 be found in non-standard locations. 
10546                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10547
10548 2002-01-25 [paul]       0.7.0claws25
10549
10550         * sync with sylpheed 0.7.0cvs16
10551                 see ChangeLog entry 2002-01-25
10552
10553 2002-01-24 [paul]       0.7.0claws24
10554
10555         * more sync with sylpheed 0.7.0cvs15
10556                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10557
10558 2002-01-23 [sergey]     0.7.0claws23
10559
10560         * src/importldif.c
10561                 Fixed segfault when closing LDIF import wizard with
10562                 the window manager.
10563         * src/imageview.c
10564         * src/imageview.h
10565         * src/messageview.c
10566         * src/mimeview.c
10567                 Fixed wrong scrolling position after switching between
10568                 text and image parts.
10569
10570 2002-01-23 [paul]       0.7.0claws22
10571
10572         * sync with sylpheed 0.7.0cvs15
10573                 see ChangeLog entries 2002-01-22 and 2002-01-23
10574
10575 2002-01-21 [melvin]     0.7.0claws21
10576
10577         * src/prefs_scoring.c
10578         * src/prefs_filtering.c
10579                 Fixed bug where scoring and filtering windows stopped
10580                 autochecking.
10581
10582 2002-01-21 [paul]       0.7.0claws20
10583
10584         * sync with sylpheed 0.7.0cvs12
10585                 see ChangeLog entries 2002-01-20 and 2002-01-21
10586
10587 2002-01-21 [carsten]    0.7.0claws19
10588         * src/mainwindow.c
10589         * src/menu.[ch]
10590         * src/messageview.[ch]
10591         * src/summaryview.[ch]
10592                 changes to shortcuts handling again:
10593                         + "Q" now controled by mainwin
10594                         + v/V are now customizable and have slightly
10595                           different meanings
10596                 the "button" to minimize the messageview (and maximize
10597                 the summary view) is a real button now
10598         * src/compose.c
10599                 "Delete Line+" added to Edit/Advanced (this will also
10600                 delete the '\n')
10601
10602 2002-01-20 [melvin] 0.7.0claws18
10603
10604         * src/addressbook.c
10605                 Made "Bcc" sensitive when addressbook is called from
10606                 compose window (it was a Claws only bug).
10607
10608 2002-01-19 [alfons] 0.7.0claws17
10609
10610         * src/inc.c
10611                 prevent unnecessary updates when currently selected folder has
10612                 no new messages 
10613
10614 2002-01-19 [alfons] 0.7.0claws16
10615         
10616         * src/summaryview.c
10617                 prevent writing the cache based on current message list in summary 
10618                 view when filtering also put messages in currently selected folder
10619
10620 2002-01-19 [paul]
10621
10622         * po/it.po
10623                 Italian translation submitted by Alessandro Maestri
10624                 <a.maestri@cs.tin.it>
10625
10626 2002-01-18 [melvin]     0.7.0claws15
10627
10628         * src/prefs_filters.c
10629                 fixed bug where 'cancel' from 'filters' window stops autochecking
10630                 if the timer timed out  when the window was open.
10631
10632 2002-01-18 [match]      0.7.0claws14
10633
10634         * src/addrclip.[ch]     ** NEW FILE **
10635         * src/addrselect.[ch]   ** NEW FILE **
10636         * src/adbookbase.h      ** NEW FILE **
10637                 addressbook cut, copy and paste
10638         * src/addrbook.[ch]
10639         * src/addrcache.[ch]
10640         * src/addressitem.h
10641         * src/addrindex.[ch]
10642         * src/addritem.[ch]
10643         * src/importldif.c
10644         * src/importmutt.c
10645         * src/jpilot.[ch]
10646         * src/syldap.[ch]
10647         * src/vcard.[ch]
10648         * src/jpilot.[ch]
10649         * src/editbook.c
10650         * src/editjpilot.c
10651         * src/editldap.c
10652         * src/editvcard.c
10653                 support for copy/paste
10654         * src/addressbook.c
10655                 support for copy/paste
10656                 tidy up menu option processing
10657                 correct address list function arguments
10658         * src/editaddress.c
10659                 sort user attributes
10660         * src/ldif.h
10661         * src/mutt.h
10662                 tidy up
10663
10664         * src/addrbook.[ch]
10665         * src/addrbook.[ch]
10666         * src/addrbook.[ch]
10667                 
10668
10669 2002-01-18 [paul]       0.7.0claws13
10670
10671         * sync with sylpheed 0.7.0cvs8
10672                 configure.in: support Mac OS X (Darwin)
10673
10674 2002-01-18 [carsten]    0.7.0claws12
10675         * src/html.c
10676                 small hack to fix a segfault with an empty href
10677                 (reported by Alexandra Walford <deeni@altern.org>)
10678         * src/mainwindow.c
10679         * src/summaryview.c
10680                 the shortcuts for Mark und Mark as unread are hardcoded
10681                 again
10682         * src/compose.c
10683         * src/gtkstext.[ch]
10684                 readded the shortcuts in gtkstext but made them
10685                 customizeable (simply by adding a menu plus a wrapper
10686                 to compose.c)
10687
10688 2002-01-17 [melvin]     0.7.0claws11
10689
10690         * src/gtkspell.c
10691                 fix default dictionary not being saved.
10692
10693 2002-01-16 [darko]      0.7.0claws10
10694
10695         * src/compose.c
10696                 fix wrapping crash with URL longer than wrapping margin
10697
10698 2002-12-08 [hoa]        0.7.0claws10
10699
10700         * src/matcher_parser_parse.y
10701                 fixed some bugs
10702
10703         * src/prefs_filtering.c
10704                 now, we can use bounce action in the dialog box.
10705
10706 2002-01-16 [carsten]    0.7.0claws9
10707         * src/gtkstext.c
10708                 removed the <control> and <alt> shortcuts because they're
10709                 not needed and interefered with the "normal" shortcuts
10710         * src/mainwindow.c
10711         * src/summaryview.c
10712                 removed most of the hardcoded shortcuts and assigned
10713                 them to menu entries making them easy customizable by
10714                 that
10715
10716 2002-01-16 |melvin]     0.7.0claws8
10717
10718         * src/gtkspell.c
10719                 fixed bug where using the mouse and when the compose
10720                 window is not on top may result in a crash.
10721
10722 2002-01-16 [melvin]     0.7.0claws7
10723
10724         * src/compose.c
10725                 fixed a long standingspell checker bug which could 
10726                 cause a crash after sending a message.
10727
10728 2002-01-16 [paul]       0.7.0claws6
10729
10730         * sync with sylpheed 0.7.0cvs7
10731                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10732                 2002-01-15, and 2002-01-16
10733
10734 2002-01-16 [melvin]     0.7.0claws5
10735
10736         * README.claws
10737         * src/compose.c
10738         * src/gtkspell.[ch]
10739         * src/main.c
10740                 Heavily modified spell checker code to work around
10741                 ispell bug, to add keyboard shortcuts and for future
10742                 enhancements. See README.claws for usage information.
10743
10744 2002-01-15 [alfons]     0.7.0claws4
10745         
10746         * src/summaryview.c
10747                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10748                 so sorting within threads reflects sort mode
10749
10750 2002-01-15 [christoph]  0.7.0claws3
10751
10752         * src/procmsg.c
10753                 added alertpanel if mail sending failed
10754
10755 2002-01-15 [alfons]     0.7.0claws2
10756         
10757         * src/prefs_filtering.c
10758                 don't stop timer when prefs filtering dialog is opened
10759
10760 2002-01-14 [alfons]     0.7.0claws1
10761
10762         * src/addr_compl.c
10763         * src/prefs.c
10764                 remove debug_print()s for privacy reasons
10765
10766 2002-01-14 [darko]      0.7.0claws
10767
10768         * README.claws
10769                 quotation wrapping is now also in the main branch
10770
10771 2002-01-14 [paul]
10772
10773         * tools/filter_conv.pl
10774                 allow for Boolean Op and case-sensitivity
10775                 this file is included in the release and tagged
10776                 'rel_0_7_0'
10777
10778 2002-01-13 [paul]       0.7.0claws
10779
10780         * release 0.7.0, with cvs tag 'rel_0_7_0'
10781
10782 2002-01-13 [paul]
10783
10784         * tools/filter_conv.pl
10785         * tools/README
10786                 rewritten to output to matcherrc instead of filteringrc
10787
10788         * po/es.po
10789                 updated Spanish translation by Ricardo Mones Lastra
10790
10791 2002-01-13 [alfons]
10792
10793         * po/nl.po
10794                 update dutch translation
10795
10796 2002-01-13 [paul]
10797
10798         * po/pt_BR.po
10799                 Updated by Fabio Junior Beneditto 
10800
10801 2002-01-13 [melvin]     0.6.6claws53
10802
10803         * po/fr.po
10804                 Updated french translation
10805
10806 2002-01-12 [alfons]     0.6.6claws52
10807
10808         * src/filtering.c
10809                 plug mem leak that has been sitting there for ages              
10810
10811 2002-01-12 [alfons]     0.6.6claws51
10812
10813         * src/summaryview.c
10814                 undo melvin's changes from 0.6.6claws48 because summary
10815                 view now refuses to select first unread message when
10816                 selecting a folder 
10817
10818 2002-01-11 [alfons]     0.6.6claws50
10819
10820         * src/import.c
10821                 use claws' semantics for getting folder item when
10822                 importing an mbox file into a folder 
10823                 (submitted by Dale P. Smith)
10824
10825 2002-01-11 [christoph]  0.6.6claws49
10826
10827         * src/prefs.h
10828                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10829                 toggle widget, because non static prefs can not use
10830                 prefs_set_* functions
10831         * src/prefs_account.c
10832                 toggle smtp auth password field sensitivity if
10833                 user id is empty and add descrition of usage for
10834                 these fields
10835         * src/prefs_folder_item.c
10836                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10837                 callbacks
10838
10839 2002-01-11 [melvin]     0.6.6claws48
10840
10841         * src/compose.c
10842                 fix the 'Ctrl-Enter' feature for sending and test really
10843                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10844                 editables which was not documented in Gtk)
10845
10846         * src/summaryview.c
10847                 Made summaryview refresh after sorting and not before.
10848
10849 2002-01-11 [christoph]  0.6.6claws47
10850
10851         * src/compose.c
10852                 select account from account ids if possible and
10853                 correctly set save folder for copy in reedit
10854
10855 2002-01-10 [paul]       0.6.6claws46
10856
10857         * sync with sylpheed 0.7.0 release
10858                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10859                 2002-01-09
10860
10861 2002-01-09 [alfons]
10862
10863         * src/summaryview.c
10864                 remove more dirt traces...
10865
10866 2002-01-09 [alfons]
10867         
10868         * src/summaryview.c
10869                 clean up some traces of my debugging stuff
10870
10871 2002-01-09 [alfons]     0.6.6claws45
10872
10873         * src/filtering.c
10874                 break up filteringprop_apply() in three separate pieces
10875                 so we can drop messages that failed processing in the
10876                 inbox
10877
10878         * src/summaryview.c
10879                 fix bug #469598 "no refresh of inbox after filter" which 
10880                 was introduced by the new summary view locking, and which 
10881                 prevented the summary view to update after a manual filter 
10882                 message. claw's filter message requires a summary_show().
10883                 (aargh, summary_show() again! :-)
10884                 
10885 2002-01-07 [alfons]     0.6.6claws44
10886
10887         * src/headerwindow.c
10888         * src/logwindow.c
10889         * src/messageview.c
10890         * src/sourcewindow.c
10891                 bring in Hiro's last 0.7.0 wm class fixes
10892
10893         * tools/sylprint.pl
10894                 bring in Ricardo's fix for sylprint script
10895
10896         * AUTHORS       
10897         * src/rfc2015.[ch]
10898         * src/prefs_common.[ch]
10899         * src/prefs_account.[ch]
10900         * src/compose.c
10901                 clean up account preference poison in rfc2015,
10902                 and preparation to fix double sign bug 
10903                 (patch submitted by Simon 'corecode' Schubert)
10904
10905 2002-01-07 [christoph]  0.6.6claws43
10906
10907         * src/mh.c
10908                 search for free message number, do not only rely
10909                 on last_num
10910         * src/send.c
10911                 fix smtp auth and use extra account information
10912                 if available, if not use pop3 data instead
10913                 (closes bug #500341)            
10914         * src/ssl.[ch]
10915                 match coding style
10916
10917 2002-01-06 [alfons]     0.6.6claws42
10918
10919         * src/mainwindow.c
10920                 try making the separate windows work again...
10921
10922 2002-01-06 [alfons]     0.6.6claws41
10923
10924         * src/mainwindow.c
10925                 adapt Hiro's separate window menu (to get rid of the funny
10926                 duplicate menu items), and make it work again
10927
10928 2002-01-06 [alfons]     0.6.6claws40
10929
10930         * tools/Makefile.am
10931         * tools/sylprint.rc
10932         * tools/sylprint.pl
10933         * tools/README.sylprint
10934                 add sylprint script for printing mails from Sylpheed
10935                 (contributed by Ricardo Mones Lastra)
10936
10937         * src/acount.c
10938                 clean up
10939
10940 2002-01-06 [melvin]     0.6.6claws39
10941
10942         * src/mainwindow.c
10943         * src/summaryview.c
10944                 Fixed crash introduced in 0.6.6claws38 by the menu
10945                 reorganisation (Hide read messages)
10946         
10947         * ChangeLog.claws 
10948                 Fixed typo (we are now in 2002, alfons ;) )
10949
10950 2002-01-05 [alfons]     0.6.6claws38
10951
10952         * sync with sylpheed 0.6.6cvs10-17
10953                 (last stuff marked as LAST_STABLE)
10954
10955 2002-01-04 [melvin]     0.6.6claws37
10956
10957         * src/account.c
10958                 Made account selection code use strcasestr again instead of
10959                 g_strcasecmp (fixes bug where reediting queued messages
10960                 did not select proper account reported by T. Link).
10961         
10962         * src/folderview.c
10963                 Fix bug where folder icons are not shown when 'hide read messages'
10964                 is on.
10965         
10966         * src/stock_pixmaps.[ch]
10967                 Added folder icons for 'hide read messages'.
10968         
10969         * src/compose.c
10970                 Fixed bug where 'Enter' in a header entry will send the message 
10971                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10972
10973 2002-01-03 [melvin]     0.6.6claws36
10974         
10975         * src/prefs.[ch]
10976                 Added popup menu for common preferences and
10977                 account preferences (right click on tab displays
10978                                 a menu of all tabs.)
10979
10980 2002-01-02 [melvin]     0.6.6claws35
10981
10982         * src/gtkspell.[ch]
10983                 Made spelling code compatible with undo/redo feature.
10984                 Added creation of suggestion mode menu for the general
10985                         preferences.
10986         
10987         * src/prefs_common.[ch]
10988                 Added option menu for the speller's suggestion mode.
10989                 Added missing spaces in "..." buttons and made a "..."
10990                         button non translatable!
10991         
10992         * src/compose.c
10993                 Made speller use the default suggestion mode.
10994                 Hack to make it possible to choose 'CTRL-Enter' as a
10995                         shortcut for sending (and only for sending).
10996
10997         * src/prefs_folder_item.c
10998                 Changing subject simplification does not update cache 
10999                         anymore (because it is unnecessary).
11000                 Fixed bug where changing subject simplification updated the 
11001                         summaryview even when the viewed folder is not the
11002                         folder which properties are being changed. (E.g. 
11003                                         viewing folder A and changing
11004                                         the subject simplification of 
11005                                         folder B -not being viewed- updated the 
11006                                         summaryview of folder A with data of
11007                                         folder B). (Hope this is clear... )
11008
11009 2001-12-31 [alfons]     0.6.6claws34
11010         
11011         * src/ldif.c
11012         * src/mutt.c
11013                 fgetc() returns a signed integer which doesn't
11014                 fit in a char. so c truncates this to a char
11015                 but we may lose significant bits. i.e. we may
11016                 comparing 0xFF which may not be equal to -1
11017                 unless properly casted to signed char which
11018                 we won't do because fgetc() returns a signed
11019                 integer which doesn't fit in a char. so c 
11020                 truncates this to a char but we may lose 
11021                 significat bits. (you got the idea, thanks
11022                 to Gustavo Noronha Silva <kov@debian.org>
11023                 and the Debian folks!)
11024
11025 2001-12-30 [alfons]     0.6.6claws33
11026
11027         * src/prefs_common.c
11028                 add #ifdef USE_PSPELLs that Melvin forgot               
11029
11030 2001-12-30 [melvin]     0.6.6claws32
11031         
11032         * src/prefs_common.[ch]
11033                 Added configurable color for misspelled words.
11034
11035         * src/gtkspell.[ch]
11036                 Fixed bug of foreground text color (reported by David
11037                                 Mehrmann)
11038                 Added configurable color for misspelled words.
11039
11040 2001-12-30 [alfons]     0.6.6claws31
11041
11042         * src/folder.c
11043                 remove unnecessary things someone put there
11044
11045         * src/mh.c
11046         * src/folder.[ch]
11047                 make folder properties (like threading and sorting) persistent
11048                 (closes bug #497424 "rescan folder tree resets proprieties")
11049                 currently this is only for MH folders. 
11050
11051 2001-12-29 [melvin]     0.6.6claws30
11052
11053         * src/string_match.[ch]
11054                 Optimized a bit: regexp pattern buffer compiled only once, and
11055                   one subroutine call removed. Fixed ^ regexp search: Now, 
11056                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
11057         
11058         * src/summaryview.c
11059                 Subject filtering changed to filter summary columns and
11060                   not directly the messages subject cache. The loss in 
11061                   performance is balanced by the improvement of string_match.
11062                 Added an alert panel if there is an error in the regexp.
11063
11064         * src/src/prefs_folder_item.h
11065                 Added a regexp pattern buffer.
11066
11067 2001-12-28 [alfons]     0.6.6claws29
11068
11069         * src/string_match.[ch]
11070                 clean up name space
11071                 allow compilation *BSD
11072
11073 2001-12-27 [alfons]     0.6.6claws28
11074
11075         * src/filter.c
11076                 sync the Hiro's bug fix for BSD
11077
11078 2001-12-27 [melvin]     0.6.6claws27
11079         
11080         * src/compose.c
11081                 Simplify focus to subject entry code.
11082
11083 2001-12-27 [darko]      0.6.6claws26
11084
11085         * src/filtering.c
11086         * src/mbox_folder.c
11087         * src/messageview.c
11088         * src/mh.c
11089         * src/procheader.[ch]
11090         * src/procmsg.h
11091         * src/stock_pixmap.[ch]
11092         * src/summaryview.c
11093                 Show key icon for encrypted mails in summary view
11094
11095         * src/pixmaps/clip.xpm
11096         * src/pixmaps/clipkey.xpm
11097         * src/pixmaps/key.xpm
11098                 New/modified icons for the above
11099
11100 2001-12-27 [melvin]     0.6.6claws25
11101
11102         * src/prefs_common.c
11103                 Put spell checker options in a separate tab to decrease
11104                 the Common Preferences window height.
11105
11106         * README.claws  
11107                 Update spell checker usage instruction about its options
11108                 location.
11109
11110 2001-12-27 [melvin]     0.6.6claws24
11111
11112         * src/compose.c
11113                 Changed subject entry widget position. Initial focus is
11114                 on the To header instead of the subject entry.
11115                 Creating a new header scrolls the header list to make the
11116                 created one visible. Nevertheless, when automatically filling
11117                 headers, the first one is shown.
11118                 A Tab key press in the last empty header entry zips the 
11119                 focus to the subject entry.
11120                 (I did not change the combo boxes, yet)
11121
11122 2001-12-26 [alfons]     0.6.6claws23
11123
11124         * src/prefs_account.c
11125         * src/inc.c
11126                 allow default inbox to reside in another mailbox (only
11127                 works for POP3 accounts)
11128
11129 2001-12-26 [alfons]     0.6.6claws22
11130         
11131         * src/textview.c
11132                 make reply-on-click work with the account of the selected folder
11133         * src/compose.c
11134                 put a fixme here to remind me to fix finding correct default
11135                 account for nested folders
11136
11137 2001-12-25 [alfons]     0.6.6claws21
11138
11139         * src/summaryview.c
11140                 make column headers display locked and mark pixmaps (idea by Melvin) 
11141                 fix bug by adding score and locked column type to sort array
11142
11143 2001-12-25 [alfons]     0.6.6claws20
11144         
11145         * src/summaryview.c
11146                 catch a *potentially* inadvertent write back of  
11147                 the message cache(s) introduced by 0.6.5claws37
11148
11149 2001-12-25 [christoph]  0.6.6claws19
11150
11151         * src/stock_pixmap.[ch]
11152         * src/summaryview.c
11153                 add ignore thread pixmap
11154                 (can someone draw a better icon for this?)
11155
11156 2001-12-24 [alfons]     0.6.6claws18
11157
11158         * src/prefs_folder_item.c
11159                 make address completion actually work for the
11160                 Default To address in the Folder Property dialog.
11161
11162 2001-12-24 [alfons]     0.6.6claws17
11163         
11164         * src/summaryview.c
11165                 use new style regexp for subject stripping 
11166                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11167
11168 2001-12-24 [darko]      0.6.6claws16
11169
11170         * src/pgptext.c
11171         * src/rfc2015.c
11172                 move GPG related informational messages to debug mode
11173
11174 2001-12-23 [alfons]     0.6.6claws15
11175
11176         * src/stock_pixmap.[ch]
11177         * src/summaryview.c
11178                 add the forgotten Claws' locked pixmap
11179
11180 2001-12-23 [alfons]     0.6.6claws14
11181
11182         * src/filesel.c
11183                 accept file name typed in entry in multi file
11184                 selector (patch submitted by Gustavo Noronha Silva 
11185                 <kov@debian.org>)
11186
11187 2001-12-23 [alfons]     0.6.6claws13
11188
11189         * src/prefs_filter.c
11190         * src/prefs_filtering.c
11191         * src/matcher.c
11192         * src/importmutt.c
11193                 clean up a little bit
11194         
11195         * src/string_match.c
11196                 validate input strings a little bit more
11197
11198 2001-12-23 [alfons]     0.6.6claws12
11199
11200         * src/Makefile.am
11201         * src/summaryview.c
11202         * src/string_match.[ch]         ** NEW **
11203         * src/folderview.[ch]
11204         * src/headerview.h
11205         * src/folder.[ch]
11206         * src/prefs_folder_item.[ch]
11207                 add subject simplification to strip out strings from
11208                 a subject line (esp. handy for mailing lists). 
11209                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11210                 but slightly changed things for better integration.)
11211
11212 2001-12-23 [alfons]     0.6.6claws11
11213
11214         * src/mainwindow.c
11215                 fix bug introduced by submission included in 0.6.5claws52.
11216                 ideally this submission should clean the trash if any trash
11217                 folder has a message. however, the hasTrash variable was
11218                 set to false whenever a trash folder was empty (discarding
11219                 a previously found *filled* trash folder.)
11220
11221                 also edited the code a little bit and made it more safe.
11222
11223 2001-12-22 [alfons]     0.6.6claws10
11224
11225         * src/imap.c
11226                 quick fix for Martin Pool's omission of an account
11227                 specific SSL setting
11228
11229 2001-12-22 [alfons]     0.6.6claws9
11230
11231         * src/compose.c
11232         * src/messageview.c
11233         * src/mimeview.c
11234         * src/pgptext.c
11235         * src/procmime.[ch]
11236                 better support for multipart/digest (submitted
11237                 by Fredrik <e98fo@efd.lth.se>)
11238
11239 2001-12-22 [alfons]     0.6.6claws8
11240
11241         * src/addressbook.c
11242                 correct function signature
11243         * src/socket.[ch]
11244         * src/imap.[ch]
11245         * src/prefs_account.[ch]
11246                 allow IMAP over SSH tunnel (patch submitted by 
11247                 Martin Pool <mbp@samba.org>)
11248
11249 2001-12-21 [alfons]     0.6.6claws7
11250
11251         * sync with sylpheed 0.6.6cvs4-9
11252                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11253
11254 2001-12-21 [christoph]  0.6.6claws6
11255
11256         * src/compose.c
11257         * src/prefs_folder_item.[ch]
11258                 implement saving of outgoing messages to current folder.
11259                 fix segfault when no default outbox is available
11260                 (closes bug #495683)
11261
11262 2001-12-21 [carsten]    0.6.6claws5
11263         * src/folderview.c
11264         * src/summaryview.c
11265                 pressing CTRL while DND does now the expected thing and
11266                 copies the mail (moving is still the default, as this
11267                 seam more appropriate for handling mails by DND)
11268
11269 2001-12-18 [paul]       0.6.6claws4
11270
11271         * sync with sylpheed 0.6.6cvs3
11272                 see ChangeLog entries 2001-12-18
11273
11274 2001-12-18 [hiro]       0.6.6claws3
11275
11276         * src/undo.c
11277                 fix for multibyte characters (obtain the number of letters
11278                 instead of bytes).
11279
11280 2001-12-17 [paul]       0.6.6claws2
11281
11282         * sync with sylpheed 0.6.6cvs1
11283                 see ChangeLog entry 2001-12-16
11284
11285 2000-12-17 [alfons]     0.6.6claws1
11286
11287         * src/filtering.c
11288                 clean up
11289
11290 2001-12-16 [paul]       0.6.6claws
11291 2001-12-15
11292
11293         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11294
11295         * src/mimeview.c
11296                 last minute sync with main 0.6.6
11297
11298         * po/es.po
11299                 updated by Ricardo Mones Lastra
11300                 update for last minute sync
11301         * po/fr.po
11302         * po/nl.po
11303                 update for last minute sync
11304         * po/de.po
11305                 updated by Jens Oberender
11306         * po/pt_BR.po
11307                 updated by Fabio Junior Beneditto
11308
11309         * src/prefs_common.[ch]
11310         * src/undo.c
11311                 number of undo levels is user configurable
11312                 (squeeze it into the release in the dying
11313                 moments) Submitted by Jens Oberender    
11314
11315 2001-12-15 [melvin]
11316
11317         * po/fr.po
11318                 updated french translation
11319
11320 2001-12-15 [paul]       0.6.5claws92
11321
11322         * sync with sylpheed 0.6.5cvs28
11323                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11324
11325         * po/nl.po
11326                 update to allow for sync
11327
11328 2001-12-15 [alfons]
11329         
11330         * po/nl.po
11331                 update dutch translation
11332
11333 2001-12-14 [carsten]    0.6.5claws91
11334         * src/summaryview.c
11335                 fixed bug #473785; also after changing the column order
11336                 the same message will be selected and displayed as before
11337                 the reordering
11338
11339 2001-12-14 [carsten]    0.6.5claws90
11340         * src/folderview.c
11341                 probably found the bug reported by wwb opening or closing
11342                 a folder tree just before dnd (found the solution in the
11343                 balsa source -- thanks to them)
11344
11345 2001-12-14 [carsten]    0.6.5claws89
11346         * src/gtkutils.c
11347         * src/account.c
11348                 moved gtk_clist_moveto to the right place, so that
11349                 only the accounts dialog is effected on opening
11350
11351 2001-12-14 [carsten]    0.6.5claws88
11352         * src/gtkutils.c
11353                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11354                 now, so that the focused row will be seen in any case
11355                 (reported by wwp on sf-claws-user)
11356
11357 2001-12-14 [darko]      0.6.5claws87
11358
11359         * src/compose.c
11360                 remove unnecessary line
11361
11362 2001-12-14 [paul]       0.6.5claws86
11363
11364         * sync with sylpheed 0.6.5cvs27
11365                 see ChangeLog entries 2001-12-14
11366
11367 2001-12-14 [carsten]    0.6.5claws85
11368         * src/mainwindow.c
11369                 following a suggestion of Melvin the rcoabm pops up
11370                 right under the button now and the button is reliefed
11371                 while the popup is open
11372
11373 2001-12-14 [darko]      0.6.5claws84
11374
11375         * src/compose.c
11376                 fix crash when wrapping long lines if linewrap quotation
11377                 is disabled and wrapper encounters a word spanning more
11378                 than one line
11379
11380 2001-12-13 [paul]       0.6.5claws83
11381
11382         * src/compose.c
11383                 prefer 'Reply-To' header over mailing list header when
11384                 replying to a message. Finally prevent all those confirmation 
11385                 messages being sent to the list itself.
11386
11387         * src/summaryview.c
11388                 remove unused summary_set_menu_sensitive() entry
11389
11390 2001-12-13 [paul]       0.6.5claws82
11391
11392         * src/folderview.c
11393         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11394         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11395         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11396                 improvements to 'Hide read messages': Inbox, Outbox,
11397                 Trash, Queue, and Draft icons now reveal presence of hidden 
11398                 messages
11399
11400 2001-12-12 [alfons]     0.6.5claws81
11401
11402         0.6.5claws80 was tagged as LAST_STABLE
11403
11404         * src/filtering.[ch]
11405         * src/matcher.[ch]
11406         * src/matcher_parser_lex.c
11407                 fix the filtering; my last attempt to get it right, 
11408                 if it does not work, it's Hoa's turn. ;-)
11409
11410                 for my honourable peers:
11411                 
11412                 the code now makes a clear distinction between
11413                 rules as they are displayed (probably escaped),
11414                 and as they are executed (probably unescaped). the
11415                 parser does *NOT* do any unescaping, this is
11416                 the task of the matcher.c (which breaks up a
11417                 rule into condition) and the filtering.c (which
11418                 breaks up the rule's action). to make this
11419                 run happily we provide an unescaped copy of
11420                 crucial strings to the MatcherProp and 
11421                 FilteringAction structures. note that the only
11422                 exception to this is any REGEXP string. those
11423                 are directly passed to regcomp() and regexp()
11424                 (who have much more powerful unescape functions).
11425                 
11426                 for everyone else:
11427         
11428                 you can escape tab (\t), carriage return (\r),
11429                 linefeed (\n), form feed (\f), quote (\"), 
11430                 single quote (\'), bell (\b) in all the entry
11431                 lines in the scoring & filtering dialogs.
11432                 as an added bonus this should not affect
11433                 existing filtering rules.
11434
11435 2001-12-12 [carsten]    0.6.5claws80
11436
11437         * src/summaryview.c
11438         * po/de.po
11439                 "item(s) selected" is now sensitive to 1 or more
11440                 than one selected (nice for language where simple
11441                 adding of a "s" is not possible as German (Eintrag
11442                 ->Eintr"age)
11443                 
11444                 the "forward as attachment" entry from the right
11445                 click menu removed, "forward" acts following the
11446                 prefs
11447         
11448         * src/textview.c
11449                 reverted my former changes; so compiler warning again
11450                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11451                 nevertheless
11452
11453         * src/messageview.c
11454                 "search in message" does now *not* only work in MVIEW_TEXT
11455                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11456                 message
11457
11458         * src/mainwindow.c
11459                 removed "/File/_Close" as it was the same as "/File/E_xit"
11460                 and we don't need it two times
11461
11462                 the separate folder view and message view now get a distinct
11463                 WMCLASS, just in case someone is using sawfish ;-)
11464
11465                 as the menu entries "/View/Message view" and "/View/Folder tree"
11466                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11467                 make them sensitive accordingly and as these two are "shown"
11468                 after startup anytime check this menuitem at startup
11469
11470 2001-12-12 [paul]       0.6.5claws79
11471
11472         * src/folderview.c
11473                 fix sensitivity of 'Search folder...', broken in
11474                 0.6.5claws75
11475
11476         * src/mainwindow.c
11477                 fix dodgy English
11478
11479 2001-12-11 [carsten]    0.6.5claws78
11480         * src/filtering.c
11481                 fixed two typos returning a wrong FALSE/TRUE
11482         * src/mainwindow.[ch]
11483                 extra menu for email/news button removed
11484
11485 2001-12-11 [alfons]     0.6.5claws77
11486         
11487         * src/matcher.c                 (1.3)
11488         * src/matcher_parser_lex.l      (1.28)
11489                 revert for another attempt
11490                 mark 0.6.5claws77 as LAST_STABLE
11491
11492 2001-12-11 [christoph]  0.6.5claws76
11493
11494         * po/de.po
11495                 fixed wrong translation for prev. unread msg
11496
11497 2001-12-11 [paul]       0.6.5claws75
11498
11499         * src/folder.[ch]
11500         * src/folderview.c
11501         * src/mainwindow.c
11502         * src/summaryview.[ch]
11503         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11504                 enable ability to hide read messages on per folder basis via 
11505                 '/Summary/Hide read messages'; when selected, a folder will 
11506                 have a red open folder icon, instead of a blue icon, if the 
11507                 folder contains hidden messges
11508                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11509
11510         * src/mainwindow.c
11511                 remove '/Message/Forward as attachment' from 
11512                 main_window_set_menu_sensitive() to prevent debug warning
11513
11514         * src/folderview.c
11515         * src/mainwindow.c
11516                 Clean up some of the English
11517
11518         * tools/newscache_clean.pl
11519                 allow for new 'hidereadmsgs' entry in folderlist.xml
11520
11521         * po/es.po
11522                 updated translation, submitted by Ricardo Mones Lastra
11523
11524 2001-12-11 [paul]       0.6.5claws74
11525
11526         * sync with sylpheed 0.6.5cvs25
11527                 see ChangeLog entry 2001-12-11
11528
11529 2001-12-10 [alfons]     0.6.5claws73
11530
11531         * src/matcher.c
11532                 add more control characters
11533         * src/matcher_parser_lex.l
11534                 make escaping / unescaping work again
11535
11536 2001-12-10 [alfons]     0.6.5claws72
11537
11538         * src/imap.c
11539                 clean up warnings "returning value for void function" 
11540         * src/prefs_filtering.c
11541                 make info button for execute action sensitive
11542
11543 2001-12-10 [paul]       0.6.5claws71
11544
11545         * src/compose.c
11546         * src/imap.[ch]
11547         * src/summaryview.c
11548                 fix: imap server now gets informed of MARKED, UNMARKED
11549                 and REPLY events. Now people can use different IMAP-Mail
11550                 clients and have the exact same information about MARKED,
11551                 UNMARKED and REPLY status with all of them. Especially
11552                 useful for imap servers with a web-frontend.
11553                 submitted by Tobias Sandhaas <medlor@web.de>
11554
11555 2001-12-09 [melvin]     0.6.5claws70
11556         
11557         * src/textview.[ch]
11558                 fixed bug #490076 (hunted down by Alfons who implemented
11559                 a workaround in 0.6.5claws65)
11560
11561 2001-12-09 [christoph]  0.6.5claws69
11562
11563         * src/summaryview.c
11564                 set pointer to string in LOCKED column to NULL
11565                 (might fix bug #490800)
11566
11567 2001-12-09 [carsten]    0.6.5claws68
11568
11569         * po/de.po
11570                 resolved some cluttered menu shortcuts 
11571                 ('creating new email' and 'creating news message'
11572                 hade the same)
11573         * src/compose.c
11574                 wmclass now distinc from main window
11575         * src/mainwindow.c
11576           src/mainwindow.h
11577                 email/news and forward button functionality similar
11578                 to the reply buttons; removed the ugly dropdown arrows
11579                 and use instead the right mouse button
11580
11581 2001-12-09 [paul]       0.6.5claws67
11582
11583         * src/imap.c
11584         * src/utils.h
11585                 allow spaces in imap folder names
11586                 submitted by Willem van Engen <wvengen@stack.nl>
11587
11588 2001-12-09 [paul]       0.6.5claws66
11589
11590         * sync with sylpheed 0.6.5cvs24
11591                 see ChangeLog entry 2001-12-09
11592
11593 2001-12-08 [alfons]     0.6.5claws65
11594
11595         * src/textview.c
11596                 prevent secondary selection claim after "add to sender" dialog
11597                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11598                 we trick GTK by simulating a click at (0, 0) in the textview.
11599
11600 2001-12-08 [hoa]        0.6.5claws64
11601
11602         * src/folder.c
11603                 fixed a bug about the .processing folder name while filtering
11604
11605 2001-12-08 [alfons]     0.6.5claws63
11606
11607         * src/folderview.c 
11608                 work around problem of not correctly updating folder stats
11609                 when deleting messages. there's some folder scanning evil
11610                 going so the folderview_update_msg_num() does not work
11611                 correctly. need to investigate this.
11612
11613 2001-12-08 [paul]       0.6.5claws62
11614
11615         * sync with sylpheed 0.6.5cvs23
11616                 see ChangeLog entry 2001-12-08
11617
11618 2001-12-07 [christoph]  0.6.5claws61
11619
11620         * src/compose.c
11621                 fix another header translation problem
11622
11623 2001-12-07 [alfons]     0.6.5claws60
11624
11625         * src/mbox.c
11626                 make filtering also work on local spool mbox
11627
11628 2001-12-07 [carsten]    0.6.5claws59
11629         * src/addressbook.c
11630                 addressbook window gets a wmclass distinct from the main
11631                 sylpheed window
11632         * src/compose.h
11633         * src/mainwindow.[ch]
11634                   forward menu item will use mode selected in prefs, forward 
11635                 as attatchment in menu removed (will be substituted in the
11636                 toolbar similar to reply buttons)
11637                   create news message menu entry and news button is now 
11638                 sensitive to the existance of a news account
11639         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11640         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11641         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11642                 these are removed because the toolbar buttons don't show
11643                 the quoting modus any longer
11644
11645 2001-12-07 [paul]
11646
11647         * tools/newscache_clean.pl      ** NEW FILE **
11648                 perl script to do some tidying up in the newscache directory 
11649                 
11650         * tools/sylpheed-switcher       ** NEW FILE **
11651                 perl script to enable easy switching between main and claws
11652                 
11653         * tools/README
11654                 added descriptions of the two new perl scripts          
11655
11656
11657 2001-12-07 [melvin]     0.6.5claws58
11658
11659         * src/messageview.c
11660                 fixed a warning during compilation introduced in 0.6.5claws56
11661
11662 2001-12-07 [paul]       0.6.5claws57
11663
11664         * src/mainwindow.[ch]
11665         * src/menu.[ch]
11666                 further usability enhancements to replying with or without 
11667                 quoting via the toolbar, use of Ctrl key is replaced by 
11668                 drop down menu 
11669                 Submitted by Carsten Schurig            
11670
11671 2001-12-07 [melvin]     0.6.5claws56
11672
11673         * src/messageview.c
11674                 hack to fix bug that prevented to make/paste selections
11675                 after switching between MVIEW_TEXT and MVIEW_MIME views
11676                 without deselecting the selection first.
11677
11678 2001-12-06 [alfons]     0.6.5claws55
11679
11680         * src/filtering.[ch]
11681         * src/inc.c
11682                 revise filtering a little bit more, and make sure
11683                 messages are delivered to the appropriate inbox
11684                 (perhaps set per account)
11685
11686 2001-12-06 [paul]       0.6.5claws54
11687
11688         * sync with sylpheed 0.6.5cvs22
11689                 see ChangeLog entry 2001-12-06
11690
11691 2001-12-05 [alfons]     0.6.5claws53
11692
11693         * src/inc.c
11694         * src/folder.[ch]
11695         * src/procmsg.c
11696         * src/filtering.c
11697                 more revisions of filtering system
11698                 (last stable version is marked as LAST_STABLE)
11699                 
11700                 | NOTE 1): the filtering system now uses a local folder called
11701                 | .processing. if filtering fails, check this directory
11702                 | for missing messages.
11703                 |
11704                 | NOTE 2): help us find the filtering actions still missing
11705
11706 2001-12-05 [paul]       0.6.5claws52
11707
11708         * src/mainwindow.c
11709                 fix bug where 'Empty Trash?' pop-up window appears even
11710                 when Trash is empty, submitted by Jesse Skinner         
11711
11712 2001-12-05 [melvin]     0.6.5claws51
11713
11714         * src/compose.c
11715                 fixed bug #486106 to select correct account when reediting 
11716                 a queued message
11717         
11718 2001-12-04 [alfons]     0.6.5claws50
11719
11720         * src/mh.c
11721                 declare markfile in appropriate functions when
11722                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11723                 for spotting this)
11724
11725 2001-12-04 [paul]       0.6.5claws49
11726
11727         * sync with sylpheed 0.6.5cvs21
11728                 see ChangeLog entry 2001-12-04
11729
11730 2001-12-03 [christoph]  0.6.5claws48
11731
11732         * po/de.po
11733                 changed translation of undo
11734         * src/account.c
11735         * src/folder.c
11736                 don't reinvent the wheel to traverse a GNode
11737         * src/compose.[ch]
11738                 seperate code to create the compose gui into functions
11739                 add "Others" page with folder selection for saving copy
11740                 of the message.
11741                 the folder identifier is saved to queue header
11742         * src/procmsg.c
11743                 save message to folder in queue header
11744
11745 2001-12-03 [paul]       0.6.5claws47
11746
11747         * sync with sylpheed 0.6.5cvs20
11748                 see ChangeLog entry 2001-12-03
11749
11750 2001-12-01 [paul]
11751
11752         * more sync with sylpheed 0.6.5cvs19
11753                 see ChangeLog entry 2001-11-29
11754
11755 2001-11-30 [paul]       0.6.5claws46
11756         
11757         * src/compose.c
11758                 remove conflicts introduced by Hoa's last commit
11759          
11760         * src/mainwindow.c
11761                 make 'Message/Bounce' sensitive
11762
11763 2001-11-30 [hoa]        0.6.5claws45
11764
11765         * src/compose.c
11766                 slightly change bounce function to add
11767                 information about the user that bounced the mail
11768                 in the From header line.
11769
11770         * src/folderview.c
11771                 permit the use of processing in outbox folder.
11772
11773 2001-11-29 [paul]       0.6.5claws44
11774
11775         * src/mainwindow.[ch]
11776         * src/prefs_common.c
11777         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11778         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11779         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11780                 usability enhancements to the quoting, implements
11781                 use of Ctrl key to toggle quoting settings
11782                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11783
11784 2001-11-29 [paul]       0.6.5claws43
11785         
11786         * sync with sylpheed 0.6.5cvs19
11787                 see ChangeLog entry 2001-11-28
11788
11789 2001-11-29 [melvin]     0.6.5claws42
11790         * src/Makefile.am
11791                 added enriched.[ch] to the list of files
11792
11793         * src/textview.c
11794         * src/mimeview.c
11795         * src/procmime.[ch]
11796         * src/enriched.[ch]
11797                 added support to view text/enriched
11798                 added support to show headers in message view for text/enriched and text/html
11799                         in non multipart messages
11800
11801 2001-11-28 [paul]       0.6.5claws41
11802
11803         * more sync with sylpheed 0.6.5cvs18
11804                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11805
11806 2001-11-27 [paul]       0.6.5claws40
11807         
11808         * po/pt_BR.po
11809                 updated translation, submitted by Fabio Junior Beneditto
11810                 
11811         * sync with sylpheed 0.6.5cvs18
11812                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11813                 2001-11-27
11814
11815
11816 2001-11-26 [paul]
11817
11818         * po/es.po
11819                 updated translation, submitted by Ricardo Mones Lastra
11820
11821 2001-11-26 [alfons]
11822
11823         * src/matcher.c
11824                 add more translatable strings
11825
11826 2001-11-26 [christoph]  0.6.5claws39
11827
11828         * po/de.po      
11829                 fixed one more umlaut
11830         * src/compose.c
11831                 fix translated header when it should not be translated
11832
11833 2001-11-26 [paul]       0.6.5claws38
11834
11835         * src/mainwindow.c
11836                 remove '/Message/Add Sender to address book' from 
11837                 main_window_set_menu_sensitive(), prevent debug warning
11838                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11839
11840 2001-11-26 [paul]       0.6.5claws37
11841
11842         * src/summaryview.c
11843                 fix 'recurring unread state' bug 
11844
11845         * tools/README 
11846         * tools/filter_conv.pl
11847                 read name of top level mailbox from folderlist.xml
11848                 and presume nothing about its name              
11849
11850 2001-11-26 [darko]      0.6.5claws36
11851
11852         * src/gtkstext.[ch]
11853                 removed functions that are now in gtkutils.c
11854                 use gtkut_text_is_uri_string() from gtkutils.c
11855         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11856
11857 2001-11-26 [paul]       0.6.5claws35
11858
11859         * sync with sylpheed 0.6.5cvs16
11860                 see ChangeLog entries 2001-11-25 and 2001-11-26
11861
11862 2001-11-25 [alfons]     0.6.5claws34
11863
11864         EXPERIMENTAL!!! Please checkout the last stable version using: 
11865           
11866         % cvs update -r LAST_STABLE -dRAP
11867
11868         (Or help us testing this stuff.)
11869
11870         * src/filtering.c               (1.14)
11871         * src/filtering.h               (1.6)
11872         * src/inc.c                     (1.28)
11873         * src/matcher.c                 (1.20)
11874         * src/mbox.c                    (1.9)
11875         * src/procmsg.h                 (1.14)
11876         * src/summaryview.c             (1.59)
11877         * src/summaryview.h             (dunno)
11878                 revert/merge/sync to as it was before commit 
11879                 on Thu, 19 Jul 2001 10:15:51 -0700.
11880
11881 2001-11-25 [hoa]        0.6.5claws33
11882
11883         * src/main.c
11884                 processing mails at startup
11885
11886         * src/folderview.c
11887         * src/summaryview.[ch]
11888                 processing mails when entering folder
11889
11890         * src/prefs_filtering.c
11891                 fixed some UI bugs
11892
11893 2001-11-24 [alfons]     0.6.5claws32
11894
11895         * src/summaryview.[ch]
11896                 make summary sort headers work, and also make
11897                 sure the sort type is stored
11898
11899 2001-11-23 [alfons]     0.6.5claws31
11900
11901         * src/summaryview.[ch]
11902                 make lock work like mark
11903                 disallow deleting messages marked as locked
11904
11905 2001-11-23 [alfons]     0.6.5claws30
11906
11907         * src/gtkstext.c
11908         * src/compose.[ch]
11909         * src/Makefile.am
11910         * src/undo.[ch]
11911                 merge undo patch submitted by Jens
11912
11913 2001-11-23 [christoph]  0.6.5claws29
11914
11915         * src/.cvsignore
11916                 added ylwrap
11917         * src/compose.c
11918                 fixed gpg signing and encoding
11919         * src/folder.[ch]
11920         * src/main.c
11921                 added --status option to get new, unread and total
11922                 message count from a running sylpheed
11923         * src/prefs_common.c
11924                 temporary fix for reply_with_quote problem
11925                 (don't call functions for non existing widget)
11926         * src/procmsg.c
11927                 one more check for ignored threads but still not
11928                 always working correctly. probably a recursive
11929                 check for all parents is needed
11930
11931 2001-11-23 [darko]      0.6.5claws28
11932
11933         * src/compose.c
11934                 wrapping on send improvements
11935         * src/gtkutils.[ch]
11936                 fix for GtkSText after last sync with main branch
11937                 GTK_TEXT -> GTK_STEXT
11938
11939 2001-11-23 [paul]       0.6.5claws27
11940
11941         * sync with sylpheed 0.6.5cvs14
11942                 see ChangeLog entries 2001-11-22 and 2001-11-23
11943                 
11944         * po/de.po
11945                 fixed the scrambled umlauts 
11946                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11947
11948 2001-11-21 [paul]       0.6.5claws26
11949
11950         * sync with sylpheed 0.6.5cvs12
11951                 see 2nd ChangeLog entry dated 2001-11-20
11952
11953 2001-11-20 [paul]       0.6.5claws25
11954
11955         * sync with sylpheed 0.6.5cvs11
11956                 see ChangeLog entry 2001-11-19 (src/utils.c)
11957
11958 2001-11-20 [hiro]
11959
11960         * src/compose.c
11961                 GTK_TEXT -> GTK_STEXT
11962                 fix for wrong comment
11963
11964 2001-11-20 [hiro]       0.6.5claws24
11965
11966         * src/compose.[ch]
11967                 more merges from main branch
11968                 removed fatal warnings (uninitialized variables etc.)
11969                 some coding style fix
11970         * src/gtkutils.h
11971                 fixed typo.
11972         * src/addressbook.c
11973           src/addrindex.c
11974                 V-Card -> vCard
11975
11976 2001-11-19 [hoa]        0.6.5claws23
11977
11978         * src/filtering.c
11979         * src/prefs_scoring.c
11980         * src/matcher.[ch]
11981         * src/scoring.c
11982                 cleaning code
11983
11984         * src/matcher_parser_parse.y
11985         * src/prefs_filtering.c
11986                 bouncing
11987
11988 2001-11-19 [alfons]     0.6.5claws22
11989
11990         more of my old things into claws
11991
11992         * src/Makefile.am
11993         * src/prefs_common.c
11994         * src/procmsg.h
11995         * src/summaryview.[ch]
11996         * src/prefs_summary_column.c
11997         * src/pixmaps/locked.xpm
11998                 add indicators for locking of message in summary view
11999                 (does not work yet, only visual indicator)
12000
12001 2001-11-19 [paul]       0.6.5claws21
12002
12003         * sync with sylpheed 0.6.5cvs10
12004                 see ChangeLog entry 2001-11-19
12005
12006 2001-11-18 [alfons]     0.6.5claws20
12007         
12008         * src/filtering.c
12009                 remove an inadvertent free I forgot in previous clean up 
12010
12011 2001-11-18 [alfons]     0.6.5claws19
12012
12013         * src/filtering.[ch]
12014                 clean up & plug leaks
12015
12016 2001-11-18 [paul]       0.6.5claws18
12017
12018         * sync with sylpheed 0.6.5cvs9
12019                 see ChangeLog entries 2001-11-17 and 2001-11-18
12020
12021 2001-11-16 [paul]       0.6.5claws17
12022
12023         * sync with sylpheed 0.6.5cvs8
12024                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
12025
12026 2001-11-16 [paul]       0.6.5claws16
12027
12028         * sync with sylpheed 0.6.5cvs7
12029                 see ChangeLog entries 2001-11-15 and 2001-11-16
12030
12031 2001-11-15 [hoa]        0.6.5claws15
12032
12033         * src/compose.c
12034                 fix bounce, mails we received couln't be bounced to ourself.
12035
12036         * src/defs.h
12037         * src/filtering.[ch]
12038         * src/matcher.[ch]
12039         * src/matcher_parser.h
12040         * src/matcher_parser_lex.l
12041         * src/matcher_parser_parse.y
12042         * src/inc.c
12043         * src/main.c
12044         * src/mbox.c
12045         * src/prefs_filtering.[ch]
12046         * src/mainwindow.c
12047         * src/prefs_matcher.c
12048         * src/prefs_scoring.c
12049         * src/scoring.[ch]
12050         * src/summaryview.c
12051                 new matcher/filter/score configuration file parser
12052                 one unique configuration file => ~/.sylpheed/matcherrc
12053                 import in currently automatic, then save are made
12054                 in this new file.
12055                 one filter per folder and one global filter
12056                 (filter of a folder will be used as folder processing)
12057
12058         * src/folder.c
12059                 fix a bug in folder_item_get_identifier
12060                 
12061         * src/messageview.c
12062                 receive receipt return are fixed.
12063
12064 2001-11-14 [alfons]     0.6.5claws14
12065
12066         * src/session.h
12067                 add things from main branch to make claws compile
12068
12069 2001-11-14 [paul]       0.6.5claws13
12070
12071         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
12072                 see ChangeLog entries 2001-11-08 to 2001-11-14
12073
12074 2001-11-14 [hoa] 0.6.5claws12
12075
12076         * src/compose.[ch]
12077         * src/mainwindow.c
12078         * src/summaryview.c
12079                 add "bounce mail" option
12080
12081 2001-11-13 [christoph]  0.6.5claws11
12082
12083         * src/compose.c
12084                 Cleanup a mess i add before commiting
12085
12086 2001-11-13 [hoa]        0.6.5claws10
12087
12088         * src/compose.c
12089                 some fixes when mail are sent or
12090                 for crossposts
12091
12092 2001-11-13 [christoph]  0.6.5claws9
12093
12094         * po/de.po
12095                 Changed two string with the same translation
12096         * src/compose.c
12097         * src/procmsg.[ch]
12098         * src/send.[ch]
12099                 New mailsending process:
12100                   - Always queue message before sending
12101                     (message will be saved if sylpheed crashed or
12102                      freezes while sending)
12103                   - Allow queuing of newspostings
12104                   - No copy in outbox before sending
12105                     (closes bug #469501)
12106                   - No more redundant code for send and send_later
12107         * src/summaryview.c
12108                 Applied wwp <subscript@free.fr>'s patch that fixes
12109                 marks for multiple forwarded messages (+compose.c)
12110
12111 2001-11-12 [alfons]
12112
12113         * README.claws
12114                 remove things that are now in main branch
12115         
12116         * po/nl.po
12117                 update Dutch translation
12118
12119 2001-11-12 [mhadasht]   0.6.5.claws8
12120
12121         * src/prefs_common.c
12122                 re-enabled account autoselection feature for forward
12123                 and reedit lost during the branch point for SYNC-B4-REL
12124         * src/gtkspell.c
12125                 gtkpspell_get_dict(): more readable code (even if function is
12126                 not used yet)
12127         * ChangeLog.claws
12128                 added version number info to 2001-11-12 [hiro] comment.
12129
12130 2001-11-12 [hiro]       0.6.5.claws7
12131
12132         * src/compose.c
12133                 compose_forward(): fixed a bug that forward quote mark
12134                 wasn't used.
12135                 removed unnecessary code.
12136         * src/template_select.[ch]: removed.
12137
12138 2001-11-11 [alfons]
12139
12140         * src/compose.c
12141                 :%s/GTK_TEXT/GTK_STEXT/g
12142         
12143         * src/compose.[ch]
12144         * src/undo.[ch]
12145         * src/Makefile.am
12146                 revert the undo stuff (this is 0.6.6claws stuff)
12147
12148 2001-11-11 [hoa]        0.6.5.claws6
12149
12150         * src/compose.[ch]
12151                 Insert signature at the end of the text.
12152                 Added undo patch but currently disabled
12153
12154         * src/procmsg.c
12155                 Threading by subject improved.
12156
12157         * added src/undo.[ch]
12158                 Undo module for compose dialog box.
12159
12160 2001-11-11 [alfons]     0.6.5.claws5
12161
12162         * src/procmsg.c
12163                 prevent threading by subject on nodes that have already been
12164                 threaded by in-reply-to (as in "circular references in a tree
12165                 result in a dead branch")
12166
12167 2001-11-09 [hoa]        0.6.5.claws4
12168         
12169         * src/folderview.c
12170                 allows creation of mbox folder item from any files.
12171
12172 2001-11-09 [alfons]     0.6.5.claws3
12173         
12174         * src/utils.c
12175         * src/procmsg.c
12176                 do what I mean and correct threading by subject so it really
12177                 ignores attracting lines without "Re: "
12178
12179 2001-11-07 [alfons]     0.6.5.claws2
12180
12181         * src/procmsg.c
12182         * src/utils.[ch]
12183                 only attract by subject if a subject line starts with a "Re: "
12184         * src/syldap.c
12185                 remove warning
12186
12187 2001-11-07 [paul]       0.6.5claws1
12188
12189         * sync with sylpheed 0.6.5. release
12190                 see ChangeLog entry 2001-11-07
12191
12192 2001-11-07 [paul]       0.6.4claws31
12193
12194         * sync with sylpheed 0.6.4cvs18
12195                 see ChangeLog entries 2001-10-30 to 2001-11-07
12196                 prefs_templates.[ch] renamed prefs_template.[ch]
12197
12198 2001-11-06 [alfons]
12199         
12200         * src/utils.h
12201                 add semicolon Hoa forgot ;-)
12202                 
12203
12204 2001-11-06 [hoa]        0.6.4claws30
12205         
12206         * src/procmsg.c
12207         * src/summaryview.c
12208         * src/utils.c
12209         * src/utils.h
12210                 threading by subject - empty subject are ignored
12211
12212 2001-11-06 [christoph]  0.6.4claws29
12213
12214         * src/socket.c
12215                 use SSL_peek for sock_gets
12216         * src/utils.c
12217                 removed unneeded pointer in extracting quoted
12218                 names implementation
12219
12220 2001-11-06 [melvin]     0.6.4claws28
12221
12222         * src/gtkspell.c
12223                 fixed bug #476792 Selection overtyping with spell checker
12224                 fixed bug which could cause a buffer overflow
12225                 fixed a memory leak
12226
12227 2001-11-06 [hoa]        0.6.4claws27
12228         
12229         * src/procmsg.c
12230         * src/summaryview.c
12231                 threading by subject
12232
12233 2001-11-05 [alfons]     0.6.4claws26
12234         
12235         * README.claws
12236                 Claws -> Sylpheed (vice versa)
12237
12238         * src/compose.c
12239                 :%s/gtk_text/gtk_stext/g
12240                 :%s/GTK_TEXT/GTK_STEXT/g
12241                 (thanks to Jonathan Ware for spotting this)
12242
12243 2001-11-04 [christoph]  0.6.4claws25
12244
12245         * src/summaryview.c
12246                 replace Xalloca + strdup with Xstrdup_a
12247         * src/utils.c
12248                 better implementation of extracting quoted names
12249                 from addresses (remove backlashes and ignore
12250                 quotes after them)
12251
12252 2001-11-04 [alfons]     0.6.4claws24
12253
12254         * src/utils.[ch]
12255                 edit to comply more with coding style
12256
12257         * src/textview.c
12258                 fix bug reported by Kim Schulz. introduced by the patch integrated
12259                 in 0.6.4claws15. the code did not check the return value of
12260                 the html parser.
12261
12262         * AUTHORS
12263                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12264
12265 2001-11-04 [christoph]  0.6.4claws23
12266
12267         * src/main.c
12268         * src/prefs_common.[ch]
12269                 init some pointers that possibly caused a segfault
12270                 reported in the claws-users ML
12271
12272 2001-11-04 [hoa]        0.6.4claws22
12273
12274         * src/grouplistdialog.c
12275                 change the names of the nodes in the tree
12276
12277         * src/compose.c
12278                 enhanced mailto syntax as described in
12279                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12280                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12281
12282         * src/utils.c
12283                 encode and decode URI (useful when opening URL into
12284                 netscape).
12285
12286 2001-11-03 [hoa]        0.6.4claws21
12287
12288         * src/grouplistdialog.c
12289                 a new newsgroups list selection dialog box
12290                 with a CTree instead of a CList
12291
12292 2001-11-03 [hoa]        0.6.4claws20
12293
12294         * src/folderview.c
12295                 enable property and scoring options when right
12296                 click on "inbox"
12297
12298         * src/summaryview.c
12299                 fixed bug when nickname were displayed using
12300                 the address book.
12301
12302 2001-11-02 [darko]      0.6.4claws19
12303
12304         * src/compose.c
12305                 new wrap quotation and URL/long words wrapping implementation
12306         * src/compose.c src/gtkstext.[ch]
12307                 move gtkstext_strncmp() to gtkstext.c
12308
12309 2001-11-01 [christoph]  0.6.4claws18
12310
12311         * src/prefs_account.c
12312                 fixed mess in account settings dialog
12313         * src/prefs_folder_item.c
12314                 added label with folder path to dialog
12315
12316 2001-10-31 [match]      0.6.4claws17
12317
12318         * src/vcard.c
12319                 fix memory leak.
12320         * src/addrbook.c
12321                 fix generation of spurious address book file names.
12322                 remove redundant functions.
12323         * po/POTFILES.in
12324                 added missing file names.
12325
12326 2001-10-30 [paul]       0.6.4claws16
12327
12328         * sync with sylpheed 0.6.4cvs6
12329                 see ChangeLog entries 2001-10-26 to 2001-10-30
12330
12331         * tools/filter_conv.pl
12332                 read folderlist.xml to discover whether the top-level
12333                 folder is called 'Mailbox' or 'Mail' 
12334
12335 2001-10-29 [paul]       0.6.4claws15
12336
12337         * src/html.c, src/textview.c
12338                 activate links in html mail and fix clickable parts
12339                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12340
12341 2001-10-29 [paul]
12342
12343         * po/de.po, po/es.po, po/pt_BR/po
12344                 updated translations, submitted by Jens Oberender,
12345                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12346
12347 2001-10-29 [darko]      0.6.4claws14
12348
12349         * src/compose.c
12350                 fix wrapping for good
12351
12352 2001-10-29 [darko]
12353
12354         * src/compose.c
12355                 undo previous change as it broke the smart wrapping
12356
12357 2001-10-29 [darko]      0.6.4claws13
12358
12359         * src/compose.c
12360                 fix infinite loop when long URL is quoted
12361                 (closes bug #475122.
12362
12363 2001-10-28 [match]
12364
12365         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12366                 import Mutt address book
12367         * src/ldif.[ch] src/importldif.h
12368                 modified import LDIF handle user attributes
12369
12370 2001-10-28 [christoph]  0.6.4claws12
12371
12372         * src/summaryview.c
12373                 fixed that filtering did not work if there
12374                 were no filter rules
12375                 (closes bug #472003 and better implementation
12376                  of patch #474644)
12377
12378 2001-10-27 [christoph]  0.6.4claws11
12379
12380         * src/compose.c
12381                 make the folder's default account to be used when
12382                 replying. (patch by wwp <subscript@free.fr>)
12383         * src/compose.c
12384                 code cleanup, nearly killed all of wwp's patch
12385                 for folder's default account in compose
12386         * src/folderview.c
12387                 error panel when a folder could not be created
12388                 (closes bug #471080 new folder name & already
12389                  existing file)
12390
12391 2001-10-26 [alfons]
12392
12393         * src/utils.h
12394                 change prototype of strstr2() that Christoph forgot about
12395
12396 2001-10-26 [christoph]  0.6.4claws10
12397
12398         * src/account.c
12399                 made search for accounts by email address not case
12400                 sensitive
12401         * src/folder.c
12402                 fixed memory leak in folder_item_get_identifier
12403         * src/gtkspell.c
12404         * src/utils.c
12405                 fixed wrong strstr2 (should work like strstr)
12406
12407 2001-10-26 [darko]      0.6.4claws9
12408
12409         * src/compose.c src/gtkstext.[ch]
12410         * src/gtkstext.c
12411                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12412
12413 2001-10-26 [paul]       0.6.4claws8
12414
12415         * src/html.c
12416                 ignore css and javascript tags in html mail
12417                 case-insensitive, with or without double-quoted
12418                 strings
12419
12420 2001-10-26 [paul]       0.6.4claws7
12421
12422         * sync with sylpheed 0.6.4cvs1
12423                 see ChangeLog entry 2001-10-26
12424
12425         * src/prefs_account.c, src/prefs_common.c,
12426           src/prefs_summary_column.c
12427                 minor improvements to the English
12428
12429 2001-10-25 [alfons]     0.6.4claws6
12430
12431         * src/gtkstext.c
12432         
12433                 make GtkSText follow style of GtkText (closes bug 
12434                 #469211 "text selection while writing message")
12435                 
12436                 do sync with GTK 1.2.10
12437
12438 2001-10-25 [paul]       0.6.4claws5
12439
12440         * src/html.c
12441                 ignore css tags in html mail
12442
12443 2001-10-25 [darko]      0.6.4claws4
12444
12445         * src/compose.c
12446                 don't declare is_url_string as static function since
12447                 we need it in gtkstext.c
12448         * src/gtkstext.c
12449                 remove unused variable
12450                 don't wrap long URLs while composing a message
12451
12452 2001-10-24 [christoph]  0.6.4claws3
12453
12454         * src/socket.c
12455                 fix ssl deadlock, when peer closes connection
12456
12457 2001-10-24 [paul]       0.6.4claws2
12458
12459         * src/prefs_common.c
12460                 gettextize the gpg ascii-armored warning message
12461
12462         * src/compose.c
12463                 insert a DOS/MAC file into the composed message
12464                 (improvements)
12465
12466         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12467
12468 2001-10-22 [paul]       0.6.4claws1
12469
12470         * sync with sylpheed 0.6.4 release
12471                 see ChangeLog entries 2001-10-21
12472
12473         * po/fr.po, po/pt_BR.po
12474                 updated by Melvin Hadasht and Fabio Junior Beneditto
12475
12476 2001-10-21 [paul]       0.6.3claws30
12477
12478         * src/compose.c
12479                 insert a DOS text file from the compose window
12480                 into the composed message text (removes CRs characters)
12481                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12482
12483         * tools/filter_conv.pl, tools/README
12484                 automatically use ~/.sylpheed as working directory
12485                 print out confirmation message on completion
12486
12487         * correct Hoa's last ChangeLog.claws entry
12488
12489 2001-10-20 [hoa]        0.6.3claws29
12490
12491         * src/grouplistdialog.c
12492                 bugfix (another ?) to give the right
12493                 newsgroups list for each news server.
12494
12495         * src/news.c
12496         * src/news.h
12497                 improve the newsgroups list cache
12498
12499 2001-10-20 [paul]       0.6.3claws28
12500
12501         * sync with sylpheed 0.6.3cvs9
12502                 see ChangeLog entry 2001-10-19
12503
12504         * correct Alfons' last ChangeLog.claws entry
12505
12506 2001-10-19 [alfons]
12507
12508         * src/pgptext.[ch]
12509                 fix compilation problems (part of bug #472895)
12510
12511 2001-10-18 [hoa]        0.6.3claws27
12512
12513         * src/grouplistdialog.c
12514                 bugfix when we refresh was clicked (bug 472701)
12515
12516 2001-10-19 [christoph]  0.6.3claws26
12517
12518         * src/compose.c
12519                 last header entry should default to "To:" or
12520                 "Newsgroups:" and not copy the last entry line
12521                 in a new compose window
12522                 (closes bug #472686, #470792)
12523
12524 2001-10-19 [paul]       0.6.3claws25
12525
12526         * sync with Sylpheed 0.6.3cvs8
12527                 see ChangeLog entries 2001-10-18 and 2001-10-19
12528
12529 2001-10-18 [christoph]  0.6.3claws24
12530
12531         * src/procmsg.c
12532                 reimplement ignore thread
12533         
12534 2001-10-18 [hoa]        0.6.3claws23
12535
12536         * src/folderview.c
12537         * src/grouplistdialog.[ch]
12538                 enhanced news subscription interface (feature 469113)
12539
12540         * src/news.c
12541         * src/news.h
12542                 enchanced newsgroup listing,
12543                 now, we can get groups informations
12544                 (NNTPGroupInfo)
12545
12546 2001-10-18 [paul]       0.6.3claws22
12547
12548         * src/summaryview.c
12549                 remove comment (sync with main branch)
12550         * src/mainwindow.c
12551                 fix 'Re-edit' bug in 'Message' menu
12552
12553 2001-10-17 [christoph]  0.6.3claws21
12554
12555         * src/compose.c
12556                 ignore empty or whitespace only header lines
12557
12558 2001-10-17 [paul]       0.6.3claws20
12559
12560         * sync with sylpheed 0.6.3cvs7
12561                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12562                 2001-10-17
12563
12564 2001-10-17 [darko]
12565
12566         * src/compose.c
12567                 wrap long lines without spaces
12568                 don't wrap URLs
12569
12570 2001-10-16 [paul]
12571
12572         * po/es.po, po/nl.po, po/pt_BR.po
12573                 updated by Ricardo Mones Lastra, Alfons,
12574                 and Fabio Junior Beneditto
12575
12576         * sylpheed-0.6.3claws released
12577
12578 2001-10-15 [melvin] 0.6.3claws18
12579
12580         * README.claws
12581                 added summary and detailed installation instructions
12582                 for spell checker
12583         * po/fr.po
12584                 Updated, corrected and completed french translation
12585
12586 2001-10-15 [hoa] 0.6.3claws17
12587         * src/grouplistdialog.c
12588                 we can choose the newsgroups to display with wildcards
12589
12590 2001-10-15 [christoph]  0.6.3claws16
12591
12592         * src/account.c
12593         * src/compose.c
12594         * src/prefs_folder_item.[ch]
12595                 applied wwp <subscript@free.fr>'s folder
12596                 default account patch
12597         * po/de.po
12598                 Fixed wrong translation
12599
12600 2001-10-13 [alfons, christoph, melvin]  
12601                         0.6.3claws15
12602
12603         solution #2 to solve MT-safety problems defers all GUI related calls
12604         to the main thread using a gtk_idle_add() callback. discussed on
12605         ircnet #sylpheed, with christoph spotting some issues with the
12606         original code, and melvin allowing us to lobotomize his sylpheed.
12607
12608         * src/syldap.[ch], src/main.c
12609                 fix race problem in ldap search thread by deferring GUI 
12610                 stuff to main thread using gtk_idle_add()
12611
12612 2001-10-13 [paul]       0.6.3claws14
12613
12614         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12615                 add Sergey's smtpcred.patch
12616                 adds separate username/password setting for SMTP Auth
12617                 needed by some servers
12618                 (closes feature request #471659)
12619
12620 2001-10-13 [paul]       0.6.3claws13
12621
12622         * src/pgptext.[ch] **NEW FILES**
12623         * src/Makefile.am, src/messageview.c, src/mimeview.c
12624                 decrypt ascii-armored gpg text embedded in
12625                 the message body.
12626                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12627
12628 2001-10-13 [christoph]  0.6.3claws12
12629
12630         * README.claws
12631                 some more details on default to and
12632                 feature requests
12633         * src/main.c
12634                 init glib threading when ldap is used
12635         * src/syldap.c
12636                 threading fixes
12637         * po/de.po
12638                 fixed a typo
12639
12640 2001-10-12 [paul]       0.6.3claws11
12641
12642         * src/prefs_common.[ch], src/rfc2015.c
12643                 enable ascii-armored gpg text to be embedded in the
12644                 message body, selectable through the 'Privacy'
12645                 preferences. Supports encrypting only.
12646                 Submitted by Ravemax <ravemax@dextrose.com>
12647
12648 2001-10-12 [paul]       0.6.3claws10
12649
12650         * sync with sylpheed 0.6.3cvs6
12651                 see ChangeLog entries 2001-10-11 and 2001-11-12
12652
12653         * src/folderview.c
12654                 incorporated mbox folders, scoring, and folder
12655                 properties into the sync
12656
12657 2001-10-12 [darko]      0.6.3claws9
12658
12659         * README.claws
12660                 describe quotation wrapping
12661         * src/compose.c
12662                 don't treat tab as space to calculate line length properly
12663
12664 2001-10-11 [alfons]
12665
12666         * README.claws
12667                 correct description of how to make new filtering system work,
12668                 add some other things
12669                 
12670         * src/syldap.c
12671                 remove sched_yield() (not necessary / unportable)
12672
12673 2001-10-11 [paul]       0.6.3claws8
12674
12675         * sync with sylpheed 0.6.3cvs3
12676                 see ChangeLog entry 2001-10-10
12677
12678 2001-10-10 [christoph]  0.6.3claws7
12679
12680         * .cvsignore
12681                 ignore 2 files created by newer autotools
12682         * src/prefs_folder_item.c
12683                 using table for widget alignment
12684                 fixed memory leak and broken octal display
12685         * src/filesel.c
12686                 fixed segfault caused by lost filename
12687                 workaround (closes bug #469551)
12688
12689 2001-10-10 [paul]       0.6.3claws6
12690
12691         * sync with sylpheed 0.6.3cvs2
12692                 see ChangeLog entries 2001-10-09 and 2001-10-10
12693
12694 2001-10-10 [darko]      0.6.3.claws5
12695
12696         * src/gtkstext.c
12697                 proper calculation of right margin if smart wrapping is enabled
12698         * src/compose.c
12699                 automatically wrap long lines if wrap quotation is enabled
12700
12701 2001-10-09 [alfons]     0.6.3.claws4
12702
12703         * src/summaryview.c
12704                 select correct row when deleting last row in the summary view (and
12705                 close bug "[ #469104 ] select second last in list when deleting")
12706
12707 2001-10-09 [paul]       0.6.3claws3
12708
12709         * sync with sylpheed 0.6.3cvs1
12710                 updated some autotool scripts
12711
12712 2001-10-09 [darko]      0.6.3claws2
12713
12714         * src/gtkstext.[ch]
12715                 new name and mark with Sylpheed comment
12716         * src/compose.c
12717                 smart quotation wrapping a-la VIM
12718
12719 2001-10-08 [paul]       0.6.3claws1
12720
12721         * sync with sylpheed 0.6.3 release
12722                 see ChangeLog entry 2001-10-08
12723
12724 2001-10-08 [paul]       0.6.2claws24
12725
12726         * src/summaryview.c
12727                 more sync with sylpheed 0.6.2cvs12
12728                 Fixed the bug that didn't select the last row correctly
12729
12730
12731 2001-10-07 [paul]       0.6.2claws23
12732
12733         * sync with sylpheed 0.6.2cvs12
12734                 see ChangeLog entry 2001-10-07
12735
12736 2001-10-06 [match]
12737         * src/jpilot.[ch]
12738                 enable jpilot to read unsynch'ed addresses.
12739
12740         * src/editldap_basedn.c
12741                 fix segfault when opening dialog.
12742
12743 2001-10-06 [alfons]     0.6.2.claws22
12744
12745         * src/summaryview.c
12746                 fix bug with summary view selecting last *inserted*
12747                 node instead of last *visible* node. remember we
12748                 work with a tree
12749
12750 2001-10-06 [paul]       0.6.2claws21
12751
12752         * po/pt_BR.po
12753                 updated translation, contains some fixes and new
12754                 translations, submitted by Gustavo Noronha Silva
12755                 <kov@debian.org>
12756
12757         * src/prefs_common.c
12758                 change 'each' to 'every' - fix dubious English
12759
12760         * sync with sylpheed 0.6.2cvs11
12761
12762 2001-10-05 [alfons]     0.6.2claws20
12763
12764         * src/mainwindow.[ch], src/folderview.c
12765                 make composite tool button switch between "Compose News"
12766                 and "Compose Mail" depending on selected folder
12767                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12768
12769 2001-10-05 [paul]       0.6.2claws19
12770
12771         * src/mainwindow.c, src/summaryview.c
12772                 fix 'Message/Reply to all', broken in last commit
12773
12774         * src/compose.c
12775                 fix X_BEENTHERE seg fault, thanks to Alfons
12776
12777 2001-10-04 [paul]       0.6.2claws18
12778
12779         * src/compose.[ch], src/mainwindow.c
12780                 make "Message/Reply" reply to mailing lists; matches
12781                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12782                 based on portions of the patch submitted by
12783                 Junichi Uekawa <dancer@netfort.gr.jp>
12784
12785 2001-10-04 [darko]      0.6.2claws17
12786
12787         * src/compose.c
12788                 better smart wrapping
12789         * src/gtkstext.[hc]
12790                 a function to make text buffer contiguous
12791
12792 2001-10-03 [paul]       0.6.2claws16
12793
12794         * sync with sylpheed 0.6.2cvs10
12795
12796 2001-10-02 [alfons]
12797
12798         * configure.in
12799         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12800                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12801                 references to chinese translations (hope someone picks up
12802                 this)
12803
12804 2001-10-02 [christoph]  0.6.2claws15
12805
12806         * src/compose.c
12807                 fixed non translated header bug
12808         * ChangeLog.claws
12809                 fixed wrong date in alfons last entry ;)
12810
12811 2001-10-02 [alfons]     0.6.2claws14
12812
12813         * src/compose.c, src/prefs_common.[ch]
12814                 add block cursor option
12815
12816 2001-10-02 [paul]       0.6.2claws13
12817
12818         * sync with sylpheed 0.6.2cvs9
12819
12820 2001-09-30 [paul]       0.6.2claws12
12821
12822         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12823                 updated translations
12824
12825         * po/POTFILES.in
12826                 add 'src/importldif.c'
12827
12828         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12829                 added eudora-to-vCard conversion tool
12830                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12831
12832         * sync with sylpheed 0.6.2cvs8
12833
12834 2001-09-30 [paul]
12835
12836         * sylpheed-0.6.2claws released
12837
12838 2001-09-27 [melvin]     0.6.2claws11
12839
12840         * src/gtkspell.c
12841                 fixed crash when using default path (introduced 
12842                 in 0.6.2claws10)
12843                 fixed tiny bug for initial suggestion mode
12844
12845 2001-09-27 [melvin]     0.6.2claws10
12846         
12847         * src/gtkspell.c
12848                 fixed bug where gtkpspell didn't set the path correctly
12849
12850         * README.claws
12851                 added a paragraph about spell checking
12852                 
12853
12854
12855 2001-09-27 [paul]       0.6.2claws9
12856
12857         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12858                 replace '// comments' with '/* comments */' to prevent
12859                 some compiler warnings 
12860
12861         * sync with sylpheed 0.6.2cvs6
12862
12863 2001-09-26 [alfons]     0.6.2claws8
12864
12865         * src/messageview.c
12866                 introduce return receipt request notification again,
12867                 which was lost because of other semantics in 
12868                 procheader_parse() (???)
12869
12870 2001-09-26 [christoph]  0.6.2claws7
12871
12872         * src/compose.c
12873                 replace comments for old code with #if 0
12874                 readded auto cc, bcc and reply-to
12875         * src/prefs_matcher.c
12876         * src/prefs_scoring.c
12877                 removed some definition (was moved to
12878                 prefs.h)
12879
12880 2001-09-26 [paul]       0.6.2claws6
12881
12882         * src/mainwindow.c
12883                 make 'Follow-up and reply to' sensitive
12884
12885         * more sync with sylpheed 0.6.2cvs5
12886
12887 2001-09-25 [melvin]
12888
12889         * 0.6.2claws5
12890
12891         * src/gtkspell.c
12892                 fixed bug for "US-ASCII" introduced by the encoding code
12893
12894 2001-09-25 [paul]
12895
12896         * 0.6.2claws4
12897
12898         * src/prefs_common.[ch], src/summaryview.c
12899                 'next unread msg' 'go to next folder?' dialog can be
12900                 given default behaviour, either always show dialog,
12901                 or assume 'yes', or assume 'no'
12902                 Submitted by wwp <subscript@free.fr>
12903
12904 2001-09-25 [melvin]
12905                 
12906         * src/compose.c src/gtkspell.[ch]
12907                 added support for different encodings
12908
12909 2001-09-25 [paul]
12910
12911         * more sync with sylpheed 0.6.2cvs5
12912
12913 2001-09-24 [alfons]
12914         
12915         * src/prefs_folder_item.c
12916                 add check for item->prefs->default_to string is NULL and
12917                 add another check when freeing this string
12918
12919 2001-09-24 [paul]
12920
12921         * configure.in
12922                 change to version 0.6.2claws3
12923
12924         * sync with sylpheed 0.6.2cvs5 
12925
12926 2001-09-24 [match]
12927         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12928                 import LDIF files.
12929         * src/addrcache.[ch], addrindex.[ch]
12930                 small update for future
12931         * src/addrbook.c
12932                 fix test XML file.
12933
12934 2001-09-24 [melvin]
12935         * src/gtkspell.[ch]
12936                 added 'Learn from mistakes' option
12937                 better handling of quotes in checked words
12938                 sorted dict list
12939         * po/fr.po
12940                 small update for spell checking stuff
12941
12942 2001-09-23 [alfons]
12943         
12944         * src/gtkspell.c
12945                 edit a little bit so it complies more with main coding style
12946
12947 2001-09-23 [alfons]
12948
12949         * src/folder.[ch], prefs_folder_item.c, compose.c
12950                 migrate "request return receipt" folder property
12951                 to folderlist.xml
12952
12953 2001-09-22 [alfons]
12954
12955         * README.claws **NEW**
12956                 (add things of interest for users of main branch 
12957                 and claws here)
12958
12959         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12960                 re-implement threading per folder option, but store 
12961                 the setting in folderlist.xml (where it belongs)
12962
12963 2001-09-21 [melvin]
12964
12965         * src/gtkspell.[ch]
12966                 fixed bug when compose window is under another window
12967         * src/prefs_common.[ch] src/compose.c
12968                 changed 'dictionary_path' to 'dictionary' to be consistent
12969                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12970         * ac/pspell.m4 src/Makefile.am 
12971                 dropped PSPELL_PATH macro
12972         * po/fr.po
12973                 updated translations
12974
12975 2001-09-21 [christoph]
12976
12977         * src/compose.c
12978                 added border around header fields
12979                 keep header type when new field is added
12980
12981 2001-09-20 [christoph]
12982
12983         * src/utils.[ch]
12984                 more portable debug_print with source filename
12985                 and linenumber
12986         * src/procmsg.c
12987                 more newlines after debug messages
12988
12989 2001-09-20 [paul]
12990
12991         * configure.in
12992                 change to version 0.6.2claws2
12993
12994         * sync with sylpheed 0.6.2cvs3
12995
12996 2001-09-19 [melvin]
12997
12998         * src/gtkspell.c
12999                 fixed the post-right-click focus pb
13000                 fixed crash when 'Spell check all' after dict change 
13001                         and when cursor is at the end of the text
13002                 shift-right-click pops up config menu even on misspelled words.
13003         * po/POTFILES.in
13004                 added gtkspell.c
13005
13006 2001-09-19 [melvin]
13007
13008         * src/about.c
13009                 added pspell to compiled-in features list
13010
13011 2001-09-18 [melvin]
13012
13013         * switched to pspell and dropped ispell
13014         * ac/pspell.m4
13015                 new file. autoconf macro for pspell
13016         * ac/Makefile.am 
13017         * configure.in acconfig.h
13018                 added pspell support
13019         * src/Makefile.am
13020         * src/main.c src/compose.[ch] src/gtkspell.[ch]
13021         * src/prefs_common.[ch] 
13022                 added pspell support
13023
13024 2001-09-18 [christoph]
13025
13026         * src/addr_compl.c
13027         * src/template.[ch]
13028                 replace LOG_MESSAGE with debug_print
13029         * src/compose.[ch]
13030                 gui improvements
13031         * src/menu.c
13032                 added newline after debug message
13033         * src/utils.h
13034                 using __VA_ARGS__ for debug_print macro
13035         * tools/.cvsignore
13036                 ignore Makefile and Makefile.in
13037
13038 2001-09-18 [paul]
13039
13040         * configure.in
13041                 change to version 0.6.2claws1
13042         * sync with sylpheed 0.6.2cvs1
13043
13044         * src/matcher.c 
13045         * src/prefs_matcher.c
13046                 add 'score equal to' option, submitted by
13047                 Paul Evans <nerd@freeuk.com>
13048
13049 2001-09-15 [christoph]
13050
13051         * src/mainwindow.c
13052                 comment out menu entry not existing in claws
13053         * src/menu.c
13054                 add debug output for non existing menu entries
13055         * src/summaryview.c
13056                 fix next/prev unread message for ignored threads
13057         * src/utils.[ch]
13058                 add sourcefile and line number to debug output
13059                 otherwise it is sometimes hard to find the
13060                 source code part if debug messages are translated
13061
13062 2001-09-14 [darko]
13063         
13064         * src/folderview.c
13065                 refresh target folder style after colour is changed
13066
13067 2001-09-13 [paul]
13068
13069         * configure.in
13070                 change to version 0.6.1claws3
13071
13072         * sync with sylpheed 0.6.1cvs6
13073
13074 2001-09-13 [darko]
13075         
13076         * src/folderview.c
13077                 fix target folder colourization to use user selected colour
13078
13079 2001-09-12 [darko]
13080         
13081         * src/summaryview.c
13082                 fix crash when message that is marked for copy/move is unmarked
13083
13084 2001-09-09 [paul]
13085
13086         * configure.in
13087                 change to version 0.6.1claws2
13088
13089         * sync with sylpheed 0.6.1cvs3
13090
13091 2001-09-09 [alfons]
13092         
13093         * src/folderview.c
13094                 fix bug with default font used for trash folder text
13095
13096 2001-09-06 [paul]
13097
13098         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13099                 updated translations
13100
13101         * configure.in
13102                 change to version 0.6.1claws1
13103
13104         * sync with sylpheed 0.6.1cvs2
13105
13106 2001-09-03 [paul]
13107
13108         * po/POTFILES.in
13109                 add Match's new addressbook
13110
13111         * po/de.po
13112                 updated translation submitted by Jens Oberender
13113
13114 2001-09-02 [paul]
13115
13116         * configure.in
13117                 change to 0.6.1claws
13118         * sync with sylpheed 0.6.1 release
13119
13120 2001-09-02 [paul]
13121
13122         * configure.in
13123                 change to 0.6.0claws2
13124
13125         * sync with sylpheed 0.6.0cvs4
13126
13127         * po/pt_BR.po
13128                 updated translation submitted by Fabio Junior Beneditto
13129
13130 2001-09-01 [match]
13131         * pixmaps/
13132                 interface.xpm
13133                 book.xpm
13134                 address.xpm
13135         * src/
13136                 Makefile.am
13137                 a ton of new files
13138
13139 2001-08-31 [paul]
13140
13141         * configure.in
13142                 change to version 0.6.0claws1
13143
13144         * sync with sylpheed 0.6.0cvs1
13145
13146         * po/es.po
13147                 updated translation submitted by Ricardo Mones Lastra
13148
13149         * po/POTFILES.in
13150                 add 'src/prefs_templates.c'
13151
13152         * src/compose.c, src/summaryview.c
13153                 fix segfault on 'Re_edit'               
13154
13155 2001-08-30 [alfons]
13156
13157         * configure.in, Makefile.am
13158         * tools/Makefile.am
13159                 add tools directory to source distribution
13160
13161 2001-08-30 [paul]
13162
13163         * configure.in
13164                 change to version 0.6.0claws
13165
13166         * sync with sylpheed 0.6.0 release
13167
13168 2001-08-30 [christoph]
13169
13170         * configure.in
13171                 removed autoconf version check
13172
13173 2001-08-30 [paul]
13174
13175         * src/account.c, src/compose.c, src/prefs_common.[ch]
13176         * src/procheader.[ch] src/utils.[ch]
13177                 Enhanced automatic account selection on replies
13178                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13179
13180         * configure.in
13181                 add LDAP and JPilot to the configuration results output.
13182
13183 2001-08-29 [christoph]
13184
13185         * src/summeryview.c
13186                 no bold font for ignored threads
13187
13188 2001-08-29 [paul]
13189
13190         * configure.in
13191                 change to version 0.5.3claws6
13192
13193         * sync with sylpheed 0.5.3cvs10
13194                 src/stringtable.[ch]: New Files
13195
13196         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13197         * src/pixmaps/sylpheed.xpm
13198                 add mini-icons to windows (by Alfons)
13199
13200 2001-08-27 [paul]
13201
13202         * src/mainwindow.c
13203                 new functions: next_labeled_cb(), prev_labeled_cb()
13204
13205         * src/summaryview.c
13206                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13207                 summary_select_next_labeled(), summary_select_prev_labeled()
13208
13209         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13210                 give claws blue folders and a blue trash can
13211
13212 2001-08-27 [paul]
13213
13214         * configure.in
13215                 change to version 0.5.3claws5
13216
13217         * sync with sylpheed 0.5.3cvs9
13218                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13219
13220 2001-08-24 [christoph]
13221
13222         * src/filesel.c
13223                 keep filename when browsing directories
13224                 (not working for user entered filename, but
13225                  for default name and selected filename from
13226                  file list)
13227         * src/mainwindow.c
13228                 fixed wrong spelling "Folllow-up"
13229         * src/mbox_folder.c
13230         * src/procmsg.c
13231         * src/summaryview.c
13232                 fixed new/unread message count with ignored
13233                 threads (2 commits, first didn't notice no
13234                 longer needed decreasing)
13235         * src/inc.c
13236                 readded scrolling of progress dialog
13237                 (lost in sync)
13238
13239 2001-08-24 [paul]
13240
13241         * configure.in
13242                 change to 0.5.3claws4
13243
13244         * sync with sylpheed 0.5.3cvs7
13245
13246 2001-08-24 [christoph]
13247
13248         * src/compose.c
13249                 set request return receipt when replying
13250                 if it is set is the folder prefs of the
13251                 message
13252         * src/inc.c
13253                 disable final error popup if popups are
13254                 disabled in config (again)
13255
13256 2001-08-23 [paul]
13257
13258         * configure.in
13259                 Change version number to 0.5.3claws3
13260
13261         * sync with sylpheed 0.5.3cvs5
13262
13263         * src/mimeview.c
13264                 double quote '%s' in 'gedit %s' to fix bug when
13265                 opening attachment with spaces in the name
13266
13267 2001-08-22 [alte]
13268         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13269           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13270                 initial message templates support
13271
13272
13273 2001-08-22 [paul]
13274
13275         * configure.in
13276                 change version number to 0.5.3claws2
13277
13278         * sync with sylpheed 0.5.3cvs4
13279
13280         * src/procmsg.h src/summaryview.c
13281                 re-implement (un)ignore thread
13282
13283 2001-08-21 [paul]
13284
13285         * src/summaryview.c
13286                 remove unnecessary code
13287         * src/compose.c
13288                 enable 'dynamic' signatures (submitted by
13289                 Eric Limpens <eric@hscg-internet.nl>)
13290
13291 2001-08-21 [paul]
13292
13293         clean up after sync with sylpheed 0.5.3 release
13294
13295         * src/folderview.c
13296                 fix re-introduced font mess, see Christoph's
13297                 entry 2001-06-24
13298
13299         * src/summaryview.c
13300                 remove prev_msgnum
13301                 use sylpheed's small font instead of
13302                 gtk default font for summary view
13303
13304
13305 2001-08-17 [paul]
13306
13307         * configure.in
13308                 add pl to ALL_LINGUAS - sync with main branch
13309
13310         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13311                 Updated. Translations by Jens Oberender, Ricardo Mones
13312                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13313
13314         * po/pl.po  ** NEW FILE **
13315                 sync with the main branch
13316
13317         * src/folderview.c
13318                 fix target folder colorizing and refresh problem
13319
13320
13321 2001-08-17 [christoph]
13322
13323         * src/mainwindow.c
13324                 claws uses 4 colors for target folder coloring.
13325                 arrays were not long enough and destroyed the
13326                 stack causing a segfault.
13327                 target folder colorizing does not work anymore
13328                 for me
13329
13330 2001-08-16 [paul]
13331
13332         * configure.in
13333                 change to version 0.5.3claws1
13334
13335         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13336           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13337           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13338
13339                 sync with sylpheed 0.5.3 release, but keep claws method of
13340                 configuring/saving fonts
13341
13342         * src/addressbook.[ch]
13343                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13344                 in line with a similar change in Hiroyuki's branch
13345
13346         * src/mainwindow.[ch]
13347                 disable main_window_set_thread_option()
13348         * src/prefs_folder_item.c
13349                 comment out &tmps_prefs.enable_thread,
13350         * src/mbox_folder.c, src/procmsg.[ch]
13351                 comment out MSG_IS_IGNORE_THREAD
13352         * src/summaryview.c
13353                 comment out summary_ignore_thread() and summary_unignore_thread()
13354                 comment out MSG_IS_IGNORE_THREAD
13355
13356                 use Hiroyuki's threading instead.
13357
13358
13359
13360 2001-08-15 [paul]
13361
13362         * src/account.c
13363                 use Hiroyuki's 0.5.3 column scheme but also
13364                 include the enable/disable button.
13365         * src/pixmaps/mark.xpm
13366                 add Hiroyuki's amended pixmap
13367
13368 2001-08-13 [christoph]
13369
13370         * src/account.c
13371                 receive at get all column showed wrong state for APOP
13372                 button should only work for POP3 and APOP accounts
13373         * src/prefs_account.c
13374                 added missing preprocessor statement for SSL
13375
13376 2001-08-12 [paul]
13377
13378         * src/account.[ch]
13379                 add 'receive at get all' column and enable/disable
13380                 button.
13381
13382 2001-08-06 [christoph]
13383
13384         * src/account.c
13385                 show usage of SSL in protocol column
13386
13387         * src/imap.c
13388         * src/inc.c
13389                 renamed ssl options
13390
13391         * src/prefs_account.[ch]
13392                 moved ssl options to a new page
13393
13394         * src/send.c
13395         * src/smtp.c
13396         * src/ssl.[ch]
13397                 renamed ssl options
13398                 added support for SMTP STARTTLS command
13399
13400 2001-08-05 [christoph]
13401
13402         * configure.in
13403                 debian autoconf needs version check to find
13404                 correct autoconf version. if the file is
13405                 named configure.in 2.13 is used, which does
13406                 not work with this configure.in script.
13407                 other solution would be to rename the script
13408                 to configure.ac as suggested in the autoconf
13409                 manual.
13410
13411         * src/inc.c
13412                 disable final error popup if popups are
13413                 diabled in config
13414
13415         * src/socket.c
13416                 bugfix in ssl_gets
13417                 fixes IMAP over SSL problem
13418
13419 2001-08-03 [paul]
13420
13421         * configure.in
13422                 change to 0.5.2claws1
13423
13424         * sync with sylpheed 0.5.2cvs1
13425
13426 2001-08-02 [alfons]
13427
13428         * configure.in
13429                 quick fix for ispell detection...
13430
13431 2001-08-01 [paul]
13432
13433         * configure.in
13434                 change to 0.5.1claws4
13435
13436         * sync with sylpheed 0.5.1cvs7
13437
13438 2001-07-31 [alfons]
13439
13440         * src/prefs_common.c, src/prefs_common.h, 
13441           src/gtkspell.c, src/gtkspell.h
13442                 add global spelling checker settings (compose tab) +
13443                 selection of dictionary 
13444           
13445         * configure.in  
13446                 guess valid ispell location
13447
13448 2001-07-31 [paul]
13449
13450         * po/POTFILES.in
13451                 removal of 'src/quote_fmt_parse.c'
13452         * po/de.po
13453                 Updated de.po
13454                 (submitted by Jens Oberender <didge@suse.de>)
13455
13456 2001-07-31 [darko]
13457
13458         * src/folder.[ch]
13459         * src/folderview.[ch]
13460         * src/mainwindow.c
13461         * src/mh.c
13462         * src/prefs_common.[ch]
13463         * src/summaryview.c
13464                 target folder colourization
13465
13466 2001-07-30 [paul]
13467
13468         more sync with Sylpheed 0.5.1cvs6 
13469
13470 2001-07-30 [darko]
13471
13472         * src/mh.c
13473         * src/prefs_folder_item.[hc]
13474         * src/summaryview.c
13475                 shared folders support with a GUI
13476
13477 2001-07-29 [paul]
13478
13479         0.5.1claws3
13480
13481         * sync with Sylpheed 0.5.1cvs6
13482
13483 2001-07-29 [paul]
13484
13485         * po/pt_BR.po
13486                 updated
13487                 (submitted by Fabio Junior Beneditto)
13488
13489 2001-07-28 [paul]
13490
13491         * src/procmime.c
13492         * AUTHORS
13493                 patch to correct bad image mime headers
13494                 (submitted by Don Quijote <dq@searchlores.org>)
13495
13496 2001-07-28 [paul]
13497
13498         * tools/gif2xface.pl   **NEW FILE**
13499         * tools/README
13500                 script to convert file.gif to file.xface for
13501                 use in a custom header.
13502                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13503
13504 2001-07-27 [alfons]
13505         
13506         * configure.in
13507                 change macros for detecting JPilot and LDAP
13508
13509 2001-07-27 [christoph]
13510
13511         * src/filtering.c
13512                 code cleanup (MIN / MAX warning, needed casting)
13513
13514 2001-07-27 [alfons]
13515
13516         * procheader.c
13517                 disallow setting flags when detecting certain headers
13518                 (X-Status, Status, Seen, X-Seen). 
13519         
13520         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13521
13522 2001-07-27 [christoph]
13523
13524         * src/prefs_filter.c
13525         * src/prefs_filtering.c
13526         * src/prefs_matcher.c
13527         * src/prefs_scoring.c
13528                 scroll list when moving rows up or down
13529
13530         * src/imap.c
13531         * src/imap.h
13532         * src/prefs_account.c
13533         * src/prefs_account.h
13534         * src/send.c
13535                 SMTP over SSL (untested, feedback requested)
13536                 IMAP over SSL
13537
13538         * src/ssl.c
13539                 code cleanup
13540
13541 2001-07-26 [alfons]
13542         
13543         * configure.in, acconfig.h
13544                 define CLAWS (need this for main / claws detection)
13545
13546 2001-07-25 [alfons]
13547
13548         * configure.in
13549                 Sylpheed 0.5.1claws2
13550                 
13551         * sync with Sylpheed 0.5.1cvs4
13552
13553 2001-07-25 [christoph]
13554
13555         * src/scoring.c
13556                 fixed segfault
13557                 item->prefs == NULL (don't know why)
13558
13559 2001-07-25 [alfons]
13560
13561         * configure.in
13562                 Sylpheed 0.5.1claws1
13563
13564         * sync with Sylpheed 0.5.1cvs1-3
13565
13566 2001-07-24 [christoph]
13567
13568         * src/folderview.c
13569         * src/prefs_folder_item.[ch]
13570                 added folderitem preferences dialog with
13571                 default To: and auto request return receipt
13572
13573         * src/compose.[ch]
13574         * src/menu.[ch]
13575                 changes to handle new folderitem preferences
13576
13577         * src/mainwindow.c
13578         * src/summaryview.c
13579                 call compose new mail with current folderitem
13580
13581 2001-07-24 [alfons]
13582
13583         Release Sylpheed 0.5.1claws
13584
13585         * configure.in
13586                 change to release version 0.5.1claws
13587
13588 2001-07-24 [christoph]
13589
13590         * src/summaryview.c
13591                 fixed segfault that happend when the selected
13592                 message was removed while retrieving new messages.
13593
13594         * po/es.po
13595                 updated translation
13596                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13597
13598 2001-07-22 [alfons]
13599
13600         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13601         this is a work in progress, for more information: http://nlpagan.net/sylman 
13602         
13603         * configure.in, src/mainwindow.c, manual/Makefile.am
13604                 add support for English manual
13605
13606         * AUTHORS
13607                 add authors of user manuals
13608
13609         * manual/en/sylpheed*.html
13610                 add English documentation
13611
13612 2001-07-22 [christoph]
13613
13614         * po/POTFILES.in
13615                 added src/ssl.c
13616         * src/ssl.c
13617                 changed a wrong debug message
13618
13619 2001-07-22 [alfons]
13620
13621         * po/nl.po
13622                 update Dutch translation
13623
13624         * src/prefs_filtering.c, 
13625           src/prefs_matcher.c
13626                 add more translatable strings           
13627
13628 2001-07-21 [alfons]
13629
13630         0.5.0claws7
13631
13632         * configure.in
13633                 change version
13634
13635         * src/inc.c, src/summaryview.[ch]
13636                 prevent update of mark file when filtering has done, by
13637                 using a variable; this affects two functions:
13638                         inc.c::inc_finished()
13639                         summaryview.c::summary_show()
13640
13641 2001-07-20 [alfons]
13642
13643         * src/filtering.[ch], src/prefs_filtering.c, 
13644           src/matcher.[ch]
13645                 add filtering action for label coloring 
13646
13647         * po/POTFILES.in
13648                 add labelcolors.c
13649
13650         * added src/labelcolors.c
13651         * added src/labelcolors.h
13652         * src/Makefile.am, src/summaryview.c
13653                 rearrange label coloring code
13654
13655         * src/procmsg.h
13656                 add more parentheses so label colouring works correctly
13657
13658         * src/filtering.c
13659                 don't really delete message, but move it to Trash
13660
13661         * src/prefs_matcher.c
13662                 add quote options to info dialog
13663
13664 2001-07-20 [christoph]
13665
13666         * src/Makefile.am
13667         * src/inc.c
13668         * src/main.[ch]
13669         * src/socket.h
13670         * src/ssl.[ch] (new)
13671                 moved ssl stuff to a seperate file
13672
13673 2001-07-20 [darko]
13674
13675         * src/summaryview.c
13676                 fix show sender using address book with no e-mail
13677                 address in From: field
13678
13679 2001-07-19 [alfons]
13680
13681         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13682                 fix messy handling of escaping... now at least the
13683                 execute command is useful. escape char is '\', we
13684                 accept \n and \r too. 
13685
13686                 Real life example:
13687                 
13688                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13689                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13690
13691 2001-07-18 [alfons]
13692
13693         0.5.0claws6
13694
13695         * src/summaryview.c
13696                 clean up
13697
13698         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13699           src/procmsg.[ch]
13700                 revise filtering; currently move, copy, marking have
13701                 been tested. if you like bleeding edge stuff, you
13702                 should definitely go for this version :)
13703
13704         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13705
13706 2001-07-17 [christoph]
13707
13708         * src/utils.c
13709                 timestamp log
13710
13711 2001-07-17 [alfons]
13712
13713         0.5.0claws5
13714
13715         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13716           bits in the mark file, without affecting either branch. Lots of
13717           files changed, also in claws branch.
13718
13719           UNTESTED: use of mbox folders
13720
13721         * src/summaryview.c
13722                 added mark all read; however this was a quick hack used for
13723                 cleaning up mess after initial merge with Hiroyuki
13724
13725         * configure.in
13726                 change claws version number back to 0.5.0claws5 to clear up 
13727                 confusion & pretension (recent release was technically 
13728                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13729
13730 2001-07-16 [alfons]
13731
13732         sync with Hiroyuki's 0.5.0cvs4
13733
13734 2001-07-16 [alfons]
13735
13736         0.5.1claws3
13737
13738         * src/filtering.[ch]
13739                 remove invalid updating of mark files for 
13740                 filter actions MATCHING_ACTION_MOVE and 
13741                 MATCHING_ACTION_DELETE; this should fix the
13742                 folder update bug
13743                 
13744         * src/procmsg.c
13745                 revert Christoph's stab at fixing the folder 
13746                 update bug
13747
13748         * po/POTFILES.in
13749                 add missing files with translatable strings
13750
13751         * src/summaryview.c
13752                 remove debug print
13753
13754 2001-07-15 [alfons]
13755
13756         * src/addr_compl.[ch], src/prefs_filtering.c
13757                 make "filtering pref dialog's destination entry" an
13758                 "address completable entry", if filter destination is 
13759                 an email address
13760
13761         0.5.1claws2
13762         
13763         sync with Hiroyuki's 0.5.0cvs2-3
13764
13765 2001-07-15 [christoph]
13766
13767         * src/procmsg.c
13768                 fixed folder stats update after incorporation
13769
13770 2001-07-15 [alfons]
13771
13772         * src/summaryview.c
13773                 * finish label colouring stuff (for now)
13774                 * fix incorrect colour bug (off by one) 
13775
13776 2001-07-14 [alfons]
13777
13778         * src/mainwindow.c
13779                 change text labels for news and mail message so there's
13780                 plenty of toolbar estate left
13781
13782         * configure.in
13783                 0.5.1claws1
13784
13785         * src/folderview.c
13786           src/folder.[ch]
13787                 sync with Hiroyuki's 0.5.0cvs1
13788
13789         * src/summaryview.c
13790                 more rewrite label colouring
13791
13792 2001-07-14 [alfons]
13793
13794         * src/summaryview.[ch]
13795                 * start rewrite label colouring 
13796                 * fix proper location "Add Sender To Addressbook" menu item
13797
13798 2001-07-13
13799
13800         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13801         (actually this is 0.5.0claws4)
13802
13803 2001-07-13 [alfons]
13804
13805         * po/pt_BR.po
13806                 * fix duplicate message
13807                 * add updated Portugese / Brazilian translation
13808                   submitted by Fabio Junior Beneditto
13809
13810 2001-07-12 [alfons]
13811
13812         * AUTHORS
13813                 add Jens
13814
13815         * po/nl.po
13816                 add updated Dutch translation
13817
13818         * po/de.po
13819                 add updated German translation submitted by Jens
13820
13821 2001-07-11 [alfons]
13822
13823         Prerelease before 0.5.0claws. Please test.
13824         This version is temporarily tagged as VERSION_0_5_0_TEST
13825
13826         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13827           src/prefs_scoring.c, src/prefs_matcher.c, 
13828           src/prefs_filtering.c, src/mbox.c, 
13829           src/main.c, src/inc.c, src/filtering.[ch]
13830                 revert new Hoa's new matcher (does not work yet)
13831
13832         * src/Makefile.am
13833                 clean up
13834
13835 2001-07-10
13836
13837         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13838
13839
13840 2001-07-10 [alfons]
13841
13842         * Makefile.am
13843                 add ChangeLog.claws to EXTRA_DIST
13844         * src/Makefile.am
13845                 add matcher_parser_parse.h to EXTRA_DIST
13846
13847 2001-07-10 [christoph]
13848
13849         * src/inc.c
13850                 add destination folder to table of
13851                 folders that need to be updated after
13852                 incorporation
13853
13854 2001-07-10 [alfons]
13855
13856         * folder.[ch]
13857           folderview.c
13858                 make collapse state of folders and folder items persistent, i.e.
13859                 if you collapse a folder tree, the next time sylpheed-claws starts 
13860                 up the folder tree remains collapsed.  
13861                 
13862 2001-07-10 [christoph]
13863
13864         * acconfig.h
13865         * configure.in
13866                 added --enable-ssl
13867         * src/md5.[ch]
13868                 renamed MD5_CTX to MD5_CTX_syl
13869                 conflicts with a struct in openssl
13870         * src/inc.c
13871         * src/main.[ch]
13872         * src/prefs_account.[ch]
13873         * src/socket.[ch]
13874                 SSL support for POP
13875         * src/mainwindow.c
13876                 fixed compose with current account
13877                 broken by new compose button stuff
13878
13879 2001-07-09 [hoa]
13880
13881         * AUTHORS
13882                 changed my email address
13883
13884         * src/matcher_parser_parse.y
13885                 clean the parser to remove conflicts
13886
13887 2001-07-09 [alfons]
13888
13889         * AUTHORS
13890                 add Match Grun
13891
13892         * configure.in
13893                 fix incorrect description of --enable-ldap parameter
13894
13895         * src/prefs_common.[ch]
13896           src/compose.c
13897                 add experimental option "smart wrapping" which makes the
13898                 compose editor auto wrap.
13899                 
13900                 | TODO: the problem with the buggy cursor handling is caused |
13901                 | by the GtkText. when deleting / backspacing text its       |
13902                 | wrapping algorithm does not take in account the previous   |
13903                 | line. should find a way to hack this in.                   |
13904                 | or should perhaps combine this with the word wrapping      |
13905                 | patch i wrote in january.                                  |
13906
13907         * src/about.c
13908                 show build parameters for LDAP and JPilot
13909
13910         * src/summaryview.c
13911                 revert Christoph's bugfix for selecting next unread message, 
13912                 because folder stats aren't updated correctly
13913
13914 2001-07-08 [hoa]
13915
13916         * src/filtering.c
13917         * src/mainwindow.c
13918         * src/matcher.c
13919         * src/matcher_parser_lex.l
13920         * src/matcher_parser_parse.y
13921         * src/prefs_filtering.c
13922         * src/prefs_scoring.c
13923         * src/scoring.c
13924                 bugfix of the config file parser
13925
13926 2001-07-08 [alfons]
13927
13928         * src/Makefile.am
13929                 added generated matcher sources to BUILT_SOURCES
13930
13931 2001-07-08 [hoa]
13932
13933         * src/Makefile.am
13934         * src/.cvsignore
13935                 added new config file parser
13936
13937         * src/scoring.[ch]
13938         * src/filtering.[ch]
13939         * src/matcher.[ch]
13940         * src/prefs_filtering.c
13941         * src/prefs_matcher.c
13942         * src/prefs_scoring.c
13943         * added src/matcher_parser.h
13944         * added src/matcher_parser_lex.h
13945         * added src/matcher_parser_lex.l
13946         * added src/matcher_parser_parse.y
13947                 lex & yacc config file parser
13948
13949         * src/mbox.c
13950         * src/inc.c
13951         * src/main.c
13952                 changes prefs_filtering into global_filtering           
13953
13954         * src/summaryview.c
13955                 build threads with subjects only if "Re: " is at the
13956                 beginning of the subject
13957
13958 2001-07-07 [paul]
13959
13960         0.5.0claws
13961
13962         sync with sylpheed 0.5.0
13963                 change of version number only
13964
13965 2001-07-06 [paul]
13966
13967         0.5.0claws5
13968
13969         sync with sylpheed 0.5.0pre5
13970
13971 2001-07-05 [paul]
13972
13973         sync with sylpheed 0.5.0pre4 release
13974                 /po and /manual/ja not sync'ed
13975
13976 2001-07-04 [paul]
13977
13978         more sync with sylpheed 0.5.0pre4
13979
13980 2001-07-03 [christoph]
13981
13982         * src/addressbook.c
13983                 fixed address book broken by address book
13984                 for VCard, JPilot, LDAP
13985
13986 2001-07-03 [alfons]
13987
13988         * src/matcher.c
13989         * src/textview.c
13990                 stopped memory leaks
13991
13992 2001-07-03 [paul]
13993
13994         more sync with sylpheed 0.5.0pre4
13995
13996 2001-07-02 [match]
13997
13998         * included address book patch for VCard, JPilot, LDAP
13999         * pref_common.c - fixed Font options on Display tab (cosmetic)
14000         * alertpanel.c - fixed truncated message
14001
14002 2001-07-02 [christoph]
14003
14004         * src/mbox_folder.c
14005         * src/procmsg.[ch]
14006         * src/summaryview.c
14007                 mark threads for ignoring
14008
14009 2001-07-02 [paul]
14010
14011         0.5.0claws4
14012
14013         * sync with sylpheed 0.5.0pre4
14014                 updated gettext to 0.10.38.
14015
14016 2001-07-01 [paul]
14017
14018         * src/ mainwindow.c
14019         * src/procmsg.h
14020         * src/summaryview.[ch]
14021                 new right-click option: Label.
14022                 substitute for 'Mark-->Mark/Unmark', colours the line.
14023                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
14024
14025 2001-07-01 [christoph]
14026
14027         * src/folderview.c
14028                 fixed font for trash
14029         * src/summaryview.c
14030                 move ctree to unread message
14031
14032 2001-07-01 [paul]
14033
14034         * sync with sylpheed 0.5.0pre3 release
14035
14036 2001-06-30 [alfons]
14037
14038         * src/filesel.[ch]
14039         * src/compose.c
14040                 allow inserting / attaching multiple files in
14041                 the composer window
14042
14043 2001-06-30 [paul]
14044
14045         * src/codeconv.c
14046                 small change to Alfons' previous stuff so that it
14047                 actually makes
14048
14049 2001-06-30 [alfons]
14050
14051         * lots of files changed; first attempt to merge the changes
14052           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
14053
14054 2001-06-30 [paul]
14055
14056         * po/pt_BR.po
14057                 updated and completed, translations by Fabio
14058                 Junior Beneditto <fjbeneditto@yahoo.com.br>
14059
14060 2001-06-29 [alfons]
14061
14062         * src/compose.c
14063         * src/mimeproc.[ch]
14064                 allow selecting an attached files' mime type from a 
14065                 list of types.
14066
14067 2001-06-29 [paul]
14068
14069         * more sync with sylpheed 0.5.0pre3
14070
14071 2001-06-29 [paul]
14072
14073         * po/pt_BR.po
14074                 merge with sylpheed.pot and pt_BR.po provided by
14075                 Fabio Junior Beneditto.
14076
14077 2001-06-29 [darko]
14078
14079         * src/procmime.c
14080                 make MIME types case insensitive
14081
14082 2001-06-28 [alfons]
14083
14084         * po/nl.po
14085                 merge with sylpheed.pot and old nl.po; translations added.
14086
14087 2001-06-28 [paul]
14088
14089         * more sync with sylpheed 0.5.0pre3
14090
14091 2001-06-27 [alfons]
14092
14093         * src/summaryview.c
14094                 don't crash when removing parent node of messages
14095                 attracted by subject. this was caused by not deleting
14096                 the parent node from the subject line hash table.
14097
14098 2001-06-27 [alfons]
14099
14100         * src/summaryview.c
14101         * src/compose.[ch]
14102         * src/mainwindow.c
14103                 if there are multiple messages selected, allow forwarding
14104                 them as attachments.
14105
14106 2001-06-27 [paul]
14107
14108         * more sync with sylpheed 0.5.0pre3
14109
14110 2001-06-26 [paul]
14111
14112         0.5.0claws3
14113
14114         * sync with sylpheed 0.5.0pre3
14115
14116 2001-06-25 [paul]
14117
14118         * src/mainwindow.c
14119                 fixed 'compose news article' bug
14120                 from icon-and-text toolbar
14121
14122 2001-06-25 [paul]
14123
14124         * sync with sylpheed 0.5.0pre2 release
14125
14126 2001-06-24 [christoph]
14127
14128         * src/prefs_common.c
14129                 bug fix in font selection
14130         * src/folderview.c
14131                 use sylpheed's normal font instead of
14132                 gtk default font for folders without
14133                 new messages
14134
14135 2001-06-24 [alfons]
14136
14137         * src/mainwindow.[ch]
14138                 added composite compose mail / news button (an idea by Leandro
14139                 Pereira <leandro@linuxmag.com.br>)
14140
14141 2001-06-24 [paul]
14142
14143         Added instructions for ldif-to-xml.py
14144
14145         * tools/README
14146
14147 2001-06-23 [alfons]
14148
14149         Some minor things.
14150
14151         * src/pixmaps/stock_news_compose.xpm
14152                 added pixmap by Leandro
14153         * src/prefs_common.c
14154                 tested built-in spelling checker of GCC 3.0 :)
14155         * po/nl.po
14156                 merged dutch translation of sylpheed-main with
14157                 sylpheed.pot
14158
14159 2001-06-23 [paul]
14160
14161         Added tools directory and files.
14162
14163         * tools/filter_conv.pl
14164                 converts old filter system to new filtering system
14165         * tools/ldif-to-xml.py
14166                 converts netscape addressbook to sylpheed addressbook
14167         * tools/README
14168                 descriptions/instructions for above two files
14169
14170 2001-06-23 [christoph]
14171
14172         * src/inc.c
14173         * src/manage_window.[ch]
14174         * src/prefs_common.[ch]
14175                 mail retrieval dialog can be enabled, disabled
14176                 or hidden if non of sylpheed's windows is active
14177
14178 2001-06-22 [paul]
14179
14180         0.5.0claws2
14181
14182         * sync with sylpheed 0.5.0pre2
14183
14184 2001-06-21 [christoph]
14185
14186         * src/summaryview.c
14187                 show recipient on 'from' for all accounts
14188                 
14189         * src/inc.c
14190         * src/prefs_common.[ch]
14191                 disable error popup on mail receive errors
14192
14193 2001-06-21 [alfons]
14194
14195         * src/compose.c
14196                 made the ruler correctly appear and disappear.
14197
14198         * src/Makefile.am
14199                 removed Hoa's work-in-progress-stuff (interesting!) so 
14200                 claws compiles ok.
14201
14202 2001-06-20 [christoph]
14203
14204         * src/inc.c
14205         * src/progressdialog.c
14206                 added scrolled window for list in progressdialog
14207
14208 2001-06-20 [paul]
14209
14210         sync with sylpheed 0.5.0pre1 release
14211
14212 2001-06-20 [christoph]
14213
14214         * src/summeryview.c
14215                 make building threads by subject work when
14216                 thread view is enabled
14217                 
14218         * src/compose.c
14219         * src/prefs_common.[ch]
14220                 automatically select account for mail replys
14221
14222 2001-06-19 [sergey]
14223
14224         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14225         they are filled in from the account settings.
14226
14227 2001-06-19 [paul]
14228
14229         * more sync with sylpheed 0.5.0pre1
14230
14231 2001-06-18 [alfons]
14232
14233         * src/Makefile.am,
14234           src/procmime.c
14235                 added --sysconfdir to CPPFLAGS for pointing to the correct
14236                 location of mime.types. 
14237
14238                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14239                 or ./configure!
14240
14241 2001-06-18 [hoa]
14242
14243         * src/summaryview.c
14244                 fixed some bug when building threads
14245
14246 2001-06-18 [pau]l
14247
14248         * src/prefs_account.c
14249                 UI stuff: More changes to the English
14250
14251 2001-06-18 [paul]
14252
14253         * src/pixmaps/stock_news_compose.xpm: new file
14254         * src/Makefile.am
14255         * src/mainwindow.c
14256         * src/summaryview.c
14257                 Added new icon for Hoa's 'compose a news
14258                 message', plus minor improvements to the
14259                 English
14260
14261         * po/ja.po
14262         * ChangeLog
14263         * ChangeLog.jp
14264                 more sync with sylpheed 0.5.0pre1
14265
14266 2001-06-18 [hoa]
14267
14268         * src/compose.[ch]
14269         * src/mainwindow.c
14270                 Follow-up and reply to
14271
14272         * src/summaryview.[ch]
14273                 Build threads also with subjects
14274
14275 2001-06-17 [hoa]
14276
14277         * src/compose.c
14278                 forwarding use the current account.
14279
14280         * src/mainwindow.c
14281                 the "compose message" button has been replaced with
14282                 "new mail" and "new news" buttons
14283
14284         * src/prefs_common.[ch]
14285                 added a configuration option to use the forward button
14286                 as "forward as attachment"
14287                 changed reply and forward format description
14288
14289         * src/quote_fmt_lex.l
14290         * src/quote_fmt_parse.y
14291                 added message with no signature in format for reply
14292                 and forward.
14293
14294 2001-06-17 [paul]
14295
14296         Minor UI stuff
14297
14298         * src/mainwindow.c
14299         * src/summaryview.c
14300                 Improvements to the English
14301
14302         * src/prefs_common.c
14303                 Improvements to the English and some
14304                 clarity/continuity improvements in the
14305                 description of Quote symbols.
14306
14307 2001-06-17 [paul]
14308
14309         0.5.0claws1
14310
14311         * sync with sylpheed 0.5.0pre1
14312
14313 2001-06-17 [hoa]
14314
14315         * src/compose.c
14316                 Better interface for compose, displayed fields
14317                 are updated whenever we change account.
14318                 Newsgroups field is automatically filled.
14319
14320         * src/mainwindow.c
14321                 Newsgroups field is automatically filled.
14322
14323         * src/prefs_account.c
14324                 Some interface stuff when fields appear and
14325                 disappear.
14326
14327 2001-06-16 [paul]
14328
14329         0.4.99claws
14330
14331         * sync with sylpheed 0.4.99
14332
14333 2001-06-16 [sergey]
14334
14335         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14336         base64_decoder_free, base64_decoder_decode): new object and
14337         functions for decoding base64 streams.
14338         * src/procmime.c (procmime_decode_content): modified to use the
14339         new base64 decoder.
14340
14341 2001-06-15 [paul]
14342
14343         0.4.99claws10
14344
14345         * sync with sylpheed 0.4.99cvs11
14346
14347 2001-06-13 [paul]
14348
14349         0.4.99claws9
14350
14351         * sync with sylpheed 0.4.99cvs9
14352
14353 2001-06-13 [hoa]
14354
14355         * src/compose.c
14356         * src/prefs_account.c
14357
14358                 SMTP server can be defined in the news account
14359                 mime type of attachment are kept.
14360
14361         * src/summaryview.c
14362
14363                 now choose the highest important score between default
14364                 and important score of folder.
14365
14366 2001-06-09 [alfons]
14367         
14368         * src/prefs_common.c: 
14369
14370                 (prefs_quote_description_create): corrected description of 
14371                 quote format characters
14372
14373 2001-06-09 [paul]
14374
14375         0.4.99claws8
14376
14377         * sync with sylpheed 0.4.99cvs8
14378
14379 2001-06-08 [sergey]
14380
14381         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14382         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14383
14384 2001-06-08 [paul]
14385
14386         0.4.99claws7
14387
14388         * sync with sylpheed 0.4.99cvs7
14389
14390 2001-06-06 [sergey]
14391
14392         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14393         clashes with autogenerated header).
14394         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14395         * src/Makefile.am: added quote_fmt.h.
14396         * src/.cvsignore: added lex/yacc autogenerated files
14397         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14398
14399 2001-06-06 [paul]
14400
14401         0.4.99claws6
14402
14403         * sync with sylpheed 0.4.99cvs6
14404
14405 2001-06-06 [hoa]
14406
14407         * added src/quote_fmt_parse.h
14408         * src/compose.c
14409                 removed warnings
14410
14411         * src/prefs.[ch]
14412                 don't modify readonly configuration files
14413
14414         * src/prefs_account.c
14415         * src/prefs_common.c
14416         * src/prefs_customheader.c
14417         * src/prefs_display_header.c
14418         * src/prefs_filter.c
14419         * src/prefs_filtering.c
14420         * src/prefs_scoring.c
14421                 don't open dialog box when configuration files
14422                 are readonly
14423
14424 2001-06-05 [sergey]
14425
14426         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14427
14428         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14429         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14430         BUILT_SOURCES to make all files rebuild properly.
14431
14432         * src/compose.c: removed #include "quote_fmt.tab.h".
14433
14434         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14435         CHARACTER value in yylval.
14436
14437         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14438         receive CHARACTER value by documented means (yylval).
14439
14440         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14441
14442 2001-06-05 [hoa]
14443
14444         * src/Makefile.am
14445                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14446
14447         * src/filtering.c
14448         * src/matcher.c
14449         * src/matcher.h
14450         * src/prefs_filtering.c
14451                 now keep the configuration for execute action
14452
14453         * src/mbox_folder.c
14454                 fixed a warning
14455
14456 2001-06-05 [paul]
14457
14458         * sync with sylpheed 0.4.99cvs5
14459
14460 2001-06-05 [hoa]
14461
14462         * src/Makefile.am
14463                 added quote_fmt.[ch]
14464
14465         * added src/quote_fmt.y
14466         * added src/quote_fmt.l
14467         * added src/quote_fmt.tab.h
14468         * added src/quote_fmt.tab.c
14469         * added src/lex.quote_fmt.c
14470                 parsing configuration for replying
14471                 and forwarding
14472
14473         * src/prefs_common.[ch]
14474                 added configuration UI for replying
14475                 and forwarding
14476
14477         * src/compose.c
14478                 using configuration for replying
14479                 and forwarding
14480
14481 2001-06-04 [hoa]
14482
14483         * src/filtering.c
14484         * src/matcher.c
14485         * src/matcher.h
14486         * src/prefs_filtering.c
14487         * src/prefs_matcher.c
14488         * src/prefs_matcher.h
14489                 action "run a command" for filtering
14490                 and matching with a command.
14491                 fixed the "whole message" matching
14492
14493         * src/mbox_folder.c
14494                 changed temporary filename for security
14495
14496         * src/messageview.c
14497                 queue the notification if it fails to send.
14498
14499         * src/prefs_common.c
14500         * src/prefs_folder_item.c
14501                 changed the default important score             
14502
14503         * src/prefs_scoring.c
14504         * src/scoring.c
14505                 hide kill score input when the folder is not
14506                 a newsgroup
14507
14508 2001-06-03 [alfons]
14509
14510         * src/prefs_common.c:
14511
14512                 (prefs_font_select): pass font name in font entry box to font
14513                 selection dialog.
14514
14515 2001-06-03 [sergey]
14516
14517         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14518
14519 2001-06-03 [paul]
14520
14521         * sync with sylpheed 0.4.99cvs4
14522
14523 2001-06-03 [alfons]
14524
14525         * src/headerwindow.c:
14526
14527                 (headerwindow_show_cb): use the selected summary view item, not
14528                 the displayed item.
14529
14530 2001-06-02 [alfons]
14531
14532         * src/headerwindow.c:
14533
14534                 (headerwindow_show_cb): always try to show msginfo
14535
14536 2001-06-02 [hoa]
14537
14538         * src/compose.c
14539                 keep attached parts when reediting or forwarding.
14540
14541 2001-06-01 [hoa]
14542
14543         * src/folderview.c
14544         * src/prefs_folder_item.[ch]
14545         * src/prefs_scoring.[ch]
14546         * src/scoring.[ch]
14547         * src/summaryview.[ch]
14548         * src/main.c
14549         * src/mainwindow.c
14550         * src/prefs_common.[ch]
14551                 support for folder scoring
14552                 kill score and important score for messages
14553         
14554         * src/prefs_account.c
14555                 some display bug fixed for local account
14556                 preferences
14557
14558 2001-05-31 [alfons]
14559
14560         * src/summaryview.c:
14561
14562                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14563                 sender to address book menu item is disabled.
14564
14565 2001-05-30 [hoa]
14566
14567         * src/filtering.[ch]
14568         * src/summaryview.c
14569                 handling summary menu / filter messages
14570
14571         * src/folder.[ch]
14572                 add some stuff
14573
14574         * src/foldersel.c
14575                 imap folders now appears in list
14576
14577         * src/mbox_folder.c
14578                 doesn't crash if destination mail is not writeable
14579
14580 2001-05-29 [hoa]
14581
14582         * src/compose.c
14583                 removed some warnings
14584
14585         * src/filtering.c
14586         * src/folder.[ch]
14587         * src/prefs_filtering.c
14588                 global string to identify any folders           
14589                 removed some debug info
14590                 filtering to mbox folders is now possible
14591
14592         * src/mainwindow.c
14593                 removed some warnings
14594
14595         * src/mbox_folder.c
14596                 permission on files are changed to read/write for user only,
14597                 nothing for other.
14598                 creation of subfolder is handled better.
14599
14600 2001-05-28 [alfons]
14601
14602         Verified the sync for src/prefs_common.[ch] and
14603         src/prefs_account.[ch]. I believe there were some
14604         minor indentation differences.
14605
14606 2001-05-28 [paul]
14607
14608         0.4.99claws3
14609
14610         * sync with 0.4.99cvs3
14611
14612 2001-05-28 [hoa]
14613
14614         * src/compose.c
14615                 handling flags for mbox format
14616
14617         * src/filtering.c
14618                 use of mark file only for MH format
14619                 handling flags for mbox format
14620                 filtering cannot yet move or copy mails to mbox folders.
14621
14622         * src/folder.[ch]
14623                 changed move_msg, copy_msg,
14624                 move_msgs_with_dest, copy_msgs_with_dest functions
14625                 uses only folder->copy_msg() function
14626                 uses folder->finished_copy() to handle the destination
14627                 folder at the end of the copy or move operation.
14628
14629         * src/foldersel.c
14630                 included mbox directories.
14631
14632         * src/folderview.[ch]
14633         * src/mainwindow.c
14634                 handle folders operation for mbox format
14635
14636         * src/mbox.c
14637                 disable conversion of "From " header
14638
14639         * src/mbox_folder.[ch]
14640                 completion of mbox format handling
14641
14642         * src/mh.c
14643                 changed mh_copy_msg() function and
14644                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14645                 mh_copy_msgs_with_dest()
14646
14647         * src/prefs_filtering.c
14648                 removed some warnings
14649
14650         * src/prefs_matcher.c
14651                 default boolean operation is AND
14652
14653         * src/procheader.c
14654                 handling flags for mbox format
14655                 handling of "From " header
14656
14657         * src/procmsg.[ch]
14658                 removed data field
14659                 added MSG_REALLY_DELETED flags to handle deletion of
14660                 messages in mbox format.
14661
14662         * src/summaryview.c
14663                 handling flags for mbox format
14664                 disable the MSG_DELETED flags when messages
14665                 are deleted in mbox format
14666
14667         * src/textview.c
14668                 "From " headers display fixed.
14669
14670 2001-05-27 [alfons]
14671
14672         * src/textview.c:
14673                 
14674                 (get_email_part): skip quoted email addresses, like in e.g.
14675                 "'alfons@proteus.demon.nl'".
14676
14677 2001-05-26 [alfons]
14678
14679         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14680         and fixing the persistence troubles when using separate windows.
14681
14682         * src/mainwindow.c:
14683         
14684             Added #define SEPARATE_ACTION used in the gtk item factory for 
14685             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14686                 use gtk_item_factory_get_widget_by_action() to get the items.
14687                 
14688             Removed separate_widget_cb from the gtk item factory data   
14689           
14690             (mainwindow_create): connect separate_widget_cb() to check
14691             menu item "toggled" signal. also passing a MainWindow pointer
14692                 as object data for both check menu items.
14693                 
14694             (separate_widget_cb): definition of separate_widget_cb() to match
14695             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14696                 window using gtk_object_get_data(). The type of window separation 
14697                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14698         
14699         * src/prefs_filtering.c,
14700           src/prefs_matcher.c: added horizontal scrollbars
14701
14702 2001-05-25 [darko]
14703
14704         * src/headerview.c
14705                 fix segfault with invalid bold font
14706         * src/summaryview.c
14707                 correctly display summary stats after row is marked
14708
14709 2001-05-23 [sergey]
14710
14711         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14712         encodings with libjconv.
14713
14714 2001-05-23 [hoa]
14715
14716         * src/Makefile.am
14717                 added mbox_folder.[ch]
14718         * src/defs.h
14719                 mbox temporary folder
14720         * src/folder.[ch]
14721         * added src/mbox_folder.[ch]
14722         * src/folderview.c
14723         * src/procheader.[ch]
14724                 added mbox support
14725         * src/mbox.c
14726                 bugfix for file incorporation filtering
14727         * src/imap.c
14728                 enable creation of MBOX
14729         * src/prefs_display_header.c
14730                 enable use of headers like "From "
14731                 something that should be fixed :
14732                         displaying of such headers add an extra space
14733         * src/prefs_folder_item.c
14734                 don't create folders because it is not necessary
14735         * src/procmsg.h
14736                 added data field to MsgInfo for mbox internal use
14737         * src/summaryview.c
14738                 added some support for mbox
14739         * src/utils.[ch]
14740                 added get_mbox_cache_dir() function
14741
14742 2001-05-23 [hiroyuki]
14743
14744         * src/headerwindow.c
14745           src/inc.c
14746           src/main.c
14747           src/mh.c
14748           src/nntp.c
14749           src/procmsg.h
14750           src/session.h
14751           src/socket.[ch]
14752           src/summaryview.c
14753           src/textview.c
14754           src/automaton.c
14755           src/folderview.c: more sync with 0.4.99cvs2.
14756
14757         * src/headerwindow.c: reverted.
14758
14759 2001-05-22 [paul]
14760
14761         0.4.99claws2
14762
14763         * sync with sylpheed 0.4.99cvs2
14764                 * src/news.[ch]
14765                 * src/nntp.[ch]
14766                 * INSTALL
14767                 * INSTALL.jp
14768
14769 2001-05-22 [alfons]
14770
14771         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14772
14773 2001-05-21 [alfons]
14774
14775         Minor things:
14776
14777         * configure.in: if gnome-config not found, "no" is displayed
14778         
14779         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14780
14781         * src/textview.c: now also possible to add mail addresses by right
14782           clicking in the text view
14783
14784         * src/codeconv.c: merged patch which fixes endless loop when encountering
14785           invalid wide characters; from Alte <010@imis.ru>  
14786
14787 2001-05-20 [alfons]
14788
14789         Added installation of gnome specific things:
14790
14791         * Makefile.am: gnome conditional
14792
14793         * configure.in: check for installed gnome
14794
14795         * added sylpheed.png, sylpheed.desktop
14796
14797 2001-05-20 [sergey]
14798
14799         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14800
14801         * src/mainwindow.h (main_window_toolbar_create): created a button
14802         for "Reply to all".
14803         (main_window_set_toolbar_sensitive): enable/disable the new button
14804         appropriately.
14805         (toolbar_reply_to_author_cb): handle the new button.
14806
14807         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14808         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14809         failure).
14810
14811 2001-05-19 [sergey]
14812
14813         * src/compose.h (ComposeReplyMode): new modes
14814         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14815         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14816
14817         * src/compose.c
14818         (compose_send): move some code into a new function:
14819         (compose_current_mail_account): new function.
14820         (compose_reply): new argument to_author, all callers changed; if
14821         to_author==TRUE and account->protocol==A_NNTP, find and use an
14822         appropriate mail account for replying.
14823         (compose_reply_set_entry): new argument to_author; ignore
14824         compose->replyto if to_author==TRUE.
14825
14826         * src/mainwindow.c: new command "Message/Reply to author".
14827         (main_window_set_menu_sensitive): enable/disable it.
14828         (reply_cb): handle it.
14829
14830         * src/summaryview.c: new command "Reply to author".
14831         (summary_set_menu_sensitive): enable/disable it.
14832         (summary_reply_cb): handle it.
14833
14834         * src/account.c (account_find_mail_from_address): new function.
14835
14836 2001-05-18 [paul]
14837
14838         0.4.99claws1
14839
14840         * sync with sylpheed 0.4.99cvs1
14841
14842 2001-05-18 [hoa]
14843
14844         * src/compose.[ch]
14845         * src/filtering.c
14846         * src/summaryview.c
14847                 new filtering action : forward and forward as attachment
14848
14849         * src/main.c
14850                 no need for $DISPLAY when we run sylpheed --help
14851                 call to parse_cmd_opt() is moved
14852
14853         * src/mainwindow.[ch]
14854                 execute button is hidden when immediate execute
14855                 is chosen
14856
14857         * src/mh.c
14858         * src/news.c
14859         * src/prefs_folder_item.c
14860         * src/procmsg.c
14861                 better handling of missing directories
14862
14863         * src/summaryview.c
14864                 reedit is enabled in outbox
14865                 reedit is enabled in queue
14866
14867 2001-05-17 [hoa]
14868
14869         * src/filtering.c
14870         * src/matcher.[ch]
14871         * src/prefs_filtering.c
14872                 changed attachement into attachment
14873
14874 2001-05-17 [alfons]
14875
14876         0.4.67claws4    
14877
14878         * sync with sylpheed 0.4.67cvs9
14879         * sync with sylpheed 0.4.67cvs7-8
14880
14881 2001-05-17 [hoa]
14882
14883         * src/Makefile.am
14884                 added prefs_filtering.c
14885
14886         * src/filtering.[ch]
14887         * src/matcher.[ch]
14888                 removed action : forward_news and forward_news_as_attachement
14889                 (forward and forward_as_attachement can be used instead)
14890
14891         * src/mainwindow.c
14892                 added menu option to access filtering configuration
14893
14894         * src/prefs_account.c
14895                 changed mail_command default to /usr/sbin/sendmail
14896
14897         * added src/prefs_filtering.[ch]
14898                 dialog box for filtering configuration
14899
14900         * src/prefs_matcher.c
14901                 added function prefs_matcher_get_criteria_from_matching()
14902
14903         * src/prefs_scoring.c
14904                 reset the dialog when register or substitute is clicked
14905
14906 2001-05-15 [hoa]
14907
14908         * src/Makefile.am
14909                 added filtering.[ch]
14910         * src/inc.c
14911                 using filering.[ch] instead of filter.[ch]
14912         * src/main.c
14913                 reading new filtering configuration
14914         * src/matcher.[ch]
14915                 added some filtering actions
14916                 and fixed a bug for headers and mail body matching
14917         * src/mbox.c
14918                 using filering.[ch] instead of filter.[ch]
14919         * src/mh.c
14920                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14921         * src/summaryview.c
14922                 some fixes for filtering
14923
14924 2001-05-14 [hiroyuki]
14925
14926         * src/send.c: fixed some weird indentations.
14927           send_message_with_command(): call pclose() only if p != NULL.
14928         * src/textview.c: get_email_part(): modified the code for readability.
14929
14930 2001-05-14 [hiroyuki]
14931
14932         * src/md5global.h
14933           src/md5ify.c
14934           src/md5ify.h: removed from the cvs.
14935
14936 2001-05-13 [sergey]
14937
14938         * src/main.c: include rfc2015.h to avoid compiler warnings.
14939         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14940         the panel is already on screen.
14941         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14942         closing the alert window by ESC as "No".
14943         * src/prefs_common.c (prefs_interface_create): moved return
14944         receipt check button to the correct place.
14945
14946 2001-03-13 [alfons]
14947
14948         * src/prefs_common.c: 
14949                 moved return receipt check button to the Send tab. (prefs_send_create)
14950                 removed the date format ui related globals. (prefs_display_create)
14951
14952         0.4.67claws3
14953         
14954         * sync with sylpheed 0.4.67cvs5-6
14955
14956 2001-05-13 [paul]
14957
14958         * added Alfons' font selection patch
14959
14960         * src/defs.h
14961         * src/headerwindow.c
14962         * src/prefs_common.c
14963         * src/prefs_common.h
14964
14965 2001-05-13 [hoa]
14966         * src/defs.h
14967                 changed version of cache
14968         * src/matcher.[ch]
14969         * src/prefs_matcher.c
14970                 added additionnal matching criteria
14971         * src/procheader.c
14972         * src/procmsg.[ch]
14973         * src/news.c
14974                 added references in MsgInfo
14975
14976 2001-05-12 [hoa]
14977
14978         * src/defs.h
14979                 prepared some things for new filtering
14980         * src/matcher.[ch]
14981                 added some matching properties
14982                 inreplyto need to be enhanced
14983                 prepared some things for new filtering
14984         * src/messageview.c
14985                 added Return-Receipt-To handling
14986         * src/prefs_folder_item.c
14987                 changed default value to TRUE
14988         * src/prefs_matcher.c
14989                 added some matching properties
14990         * src/prefs_scoring.[ch]
14991                 the scoring dialog is finished
14992         * src/procheader.c
14993                 added Return-Receipt-To handling
14994                 Reference need to be added
14995         * src/procmsg.[ch]
14996                 added Return-Receipt-To handling
14997                 added threadscore to get a better score sorting when
14998                 threads are enabled
14999         * src/summaryview.c
15000                 suppressed a bug when we sort the list
15001                 when no folder is opened.
15002                 better score sorting when threads are enabled
15003
15004 2001-05-12 [alfons]
15005
15006         * reverted previous patch because of potential errors 
15007
15008         0.4.67claws2
15009         
15010         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
15011                 applied "toggle mail-retrieval dialog window" patch submitted 
15012                 by Eric Limpens <eric@qnt.net>
15013
15014         * sync with sylpheed 0.4.67cvs4
15015
15016 2001-05-12 [sergey]
15017
15018         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
15019         some picky compilers.
15020         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
15021         * src/grouplist_dialog.c: include alertpanel.h.
15022         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
15023         fix compile warning.
15024         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
15025         #include "defs.h" before others to prevent the warning of `MIN'
15026         and `MAX' redefinition.
15027
15028 2001-05-11 [hoa]
15029
15030         * src/main.c
15031         * src/messageview.c
15032         * src/prefs_account.c
15033         * src/prefs_display_header.c
15034                 removed warning
15035         * src/Makefile.am
15036                 added prefs_scoring.[ch]
15037         * src/grouplist_dialog.c
15038                 display an error dialog box if the group list
15039                 cannot be fetched.
15040         * src/mainwindow.[ch]
15041                 added main_window_set_thread_option() function
15042                 scoring dialog box enabled
15043         * src/matcher.[ch]
15044                 added flags matching unread /new / marked
15045                 / deleted / replied / forwarded
15046         * src/news.c
15047                 newsgroups are now finally in newscache
15048         * src/prefs_matcher.[ch]
15049                 finished preferences for matching dialog
15050         * added src/prefs_scoring.[ch]
15051                 scoring dialog box completed
15052         * src/scoring.[ch]
15053                 conversion to string : added scoringprop_to_string()
15054                 write config for preferences :
15055                 added prefs_scoring_write_config()
15056         * src/summaryview.c
15057                 threads can be enabled/disabled independently
15058                 for each folder
15059
15060 2001-05-10 [alfons]
15061
15062         0.4.67claws1
15063         
15064         * AUTHORS: 
15065                 thought it would be nice to have a list of all
15066                 contributors (used Changelog as a reference)
15067         
15068         * configure.in: 
15069                 messed up version numbering...
15070
15071         0.4.66claws1
15072
15073         * sync with sylpheed 0.4.67cvs1-3
15074
15075 2001-05-10 [darko]
15076
15077         * src/prefs_common.c:
15078                 better UI for strftime format, double clicking
15079                 on format now inserts the format in text entry
15080                 replaced close button with standard OK/Cancel
15081                 moved date format button to the right of the
15082                 text entry field
15083
15084 2001-05-09 [alfons]
15085
15086         * src/gtkstext.c:
15087                 Ctrl-Home / Ctrl-End have proper cursor navigation
15088
15089 2001-05-09 [hoa]
15090
15091         * src/prefs_matcher.c
15092                 finished UI to define matching properties
15093                 added ok and cancel button
15094         * src/prefs_filter.c
15095                 added ok and cancel button
15096         * src/news.c
15097                 fixed some bug in xhdr parsing
15098
15099 2001-05-08 [alfons]
15100
15101         * src/textview.c: 
15102                 fixed a bug in textview_show_header(), which displayed two colons (':');
15103                 cleaned up some warnings
15104
15105 2001-05-08 [hoa]
15106
15107         * src/Makefile.am
15108                 added prefs_matcher.[ch]
15109                 compilation with -W -Wall
15110         * src/alertpanel.c
15111                 ungrab the mouse events if grabbed - does it
15112                 fix the bug for disposition notification ?
15113         * src/mainwindow.c
15114                 added a menu option to open the matching dialog.
15115         * src/matcher.[ch]
15116                 added matcherprop_to_string() and matcherlist_to_string()
15117                 fixed some bugs, changed the name of some options
15118                 age_sup and age_inf becomes age_greater and age_lower,
15119                 body and messageheaders becomes body_part and headers_part,
15120                 changed the names of constants from SCORING_XXX to MATCHING_XXX
15121         * src/prefs_display_header.c
15122         * src/prefs_headers.c
15123                 fixed a bug that accidentally destroyed dialogs
15124                 when closed them with delete_event
15125                 Added *_deleted() which handle delete_event signal correctly.
15126         * src/prefs_folder_item.[ch]
15127                 added "enable_thread" field for future customization
15128         * added src/prefs_matcher.[ch]
15129                 sample of the UI to define matching properties
15130         * src/procheader.c
15131                 using procheader_headername_equal instead of str*cmp functions
15132                 using procheader_parse_header() function
15133         * src/scoring.c
15134                 using MATCHING_XXX instead of SCORING_XXX
15135         * src/summaryview.c
15136                 display the sender of the news even if this is ourself
15137                 when this is a news message.
15138         * src/textview.c
15139                 using headername_equal() instead of str*cmp functions
15140
15141 2001-05-08 [alfons]
15142
15143         0.4.66claws
15144
15145         * sync with sylpheed 0.4.66
15146         * src/gtkstext.c: trace logs added 
15147
15148 2001-05-08 [sergey]
15149
15150         * src/prefs_common.[ch]: added option to enable/disable GnuPG
15151         signature check popup.
15152         * src/rfc2015.c (check_signature): show signature check popup only
15153         if it is enabled in preferences.
15154
15155 2001-05-07 [alfons]
15156
15157         0.4.66claws4
15158         
15159         * sync with sylpheed 0.4.66cvs6
15160
15161 2001-05-07 [darko]
15162
15163         * src/prefs_common.[ch]: added option to enable/disable
15164           looking up sender name in address book for summary pane
15165         * src/summaryview.c: look up sender in the address book
15166           by using Alfons' address completion code
15167
15168 2001-05-07 [hiroyuki]
15169
15170         * src/inc.h
15171           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15172           member of Pop3State.
15173         * src/news.c: brought #include "defs.h" before #include <glib.h>
15174           to prevent the warning of `MIN' and `MAX' redefinition.
15175
15176 2001-05-06 [hoa]
15177
15178         * removed src/headers_display.[ch]
15179         * removed src/prefs_display_headers.[ch]
15180         * src/inc.c
15181                 use a temporary file in the user directory for mbox import
15182         * src/news.c
15183                 added XHDR support to get "To" and "Cc" headers
15184                 (in order to match news with to or cc field for
15185                 scoring)
15186                 added function news_parse_xhdr() to get XHDR response
15187         * src/nntp.[ch]
15188                 added function nntp_xhdr()
15189         * src/matcher.c
15190                 fetch the message if necessary
15191
15192 2001-05-06 [alfons]
15193
15194         0.4.66claws3
15195
15196         * sync with sylpheed 0.4.66cvs3-5
15197
15198 2001-05-06 [hoa]
15199
15200         * src/utils.[ch]
15201                 added function itos_buf() to enable use of several buffers
15202         * src/summaryview.c
15203                 use of itos_buf() instead of itos() in summary list
15204                 to fix the broken display of message number.
15205
15206 2001-05-06 [alfons]
15207
15208         * src/gtkstext.c: bug in cursor up navigation fixed,
15209                 fixed another unsigned / signed comparison (we're getting there :-)
15210
15211 2001-05-06 [hoa]
15212
15213         * src/Makefile.am
15214                 added scoring.c scoring.h
15215                 prefs_folder_item.c prefs_folder_item.h
15216                 matcher.c matcher.h
15217         * src/defs.h
15218                 added FOLDERITEM_RC SCORING_RC
15219         * src/folder.[ch]
15220                 added prefs field in FolderItem :
15221                 properties for each folder (PrefsFolderItem),
15222                 sorting type and mode were added as the first properties.
15223         * src/main.c
15224                 read config for scoring
15225         * added src/matcher.[ch]
15226                 gives functions to parse configuration file to do
15227                 matching on mails with a list of conditions.
15228         * src/mainwindow.c
15229                 add option to sort by score
15230         * src/prefs_common.[ch]
15231                 added preference option to show score and for
15232                 the score column size
15233         * added src/prefs_folder_item.[ch]
15234                 properties for each folder (PrefsFolderItem),
15235                 sorting type and mode were added as the first properties.
15236         * src/procheader.[ch]
15237                 added procheader_parse_header()
15238                 added procheader_header_free()
15239                 added procheader_headername_equal()
15240                 and made modification to use them.
15241         * src/procmsg.[ch]
15242                 added score field to MsgInfo structure
15243         * added src/scoring.[ch]
15244                 gives functions to parse configuration file to do
15245                 scoring on mails with a list of conditions.
15246         * src/summaryview.[ch]
15247                 save the sorting type and mode for the folder
15248                 added column to display the score of the mail
15249                 added function summary_score_clicked()
15250                 sorting type and mode are restored to the folder
15251                 when it is reopen
15252         * src/textview.c
15253                 use procheader_parse_header(), procheader_headername_equal()
15254                 removed memory leak in text_scan_header when freeing headers
15255         * src/filter.c
15256                 changed the function to match names of headers
15257                 using procheader_headername_equal()
15258
15259         Scoring functions are implemented, an interface is needed
15260         to configure that.
15261
15262 2001-05-04 [alfons]
15263
15264         * src/gtkstext.c: 
15265                 hopefully fixed the row up navigation bug,
15266                 removed adding back / forward lines to cache
15267
15268 2001-05-04 [sergey]
15269
15270         * src/prefs_display_headers.c: user interface changes:
15271         (prefs_display_headers_create): remove unused "Show" check button;
15272         allow reordering of headers by dragging.
15273         (prefs_display_headers_write_config): remove unused variables.
15274         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15275         of lists (not needed with the new UI).
15276         (prefs_display_headers_set_list): scan lists starting from row 0,
15277         not 1 (do not skip "(New)").
15278         (prefs_display_headers_find_header): new function.
15279         (prefs_display_headers_clist_set_row): do not allow duplicates.
15280         (prefs_display_headers_delete_cb): do not skip row 0; treat
15281         closing the alert window by ESC as "No".
15282         (prefs_display_headers_up): do not protect row 0.
15283         (prefs_display_headers_down): do not protect row 0.
15284
15285 2001-05-04 [sergey]
15286
15287         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15288         functions.
15289
15290         * src/summaryview.c
15291         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15292         summary_select_next_marked, summary_select_prev_marked): new
15293         functions.
15294
15295 2001-05-03 [sergey]
15296
15297         * src/news.c: fixed a bug when no article can be fetched after
15298         server timeout if the connection was restored by news_post():
15299         (news_select_group): new function.
15300         (news_fetch_msg): call news_select_group() before fetching
15301         article.
15302         (news_get_uncached_articles): set session->group after successful
15303         GROUP command.
15304
15305 2001-05-03 [hoa]
15306
15307         * src/defs.h
15308         * src/procmsg.[ch]
15309         * src/procheader.c
15310                  changed version of cache, added cc field
15311
15312         * src/prefs_display_headers.c
15313                 the interface was changed
15314
15315         * src/prefs_headers.c
15316                 added cancel button
15317
15318 2001-05-03 [alfons]
15319
15320         * completed sync of sylpheed cvs2
15321         * src/gtkstext.c: updated row up / down cursor navigation
15322         * src/textview.c: re-edited, prepared for fixing the email address
15323                 scanner.
15324
15325 2001-05-03 [darko]
15326
15327         * src/prefs_common.c: use alfons' strftime ui code
15328         entry_datefmt and datefmt_sample widgets have to be
15329         global in this module because of this change
15330
15331 2001-05-03 [hoa]
15332
15333         * src/messageview.c
15334         * src/prefs_common.[ch] added option to activate the return receipt
15335                 feature.
15336
15337 2001-05-02 [alfons]
15338
15339         * src/gtkstext.c: fix for row up/down cursor navigation. 
15340
15341         0.4.66claws2
15342         
15343         * sync with 0.4.66cvs2
15344
15345 2001-05-02 [paul]
15346
15347         added add-sender-to-addressbook patch
15348
15349         * src/addressbook.c
15350         * src/addressbook.h
15351         * src/summaryview.c
15352
15353 2001-05-02 [sergey]
15354
15355         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15356         G_ALERTDISABLE.
15357
15358         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15359         all existing callers changed to pass FALSE; create a check button
15360         to disable the message.
15361         (alertpanel_message_with_disable): new function.
15362         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15363         (alertpanel_button_toggled): new function.
15364         (alertpanel_button_clicked, alertpanel_close): set value using
15365         G_ALERT_VALUE_MASK.
15366
15367         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15368
15369         * src/prefs_common.c (prefs_privacy_create): new check button
15370         checkbtn_gpgme_warning.
15371
15372         * src/main.c (main): moved preferences reading before gpgme
15373         initialization; check prefs_common.gpgme_warning before giving the
15374         GnuPG warning and set it to FALSE if the user wants to disable the
15375         warning.
15376
15377 2001-05-02 [hiroyuki]
15378
15379         * src/prefs_display_headers.c: modified the layout and some labels.
15380
15381 2001-05-02 [sergey]
15382
15383         * src/prefs_account.c (prefs_account_fix_size): new function.
15384         (prefs_account_create): call prefs_account_fix_size(); use
15385         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15386         size when the window is shown for the first time).
15387         (prefs_account_basic_create): changed layout of serv_table; moved
15388         localmbox_entry above smtpserv_entry (logically it replaces
15389         POP3/IMAP server).
15390         (prefs_account_protocol_activated): set sensitivity of
15391         nntpauth_chkbtn according to the protocol (in addition to
15392         hide/show); commented out gtk_table_set_row_spacing() calls.
15393         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15394         not sensitive (fixes a bug with disabled username/password boxes
15395         when editing POP3 account after NNTP with authentication).
15396
15397 2001-05-02 [hoa]
15398
15399         * src/account.c
15400         * src/inc.c
15401         * src/prefs_account.[ch]
15402         * src/send.c
15403                 removed local account without SMTP server
15404                 added option to use mail command instead of a connexion
15405                 to SMTP server when a local account is used
15406         * src/prefs_headers.c
15407                 fixed a bug
15408         * src/news.c
15409                 fixed a bug when connexion immediately closed
15410
15411 2001-05-01 [alfons]
15412
15413         0.4.66claws1
15414         
15415         * sync with 0.4.65
15416
15417 2001-05-01 [sergey]
15418
15419         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15420         widget nntpauth_chkbtn.
15421         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15422         visibility.
15423         (prefs_account_nntpauth_toggled): new function.
15424
15425         * src/news.c (news_session_new_for_folder): use NNTP
15426         authentication only if ac->use_nntp_auth is set.
15427
15428 2001-05-01 [hoa]
15429
15430         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15431         * src/prefs_display_headers.c changed the UI
15432         * src/prefs_headers.c changed account_name to account_id
15433         * src/compose.c using customheader.h
15434
15435 2001-05-01 [hiroyuki]
15436
15437         * src/esmtp.c
15438           src/news.c
15439           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15440           unsynched.
15441
15442 2001-05-01 [hoa]
15443
15444         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15445         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15446                 for displaying of headers
15447         * src/grouplist_dialog.[ch] minor changes to remove warnings
15448         * src/prefs_display_headers.[ch] dialog to choose the
15449         headers to display in the mail viewer.
15450         * src/headers.h correction of #define
15451         * src/headers_display.[ch] configuration for displaying of headers.
15452         * src/main.c read config of displaying of headers
15453         * src/prefs_common.c add a button to access the config dialog
15454                 for displaying of headers
15455         * src/prefs_display_headers.[ch] dialog for configuration for
15456                 displaying of the headers.
15457         * src/prefs_headers.c cleaning of code
15458         * src/procheader.c comments added to code
15459         * src/textview.c changes to reorder the headers depending
15460                 on the config for displaying of headers
15461
15462 2001-04-30 [alfons]
15463
15464         0.4.65claws7
15465
15466         * sync with 0.4.65cvs12
15467
15468         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15469
15470 2001-04-30 [sergey]
15471
15472         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15473
15474         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15475         is set to force reconnection after authentication failure.
15476         (nntp_gen_command): set sock->auth_failed on authentication
15477         failure, or if sock->userid and sock->passwd are not set.
15478
15479         * src/news.c (news_session_new_for_folder): set userid=NULL if
15480         password dialog is cancelled.
15481
15482 2001-04-30 [sergey]
15483
15484         * src/nntp.h (NNTPSockInfo): new type.
15485
15486         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15487         SockInfo.
15488         (nntp_open_auth, nntp_close): new functions.
15489         (nntp_gen_command): new function to handle authentication; all
15490         NNTP command functions updated to use it.
15491         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15492         (nntp_list): removed old useless code.
15493
15494         * src/news.h (NNTPSession): new field nntp_sock.
15495
15496         * src/news.c: all functions updated to use NNTPSockInfo instead of
15497         SockInfo.
15498         (news_session_new): new arguments (userid, passwd); made static;
15499         use nntp_open_auth() if needed.
15500         (news_session_destroy): use nntp_close() instead of sock_close().
15501         (news_query_password): changed arguments.
15502         (news_session_new_for_folder): new function.
15503         (news_session_get): use news_session_new_for_folder().
15504         (news_authenticate): deleted.
15505         (news_get_uncached_articles): removed old authentication code.
15506
15507 2001-04-30 [sergey]
15508
15509         * src/news.c: reverted my previous changes (need to do NNTP
15510         authentication in a cleaner way).
15511         
15512 2001-04-29 [sergey]
15513
15514         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15515         news_nntp_post, news_nntp_mode): new functions (wrappers with
15516         authentication support).
15517         (news_get_article_cmd, news_get_article, news_get_header): new
15518         argument "folder"; all callers changed.
15519         (news_get_article_cmd): added authentication support.
15520         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15521         (news_post): use news_nntp_post() instead of nntp_post().
15522         (news_get_uncached_articles): use news_nntp_group() instead of
15523         nntp_group() and news_nntp_xover() instead of nntp_xover();
15524         removed old authentication code.
15525         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15526
15527         * src/nntp.c (nntp_list): return real error code instead of
15528         hardcoded NN_ERROR.
15529
15530 2001-04-29 [sergey]
15531
15532         * configure.in: fixed wint_t typedef detection again
15533
15534 2001-04-28 [hoa]
15535
15536         * src/prefs_account.[ch], added A_LOCAL_CMD
15537                 (send mail with mail command)
15538         * src/send.c added function send_message_with_command()
15539         * src/inc.c made a more secure get_spool() function with
15540                 mktemp() but maybe mkstemp() or something more
15541                 secure can be used.
15542
15543 2001-04-28 [alfons]
15544
15545         * src/textview.c, colorization of email addresses in headers
15546
15547         0.4.65claws6
15548
15549         * bug sync with sylpheed
15550         * prefs_common.c: created date format ui for darko
15551         * sync with 0.4.65cvs11
15552         * configure.in: corrected to have the new gpg checks
15553
15554 2001-04-27 [alfons]
15555
15556         * completed sync with 0.4.65cvs10
15557         * minor debug things added to gtkstext.c
15558
15559 2001-04-27 [darko]
15560
15561         * configure.in: remove check for availability of
15562           strftime() as advised by Hiroyuki
15563         * src/prefs_common.[ch], src/procheader.c:
15564           synch strftime() code with Hiroyki's main branch
15565
15566 2001-04-26 [sergey]
15567
15568         * src/news.c: news_query_password(), news_authenticate(): new
15569           functions.
15570           news_get_uncached_articles(): added NNTP authentication
15571           handling.
15572         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15573           new functions.
15574         * src/prefs_account.c: prefs_account_protocol_activated():
15575           enable userid and password fields for NNTP.
15576
15577 2001-04-26
15578
15579         * configure.in: check for availability of strftime()
15580           [darko]
15581         * src/prefs_common.[ch], src/procheader.c: use
15582           strftime() for displaying date in summary pane if it
15583           is available
15584
15585 2001-04-25
15586
15587         * more .cvsignore cleanups [alfons]
15588
15589 2001-04-25
15590
15591         * ac/sv-check-type.m4: new autoconf macro.
15592         * configure.in: fixed wint_t typedef detection (did not work
15593           with gcc-2.96).
15594
15595 2001-04-25
15596
15597         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15598           [hiroyuki]
15599
15600 2001-04-24
15601         * modified gtkstext.c : buggy cursor navigation fixed, 
15602           and font descent also taken in account when drawing
15603           cursor. [alfons]
15604
15605 2001-04-24 [hoa]
15606         * added comments in src/news.c src/nntp.c
15607         * added src/prefs_headers.[ch]
15608         * added src/headers.[ch]
15609         * modified compose.c to activate custom headers
15610                 added function is_in_custom_headers
15611         * modified prefs_account.[ch]
15612                 added function prefs_account_customhdr_edit
15613         * modified src/defs.h :
15614                 added HEADERS_RC : name of the config file
15615                 for the custom headers
15616
15617 2001-04-24
15618
15619     0.4.65claws5
15620
15621         * configure.in
15622           src/gtkstext.[ch]
15623           src/compose.c
15624           src/Makefile.am
15625           
15626           added gtkstext with configure.in patch by Hiroyuki which
15627           should fix the XIM detection [alfons]
15628
15629         * more clean up of cvs [alfons]
15630
15631                  * removed all Makefile.in files to attic.
15632
15633                  * updated all .cvsignores to really ignore things that could
15634                    be unintentionally committed by a recursive commit.
15635
15636 2001-04-23 [hoa]
15637         * added src/grouplist_dialog.[ch]
15638         * changed src/folderview.c to call grouplist_dialog instead
15639                 of inputdialog
15640         * src/news.c :
15641                 added functions news_reset_group_list
15642                 and news_get_group_list
15643         * src/nntp.c :
15644                 added function nntp_list
15645         * src/defs.h :
15646                 added GROUPLIST_FILE : name of the newsgroup list cache file
15647
15648 2001-04-21
15649
15650         * added option to warn about queued messages on exit [sergey]:
15651
15652           * src/compose.c: compose_queue(): call folder_item_scan()
15653             and folderview_update_item() after queueing.
15654           * src/folderview.c: folderview_update_node(): draw the queue
15655             folder in bold font if there are queued messages.
15656           * src/mainwindow.c: queued_messages(): new function.
15657             app_exit_cb(): display warning if there are queued messages
15658             if warn_queued_on_exit is set.
15659           * prefs_common.[ch]: add warn_queued_on_exit option.
15660
15661         * enhanced GnuPG key selection support [sergey]:
15662
15663           * src/select-keys.c: updated to newer version from Win32
15664             branch with support for selecting arbitrary keys.
15665           * src/prefs_account.c: added the Privacy tab to the account
15666             options window.
15667             prefs_account_privacy_create(),
15668             prefs_account_sign_key_set_data_from_radiobtn(),
15669             prefs_account_sign_key_set_radiobtn(): new functions.
15670           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15671           * src/rfc2015.c: set_signers(): new function.
15672             pgp_sign(): add the account parameter, call set_signers().
15673             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15674           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15675           * src/compose.c: pass the current account to rfc2015_sign().
15676
15677         * tag name claws added to prevent confusion with main branch [alfons]
15678
15679         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15680
15681         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15682
15683         * sync with recent sylpheed cvs. Untested though. [alfons]
15684