0.8.11claws72
[claws.git] / ChangeLog.claws
1 2003-04-05 [christoph]  0.8.11claws72
2
3         * src/account.c
4         * src/folder.[ch]
5         * src/folderview.c
6         * src/imap.c
7         * src/inc.c
8         * src/main.c
9         * src/mainwindow.c
10         * src/mbox_folder.c
11         * src/mh.c
12         * src/mimeview.h
13         * src/msgcache.[ch]
14         * src/news.c
15         * src/procmime.h
16         * src/procmsg.[ch]
17         * src/setup.c
18         * src/gtk/gtkutils.c
19                 o rename structure field names class and new to klass and
20                   new_msgs, to allow including files in C++
21                 o add 'extern "C"' block to some header files
22                 o add MsgInfoList and MsgNumberList as alias for GSList for
23                   developers to know what type of list is expected
24
25         * src/plugins/image_viewer/plugin.c
26         * src/plugins/image_viewer/viewer.[ch]
27         * src/plugins/image_viewer/viewerprefs.[ch]
28                 rename function names to prevent conflicts
29
30 2003-04-05 [paul]       0.8.11claws71
31
32         * sync with 0.8.11cvs18
33                 see ChangeLog 2003-04-03 and 2003-04-04
34
35 2003-04-02 [christoph]  0.8.11claws70
36
37         * src/folder.[ch]
38         * src/imap.[ch]
39         * src/mbox_folder.[ch]
40         * src/mh.[ch]
41         * src/news.[ch]
42                 o Make all virtual folder functions private
43                 o remove unused folder code
44
45         * src/common/socket.[ch]
46         * src/summaryview.c
47                 fix warnings
48
49 2003-03-30 [alfons]     0.8.11claws69
50
51         * src/send_message.c
52                 remove two debug traces and see if people still report
53                 errors
54
55 2003-03-30 [alfons]     0.8.11claws68
56
57         * src/send_message.c
58         * src/commons/session.c
59                 add more debug traces
60
61 2003-03-30 [christoph]  0.8.11claws67
62
63         * src/folder.c
64                 change processing folder name from .processing to processing
65
66         * src/common/ssl.c
67                 disable SSL certificate check because it causes Xlib error
68                 when the child process want's to open an GTK window
69
70 2003-03-30 [christoph]  0.8.11claws66
71
72         * src/folder.c
73                 don't use default folder for processing folder item because
74                 it can be a non local folder
75
76         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
77
78 2003-03-30 [alfons]     0.8.11claws65
79
80         * src/send_message.c
81                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
82                 to generate bad code for 'send_send_data_progressive': When
83                 called from 'send_send_data_finished', the 'data' pointer is
84                 cleared just before the assignment to the dialog pointer
85
86 2003-03-29 [christoph]  0.8.11claws64
87
88         * src/common/prefs.h
89         * src/plugins/image_viewer/Makefile.am
90         * src/plugins/image_viewer/plugin.c
91         * src/plugins/image_viewer/viewer.[ch]
92         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
93                 add PrefsPage for ImageViewer
94
95 2003-03-28 [thorsten]   0.8.11claws63
96
97         * src/common/session.c
98                 added some comments
99
100 2003-03-28 [paul]       0.8.11claws62
101
102         * sync with 0.8.11cvs16
103                 see ChangeLog 2003-03-28
104
105 2003-03-28 [paul]       0.8.11claws61
106
107         * sync with 0.8.11cvs15
108                 see ChangeLog 2003-03-28
109
110 2003-03-27 [christoph]  0.8.11claws60
111
112         * src/folder.c
113         * src/imap.c
114         * src/common/socket.[ch]
115                 set socket state to DISCONNECTED when any operation
116                 fails to allow reconnecting in IMAP code without
117                 checking the return code of all calls to the command
118                 functions
119
120         * src/folderview.c
121         * src/summaryview.c
122                 remove some more stuff that depends on specific
123                 folder types
124
125 2003-03-27 [paul]       0.8.11claws59
126
127         * sync with 0.8.11cvs14
128                 see ChangeLog 2003-03-27
129                 
130         * src/selective_download.[ch]   ** REMOVED **
131                 really removed
132
133 2003-03-27 [christoph]  0.8.11claws58
134
135         * src/folder.c
136                 fix handling of tmp_flags in flag copy function
137
138 2003-03-27 [paul]       0.8.11claws57
139
140         * sync with 0.8.11cvs13
141                 see ChangeLog 2003-03-27
142
143 2003-03-27 [oliver]     0.8.11claws56
144
145         * src/maiwindow.c
146                 remove sel_download_cb
147
148 2003-03-27 [oliver]     0.8.11claws55
149         
150         * src/inc.c
151                 remove POP3_TOP
152         
153 2003-03-26 [oliver]     0.8.11claws54
154
155         *src/pop.h
156                 remove POP3_TOP*
157         * README.claws
158                 remove selective donwload readme
159
160 2003-03-26 [oliver]     0.8.11claws53
161         * src/matcher.[ch]
162         * src/matcher_parser_parse.y 
163         * src/pop.c 
164         * src/prefs_account.[ch]
165         * src/prefs_filtering.c
166                 remove selective donwload
167
168 2003-03-26 [oliver]     0.8.11claws52
169
170         * src/inc.[ch] 
171         * src/filtering.c 
172         * src/mainwindow.c 
173                 remove selective donwload
174
175 2003-03-26 [oliver]     0.8.11claws51
176         
177         * src/Makefile.am
178         * src/selective_download.[ch]   ** REMOVE **    
179
180 2003-03-26 [christoph]  0.8.11claws50
181
182         * src/news.c
183                 fix NEWS that got broken by a sync with sylpheed-main
184
185 2003-03-26 [christoph]  0.8.11claws49
186
187         * src/mimeview.c
188                 fix mime type guessing when no mime type is found for a file
189
190 2003-03-25 [christoph]  0.8.11claws48
191
192         * src/mimeview.c
193         * src/procmime.c
194                 remove mime type guessing from mime parser and use
195                 name based mime types in viewer lookup for mime type
196                 application/octet-stream
197
198 2003-03-25 [christoph]  0.8.11claws47
199
200         * doc-src/readme.txt
201         * doc-src/rfc2554.txt
202                 add RFC about SMTP AUTH
203
204         * src/send_message.c
205         * src/common/smtp.[ch]
206                 add extra error code for authentication errors and
207                 clear temporary password when this error occurs
208
209         (closes Bug 84 authentication failure while sending should
210          prompt for password again)
211
212 2003-03-25 [christoph]  0.8.11claws46
213
214         * configure.ac
215         * src/Makefile.am
216         * src/imageview.[ch]                            ** REMOVE **
217         * src/messageview.[ch]
218         * src/mimeview.[ch]
219         * src/prefs_common.[ch]
220         * src/textview.c
221         * src/plugins/Makefile.am
222         * src/plugins/image_viewer/.cvsignore           ** NEW **
223         * src/plugins/image_viewer/Makefile.am          ** NEW **
224         * src/plugins/image_viewer/plugin.c             ** NEW **
225         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
226                 move image viewer into a plugin (building is enabled by default)
227                 [ToDo: Prefs for resize and autoview]
228
229 2003-03-25 [paul]       0.8.11claws45
230
231         * sync with 0.8.11cvs12
232                 see ChangeLog 2003-03-26
233
234 2003-03-25 [paul]       0.8.11claws44
235
236         * sync with 0.8.11cvs11
237                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
238                 
239         Note: Selective Download is broken.
240                 
241 2003-03-22 [christoph]  0.8.11claws43
242
243         * src/folder.c
244                 code cleanup for flags copying
245
246 2003-03-22 [christoph]  0.8.11claws42
247
248         * src/plugins/trayicon/trayicon.c
249                 fix setting the transparent area when the window size
250                 is forced by the system tray
251
252 2003-03-22 [christoph]  0.8.11claws41
253
254         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
255         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
256         * src/plugins/trayicon/newmail.xpm              ** NEW **
257         * src/plugins/trayicon/nomail.xpm               ** NEW **
258         * src/plugins/trayicon/trayicon.c
259         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
260                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
261                 o add icon for unread mails
262                 o set transparency for window
263
264 2003-03-22 [christoph]  0.8.11claws40
265
266         * src/news.c
267                 init news session to prevent crash when session is closed
268
269 2003-03-22 [christoph]  0.8.11claws39
270
271         * src/imap.c
272         * src/common/session.[ch]
273                 Init session data to make sure we don't have invalid pointers
274                 for read_ch and write_ch when new multi process sessions are
275                 not used
276
277         * src/main.c
278         * src/common/plugin.c
279         * src/common/sylpheed.c
280         * src/plugins/demo/demo.c
281         * src/plugins/dillo_viewer/dillo_viewer.c
282         * src/plugins/mathml_viewer/mathml_viewer.c
283         * src/plugins/spamassassin/spamassassin.c
284         * src/plugins/spamassassin/spamassassin_gtk.c
285                 add plugin types to allow loading plugins at different times
286                 (and maybe for different frontends), because it's not good to
287                 load GTK-Plugins gefore gtk_init was called
288
289         * configure.ac
290         * src/plugins/Makefile.am
291         * src/plugins/trayicon/.cvsignore               ** NEW **
292         * src/plugins/trayicon/Makefile.am              ** NEW **
293         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
294         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
295         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
296         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
297         * src/plugins/trayicon/trayicon.c               ** NEW **
298                 New Trayicon plugin that shows an icon in a systray that uses
299                 XEMBED protocol like Gnome's systray. Icon shows if there
300                 are new mails and a tooltip shows information about new,
301                 unread and total messages.
302
303 2003-03-22 [paul]       0.8.11claws38
304
305         * src/common/smtp.c
306                 fix ESMTP AUTH CRAM-MD5
307                 [sync with main (still version 0.8.11cvs6), see
308                  ChangeLog 2003-03-22]
309
310 2003-03-21 [colin]      0.8.11claws37
311
312         * src/send_message.c
313                 Fix USE_SSL => USE_OPENSSL
314
315 2003-03-21 [colin]      0.8.11claws36
316
317         * src/folderview.c
318                 Fix counts in drag and dropped subfolders
319
320 2003-03-21 [colin]      0.8.11claws35
321
322         * src/folder.c 
323         * src/folderview.c
324                 speed up a bit folder dnd
325
326 2003-03-20 [alfons]     0.8.11claws34
327
328         * src/main.c
329         * src/toolbar.c
330         * src/procmsg.c
331                 don't send locked queue messages
332                 (feature request "[ 705245 ] Locking message in outbox 
333                  should prevent sending")
334
335 2003-03-20 [christoph]  0.8.11claws33
336
337         * src/folder.c
338                 remove NEW and UNREAD flag in special folders when scanning
339                 
340         * src/common/smtp.c
341                 fix ESMTP AUTH CRAM-MD5
342
343 2003-03-20 [paul]       0.8.11claws32
344
345         * src/prefs_account.c
346                 Re-write 'Tunnel command to open connection' as
347                 'Use command to communicate with server', and disable
348                 it for all except IMAP accounts
349
350 2003-03-20 [paul]       0.8.11claws31
351
352         * sync with 0.8.11cvs6
353                 see ChangeLog 2003-03-20
354
355 2003-03-19 [match]      0.8.11claws30
356
357         * src/addritem.[ch]
358                 include documentation. minor refactoring.
359         * src/addr_compl.[ch]
360         * src/addrindex.[ch]
361         * src/addresbook.[ch]
362         * src/summaryview.c
363                 re-enable address lookup (was disabled in
364                 0.8.11claws20).
365
366 2003-03-19 [christoph]  0.8.11claws29
367
368         * src/procmsg.c
369                 add temp flag handling, will make moving and copying
370                 messages possible again
371
372         * src/folder.c
373                 correct calulation of folder stats
374
375 2003-03-18 [match]      0.8.11claws28
376
377         * src/editgroup.h
378                 remove case sensitive comparison (closes bug 80).
379
380 2003-03-18 [christoph]  0.8.11claws27
381
382         * src/imap.c
383                 fix imap using a tunnel command
384
385         (closes bug 87)
386
387 2003-03-18 [christoph]  0.8.11claws26
388
389         * src/folder.[ch]
390         * src/imap.c
391         * src/procmsg.[ch]
392                 rewrite flag handling for folders
393
394 2003-03-18 [christoph]  0.8.11claws25
395
396         * src/folder.c
397         * src/procmsg.c
398         * src/summaryview.c
399                 unset NEW and UNREAD flags when message is ignored, to make
400                 sure messages don't show up as unread on other IMAP clients,
401                 because the IGNORE_THREAD flag can not be syncronized through
402                 the IMAP folder
403
404 2003-03-17 [christoph]  0.8.11claws24
405
406         * src/imap.c
407                 don't use recursion to fetch uids when the number of messages
408                 does not match. Moved code into subfunction that is used
409                 again when needed, to prevent an endless loop.
410
411 2003-03-17 [thorsten]   0.8.11claws23
412
413         * src/imageview.[ch]
414                 export imageview_get_resized_size() (for plugins)
415         * src/prefs_common.[ch]
416                 added prefs_common_get() (for plugins)
417
418 2003-03-17 [christoph]  0.8.11claws22
419
420         * src/imap.c
421                 o remove UID guessing from copy code
422                 o support UIDPLUS extension for APPEND command
423
424 2003-03-17 [paul]       0.8.11claws21
425
426         * src/gtk/about.c
427                 remove 'Compiled-plugins' section.
428                 
429         * src/plugins/dillo_viewer/dillo_viewer.c
430                 slight change to description text
431
432 2003-03-16 [match]      0.8.11claws20
433         * src/ldapserver.[ch]           ** NEW **
434         * src/ldapctrl.[ch]             ** NEW **
435         * src/ldapquery.[ch]            ** NEW **
436         * src/ldaputil.[ch]             ** NEW **
437         * src/addrcindex.[ch]           ** NEW **
438         * src/addrquery.h               ** NEW **
439         * src/addritem.[ch]
440         * src/addrcache.[ch]
441         * src/addrindex.[ch]
442         * src/addr_compl.[ch]
443         * src/addressbook.[ch]
444         * src/addrbook.[ch]
445         * src/editgroup.c
446         * src/editaddress.c
447         * src/editldap.c
448         * src/editldap_basedn.c
449         * src/vcard.c
450         * src/jpilot.c
451         * src/Makefile.am
452                 included dynamic LDAP queries. improved address
453                 completion.
454
455 2003-03-16 [paul]       0.8.11claws19
456
457         * tools/multiwebsearch.pl
458                 fix a fatal typo
459
460 2003-03-16 [christoph]  0.8.11claws18
461
462         * src/mimeview.c
463         * src/plugins/dillo_viewer/dillo_viewer.c
464         * src/plugins/mathml_viewer/mathml_viewer.c
465                 make unregistering of MimeViewerFactorys possible
466
467 2003-03-16 [alfons]     0.8.11claws17
468
469         * configure.ac
470                 correct typo
471
472 2003-03-16 [melvin]     0.8.11claws16
473
474         * src/plugins/dillo_viewer.c
475                 Fixed bug where it was not possible to view more than
476                 one text/html attachment per message (bug discovered
477                 by Christoph Hohmann).
478
479 2003-03-15 [melvin]     0.8.11claws15
480
481         * src/prefs_actions.c
482                 Fixed compilation warnings.
483
484 2003-03-15 [melvin]     0.8.11claws14
485
486         * src/plugins/Makefile.am
487         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
488         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
489         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
490                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
491                 newer (http://dillo.auriga.wearlab.de/).
492
493 2003-03-15 [christoph]  0.8.11claws13
494
495         * src/imap.c
496                 don't query imap folder for attributes because we already
497                 for them from imap_status
498
499         * src/mimeview.[ch]
500                 add support for plugable MimeViewers (unloading Viewers
501                 not yet complete)
502
503         * src/plugins/Makefile.am
504         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
505         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
506         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
507                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
508                 widget from http://helm.cs.unibo.it/mml-widget/
509
510 2003-03-14 [christoph]  0.8.11claws12
511
512         * src/folder.[ch]
513                 o error return code's should better be negative
514                 o replace printf with debug_print
515
516         * src/imap.c
517                 improve IMAP folder scan by checking UID-NEXT
518
519         * src/summaryview.c
520                 remove check that are unnecessary in my opinion
521
522 2003-03-13 [christoph]  0.8.11claws11
523
524         * src/folder.[ch]
525         * src/foldersel.c
526         * src/folderview.c
527         * src/imap.c
528         * src/mbox_folder.c
529         * src/mh.c
530         * src/news.c
531         * src/prefs_scoring.c
532         * src/summaryview.c
533                 use a common function to get a displayable name
534                 for a FolderItem
535
536 2003-03-13 [paul]       0.8.11claws10
537
538         * tools/Makefile.am
539           tools/README
540           tools/multiwebsearch.conf     ** NEW FILE **
541           tools/multiwebsearch.pl       ** NEW FILE **
542                 add multiwebsearch Actions script
543
544 2003-03-13 [colin]      0.8.11claws9
545
546         * src/compose.c
547                 Remove leading emtpy lines from quoted text
548                 before quoting it
549
550 2003-03-13 [melvin]     0.8.11claws8
551
552         * src/prefs_actions.c
553                 Fixed a memory leak
554                 Code clean ups
555                 Added Cancel and OK buttons
556                 Corrected help text
557
558 2003-03-13 [christoph]  0.8.11claws7
559
560         * src/account.c
561         * src/folder.[ch]
562         * src/imap.c
563         * src/mainwindow.c
564         * src/mbox_folder.c
565         * src/mh.c
566         * src/news.c
567         * src/setup.c
568                 replace more folder type stuff with folder class stuff
569
570 2003-03-13 [melvin]     0.8.11claws6
571
572         * src/prefs_actions.c
573                 Added new tokens:
574                 %u: user provided argument
575                 %h: user provided argument (hidden on input)
576                 %s: current text selection in the message view 
577
578 2003-03-13 [paul]       0.8.11claws5
579
580         * sync with 0.8.11cvs5
581                 see ChangeLog 2003-03-11, 2003-03-12
582
583 2003-03-12 [christoph]  0.8.11claws4
584
585         * src/folder.c
586                 use folder class idstr when writing folderlist.xml
587
588         * src/folder.h
589         * src/imap.c
590         * src/news.c
591                 replace folder type checks with folder class checks
592
593 2003-03-12 [christoph]  0.8.11claws3
594
595         * src/folder.[ch]
596         * src/imap.[ch]
597         * src/main.c
598         * src/mbox_folder.[ch]
599         * src/mh.[ch]
600         * src/news.[ch]
601                 o create a list of known folder classes in the folder system
602                 o use folder class id strings for folder item identifiers
603
604 2003-03-12 [christoph]  0.8.11claws2
605
606         * src/imap.c
607                 fix imap uid validity check
608
609 2003-03-12 [christoph]  0.8.11claws1
610
611         * src/account.c
612         * src/folder.[ch]
613         * src/foldersel.c
614         * src/folderview.c
615         * src/imap.c
616         * src/mainwindow.c
617         * src/mbox_folder.c
618         * src/mh.c
619         * src/news.c
620         * src/prefs_scoring.c
621         * src/procmsg.c
622         * src/setup.c
623         * src/summaryview.c
624                 initial restructuring of folder system, seperating
625                 folders and folder classes
626
627 2003-03-12 [paul]       0.8.11claws
628
629         0.8.11claws release
630
631 2003-03-12 [christoph]
632
633         * src/gtk/prefswindow.c
634                 fix translation of "Page Index"
635
636 2003-03-12 [paul]       0.8.10claws110
637
638         a sync from 0.8.11cvs4 before the release
639
640         * src/common/utils.c
641                 subject_compare_for_sort(): allow null strings (fixes
642                 summary sorting).
643
644 2003-03-11 [paul]       0.8.10claws109
645
646         * po/es.po
647                 update Spanish translation, submitted by
648                 Ricardo Mones Lastra
649
650 2003-03-11 [melvin]     0.8.10claws108
651
652         * po/fr.po
653                 Updated French translations
654
655 2003-03-11 [paul]       0.8.10claws107
656
657         * manual/en/Makefile.am
658           manual/en/*.html
659                 update English manual, add a new page
660                 updated by Francois Barriere <fbarriere@atmel.fr>
661                 
662         * po/bg.po
663           po/it.po
664           po/sr.po
665                 update Bulgarian, Italian, and Serbian translations
666                 submitted by George Danchev, Alessandro Maestri, and
667                 Urke MMI
668
669 2003-03-10 [paul]       0.8.10claws106
670
671         * src/gtk/about.c
672           src/gtk/prefswindow.c
673                 make some strings translatable
674
675 2003-03-10 [darko]      0.8.10claws105
676
677         * src/compose.c
678                 code cleanup to make Hiro happy
679
680 2003-03-10 [paul]       0.8.10claws104
681
682         * sync with 0.8.11cvs2
683                 see ChangeLog 2003-03-10
684
685 2003-03-09 [melvin]     0.8.10claws103
686
687         * src/textview.c
688                 textview_set_font(): fix for message display in
689                 UTF-8 locales (thanks to Sergey Vlasov).
690                 (was unintentionnaly reverted in 0.8.6claws6)   
691
692 2003-03-08 [darko]      0.8.10claws102
693
694         * src/compose.c
695                 fix infinite loop in wrapping as reported
696                 by happycactus
697                 obsoletes patch #696482
698
699 2003-03-08 [christoph]  0.8.10claws101
700
701         * src/imap.c
702                 add workaround for IMAP servers that do not
703                 support the "UID SEARCH UID" command
704
705 2003-03-07 [christoph]  0.8.10claws100
706
707         * src/plugins/spamassassin/spamassassin.[ch]
708         * src/plugins/spamassassin/spamassassin_gtk.c
709                 code cleanup
710
711 2003-03-07 [paul]       0.8.10claws99
712
713         * po/es.po
714                 updated Spanish translation, submitted by
715                 Ricardo Mones Lastra
716
717 2003-03-07 [christoph]  0.8.10claws98
718
719         * src/send.c
720                 fix in 0.8.10claws94 was wrong
721                 local delivery does not require escaping, remove escaping
722                 code to make signatures of mails with "." lines valid
723                 
724                 NOTE: requires that sendmail is executed with "-i" option,
725                       what is the default now, but has to be changed in all
726                       exsiting accounts)
727
728 2003-03-07 [paul]       0.8.10claws97
729
730         * sync with 0.8.11 release
731                 see ChangeLog 2003-03-07
732
733 2003-03-06 [paul]       0.8.10claws96
734
735         * src/compose.c
736                 revert commit 0.8.10claws92
737
738 2003-03-06 [paul]       0.8.10claws95
739
740         * src/folderview.c
741                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
742
743         * src/gtkaspell.c
744                 fix bug 74, 'Crash opening editor window with pseudo-color
745                 display'
746                 
747         Patches submitted by Kevin Vigor <kevin@vigor.nu>
748
749 2003-03-06 [christoph]  0.8.10claws94
750
751         * src/send.c
752                 fix rfc2821 (4.5.2) violation in SMTP data sending,
753                 all lines starting with a period get an extra period
754                 inserted
755                 (found by Simon 'corecode' Schubert)
756
757 2003-03-06 [paul]       0.8.10claws93
758
759         * src/folderview.c
760                 if configured font can't be loaded fall back to gtk
761                 default. (with thanks to Christoph)
762                 
763                 closes long-standing bug 15 'Crashes on startup'
764
765 2003-03-06 [paul]       0.8.10claws92
766
767         * src/compose.c
768                 freeze text before autosave and thaw afterwards
769                 fixes bug 67 'autosave make re-rediting message crazy'
770
771 2003-03-06 [christoph]  0.8.10claws91
772
773         * src/compose.c
774                 ignore address comment in dupe check for Cc-list
775
776         (closes reopened bug 47 Replying to message strips name part of
777          e-mail addresses of Cc: lines)
778
779 2003-03-06 [paul]       0.8.10claws90
780
781         * src/Makefile.am
782                 remove reference to gtkxtext.h as its no longer in
783                 the repository
784
785 2003-03-06 [paul]       0.8.10claws89
786
787         * sync with 0.8.10cvs25
788                 see ChangeLog 2003-03-06
789
790 2003-03-06 [oliver]     0.8.10claws88
791         
792         * src/messageview.c
793                 remove include
794
795 2003-03-06 [oliver]     0.8.10claws87
796         
797         * src/folderview.c 
798                 remove changes introduced inclaws74
799         * src/messageview.c
800                 another attempt to sanely delete and update
801                 messages deleted in separate messageview
802
803 2003-03-05 [christoph]  0.8.10claws86
804
805         * src/summaryview.c
806                 check if "From" matches any account's address if
807                 addressbook completion of addresses is disabled too
808
809         (closes Bug 70 "Display recipient in from" doesn't check
810          folder's default account)
811
812 2003-03-05 [christoph]  0.8.10claws85
813
814         * src/compose.c
815         * src/common/utils.[ch]
816                 don't strip address comments when building Cc lists
817
818         (closes Bug 47 Replying to message strips name part of e-mail addresses
819          of Cc: lines)
820
821         * src/folder.c
822                 fix return value of copy function
823
824 2003-03-05 [christoph]  0.8.10claws84
825
826         * src/imap.c
827                 don't ask imap server for non rfc822 headers
828
829         (closes bug 71 IMAP FETCH asks for FROM header field twice)
830
831         * src/imap.c
832                 destroy session on socket error to allow reconnecting
833
834 2003-03-05 [christoph]  0.8.10claws83
835
836         * configure.ac
837                 fix building with gnome when no prefix is set
838
839         (closes bug 66 Gnome directory is set to NONE)
840
841 2003-03-05 [paul]       0.8.10claws82
842
843         * sync with 0.8.10cvs23
844                 see ChangeLog 2003-03-05
845
846 2003-03-04 [christoph]  0.8.10claws81
847
848         * src/folder.c
849                 o fix moving and copying when folder returns 0 for new
850                   message number
851                 o remove some code for single message copy and move
852                   operations and use functions for multiple messages
853
854         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
855
856         * src/news.c
857                 remove unused include
858
859 2003-03-04 [paul]       0.8.10claws80
860
861         * src/gtk/about.c
862                 list 'Compiled plugins'
863
864 2003-03-03 [christoph]  0.8.10claws79
865
866         * src/news.[ch]
867                 have to multiply the percentage of the current fetch with
868                 the percentage that it has of the total fetch operation
869                 for correct values
870
871 2003-03-03 [christoph]  0.8.10claws78
872
873         * src/news.c
874                 fix calculation of expected lines for progress indicator
875
876 2003-03-03 [christoph]  0.8.10claws77
877
878         * src/summaryview.c
879         * src/common/utils.c
880                 fix segfault when opening the root news folder
881
882 2003-03-03 [christoph]  0.8.10claws76
883
884         * src/mainwindow.[ch]
885         * src/common/Makefile.am
886         * src/common/progressindicator.[ch]
887                 add UI independent progress indicator handling
888
889         * src/news.[ch]
890                 use new progress indicator for message info fetching
891
892         * src/common/hooks.h
893                 code cleanup
894
895 2003-03-03 [oliver]     0.8.10claws75
896
897         * src/toolbar.c
898         * src/compose.c
899                 removed commented code
900
901 2003-03-03 [oliver]     0.8.10claws74
902
903         * src/toolbar.[ch]
904                 cleanups and refactoring
905         * src/compose.[ch]
906                 compose_reply_mode reply & forwarding interface for
907                 toolbar buttons
908         * src/folderview.c
909                 act on messages marked for deletion in folderview_selected
910                 based on prefs_common.immediate_exec since a message might 
911                 have been deleted by messageview in a folder we are changing 
912                 to (does anybody understand what I'm on about ?)
913
914 2003-03-03 [oliver]     0.8.10claws73
915         
916         * src/messageview.[ch]
917                 new functions
918                 - messageview_delete: delete message shown in messagview
919                 - messageview_update_view: update messageview to currently 
920                   selected summaryview message
921                 - add separate messageview to msgview_list in order to update 
922                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
923         * src/summaryview.[ch]
924                 summary_get_selection returns a list of selected msgs
925                 in summaryview
926         * src/mainwindow.c
927                 toolbar reply refactoring
928
929 2003-03-03 [paul]       0.8.10claws72
930
931         * sync with 0.8.10cvs21
932                 see ChangeLog 2003-03-03
933
934 2003-03-02 [christoph]  0.8.10claws71
935
936         * src/common/passcrypt.c
937                 use POSIX includes
938
939 2003-03-02 [christoph]  0.8.10claws70
940
941         * configure.ac
942         * src/prefs_account.c
943         * src/prefs_gtk.[ch]
944         * src/common/.cvsignore
945         * src/common/Makefile.am
946         * src/common/passcrypt.c                ** NEW **
947         * src/common/passcrypt.h.in             ** NEW **
948                 Implement password encryption in config files
949                 using unix encrypt and setkey functions. The crypt
950                 key can be set as a configure parameter. Old
951                 passwords will be converted if they do not begin
952                 with '!'
953
954 2003-03-02 [paul]       0.8.10claws69
955
956         * src/prefs_account.c
957                 fix compile error
958
959 2003-03-01 [thorsten]   0.8.10claws68
960
961         * po/el.po
962           po/hr.po
963           po/it.po
964           po/nl.po
965           po/sr.po
966           po/sv.po
967                 corrected format strings
968         * po/en_GB.po
969                 corrected headers
970                 (fix compile errors with GNU gettext-0.11.5)
971
972 2003-03-01 [oliver]     0.8.10claws67
973
974         * src/summaryview.c
975                 menu callbacks call toolbar_menu_reply
976
977 2003-03-01 [oliver]     0.8.10claws66
978
979         * src/mainwindow.c
980         * src/messageview.c
981                 menu callbacks call toolbar_menu_reply
982         * src/toolbar.[ch]
983                 callbacks from menu handled by toolbar_menu_reply
984
985 2003-03-01 [paul]       0.8.10claws65
986
987         * src/addressbook.c
988                 revert commit 0.8.10claws54 - breaks editing of
989                 addressbook.
990                 
991         * po/bg.po
992                 update Bulgarian translation, submitted by
993                 George Danchev
994
995 2003-02-28 [christoph]  0.8.10claws64
996
997         * src/account.c
998         * src/addressadd.c
999         * src/compose.c
1000         * src/gtkaspell.c
1001         * src/gtkxtext.h                ** REMOVE **
1002         * src/imap.c
1003         * src/matcher.[ch]
1004         * src/mh.c
1005         * src/news.c
1006         * src/pine.c
1007         * src/prefs_common.c
1008         * src/prefs_matcher.c
1009         * src/procheader.[ch]
1010         * src/procmsg.[ch]
1011         * src/toolbar.c
1012         * src/common/ssl_certificate.c
1013         * src/gtk/colorlabel.c
1014         * src/gtk/menu.c
1015                 o fix warnings
1016                 o remove code obsoleted by new cache and folder system rework
1017
1018 2003-02-28 [oliver]     0.8.10claws63
1019         
1020         * src/toolbar.[ch]
1021                 * fix bug where reply in Messageview replied to 
1022                 Message displayed in summaryview
1023                 (reportedd via ML by chinatinte at gmx dot ch)
1024                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1025                 didn't work in separate MessageView Toolbar
1026                 (wondering if anybody uses this at all ?)
1027         * src/summaryview.[ch]
1028                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1029                 (generalize reply and forward code);
1030         * src/messageview.c 
1031                 remove focus_in event which updated summaryview to messageview
1032
1033 2003-02-28 [paul]       0.8.10claws62
1034
1035         * po/Makefile.in.in
1036                 add the --check option
1037                 Patch submitted by Ricardo Mones Lastra
1038
1039 2003-02-28 [paul]       0.8.10claws61
1040
1041         * src/prefs_account.c
1042                 re-order 'Signature' items
1043
1044 2003-02-28 [paul]       0.8.10claws60
1045
1046         * sync with 0.8.10cvs20
1047                 see ChangeLog 2003-02-28
1048
1049 2003-02-28 [paul]       0.8.10claws59
1050
1051         * po/POTFILES.in
1052                 update to reflect recent movement of files
1053
1054 2003-02-28 [paul]       0.8.10claws58
1055
1056         * sync with 0.8.10cvs19
1057                 see ChangeLog 2003-02-28
1058
1059 2003-02-27 [martin]     0.8.10claws57
1060
1061         * src/prefs_matcher.c 
1062                 fix segfault in prefs_matcher_ok() when the
1063                 last entry is deleted and prevents that the
1064                 message "entry not saved" comes up after deleting
1065                 an entry
1066
1067 2003-02-27 [martin]     0.8.10claws56
1068
1069         * src/prefs_filtering.c 
1070                 fix segfault in prefs_filtering_ok() when the
1071                 last entry is deleted and prevents that the
1072                 message "entry not saved" comes up after deleting
1073                 an entry
1074
1075 2003-02-27 [paul]       0.8.10claws55
1076
1077         * sync with 0.8.10cvs18
1078                 see ChangeLog 2003-02-27
1079
1080 2003-02-27 [paul]       0.8.10claws54
1081
1082         * src/addressbook.c
1083                 fix bug where the address book crashes with 
1084                 multiple lookups.
1085                 Patch [687729] submitted by David Frager 
1086                 <dbfrager@users.sourceforge.net>
1087
1088 2003-02-25 [christoph]  0.8.10claws53
1089
1090         * src/Makefile.am
1091         * src/colorlabel.[ch]           ** REMOVE **
1092         * src/gtk/Makefile.am
1093         * src/gtk/colorlabel.[ch]       ** NEW **
1094                 move colorlabel files to gtk directory
1095
1096         * src/esmtp.[ch]                ** REMOVE **
1097                 has been merged into smtp.[ch] in 0.7.5
1098
1099 2003-02-25 [christoph]  0.8.10claws52
1100
1101         * src/Makefile.am
1102         * src/about.[ch]                ** REMOVE **
1103         * src/gtk/Makefile.am
1104         * src/gtk/about.[ch]            ** NEW **
1105                 move about files to gtk directory
1106
1107 2003-02-25 [christoph]  0.8.10claws51
1108
1109         * src/folder.c
1110                 some code optimization of folder scanning code
1111
1112         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1113
1114 2003-02-25 [christoph]  0.8.10claws50
1115
1116         * src/main.c
1117         * src/common/sylpheed.c
1118                 add command line parameter parsing to common code
1119
1120 2003-02-24 [christoph]
1121
1122         * Makefile.am
1123         * configure.ac
1124                 fix gnome prefix problems, the configure script now removed
1125                 `gnome-config --prefix` from `gnome-config --datadir`
1126                 and adds $(prefix} instead
1127
1128         (closes Bug 24 Makefile does not respect prefix when installing
1129          GNOME data)
1130
1131 2003-02-24 [christoph]  0.8.10claws49
1132
1133         * src/news.c
1134                 check for valid session before trying to authenticate
1135
1136         (closes Bug 60 crash if "authenticate on logon" is activated
1137          and newsserver-hostname is not valid)
1138
1139 2003-02-24 [melvin]     0.8.10claws48
1140
1141         * src/prefs_actions.c
1142                 Make sure all user's input is sent to the action and then
1143                 close the socket..
1144
1145 2003-02-23 [alfons]     0.8.10claws46
1146
1147         * src/summaryview.c
1148                 also wait cursor when deleting files
1149
1150 2003-02-23 [paul]
1151
1152         * tools/freshmeat_search.pl
1153           tools/google_search.pl
1154                 scripts should now work for any browser/browser command line
1155
1156 2003-02-22 [christoph]  0.8.10claws45
1157
1158         * src/procmsg.c
1159                 fix IMAP flag setting, IMAP flag is not handled correctly
1160                 anymore by the folder system and information about the
1161                 folder should not be saved in the MsgInfo (in my opinion)
1162
1163         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1164
1165 2003-02-22 [christoph]  0.8.10claws44
1166
1167         * src/summaryview.c
1168                 fix spelling of "label" ;-)
1169
1170 2003-02-22 [thorsten]   0.8.10claws43
1171
1172         * src/mimeview.c
1173           src/prefs_common.[ch]
1174           src/procmime.[ch]
1175                 do not use description as attachment name
1176
1177 2003-02-22 [alfons]     0.8.10claws42
1178
1179         * src/summaryview.c
1180                 freeze/thaw folder item updates when changing color labels,
1181                 and put a wait cursors on
1182
1183 2003-02-22 [thorsten]   0.8.10claws41
1184
1185         * src/mimeview.c
1186                 save-all fixes: crash if invoked on multipart container,
1187                 mimeinfo access, pathseparators, error dialog
1188
1189 2003-02-21 [alfons]     0.8.10claws40
1190
1191         * src/prefs_gtk.c
1192                 remove unused var
1193
1194 2003-02-21 [colin]      0.8.10claws39
1195
1196         * src/send.c
1197                 Fix smtp logging
1198
1199 2003-02-21 [colin]      0.8.10claws38
1200
1201         * src/summaryview.c
1202                 Freeze/thaw folderItem updates when filtering messages 
1203                 via Tools/Filter messages
1204
1205 2003-02-21 [paul]       0.8.10claws37
1206
1207         * src/compose.c
1208                 revert commit 0.8.10claws26, there are ulterior motives
1209                 for users to set a Reply-To header when posting to
1210                 newsgroups
1211
1212 2003-02-21 [paul]       0.8.10claws36
1213
1214         * sync with 0.8.10cvs17
1215                 see ChangeLog 2003-02-21
1216
1217 2003-02-20 [christoph]  0.8.10claws35
1218
1219         * src/imap.c
1220                 IMAP UID fetch speedup using SEARCH
1221
1222         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1223
1224         * src/imap.c
1225                 fix problem with UIDs in IMAP UID cache that no longer existed
1226
1227 2003-02-20 [christoph]  0.8.10claws34
1228
1229         * src/imap.c
1230         * src/procheader.c
1231         * src/procheader.h
1232                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1233
1234         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1235
1236         * src/imap.c
1237                 Rewrite imap_cmd_gen_recv use sock_getline instead
1238                 of sock_gets to avoid problems with too long reply
1239                 lines
1240     
1241 2003-02-20 [colin]      0.8.10claws33
1242         
1243         * src/prefs_account.c
1244                 Better wording
1245
1246 2003-02-20 [colin]      0.8.10claws32
1247
1248         * src/compose.c
1249                 Remove useless '&& !to_sender' 
1250
1251 2003-02-20 [darko]
1252
1253         * AUTHORS
1254                 change my e-mail address
1255
1256 2003-02-19 [colin]      0.8.10claws31
1257
1258         * src/prefs_common.c
1259                 X11 style colors for every configurable color
1260
1261 2003-02-19 [alfons]     0.8.10claws30
1262
1263         * src/prefs_gtk.[ch]
1264         * src/prefs_common.c
1265                 for color_new accept both plain integers and X11 style color
1266                 names (as found in /usr/lib/X11/rgb.txt)
1267
1268 2003-02-19 [paul]       0.8.10claws29
1269
1270         * src/mainwindow.c
1271                 add tooltips to online/offline button and account selector
1272                 button
1273
1274 2003-02-19 [paul]       0.8.10claws28
1275
1276         * src/folder.c
1277           src/news.c
1278           src/prefs_account.[ch]
1279           src/prefs_common.[ch]
1280                 move 'Maximum number of articles to download' to
1281                 account prefs.
1282                 clean up account prefs gui a little by hiding entries
1283                 rather then greying out entries
1284
1285 2003-02-19 [hiro]       0.8.10claws27
1286
1287         * src/common/utils.c
1288                 fix bug #54 'yesterdays date is displayed in the message 
1289                 summary window'
1290
1291 2003-02-19 [paul]       0.8.10claws26
1292
1293         * src/compose.c
1294                 fix bug reported in Feature Request [688596] 
1295                 'Reply-to header in news'
1296
1297 2003-02-18 [paul]       0.8.10claws25
1298
1299         * src/select-keys.c
1300                 add a 'List all keys' button to key selection dialog
1301
1302 2003-02-18 [colin]      0.8.10claws24
1303         
1304         * src/stock_pixmap.c
1305                 fix compile error
1306
1307 2003-02-18 [colin]      0.8.10claws23
1308
1309         * src/common/smtp.[ch]
1310           src/prefs_account.c
1311                 Try to starttls if it seems to be the only
1312                 way to authenticate a user
1313
1314 2003-02-18 [paul]       0.8.10claws22
1315
1316         * src/Makefile.am
1317           src/folderview.c
1318           src/stock_pixmap.[ch]
1319           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1320           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1321                 as a Drafts folder is a special folder allow it to have
1322                 its own unique icons
1323
1324 2003-02-18 [colin]      0.8.10claws21
1325
1326         * src/imap.c
1327                 Fix port selection when using starttls
1328
1329 2003-02-18 [paul]       0.8.10claws20
1330
1331         * src/mainwindow.c
1332           src/prefs_common.[ch]
1333                 make blue the default new mail colour
1334
1335 2003-02-18 [paul]       0.8.10claws19
1336
1337         * sync with 0.8.10cvs14
1338                 see ChangeLog 2003-02-18
1339
1340 2003-02-17 [jens]       0.8.10claws18
1341
1342         * src/common/md5.c
1343                 fixed a compile problem with gcc 3.3
1344                 works on 2.95.3 too (testet on PPC as it is big endian)
1345
1346 2003-02-17 [paul]       0.8.10claws17
1347
1348         * sync with 0.8.10cvs13
1349                 see ChangeLog 2003-02-17
1350
1351 2003-02-17 [paul]       0.8.10claws16
1352
1353         * sync with 0.8.10cvs12
1354                 see ChangeLog 2003-02-17
1355
1356 2003-02-16 [match]      0.8.10claws15
1357
1358         * src/addressbook.c
1359                 Eliminates reloading of address data when items
1360                 deleted or added. Applied submitted by
1361                 Luke Plant <lukeplant@softhome.net>
1362
1363 2003-02-16 [paul]       0.8.10claws14
1364
1365         * src/news.c
1366                 when a 'protocol error' is encountered disconnect from
1367                 the server. This means that the user can carry on viewing
1368                 other articles and doesn't have to either wait until the
1369                 server timesout or quit sylpheed.
1370                 Fixes bug #53 'Unable to read messages in newsgroups, 
1371                 displayed message doesn't change'
1372
1373 2003-02-15 [christoph]  0.8.10claws13
1374
1375         * src/imap.c
1376                 fix bug that stopped scanning of folders when an
1377                 IMAP folder was empty
1378
1379         (closes bug 46 stop scan messages in folders after empty folder)
1380
1381 2003-02-15 [paul]
1382
1383         * tools/Makefile.am
1384           tools/README
1385           tools/freshmeat_search.pl     ** NEW FILE **
1386           tools/google_search.pl        ** NEW FILE **
1387                 Add 2 Actions scripts which search freshmeat/google
1388                 for the selected text using the browser configured
1389                 in sylpheedrc.
1390                 
1391         Note: These scripts are very dependent on the format of the
1392         browser command and may not work on every occasion. Testing
1393         is welcome. 
1394
1395 2003-02-14 [alfons]     0.8.10claws12
1396
1397         * src/compose.c
1398                 fix breakage because of uninitialized account pointer.
1399                 please verify.
1400
1401 2003-02-14 [paul]       0.8.10claws11
1402
1403         * src/compose.c
1404           src/prefs_account.[ch]
1405           src/prefs_common.[ch]
1406                 move signature settings to Account Prefs
1407
1408 2003-02-14 [paul]       0.8.10claws10
1409
1410         * sync with 0.8.10cvs11
1411                 see ChangeLog 2003-02-14
1412
1413 2003-02-13 [thorsten]   0.8.10claws9
1414
1415         * src/news.c
1416                 revert news progressbar (GUI separation)
1417
1418 2003-02-13 [paul]       0.8.10claws8
1419
1420         * src/compose.c
1421                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1422                 paragraph 1
1423
1424 2003-02-13 [paul]       0.8.10claws7
1425
1426         * src/compose.[ch]
1427           src/summaryview.c
1428                 fix 'Follow-up and Reply-to' so that it creates a reply to
1429                 the newsgroup and the sender. If the message has the keyword
1430                 'poster' in the Followup-To header, all replies go to the
1431                 sender, re: RFC 1036, Section 2.2.3
1432                 rename all instances of 'ignore_replyto' to 'to_sender', both
1433                 were previously used, now we use just one.
1434
1435 2003-02-13 [paul]       0.8.10claws6
1436
1437         * sync with 0.8.10cvs9
1438                 see ChangeLog 2003-02-13
1439
1440 2003-02-13 [paul]       0.8.10claws5
1441
1442         * configure.ac
1443                 show which plugins are configured in the configure
1444                 output.
1445
1446 2003-02-12 [thorsten]   0.8.10claws4
1447
1448         * src/news.c
1449                 show progress while fetching news headers
1450
1451 2003-02-12 [christoph]  0.8.10claws3
1452
1453         * configure.ac
1454         * src/plugins/Makefile.am
1455                 use AM_CONDITIONAL to enable plugins, automake correctly
1456                 manages this when creating distdir
1457
1458 2003-02-12 [christoph]  0.8.10claws2
1459
1460         * ac/spamassassin.m4
1461         * src/plugins/spamassassin/Makefile.am
1462                 fix building SpamAssassin plugin without OpenSSL
1463
1464 2003-02-12 [paul]       0.8.10claws1
1465
1466         * ac/Makefile.am
1467           src/Makefile.am
1468           src/plugins/Makefile.am
1469                 fix failure of 'make release'
1470
1471 2003-02-12 [paul]       0.8.10claws
1472
1473         * 0.8.10claws released
1474
1475 2003-02-12 [paul]       0.8.9claws56
1476
1477         * po/bg.po
1478           po/es.po
1479           po/it.po
1480           po/ru.po
1481           po/sr.po
1482                 updated translations by George Danchev, Ricardo Mones Lastra,
1483                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1484                 
1485         * sylpheed.spec.in
1486                 Allow the building of RPMs by a regular user. Submitted
1487                 by Sergei Astanin
1488
1489 2003-02-11 [alfons]     0.8.9claws55
1490
1491         * src/colorlabel.c
1492                 don't use pixmaps for label color rect but draw rectangles
1493                 so we can respect the color map of palette based visuals
1494                 (fixes the long time crashes on Suns - thanks to Andreas
1495                 Engel and Steve O'Hara-Smith for testing)
1496
1497 2003-02-11 [christoph]  0.8.9claws54
1498
1499         * src/matcher_parser_parse.y
1500                 correct bug where filering rules of not existing folders in
1501                 matcherrc were added to global filtering
1502                 
1503         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1504          main filter-rules after removing directory, http://bugs.debian.org/180253)
1505         
1506 2003-02-11 [paul]       0.8.9claws53
1507
1508         * sync with 0.8.10cvs7
1509                 see ChangeLog 2003-02-09
1510
1511 2003-02-11 [melvin]     0.8.9claws52
1512
1513         * po/fr.po
1514                 Updated French tranlsations
1515
1516 2003-02-10 [paul]       0.8.9claws51
1517
1518         * sylpheed.spec.in
1519                 correct --enable-openssl
1520                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1521
1522 2003-02-09 [martin]     0.8.9claws50
1523
1524         * src/prefs_matcher.c
1525                 fix segfault in prefs_matcher_substitute_cb() when
1526                 no row is selected
1527
1528 2003-02-09 [paul]       0.8.9claws49
1529
1530         * src/folderview.c
1531                 fix bug where a newsgroup folder's processing rules were
1532                 merged with the global filtering rules when the newsgroup
1533                 folder was deleted, causing some seriously bad results,
1534                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1535
1536 2003-02-08 [melvin]     0.8.9claws48
1537
1538         * src/compose.c
1539                 Corrected and modified an alert message.
1540
1541 2003-02-07 [paul]       0.8.9claws47
1542
1543         * src/folderview.c
1544                 fix bug where both an 'Account properties' window and a
1545                 'Folder properties' window were opened when clicking on
1546                 'Properties' in an NNTP or IMAP folder's popup menu.
1547
1548 2003-02-07 [paul]       0.8.9claws46
1549
1550         * sync with 0.8.10cvs6
1551                 see ChangeLog 2003-02-06
1552
1553 2003-02-06 [christoph]  0.8.9claws45
1554
1555         * src/mbox.c
1556                 freeze folder updates while importing mbox files
1557                 (closes bug 43 importing mbox took hours)
1558                 
1559         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1560
1561 2003-02-06 [thorsten]   0.8.9claws44
1562
1563         * po/de.po
1564                 Updated german translations
1565
1566 2003-02-06 [thorsten]   0.8.9claws43
1567
1568         * src/news.h
1569                 use guint for message numbers (fix count in grouplist dialog)
1570
1571 2003-02-05 [paul]       0.8.9claws42
1572
1573         * sync with 0.8.10cvs2
1574                 see ChangeLog 2003-02-05
1575
1576 2003-02-04 [colin]      0.8.9claws41
1577
1578         * src/prefs_common.[ch]
1579           src/procmsg.c
1580           src/summaryview.c
1581                 Add an option to disable threading by subject
1582
1583 2003-02-04 [christoph]  0.8.9claws40
1584
1585         * src/inc.c
1586                 only abort fetching mails from multiple accounts when the
1587                 error is fatal and does not allow to check any more accounts
1588                 (currently only disk full error)
1589
1590         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1591          receive mails for other accouts)
1592
1593 2003-02-04 [christoph]  0.8.9claws39
1594
1595         * src/folder.c
1596                 first add the new message to the cache, then
1597                 send the update notification
1598
1599         (closes bug 39 after sending message folderview doesnt get updated)
1600
1601 2003-02-04 [colin]      0.8.9claws38
1602
1603         * src/inc.c
1604                 _really_ fix this Connecting... status
1605
1606 2003-02-04 [paul]       0.8.9claws37
1607
1608         * sync with 0.8.10
1609                 see ChangeLog 2003-02-04
1610
1611 2003-02-04 [paul]       0.8.9claws36
1612
1613         * sync with 0.8.9cvs6
1614                 see ChangeLog 2003-02-03
1615
1616 2003-02-04 [paul]       0.8.9claws35
1617
1618         * po/pt_BR.po
1619                 updated by André Filipe de Assunção e Brito 
1620                 <bedecko@netsite.com.br>
1621
1622 2003-02-03 [thorsten]   0.8.9claws34
1623
1624         * po/de.po
1625                 Updated german translations
1626
1627 2003-02-02 [paul]       0.8.9claws33
1628
1629         * po/es.po
1630                 updated by Ricardo Mones Lastra
1631
1632 2003-02-02 [thorsten]   0.8.9claws32
1633
1634         * src/mh.c
1635                 Fix mh_get_msginfo() segfault if file is inaccessible
1636
1637 2003-01-31 [colin]      0.8.9claws31
1638
1639         * src/procheader.c
1640                 Fix last commit's bug
1641
1642 2003-01-31 [colin]      0.8.9claws30
1643
1644         * src/procheader.c
1645                 Missing a change for gpg-signed messages
1646
1647 2003-01-31 [paul]       0.8.9claws29
1648
1649         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1650           src/procheader.c
1651           src/stock_pixmap.[ch]
1652           src/summaryview.c
1653                 indicate GnuPG signed messages by displaying an icon
1654                 in the Attachment column.
1655
1656 2003-01-31 [paul]       0.8.9claws28
1657
1658         * sync with 0.8.9cvs4
1659                 see ChangeLog 2003-01-31
1660
1661 2003-01-31 [alfons]     0.8.9claws27
1662
1663         * src/textview.c
1664                 tune URI parser to accept mailto URLs with a '?'
1665                 (patch from Ruslan Balkin)
1666
1667 2003-01-31 [colin]      0.8.9claws26
1668
1669         * src/summaryview.c
1670                 Fix a leak introduced in claws24
1671
1672 2003-01-31 [colin]      0.8.9claws25
1673
1674         * src/summaryview.c
1675                 Freeze/Thaw folder updates when deleting dups
1676
1677 2003-01-31 [colin]      0.8.9claws24
1678         
1679         * src/addr_compl.c
1680           src/summaryview.c
1681           src/msgcache.c
1682                 little speed improvements
1683
1684 2003-01-31 [colin]      0.8.9claws23
1685
1686         * src/summaryview.c
1687                 Fix segfault when forwarding nothing
1688                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1689                 
1690 2003-01-30 [paul]       0.8.9claws22
1691
1692         * sync with 0.8.9cvs3
1693                 see ChangeLog 2003-01-30
1694
1695 2003-01-30 [paul]       0.8.9claws21
1696
1697         * sync with 0.8.9cvs2
1698                 see ChangeLog 2003-01-30
1699
1700 2003-01-29 [paul]       0.8.9claws20
1701
1702         * sync with 0.8.9cvs1
1703                 see ChangeLog 2003-01-29
1704
1705 2003-01-28 [paul]       0.8.9claws19
1706
1707         * po/POTFILES.in
1708                 update to reflect changes. 
1709                 thanks to Ricardo Mones Lastra
1710
1711 2003-01-27 [christoph]  0.8.9claws18
1712
1713         * ac/openssl.m4
1714         * ac/spamassassin.m4
1715         * src/plugins/spamassassin/README
1716         * src/plugins/spamassassin/libspamc.[ch]
1717         * src/plugins/spamassassin/utils.[ch]
1718                 updated to latest libspamc
1719
1720 2003-01-27 [christoph]  0.8.9claws17
1721
1722         * src/folder.c
1723                 fix wrong use of procheader_get_header_fields
1724
1725 2003-01-27 [christoph]  0.8.9claws16
1726
1727         * src/news.c
1728         * src/prefs_account.[ch]
1729         * src/common/nntp.[ch]
1730                 allow to force authentication for NNTP servers
1731
1732         Patch submitted by Florian Mickler <dmk@d-labs.de>
1733
1734 2003-01-26 [paul]       0.8.9claws15
1735
1736         * src/summaryview.c
1737                 speed up of marking messages as read
1738                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1739
1740 2003-01-26 [christoph]  0.8.9claws14
1741
1742         * src/Makefile.am
1743         * src/mgutils.[ch]              ** REMOVE **
1744         * src/xml.[ch]                  ** REMOVE **
1745         * src/xmlprops.[ch]             ** REMOVE **
1746         * src/common/Makefile.am
1747         * src/common/mgutils.[ch]       ** NEW **
1748         * src/common/xml.[ch]           ** NEW **
1749         * src/common/xmlprops.[ch]      ** NEW **
1750                 move xml files to common directory
1751
1752 2003-01-26 [christoph]  0.8.9claws13
1753
1754         * src/plugins/spamassassin/spamassassin_gtk.c
1755                 only set gtk entry text if string is available
1756
1757 2003-01-26 [melvin]     0.8.9claws12
1758
1759         * src/description_window.c
1760                 Allow resizing of the window
1761                 Allow automatic horizontal scroll bar
1762                 Do not vertically expand and fill
1763
1764 2003-01-26 [christoph]  0.8.9claws11
1765
1766         * src/Makefile.am
1767         * src/gtkutils.[ch]             ** REMOVE **
1768         * src/common/sylpheed.c
1769         * src/gtk/Makefile.am
1770         * src/gtk/description_window.c
1771         * src/gtk/gtkutils.[ch]         ** NEW **
1772         * src/gtk/prefswindow.c
1773                 move gtkutils to gtk directory
1774
1775 2003-01-26 [paul]       0.8.9claws10
1776
1777         * src/summaryview.c
1778                 rename summary_unread_clicked() to summary_status_clicked()
1779
1780 2003-01-26 [melvin]     0.8.9claws9
1781
1782         * src/prefs_actions.c
1783                 Cosmetical changes to the help text
1784
1785 2003-01-26 [paul]       0.8.9claws8
1786
1787         * src/folder.[ch]
1788           src/mainwindow.c
1789           src/prefs_common.c
1790           src/prefs_sumamry_column.c
1791           summaryview.[ch]
1792                 rename the 'Unread' column to 'Status'
1793
1794 2003-01-25 [match]      0.8.9claws7
1795
1796         * src/mgutils.[ch]
1797                 removed reference to LDAP constants. removed error2string.
1798                 included functions to support LDAP dynamic queries.
1799         * src/syldap.h
1800                 moved LDAP constants here.
1801         * src/addressbook.c
1802         * src/addrindex.c
1803         * src/importldif.c
1804                 removed references to LDAP constants and references to
1805                 error2string.
1806
1807 2003-01-25 [paul]       0.8.9claws6
1808
1809         * src/summaryview.c
1810                 summary_thread_build(), summary_thread_init(): remove 
1811                 unneeded reference to summaryview->folder_item
1812
1813 2003-01-25 [christoph]  0.8.9claws5
1814
1815         * src/gtk/description_window.c
1816                 o allow description texts to expand over multiple columns
1817                 o translate all columns
1818         * src/prefs_actions.c
1819                 change syntax description to use new multi column feature
1820
1821         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1822
1823 2003-01-25 [match]      0.8.9claws4
1824
1825         * src/vcard.c
1826                 fixed bug with Quoted-Printable
1827
1828 2003-01-25 [paul]       0.8.9claws3
1829
1830         * src/folder.[ch]
1831           src/summaryview.[ch]
1832                 implement per-folder collapsed/expanded threads setting
1833                 
1834         * src/prefs_common.c
1835                 remove global collapsed/expanded threads option
1836
1837 2003-01-25 [christoph]  0.8.9claws2
1838
1839         * po/POTFILES.in
1840                 add pluginwindow and prefswindow
1841         * src/compose.c
1842                 make send respond correctly to messages that could be added
1843                 to the queue folder, but the UID of the message is unknown
1844         * src/folder.c
1845         * src/imap.c
1846                 don't return guessed UIDs in imap_add_msg anymore. We return
1847                 0 to tell the folder system it was appened but the UID is
1848                 unknown. Folder system now get's the UID by scaning the folder
1849                 and searching the cache for the Message-ID
1850                 (closes bug #29 Messages queued, but not sent)
1851
1852 2003-01-25 [paul]       0.8.9claws1
1853
1854         * src/codeconv.c
1855                 conv_encode_header():  fix bug when long headers with 8-bit
1856                 characters are used, so that the encoded words are wrapped.
1857                 If the space in the original text falls on the wrap boundary,
1858                 it can be lost.
1859                 Patch by Sergey Vlasov.
1860                 
1861         * src/folderview.c
1862                  fix bug where a change to the sorting method or thread view
1863                  of a folder's messages is lost if simpify-subject is set and
1864                  toggled on or off.
1865                  Patch by Luke Plant.
1866
1867 2003-01-24 [paul]       0.8.9claws
1868
1869         * sylpheed-0.8.9claws released
1870         
1871         * Makefile.am
1872           sylpheed.spec.in
1873                 remove reference to 'INSTALL.jp'
1874
1875 2003-01-23 [paul]       0.8.8claws128
1876
1877         * po/es.po
1878           po/it.po
1879           po/ru.po
1880           po/sr.po
1881                 updated translations. submitted by Ricardo Mones Lastra,
1882                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1883
1884 2003-01-23 [colin]      0.8.8claws127
1885
1886         * src/compose.c
1887                 Fix drafted and queued news articles re-edition
1888
1889 2003-01-23 [melvin]     0.8.8claws126
1890
1891         * po/fr.po
1892                 Updated French translations
1893
1894 2003-01-23 [colin]      0.8.8claws125
1895
1896         * src/inc.c
1897                 Fix "Connecting to..." status message
1898
1899 2003-01-22 [paul]       0.8.8claws124
1900
1901         * po/bg.po
1902                 updated by George Danchev
1903                 
1904         * src/folder.c
1905                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1906                 and folder deletion
1907
1908 2003-01-21 [paul]       0.8.8claws123
1909
1910         * po/bg.po
1911                 updated by George Danchev
1912                 
1913         * src/about.c
1914                 its now 2003
1915                 
1916         * src/toolbar.c
1917                 don't translate 'Separator'
1918                 
1919         * src/plugins/spamassassin/Makefile.am
1920                 add aspell to CPPFLAGS
1921                 
1922         * src/plugins/spamassassin/spamassassin.c
1923           src/plugins/spamassassin/spamassassin_gtk.c
1924                 set correct default for spamassassin_receive_spam
1925                 slightly re-word descriptions and some
1926                 other minor changes
1927
1928 2003-01-19 [alfons]     0.8.8claws122
1929                 
1930         * src/mimeview.c
1931                 mimeview_save_as(): we might as well show the file name for
1932                 the single case "Save As" too
1933
1934 2003-01-19 [alfons]     0.8.8claws121
1935
1936         * src/crash.c
1937                 change bug tracker URL to bugzilla URL
1938
1939 2003-01-19 [alfons]     0.8.8claws120
1940
1941         * src/mimeview.c
1942                 mimeview_save_all(): display name of file before overwriting;
1943                 continue saving all, even when one overwrite was cancelled
1944
1945 2003-01-19 [christoph]  0.8.8claws119
1946
1947         * src/summaryview.c
1948         * src/procmsg.[ch]
1949                 fix wrong usage of procmsg_find_children in summaryview
1950                 by using procmsg_update_unread_children instead of
1951                 summaryview_update_unread_children
1952
1953 2003-01-19 [christoph]  0.8.8claws118
1954
1955         * src/procmsg.c
1956                 fix infinite loop in procmsg_find_children
1957                  (closes bug #25 sylpheed crashes on delete.)
1958
1959         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1960
1961 2003-01-19 [paul]       0.8.8claws117
1962
1963         * po/pt_BR.po
1964                 updated by Ivan Francolin Martinez
1965
1966 2003-01-18 [melvin]     0.8.8claws116
1967
1968         * src/prefs_actions.c
1969                 Removed syntax limitation of only one '&' at the end of command.
1970                         Now actions that contain '>/dev/null 2>&1' are possible.
1971
1972 2003-01-18 [melvin]     0.8.8claws115
1973
1974         * src/prefs_actions.c
1975                 Actions IO dialog: when the action ends
1976                 the "Close" button now has focus and [Escape] closes the
1977                 window.
1978
1979 2003-01-18 [christoph]  0.8.8claws114
1980
1981         * src/procmsg.c
1982                 o add debug output when MsgInfos are really freed
1983                 o free GSLists in procmsg_find_children and
1984                   procmsg_update_unread_children
1985
1986 2003-01-18 [christoph]  0.8.8claws113
1987
1988         * src/mainwindow.c
1989                 reorder Configuration menu
1990
1991 2003-01-18 [christoph]  0.8.8claws112
1992
1993         * src/compose.c
1994                 fix applying templates to forwarded messages
1995
1996         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1997
1998 2003-01-17 [christoph]  0.8.8claws111
1999
2000         * src/folder.c
2001                 destroy folder items, when a folder item is removed
2002
2003 2003-01-17 [christoph]  0.8.8claws110
2004
2005         * src/folder.c
2006                 fix wrong folder stats update when ignored message is
2007                 deleted
2008
2009 2003-01-17 [colin]      0.8.8claws109
2010         
2011         * src/mainwindow.c
2012         * src/summaryview.c
2013                 Quicksearch bugfixes: 
2014                 - hide help button at startup if not extended
2015                 - switch to extended when looking for replies
2016
2017 2003-01-17 [paul]
2018
2019         * sync with 0.8.9 release
2020
2021 2003-01-17 [paul]       0.8.8claws108
2022
2023         * sync with 0.8.8cvs11
2024                 see ChangeLog 2003-01-17
2025
2026 2003-01-16 [colin]      0.8.8claws107
2027
2028         * src/procmsg.c
2029                 Changed encryption test to re-ask passphrase
2030                 if an encrypted message hasn't been decrypted
2031                 Fixes bug #5
2032
2033 2003-01-16 [christoph]  0.8.8claws106
2034
2035         * src/prefs_gtk.c
2036         * src/prefs_toolbar.c
2037         * src/gtk/prefswindow.h
2038         * src/plugins/spamassassin/spamassassin_gtk.c
2039                 remove page destroy function that is not used anymore
2040
2041 2003-01-16 [paul]       0.8.8claws105
2042
2043         * sync with 0.8.8cvs9
2044                 see ChangeLog 2002-01-16
2045
2046 2003-01-16 [colin]      0.8.8claws104
2047
2048         * src/compose.[ch]
2049                 Fix bug with autosaved drafts for IMAP, when draft
2050                 folder is specified - fixes bugzilla bug #20
2051
2052 2003-01-15 [paul]       0.8.8claws103
2053
2054         * src/compose.[ch]
2055           src/procmsg.c
2056                 store folder and message-id of message forwarding
2057                 in queue header and set forward flag after sending
2058
2059 2003-01-15 [paul]       0.8.8claws102
2060
2061         * sync with 0.8.8cvs8
2062                 see ChangeLog 2002-01-15
2063
2064 2003-01-15 [colin]      0.8.8claws101
2065
2066         * src/Makefile.am
2067                 Fix linking with GNU libiconv
2068
2069 2003-01-15 [darko]      0.8.8claws100
2070
2071         * src/pine.c
2072                 fix crash when importing pine address book
2073                 entry with an empty name (reported by DY
2074                 <dybulk at tri8.net>)
2075
2076 2003-01-14 [paul]       0.8.8claws99
2077
2078         * configure.in  ** REMOVED **
2079           configure.ac  ** NEW FILE **
2080                 rename configure.in to configure.ac, as it is now
2081                 preferred
2082
2083 2003-01-14 [melvin]     0.8.8claws98
2084
2085         * src/folderview.c
2086                 folderview_check_new(): More precise function description
2087
2088 2003-01-14 [melvin]     0.8.8claws97
2089
2090         * src/folderview.c
2091                 folderview_check_new(): return the number of new messages 
2092                         since last check.
2093         * src/inc.c
2094                 inc_account_mail(): Disable counting of new messages for IMAP
2095                         and NNTP until bug [19] and [14] are fixed.
2096
2097 2003-01-14 [paul]       0.8.8claws96
2098
2099         * sync with 0.8.8cvs6
2100                 see ChangeLog 2003-01-14
2101
2102 2003-01-13 [alfons]     0.8.8claws95
2103
2104         * src/textview.c
2105                 tune email address validation (c. 0.8.8claws89): if . is 
2106                 just one char away from @, the address is invalid too 
2107                 (correctly rejects addresses like foo@.com)
2108
2109 2003-01-13 [paul]       0.8.8claws94
2110
2111         * src/messageview.c
2112           src/toolbar.c
2113                 fixes to the Message View toolbar and menu:
2114                 fix non-functioning Forward button
2115                 make Reply button consider default_reply_list
2116                 remove 'Follow-up...' menu entry
2117                 add 'Forward' and 'Redirect' menu entries
2118
2119 2003-01-13 [melvin]     0.8.8claws93
2120
2121         * src/inc.c
2122                 Fixed typo that could make new messages count incorrect.
2123
2124 2003-01-13 [melvin]     0.8.8claws92
2125
2126         * src/folderview.[ch]
2127                 folderview_check_new(): return the number of new messages.
2128         * src/inc.c
2129                 Should fix bug [14] where new mail notification worked 
2130                         incorrectly with IMAP accounts.
2131                 inc_spool_account(): return number of new msgs, or -1 on error
2132                 inc_all_spool(): return number of new msgs
2133                 
2134 2003-01-13 [melvin]     0.8.8claws91
2135
2136         * src/prefs_actions.c
2137                 Justify help text.
2138
2139 2003-01-12 [thorsten]   0.8.8claws90
2140
2141         * src/common/prefs.c
2142                 close file before rename
2143
2144 2003-01-12 [alfons]     0.8.8claws89
2145
2146         * AUTHORS
2147                 add Christian Mertes
2148         * src/common/utils.[ch]
2149                 g_stricase_hash(), g_stricase_equal(): functions for 
2150                 case insensitive hash tables
2151         * src/textview.c
2152                 use top level domain names to validate email address, based
2153                 on a patch by Christian Mertes (thanks!), but changed 
2154                 implementation to use a hash table 
2155
2156 2003-01-12 [paul]       0.8.8claws88
2157
2158         * po/bg.po
2159                 updated by George Danchev
2160
2161 2003-01-12 [alfons]     0.8.8claws87
2162
2163         * src/summaryview.c
2164                 delete / execute performance: use new style folder update
2165
2166 2003-01-12 [paul]       0.8.8claws86
2167
2168         * sync with 0.8.8cvs5
2169                 see ChangeLog 2003-01-13 (!)
2170
2171 2003-01-12 [alfons]     0.8.8claws85
2172
2173         * src/filtering.c
2174         * src/matcher_parser_parse.y
2175                 prepare change_score filtering action
2176         * src/matcher.[ch]
2177                 give up const-correctness on functions that call non-const-correct functions;
2178                 several casts to gpointer in g_free();
2179                 add change_score;
2180
2181 2003-01-12 [christoph]  0.8.8claws84
2182
2183         * src/compose.c
2184                 fix 2 warnings
2185
2186         * src/gtk/prefswindow.[ch]
2187         * src/plugins/spamassassin/spamassassin_gtk.c
2188                 changed the call of the widget create function
2189                 for PrefsPages, because sometimes the widget
2190                 create function needs a widget that already has
2191                 been attached to a window (to create GDK pixmaps
2192                 for exmaple). So we simply pass the GtkWindow as
2193                 the second parameter now.
2194
2195         * src/main.c
2196         * src/mainwindow.c
2197         * src/prefs_toolbar.[ch]
2198                 rewrite Toolbar Preferences using the new
2199                 prefs window
2200
2201 2003-01-11 [alfons]     0.8.8claws83
2202
2203         * src/addressadd.c
2204                 fix crash when adding sender to addressbook because status bar
2205                 isn't there (the status bar doesn't seem to be used though,
2206                 but I'll let Match decide what to do with it)
2207
2208 2003-01-11 [colin]      0.8.8claws82
2209
2210         * src/main.c
2211           src/toolbar.c
2212                 Two useless changes reversed
2213
2214 2003-01-11 [colin]      0.8.8claws81
2215
2216         * src/mainwindow.c
2217           src/mainwindow.h
2218                 Add mainwindow_get_mainwindow()
2219         * src/alertpanel.c
2220           src/alertpanel.h
2221                 Add alertpanel_error_log() 
2222         * src/compose.c
2223           src/inc.c
2224           src/messageview.c
2225           src/toolbar.c
2226           src/main.c
2227           src/procmsg.c
2228                 Network errors get a View Log button
2229
2230 2003-01-10 [alfons]     0.8.8claws80
2231
2232         * src/prefs_toolbar.c
2233         * src/toolbar.c
2234                 use the translatable string for "Separator" as file name for
2235                 separator toolbar items (probably make this uppercase?)
2236
2237 2003-01-10 [alfons]     0.8.8claws79
2238
2239         * src/prefs_toolbar.c
2240                 put right A_SEPARATOR description string in "displayed
2241                 toolbar items list" so manually added separators are
2242                 saved correctly (bug #10, "Adding a separator to the main 
2243                 toolbar fails, entry in xml file is wrong")
2244
2245 2003-01-10 [christoph]  0.8.8claws78
2246
2247         * src/imap.c
2248                 o fix warnings
2249                 o use CAPABILITY to check if NAMESPACE is available
2250
2251 2003-01-10 [christoph]  0.8.8claws77
2252
2253         * src/imap.[ch]
2254                 apply UIDPLUS IMAP extension support patch
2255
2256         Patch submitted by Simon 'corecode' Schubert
2257
2258 2003-01-10 [paul]       0.8.8claws76
2259
2260         * src/folderview.c
2261                 a sync from main which fixes the news account folders'
2262                 Properties bug
2263
2264 2003-01-10 [christoph]  0.8.8claws75
2265
2266         * src/folder.c
2267                 don't accept 0 as a valid uid returned by copy and move
2268                 functions. 0 means the message was copied or moved but the
2269                 new uid could not be fetched. It is not an error condition
2270                 for the copy or move operation.
2271
2272 2003-01-10 [paul]       0.8.8claws74
2273
2274         * src/prefs_filtering.c
2275                 change English used in Alert when entry is not
2276                 saved.
2277                 
2278         * sync with 0.8.8cvs4
2279                 see ChangeLog 2003-01-10
2280
2281 2003-01-10 [darko]      0.8.8claws73
2282
2283         * src/pine.c
2284                 fix crash when importing address book entry
2285                 without a valid address
2286
2287 2003-01-09 [alfons]     0.8.8claws72
2288
2289         * src/inc.c
2290                 filtering performance: use new style folder update
2291
2292 2003-01-09 [christoph]  0.8.8claws71
2293
2294         * src/compose.c
2295         * src/gtk/menu.[ch]
2296                 fix wrong selecting of mime encoding type, when
2297                 opening property dialog of attachments in the
2298                 compose window. 7bit was always selected and that
2299                 destoryed files with 8bit data.
2300                 (closes bug #9 Sylpheed-claws destroys attachments when
2301                  changing MIME-types)
2302
2303 2003-01-09 [paul]       0.8.8claws70
2304
2305         * sync with 0.8.8cvs3
2306                 see ChangeLog 2003-01-09
2307
2308 2003-01-08 [alfons]     0.8.8claws69
2309         
2310         * src/addressadd.c
2311                 apply patch by Kim Schulz to fix build breakage
2312                 because of missing variable
2313
2314 2003-01-08 [paul]       0.8.8claws68
2315
2316         * sync with 0.8.8cvs2
2317                 see ChangeLog 2002-01-08
2318
2319 2003-01-08 [paul]       0.8.8claws67
2320
2321         * po/it.po
2322                 updated by Alessandro Maestri
2323                 
2324         * src/addressadd.c
2325                 when using 'Add sender to addressbook' allow
2326                 name to be edited and remarks to be entered
2327                 Patch submitted by Luke Plant
2328
2329 2003-01-08 [darko]      0.8.8claws66
2330
2331         * README.claws, src/summaryview.c
2332                 fix description for marked messages
2333
2334 2003-01-08 [paul]
2335
2336         * tools/Makefile.am
2337           tools/launch_phoenix  ** NEW FILE **
2338                 add script that enables using Phoenix as the default
2339                 web browser. 
2340                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2341                 
2342         * tools/OOo2sylpheed.pl
2343                 remove full path to sylpheed executable, just 'sylpheed'
2344                 will do
2345                 
2346         * tools/README
2347                 add launch_phoenix informtion and re-arrange and compress
2348                 the data a little
2349
2350 2003-01-07 [christoph]  0.8.8claws65
2351
2352         * src/folder.c
2353                 fix update for source folder when moving messages
2354         * src/procmsg.[ch]
2355         * src/summaryview.c
2356                 use function to set to_folder for message infos and
2357                 automatically update the op_count for old and new
2358                 folder
2359
2360 2003-01-07 [melvin]     0.8.8claws64
2361
2362         * src/prefs_actions.c
2363                 Fixed bug where an '%p' Action on a displayed image crashed 
2364                         Sylpheed
2365                 Code clean up (get rid of duplicated code and removed unnecessary 
2366                                 structure member)
2367
2368 2003-01-07 [christoph]  0.8.8claws63
2369
2370         * src/compose.c
2371         * src/folder.[ch]
2372         * src/folderview.c
2373         * src/import.c
2374         * src/inc.c
2375         * src/main.c
2376         * src/mainwindow.c
2377         * src/messageview.c
2378         * src/prefs_folder_item.c
2379         * src/procmsg.c
2380         * src/summaryview.c
2381         * src/toolbar.c
2382                 o remove all folder update triggering from the UI code. The folder
2383                   system should know much better when a folder needs an update.
2384                 o to prevent multiple updates in a row the folder updates can be
2385                   frozen for some time.
2386
2387                 Note: - Please verify that no updates are missing
2388                       - Check where freeze/thaws should be added
2389
2390 2003-01-07 [christoph]  0.8.8claws62
2391
2392         * src/prefs_actions.c
2393                 don't translate empty strings
2394
2395         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2396
2397 2003-01-06 [christoph]  0.8.8claws61
2398
2399         * src/prefs_actions.c
2400                 mark strings for gettext
2401         * src/prefs_matcher.c
2402                 use new description window for Execute action and
2403                 match condition in Filtering
2404
2405         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2406
2407 2003-01-06 [alfons]     0.8.8claws60
2408
2409         keep myself inspired to re-organize matcher part 8; 
2410         yes, more to come (I need to move out the descriptive
2411         text for actions to matcher.c, or at least make it not
2412         depend on the wicked ordering)
2413
2414         * src/prefs_matcher.c
2415                 add documentation so others may comprehend the
2416                 UI part of the conditions
2417                 
2418 2003-01-06 [christoph]  0.8.8claws59
2419
2420         * src/prefs_actions.c
2421                 use new description window for syntax help
2422         * src/gtk/description_window.c
2423                 fix display of descriptions with column count != 2
2424
2425         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2426
2427 2003-01-06 [christoph]  0.8.8claws58
2428
2429         * src/quote_fmt.c
2430         * src/summaryview.[ch]
2431         * src/gtk/Makefile.am
2432         * src/gtk/description_window.[ch]       ** NEW **
2433                 use a generic window to display syntax descriptions
2434                 currently used in quote_fmt and summaryview (new description
2435                 for extended quick search)
2436
2437         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2438
2439 2003-01-06 [paul]       0.8.8claws57
2440
2441         * sync with 0.8.8cvs1
2442                 see ChangeLog 2003-01-06
2443
2444 2003-01-06 [christoph]  0.8.8claws56
2445
2446         * src/mainwindow.c
2447         * src/prefs_gtk.[ch]
2448         * src/gtk/prefswindow.[ch]
2449         * src/plugins/spamassassin/spamassassin_gtk.c
2450                 o remove page management from prefswindow, pages
2451                   will be an argument to prefswindow_open
2452                 o prefswindow_open gets a datapointer that is
2453                   passed to the widget_create function to allow
2454                   creation of prefswindow for specific items
2455
2456 2003-01-06 [colin]      0.8.8claws55
2457         
2458         * src/summaryview.c
2459                 We don't want regexp in the reply-finder, 
2460                 because MIDs can contain !,$,. and so on
2461
2462 2003-01-06 [jens]       0.8.8claws54
2463
2464         * src/jpilot.c
2465                 fixed a wrong free in jpilot_read_db_files
2466
2467 2003-01-06 [alfons]     0.8.8claws53
2468
2469         re-organize matcher part 8; more to come
2470        
2471         * src/matcher.c
2472                 matcherprop_to_string(): put g_free()s before the
2473                 switch-case break to fix memleaks                
2474
2475 2003-01-06 [colin]      0.8.8claws52
2476
2477         * src/summaryview.c
2478                 cleanup & reply-finder now displays the first 
2479                 matching message
2480
2481 2003-01-05 [alfons]     0.8.8claws51
2482
2483         re-organize matcher part 7; more to come
2484
2485         * src/matcher.[ch]
2486                 fixes for constant correctness;
2487                 more documentation;
2488
2489 2003-01-05 [alfons]     0.8.8claws50
2490
2491         re-organize matcher part 6; more to come
2492         
2493         * src/matcher.[ch]
2494                 fixes for constant correctness;
2495                 more documentation;
2496         * src/filtering.c
2497                 fix for constant correctness
2498
2499 2003-01-05 [colin]      0.8.8claws49
2500
2501         * src/account.[ch]
2502                 Add account_get_reply_account function
2503         * src/compose.c
2504                 Use account_get_reply_account function 
2505         * src/summaryview.c
2506                 Basic reply-finder - click on the replied
2507                 icon gets you to the outbox using quick-search
2508
2509 2003-01-05 [paul]       0.8.8claws48
2510
2511         * src/prefs_common.c
2512                 small change to English
2513                 
2514         * src/prefs_filtering.c
2515                 prefs_filtering_action_select(): improve logic and uniformity
2516                 of gui
2517
2518 2003-01-05 [alfons]     0.8.8claws47
2519
2520         fine tune solution to focus problems (bug #7)
2521
2522         * src/mainwindow.c
2523                 mainwindow_focus_in_event(): remove grab event check
2524         * src/summaryview.c
2525                 summary_button_pressed(): move selection on right-click
2526                 too. we can't possibly move the selection back after
2527                 canceling a dialog, because gtk's incomplete focus 
2528                 management. whether this is a good solution, only time
2529                 will tell.
2530
2531 2003-01-05 [christoph]  0.8.8claws46
2532
2533         * src/imap.c
2534                 fix crash when no imap connection could be established
2535
2536 2003-01-05 [paul]       0.8.8claws45
2537
2538         * src/mainwindow.c
2539           src/sumamryview.c
2540           src/gtk/menu.[ch]
2541                 fix bug 605957 'shortcuts in popup-menu'
2542                 make user-defined shortcuts work
2543                 show shortcuts that are already defined
2544                 in the main menu
2545                 Patch submitted by Luke Plant
2546
2547 2003-01-05 [alfons]     0.8.8claws44
2548
2549         * src/mainwindow.c
2550                 focus_in_event handler should not select summary view row 
2551                 when another window (menu, dialog) grabbed for events 
2552                 (bug #7, "[0.8.8claws42] Message summary focus") 
2553
2554 2003-01-04 [christoph]  0.8.8claws43
2555
2556         * src/procmsg.c
2557                 update save folder after adding the sent message
2558                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2559
2560 2003-01-02 [christoph]  0.8.8claws42
2561
2562         * src/common/plugin.c
2563                 fix unloading of all plugins and unload
2564                 plugins in reverse order
2565                 
2566         * src/gtk/pluginwindow.c
2567                 implement function of load and unload button
2568
2569         * src/gtk/prefswindow.c
2570         * src/gtk/prefswindow.h
2571                 rename register function and add new unregister
2572                 function
2573
2574         * src/plugins/spamassassin/spamassassin_gtk.c
2575                 unregister prefs page and update for changes in
2576                 src/gtk/prefswindow.c
2577
2578 2003-01-02 [paul]       0.8.8claws41
2579
2580         * po/es.po
2581                 updated by Ricardo Mones Lastra
2582
2583 2003-01-02 [paul]
2584
2585         * tools/tb2sylpheed
2586                 fixes and improvements by Urke MMI
2587
2588 2003-01-02 [thorsten]   0.8.8claws40
2589
2590         * src/procmsg.c
2591                 fixed wrong return value
2592
2593 2003-01-02 [thorsten]   0.8.8claws39
2594
2595         * src/prefs.c
2596                 fixed printing wrong variable
2597
2598 2003-01-02 [thorsten]   0.8.8claws38
2599
2600         * src/prefs.c
2601                 fixed acessing members of freed pfile struct
2602
2603 2003-01-02 [thorsten]   0.8.8claws37
2604
2605         * src/procmsg.c
2606                 detect loops across several messages
2607                 as suggested by Christoph Hohmann
2608
2609 2003-01-01 [match]      0.8.8claws36
2610
2611         * src/addrindex.c
2612                 fixed another memory leak.
2613
2614 2003-01-01 [match]      0.8.8claws35
2615
2616         * src/jpilot.[ch]
2617                 fixed memory leaks. applied Doxygen comments.
2618
2619 2003-01-01 [thorsten]   0.8.8claws34
2620
2621         * src/procmsg.c
2622                 inhibit endless loop if msg references itself
2623                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2624
2625 2003-01-01 [christoph]  0.8.8claws33
2626
2627         * src/mainwindow.c
2628         * src/gtk/Makefile.am
2629         * src/gtk/pluginwindow.c                ** NEW **
2630         * src/gtk/pluginwindow.h                ** NEW **
2631                 add plugin window
2632
2633         * src/plugins/demo/demo.c
2634         * src/plugins/spamassassin/spamassassin.c
2635         * src/plugins/spamassassin/spamassassin_gtk.c
2636                 write better plugin descriptions
2637
2638 2002-12-31 [christoph]  0.8.8claws32
2639
2640         * src/gtk/prefswindow.c
2641         * src/plugins/spamassassin/spamassassin_gtk.c
2642                 some small improvements to GTK code
2643
2644 2002-12-31 [christoph]  0.8.8claws31
2645
2646         * src/plugins/spamassassin/spamassassin_gtk.c
2647                 enable folder select button
2648
2649 2002-12-31 [christoph]  0.8.8claws30
2650
2651         * src/mainwindow.c
2652         * src/gtk/Makefile.am
2653         * src/gtk/prefswindow.c                         ** NEW **
2654         * src/gtk/prefswindow.h                         ** NEW **
2655                 add new prefs window
2656
2657         * src/common/plugin.c
2658                 don't try to load empty config lines
2659         
2660         * src/plugins/spamassassin/Makefile.am
2661         * src/plugins/spamassassin/spamassassin.c
2662         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2663         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2664                 GTK config for SpamAssassin Plugin using
2665                 the new prefs window
2666
2667 2002-12-31 [paul]       0.8.8claws29
2668
2669         * po/POTFILES.in
2670                 remove obsolete entry 'src/menu.c'
2671
2672 2002-12-31 [alfons]     0.8.8claws28
2673
2674         * src/matcher.[ch]
2675         * src/matcher_parser_parse.y
2676         * src/prefs_matcher.c
2677                 add "ignore_thread" and "~ignore_thread" condition so it's
2678                 possible to make the actions / scoring operate on the ignore
2679                 thread flag
2680
2681 2002-12-31 [christoph]  0.8.8claws27
2682
2683         * src/addrbook.c
2684         * src/addrindex.c
2685         * src/folder.c
2686         * src/matcher.c
2687         * src/prefs_account.c
2688         * src/prefs_actions.c
2689         * src/prefs_customheader.c
2690         * src/prefs_display_header.c
2691         * src/prefs_gtk.c
2692         * src/procmime.c
2693         * src/toolbar.c
2694         * src/xmlprops.c
2695         * src/common/prefs.[ch]
2696                 extend prefs file handling for reading and automatic handling
2697                 of blocks. When reading prefs_set_block_label will automatically
2698                 move on to the block. When writing it will copy all other blocks
2699                 automatically
2700
2701         * src/common/plugin.c
2702                 Now loading plugin filenames from [Plugins] block in
2703                 sylpheed rc file
2704
2705 2002-12-30 [christoph]  0.8.8claws26
2706
2707         * src/common/hooks.[ch]
2708                 return abort status to caller of hooks_invoke
2709                 
2710         * src/inc.[ch]
2711                 invoke message filtering hook and stop
2712                 default handling when filter returns abort
2713
2714         * src/common/plugin.[ch]
2715         * src/plugins/demo/demo.c
2716                 modify plugin loader, because resolving symbols for strings
2717                 does not work correctly
2718         
2719         * configure.in
2720         * ac/spamassassin.m4                            ** NEW **
2721         * src/plugins/spamassassin/.cvsignore           ** NEW **
2722         * src/plugins/spamassassin/Makefile.am          ** NEW **
2723         * src/plugins/spamassassin/README               ** NEW **
2724         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2725         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2726         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2727                 add spamassassin plugin, see src/plugins/spamassassin/README
2728                 for details
2729
2730 2002-12-29 [alfons]     0.8.8claws25
2731
2732         * src/mainwindow.c
2733                 when moving focus from a message view to the main 
2734                 window, don't forget to select the summary node
2735                 of the displayed message. should fix "[ 659103 ] 
2736                 focus-follows-mouse confuses sylpheed"
2737
2738 2002-12-29 [christoph]  0.8.8claws24
2739
2740         * src/Makefile.am
2741         * src/stringtable.[ch]          ** REMOVE **
2742         * src/common/Makefile.am
2743         * src/common/stringtable.[ch]   ** NEW **
2744                 move stringtable files to common directory
2745
2746 2002-12-29 [christoph]  0.8.8claws23
2747
2748         * src/Makefile.am
2749         * src/menu.[ch]                 ** REMOVE **
2750         * src/gtk/Makefile.am
2751         * src/gtk/menu.[ch]             ** NEW **
2752                 move menu files to gtk directory
2753
2754 2002-12-29 [match]      0.8.8claws22
2755
2756         * src/addressbook.c
2757         * src/syldap.c
2758                 moved UI specific code out of LDAP code into addressbook
2759                 UI code. fixed memory leak.
2760
2761 2002-12-29 [christoph]  0.8.8claws21
2762
2763         * src/folder.c
2764                 only check for IGNORED parent message when message is
2765                 not IGNORED itself
2766
2767 2002-12-29 [alfons]     0.8.8claws20
2768
2769         * src/summaryview.c
2770                 set gtksctree's anchor correct (immediate execute
2771                 changes the tree's layout, and anchor points at 
2772                 the incorrect row). fixes "[ 657233 ] multiple msg 
2773                 delete sometimes off by 1".
2774                 we probably have to look for more tree layout /
2775                 anchor glitches.
2776
2777 2002-12-29 [paul]       0.8.8claws19
2778
2779         * src/summaryview.c
2780                 fix bug [ 659054 ] incorrect sorting of 'From' column
2781                 when using 'display sender using address book'
2782                 thanks to Alfons and Luke Plant
2783
2784 2002-12-29 [christoph]  0.8.8claws18
2785
2786         * src/folder.c
2787         * src/procmsg.[ch]
2788                 check parent messages for IGNORE THREAD flag, when adding,
2789                 moving or copying messages to a folder
2790
2791 2002-12-27 [alfons]     0.8.8claws17
2792
2793         re-organize matcher part 5; more to come
2794
2795         * src/matcher.c
2796                 hash keywords in matchparser_tab 
2797
2798 2002-12-27 [alfons]     0.8.8claws16
2799
2800         re-organize matcher part 4; more to come
2801
2802         * src/matcher_parser.h
2803         * src/matcher_parser_lex.l
2804         * src/matcher_parser_parse.y
2805                 cleanup
2806
2807 2002-12-27 [alfons]     0.8.8claws15
2808
2809         re-organize matcher part 3; more to come
2810
2811         * src/matcher.[ch]
2812                 cleanup
2813
2814 2002-12-27 [alfons]     0.8.8claws14
2815
2816         re-organize matcher part 2; more to come but this should
2817         work. cc me if there are any regressions.
2818
2819         * src/matcher.h
2820                 add prototype for get_matchparser_tab_id()
2821         * src/matcher_parser_lex.l
2822                 look up keywords using matchparser_tab_id();
2823
2824 2002-12-27 [alfons]     0.8.8claws12
2825
2826         re-organize matcher part 1
2827
2828         * src/matcher.h
2829                 map yacc generated constants to sylpheed matcher constants
2830         * src/matcher.c
2831                 add function to find a matcher constant from a string
2832
2833 2002-12-27 [christoph]  0.8.8claws11
2834
2835         * src/compose.c
2836                 MENUITEM_ADD casts the 4th argument from integer to pointer
2837                 so it probably should not be a pointer, this means we
2838                 should use account id for it and not the account's pointer
2839
2840 2002-12-27 [paul]       0.8.8claws10
2841
2842         * src/mainwindow.c
2843                 remove unneeded 'GtkWidget *vbox'
2844                 
2845         * src/summaryview.c
2846                 further sync with 0.8.8 - make sort
2847                 by recipient work as expected
2848                 
2849         * NEWS
2850                 sync with 0.8.8
2851
2852 2002-12-27 [paul]       0.8.8claws9
2853
2854         * po/pt_BR.po
2855                 updated by Ivan F. Martinez
2856                 
2857 2002-12-27 [darko]      0.8.8claws8
2858
2859         * src/common/utils.c
2860                 added locked pattern to extended search
2861
2862 2002-12-27 [alfons]     0.8.8claws7
2863
2864         * src/prefs_matcher.[ch]
2865                 clean up
2866
2867 2002-12-26 [alfons]     0.8.8claws6
2868
2869         * src/matcher.[ch]
2870         * src/matcher_parser_lex.l
2871         * src/matcher_parser_parse.y
2872         * src/prefs_matcher.c
2873                 allow color label as a condition in the matcher
2874
2875 2002-12-26 [oliver]     0.8.8claws5
2876         
2877         * src/toolbar.c 
2878                 enable Addressbook for Main and Messageview
2879         * src/prefs_actions.c
2880                 enable actions in Messageview
2881
2882 2002-12-26 [christoph]  0.8.8claws4
2883
2884         * src/common/plugin.c
2885                 add a little debug output
2886         * configure.in
2887         * src/plugins/demo/Makefile.am
2888                 better use of automake
2889
2890 2002-12-26 [christoph]  0.8.8claws3
2891
2892         * src/Makefile.am
2893         * src/common/Makefile.am
2894                 fix "make distdir"
2895
2896 2002-12-26 [christoph]  0.8.8claws2
2897
2898         * configure.in
2899                 sort configure checks into common / gtk / plugins
2900         * po/POTFILES.in
2901                 add src/prefs_gtk.c
2902         * src/Makefile.am
2903                 add plugins SUBDIR
2904         * src/main.c
2905         * src/common/sylpheed.[ch]
2906                 added now sylpheed_done function for shutdown
2907         * src/common/Makefile.am
2908         * src/common/plugin.[ch]                ** NEW **
2909                 plugin loader and unloader
2910         * src/plugins/.cvsignore                ** NEW **
2911         * src/plugins/Makefile.am               ** NEW **
2912                 build plugins
2913         * src/plugins/demo/.cvsignore           ** NEW **
2914         * src/plugins/demo/Makefile.am          ** NEW **
2915         * src/plugins/demo/demo.c               ** NEW **
2916                 small demo plugin that installs a logtext hook and
2917                 outputs the log text to stdout
2918
2919 2002-12-26 [paul]       0.8.8claws1
2920
2921         * po/es.po
2922                 updated by Ricardo Mones Lastra
2923
2924 2002-12-26 [paul]       0.8.8claws
2925
2926         * 0.8.8claws released
2927
2928 2002-12-26 [paul]       0.8.7claws12
2929
2930         * po/bg.po
2931                 updated by George Danchev
2932
2933 2002-12-26 [paul]       0.8.7claws11
2934
2935         * po/POTFILES.in
2936                 remove unneeded 'src/prefs.c' entry 
2937
2938 2002-12-26 [paul]       0.8.7claws10
2939
2940         * src/codeconv.c
2941           src/mainwindow.c
2942                 sync with 0.8.8 release
2943         
2944         * src/folder.[ch]
2945           src/mh.c
2946           src/summaryview.c
2947                 partial sync with 0.8.8 release
2948         
2949
2950 2002-12-25 [alfons]     0.8.7claws9
2951
2952         * src/matcher.[ch]
2953         * src/matcher_parser_lex.l
2954         * src/matcher_parser_parse.y
2955         * src/prefs_matcher.c
2956                 add locked flag to possible filtering / matcher 
2957                 conditions (also a good example what should be
2958                 done to add a simple boolean condition)
2959
2960 2002-12-25 [christoph]  0.8.7claws8
2961
2962         * src/Makefile.am
2963         * src/account.[ch]
2964         * src/addrbook.c
2965         * src/addressbook.c
2966         * src/addrindex.c
2967         * src/filtering.c
2968         * src/folder.c
2969         * src/matcher.c
2970         * src/prefs.[ch]                ** REMOVE **
2971         * src/prefs_account.c
2972         * src/prefs_actions.c
2973         * src/prefs_common.c
2974         * src/prefs_customheader.c
2975         * src/prefs_display_header.c
2976         * src/prefs_filtering.c
2977         * src/prefs_folder_item.c
2978         * src/prefs_gtk.[ch]            ** NEW **
2979         * src/prefs_matcher.c
2980         * src/prefs_scoring.c
2981         * src/prefs_summary_column.c
2982         * src/procmime.c
2983         * src/selective_download.c
2984         * src/toolbar.c
2985         * src/common/Makefile.am
2986         * src/common/prefs.[ch]         ** NEW **
2987                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2988
2989 2002-12-24 [alfons]     0.8.7claws7
2990
2991         * src/summaryview.c
2992                 summary_thread_build(): fix real cause of the crash mentioned in
2993                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2994                 this way we get meaningful ctree nodes 
2995
2996 2002-12-24 [oliver]     0.8.7claws6
2997
2998         * src/mainwindow.[ch]
2999         * src/messageview.[ch]
3000         * src/compose.[ch]
3001         * src/inc.c
3002         * src/summaryview.c
3003                 changes to use updated toolbar handling
3004                 
3005 2002-12-24 [oliver]     0.8.7claws5
3006
3007         * src/toolbar.[ch]
3008                 generic toolbar handling
3009                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3010         * src/prefs_toolbar.[ch]
3011                 adjust to handling
3012         
3013 2002-12-24 [oliver]     0.8.7claws4
3014         
3015         * src/stock_pixmap.[ch]
3016                 move SYLPHEED_LOGO to end of list in order 
3017                 to remove it from Custom Toolbar`s Icon View
3018
3019 2002-12-24 [alfons]     0.8.7claws3
3020
3021         * src/summaryview.c
3022                 summary_thread_build(): fix crash because of focus != selection 
3023                 after threading. when deleting the selection, gtk tries but fails 
3024                 to find the correct focusable element. we now force the selection
3025                 to be focused. this should solve the infamous bug reported by 
3026                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3027                 a test case is available. 
3028
3029 2002-12-24 [darko]      0.8.7claws2
3030
3031         * src/summaryview.c
3032                 don't crash when unmarking message with unread children
3033
3034 2002-12-23 [christoph]  0.8.7claws1
3035
3036         * src/Makefile.am
3037         * src/common/Makefile.am
3038                 update Makefiles for moved intl.h, version.h and defs.h
3039         * src/imap.c
3040                 rewrite imap_session_get to avoid duplicate code
3041
3042 2002-12-23 [paul]       0.8.7claws
3043
3044         * Santa-Claws released
3045         
3046         * po/hu.po
3047           po/ru.po
3048                 squeeze in updated Hungarian and Russian translations.
3049                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3050
3051 2002-12-23 [paul]       0.8.6claws129
3052
3053         * po/pl.po
3054                 updated by Witold Wladyslaw Wojciech Wilk
3055
3056 2002-12-23 [paul]       0.8.6claws128
3057
3058         * src/quote_fmt_parse.y
3059                 fix typo and add licence header
3060
3061 2002-12-23 [paul]       0.8.6claws127
3062
3063         * po/en_GB.po
3064                 updated
3065
3066 2002-12-23 [paul]       0.8.6claws126
3067
3068         * po/it.po
3069                 updated translation, submitted by Alessandro Maestri
3070                 
3071 2002-12-23 [paul]       0.8.6claws125
3072
3073         * src/quote_fmt_parse.y
3074                 fix signature-stripping on replies bug. match
3075                 '-- \n' and not '-- '.
3076
3077 2002-12-22 [paul]       0.8.6claws124
3078
3079         * po/bg.po
3080           po/es.po
3081           po/sr.po
3082                 updated translations. submitted by George Danchev,
3083                 Ricardo Mones Lastra, and Urke MMI respectively
3084
3085 2002-12-21 [paul]       0.8.6claws123
3086
3087         * src/addrbook.c
3088                 fix coding style
3089
3090 2002-12-21 [paul]       0.8.6claws122
3091
3092         * src/addrbook.c
3093                 fix bug [643638] where if a person is in one or more
3094                 addressbook groups editing that person's email 
3095                 address results in removal from those groups.
3096                 Patch submitted by Luke Plant.
3097
3098 2002-12-20 [christoph]  0.8.6claws121
3099
3100         * src/common/utils.c
3101         * src/summaryview.c
3102                 reimplement expand_search_string using GString to
3103                 prevent crashs caused by miscalculated string
3104                 lengths reported by Paul
3105
3106 2002-12-20 [christoph]  0.8.6claws120
3107
3108         * src/summaryview.c
3109                 don't use "changed" to check if op_count has to be changed as it
3110                 is also set when the message has unread children
3111                 (closes bug [ 653221 ] crash while deleting duplicates)
3112
3113 2002-12-20 [paul]       0.8.6claws119
3114
3115         * sync with 0.8.6cvs27
3116                 see ChangeLog 2002-12-20
3117
3118 2002-12-20 [paul]       0.8.6claws118
3119
3120         * sync with 0.8.6cvs26
3121                 see ChangeLog 2002-12-19 and 2002-12-20
3122
3123 2002-12-19 [alfons]     0.8.6claws117
3124
3125         * src/textview.c
3126                 fix incorrect parsing of email addresses, submitted by 
3127                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3128                 name display if it contains @".
3129
3130 2002-12-18 [paul]       0.8.6claws116
3131
3132         * sync with 0.8.6cvs23
3133                 see ChangeLog 2002-12-18
3134
3135 2002-12-18 [paul]       0.8.6claws115
3136
3137         * src/Makefile.am
3138         * src/account.c
3139         * src/codeconv.c
3140         * src/gtkutils.[ch]
3141         * src/imap.c
3142                 sync with 0.8.6cvs22.
3143                 see ChangeLog 2002-12-17 and 2002-12-18
3144
3145 2002-12-17 [christoph]  0.8.6claws114
3146
3147         * src/imap.c
3148                 o don't create a session if imap greeting fails
3149                 o don't close socket when authentication fails
3150                   this is done by imap_session_destroy
3151
3152 2002-12-17 [thorsten]   0.8.6claws113
3153
3154         * tools/Makefile.am
3155           tools/README
3156           tools/google_msgid.pl ** NEW FILE **
3157                 Added "search for message-id" script and doc
3158
3159 2002-12-17 [thorsten]   0.8.6claws112
3160
3161         * po/hu.po
3162                 Updated hungarian translation
3163                 (updated by Gal Zoltan)
3164
3165 2002-12-16 [christoph]  0.8.6claws111
3166
3167         * src/addr_compl.c
3168                 remove stupid addressbook dump to debug output
3169         * src/mh.c
3170                 fix memory leak found by Hiro
3171
3172 2002-12-14 [paul]       0.8.6claws110
3173
3174         * src/compose.c
3175                 fix menubar sensitivity on send
3176                 
3177         * src/prefs_filtering.c
3178         * src/prefs_matcher.c
3179         * src/prefs_scoring.c
3180                 Fix english ;)
3181                 
3182         * src/common/quoted-printable.h
3183                 sync: fix typo
3184         
3185 2002-12-13 [christoph]  0.8.6claws109
3186
3187         * src/Makefile.am
3188         * src/manage_window.[ch]        ** REMOVE **
3189         * src/gtk/Makefile.am
3190         * src/gtk/manage_window.[ch]    ** NEW **
3191                 move manage_window files to gtk directory
3192
3193 2002-12-13 [christoph]  0.8.6claws108
3194
3195         * src/Makefile.am
3196         * src/gtkshruler.[ch]           ** REMOVE **
3197         * src/gtk/Makefile.am
3198         * src/gtk/gtkshruler.[ch]       ** NEW **
3199                 move gtkshruler files to gtk directory
3200
3201 2002-12-13 [christoph]  0.8.6claws107
3202
3203         * src/Makefile.am
3204         * src/compose.c
3205         * src/gtkstext.[ch]             ** REMOVE **
3206         * src/gtkutils.[ch]
3207         * src/textview.c
3208         * src/gtk/gtkstext.[ch]         ** NEW **
3209         * src/gtk/Makefile.am
3210                 o move stext functions to gtkstext.c to remove
3211                   dependency of gtkutils
3212                 o move gtkstext files to gtk directory
3213
3214         * src/gtk/Makefile.am
3215         * src/gtk/sslcertwindow.[ch]
3216                 UI stuff can always depend on common code so
3217                 it's ok to add ../common to include path
3218
3219 2002-12-13 [colin]      0.8.6claws106
3220
3221         * src/summaryview.c
3222                 Disconnect sighandlers for mainwindow when
3223                 quicksearch has the focus
3224                 Fix bug #653231
3225         * src/mainwindow.[ch]
3226                 Make key_pressed callback public, to be able
3227                 to disconnect it
3228
3229 2002-12-13 [christoph]  0.8.6claws105
3230
3231         * src/mh.c
3232                 create .mh_sequences file in new MH folders
3233                 (closes feature request [ 523162 ] MH folders should
3234                  get a .mh_sequences)
3235
3236 2002-12-13 [colin]      0.8.6claws104
3237
3238         * src/summaryview.c
3239                 Better handling of quicksearch show/hide
3240                 (basically the button stays under the mouse 
3241                  when toggled)
3242
3243 2002-12-13 [paul]       0.8.6claws103
3244
3245         * sync with 0.8.6cvs17
3246                 see ChangeLog 2002-12-13
3247
3248 2002-12-13 [paul]       0.8.6claws102
3249
3250         * po/es.po
3251                 updated by Ricardo Mones Lastra
3252
3253 2002-12-11 [colin]       0.8.6claws101
3254
3255         * src/folder.c
3256                 remove statusbar stuff
3257           src/folderview.c
3258                 set statusbar verbosity when moving folders
3259
3260 2002-12-11 [colin]       0.8.6claws100
3261         * src/prefs_filtering.c
3262         * src/prefs_matcher.c
3263         * src/prefs_scoring.c
3264                 Fix english ;)
3265
3266 2002-12-11 [colin]       0.8.6claws99
3267
3268         * src/prefs_common.[ch]
3269                 Add summary_quicksearch_type
3270         * src/summaryview.c
3271                 Save last used quicksearch type
3272
3273 2002-12-11 [jens]       0.8.6claws98
3274         * src/prefs_filtering.c
3275         * src/prefs_matcher.c
3276         * src/prefs_scoring.c
3277                 added dialog for incomplete rules in scoring, filtering and
3278                 matcher to ask wheather really close
3279
3280 2002-12-11 [colin]      0.8.6claws97
3281
3282         * src/folder.c
3283                 Fix folder dnd statusbar logging
3284
3285 2002-12-10 [christoph]  0.8.6claws96
3286
3287         * src/compose.c
3288         * src/folder.c
3289         * src/imap.c
3290         * src/inc.c
3291         * src/main.c
3292         * src/mainwindow.c
3293         * src/news.c
3294         * src/send.c
3295         * src/statusbar.[ch]
3296         * src/common/hooks.c
3297         * src/common/log.[ch]
3298                 o handle verbose logging in statusbar directly in statusbar code
3299                   and common code does not need any knowledge about a statusbar
3300                 o remove direct calls to statusbar_(puts|pop)_all functions
3301
3302 2002-12-10 [jens]       0.8.6claws95
3303
3304         * src/*.c
3305                 removed gettext from g_warnings
3306         * po/POTFILES.in
3307                 cleaned and updated
3308         * po/de.po
3309                 updated
3310
3311 2002-12-10 [colin]      0.8.6claws94
3312
3313         * src/main.c
3314                 finish crash dialog fix
3315
3316 2002-12-10 [colin]      0.8.6claws93
3317
3318         * src/main.c
3319                 "Fix" "sylpheed already running" instead of
3320                 crash dialog appearing after a crash
3321
3322 2002-12-10 [colin]      0.8.6claws92
3323
3324         * po/POTFILES.in
3325                 add src/gtk/sslcertwindow.c
3326
3327 2002-12-10 [paul]       0.8.6claws91
3328
3329         * po/POTFILES.in
3330                 updated to reflect recent changes
3331                 submitted by Alessandro Maestri
3332
3333 2002-12-09 [christoph]  0.8.6claws90
3334
3335         * src/Makefile.am
3336         * src/smtp.[ch]                 ** REMOVE **
3337         * src/common/Makefile.am
3338         * src/common/smtp.[ch]          ** NEW **
3339                 move smtp files to common directory
3340
3341 2002-12-09 [christoph]  0.8.6claws89
3342
3343         * src/Makefile.am
3344         * src/session.[ch]              ** REMOVE **
3345         * src/common/Makefile.am
3346         * src/common/session.[ch]       ** NEW **
3347                 move session files to common directory
3348
3349 2002-12-09 [paul]       0.8.6claws88
3350
3351         * src/account.c
3352                 fix bug [649746] edit accounts: move account reverted
3353                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3354
3355 2002-12-09 [colin]      0.8.6claws87
3356
3357         * src/ssl_certificate.c
3358                 cleanup
3359
3360 2002-12-09 [colin]      0.8.6claws86
3361
3362         * src/ssl.c
3363                 Try to open the cert.pem database and 
3364                 issue a warning if it isn't there
3365
3366 2002-12-09 [colin]      0.8.6claws85
3367
3368         * src/common/ssl_certificate.c
3369         * src/gtk/sslcertwindow.c
3370                 Warning fixes
3371
3372 2002-12-09 [colin]      0.8.6claws84
3373
3374         * src/ssl_certificate.[ch] ** REMOVED **
3375         * src/common/ssl_certificate.[ch] ** NEW **
3376         * src/Makefile.am
3377         * src/common/Makefile.am
3378                 Moved ssl_certificate.[ch] to common
3379         * src/common/ssl.c 
3380                 Put back needed include
3381         * src/gtk/sslcertwindow.[ch]
3382                 Changed ssl_certificate.h include
3383         
3384 2002-12-09 [colin]      0.8.6claws83
3385
3386         * src/gtk/sslcertwindow.[ch]
3387                 Implement hook for certificate acception
3388         * src/ssl_certificate.[ch]
3389                 Implement hook for certificate acception
3390         * src/common/ssl.c
3391                 Reenable certificate acception check
3392         * src/mainwindow.c
3393                 Register sslcertwindow's hook
3394         
3395 2002-12-08 [christoph]  0.8.6claws82
3396
3397         * src/about.c
3398         * src/addr_compl.c
3399         * src/codeconv.c
3400         * src/manual.c
3401         * src/undo.c
3402         * src/common/utils.c
3403                 o add missing includes
3404                 o fix warnings
3405         * src/.cvsignore
3406         * src/common/.cvsignore
3407         * src/common/version.h          ** REMOVE **
3408                 remove autogenerated file
3409
3410 2002-12-08 [paul]       0.8.6claws81
3411
3412         * src/stringtable.c
3413                 put back needed include
3414
3415 2002-12-08 [colin]      0.8.6claws80
3416         
3417         * src/gtk/sslcertwindow.c
3418                 Cleaner popups when asking
3419         * src/ssl_certificate.c
3420         * src/prefs_common.[ch]
3421                 remove ssl certificate pref
3422                 put back needed include
3423         * src/undo.c
3424                 put back needed include
3425
3426 2002-12-08 [christoph]  0.8.6claws79
3427
3428         * src/folderview.c
3429         * src/logwindow.c
3430         * src/statusbar.c
3431         * src/summaryview.c
3432                 only abort hook invokation if required data is missing not
3433                 if our own data pointer is NULL, update hookfunction for
3434                 log window
3435
3436 2002-12-08 [paul]       0.8.6claws78
3437
3438         * src/about.c
3439         * src/addrcache.c
3440         * src/addrclip.c
3441         * src/addr_compl.c
3442         * src/addrselect.c
3443         * src/codeconv.c
3444         * src/colorlabel.c
3445         * src/enriched.c
3446         * src/esmtp.c
3447         * src/exporthtml.c
3448         * src/headerview.c
3449         * src/imageview.c
3450         * src/manual.c
3451         * src/noticeview.c
3452         * src/pgptext.c
3453         * src/scoring.c
3454         * src/sourcewindow.c
3455         * src/stringtable.c
3456         * src/undo.c
3457                 clean up: remove unneccesary includes
3458
3459 2002-12-08 [christoph]  0.8.6claws77
3460
3461         * src/folderview.c
3462         * src/statusbar.c
3463         * src/summaryview.c
3464         * src/common/hooks.[ch]
3465                 hook functions now have a gboolean return value, if a hook
3466                 returns TRUE it will stop executing of any more hooks in
3467                 the same hooklist for this invokation
3468
3469 2002-12-08 [colin]      0.8.6claws76
3470         
3471         * src/main.c
3472                 put back argv0 for CRASH_DIALOG
3473
3474 2002-12-08 [christoph]  0.8.6claws75
3475
3476         * src/Makefile.am
3477         * src/about.c
3478         * src/account.c
3479         * src/crash.c
3480         * src/esmtp.h
3481         * src/imap.[ch]
3482         * src/inc.c
3483         * src/main.c
3484         * src/mainwindow.c
3485         * src/news.c
3486         * src/pop.[ch]
3487         * src/prefs_account.[ch]
3488         * src/prefs_common.[ch]
3489         * src/send.[ch]
3490         * src/smtp.[ch]
3491         * src/ssl_certificate.[ch]
3492         * src/ssl_manager.[ch]
3493         * src/common/Makefile.am
3494         * src/common/log.c
3495         * src/common/nntp.[ch]
3496         * src/common/socket.[ch]
3497         * src/common/ssl.[ch]
3498         * src/gtk/sslcertwindow.[ch]
3499         * ac/openssl.m4
3500                 use new autoconf script to detect OpenSSL with extra parameters
3501                 to specify the location of libs and includes, also remove USE_SSL
3502                 to USE_OPENSSL
3503
3504         * src/common/sylpheed.[ch]
3505         * src/common/version.h.in
3506                 start seperation of common code initialization seperated from gui
3507
3508         * src/summaryview.c
3509                 The function that is called when a color label changes
3510                 should not change the color lable again
3511
3512 2002-12-08 [colin]      0.8.6claws74
3513
3514         * src/gtk/sslcertwindow.c
3515                 warning fixes
3516
3517 2002-12-08 [colin]      0.8.6claws73
3518
3519         * src/statusbar.c
3520           src/common/log.h
3521                 Register a hook for statusbar_puts_all
3522         * src/common/log.c
3523                 invoke statusbar_puts_all's hook
3524         
3525 2002-12-08 [colin]      0.8.6claws72
3526
3527         * src/ssl_certificate.c
3528                 Put back a badly-removed include
3529
3530 2002-12-08 [colin]      0.8.6claws71
3531
3532         * src/gtk/sslcertwindow.[ch]    ** NEW **
3533                 new certificate presentation
3534         * src/gtk/Makefile.am
3535                 add new files
3536         * src/ssl_certificate.[ch]
3537                 gtk cleanup, made utility functions public
3538         * src/ssl_manager.c
3539                 use new cert presentation
3540
3541 2002-12-07 [christoph]  0.8.6claws70
3542
3543         * src/Makefile.am
3544         * src/nntp.[ch]                 ** REMOVE **
3545         * src/common/Makefile.am
3546         * src/common/nntp.[ch]          ** NEW **
3547                 move nntp files to common directory
3548
3549 2002-12-07 [christoph]  0.8.6claws69
3550
3551         * src/procmsg.[ch]
3552         * src/summaryview.c
3553                 implement msginfo update callback using sylpheed's new
3554                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3555
3556 2002-12-06 [christoph]  0.8.6claws68
3557
3558         * src/editgroup.c
3559                 This patch changes the 'Edit Group Details' dialog to
3560                 allow extended selections in either pane, so that
3561                 addresses can be added or removed from a group more
3562                 quickly and easily. (it actually is a net decrease in
3563                 file size, as some unnecessary functions have been
3564                 removed). 
3565                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3566
3567 2002-12-06 [christoph]  0.8.6claws67
3568
3569         * src/Makefile.am
3570         * src/template.[ch]             ** REMOVE **
3571         * src/common/Makefile.am
3572         * src/common/template.[ch]      ** NEW **
3573                 move template files to common directory
3574
3575         * src/nntp.c
3576                 add missing log.h include
3577
3578 2002-12-06 [melvin]     0.8.6claws66
3579
3580         * src/prefs_actions.c
3581                 Added the trailing ">" syntax to insert command's output
3582                 without replacing old text (in contrast to trailing "|").
3583
3584 2002-12-05 [colin]      0.8.6claws65
3585         
3586         * src/common/utils.c
3587                 Don't modify original search_string or it'll change
3588                 the next iterations in the for()
3589
3590 2002-12-05 [darko]      0.8.6claws64
3591
3592         * src/common/utils.c
3593                 proper check for filtering commands, found by Colin
3594
3595 2002-12-05 [darko]      0.8.6claws63
3596
3597         * src/common/utils.c
3598                 check proper string for NULL pointer, found by Colin
3599
3600 2002-12-05 [darko]      0.8.6claws62
3601
3602         * src/common/utils.[ch]
3603                 expand_search_string(): new function
3604                 converts Mutt-like patterns to Sylpheed's
3605                 filtering engine
3606         * src/summaryview.c
3607                 use expand_search_string() to allow Mutt-like
3608                 patterns in extended search
3609         * README.claws
3610                 document extended option in quick search
3611
3612 2002-12-05 [paul]       0.8.6claws61
3613
3614         * sync with 0.8.6cvs16
3615                 see ChangeLog 2002-12-05
3616                 
3617         * po/POTFILES.in
3618                 clean up
3619
3620 2002-12-04 [christoph]  0.8.6claws60
3621
3622         * src/imap.[ch]
3623                 put imap authentication code into a new function and
3624                 remove it from imap_session_new that will allow to
3625                 send other commands before authentication
3626
3627 2002-12-04 [christoph]  0.8.6claws59
3628
3629         * src/imap.[ch]
3630                 use already existing method to prevent unneeded IMAP
3631                 folder selects. Set imap_select parameters to NULL
3632                 in some functions if the values are not required.
3633
3634         * src/xml.h
3635                 remove no longer required include
3636
3637 2002-12-04 [paul]       0.8.6claws58
3638
3639         * po/es.po
3640                 updated by Ricardo Mones Lastra
3641                 
3642         * configure.in
3643           po/hu.po      ** NEW FILE **
3644                 initial Hungarian translation, submitted
3645                 by Gál Zoltán <galzoli@hu.inter.net>
3646
3647 2002-12-03 [christoph]  0.8.6claws57
3648
3649         * src/Makefile.am
3650         * src/gtksctree.[ch]            ** REMOVE **
3651         * src/gtk/Makefile.am
3652         * src/gtk/gtksctree.[ch]        ** NEW **
3653                 move gtksctree files to gtk directory
3654
3655 2002-12-03 [christoph]  0.8.6claws56
3656
3657         * src/Makefile.am
3658         * src/md5.[ch]                  ** REMOVE **
3659         * srm/common/Makefile.am
3660         * src/common/md5.[ch]           ** NEW **
3661                 move md5 files to common directory
3662
3663         * src/gtkstext.c
3664                 remove not required #include
3665
3666 2002-12-03 [sergey]     0.8.6claws55
3667
3668         * src/gtkutils.c
3669         * src/gtkutils.h
3670                 gtkut_window_popup(): new function.
3671         * src/mainwindow.c
3672                 main_window_popup(): use gtkut_window_popup() to raise
3673                 window without changing its position.
3674                 (see sylpheed-main ML message [sylpheed:17247])
3675
3676 2002-12-03 [sergey]     0.8.6claws54
3677
3678         * src/send.c
3679                 send_message_local(): removed first-dot escaping
3680                 (SMTP-only, not needed for sending through pipe)
3681
3682 2002-12-03 [paul]       0.8.6claws53
3683
3684         * po/POTFILES.in
3685                 update to reflect recent changes (thanks
3686                 to Ricardo Mones Lastra)
3687                 
3688         * tools/filter_conv.pl
3689                  fix problem with quoted strings. Patch submitted
3690                  by Luke Plant <lukeplant@softhome.net>
3691
3692 2002-12-03 [paul]       0.8.6claws52
3693
3694         * sync with 0.8.6cvs15
3695                 see ChangeLog 2002-12-03
3696
3697 2002-12-02 [christoph]  0.8.6claws51
3698
3699         * src/logwindow.[ch]
3700         * src/common/log.[ch]
3701                 implement logging using a hook function
3702
3703         * src/folderview.c
3704         * src/folder.[ch]
3705                 define hooklist name in header file to avoid
3706                 errors caused by wrong spelling of hooklist names
3707
3708         * src/toolbar.c
3709                 fix warnings
3710
3711 2002-12-02 [christoph]  0.8.6claws50
3712
3713         * src/common/Makefile.am
3714                 add src/common/hooks.[ch]
3715
3716         * src/common/hooks.[ch]
3717                 implement a simple hook system using glib's hook functions
3718
3719         * src/folder.[ch]
3720         * src/folderview.c
3721                 use new hook system for folder item updates
3722
3723 2002-12-02 [christoph]  0.8.6claws49
3724
3725         * doc-src/ui_seperation.txt     ** NEW **
3726                 information for ui seperation
3727
3728         * src/Makefile.am
3729                 remove files that were moved to common
3730                 include common directory by default for the header files
3731
3732         * src/inc.c
3733         * src/common/socket.c
3734         * src/automaton.[ch]
3735                 implement automaton using g_io_*-functions instead of
3736                 gdk_input_add to make it ui independent
3737
3738         * src/codeconv.c
3739         * src/compose.c
3740         * src/ldif.c
3741         * src/pgptext.c
3742         * src/procmime.c
3743         * src/rfc2015.c
3744         * src/smtp.c
3745         * src/unmime.c
3746                 remove common/ prefix because directory is now in
3747                 include path
3748
3749         * src/compose.c
3750         * src/folder.c
3751         * src/folderview.c
3752         * src/mainwindow.c
3753         * src/messageview.c
3754         * src/prefs_common.c
3755         * src/procmsg.c
3756         * src/rfc2015.c
3757                 fix warnings
3758
3759         * src/imap.c
3760         * src/inc.c
3761         * src/news.c
3762         * src/pop.c
3763         * src/send.c
3764         * src/smtp.c
3765         * src/ssl_certificate.c
3766                 add log.h header file for logging functions
3767
3768         * src/main.c
3769         * src/common/utils.c
3770         * src/summaryview.c
3771         * src/xml.c
3772                 o move debug_mode to common/utils.c
3773                 o add functions to set and get debug_mode
3774
3775         * src/defs.h                    ** REMOVE **
3776         * src/intl.h                    ** REMOVE **
3777         * src/socket.[ch]               ** REMOVE **
3778         * src/ssl.[ch]                  ** REMOVE **
3779         * src/utils.[ch]                ** REMOVE **
3780                 replaced by new files in src/common/
3781         
3782         * src/common/Makefile.am
3783                 add new files in src/common/
3784
3785         * src/common/defs.h             ** NEW **
3786         * src/common/intl.h             ** NEW **
3787         * src/common/log.[ch]           ** NEW **
3788         * src/common/socket.[ch]        ** NEW **
3789         * src/common/ssl.[ch]           ** NEW **
3790         * src/common/utils.[ch]         ** NEW **
3791                 replacement for files in src/
3792
3793 2002-12-02 [colin]      0.8.6claws48
3794
3795         * src/folderview.c
3796                 Scroll folderview if necessary during dnd
3797
3798 2002-12-02 [colin]      0.8.6claws47
3799
3800         * src/folder.[ch]
3801                 Add check to verify a move is within a single mailbox
3802         * src/folderview.c
3803                 Add specific error string for this check
3804
3805 2002-12-02 [colin]      0.8.6claws46
3806
3807         * src/folder.c
3808                 Add a test to folder moving, remove a statusbar_print
3809         * src/folderview.c
3810                 Add Move folder... context-menu item
3811                 Factorize folder moving code
3812                 Enable folder DND for mbox
3813
3814 2002-12-01 [christoph]  0.8.6claws45
3815
3816         * ac/aspell.m4
3817                 remove conf.aspelltest if the version check fails
3818
3819 2002-11-30 [christoph]  0.8.6claws44
3820
3821         * autogen.sh
3822                 run libtoolize --force in autogen to create missing
3823                 libtool scripts
3824
3825 2002-11-30 [christoph]  0.8.6claws43
3826
3827         * src/Makefile.am
3828         * src/pgptext.c
3829         * src/procmime.c
3830         * src/rfc2015.c
3831         * src/uuencode.[ch]             ** REMOVED **
3832         * src/common/Makefile.am
3833         * src/common/uuencode.[ch]      ** NEW **
3834                 move uuen/decoder to common directory
3835
3836 2002-11-30 [christoph]  0.8.6claws42
3837
3838         * src/Makefile.am
3839         * src/base64.[ch]               ** REMOVED **
3840         * src/codeconv.c
3841         * src/compose.c
3842         * src/ldif.c
3843         * src/pgptext.c
3844         * src/procmime.c
3845         * src/rfc2015.c
3846         * src/smtp.c
3847         * src/unmime.c
3848         * src/common/Makefile.am
3849         * src/common/base64.[ch]        ** NEW **
3850                 move base64 en/decoder to common directory
3851
3852 2002-11-30 [christoph]  0.8.6claws41
3853
3854         * src/common                    ** NEW **
3855                 new directory for UI independent code
3856         * src/gtk                       ** NEW **
3857                 new directory for GTK frontend
3858         * src/common/.cvsignore         ** NEW **
3859         * src/gtk/.cvsignore            ** NEW **
3860                 ignore build files
3861         * src/common/Makefile.am        ** NEW **
3862         * src/gtk/Makefile.am           ** NEW **
3863                 automake files to build new seperated stuff
3864         * src/Makefile.am
3865                 the binary will currently still be build with the
3866                 files in src, so we include the code from the
3867                 subdirs for now after building the libs there
3868
3869 2002-11-30 [paul]       0.8.6claws40
3870
3871         * src/compose.c
3872                 fix bug [642731] 'Wrong selected account with drafted mail'
3873
3874 2002-11-29 [oliver]     0.8.6claws39
3875         
3876         * src/messageview.c
3877                 o update summaryview when switching between different
3878                   messageviews          
3879         * src/toolbar.c  
3880                 o check if messageview holds already removed msg
3881                   from summaryview
3882                 
3883
3884 2002-11-29 [oliver]     0.8.6claws38
3885
3886         * src/toolbar.c 
3887                 remove not needed variables and includes
3888                 make messageview stay opened and move to next when msgs are deleted 
3889
3890 2002-11-29 [oliver]     0.8.6claws37
3891         
3892         * src/toolbar.c 
3893                 disable compose button (messageview toolbar) by default
3894                 deleted msgs are moved to trash
3895         
3896 2002-11-29 [melvin]     0.8.6claws36
3897
3898         * configure.in
3899                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3900                 and to detect signatures expirations (gpgme 0.3.6)
3901
3902         * src/main.c
3903                 Use non obsolescent function for Gpgme engine checking.
3904
3905         * src/rfc2015.c
3906                 Inform about expired signatures or signatures which key
3907                 has expired. Expiration date is displayed.
3908
3909         * src/sigstatus.c
3910                 Inform about expired signatures or signatures which key
3911                 has expired.
3912
3913 2002-11-28 [paul]       0.8.6claws35
3914
3915         * src/folderview.c
3916                 re-instate 'Check for new messages' in Newsgroup
3917                 folders right-click menu, after a suggestion from
3918                 Tim Mann <timmann@users.sourceforge.net>
3919
3920         * src/main.c
3921                 after a crash check only local folders for new
3922                 messages
3923
3924 2002-11-28 [paul]       0.8.6claws34
3925
3926         * configure.in
3927                 apply patch that fixes the checking of GTK with XIM 
3928                 support on different OSs, such as FreeBSD. Patch 
3929                 submitted by Topia <topia@users.sourceforge.net>
3930                 
3931 2002-11-28 [paul]       0.8.6claws33
3932
3933         * src/mainwindow.c
3934           src/prefs_common.c
3935           src/prefs_toolbar.c
3936                 more changes to the English
3937
3938 2002-11-28 [paul]       0.8.6claws32
3939
3940         * sync with 0.8.6cvs13
3941                 see ChangeLog 2002-11-28 (no sync needed
3942                 for src/compose.c)
3943
3944 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3945         
3946         * src/mainwindow.[ch]
3947                 add patch by Ivan F. Martinez introducing messageview Toolbar
3948                 some changes and committed by oliver    
3949
3950 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3951
3952         * src/messageview.[ch]
3953                 add patch by Ivan F. Martinez introducing messageview Toolbar
3954                 some changes and committed by oliver    
3955
3956 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
3957
3958         * src/compose.[ch]
3959                 add patch by Ivan F. Martinez introducing messageview Toolbar
3960                 some changes and committed by oliver    
3961
3962 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
3963         
3964         * src/toolbar.[ch]
3965                 add patch by Ivan F. Martinez introducing messageview Toolbar
3966                 some changes and committed by oliver
3967
3968 2002-11-28 [oliver]     0.8.6claws27
3969         
3970         * src/prefs_toolbar.[ch]
3971                 getting ready for messageview toolbar
3972                 free mem allocated by gettext
3973                 change prefs_toolbar to prefs_toolbar_open
3974  
3975 2002-11-28 [thorsten]   0.8.6claws26
3976
3977         * src/imageview.[ch]
3978                 cleaned up conflicting declarations of
3979                 imageview_show_image()
3980
3981 2002-11-28 [paul]       0.8.6claws25
3982
3983         * src/grouplistdialog.c
3984           src/prefs_common.c
3985           src/prefs_summary_column.c
3986                 a few more improvements to the English
3987
3988 2002-11-28 [colin]      0.8.6claws24
3989
3990         * man/sylpheed.1
3991                 A few updates to command-line parameters
3992
3993 2002-11-28 [colin]      0.8.6claws23
3994
3995         * src/prefs_filtering.c
3996                 Fix problems with prefs_filtering_delete_path:
3997                 a) if the first rule is removed, original pointers
3998                    weren't updated (leading to segfaults)
3999                 b) it was always global_processing updated in case
4000                    of removed path was parent of rule path
4001
4002 2002-11-27 [paul]       0.8.6claws22
4003
4004         * src/mainwindow.c
4005           src/prefs_account.c
4006           src/prefs_actions.c
4007           src/prefs_common.c
4008           src/prefs_customheader.c
4009           src/prefs_display_header.c
4010           src/prefs_filtering.c
4011           src/prefs_folder_item.c
4012           src/prefs_matcher.c
4013           src/prefs_scoring.c
4014           src/prefs_summary_column.c
4015           src/prefs_template.c
4016           src/prefs_toolbar.c
4017                  improve the English in the GUI
4018
4019 2002-11-27 [colin]      0.8.6claws21
4020
4021         * src/folder.c
4022                 Fix processing renaming problems happening after
4023                 last commit
4024
4025 2002-11-27 [colin]      0.8.6claws20
4026
4027         * src/folder.c
4028                 recursive move now deletes src each subfolder after 
4029                 having moved it
4030         * src/folderview.c
4031                 Use identifier instead of path during dnd (enables
4032                 IMAP folder dnd)
4033
4034 2002-11-27 [paul]       0.8.6claws19
4035
4036         * src/main.c
4037                 apply patch that does command-line processing 
4038                 BEFORE gtk_init, allowing claws to run from 
4039                 shell-scripts in non-X environment (e.g. crontab 
4040                 or ip-up, ip-down scripts). Patch submitted by
4041                 Ruslan N. Balkin <baron@dartel.ru>
4042                 
4043         * po/it.po
4044                 updated by Alessandro Maestri
4045
4046 2002-11-27 [paul]       0.8.6claws18
4047
4048         * sync with 0.8.6cvs12
4049           src/prefs_common.c
4050                 Differences are that main uses a 'Receive dialog'
4051                 frame on the Interface tab, whereas claws groups all 
4052                 the dialogs together in a 'Dialogs' frame.
4053
4054 2002-11-27 [colin]      0.8.6claws17
4055
4056         * src/prefs_matcher.c
4057                 Fix Execute criteria's NOT flag
4058
4059
4060 2002-11-26 [christoph]  0.8.6claws16
4061
4062         * src/ssl.c
4063                 rewrite the ssl code a little bit, only use one
4064                 SSL context, set default certificates' file/path
4065
4066 2002-11-26 [thorsten]   0.8.6claws15
4067
4068         * src/compose.c
4069                 default-reply-to didn't work for ml-reply
4070
4071 2002-11-26 [melvin]     0.8.6claws14
4072
4073         * src/prefs_actions.c
4074                 Made pipe-actions ignore short headers in message view
4075                 Made trailing-pipe-actions write in the message view with
4076                 the same font as the original message
4077
4078 2002-11-26 [paul]       0.8.6claws13
4079
4080         * src/compose.c
4081                 this time commit the correct file
4082
4083 2002-11-26 [paul]       0.8.6claws12
4084
4085         * sync with 0.8.6cvs11
4086           src/quote_fmt_parse.y  
4087                 no sync needed
4088           src/account.[ch]       
4089                 not sync'ed
4090           src/compose.c
4091                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4092                 on draft mode.
4093                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4094                 header
4095                 
4096         see ChangeLog 2002-11-25 and 2002-11-26
4097
4098 2002-11-26 [colin]      0.8.6claws11
4099
4100         * src/folderview.c
4101                 Fix collapsed folder not auto-expanding during
4102                 mail dnd, if it was the source folder.
4103
4104 2002-11-25 [colin]      0.8.6claws10
4105
4106         * src/folderview.[ch]
4107                 Variable renaming and cleaning (slist of nodes 
4108                 to be re-collapsed is stored in FolderView)
4109
4110 2002-11-25 [paul]       0.8.6claws9
4111
4112         * src/prefs_common.[ch]
4113                 fix breakage caused by last commit
4114
4115 2002-11-25 [paul]       0.8.6claws8
4116
4117         * sync with 0.8.6cvs4
4118                 see ChangeLog 2002-11-21
4119
4120 2002-11-25 [paul]       0.8.6claws7
4121
4122         * sync with 0.8.6cvs4
4123                 see ChangeLog 2002-11-20
4124
4125 2002-11-25 [paul]       0.8.6claws6
4126
4127         * sync with 0.8.6cvs3
4128                 see ChangeLog 2002-11-18
4129
4130 2002-11-25 [colin]      0.8.6claws5
4131
4132         * src/gtkutils.[ch]
4133                 Add gtkut_ctree_node_is_parent()
4134         * src/folderview.c
4135                 Spring-loaded folders
4136
4137 2002-11-25 [colin]      0.8.6claws4
4138
4139         * src/utils.[ch]
4140                 Add slist_concat_unique(), function to merge
4141                 two GSList filtering dups
4142         * src/folder.[ch]
4143         * src/summaryview.[ch]
4144         * src/folderview.c
4145         * src/main.c
4146                 Add detection/update/display of unread answers
4147                 to marked mails
4148         * src/procmsg.[ch]
4149                 Add procmsg_find_children()
4150                 Add procmsg_msg_has_marked_parent()
4151
4152 2002-11-25 [colin]      0.8.6claws3
4153
4154         * src/ssl_certificate.[ch]
4155                 Allow checking a certificate without a DNS
4156                 lookup
4157                 Allow to forget a cert (by deleting it)
4158                 Make ssl_certificate_destroy_public
4159         * src/ssl_manager.[ch] ** NEW FILES **
4160                 Gui to manage (display/remove) certificates
4161         * src/prefs_common.[ch]
4162                 Add a pref to allow silent acceptation of
4163                 trusted certificates or not (based on the
4164                 "I want to know what's going on" principle)
4165         * src/mainwindow.c
4166                 Add SSL manager in Tools menu
4167         * src/Makefile.am
4168                 Add the new files to the build
4169         * po/POTFILES.in
4170                 Add ssl_manager.c to translations
4171
4172 2002-11-25 [colin]      0.8.6claws2
4173
4174         * src/summaryview.[ch]
4175                 Add S_SEARCH_EXTENDED to the quick search, which 
4176                 allows to search using filtering syntax.
4177
4178 2002-11-25 [colin]      0.8.6claws1
4179
4180         * src/summaryview.c
4181                 Deletion of duplicates now prefer deleting
4182                 the unread dup (fixes feature-request 638989).
4183
4184 2002-11-24 [paul]       0.8.6claws
4185
4186         * po/es.po
4187           po/pl.po
4188           po/ru.po
4189           po/sr.po
4190                 updated by Ricardo Mones Lastra,
4191                 Witold Wladyslaw Wojciech Wilk,
4192                 Ruslan N. Balkin, and  Urke MMI 
4193                 respectively
4194
4195 2002-11-24 [paul]       0.8.5claws182
4196
4197         * po/bg.po
4198                 updated by George Danchev
4199
4200 2002-11-23 [alfons]     0.8.5claws181
4201
4202         * src/imap.c
4203                 tiny memory leak found by browsing Dimitar's 
4204                 valgrind report
4205
4206 2002-11-23 [paul]       0.8.5claws180
4207
4208         * po/it.po
4209                 updated by Alessandro Maestri
4210
4211 2002-11-22 [christoph]  0.8.5claws179
4212
4213         * src/compose.c
4214         * src/inc.c
4215         * src/prefs_filtering.c
4216         * src/summaryview.c
4217                 more warning fixes
4218
4219 2002-11-22 [alfons]     0.8.5claws178
4220
4221         * src/summaryview.c
4222                 summary_execute_delete_func(): if message is deleted, make 
4223                 sure to also remove its entry in the subject hash table. 
4224                 fixes a corner case bug.
4225
4226 2002-11-22 [paul]       0.8.5claws177
4227
4228         * .cvsignore
4229                 add 'autom4te.cache'
4230                 
4231         * ltconfig      ** REMOVED **
4232                 not needed
4233
4234 2002-11-22 [paul]       0.8.5claws176
4235
4236         * src/textview.c
4237                 textview_set_font(): fix for message display in
4238                 UTF-8 locales (thanks to Sergey Vlasov).
4239                 
4240         * AUTHORS
4241                 add new team members and contributors
4242
4243
4244 2002-11-21 [colin]      0.8.5claws175
4245
4246         * src/procmsg.[ch]
4247                 Add procmsg_remove_special_headers()
4248         * src/mh.c
4249                 Use procmsg_remove_special_headers() for 
4250                 previous fix
4251
4252 2002-11-21 [colin]      0.8.5claws174
4253
4254         * src/mh.c
4255                 Fix moving/copying from queue/draft folders
4256                 for MH folders
4257
4258 2002-11-21 [christoph]  0.8.5claws173
4259
4260         * src/crash.c
4261         * src/filtering.c
4262         * src/logwindow.c
4263         * src/main.c
4264         * src/matcher_parser_lex.[hl]
4265         * src/mbox.c
4266         * src/mbox_folder.[ch]
4267         * src/prefs_filtering.c
4268         * src/procheader.c
4269         * src/quote_fmt_lex.l
4270         * src/ssl.c
4271                 fix all warnings except the warnings in lex and yacc files
4272
4273 2002-11-20 [christoph]  0.8.5claws172
4274
4275         * src/imap.c
4276                 fix MsgInfo retrieval for IMAP draft and queue folders
4277                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4278
4279 2002-11-19 [christoph]  0.8.5claws171
4280
4281         * src/compose.c
4282                 fix segfault, when draft saving does not get
4283                 the MsgInfo of the new message
4284                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4285
4286 2002-11-19 [christoph]  0.8.5claws170
4287
4288         * src/procmsg.c
4289                 add parameter check for flag setting function
4290                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4291
4292 2002-11-18 [paul]       0.8.5claws169
4293
4294         * src/compose.c
4295                 more sensitivity fixes to redirect mode:
4296                 * disable toolbar draft button
4297                 * allow only Address book in the Tools menu
4298                 * disable editing of message by the spell
4299                   checker
4300
4301 2002-11-18 [paul]       0.8.5claws168
4302
4303         * src/compose.c
4304                 fix sensitivity of menu items in compose_redirect():
4305                 allow only the necessary items 
4306
4307 2002-11-18 [paul]       0.8.5claws167
4308
4309         * src/compose.c
4310                 fix bug [ 603259 ] 'attachment got lost on bounce'
4311
4312 2002-11-18 [paul]       0.8.5claws166
4313
4314         * po/ru.po
4315                 updated by Ruslan N. Balkin <baron@dartel.ru>
4316
4317 2002-11-18 [colin]      0.8.5claws165
4318
4319         * src/main.c
4320           src/defs.h
4321                 Remove old filtering stuff
4322
4323
4324 2002-11-17 [oliver]     0.8.5claws164
4325
4326         * src/toolbar.h
4327                 remove not needed typedef 
4328
4329 2002-11-17 [oliver]     0.8.5claws163
4330
4331         * src/toolbar.c
4332                 make toolbar's on click events translatable
4333
4334 2002-11-15 [colin]      0.8.5claws162
4335
4336         * src/summaryview.c
4337                 Revert too-soon integration of a feature
4338
4339 2002-11-15 [christoph]  0.8.5claws161
4340
4341         * src/imap.c
4342                 use main's implementation of imap_get_msginfo
4343
4344 2002-11-15 [christoph]  0.8.5claws160
4345
4346         * src/compose.c
4347         * src/folder.[ch]
4348         * src/imap.c
4349         * src/mbox_folder.c
4350         * src/mh.c
4351         * src/news.c
4352         * src/procmsg.c
4353         * src/summaryview.c
4354                 replace claws' fetch_msginfo with main's get_msginfo
4355                 (use main's implementation where possible)
4356
4357 2002-11-15 [colin]      0.8.5claws159
4358
4359         * src/ssl_certificate.c
4360                 Missed a check
4361
4362 2002-11-16 [melvin]     0.8.5claws158
4363
4364         * po/fr.po
4365                 Updated French translations.
4366
4367 2002-11-16 [colin]      0.8.5claws157
4368
4369         * src/ssl_certificate.c
4370                 Check for missing parts in the certificates
4371
4372 2002-11-15 [colin]      0.8.5claws156
4373
4374         * src/folderview.c
4375                 Preventive fix (missing check) found by
4376                 Alfons
4377
4378 2002-11-15 [paul]
4379
4380         * NEWS
4381                 sync with 0.8.6 release
4382
4383 2002-11-15 [colin]      0.8.5claws155
4384
4385         * src/folder.[ch]
4386           src/folderview.c
4387                 Fix error handling of folder_item_move_to()
4388                 (thanks to Alfons!)
4389
4390 2002-11-15 [colin]      0.8.5claws154
4391
4392         * src/folder.[ch]
4393           src/folderview.c
4394                 folder_item_move_to() sets an error message instead
4395                 of having GUI stuff in folder.c
4396
4397 2002-11-15 [colin]      0.8.5claws153
4398
4399         * src/procmsg.[ch]
4400                 Implemented a callback for MsgInfo updates, 
4401                 heavily copy/pasted from Christoph's folder 
4402                 callback system
4403         * src/summaryview.[ch]
4404                 Register summary_update_msg as callback
4405
4406 2002-11-14 [colin]      0.8.5claws152
4407         
4408         * src/procmsg.c
4409                 Update the FolderItem after sending (fixes 617593)
4410
4411 2002-11-14 [christoph]  0.8.5claws151
4412
4413         * src/folder.c
4414                 fix wrong position of NULL pointer check found
4415                 by Sergey
4416
4417 2002-11-14 [christoph]  0.8.5claws150
4418
4419         * src/folder.c
4420                 fix segfault when deleting messages from IMAP folders
4421                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4422
4423 2002-11-14 [colin]      0.8.5claws149
4424
4425         * src/compose.c
4426                 Forwarding was also ignoring the folder's default account.
4427
4428 2002-11-14 [colin]      0.8.5claws148
4429
4430         * src/compose.c
4431                 Fix sent folder not set to folder properties when 
4432                 forwarding.
4433
4434 2002-11-14 [thorsten]   0.8.5claws147
4435
4436         * src/inc.c
4437                 inc_start(): Files were not moved from .processing to inbox,
4438                 if no global processing rule existed
4439
4440 2002-11-14 [colin]      0.8.5claws146
4441
4442         * src/ssl_certificate
4443                 Fix file operations
4444
4445 2002-11-14 [paul]       0.8.5claws145
4446
4447         * po/it.po
4448                 updated by Alessandro Maestri
4449
4450 2002-11-13 [alfons]     0.8.5claws144
4451
4452         * src/folder.c
4453                 folder_item_close(): only mark messages unread
4454                 when a folder has new messages 
4455
4456 2002-11-13 [keith]      0.8.5claws143
4457
4458         * src/imap.c
4459                 Fix problem moving or copying between
4460                 IMAP folders
4461
4462 2002-11-13 [colin]      0.8.5claws142
4463
4464         * src/matcher_parser_parse.y
4465                 Fix rule problem when " don't match
4466
4467 2002-11-13 [christoph]  0.8.5claws141
4468
4469         * src/folder.c
4470         * src/folderview.c
4471                 moved cache saving to folder_item_close
4472                 the folderview should not have to deal with
4473                 this things
4474
4475 2002-11-13 [christoph]  0.8.5claws140
4476
4477         * src/summaryview.c
4478                 moved setting of important score to
4479                 summary_set_prefs_from_folderitem
4480
4481 2002-11-13 [colin]      0.8.5claws139
4482
4483         * src/matcher_parser_parse.y
4484                 Fix a segfault in the parser (happening when
4485                 a good expression had been tested and a bad 
4486                 one arrives)
4487
4488 2002-11-13 [paul]       0.8.5claws138
4489
4490         * sync with 0.8.5cvs24
4491                 see ChangeLog 2002-11-13
4492                 
4493         * po/pt_BR.po
4494                 updated by Fabio Jr. Beneditto
4495
4496 2002-11-13 [colin]      0.8.5claws137
4497         
4498         * src/msgcache.c
4499           src/defs.h
4500           src/procmsg.[ch]
4501                 Revert last commit, problem
4502
4503 2002-11-13 [colin]      0.8.5claws136
4504
4505         * src/msgcache.c
4506                 Remove duplicated code
4507         * src/defs.h
4508                 Bumped CACHE_VERSION and MARK_VERSION
4509         * src/procmsg.[ch]
4510                 Network endian for cache and mark files
4511
4512 2002-11-12 [colin]      0.8.5claws135
4513
4514         * src/inc.c
4515                 Fix the "socket error" dialog which disappeared
4516
4517 2002-11-12 [colin]      0.8.5claws134
4518
4519         * src/msgcache.c
4520                 Reverse last commit which had performance 
4521                 problems, but still reverse the list
4522
4523 2002-11-12 [colin]      0.8.5claws133
4524
4525         * src/msgcache.c
4526                 Reverse list order
4527
4528 2002-11-12 [melvin]     0.8.5claws132
4529
4530         * src/compose.c
4531                 Added a check for a NULL prefs_common.dictionary
4532
4533 2002-11-12 [colin]      0.8.5claws131
4534
4535         * src/ssl_certificate.[ch]
4536                 Use FQDN hostname
4537
4538 2002-11-12 [colin]      0.8.5claws130
4539
4540         * src/ssl_certificate.[ch]
4541                 Take connection port into account for 
4542                 checking certificates (a single hostname
4543                 could have multiple servers with multiple
4544                 certificates)
4545         * src/ssl.c
4546                 Pass the port to ssl_certificate_check
4547
4548 2002-11-12 [paul]       0.8.5claws129
4549
4550         * src/folder.c
4551                 fix a typo in last commit
4552
4553 2002-11-12 [paul]       0.8.5claws128
4554
4555         * sync with 0.8.5cvs23
4556                 see ChangeLog entry 2002-11-12
4557
4558 2002-11-11 [colin]      0.8.5claws127
4559
4560         * src/ssl_certificate.c
4561                 Cleaner messages
4562                 Don't popup, instead log error, if the 
4563                 corresponding pref is checked
4564         * src/ssl_certificate.h
4565                 include <openssl/objects/h>
4566
4567 2002-11-11 [colin]      0.8.5claws126
4568
4569         * src/ssl_certificate.h
4570                 _Really_ clean it
4571
4572 2002-11-11 [colin]      0.8.5claws125
4573         
4574         * src/ssl_certificate.c
4575                 Fixed leak
4576
4577 2002-11-11 [colin]      0.8.5claws124
4578
4579         * src/ssl.c
4580                 Cleaned a bit
4581         * src/ssl_certificate.[ch]
4582                 Cleaned a bit (better use of SSL API)
4583                 (This will cause non-recognition of saved 
4584                  certificates of claws12[23]...)
4585
4586 2002-11-11 [paul]       0.8.5claws123
4587         
4588         * po/es.po
4589                 updated by Ricardo Mones Lastra
4590
4591 2002-11-11 [colin]      0.8.5claws122
4592
4593         * src/ssl.c
4594                 Fix a typo
4595
4596 2002-11-11 [colin]      0.8.5claws121
4597
4598         * src/ssl_certificate.[ch] ** NEW FILES **
4599         * src/ssl.[ch]
4600                 Check SSL certificates presented to us
4601         * src/Makefile.am
4602                 Add ssl_certificate.[ch]
4603         * po/POTFILES.in
4604                 Add ssl_certificate.c
4605
4606 2002-11-11 [paul]       0.8.5claws120
4607
4608         * sync with 0.8.5cvs22
4609                 see ChangeLog 2002-11-11
4610
4611 2002-11-11 [paul]       0.8.5claws119
4612
4613         * sync with 0.8.5cvs21
4614                 see ChangeLog 2002-11-11
4615
4616 2002-11-10 [jens]       0.8.5claws118
4617
4618         * src/folder.c
4619         * src/folderview.c
4620                 corrected some typing
4621         * po/de.po
4622                 updated german translation
4623         * sylpheed.spec.in
4624                 cleaned up specfile and adjusted it for claws
4625
4626 2002-11-10 [colin]      0.8.5claws117
4627
4628         * src/summaryview.c
4629                 a STATUSBAR_PUSH/POP fix
4630
4631 2002-11-10 [colin]      0.8.5claws116
4632
4633         * src/prefs_folder_item.c
4634                 Fix hanging after opening folder properties
4635
4636 2002-11-10 [hoa]        0.8.5claws115
4637
4638         * src/matcher_parser_lex.l
4639         * src/matcher_parser_parse.y
4640                 config file for scoring and filtering is no more trashed
4641                 when there is a syntax error in a filtering rule when
4642                 editing it in a dialog.
4643
4644 2002-11-09 [colin]      0.8.5claws114
4645
4646         * src/mbox_folder.c
4647                 Added missing initialisation of folder->destroy()
4648
4649 2002-11-09 [colin]      0.8.5claws113
4650
4651         * src/folder.c
4652           src/folderview.c
4653                 Fix the status bar messages
4654
4655 2002-11-09 [colin]      0.8.5claws112
4656
4657         * src/folderview.c
4658                 Fix hangs after folder dnd, happening after 
4659                 claws109.
4660
4661 2002-11-09 [christoph]  0.8.5claws111
4662
4663         * src/folderview.c
4664                 just changed order of calls (reverse order of
4665                 associated calls)
4666         * src/inc.c
4667                 lock inc when checking only one account, otherwise
4668                 inc all could be executed at the same time
4669
4670 2002-11-09 [christoph]  0.8.5claws110
4671
4672         * src/folderview.c
4673                 better unlock the mouse cursor before calling
4674                 summary_show because it changes the cursor too
4675
4676 2002-11-09 [christoph]  0.8.5claws109
4677
4678         * src/folder.[ch]
4679         * src/folderview.c
4680                 add functions to open and close a folder
4681                 o opending will execute scanning for remote folders
4682                   and processing
4683                 o closing will unset new flag for messages
4684
4685 2002-11-09 [colin]      0.8.5claws108
4686
4687         * src/folder.c
4688                 Add a call to prefs_matcher_write_config to 
4689                 avoid non-leaf folders filtering settings to be
4690                 lost
4691
4692 2002-11-09 [paul]       0.8.5claws107
4693
4694         * src/prefs_account.c
4695                 re-word a label
4696
4697 2002-11-09 [colin]      0.8.5claws106
4698
4699         * src/folderview.c
4700                 Minor esthetic fix
4701
4702 2002-11-09 [colin]      0.8.5claws105
4703
4704         * src/folderview.c
4705                 Fix prefs_filtering deletion for MH folders (same
4706                 reason as below)
4707         * src/prefs_filtering.c
4708                 Fix prefs_filtering renaming and deletion for 
4709                 folder-based processing rules.  
4710
4711 2002-11-09 [christoph]  0.8.5claws104
4712
4713         * src/compose.c
4714         * src/folder.[ch]
4715         * src/folderview.[ch]
4716         * src/import.c
4717         * src/inc.c
4718         * src/main.c
4719         * src/mainwindow.c
4720         * src/messageview.c
4721         * src/prefs_folder_item.c
4722         * src/procmsg.c
4723         * src/summaryview.c
4724                 implement a callback system for folder item updates
4725
4726 2002-11-09 [colin]      0.8.5claws103
4727
4728         * src/folderview.c
4729                 Fix prefs_filtering renaming for MH folders (we
4730                 shouldn't rename by path as another folder could
4731                 have the same hierarchy).
4732
4733 2002-11-09 [colin]      0.8.5claws102
4734
4735         * src/folder.c
4736                 Fix a leak found by Christoph, use better variable
4737                 names
4738
4739 2002-11-09 [colin]      0.8.5claws101
4740
4741         * src/folder.c
4742                 One more fix for processing rules
4743
4744 2002-11-08 [colin]      0.8.5claws100
4745         
4746         * src/matcher.c
4747                 Don't copy the compiled regexp (will be reevaluated)
4748         * src/folderview.c
4749                 Lock folderview while moving
4750         * src/folder.c
4751                 Provide info on what's happening to the user
4752
4753 2002-11-08 [colin]      0.8.5claws99
4754
4755         * src/folderview.c
4756                 Fix folder reordering after a move if parent is 
4757                 root
4758         * src/scoring.[ch]
4759                 Add function to copy a ScoringProp
4760         * src/prefs_folder_item.c
4761                 Copy scoring rules when copying a folder prefs
4762
4763 2002-11-08 [colin]      0.8.5claws98
4764
4765         * src/folderview.c
4766                 Fixes in case of failure
4767         * src/filtering.[ch]    
4768                 Add function to duplicate a FilteringProp
4769         * src/matcher.[ch]
4770                 Add function to duplicate a MatcherProp
4771         * src/prefs_folder_item.c
4772                 Save folder's processing rules when copying 
4773                 its prefs
4774
4775 2002-11-08 [colin]      0.8.5claws97
4776         
4777         * src/folderview.c
4778                 Sort after move
4779         * src/folder.c 
4780                 Change a printf to debug_print
4781
4782 2002-11-08 [colin]      0.8.5claws96
4783
4784         * src/folder.c
4785           src/folderview.c
4786                 Fix segfaults, call me stupido
4787         
4788
4789 2002-11-08 [colin]      0.8.5claws95
4790
4791         *src/folder.c
4792                 Added forgotten prefs to save when moving folders
4793
4794 2002-11-08 [colin]      0.8.5claws94
4795
4796         * src/folder.c
4797                 Fixes to folder DND (prefs copy)
4798         * src/folderview.c
4799                 Optimization for folder DND (don't rescan whole tree)
4800                 Added folderview_create_folder_node() for this 
4801                 optimization, so de-duped a bit the code
4802         * src/prefs_folder_item.[ch]
4803                 Added prefs_folder_item_copy_prefs()    
4804           
4805 2002-11-08 [paul]       0.8.5claws93
4806
4807         * src/prefs_account.c
4808           tools/README
4809           tools/kmail2sylpheed_v2.pl
4810                 correct some typos
4811
4812 2002-11-08 [paul]       0.8.5claws92
4813
4814         * src/compose.c
4815           src/prefs_account.[ch]
4816                 remove account options 'clearsign' and 'ascii_armored',
4817                 replace with 'default_gnupg_mode' to prevent mixed-mode
4818                 Privacy settings
4819
4820 2002-11-08 [paul]       0.8.5claws91
4821
4822         * src/compose.[ch]
4823                 re-implement GnuPG 'on-the-fly' mode selection,
4824                 disallow mixed-mode
4825
4826 2002-11-08 [colin]      0.8.5claws90
4827
4828         * src/folderview.c
4829           src/prefs_folder_item.c
4830                 Change "Property" to "Properties"
4831
4832 2002-11-07 [colin]      0.8.5claws89
4833
4834         * src/folderview.c
4835           src/folder.c
4836                 Allow folder dropping to a root folder
4837
4838 2002-11-07 [paul]       0.8.5claws88
4839
4840         * src/compose.c
4841                 revert last commit
4842
4843 2002-11-07 [paul]       0.8.5claws87
4844
4845         * src/compose.c
4846                 fix reply-to-list bug. closes bug report
4847                 "[633382] reply-to-list broken in recent cvs"
4848
4849 2002-11-07 [paul]       0.8.5claws86
4850
4851         * src/compose.c
4852                 add a forgotten '#if USE_GPGME ... #endif'
4853
4854 2002-11-07 [paul]       0.8.5claws85
4855
4856         * sync with 0.8.5cvs20
4857                 see ChangeLog 2002-11-07
4858
4859 2002-11-07 [colin]      0.8.5claws84
4860
4861         * src/folder.[ch]
4862                 Change folder_item_move_to to return the newly 
4863                 created folderitem.
4864         * src/folderview.c
4865                 Select the new folderitem after moving.
4866
4867 2002-11-07 [colin]      0.8.5claws83
4868
4869         * src/prefs_filtering.c
4870                 Fix rule rewriting when moving a leaf folder to a 
4871                 shorter path
4872
4873 2002-11-07 [colin]      0.8.5claws82
4874
4875         * src/prefs_filtering.c
4876                 fix a leak
4877
4878 2002-11-07 [colin]      0.8.5claws81
4879
4880         * src/folder.[ch]
4881                 Add folder_item_move_to() function to move a 
4882                 folderitem into another one (updates matcher etc)
4883         * src/folderview.c
4884                 Add folder drag'n drop (context menu to come)
4885                 [Should be dataloss free, but Please backup before 
4886                  trying !]
4887
4888 2002-11-06 [colin]      0.8.5claws80
4889
4890         * src/mh.c
4891                 mh_create_folder() returns NULL if can't create
4892                 directory hierarchy
4893
4894 2002-11-06 [paul]       0.8.5claws79
4895
4896         * src/compose.[ch]
4897                 allow 'on-the-fly' changing of the type of encryption 
4898                 and/or signing used (mime/ascii) via the compose window
4899
4900 2002-11-06 [paul]       0.8.5claws78
4901
4902         * sync with 0.8.5cvs19
4903                 see ChangeLog 2002-11-06 for src/account.c: 
4904                 account_get_special_folder()
4905                 
4906 2002-11-05 [alfons]     0.8.5claws77
4907
4908         * src/crash.c
4909                 very minor cleanups: nothing to see here, move on. :-)
4910
4911 2002-11-05 [colin]      0.8.5claws76
4912
4913         * src/main.c
4914                 Changes choices if compose windows are opened to
4915                 Discard, Draft, Don't quit
4916
4917 2002-11-05 [thorsten]   0.8.5claws75
4918
4919         * src/compose.c
4920                 reenabled default_reply_to folder option
4921
4922 2002-11-05 [colin]      0.8.5claws74
4923
4924         * src/compose.[ch] 
4925                 add compose_draft()
4926         * src/crash.c
4927                 add SIGTERM handler
4928         * src/main.[ch]
4929                 add clean_quit() for the SIGTERM handler
4930
4931 2002-11-05 [paul]       0.8.5claws73
4932         
4933         * po/es.po
4934                 updated by Ricardo Mones Lastra
4935
4936 2002-11-05 [melvin]     0.8.5claws72
4937
4938         * src/logwindow.c
4939                 Fixed log-clipping bug #616795.
4940                 To stop logging in the log window use 0 length.
4941         * src/prefs_common.c
4942                 Added a label to inform about the 0 log length behaviour.
4943
4944 2002-11-05 [paul]       0.8.5claws71
4945
4946         * sync with 0.8.5cvs17
4947                 see ChangeLog 2002-11-05
4948
4949 2002-11-04 [paul]       0.8.5claws70
4950
4951         * sylpheed-128x128.png
4952           sylpheed-64x64.png
4953           sylpheed.png
4954                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
4955                 <nikai@users.sourceforge.net>
4956                 
4957         * po/bg.po
4958                 updated by George Danchev
4959
4960 2002-11-03 [thorsten]   0.8.5claws69
4961
4962         * src/main.c
4963           src/mimeview.c
4964           src/rfc2015.h
4965                 add check if gpg is active
4966
4967 2002-11-03 [thorsten]   0.8.5claws68
4968
4969         * src/toolbar.h
4970                 removed GSList declaration causing trouble on MacOS-X
4971                 (submitted by alfons, reported by xfesty)
4972
4973 2002-11-01 [paul]       0.8.5claws67
4974
4975         * src/mainwindow.c
4976                 remove last remnants of main's filter code
4977
4978 2002-11-01 [paul]       0.8.5claws66
4979
4980         * tools/filter_conv.pl
4981                 fix bug where user-defined headers were ignored
4982
4983 2002-11-01 [paul]       0.8.5claws65
4984
4985         * src/logwindow.c
4986                 make a debug_print() not translatable
4987
4988 2002-10-31 [melvin]     0.8.5claws64
4989
4990         * ac/aspell.m4
4991                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
4992                 not run any GNU/aspell test.  The dictionary path will
4993                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
4994                 was given, in which case, it will be $prefix/lib/aspell/
4995         * configure.in
4996                 Fixed typo in commentary (Aspell code).
4997
4998 2002-10-31 [paul]       0.8.5claws63
4999
5000         * po/POTFILES.in
5001                 remove src/filter.c and src/prefs_filter.c
5002                 thanks to Ricardo for reminding me
5003
5004 2002-10-31 [colin]      0.8.5claws62
5005
5006         * src/mbox_folder.c
5007                 Plug some leaks
5008
5009 2002-10-31 [paul]       0.8.5claws61
5010
5011         * src/prefs_filter.[ch] ** REMOVED **
5012           src/filter.[ch]       ** REMOVED **
5013           
5014         * src/Makefile.am
5015           src/folderview.c
5016           src/inc.c
5017           src/main.c
5018           src/mainwindow.c
5019           src/mbox.c
5020           src/prefs_common.c
5021           src/prefs_filtering.c
5022           src/summaryview.[ch]
5023                 remove main's 'filter' code
5024                 
5025         README.claws
5026                 update to reflect removal of main's filter
5027
5028 2002-10-31 [paul]       0.8.5claws60
5029
5030         * src/summaryview.c
5031                 remove check for global_processing in summary_filter_open(). 
5032                 This fixes the bug where if the user uses the right-click 
5033                 'Create filter rule...' and doesn't have any filter rules 
5034                 already defined in claws' advanced filtering, the newly 
5035                 created filter rule goes to main's filtering which is 
5036                 inaccessible through the gui. Now the filter rule gets added
5037                 to claws' filtering by default.
5038
5039 2002-10-28 [melvin]     0.8.5claws59
5040
5041         * src/prefs_actions.c
5042                 Fixed bug #627322 where MIME parts were not always
5043                 correctly passed to a %p action
5044                 Display an error dialog when message filename is not found.
5045
5046 2002-10-28 [melvin]     0.8.5claws58
5047
5048         * src/prefs_common.c
5049                 Readded a missing function declaration lost in 0.8.3claws34
5050
5051 2002-10-28 [paul]       0.8.5claws57
5052
5053         * sync with 0.8.5cvs15
5054                 see ChangeLog 2002-10-28 and 2002-10-25
5055                 
5056         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5057
5058 2002-10-27 [oliver]     0.8.5claws56
5059
5060         * src/pop.c
5061                 plug leak in pop3_top_recv
5062
5063 2002-10-26 [christoph]  0.8.5claws55
5064
5065         * src/folder.c
5066                 set need_update folder flag when messages are added
5067                 (closes bug [ 626922 ] folder not updated after receiving)
5068
5069 2002-10-25 [melvin]     0.8.5claws54
5070
5071         * src/imageview.c
5072                 Fixed a memleak introduced in the scaling code.
5073
5074 2002-10-24 [alfons]     0.8.5claws53
5075
5076         * src/filtering.c
5077                 make filtering's forward message action forward from the 
5078                 correct account
5079                 (closes bug [628089 ] Filter -> Forward from address problem
5080                 reported by Oktay)
5081
5082 2002-10-24 [christoph]  0.8.5claws52
5083
5084         * src/mainwindow.c
5085         * src/manual.[ch]
5086                 o use manual of current locale or english if current
5087                   locale is not available (and english is available)
5088                 o also link to sylpheed doc project manuals
5089
5090 2002-10-23 [paul]       0.8.5claws51
5091
5092         * tools/README
5093           tools/kmail2sylpheed_v2.pl
5094                 add new version of kmail addressbook importer script.
5095                 works with newer versions of Kmail/KAddressBook which
5096                 have new and rearranged data.
5097
5098 2002-10-23 [martin]     0.8.5claws50
5099
5100         * src/folderview.c
5101         * src/summaryview.c
5102         * src/utils.h
5103         * src/utils.c
5104                 added length parameter to get_abbrev_newsgroup_name()
5105                 changed this function so that it abbreviates the newsgroup
5106                 names only so long it is smaller than the length parameter
5107                 (for better reading of some newsgroup names and space efficiency)
5108
5109 2002-10-22 [colin]      0.8.5claws49
5110
5111         *src/foldersel.c
5112                 Revert Alfons' last modification (after voting ;-))
5113
5114 2002-10-21 [alfons]     0.8.5claws48
5115
5116         * src/foldersel.c
5117                 folder view in folder selection dialog reflects state of
5118                 folder view in main window
5119
5120 2002-10-18 [alfons]     0.8.5claws47
5121
5122         * src/mbox.c
5123                 drop imported messages in folder selected by user,
5124                 and not in the inbox
5125                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5126
5127 2002-10-18 [alfons]     0.8.5claws46
5128
5129         * src/compose.c
5130                 make automagic reply work correctly for email accounts 
5131                 (whether it's viable to do a full sync with Hiro's 
5132                 compose.c is still under discussion)
5133
5134 2002-10-18 [melvin]     0.8.5claws45
5135
5136         * src/prefs_actions.c
5137                 Fixed bug #622275 where asynchroneous actions left 
5138                 zombies processes
5139                 Made (synchroneous) actions' input be displayed live.
5140
5141 2002-10-18 [christoph]  0.8.5claws44
5142
5143         * src/textview.c
5144                 don't add a newline in the textview in front of the
5145                 first textpart if header display is disabled
5146                 (closes bug [ 603385 ] disabled header display leaves blank
5147                  lin)
5148
5149 2002-10-18 [christoph]  0.8.5claws43
5150
5151         * src/folder.[ch]
5152         * src/imap.c
5153         * src/mbox_folder.c
5154         * src/mh.c
5155         * src/news.c
5156                 folder->get_num_list now returns an error code
5157                 (closes bug [ 609424 ] News cache cleared on failure)
5158                 
5159 2002-10-17 [colin]      0.8.5claws42
5160         
5161         * src/news.c
5162                 Changed a printf by debug_print
5163
5164 2002-10-16 [paul]       
5165
5166         * tools/OOo2sylpheed.pl
5167                 allow for spaces in the name of the
5168                 file to be attached.
5169
5170 2002-10-16 [colin]      0.8.5claws41
5171
5172         * src/main.c
5173                 Use a tristate to change online mode
5174
5175 2002-10-16 [paul]       0.8.5claws40
5176
5177         * po/es.po
5178                 updated by Ricardo Mones Lastra
5179
5180 2002-10-16 [colin]      0.8.5claws39
5181
5182         * src/main.c
5183           src/mainwindow.[ch]
5184                 Added --online and --offline command-line
5185                 switches
5186
5187 2002-10-15 [christoph]  0.8.5claws38
5188
5189         * src/procmime.c
5190                 set mimeinfo->name to NULL after g_free to
5191                 avoid double freeing with g_free
5192
5193 2002-10-14 [christoph]  0.8.5claws37
5194
5195         * src/compose.c
5196         * src/filtering.c
5197         * src/summaryview.c
5198                 remove calls to folder->change_flags that are now
5199                 done by procmsg flag functions (seems it is not
5200                 used by any foldertype anyway)
5201         * src/folder.c
5202                 init folder->change_flags with NULL
5203
5204 2002-10-14 [christoph]  0.8.5claws36
5205
5206         * src/folder.[ch]
5207         * src/imap.[ch]
5208                 use virtual functions for folder item new and destroy
5209                 functions
5210
5211 2002-10-14 [melvin]     0.8.5claws35
5212
5213         * src/compose.c
5214                 Added a test to not run the spell checker if no default
5215                 dictionary is available. No dialog is displayed though.
5216
5217 2002-10-14 [melvin]     0.8.5claws34
5218
5219         * src/gtkaspell.c
5220                 Fixed bug in dictionary list context menu where
5221                 "More..." pointed to an emtpy submenu if the
5222                 number of dictionaries is a multiple of 15
5223                 Removed unneeded code in suggestions list creation
5224
5225 2002-10-14 [paul]       0.8.5claws33
5226
5227         * po/bg.po
5228                 updated by George Danchev
5229
5230 2002-10-13 [hoa]        0.8.5claws32
5231
5232         * src/matcher.[ch]
5233           src/matcher_parser_parser.y
5234                 removed the escaped string from internal structure
5235                 of matcher.
5236
5237 2002-10-12 [colin]      0.8.5claws31
5238
5239         * src/gtksctree.[ch]
5240           src/summaryview.c
5241                 Removed useless function gtksctree_reanchor
5242
5243 2002-10-12 [alfons]     0.8.5claws30
5244         
5245         * sync with remaining main changes 2002-10-09 - 2002-10-11
5246         - drop changes to src/compose.c (requires claws specific changes)
5247         
5248 2002-10-12 [alfons]     0.8.5claws29
5249         
5250         * sync with main changes of 2002-10-08
5251         - drop changes to src/compose.c (requires claws specific changes)
5252         - drop changes to src/summaryview.c (requires changes to compose.c)     
5253
5254 2002-10-12 [alfons]     0.8.5claws28
5255         
5256         * sync with main changes of 2002-10-07
5257
5258 2002-10-12 [alfons]     0.8.5claws27
5259
5260         * sync with main changes of 2002-10-04
5261         - drop changes to src/compose.c (requires claws specific changes)
5262         - drop changes to src/prefs_folder_item.c (claws implementation
5263           seems to be working)
5264
5265 2002-10-12 [colin]      0.8.5claws26
5266
5267         * src/mainwindow.c
5268                 Fix folder-flicker when space-reading, introduced 
5269                 in claws22.
5270
5271 2002-10-12 [colin]      0.8.5claws25
5272
5273         * src/compose.c
5274                 Save account address when saving as draft.
5275                 (closes bug 621838)
5276
5277 2002-10-12 [colin]      0.8.5claws24
5278
5279         * src/summaryview.c
5280                 Fix the problem consisting of no message selected
5281                 after the last message in a folder has been moved.
5282
5283 2002-10-12 [paul]       0.8.5claws23
5284
5285         * src/compose.c
5286           src/prefs_template.c
5287           src/template.[ch]
5288                 add Cc and Bcc to templates. Patch submitted by
5289                 John L. Males.
5290
5291 2002-10-12 [colin]      0.8.5claws22
5292
5293         * src/folderview.c
5294                 Fix a bug after "Check for new messages":
5295                 If a folder was opened, it was still selected at
5296                 the end of the check, but displayed empty.
5297         * src/mainwindow.c
5298                 Remove unnecessary check
5299
5300 2002-10-12 [paul]
5301
5302         * tools/README
5303                 be more verbose in the description of
5304                 OOo2sylpheed.pl
5305                 
5306
5307 2002-10-11 [colin]      0.8.5claws21
5308
5309         * src/mainwindow.c
5310                 Make space work (better) when no mail is selected
5311
5312 2002-10-11 [colin]      0.8.5claws20
5313
5314         * src/inc.c
5315           src/news.c
5316                 fix warnings
5317
5318 2002-10-11 [colin]      0.8.5claws19
5319
5320         * src/mainwindow.c
5321                 revert 0.8.5claws6 changes as i couldn't get to
5322                 anything satisfying
5323
5324 2002-10-11 [melvin]     0.8.5claws18
5325
5326         * src/compose.c
5327                 Removed buggy and unused macro (should have been committed in
5328                 0.8.5claws17)
5329
5330 2002-10-11 [melvin]     0.8.5claws17
5331
5332         * src/compose.c
5333                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5334
5335 2002-10-11 [thorsten]   0.8.5claws16 
5336
5337         * src/folderview.c
5338                 remove rescan warning
5339
5340 2002-10-11 [colin]      0.8.5claws15 
5341
5342         * src/procheader.c
5343                 fix a segfault that happens if conv_unmime_header
5344                 fails (should be better to find out why it fails)
5345
5346 2002-10-11 [christoph]  0.8.5claws14
5347
5348         * src/summaryview.c
5349                 update folderview stats after ignore/unignore thread
5350
5351 2002-10-11 [hoa]        0.8.5claws13
5352
5353         * src/quote_fmt_parse.y
5354                 Fixed a yacc/bison syntax error
5355         * src/matcher.c
5356                 Escaping of string is fixed.
5357
5358 2002-10-11 [colin]      0.8.5claws12
5359
5360         * src/imageview.c
5361                 Resize images to fit
5362
5363 2002-10-11 [paul]       0.8.5claws11
5364
5365         * po/es.po
5366                 updated by Ricardo Mones Lastra
5367
5368 2002-10-10 [alfons]     0.8.5claws10
5369
5370         * src/compose.c
5371                 allow dropping files by "moving" files from a file manager,
5372                 not only by the more cumbersome "copying". the latter 
5373                 mostly implies holding down the Control button
5374
5375 2002-10-10 [christoph]  0.8.5claws9
5376
5377         * src/summaryview.c
5378                 update folders after thread building for ignored threads
5379
5380 2002-10-10 [christoph]  0.8.5claws8
5381
5382         * config/.cvsignore
5383                 added Makefile
5384         * src/filtering.[ch]
5385         * src/folder.[ch]
5386         * src/folderview.[ch]
5387         * src/import.c
5388         * src/inc.[ch]
5389         * src/mbox.[ch]
5390         * src/procmsg.c
5391         * src/summaryview.[ch]
5392                 o added new flag need_update to FolderItem
5393                 o removed folder_table from various functions from tracking
5394                   folder updates
5395                 o set need_update flags in folder.c's move, copy and delete
5396                   functions and procmsg's flags functions
5397                 o added function folderview_update_items_when_required that
5398                   updates all folders with need_update set
5399                 o call folderview_update_items_when_required instead of
5400                   folderview_update_item_foreach
5401
5402 2002-10-09 [sergey]     0.8.5claws7
5403
5404         * src/compose.c
5405                 Strip CRs whel loading the text into editor in reedit mode.
5406
5407 2002-10-09 [colin]      0.8.5claws6
5408
5409         * src/mainwindow.c
5410                 Make Space work when no mail is selected
5411
5412 2002-10-09 [colin]      0.8.5claws5
5413
5414         * src/gtksctree.[ch]
5415                 Fix range_select
5416                 Add gtk_sctree_reanchor() 
5417         * src/summaryview.c
5418                 Use gtk_sctree_reanchor() - better fix for 
5419                 bug 60413
5420
5421 2002-10-09 [colin]      0.8.5claws4
5422
5423         * src/summaryview.c
5424                 Fix shift-click select after delete problem
5425                 (closes bug 60413)
5426
5427 2002-10-08 [thorsten]   0.8.5claws3
5428
5429         * src/summaryview.c
5430                 exclude current msg from -hide read messages-
5431
5432 2002-10-08 [colin]      0.8.5claws2
5433
5434         * src/inc.[ch]
5435           src/pop.c
5436           src/recv.c
5437                 Differentiate socket errors from disk full
5438                 errors
5439
5440 2002-10-08 [christoph]  0.8.5claws1
5441
5442         * Makefile.am
5443         * configure.in
5444                 modifications for new config directory
5445
5446         * config.guess  ** REMOVED **
5447         * config.sub    ** REMOVED **
5448         * install-sh    ** REMOVED **
5449         * ltmain.sh     ** REMOVED **
5450         * missing       ** REMOVED **
5451         * mkinstalldirs ** REMOVED **
5452                 these files are autogenerated by automake
5453                 when you run autogen.sh
5454
5455         * config/.cvsignore     ** NEW FILE **
5456         * config/Makefile.am    ** NEW FILE **
5457                 ignore autogenerated files
5458                 create a Makefile in this directory
5459
5460 2002-10-08 [paul]       0.8.5claws
5461
5462         * 0.8.5claws release
5463         
5464         * src/compose.c
5465           src/procheader.c
5466           src/procmsg.c
5467                 fix quote reply format for newsgroups reply bug
5468                 (thanks to Hoa)
5469                 
5470         * po/en_GB.po
5471           po/pl.po
5472                 updated by me and Witold Wladyslaw Wojciech Wilk
5473                 repectively
5474
5475 2002-10-07 [paul]       0.8.3claws53
5476
5477         * po/it.po
5478           po/pt_BR.po
5479           po/sr.po
5480                 updated messages catalogs, submitted by
5481                 Alessandro Maestri, Fabio Jr.Beneditto 
5482                 and Urke MMI, respectively.
5483
5484 2002-10-07 [christoph]  0.8.3claws52
5485
5486         * src/folder.[ch]
5487         * src/folderview.c
5488         * src/mainwindow.c
5489                 fix new folder ghost message bug
5490                 (closes bug [ 619722 ] wrong count for newly created folders)
5491
5492 2002-10-07 [christoph]  0.8.3claws51
5493
5494         * src/compose.c
5495                 fix news posting problem
5496
5497 2002-10-07 [melvin]     0.8.3claws50
5498
5499         * po/fr.po
5500                 Updated French translation
5501
5502 2002-10-05 [christoph]  0.8.3claws49
5503
5504         * src/gtkstext.c
5505                 check if line_start_cache is set in gtk_stext_update_text
5506                 (closes bug [ 618119 ] crash while doing search in folder)
5507
5508 2002-10-05 [christoph]  0.8.3claws48
5509
5510         * src/imap.c
5511         * src/news.c
5512         * src/utils.c
5513         * src/utils.h
5514                 implement cache cleanups for claws' folder system
5515                 (closes bug [ 595916 ] imapcache not cleaned up)
5516
5517 2002-10-05 [melvin]     0.8.3claws47
5518
5519         * src/prefs_actions.c
5520                 Made the help text more clear for the %p token
5521
5522 2002-10-04 [paul]       0.8.3claws46
5523
5524         * sync with 0.8.5
5525                 see ChangeLog 2002-10-02 and 2002-10-03
5526
5527 2002-10-04 [christoph]  0.8.3claws45
5528
5529         * src/inc.c
5530                 fix segfault caused by pop before smtp
5531                 call to inc_account_mail with NULL
5532                 pointer for mainwin
5533
5534 2002-10-04 [paul]       0.8.3claws44
5535
5536         * configure.in
5537                 sync the LDAP detection from 0.8.5cvs1
5538
5539 2002-10-02 [christoph]  0.8.3claws43
5540
5541         * po/de.po
5542                 fix small spelling error
5543
5544 2002-10-02 [melvin]     0.8.3claws42
5545
5546         * ac/aspell.m4
5547                 Behave better and say "no" when test program cannot be run.
5548
5549 2002-10-02 [paul]       0.8.3claws41
5550
5551         * sync with 0.8.4cvs1
5552                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5553                 
5554         * src/summaryview.c
5555                 toggle the behavior of Reply menuitem between
5556                 normal reply and reply-to-list
5557
5558 2002-10-01 [sergey]     0.8.3claws40
5559
5560         * src/compose.c
5561                 Convert newlines in the message text to the canonical form
5562                 before base64 encoding (RFC2045 compliance, fixes some
5563                 interoperability issues with Evolution 1.0.3)
5564
5565 2002-09-29 [colin]      0.8.3claws39
5566
5567         * src/summaryview.c
5568                 Fix an unwanted copy/paste
5569
5570 2002-09-29 [colin]      0.8.3claws38
5571
5572         * src/mainwindow.c
5573                 Renamed "Custom toolbar" to "Customize toolbar"
5574                 Renamed "Show all header" to "Show all headers"
5575                 Renamed "Set diplay item" to "Set displayed items"
5576         * src/prefs_common.c
5577                 Renamed "Show all header" to "Show all headers"
5578         * src/prefs_summary_column.c
5579                 Renamed "diplay item" to "displayed items"
5580
5581 2002-09-29 [colin]      0.8.3claws37
5582
5583         * src/mainwindow.[ch]
5584                 online/offline status pixmaps follow theme
5585                 changes
5586         * src/summaryview.[ch]
5587                 quicksearch pixmap follows theme changes
5588
5589 2002-09-29 [thorsten]   0.8.3claws36
5590
5591         * src/compose.c
5592           src/prefs_folder_item.[ch]
5593                 add default_reply_to folder option (closes patch 581044)
5594
5595 2002-09-29 [christoph]  0.8.3claws35
5596
5597         * acconfig.h    ** REMOVED **
5598         * configure.in
5599         * ac/aspell.m4
5600         * ac/check-type.m4
5601         * ac/gnupg-check-typedef.m4
5602                 fix autoheader 2.50 warning
5603
5604 2002-09-29 [christoph]  0.8.3claws34
5605
5606         * major code cleanup (part 2)
5607         
5608                 - unused variables removed
5609                 - unused functions removed
5610                 - uninitialized variables checked
5611                 - missing return statements added
5612                 - missing function return types added
5613                 - added parentheses around assignment
5614                   when suggested by gcc
5615
5616 2002-09-29 [alfons]     0.8.3claws33
5617
5618         * src/logwindow.c
5619                 log_window_clear(): only bracket gtk_text_forward_delete() 
5620                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5621                 works around GTK text bug)
5622
5623 2002-09-29 [paul]       0.8.3claws32
5624
5625         * po/bg.po
5626           po/sr.po
5627                 updated by George Danchev and Urke MMI
5628                 respectively
5629
5630 2002-09-27 [christoph]  0.8.3claws31
5631
5632         * doc-src/readme.txt
5633         * doc-src/rfc1806.txt   ** REMOVED **
5634         * doc-src/rfc2183.txt   ** NEW FILE **
5635         * doc-src/rfc2980.txt   ** NEW FILE **
5636                 update rfcs
5637
5638 2002-09-27 [melvin]     0.8.3claws30
5639
5640         * ac/aspell.m4
5641                 Fixed typo which could break linking
5642
5643 2002-09-27 [melvin]     0.8.3claws29
5644
5645         * ac/aspell.m4
5646                 Improved GNU/aspell checking. 
5647                 Fixed bug #614490
5648
5649 2002-09-27 [paul]       0.8.3claws28
5650
5651         * sync with 0.8.3cvs8
5652                 see ChangeLog 2002-09-27
5653
5654 2002-09-26 [colin]      0.8.3claws27
5655
5656         * src/toolbar.[ch]
5657           src/mainwindow.[ch]
5658                 Add "Reply to Mailing-list" to the toolbar
5659
5660 2002-09-26 [christoph]  0.8.3claws26
5661
5662         * src/summaryview.c
5663                 Fix wrong message counts in summaryview status
5664
5665 2002-09-26 [paul]       0.8.3claws25
5666
5667         * sync with 0.8.3cvs7
5668                 see ChangeLog 2002-09-26
5669
5670 2002-09-26 [paul]       0.8.3claws24
5671
5672         * sync with 0.8.3cvs6
5673                 see ChangeLog 2002-09-25
5674
5675 2002-09-25 [christoph]  0.8.3claws23
5676
5677         * src/prefs_common.c
5678         * src/prefs_folder_item.c
5679         * src/prefs_scoring.c
5680                 Renamed "kill score" to "hide score" in GUI
5681                 and prefs files
5682
5683 2002-09-25 [paul]       0.8.3claws22
5684
5685         * sync with 0.8.3cvs5
5686                 see ChangeLog 2002-09-24
5687
5688 2002-09-24 [alfons]     0.8.3claws21
5689
5690         patch by Satoshi Nagayasu: allows appending / saving multiple 
5691         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5692         'Save as ...'")
5693
5694         * AUTHORS
5695                 add Satoshi Nagayasu
5696         * src/summaryview.c
5697                 summary_save_as(): allow saving selected files to
5698                 one file
5699                 summary_set_menu_sensitive: enable "Save As..." when
5700                 multiple files are selected
5701         * src/utils.[ch]
5702                 append_file(): new function
5703
5704 2002-09-24 [colin]      0.8.3claws20
5705
5706         * src/procmime.c
5707                 Fix segfault when mimeinfo doesn't have a 
5708                 content_type. 
5709
5710 2002-09-24 [colin]      0.8.3claws19
5711
5712         * src/prefs_common.[ch]
5713                 Add a preference to display send dialog or not
5714         * src/send.c
5715                 Display send dialog according to preference
5716
5717 2002-09-24 [colin]      0.8.3claws18
5718
5719         * src/compose.[ch]
5720                 Disable user actions when sending
5721
5722 2002-09-24 [colin]      0.8.3claws17
5723
5724         * src/procmime.c
5725                 Do not display name or filename for attachments
5726                 with an application/pgp-signature type
5727                 (security flaw, see bug 537413)
5728
5729 2002-09-23 [colin]      0.8.3claws16
5730
5731         * src/editaddress.c
5732                 Initialize entry_email, entry_alias and 
5733                 entry_remarks to first email address of the list
5734
5735 2002-09-23 [colin]      0.83claws15
5736
5737         * src/compose.c
5738                 Drop pgp-signature when reediting a signed queued
5739                 message
5740
5741 2002-09-23 [melvin]     0.8.3claws14
5742
5743         * po/fr.po
5744                 Updated French translation
5745
5746 2002-09-23 [melvin]     0.8.3claws13
5747
5748         * src/mainwindow.c
5749                 Made custom toolbar menu labels more consistent
5750         * src/prefs_toolbar.c
5751                 Made custom toolbar window title more consistent
5752
5753 2002-09-22 [colin]      0.8.3claws12
5754
5755         * src/inc.c
5756                 Initialize session type to normal before getting 
5757                 mail (fixes strange Get behaviour)
5758         * src/prefs_account.h
5759                 Move STYPE_POP_BEFORE_SMTP to last position to 
5760                 avoid other side-effects
5761
5762 2002-09-22 [colin]      0.8.3claws11
5763
5764         * src/prefs_account.c
5765                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5766                 from pop3 to apop or vice-versa
5767
5768 2002-09-22 [colin]      0.8.3claws10
5769         
5770         * src/prefs_account.[ch]
5771                 Add an option for the POP before SMTP timeout
5772         * src/inc.c
5773                 Remember time of last POP connection
5774         * src/send.c
5775                 Do POP before SMTP only if timeout reached
5776
5777 2002-09-22 [oliver]     0.8.3claws9
5778         
5779         * README.claws
5780                 explain custom toolbar
5781
5782 2002-09-22 [oliver]     0.8.3claws8
5783
5784         * src/prefs_actions.[ch]
5785         custom toolbar for compose      
5786                 actions callback from compose toolbar
5787         * src/folderview.c
5788                 remove include toolbar.h
5789
5790 2002-09-22 [oliver]     0.8.3claws7
5791         
5792         * src/prefs_toolbar.[ch]
5793                 custom toolbar for compose
5794                 - generic prefs_toolbar handles both
5795                   Mainwin's toolbar as well as Compose toolbar          
5796
5797 2002-09-22 [oliver]     0.8.3claws6
5798         
5799         * src/toolbar.[ch]
5800                 custom toolbar for compose
5801                 restructure toolbar.[ch]
5802
5803 2002-09-22 [oliver]     0.8.3claws5
5804
5805         * src/compose.[ch]
5806                 custom toolbar for compose
5807
5808 2002-09-22 [oliver]     0.8.3claws4
5809         
5810         * src/mainwindow.[ch]
5811                 custom toolbar for compose 
5812                 move mainwin toolbar back to mainwindow
5813
5814 2002-09-22 [alfons]     0.8.3claws3
5815
5816         * src/procmsg.c
5817                 :%sno/if(/if (/gc
5818                 :%sno/for(/for (/gc
5819                 (beautify)
5820
5821 2002-09-22 [alfons]     0.8.3claws2
5822         
5823         * src/procmsg.c
5824                 procmsg_save_to_outbox(): don't unlink message file from queue;
5825                 callers should do it using folder_item_remove_msg()
5826
5827 2002-09-22 [colin]      0.8.3claws1
5828
5829         * src/mimeview.[ch]
5830                 Made mimeview_check_signature() public
5831         * src/textview.c
5832                 Made GPG signatures verifiable by clicking
5833                 the [application/pgp-signature] in the Text
5834                 view
5835
5836 2002-09-22 [paul]       0.8.3claws
5837
5838         * po/bg.po
5839           po/en_GB.po
5840           po/es.po
5841           po/it.po
5842           po/pl.po
5843           po/pt_BR.po
5844           po/sr.po
5845                 updated translations, submitted by George Danchev,
5846                 me, Ricardo Mones Lastra, Alessandro Maestri,
5847                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5848                 and Urke MMI, respectively.     
5849
5850 2002-09-22 [alfons]     0.8.2claws65
5851
5852         * src/procmsg.c
5853         * src/pgptext.c
5854                 no furry valgrinds have been used to plug these memleaks
5855
5856 2002-09-20 [paul]       0.8.2claws64
5857
5858         * sync with 0.8.3cvs4
5859                 'Select thread' re-implemented 
5860                 see ChangeLog 2002-09-20
5861
5862 2002-09-21 [alfons]     0.8.2claws63
5863
5864         * src/compose.c
5865                 compose_send(): plug unnoticed memleak
5866
5867 2002-09-20 [alfons]     0.8.2claws62
5868
5869         * src/addr_compl.c
5870                 replace_address_in_edit(): strict check for NULL address to
5871                 fix "[ 607348 ] Segfault in address completion". My guess is
5872                 that this happens with an empty address book, but it's good
5873                 to have this check here anyway
5874                 
5875                 completion_window_button_press(): free string returned 
5876                 from the internal cache
5877
5878 2002-09-20 [christoph]  0.8.2claws61
5879
5880         * src/procmime.h
5881                 added ENC_BINARY to EncodingType
5882         * src/procmime.c
5883                 the string returned by procmime_get_encoding_str
5884                 should not depend on the order of values in the
5885                 EncodingType definition
5886         * doc-src/rfc1806.txt   ** NEW FILE **
5887                 Added rfc1806 about MIME Content-Disposition
5888                 Extension
5889
5890 2002-09-19 [paul]       0.8.2claws60
5891
5892         * sync with 0.8.2cvs3
5893                 see ChangeLog 2002-09-19
5894
5895 2002-09-19 [paul]       0.8.2claws59
5896
5897         * src/prefs_folder_item.c
5898                 revert to Darko's original alignment of colour
5899                 selector button
5900                 add a colon to folder_color label
5901                 
5902         * src/compose.c
5903                 add Colin's patch (with Hiro's modifications) to 
5904                 force BASE64 encoding for 8-bit text when signing
5905                 (sync with 0.8.3cvs2)
5906
5907 2002-09-18 [alfons]     0.8.2claws58
5908
5909         * src/compose.c
5910                 :%sno/if(/if (/gc
5911                 :%sno/for(/for (/gc
5912                 (beautify a little bit)
5913
5914 2002-09-18 [christoph]  0.8.2claws57
5915
5916         * src/pine.c
5917                 fix handling of fgetc return value
5918
5919 2002-09-17 [alfons]     0.8.2claws56
5920         
5921         * src/summaryview.c
5922                 summary_sort(): check non-NULL summaryview->folder_item when no 
5923                 folder is selected at all
5924                 (closes "[ 610344 ] sort label make syl Crash")
5925
5926 2002-09-17 [alfons]     0.8.2claws55
5927         
5928         * src/compose.c
5929                 beautify a little bit
5930
5931 2002-09-17 [christoph]  0.8.2claws54
5932
5933         * src/folder.c
5934                 initialize max values for cache and folder
5935                 when cache or folder is empty
5936
5937 2002-09-15 [colin]      0.8.2claws53
5938
5939         * src/compose.c
5940                 Fix a leak (thanks Alfons!) and cleaned
5941                 variables names for custom headers
5942
5943 2002-09-15 [colin]      0.8.2claws52
5944
5945         * src/compose.c
5946                 Fix custom headers recognition when
5947                 prefs_common.trans_hdr is on
5948
5949 2002-09-15 [colin]      0.8.2claws51
5950
5951         * src/compose.c
5952                 Allow dynamically-added custom headers
5953                 Yet not reparsed if reedited
5954
5955 2002-09-15 [alfons]     0.8.2claws50
5956
5957         * src/prefs_account.c
5958                 fix warnings
5959
5960 2002-09-15 [colin]      0.8.2claws49
5961         
5962         * src/prefs_account.c
5963                 fix pop_before_smtp sensitivity
5964
5965 2002-09-15 [colin]      0.8.2claws48
5966
5967         * src/inc.[ch]
5968                 add inc_pop_before_smtp()
5969                 allow MainWindow to be undefined in 
5970                 inc_account_mail() and inc_start()
5971         * src/pop.c
5972           src/prefs_account.h
5973                 add STYPE_POP_BEFORE_SMTP session type
5974         * src/prefs_account.c
5975                 activated pop before smtp option
5976         * src/send.c
5977                 do pop before smtp if the relevant option 
5978                 is set
5979
5980 2002-09-15 [paul]       0.8.2claws47
5981
5982         * sync with 0.8.3
5983                 see ChangeLog 2002-09-15
5984
5985 2002-09-14 [paul]       0.8.2claws46
5986
5987         * po/bg.po
5988                 updated Bulgarian translation, submitted by
5989                 George Danchev
5990
5991 2002-09-13 [paul]       0.8.2claws45
5992
5993         * src/compose.c
5994                 merge claws' select_account() with main's
5995                 (new) compose_select_account(). [sync with
5996                 0.8.2cvs15, see ChangeLog 2002-09-11]
5997
5998 2002-09-12 [christoph]  0.8.2claws44
5999
6000         * src/filter.c
6001                 allocate 1 elements of FolderItem not 0
6002
6003 2002-09-12 [colin]      0.8.2claws43
6004
6005         * src/compose.c
6006                 Fix bug #590825 (obey Follow-up: poster)
6007
6008 2002-09-12 [colin]      0.8.2claws42
6009
6010         * src/procmime.c
6011                 Fix bug #557009 (wrong headers for messages 
6012                 forwarded as attachments)
6013
6014 2002-09-11 [colin]      0.8.2claws41
6015         
6016         * src/compose.c
6017                 Put SCF: pseudo-header on top of message
6018                 Set draft tmp_flag when saved as draft
6019
6020         * src/procmsg.c
6021           src/procheader.c
6022                 Skip after first \n\n for beginning of real message
6023                 for drafts too
6024
6025 2002-09-11 [christoph]  0.8.2claws40
6026
6027         * src/filtering.c
6028                 use procmsg flag functions in filtering or processing
6029                 will cause incorrect folder message counts
6030
6031 2002-09-11 [colin]      0.8.2claws39
6032
6033         * src/compose.c
6034                 Fix bug #550175 - wrong save folder when reediting
6035                 drafts
6036
6037 2002-09-11 [paul]       0.8.2claws38
6038
6039         * sync with 0.8.2cvs14
6040                 see ChangeLog 2002-09-11
6041
6042 2002-09-11 [colin]      0.8.2claws37
6043
6044         * src/folder.c
6045                 Fix a typo (seeming to cause new/unread status to
6046                 be lost)
6047
6048 2002-09-10 [christoph]  0.8.2claws36
6049
6050         * src/compose.c
6051                 compose_redirect should not use compose_generic_new
6052                 because that does more stuff than expected including
6053                 opening the external editor
6054                 (closes bug "[ 526608 ] bounced messages appear blank
6055                  in editor")
6056
6057 2002-09-10 [christoph]  0.8.2claws35
6058
6059         * src/folder.c
6060                 fix problem with too large message number range
6061                 causing a crash in folder_item_scan
6062
6063 2002-09-10 [paul]       0.8.2claws34
6064
6065         * sync with 0.8.2cvs13
6066                 see ChangeLog 2002-09-10
6067
6068 2002-09-10 [christoph]  0.8.2claws33
6069
6070         * src/msgcache.c
6071                 set MsgInfo TmpFlags for queue and draft folders
6072                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6073
6074 2002-09-10 [paul]       0.8.2claws32
6075
6076         * AUTHORS
6077           po/bg.po      ** NEW FILE **
6078                 new Bulgarian translation submitted by
6079                 George Danchev <danchev@spnet.net>
6080                 
6081         * tools/Makefile.am
6082           tools/README
6083           tools/tb2sylpheed     ** NEW FILE **
6084                 add script that converts an addressbook exported
6085                 from The Bat! into a Sylpheed addressbook. Submitted
6086                 by Urke MMI <urke-kg@eunet.yu>
6087
6088 2002-09-10 [paul]       0.8.2claws31
6089
6090         * sync with 0.8.2cvs12
6091                 see ChangeLog 2002-09-10
6092
6093 2002-09-06 [paul]       0.8.2claws30
6094
6095         * src/prefs_common.c
6096                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6097                 
6098         * tools/Makefile.am
6099           tools/README
6100           tools/ldif-to-xml.py  ** REMOVED **
6101                 remove obsolete python script
6102
6103 2002-09-06 [paul]       0.8.2claws29
6104
6105         * sync with 0.8.2cvs10
6106                 see ChangeLog 2002-09-06
6107
6108 2002-09-04 [paul]       0.8.2claws28
6109
6110         * sync with 0.8.2cvs9
6111                 see ChangeLog 2002-08-04
6112
6113 2002-09-04 [colin]      0.8.2claws27 
6114
6115         * src/prefs_common.[ch]
6116                 Added signature color configuration
6117         * src/textview.c
6118                 Use user-specified signature color
6119
6120 2002-09-03 [colin]      0.8.2claws26
6121
6122         * src/prefs_common.[ch]
6123                 Added autosave and autosave_length prefs
6124         * src/compose.c
6125                 Added compose_remove_draft()
6126                 Auto-save drafts according to the prefs
6127         * src/main.c
6128                 Added a crash-indicator file, allowing to check
6129                 for new messages on startup if Sylpheed crashed
6130                 (makes saved drafts "reappear")
6131
6132 2002-09-03 [colin]      0.8.2claws25
6133
6134         * src/textview.[ch]
6135                 Grey the signature
6136
6137 2002-09-03 [paul]       0.8.2claws24
6138
6139         * sync with 0.8.2cvs8
6140                 see ChangeLog 2002-09-02 and 2002-09-03
6141
6142 2002-09-03 [darko]      0.8.2claws23
6143
6144         * src/folderview.c
6145                 use normal style when creating new folder to pick
6146                 proper font size 
6147
6148 2002-09-02 [melvin]     0.8.2claws22
6149
6150         * src/gtkaspell.m4
6151                 removed some obsolete code
6152
6153 2002-09-02 [melvin]     0.8.2claws21
6154
6155         * ac/aspell.m4
6156                 fixed test's equality sign (== to =)
6157
6158 2002-09-02 [alfons]     0.8.2claws20
6159
6160         * src/folder.c
6161         * src/mh.c
6162                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6163                 as folder->destroy virtual as suggested by Hiro
6164                 (the mh.c code seems to have been lost around mh.c.1.21)
6165
6166 2002-09-02 [paul]       0.8.2claws19
6167
6168         * po/pt_BR.po
6169                 updated by Fabio Jr. Beneditto
6170                 
6171         * src/defs.h
6172                 use 'http://claws.sylpheed.org' for homepage link. 
6173                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6174
6175 2002-09-01 [alfons]     0.8.2claws18
6176
6177         * src/mh.c
6178                 plug memleak related to one Martin Kluge found
6179
6180 2002-08-31 [paul]       0.8.2claws17
6181
6182         * sync with 0.8.2cvs6
6183                 see ChangeLog 2002-08-30
6184
6185 2002-08-31 [alfons]     0.8.2claws16
6186
6187         * src/folder.c
6188                 folder_destroy(): remove mailbox from folderlist even if it has
6189                 no destroy virtual
6190
6191 2002-08-31 [alfons]     0.8.2claws15
6192
6193         * src/folder.c
6194                 :%sno/if(/if (/gc
6195                 :%sno/for(/for (/gc
6196                 (being pedantic I know)
6197
6198 2002-08-31 [alfons]     0.8.2claws14
6199
6200         * src/folder.c
6201                 check for NULL pointers returned from folder->fetch_msginfo virtual
6202                 (should solve some reported crashes)
6203
6204 2002-08-30 [alfons]     0.8.2claws13
6205
6206         * acconfig.h
6207         * configure.in
6208         * src/crash.c
6209                 enable crash dialog on compilation time
6210                 (--enable-crash-dialog configure option)
6211
6212 2002-08-30 [alfons]     0.8.2claws12
6213
6214         * AUTHORS
6215                 add Martin Kluge
6216         * src/mh.c
6217                 apply memory leak plug patch by Martin Kluge
6218                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6219                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6220                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6221
6222 2002-08-30 [darko]      0.8.2claws11
6223
6224         * src/folderview.c
6225                 copy Gtk style from normal style to match
6226                 font size for coloured folders
6227
6228 2002-08-29 [alfons]     0.8.2claws10
6229
6230         * sylpheed.desktop
6231                 Type=Internet <- Type=Application
6232                 (reported by Michael Schwendt, see:
6233                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6234                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6235
6236 2002-08-29 [paul]       0.8.2claws9
6237
6238         * sync with 0.8.2cvs5
6239                 see ChangeLog 2002-08-29
6240
6241 2002-08-29 [colin]      0.8.2claws8
6242
6243         * src/summaryview.c
6244                 Added a sanity check in summary_select_thread
6245                 Should fix bug 601605
6246
6247 2002-08-29 [colin]      0.8.2claws7
6248
6249         * src/main.c
6250                 Revert claws6 changes regarding bug #591676
6251
6252 2002-08-28 [colin]      0.8.2claws6
6253         
6254         * src/main.c
6255                 Ignore cache for queue folderitems
6256                 Fix bug #591676
6257
6258 2002-08-28 [melvin]     0.8.2claws5
6259
6260         * README.claws
6261                 Fixed typos.
6262
6263 2002-08-28 [melvin]     0.8.2claws4
6264
6265         * README.claws
6266                 Updated a bit the text concerning the spell checker
6267
6268 2002-08-28 [melvin]     0.8.2claws3
6269
6270         Merged the GNU_aspell_branch:
6271                 Support of new GNU/aspell is now included and the old pspell
6272                 is not supported anymore.
6273                 See README.claws
6274
6275         * README.claws
6276                 Updated spell checker text to reflect the switch to GNU/aspell
6277
6278         * ac/aspell.m4          *** NEW ***
6279         * src/gtkaspell.[ch]    *** NEW *** 
6280         * ac/pspell.m4          *** DELETED *** 
6281         * src/gtkspell.[ch]     *** DELETED ***
6282
6283         * ac/Makefile.am
6284                 Updated for GNU/aspell support
6285
6286         * po/POTFILES.in
6287                 Replaced gtkspell.c by gtkaspell.c
6288
6289         * acconfig.h
6290         * src/Makefile.am
6291         * src/about.c
6292         * src/compose.[ch]
6293         * src/crash.c
6294         * src/main.c
6295         * src/prefs_common.[ch]
6296                 Updated for GNU/aspell support
6297
6298 2002-08-28 [paul]       0.8.2claws2
6299
6300         * sync with 0.8.2cvs4
6301                 see ChangeLog 2002-08-27 and 2002-08-28
6302
6303 2002-08-28 [colin]      0.8.2claws1
6304
6305         * src/summary_search.c
6306                 Added "AND search"
6307
6308 2002-08-28 [jens]       0.8.2claws
6309
6310         *po/de.po
6311                 Updated German translations
6312
6313 2002-08-27 [melvin]     0.8.2claws
6314
6315         * po/fr.po
6316                 Updated French translations
6317
6318 2002-08-27 [paul]       0.8.2claws
6319
6320         * sync with 0.8.2 main release
6321
6322         * po/en_GB.po
6323           po/es.po
6324           po/it.po
6325           po/pl.po
6326           po/pt_BR.po
6327           po/sr.po
6328                 updated message catalogs submitted by
6329                 Ricardo Mones Lastra, Alessandro Maestri,
6330                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6331                 Beneditto and Urke MMI  
6332
6333 2002-08-27 [hoa]        0.8.1claws123
6334
6335         * src/mainwindow.[ch]
6336         * src/summaryview.[ch]
6337                 removed the "filter setting" menu option.
6338                 add a "cancel a news message" menu option.
6339
6340 2002-08-26 [martin]     0.8.1claws122
6341
6342         * ChangeLog.claws
6343                 changed string under 0.8.1claws79 changed by myself
6344                 i'm sorry alfons :(
6345
6346 2002-08-26 [martin]     0.8.1claws121
6347
6348         * src/crash.c
6349                 added kill command to debuggerrc to start crash dialog
6350
6351 2002-08-26 [paul]       0.8.1claws120
6352
6353         * sync with 0.8.1cvs31
6354                 see ChangeLog 2002-08-26
6355
6356 2002-08-25 [alfons]     0.8.1claws119
6357
6358         * src/procmsg.c
6359                 fix bug that didn't send out correct headers to news server
6360                 when sending news article and email from queue (bug reported
6361                 and patch provided by Tim Mann; closes bug 
6362                 "[ 583196 ] 0.7.8claws can't post news")
6363
6364 2002-08-25 [alfons]     0.8.1claws118
6365
6366         * src/selective_download.c
6367                 mark two strings as translatable
6368                 (thanks to Urke MMI for pointing this out)
6369
6370 2002-08-25 [alfons]     0.8.1claws117
6371
6372         * src/summaryview.c
6373                 treat sent boxes as special and allow sorting them by addressee
6374                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6375                 submitted by Steve Lamb)
6376
6377 2002-08-24 [alfons]     0.8.1claws116
6378
6379         * src/matcher.c
6380                 fix memleak reported by Martin Kluge
6381                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6382
6383 2002-08-24 [oliver]     0.8.1claws115
6384
6385         * src/prefs_toolbar.c
6386                 o code cleanup as suggested by Alfons
6387                 o memleak fix
6388
6389 2002-08-24 [alfons]     0.8.1claws114
6390
6391         * src/summaryview.c
6392                 o fix another memory leak reported by Martin Kluge
6393                   (see "[ 599568 ] Small Memory Leak")
6394                 o remove 'from' variable from 'summary_set_header()'; we can
6395                   do with just 'to' 
6396
6397 2002-08-24 [paul]       0.8.1claws113
6398
6399         * sync with 0.8.1cvs30
6400                 see ChangeLog 2002-08-23
6401
6402 2002-08-24 [alfons]     0.8.1claws112
6403
6404         * src/summaryview.c
6405                 remove unnecessary allocations for search bar fixing leaks
6406                 reported by Martin Kluge
6407                 (see "[ 599451 ] Further memory leaks?")
6408
6409 2002-08-24 [alfons]     0.8.1claws111
6410
6411         * src/main.c
6412                 make get_socket_name() public for crash.c
6413         * src/crash.c
6414                 o make report bug button work (goes to claws' 
6415                   bug tracker at sf.net)
6416                 o introduce function for doing important stuff just
6417                   before claws goes down
6418                 o clean up code 
6419
6420 2002-08-24 [alfons]     0.8.1claws110
6421
6422         * src/compose.c
6423                 move cursor to "To" entry when forwarding as attachment
6424                 (reported and solved by Steve Lamb, closes bug report
6425                 "[ 592880 ] Forward as attachment; cursor not in to")
6426
6427 2002-08-24 [colin]      0.8.1claws109
6428
6429         * src/mainwindow.c
6430                 fix quick search visibility after GUI (de)separations.
6431
6432 2002-08-23 [colin]      0.8.1claws108
6433
6434         * src/mainwindow.c
6435                 fix header pane visibility after folderview or
6436                 messageview (de)separation
6437
6438 2002-08-23 [paul]       0.8.1claws107
6439
6440         * src/mainwindow.[ch]
6441           src/toolbar.c
6442                 give full control of display or non-display 
6443                 of the Execute icon to Custom toolbar settings.
6444                 add new sensitivity condition to maninwindow.h: 
6445                 M_DELAY_EXEC
6446
6447         * ChangeLog
6448           ChangeLog.jp
6449           NEWS
6450                 more sync with 0.8.1cvs29
6451
6452 2002-08-23 [melvin]     0.8.1claws106
6453
6454         * src/alertpanel.c
6455                 Readded support for custom widget in alertpanel lost in last
6456                 sync.
6457
6458 2002-08-23 [paul]       0.8.1claws105
6459
6460         * sync with 0.8.1cvs29
6461                 see ChangeLog 2002-08-23
6462
6463 2002-08-23 [colin]      0.8.1claws104
6464
6465         * src/summaryview.c
6466                 Fix folder and search pixmaps exchanging positions
6467                 after theme or toolbar changes. Thank to Oliver for 
6468                 reporting this.
6469
6470 2002-08-23 [colin]      0.8.1claws103
6471
6472         * src/mainwindow.c
6473           src/messageview.[ch]
6474           src/noticeview.[ch]
6475           src/summaryview.c
6476                 Changed messageview_create() and noticeview_create()
6477                 to avoid the last gdk_warning
6478
6479 2002-08-22 [colin]      0.8.1claws102
6480
6481         * src/summaryview.c
6482                 Fix my new `Creating pixmap from xpm' warning
6483
6484 2002-08-22 [colin]      0.8.1claws101
6485
6486         * src/mainwindow.c
6487                 Fix some of the gdk warnings
6488
6489 2002-08-22 [colin]      0.8.1claws100
6490
6491         * src/Makefile.am
6492         * src/stock_pixmap.c
6493         * src/stock_pixmap.h
6494         * src/pixmaps/quicksearch.xpm *ADDED*
6495                 Add the quicksearch pixmap
6496         * src/mainwindow.c
6497         * src/summaryview.c
6498         * src/summaryview.h
6499                 Make quicksearch bar visible/hidden via a button
6500
6501 2002-08-22 [christoph]  0.8.1claws99
6502
6503         * src/folder.c
6504                 fix folder update for newsgroups with message
6505                 numbers below minimum number of articles to fetch
6506                 (closes bug #598445)
6507
6508 2002-08-22 [paul]       0.8.1claws98
6509
6510         * sync with 0.8.1cvs28
6511                 see ChangeLog 2002-08-22
6512
6513 2002-08-21 [alfons]     0.8.1claws97
6514
6515         * src/crash.c
6516                 use bt instead of bt full which seems to work 
6517                 better, and bt full doesn't give a great deal 
6518                 of information anyway
6519
6520 2002-08-21 [colin]      0.8.1claws96
6521
6522         * src/summaryview.c
6523                 fix summaryview_searchtype_changed prototype
6524
6525 2002-08-21 [christoph]  0.8.1claws95
6526
6527         * src/mainwindow.c
6528                 o fix broken menu update for sorting type, we have to
6529                   get this info from the summaryview now
6530                 o removed setting of threaded state in menu callback
6531         * src/summaryview.[ch]
6532                 more summaryview/folderitem seperation for
6533                 threading option
6534         * configure.in
6535                 removed not required --with-compiler-flags option
6536
6537 2002-08-21 [oliver]     0.8.1claws94
6538         
6539         * src/toolbar.h 
6540                 o rename toolbar.xml to toolbar_main.xml
6541                   since toolbar_compose.xml might come up 
6542                   any time soon
6543         * README.claws
6544                 add custom toolbar              
6545
6546 2002-08-21 [darko]      0.8.1claws93
6547
6548         * src/procmsg.c
6549                 don't reset tmp flags for messages copied
6550                 to sent folder
6551
6552 2002-08-21 [colin]      0.8.1claws92
6553         
6554         * src/prefs_filtering.c
6555                 fix renaming rules on folder rename 
6556                 when folder is not a leaf folder
6557
6558 2002-08-21 [paul]       0.8.1claws91
6559
6560         * src/prefs_folder_item.c
6561                 fix alignment of colour selector
6562
6563 2002-08-21 [paul]       0.8.1claws90
6564
6565         * sync with 0.8.1cvs27
6566                 see ChangeLog 2002-08-21
6567
6568 2002-08-21 [paul]       0.8.1claws89
6569
6570         * src/summaryview.c
6571                 fix crash when changing field type in
6572                 Quick search bar
6573
6574 2002-08-21 [colin]      0.8.1claws88
6575
6576         * src/summaryview.c
6577                 Made quick search case-insensitive
6578
6579 2002-08-21 [paul]       0.8.1claws87
6580
6581         * sync with 0.8.1cvs26
6582                 see ChangeLog 2002-08-21
6583
6584 2002-08-20 [christoph]  0.8.1claws86
6585
6586         * src/folderview.c
6587         * src/main.c
6588         * src/summaryview.[ch]
6589                 more summaryview/folderitem seperation for
6590                 sort_key and sort_type
6591         * src/procmsg.c
6592                 added missing return statement
6593
6594 2002-08-20 [colin]      0.8.1claws85
6595
6596         * src/summaryview.[ch]
6597                 Added a quick search box
6598         * src/mainwindow.c
6599         * src/prefs_common.[ch]
6600                 Added a show/hide option for the quick search
6601
6602 2002-08-20 [oliver]     0.8.1claws84
6603         
6604         * src/mainwindow.c
6605                 remove toolbar_create_popups
6606         * src/toolbar.[ch]
6607                 o remove toolbar_create_popups
6608                 o fix toolbar_set_sensitive 
6609                   (Bug reports #596834 and #596832)     
6610         * src/prefs_toolbar.c
6611                 o add "Set default" button
6612                 o align label and text + combo widgets
6613
6614 2002-08-20 [hoa]        0.8.1claws83bis
6615
6616         * src/imap.c
6617                 fixed a bug in imap_fetch_msginfo() in case there is no
6618                 current folder.
6619
6620 2002-08-20 [darko]      0.8.1claws83
6621
6622         * src/folderview.c
6623                 copy the color style of folder view so it
6624                 works with GTK themes
6625
6626 2002-08-20 [darko]      0.8.1claws82
6627
6628         * src/folder.h
6629         * src/folderview.c
6630         * src/prefs_folder_item.[hc]
6631                 don't use UI stuff in folder.h
6632
6633 2002-08-20 [darko]      0.8.1claws81
6634
6635         * src/folder.h
6636         * src/prefs_folder_item.h
6637         * src/folderview.c
6638         * src/prefs_folder_item.c
6639                 ability to set folder color in folderview
6640
6641 2002-08-19 [alfons]     0.8.1claws80
6642
6643         * src/summaryview.c
6644                 fix one of the earlier memleaks reported by Martin Kluge
6645
6646 2002-08-19 [alfons]     0.8.1claws79
6647
6648         * src/mainwindow.c
6649                 hide notice view when selecting seperate folder
6650                 view (reported by Urke MMI)
6651
6652 2002-08-19 [christoph]  0.8.1claws78
6653
6654         * src/folderview.c
6655         * src/prefs_folder_item.h
6656         * src/summaryview.[ch]
6657                 o add summary_set_prefs_from_folderitem to set
6658                   summaryview prefs (first step to remove all
6659                   references to the folderitem in summaryview)
6660                 o moved compiled regex stuff from folderitem prefs
6661                   to summaryview code
6662
6663 2002-08-19 [paul]       0.8.1claws77
6664
6665         * src/compose.c
6666                 add check for '.' to QUOTE_IF_REQUIRED
6667
6668 2002-08-19 [paul]       0.8.1claws76
6669
6670         * src/inc.c
6671                 sync with 0.8.1cvs25 (plug memory leak)
6672
6673         * src/prefs_toolbar.c
6674                 re-order prefs_toolbar_cancel()
6675
6676 2002-08-18 [alfons]     0.8.1claws75
6677
6678         * src/inc.c
6679         * src/matcher.c
6680                 plug other memleaks reported by Martin Kluge
6681
6682 2002-08-18 [paul]       0.8.1claws74
6683
6684         * po/pt_BR.po
6685                 updated by Fabio Jr. Beneditto
6686
6687 2002-08-18 [paul]       0.8.1claws73
6688
6689         * src/toolbar.[ch]
6690                 fix bug where tooltips were displayed untranslated              
6691
6692         * src/prefs_toolbar.c
6693                 fix bug where clicking 'Cancel' creates an icon & text
6694                 toolbar regardless of prefs
6695         
6696
6697 2002-08-17 [oliver]     0.8.1claws72
6698
6699         * src/prefs_toolbar.c
6700                 update toolbar on CANCEL
6701                 bug reported by Martin Kluge
6702         * src/toolbar.c
6703                 toolbar_destroy memleak fixed           
6704
6705 2002-08-17 [alfons]     0.8.1claws71
6706
6707         * src/toolbar.c
6708                 plug another memleak reported by Martin Kluge
6709
6710 2002-08-16 [alfons]     0.8.1claws70
6711
6712         * src/crash.c
6713                 use execvp() correctly (suggested by wwp; thanks!)
6714
6715 2002-08-16 [alfons]     0.8.1claws69
6716
6717         * src/gtksctree.c
6718                 plug memory leak reported by Kim Schultz & Martin Kluge
6719
6720 2002-08-16 [paul]       0.8.1claws68
6721
6722         * po/es.po
6723                 updated by Ricardo Mones Lastra
6724
6725 2002-08-16 [paul]       0.8.1claws67
6726
6727         * src/toolbar.h
6728                 fix bug where 'Compose News' icon showed wrong
6729                 tooltip
6730
6731 2002-08-16 [paul]       0.8.1claws66
6732
6733         * sync with 0.8.1cvs24
6734                 see ChangeLog 2002-08-16
6735
6736         * po/it.po
6737                 updated by Alessandro Maestri
6738
6739 2002-08-15 [paul]       0.8.1claws65
6740
6741         * po/sr.po
6742                 updated by Urke MMI
6743
6744 2002-08-15 [paul]       0.8.1claws64
6745
6746         * src/*.c
6747                 don't translate debug info
6748
6749         * src/matcher.[ch]
6750                 add copyright info
6751
6752 2002-08-15 [paul]       0.8.1claws63
6753
6754         * src/prefs_toolbar.c
6755                 fix bug where clicking 'OK' creates an icon & text
6756                 toolbar regardless of prefs
6757
6758 2002-08-14 [alfons]     0.8.1claws62
6759
6760         * src/main.c
6761                 add global var that has the full argv[0]
6762         * src/crash.c
6763                 o execvp the correct sylpheed by using argv0
6764                   and setting the correct work dir
6765                 o other tweaks  
6766
6767 2002-08-14 [oliver]     0.8.1claws61
6768         
6769         * enable/disable Toolbar Action Buttons 
6770         * code cleanups
6771         * src/mainwindow.c
6772         * src/toolbar.[ch]      
6773         * src/prefs_toolbar.c   
6774
6775 2002-08-14 [melvin]     0.8.1claws60
6776
6777         * po/fr.po
6778                 Updated French translations
6779
6780 2002-08-14 [melvin]     0.8.1claws59
6781
6782         * src/crash.c
6783                 Made bug report not translatable
6784         * src/exporthtml.c
6785                 Fixed exporthtml_build_filespec() return value
6786         * src/foldersel.c
6787                 Fixed incorrect include file
6788         * src/gtkspell.c
6789         * src/prefs_actions.c
6790         * src/prefs_toolbar.c
6791                 Made debug info not translatable
6792         * src/mutt.c
6793         * src/quote_fmt.c
6794                 Added missing includes
6795         * src/prefs_common.c
6796                 Fixed typo
6797
6798 2002-08-14 [paul]       0.8.1claws58
6799
6800         * faq/es/sylpheed-faq.html
6801           faq/es/sylpheed-faq-[1-3].html
6802           faq/es/sylpheed-faq-4.html     **NEW FILE **
6803                 update Spanish FAQ
6804
6805 2002-08-13 [christoph]  0.8.1claws57
6806
6807         * src/procmsg.c
6808                 ignore thread fix that did not mark all
6809                 child nodes of a ignored thread as
6810                 ignored. Does not work perfectly yet,
6811                 but it is better now
6812
6813 2002-08-13 [alfons]     0.8.1claws56
6814
6815         * src/crash.c
6816                 o implement 'save crash log'
6817                 o some tweaks
6818
6819 2002-08-13 [melvin]     0.8.1claws55
6820
6821         * src/main.c
6822                 removed unrequired "execinfo.h" header
6823
6824 2002-08-12 [paul]       0.8.1claws54
6825
6826         * faq/en/sylpheed-faq.html
6827           faq/en/sylpheed-faq-[1-3].html
6828           faq/en/sylpheed-faq-4.html     **NEW FILE **
6829                 update English FAQ
6830
6831 2002-08-12 [alfons]     0.8.1claws53
6832
6833         * po/POTFILES.in
6834                 add crash.c to translatables
6835         * src/crash.c
6836                 bring in Leandro's crash dialog
6837
6838 2002-08-11 [alfons]     0.8.1claws52
6839
6840         * src/crash.c
6841                 clean up some warnings
6842
6843 2002-08-11 [alfons]     0.8.1claws51
6844
6845         * acconfig.h
6846         * configure.in
6847         * src/crash.[ch]        ** NEW FILES **
6848         * src/main.c            
6849                 initial gdb crash handler
6850
6851 2002-08-11 [paul]       0.8.1claws50
6852
6853         * src/prefs_toolbar.c
6854                 replace Up/Down arrow pixmaps with text to be
6855                 consistent across icon themes
6856
6857 2002-08-11 [paul]       0.8.1claws49
6858
6859         * src/prefs_common.c
6860           src/prefs_toolbar.c
6861                 rename 'Pixmap' -> 'Icon'
6862
6863         * src/toolbar.[ch]
6864                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6865
6866 2002-08-10 [paul]       0.8.1claws48
6867
6868         * src/prefs_toolbar.c
6869                 re-work the UI
6870
6871 2002-08-10 [paul]       0.8.1claws47
6872
6873         * src/main.c
6874                 don't write Processing progress to status bar
6875                 patch submitted by Alexander Evseev
6876
6877         * src/prefs_toolbar.c
6878                 re-position and resize window
6879                 make window assume correct size on first call
6880
6881 2002-08-10 [paul]       0.8.1claws46
6882
6883         * src/mainwindow.c
6884           src/prefs_toolbar.c
6885           src/toolbar.c
6886           src/toolbar.h
6887                 obey coding style
6888                 follow UI text conventions
6889
6890 2002-08-10 [alfons]     0.8.1claws45
6891
6892         * src/toolbar.c
6893                 correct pixmap for delete action
6894
6895 2002-08-10 [paul]       0.8.1claws44
6896
6897         * po/pt_BR.po
6898                 updated by Fabio Jr. Beneditto
6899
6900 2002-08-10 [paul]       0.8.1claws43
6901
6902         * po/POTFILES.in
6903                 add custom toolbar files
6904
6905 2002-08-10 [paul]       0.8.1claws42
6906
6907         * sync with 0.8.1cvs22
6908                 see ChangeLog 2002-08-09
6909
6910 2002-08-09 [paul]       0.8.1claws41
6911
6912         * tools/Makefile.am
6913           tools/README
6914           tools/outlook2sylpheed.pl     ** NEW FILE **
6915                 add script to convert exported Outlook
6916                 contacts list to a Sylpheed addressbook.
6917                 Submitted by Ricardo Mones Lastra.
6918
6919 2002-08-09 [paul]       0.8.1claws40
6920
6921         * AUTHORS
6922           configure.in
6923           po/sr.po      ** NEW FILE **
6924                 add Serbian message catalog. Submitted by
6925                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
6926
6927 2002-08-09 [paul]       0.8.1claws39
6928
6929         * sync with 0.8.1cvs21
6930                 see ChangeLog 2002-08-08
6931
6932 2002-08-08 [oliver]     0.8.1claws38
6933
6934         * src/mainwindow.c
6935                 move Custom Toolbar to Configuration menu
6936
6937 2002-08-08 [oliver]     0.8.1claws37
6938
6939         * src/prefs_toolbar.c
6940                 fix substitute pixmap bug
6941
6942 2002-08-08 [paul]       0.8.1claws36
6943
6944         * sync with 0.8.1cvs19
6945                 see ChangeLog 2002-08-08
6946
6947 2002-08-07 [christoph]  0.8.1claws35
6948
6949         * src/utils.c
6950                 fixed a memory leak in new canonicalize_file_replace
6951
6952 2002-08-07 [christoph]  0.8.1claws34
6953
6954         * src/utils.[ch]
6955                 o canonicalize_file_replace should create the temporary
6956                   file in the same directory as the original file.
6957                 o added get_tmpfile_in_dir that creates a temorary file
6958                   in a specified directory.
6959
6960 2002-08-07 [melvin]     0.8.1claws33
6961
6962         * src/toolbar.c
6963                 fixed bug where 'Article' button acted as 'Email' button.
6964
6965 2002-08-07 [paul]       0.8.1claws32
6966
6967         * sync with 0.8.1.cvs17
6968                 see ChangeLog 2002-08-07
6969
6970 2002-08-07 [colin]      0.8.1claws31
6971         
6972         * src/news.c
6973                 fix mass-cancel problem
6974
6975 2002-08-07 [thorsten]   0.8.1claws30
6976
6977         * src/prefs_toolbar.c
6978                 fix: crash on replace or add new button
6979         * src/toolbar.c
6980                 fix: close xmlfile after reading
6981         * src/utils.c
6982                 fix: unlink() file before rename()
6983
6984 2002-08-06 [paul]       0.8.1claws29
6985
6986         * sync with 0.8.cvs15
6987                 see ChangeLog 2002-08-06
6988
6989 2002-08-06 [oliver]     0.8.1claws28
6990
6991         * src/toolbar.c
6992         * src/prefs_toolbar.c
6993                 fixed empty toolbar issue
6994
6995 2002-08-06 [oliver]     0.8.1claws27
6996
6997         * Custom Toolbar Final 
6998         * src/folderview.c
6999         * src/inc.c
7000         * src/summaryview.c
7001                 o toolbar stuff now lives in src/toolbar.[ch]
7002                 o main_window_toolbar_* functions are renamed to
7003                   toolbar_* reflecting their new source file
7004         * src/mainwindow.[ch]
7005                 o remove toolbar stuff  
7006
7007 2002-08-06 [oliver]     0.8.1claws26
7008         
7009         * src/Makefile.am
7010         * src/prefs_toolbar.[ch]        **New File**
7011         * src/toolbar.[ch]              **New File**
7012                 o prefs_toolbar.[ch] custom toolbar frontend
7013                 o toolbar.[ch]       backend 
7014
7015 2002-08-06 [oliver]     0.8.1claws25
7016
7017         * src/prefs_actions.[ch]
7018                 o new exported function actions_execute
7019
7020 2002-08-06 [paul]       0.8.1claws24
7021
7022         * sync with 0.8.1cvs4
7023                 see ChangeLog 2002-08-06
7024
7025 2002-08-06 [paul]       0.8.1claws23
7026
7027         * sync with 0.8.1cvs13
7028                 see ChangeLog 2002-08-06
7029
7030 2002-08-06 [paul]       0.8.1claws22
7031
7032         * sync with 0.8.1cvs12
7033                 see ChangeLog 2002-08-05 and 2002-08-06
7034
7035 2002-08-06 [match]      0.8.1claws21
7036
7037         * src/addrclip.c
7038                 improvements to cut/copy/paste address
7039
7040 2002-08-05 [match]      0.8.1claws20
7041
7042         * src/addritem.[ch]
7043         * src/addrcache.c
7044         * src/addrbook.c
7045         * src/editaddress.c
7046         * src/addressbook.c
7047                 fixes to improve cut/copy/paste
7048
7049 2002-08-06 [melvin]     0.8.1claws19
7050
7051         * src/account.[ch]
7052                 account_find_all_from_address(): new function that returns the
7053                 list of all accounts that are matched in an address.
7054         * src/alertpanel.[ch]
7055                 alertpanel() now accepts a custom widget
7056                 alertpanel_with_widget(): new function that pops up a panel with
7057                 a custom widget in it 
7058         * src/gtkutils.[ch]
7059                 gtkut_account_menu_new(): new function that allows the selection
7060                 of an account from a list of accounts.
7061         * src/messageview.c
7062                 Extended Return Receipt notification to select the correct 
7063                 account and to make a security test on the Delivery-Notification
7064                 address which should be the same as the Return-Path.
7065
7066 2002-08-06 [thorsten]   0.8.1claws18
7067
7068         * src/mimeview.c
7069                 attach_all: save unnamed as "noname.%d",
7070                 dont free static dirname
7071
7072 2002-08-05 [alfons]     0.8.1claws17
7073
7074         * configure.in
7075                 detect XIM by trying to link rather than compile a XIM program
7076
7077 2002-08-05 [oliver]     0.8.1claws16
7078                 
7079         * src/stock_pixmap.[ch]
7080                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7081                 o new func to retrieve pixmaps
7082
7083 2002-08-05 [paul]       0.8.1claws15
7084
7085         * sync with 0.8.1cvs10
7086                 see ChangeLog 2002-08-05
7087
7088 2002-08-04 [alfons]     0.8.1claws14
7089
7090         * src/textview.c
7091                 see if this plugs memleak
7092
7093 2002-08-04 [melvin]     0.8.1claws13
7094
7095         * src/gtkspell.c
7096                 fixed bug that could crash Sylpheed when highlighting
7097                 all misspelled words.
7098
7099 2002-08-03 [melvin]     0.8.1claws12
7100
7101         * src/prefs_actions.c
7102                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7103         * src/messageview.c
7104                 fixed bug where the Return Receipt was sent to
7105                 Delivery-Notification-To address even if it was not present
7106
7107 2002-08-02 [alfons]     0.8.1claws11
7108
7109         * src/prefs_actions.c
7110                 o more check for NULLs
7111                 o put create_io_dialog() in right conditional block
7112
7113 2002-08-02 [paul]       0.8.1claws10
7114
7115         * po/es.po
7116                 updated by Ricardo Mones Lastra
7117
7118 2002-08-01 [christoph]  0.8.1claws9
7119
7120         * src/folder.c
7121                 don't free the cache of the opened
7122                 folder in the summaryview
7123         * src/summaryview.c
7124                 don't unset flags, if it is not required
7125
7126 2002-08-01 [paul]       0.8.1claws8
7127
7128         * sync with 0.8.1cvs8
7129                 see ChangeLog entry 2002-08-01
7130
7131 2002-08-01 [paul]       0.8.1claws7
7132
7133         * sync with 0.8.1cvs7
7134                 see ChangeLog 2002-07-31 and 2002-08-01
7135
7136 2002-07-31 [christoph]  0.8.1claws6
7137
7138         * src/mainwindow.c
7139                 forgot to update menu sensitivity
7140                 function for new menu entry
7141
7142 2002-07-31 [alfons]     0.8.1claws5
7143
7144         * src/main.c
7145                 check folder item and its path for NULL on
7146                 initial processing
7147
7148 2002-07-31 [christoph]  0.8.1claws4
7149
7150         * src/folder.c
7151                 check if folder_item_get_msginfo in
7152                 folder_item_remove_msg returned NULL
7153         * src/imap.c
7154                 better clear the uid cache in the
7155                 uid validity check function and delete
7156                 cached messages
7157
7158 2002-07-31 [paul]       0.8.1claws3
7159
7160         * man/sylpheed.1
7161                 add the '--attach' option and a few other
7162                 minor changes
7163
7164 2002-07-31 [paul]       0.8.1claws2
7165
7166         * sync with 0.8.1cvs5
7167                 see ChangeLog 2002-07-31
7168
7169 2002-07-31 [christoph]  0.8.1claws1
7170
7171         * src/folderview.[ch]
7172         * src/mainwindow.c
7173                 replace "Rescan all folders..." with
7174                 "Check all folders for new messages..."
7175
7176 2002-07-30 [paul]       0.8.1claws
7177
7178         * version 0.8.1claws released
7179
7180 2002-07-30 [paul]       0.8.0claws29
7181
7182         * tools/OOo2sylpheed.pl ** NEW FILE **
7183           tools/README
7184                 add script to enable sending documents as
7185                 attachments from OpenOffice.org
7186
7187 2002-07-30 [melvin]     0.8.0claws28
7188
7189         * src/prefs_actions.c
7190                 Made the actions' input/output dialog display
7191                 without delay.
7192
7193 2002-07-30 [christoph]  0.8.0claws27
7194
7195         * src/procmsg.c
7196                 check if folder_item_get_msginfo in
7197                 procmsg_save_to_outbox returned NULL
7198
7199 2002-07-30 [paul]       0.8.0claws26
7200
7201         * sync with 0.8.1cvs4
7202                 see ChangeLog 2002-07-29
7203
7204 2002-07-29 [thorsten]   0.8.0claws25
7205
7206         * README.claws
7207                 added selective download, delete on server
7208
7209 2002-07-29 [paul]       0.8.0claws24
7210
7211         * sync with 0.8.1cvs3
7212                 see ChangeLog 2002-07-29
7213
7214 2002-07-27 [christoph]  0.8.0claws23
7215
7216         * src/folder.c
7217                 add extra check if fetching the msginfo
7218                 returned NULL
7219
7220 2002-07-27 [paul]       0.8.0claws22
7221
7222         * sync with 0.8.1cvs2
7223                 see ChangeLog 2002-07-26
7224
7225 2002-07-27 [christoph]  0.8.0claws21
7226
7227         * src/imap.c
7228                 add another check if a valid msginfo
7229                 was returned
7230
7231 2002-07-26 [hoa]        0.8.0claws20
7232
7233         * src/folder.c
7234                 Fixed a condition in folder_item_destroy()
7235
7236         * src/imap.c
7237                 Fixed an error in IMAP protocol
7238
7239 2002-07-26 [alfons]     0.8.0claws19
7240
7241         * src/folder.c
7242                 ofcourse compare with identifier, not the path
7243
7244 2002-07-26 [alfons]     0.8.0claws18
7245
7246         * src/folder.c
7247                 use folder item identifier for saving / restoring
7248                 preferences because folder->path might not be unique
7249
7250 2002-07-26 [melvin]     0.8.0claws17
7251
7252         * src/logwindow.c
7253                 Fixed a crash introduced in 0.8.0claws5 when log is 
7254                 cut under 80 characters.
7255
7256 2002-07-26 [paul]       0.8.0claws16
7257
7258         * sync with 0.8.1cvs1
7259                 see ChangeLog 2002-07-26
7260
7261 2002-07-26 [christoph]  0.8.0claws15
7262
7263         * src/imap.[ch]
7264                 imap folder now remembers the last selected
7265                 folder and imap_fetch_msginfo skips selecting
7266                 the folder if it is already selected
7267
7268 2002-07-26 [christoph]  0.8.0claws14
7269
7270         * src/folder.c
7271         * src/folderview.c
7272         * src/imap.c
7273                 fix imap folder rescanning
7274
7275 2002-07-25 [christoph]  0.8.0claws13
7276
7277         * src/filter.c
7278         * src/folder.[ch]
7279         * src/folderview.c
7280         * src/imap.[ch]
7281         * src/mainwindow.c
7282         * src/mbox_folder.c
7283         * src/mh.c
7284         * src/news.c
7285                 implement imap uid cache and uid validity check
7286
7287 2002-07-25 [alfons]     0.8.0claws12
7288
7289         * src/summaryview.c
7290                 fix a brown paper bag bug, and also add some more
7291                 checks
7292
7293 2002-07-25 [christoph]  0.8.0claws11
7294
7295         * src/folder.c
7296                 don't mix copy, fetch_msginfo and remove
7297                 operations in folder item copy and move
7298                 operations
7299
7300 2002-07-25 [christoph]  0.8.0claws10
7301
7302         * src/folderview.c
7303         * src/mainwindow.c
7304         * src/prefs_folder_item.c
7305         * src/summaryview.[ch]
7306                 remove no longer required parameter update_cache from
7307                 summary_show
7308
7309 2002-07-25 [paul]       0.8.0claws9
7310
7311         * sync with 0.8.1
7312         
7313         * AUTHORS
7314                 a few corrections
7315
7316 2002-07-24 [alfons]     0.8.0claws8
7317
7318         * src/summaryview.c
7319                 sort correctly when using simplified subject line
7320                 (closes feature request "[ 585141 ] applying regexp to subject 
7321                 before sort" submitted by Alexandra Walford)
7322
7323 2002-07-24 [paul]       0.8.0claws7
7324
7325         * sync with 0.8.0cvs3
7326                 see ChangeLog 2002-07-24
7327
7328 2002-07-23 [christoph]  0.8.0claws6
7329
7330         * src/folder.c
7331         * src/folder.h
7332         * src/summaryview.c
7333         * src/summaryview.h
7334         * src/main.c
7335                 o separate processing and summaryview
7336                 o removed summary_write_cache from summaryview
7337                 o removed summaryview->killed_messages, because we don't have
7338                   to keep a list of killed messages anymore. New cache will
7339                   keep the hidden messages in cache anyway
7340         * src/folderview.c
7341         * src/inc.c
7342         * src/selective_download.c
7343                 o removed unnecessary summary_write_cache calls
7344         * src/procmsg.c
7345                 o don't set ignore thread flag in procmsg_get_thread_tree
7346                   if it is already set
7347         * src/mainwindow.c
7348         * src/statusbar.h
7349                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7350                   they are used in different files
7351
7352 2002-07-23 [melvin]     0.8.0claws5
7353
7354         * src/addressbook.c
7355         * src/addrgather.c
7356         * src/editaddress.c
7357         * src/editgroup.c
7358         * src/editldap_basedn.c
7359         * src/importldif.c
7360         * src/prefs_common.c
7361                 Fixed few memory leak (gtk_editable_get_chars returns
7362                 an allocated string)
7363         * src/logwindow.c
7364                 Fixed few memory leak (gtk_editable_get_chars returns
7365                 an allocated string) and modified a little the log cutting
7366                 loop.
7367         * src/compose.c
7368                 Replaced a call to an obsolete function gtk_entry_get_text()
7369                 by gtk_editable_get_chars()
7370         * src/send.c
7371                 Removed a debug printf
7372
7373 2002-07-23 [christoph]  0.8.0claws4
7374
7375         * src/filesel.c
7376                 fix another g_dirname memory leak
7377
7378 2002-07-23 [christoph]  0.8.0claws3
7379
7380         * src/mh.c
7381                 fixed a memory leak in mh_fetch_msginfo
7382                 fixed crash when message header could not be
7383                 parsed
7384
7385 2002-07-23 [paul]       0.8.0claws2
7386
7387         * sync with 0.8.0cvs2
7388                 see ChangeLog 2002-07-23
7389
7390 2002-07-23 [paul]       0.8.0claws1
7391
7392         * sync with 0.8.0cvs1
7393                 see ChangeLog 2002-07-23
7394
7395 2002-07-23 [paul]       0.8.0claws
7396
7397         * release of 0.8.0claws
7398
7399 2002-07-23 [paul]       0.7.8claws99
7400
7401         * po/ru.po
7402                 new Russian translation, submitted by
7403                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7404
7405 2002-07-22 [jens]       0.7.8claws98
7406
7407         * po/de.po
7408                 Updated German translations.
7409
7410 2002-07-22 [paul]       0.7.8claws97
7411
7412         * po/es.po
7413           po/it.po
7414           po/nl.po
7415           po/pt_BR.po
7416                 updated translations by Ricardo Mones Lastra,
7417                 Alessandro Maestri, Wilbert Berendsen and 
7418                 Fabio Jr. Beneditto respectively
7419
7420 2002-07-22 [christoph]  0.7.8claws96
7421
7422         * src/mimeview.c
7423                 fix memory leak caused by wrong g_dirname usage
7424
7425 2002-07-22 [christoph]  0.7.8claws95
7426
7427         * src/summaryview.c
7428                 update new and unread message counts for summaryview
7429                 summaryview does not get it from the folder anymore
7430                 and has to update the values itself
7431
7432 2002-07-22 [melvin]     0.7.8claws94
7433
7434         * po/fr.po
7435                 Updated French translations.
7436
7437 2002-07-22 [christoph]  0.7.8claws93
7438
7439         * src/matcher.c
7440                 set prop->preg pointer to NULL or following check
7441                 will not fail and regexec will be called with
7442                 invalid pointer
7443
7444 2002-07-21 [alfons]     0.7.8claws92
7445         
7446         * src/prefs_common.[ch]
7447                 remove option "Send return receipt on request"
7448
7449 2002-07-21 [thorsten]   0.7.8claws91
7450
7451         * src/mimeview.c
7452                 fixed memleaks, coding style as pointed out by alfons
7453
7454 2002-07-21 [alfons]     0.7.8claws90
7455
7456         * src/messageview.c
7457         * src/noticeview.[ch]
7458                 o fix bug notice view being displayed when going to empty folder 
7459                   (noticed by Christoph)
7460                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7461                   (noticed by Thorsten)
7462
7463 2002-07-21 [thorsten]   0.7.8claws89
7464
7465         * src/mimeview.c
7466                 Included save_all patch from Xaview FACQ
7467                 added support for pathnames
7468
7469 2002-07-21 [alfons]     0.7.8claws88
7470
7471         * po/POTFILES.in
7472         * src/Makefile.am
7473         * src/mainwindow.c
7474         * src/messageview.[ch]
7475         * src/noticeview.c      ** NEW FILE **
7476         * src/noticeview.h      ** NEW FILE **
7477                 make return receipts work again
7478                 (UI idea by Leandro Pereira)
7479
7480 2002-07-21 [paul]       0.7.8claws87
7481
7482         * src/summaryview.c
7483                 fix sensitivity of 'Select thread'
7484
7485 2002-07-21 [paul]       0.7.8claws86
7486
7487         * src/prefs_common.c
7488                 add browser command line for Galeon
7489
7490 2002-07-21 [paul]       0.7.8claws85
7491
7492         * Makefile.am
7493                 fix 'EXTRA_DIST': remove README.README, add TODO
7494                 and TODO.claws
7495
7496 2002-07-21 [alfons]     0.7.8claws84
7497
7498         * src/gtkstext.c
7499                 make enter clear selection
7500                 (closes "[ 579888 ] Editor selection/entry error"
7501                 reported by Steve Lamb)
7502
7503 2002-07-21 [alfons]     0.7.8claws83
7504         
7505         * src/summaryview.c
7506                 sort message list when selecting unthread messages
7507                 (closes "[ 501593 ] switching threaded view doesn't sort"
7508                 reported by Simon Schubert)
7509
7510 2002-07-20 [alfons]     0.7.8claws82
7511         
7512         * src/matcher.c
7513                 const-correctness
7514
7515 2002-07-20 [thorsten]   0.7.8claws81
7516
7517         * src/matcher.c
7518                 Fixed expansion of empty fields in matchactions
7519
7520 2002-07-19 [melvin]     0.7.8claws80
7521
7522         * src/gtkspell.c
7523                 Removed a duplicate menu entry (fast mode) introduced during
7524                 the new cache merge
7525                 Added a menu separator between 'Use alternate' and 'Fast mode'
7526
7527 2002-07-19 [paul]       0.7.8claws79
7528
7529         * tools/Makefile.am
7530           tools/README
7531                 correct typos
7532
7533 2002-07-19 [thorsten]   0.7.8claws78
7534
7535         * tools/calypso_convert.pl      ** NEW FILE **
7536           tools/README
7537           tools/Makefile.am
7538                 script to import mbox files exported
7539                 by calypso
7540                 o generates folder structure
7541                 o includes attachments
7542
7543 2002-07-19 [melvin]     0.7.8claws77
7544
7545         * src/selective_download.[ch]
7546                 Fixed bug where closing the dialog with the window manager's
7547                 close button will not unlock the summary
7548                 Corrected some function declarations that missed a return value
7549                 Made the source code comply better with coding style.
7550         * src/prefs_common.c
7551                 Added new browser command line for Mozilla.
7552
7553 2002-07-18 [paul]       0.7.8claws76
7554
7555         * src/mainwindow.c
7556           src/selective_download.[ch]
7557                 reflect theme changes, fix Gdk Warning when creating 
7558                 pixmap from NULL window, and minor clean up.
7559                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7560
7561         * po/en_GB.po
7562                 updated
7563
7564 2002-07-17 [paul]       0.7.8claws75
7565
7566         * INSTALL[.jp]
7567                 sync with 0.8.0
7568         
7569         * po/en_GB.po
7570                 updated
7571
7572 2002-07-16 [paul]       0.7.8claws74
7573
7574         * tools/filter_conv.pl
7575           tools/README
7576                 replace conversion script with reimplemented version, 
7577                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7578
7579 2002-07-16 [colin]      0.7.8claws73
7580
7581         * src/summaryview.c
7582                 remove forgotten debug messages - sorry ;-)
7583
7584 2002-07-16 [colin]      0.7.8claws72
7585
7586         * src/mimeview.c
7587           src/summaryview.c
7588           src/textview.c
7589           src/textview.h
7590                 add the ability to select part of a text mime-part 
7591                 to reply.
7592
7593 2002-07-15 [christoph]  0.7.8claws71
7594
7595         * src/folder.c
7596                 fix folder message count for folders without
7597                 msg_is_changed (includes news folders)
7598
7599 2002-07-15 [martin]     0.7.8claws70
7600
7601         * src/summaryview.c
7602                 option "display recipient on 'From'..." now works
7603                 without the need of enabling the option
7604                 "display  sender  using  address  book".
7605
7606 2002-07-15 [christoph]  0.7.8claws69
7607
7608         * src/summaryview.c
7609                 removed setting folder status from summaryview.
7610                 folder.c should update all message counts correctly.
7611
7612 2002-07-15 [paul]       0.7.8claws68
7613
7614         * po/pt_BR.po
7615                 updated by Fabio Junior Beneditto
7616
7617 2002-07-15 [darko]      0.7.8claws67
7618
7619         * src/mh.c
7620                 Fixed target folder colorization, don't decrease op
7621                 number twice
7622
7623 2002-07-14 [paul]       0.7.8claws66
7624
7625         * sync with main 0.8.0
7626                 see ChangeLog 2002-07-14
7627
7628 2002-07-13 [melvin]     0.7.8claws65
7629         
7630         * src/addrbook.c
7631         * src/addressbook.c
7632         * src/addrindex.c
7633                 Replaced sprintf by g_snprintf to prevent possible buffer
7634                 overflow.
7635         * src/news.c
7636                 Corrected a log message output format.
7637                 Added a missing "done" debug output.
7638         * src/compose.c
7639                 Added keyboard accelerator for Priority menu items
7640                 Added missing \n in debug output
7641         * src/logwindow.c
7642         * src/gtkspell.c
7643         * src/rfc2015.c
7644                 Added missing \n in debug output
7645
7646 2002-07-13 [paul]       0.7.8claws64
7647
7648         * man/sylpheed.1
7649                 change Sergey's email address to the sf address
7650
7651         * src/textview.c
7652                 increase show_url_timeout (more useful for long
7653                 urls)
7654
7655 2002-07-12 [sergey]     0.7.8claws63
7656
7657         * src/rfc2015.c
7658                 applied (with some modifications) patch to set the
7659                 micalg parameter for signatures
7660                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7661
7662 2002-07-12 [sergey]     0.7.8claws62
7663
7664         * man/Makefile.am
7665         * configure.in
7666                 fixed man page installation
7667
7668 2002-07-12 [paul]       0.7.8claws61
7669
7670         * sync with 0.7.8cvs26
7671                 see ChangeLog 2002-07-11 and 2002-07-12
7672
7673 2002-07-11 [christoph]  0.7.8claws60
7674
7675         * src/compose.c
7676         * src/procmsg.c
7677                 first use the message number to find the message
7678                 to mark with a reply flag but check the
7679                 message-id if we got the correct message, if not
7680                 try to find it by message-id.
7681                 use new string seperator that is not allowed
7682                 in message-ids.
7683
7684 2002-07-11 [paul]       0.7.8claws59
7685
7686         * sync with 0.7.8cvs23
7687                 see ChangeLog 2002-07-10
7688
7689 2002-07-10 [christoph]  0.7.8claws58
7690
7691         * src/folder.[ch]
7692         * src/msgcache.[ch]
7693                 Added message-id table to the cache in memory
7694                 and functions to msgcache.c and folder.c to
7695                 fetch MsgInfos by message id
7696         * src/compose.c
7697         * src/procmsg.c
7698                 store folder and message-id of message replying
7699                 to in queue header and set reply flag after sending
7700                 (Closes bug #469498)
7701
7702 2002-07-10 [paul]       0.7.8claws57
7703
7704         * AUTHORS
7705           man/sylpheed.1.gz
7706                 add Martin to the list of authors
7707
7708 2002-07-09 [martin]     0.7.8claws56
7709         * src/gtksctree.c
7710                 Added gtk_ctree_last_visible(), tree_update_level(),
7711                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7712                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7713                 from gtk+ to gtksctree.c for the new sorting code
7714                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7715                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7716         * src/gtksctree.h
7717                 Added declaration for gtk_sctree_sort_recursive() and
7718                 gtk_sctree_sort_node
7719         * src/addressbook.c
7720         * src/foldersel.c
7721         * src/folderview.c
7722         * src/summaryview.c
7723                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7724                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7725
7726 2002-07-08 [paul]       0.7.8claws55
7727
7728         * more sync with 0.7.8cvs21
7729                 see ChangeLog 2002-07-08
7730
7731 2002-07-08 [paul]       0.7.8claws54
7732
7733         * sync with 0.7.8cvs21
7734                 see ChangeLog 2002-07-08
7735
7736 2002-07-07 [alfons]     0.7.8claws53
7737
7738         * src/Makefile.am
7739         * src/stock_pixmap.[ch]
7740         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7741         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7742         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7743                 add new pixmaps for upcoming notice pane
7744
7745 2002-07-06 [melvin]     0.7.8claws52
7746
7747         * src/gtkspell.[ch]
7748                 Made them a bit closer to Sylpheed's coding style.
7749                 Removed old code.
7750                 Removed possible memory leaks when some errors occurs.
7751
7752 2002-07-06 [melvin]     0.7.8claws51
7753
7754         * po/Makefile.in.in
7755                 Removed --no-location in xgettext command line to help
7756                 translators that use Emacs' po-mode
7757         * src/quote_fmt.c
7758                 Removed unnecessary comments that messed up sylpheed.pot
7759
7760 2002-07-06 [paul]       0.7.8claws50
7761
7762         * sync with 0.7.8cvs19
7763                 see ChangeLog 2002-07-05
7764
7765 2002-07-06 [christoph]  0.7.8claws49
7766
7767         * src/folder.c
7768         * src/mainwindow.c
7769                 fix folder_item_remove_all_msg and folderview
7770                 status for trash folders after emptying trash
7771
7772 2002-07-05 [paul]       0.7.8claws48
7773
7774         * sync with 0.7.8cvs16
7775                 see ChangeLog 2002-07-04 and 2002-07-05
7776
7777 2002-07-04 [paul]       0.7.8claws47
7778
7779         * sync with 0.7.8cvs14
7780                 see  ChangeLog 2002-07-04
7781
7782 2002-07-03 [alfons]     0.7.8claws46
7783
7784         * src/folder.c
7785                 dupe folder item's path because it's being reallocated
7786                 by new folder scanning code
7787
7788 2002-07-03 [christoph]  0.7.8claws45
7789
7790         * src/imap.c
7791                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7792         * src/msgcache.c
7793                 add missing return in msgcache_write
7794
7795 2002-07-02 [thorsten]   0.7.8claws44
7796
7797         * src/jpilot.c
7798         * src/msgcache.c
7799         * src/rfc2015.c
7800                 use binary mode for file access
7801
7802 2002-07-02 [christoph]  0.7.8claws43
7803
7804         * major code cleanup (part 1)
7805         
7806                 - unused variables removed
7807                 - unused functions removed
7808                 - uninitialized variables checked
7809                 - missing return statements added
7810                 - missing function return types added
7811                 - added parentheses around assignment and
7812                   && in || when suggested by gcc
7813               
7814         * src/mh.c
7815         * src/folder.c
7816                 replaced direct calls to folder->scan_tree
7817                 with folder_scan_tree and restore folder
7818                 prefs in this function. The folder should
7819                 not have to deal with them.
7820                 ( Should now work for all folder types )
7821
7822 2002-07-02 [paul]       0.7.8claws42
7823
7824         * sync with 0.7.8cvs13
7825                 see ChangeLog 2002-07-01 and 2002-07-02
7826
7827 2002-07-01 [christoph]  0.7.8claws41
7828
7829         * src/summaryview.c
7830                 fix "goto next/prev unread message" with
7831                 ignored threads
7832
7833 2002-07-01 [paul]       0.7.8claws40
7834
7835         * po/es.po
7836                 updated by Ricardo Mones Lastra
7837
7838 2002-06-30 [match]      0.7.8claws39
7839
7840         * src/jpilot.c
7841                 applied variation of leonerd's patch (566661) to
7842                 allow multiple email addresses per JPilot entry.
7843                 addresses may be separated by space, comma, pipe,
7844                 semi-colon, new-line.
7845
7846 2002-06-30 [alfons]     0.7.8claws38
7847
7848         * src/procmsg.c
7849                 simple fix for putting older nodes before
7850                 newer nodes when threading by subject
7851
7852 2002-06-30 [christoph]  0.7.8claws37
7853
7854         * src/folder.c
7855         * src/folderview.c
7856         * src/mh.c
7857         * src/news.c
7858         * src/procmsg.c
7859                 fix broken folder tree rescaning
7860                 and don't use procmsg_get_mark_sum
7861                 anymore
7862
7863 2002-06-30 [christoph]  0.7.8claws36
7864
7865         * merge new cache branch
7866         * src/imap.c
7867                 fix new cache imap copy bug
7868         * src/folder.c
7869                 improved folder_item_scan
7870                 it should now always set the correct
7871                 new, unread and total message counts
7872
7873 2002-06-29 [paul]       0.7.8claws35
7874
7875         * configure.in
7876                 correct syntax error
7877
7878 2002-06-29 [paul]       0.7.8claws34
7879
7880         * configure.in
7881           Makefile.am
7882           man/Makefile.am       ** NEW FILE **
7883           man/sylpheed.1.gz     ** NEW FILE **
7884                 add Sylpheed man page
7885
7886 2002-06-29 [paul]       0.7.8claws33
7887
7888         * po/pt_BR.po
7889                 updated by Fabio Junior Beneditto
7890
7891 2002-06-28 [jens]       0.7.8claws32
7892
7893         * po/de.po
7894                 translation updated
7895
7896         * src/selective_download.c
7897                 removed gettext for space " "
7898
7899         * src/imap.c
7900                 removed wrong space
7901
7902 2002-06-28 [paul]       0.7.8claws31
7903
7904         * sync with 0.7.8cvs11
7905                 see ChangeLog 2002-06-28
7906
7907 2002-06-28 [paul]       0.7.8claws30
7908
7909         * sync with 0.7.8cvs10
7910                 see ChangeLog 2002-06-27 and 2002-06-28
7911
7912 2002-06-26 [paul]       0.7.8claws29
7913
7914         * src/addrgather.c
7915           src/selective_download.c
7916                 don't gettextise empty strings.
7917                 reserved by gettext. gettext("") returns 
7918                 the header entry with meta information, 
7919                 not the empty string
7920
7921         * po/en_GB.po
7922                 updated
7923
7924 2002-06-26 [paul]       0.7.8claws28
7925
7926         * sync with 0.7.8cvs7
7927                 see ChangeLog 2002-06-25
7928
7929         * src/prefs_common.c
7930                 ...and in the process, tweak the gui a little
7931
7932 2002-06-25 [alfons]     0.7.8claws27
7933         
7934         * configure.in
7935         * src/Makefile.am
7936                 fine tune ldap library detection
7937
7938 2002-06-25 [alfons]     0.7.8claws26
7939
7940         * src/compose.c
7941                 don't allow return receipts when composing a news article
7942
7943 2002-06-25 [paul]       0.7.8claws25
7944
7945         * Makefile.am
7946                 add '$(AMTAR)' to 'release' section to allow for
7947                 new and older autotools
7948
7949 2002-06-25 [paul]       0.7.8claws24
7950
7951         * src/summaryview.c
7952                 fix "No more unread messages" persistant pop-up
7953                 window bug
7954
7955 2002-06-25 [paul]       0.7.8claws23
7956
7957         * po/it.po
7958                 updated by Alessandro Maestri
7959
7960 2002-06-25 [paul]       0.7.8claws22
7961
7962         * sync with 0.7.8cvs6
7963                 see ChangeLog 2002-06-25
7964
7965 2002-06-24 [paul]       0.7.8claws21
7966
7967         * tools/update-po
7968                 add GPL copyright information
7969
7970 2002-06-24 [paul]       0.7.8claws20
7971
7972         * tools/Makefile.am
7973           tools/README
7974           tools/update-po       ** NEW FILE **
7975                 add script that eases the creation of *.po files
7976                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
7977
7978 2002-06-23 [alfons]     0.7.8claws19
7979
7980         * src/messageview.c
7981                 make notification_convert_header obey const correctness
7982                 (next step will be fixing the broken return receipt)
7983
7984 2002-06-23 [paul]       0.7.8claws18
7985
7986         * src/messageview.c
7987                 fix bug introduced in last commit:
7988                 removed too much code in last commit - put back what's
7989                 needed
7990
7991 2002-06-23 [paul]       0.7.8claws17
7992
7993         * src/messageview.[ch]
7994                 remove code committed in error from locally patched
7995                 source
7996
7997 2002-06-23 [colin]      0.7.8claws16
7998
7999         * src/compose.[ch]
8000                 add compose_entry_select(), used to select the default_to
8001                 email address - hopefully avoiding people sending mails to
8002                 wrong recipients.
8003
8004 2002-06-22 [alfons]     0.7.8claws15
8005
8006         * AUTHORS
8007                 add Bram Metsch & Stanislav Karchebny
8008         * src/smtp.[ch]
8009         * src/prefs_account.[ch]
8010         * src/send.c
8011                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
8012                   options.  (see <http://sourceforge.net/tracker/index.php
8013                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
8014
8015                 - merge Stanislav's fix to make SMTP AUTH work with qmail
8016                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
8017
8018 2002-06-22 [paul]       0.7.8claws14
8019
8020         * sync with 0.7.8cvs5
8021                 see ChangeLog 2002-06-19 and 2002-06-20
8022
8023 2002-06-22 [alfons]     0.7.8claws13
8024
8025         * src/selective_download.c
8026                 fix a stupid mistake I made
8027
8028 2002-06-22 [alfons]     0.7.8claws12
8029
8030         * src/selective_download.[ch]
8031                 fix another unnoticed leak; cleanup code
8032
8033 2002-06-21 [alfons]
8034
8035         * tools/Makefile.am
8036                 gpg-sign <-- gpg-sign-syl
8037
8038 2002-06-21 [alfons]     0.7.8claws11
8039
8040         * src/selective_download.c
8041         * src/selective_download.h
8042                 fix assorted mix of allocation errors (should solve
8043                 problem reported by Philippe Gramoullé, see:
8044                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8045
8046 2002-06-20 [melvin]     0.7.8claws10
8047
8048         * tools/gpg-sign *REMOVED*
8049           tools/gpg-sign-syl *ADDED*
8050                 Replaced the gpg clearsigning script with the version using
8051                 xterm instead of ssh-askpass and changed its name.
8052
8053         * README.claws
8054                 Updated actions example to reflect the renaming of the
8055                 gpg clearsigning script.
8056
8057 2002-06-19 [paul]       0.7.8claws9
8058
8059         * sync with 0.7.8claws9
8060                 see ChangeLog 2002-06-18 and 2002-06-19
8061
8062 2002-06-19 [paul]       0.7.8claws8
8063
8064         * sync with 0.7.8cvs1
8065                 see ChangeLog 2002-06-18
8066
8067 2002-06-18 [alfons]     0.7.8claws7
8068
8069         * src/mainwindow.h
8070                 add omitted prototype
8071
8072 2002-06-17 [paul]       0.7.8claws6
8073
8074         * src/mainwindow.c
8075                 fix hiding of exec_btn
8076
8077 2002-06-17 [paul]       0.7.8claws5
8078
8079         * src/pop.c
8080                 remove unneeded code: should_delete() 
8081                 and Pop3State::uidl_todelete_list
8082
8083 2002-06-17 [paul]       0.7.8claws4
8084
8085         * sync with 0.7.8
8086                 see ChangeLog 2002-06-11 and 2002-06-13
8087
8088 2002-06-16 [alfons]     0.7.8claws3
8089         
8090         * src/folder.c
8091                 make sure lock sort mode (claws specific) is
8092                 also persists after a tree rescan
8093
8094 2002-06-16 [alfons]     0.7.8claws2
8095
8096         * src/prefs_folder_item.c
8097         * src/folder.[ch]
8098                 fix persistence of folder sort mode (broken
8099                 by adapting Hiro's new folder persistence code)
8100
8101 2002-06-16 [alfons]     0.7.8claws1
8102
8103         * AUTHORS
8104         * src/logwindow.c
8105         * src/prefscommon.[ch]
8106                 control size of log text in log window; 
8107                 closes patch #569155 submitted by Mitko Haralanov.
8108
8109 2002-06-15 [paul]       0.7.8claws
8110
8111         * release of 0.7.8claws
8112
8113 2002-06-15 [paul]       0.7.7claws
8114
8115         * po/pt_BR.po
8116                 updated by Fabio Junior Beneditto
8117
8118 2002-06-14 [paul]       0.7.6claws49
8119
8120         * po/es.po
8121                 updated by Ricardo Mones Lastra
8122
8123 2002-06-14 [paul]       0.7.6claws48
8124
8125         * po/nl.po
8126                 updated translation by Wilbert Berendsen
8127
8128 2002-06-14 [melvin]     0.7.6claws47
8129
8130         * po/fr.po
8131                 Updated French translation
8132
8133 2002-06-13 [paul]       0.7.6claws46
8134
8135         * src/filesel.c
8136                 allow filename to be typed in, rather than just
8137                 selected by the mouse. Patch by Gustavo Noronha Silva.
8138
8139 2002-06-13 [alfons]     0.7.6claws45
8140
8141         * src/mainwindow.[ch]
8142                 more cleanups (removing unnecessary menu items Expand 
8143                 summary / message view)
8144
8145 2002-06-13 [melvin]     0.7.6claws44
8146
8147         * po/POTFILES.in
8148                 Added src/string_match.c
8149         * src/string_match.c
8150                 Fixed possible buffer overflow.
8151                 Corrected typo.
8152                 Added missing config.h header.
8153         * src/prefs_common.c
8154           src/prefs_matcher.c
8155           src/prefs_scoring.c
8156                 Made some strings translatable (missing _(..)).
8157
8158 2002-06-13 [melvin]     0.7.6claws43
8159
8160         * README.claws
8161                 Corrected action example (verifying clearsigned mail).
8162         * src/prefs_account.c
8163                 Corrected typo.
8164         * src/prefs_common.c
8165                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8166
8167 2002-06-12 [alfons]     0.7.6claws42
8168
8169         * src/summaryview.c
8170                 add init of score column lost in 0.7.6claws42
8171
8172 2002-06-12 [paul]       0.7.6claws41
8173
8174         * src/prefs_account.c
8175                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8176                 behavior of the radio buttons, (from 0.7.7cvs2)
8177
8178 2002-06-11 [alfons]     0.7.6claws40
8179
8180         * src/messageview.[ch]
8181         * src/summaryview.[ch]
8182         * src/summary_search.c
8183         * src/mainwindow.c
8184                 perform a sync to bring in Hiro's separate view implementation 
8185
8186                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8187
8188 2002-06-11 [paul]       0.7.6claws39
8189         
8190         * src/prefs_account.c
8191                 correct a typo on the Receive tab
8192
8193 2002-06-10 [match]      0.7.6claws38
8194
8195         * src/addressbook.c
8196                 Included address completion patch from Gustavo Noronha.
8197
8198 2002-06-10 [paul]       0.7.6claws37
8199
8200         * src/inc.[ch]
8201           src/pop.c
8202           src/prefs_account.[ch]
8203           src/selective_download.[ch]
8204                 apply PATCH #561712
8205                  NEW:
8206                 - check if POP Account
8207                 - Receive Button renamed to Preview
8208                 - Preview Button Popup: preview new/all messages
8209                 - Download Button
8210                 - Account Preferences-->Receive tab checkbutton if you
8211                   want to remove Mail after Download
8212                 -: default YES
8213                 - Account Preferences-->Receive tab checkbutton use
8214                   filtering rules on preview
8215                   (think of delete_on_server)
8216                 -: default YES
8217                 - Account selectable from SD dialog
8218                 - checkbutton to show already downloaded messages if
8219                   all messages are previewed
8220                 - new clist column showing Date
8221                 - ESC KEY close
8222                 FIXES:
8223                 - play ball with UIDL
8224                 - fault tolerant (?) 
8225                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8226
8227 2002-06-10 [melvin]     0.7.6claws36
8228
8229         * README.claws
8230                 Added a hint to ac/README in cvs instructions.
8231
8232         * src/prefs_actions.c
8233                 Made it possible to use a more elaborate command line
8234                 for asynchronous actions, too.
8235
8236 2002-06-10 [melvin]     0.7.6claws35
8237         
8238         * src/prefs_actions.c
8239                 Make it possible to use a more elaborate command line
8240                 (e.g. |foo|bar|cat>there;echo Done|)
8241                 Corrected error message when calling %f, %F and %p commands
8242                 from the compose window.
8243
8244 2002-06-09 [colin]      0.7.6claws34
8245
8246         * src/summaryview.c
8247                 Automatically find unread messages in current folder
8248                 before annoying the user.
8249
8250 2002-06-08 [alfons]     0.7.6claws33
8251
8252         * po/it.po
8253                 remove bad formatting string in it.po translation
8254                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8255
8256 2002-06-08 [paul]       0.7.6claws32
8257
8258         * sync with 0.7.6cvs25
8259                 see ChangeLog 2002-06-07
8260
8261 2002-06-05 [paul]       0.7.6claws31
8262
8263         * src/mainwindow.c
8264                 add 'Sort by locked' and 'Sort by score'
8265
8266 2002-06-05 [paul]       0.7.6claws30
8267
8268         * sync with 0.7.6cvs24
8269                 see ChangeLog 2002-06-04
8270
8271 2002-06-04 [paul]       0.7.6claws29
8272
8273         * po/pt_BR.po
8274                 updated by Fabio Junior Beneditto
8275
8276 2002-06-03 [thorsten]   0.7.6claws28
8277
8278         * src/matcher.c
8279                 fclose() matcherrc after reading
8280
8281 2002-06-03 [paul]       0.7.6claws27
8282
8283         * sync with 0.7.6cvs21
8284                 see ChangeLog 2002-05-31
8285
8286 2002-05-31 [paul]       0.7.6claws26
8287
8288         * sync with 0.7.6cvs20
8289                 see ChangeLog 2002-05-29 and 2002-05-30
8290
8291 2002-05-31 [paul]       0.7.6claws25
8292
8293         * src/imap.c
8294                 hopefully fix last buggy sync
8295
8296         * README.claws
8297                 correct typo in 'Actions' examples
8298
8299 2002-05-29 [paul]       0.7.6claws24
8300
8301         * sync with 0.7.6cvs18
8302                 see ChangeLog 2002-05-28 and 2002-05-29
8303
8304         * src/news.c
8305           src/nntp.[ch]
8306                 sync with above 
8307
8308 2002-05-28 [paul]       0.7.6claws23
8309
8310         * sync with 0.7.6cvs16
8311                 see ChangeLog 2002-05-28
8312
8313 2002-05-27 [thorsten]   0.7.6claws22 
8314
8315         * faq/it/sylpheed-faq-1.html
8316           faq/it/sylpheed-faq-2.html
8317           faq/it/sylpheed-faq-3.html
8318           faq/it/sylpheed-faq.html
8319                 corrected DOS lineendings
8320         * faq/de/sylpheed-faq-1.html
8321           faq/de/sylpheed-faq-2.html
8322           faq/en/sylpheed-faq-1.html
8323           faq/en/sylpheed-faq-2.html
8324           faq/en/sylpheed-faq-3.html
8325           faq/es/sylpheed-faq-1.html
8326           faq/es/sylpheed-faq-2.html
8327           faq/es/sylpheed-faq-3.html
8328           faq/fr/sylpheed-faq-1.html
8329           faq/it/sylpheed-faq-1.html
8330           faq/it/sylpheed-faq-2.html
8331           faq/it/sylpheed-faq-3.html
8332           faq/it/sylpheed-faq.html
8333                 changed ">" to &quot;
8334
8335 2002-05-27 [paul]       0.7.6claws21
8336         
8337         * sync with 0.7.6cvs15
8338                 see ChangeLog 2002-05-27
8339
8340 2002-05-27 [paul]       0.7.6claws20
8341
8342         * src/prefs_account.c
8343                 correct a typo
8344
8345 2002-05-26 [paul]       0.7.6claws19
8346
8347         * tools/README
8348                 correct a typo
8349
8350 2002-05-25 [paul]       0.7.6claws18
8351
8352         * tools/README
8353                 add description of kmail2sylpheed.pl
8354
8355 2002-05-25 [paul]       0.7.6claws17
8356
8357         * tools/kmail2sylpheed.pl       ** NEW FILE **
8358                 perl script that converts an exported Kmail address
8359                 book, converts it to sylpheed addressbook file,
8360                 writes the file to .sylpheed, and updates
8361                 addrbook--index.xml 
8362
8363 2002-05-25 [paul]       0.7.6claws16
8364
8365         * sync with 0.7.6cvs14
8366                 see ChangeLog 2002-05-23
8367
8368 2002-05-24 [paul]       0.7.6claws15
8369
8370         * README.claws
8371                 make a correction and add some more info
8372
8373 2002-05-24 [paul]       0.7.6claws14
8374
8375         * src/compose.c
8376                 fix memory leak in 
8377                 compose_redirect_write_headers_from_headerlist()
8378                 add Subject and Resent-Message-ID to
8379                 compose_redirect_write_headers()
8380                 Received, Subject, and X-UIDL are filtered out in 
8381                 compose_redirect_write_to_file()
8382
8383 2002-05-23 [paul]       0.7.6claws13
8384
8385         * src/compose.[ch]
8386           src/filtering.c
8387           src/mainwindow.c
8388           src/matcher.[ch]
8389           src/matcher_parser_lex.l
8390           src/matcher_parser_parse.y
8391           src/prefs_common.[ch]
8392           src/prefs_filtering.c
8393           src/summaryview.c
8394                 rename 'Bounce' to 'Redirect'
8395
8396 2002-05-23 [paul]       0.7.6claws12
8397
8398         * more sync with 0.7.6cvs13
8399           src/compose.c
8400                 see ChangeLog 2002-05-22
8401
8402 2002-05-22 [paul]       0.7.6claws11
8403
8404         * sync with 0.7.6cvs13
8405           src/codeconv.c
8406                 see ChangeLog 2002-05-20
8407           src/prefs_common.c
8408                 see ChangeLog 2002-05-22
8409
8410 2002-05-21 [melvin]     0.7.6claws10
8411
8412         * src/folderview.c
8413                 Added missing filtering and scoring headers
8414                 Fixed bad function call that showed garbage 
8415                 in Folder->Processing
8416
8417 2002-05-21 [paul]       0.7.6claws9
8418
8419         * tools/Makefile.am
8420                 make all tools executable, (patch by Alfons).
8421
8422 2002-05-20 [alfons]     0.7.6claws8
8423
8424         * src/procheader.c
8425                 don't forget to call mktime() so we have a valid week 
8426                 and year day
8427                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8428
8429 2002-05-20 [paul]       0.7.6claws7
8430
8431         * src/html.c
8432                 fix broken parsing of urls
8433         * src/textview.c
8434                 fix displaying of urls
8435
8436                 both fixes from the patch [547855] by Eugene 
8437                 Brevdo (zonem)
8438
8439 2002-05-19 [alfons]     0.7.6claws6
8440
8441         * configure.in
8442                 make sylpheed configure correctly with the latest
8443                 and greatest of automake / autoconf / gettext
8444
8445 2002-05-19 [alfons]     0.7.6claws5
8446
8447         * src/procheader.c
8448         * src/procheader.h
8449                 add function for returning ime zone offset
8450         * src/quote_fmt.c
8451         * src/quote_fmt_parse.y
8452                 better quotation formatting - does not convert
8453                 to local time, but uses the original date string.
8454                 
8455                 Note: %z inserts the timezone offset (should 
8456                 work also on platforms where strftime does not
8457                 support %z).
8458
8459 2002-05-18 [christoph]  0.7.6claws4
8460
8461         * src/summaryview.c
8462                 fix indentation of some code
8463         * tools/Makefile.am
8464                 fix spaces after \
8465         * src/Makefile.am
8466                 add missing \
8467                 correct path for ignorethread.xpm
8468                 incorrect filename for sylpheed_logo.xpm
8469                 add missing include matcher_parser_parse.h
8470
8471 2002-05-18 [paul]       0.7.6claws3
8472
8473         * sync with 0.7.6cvs8
8474                 see ChangeLog 2002-05-16 and 2002-05-17
8475
8476 2002-05-18 [melvin]     0.7.6claws2
8477
8478         * README.claws
8479                 Corrected an action's definition and fixed some misspellings.
8480
8481 2002-05-18 [paul]       0.7.6claws1
8482
8483         * tools/Makefile.am
8484           tools/gpg-sign        ** new file **
8485           tools/uudec           ** new file **
8486                 add Melvin's Actions scripts
8487
8488         * README.claws
8489                 add Melvin's descriptions for Actions
8490
8491 2002-05-18 [paul]       0.7.6claws
8492
8493         * Version 0.7.6claws released
8494
8495 2002-05-17 [paul]       0.7.5claws32
8496
8497         * po/es.po
8498                 updated by Ricardo Mones Lastra
8499
8500 2002-05-17 [paul]       0.7.5claws31
8501
8502         * src/compose.c
8503                 fix Account prefs default folder for sent/draft/deleted
8504                 messages bug
8505
8506         * po/it.po
8507           po/nl.po
8508                 updated translation by Alessandro Maestri and
8509                 Wilbert Berendsen
8510
8511 2002-05-17 [melvin]     0.7.5claws30
8512
8513         * src/prefs_actions.c
8514                 Fixed bug where using %F not at the end of the command 
8515                 resulted in an additional empty argument being created.
8516                 Thanks to Darko Koruga for reporting the bug.
8517
8518 2002-05-17 [melvin]     0.7.5claws29
8519
8520         * po/fr.po
8521                 Updated French translations.
8522
8523 2002-05-15 [paul]       0.7.5claws28
8524         
8525         * po/es.po
8526                 updated by Ricardo Mones Lastra
8527
8528 2002-05-15 [paul]       0.7.5claws27
8529
8530         * sync with 0.7.6cvs4
8531                 see ChangeLog 2002-05-14 and 2002-05-15
8532
8533 2002-05-14 [paul]       0.7.5claws26
8534
8535         * sync with 0.7.6cvs1
8536                 see ChangeLog 2002-05-13
8537
8538 2002-05-13 [thorsten]   0.7.5claws25
8539
8540         * src/messageview.c
8541                 fix select_all and copy in multipart messages
8542         * src/mainwindow.c
8543                 fix select_all and copy in multipart messages
8544
8545 2002-05-12 [paul]       0.7.5claws24
8546
8547         * src/summaryview.c
8548                 reverse last commit, bug already fixed in 0.7.5claws3
8549
8550 2002-05-12 [netztorte]  0.7.5claws23
8551
8552         * src/summaryview.c
8553                 dont parse empty addressbook (checked in before claws20)
8554
8555 2002-05-12 [melvin]     0.7.5claws22
8556
8557         * src/procmsg.[ch]
8558                 Removed unneeded priority code introduced by the previous 
8559                 commit.
8560
8561 2002-05-12 [melvin]     0.7.5claws21
8562
8563         * src/compose.[ch]
8564                 Added possibility to set message's priority.
8565         * src/procmsg.[ch]
8566                 Added possibility to set message's priority.
8567                 Added missing headers
8568
8569 2002-05-12 [melvin]     0.7.5claws20
8570
8571         * src/prefs_actions.c
8572                 Removed implicitely added quotes around the name
8573                 of the temporary files of mime parts.
8574
8575 2002-05-12 [paul]       0.7.5claws19
8576
8577         * sync with 0.7.5cvs20
8578                 see ChangeLog 2002-05-11
8579
8580 2002-05-12 [alfons]     0.7.5claws18
8581
8582         * src/quote_fmt_lex.l
8583         * src/quote_fmt_parse.y
8584                 allow quote / reply date & time format to be set using
8585                 %D{format}. format is a format string you'd pass to
8586                 strftime() (see man strftime, or the Display tab |
8587                 Date format setting).
8588
8589                 Currently %D converts the date to local time. 
8590
8591 2002-05-11 [paul]       0.7.5claws17
8592
8593         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8594                 see ChangeLog 2002-05-10 and 2002-05-11
8595
8596 2002-05-10 [paul]       0.7.5claws16
8597
8598         * sync with 0.7.5cvs16
8599                 see ChangeLog entries 2002-05-09 and 
8600                 2002-05-10
8601
8602 2002-05-10 [colin]      0.7.5claws15
8603
8604         * src/textview.c
8605                 Corrected a bug that prevented sylpheed to open
8606                 double-clicked URIs.
8607
8608 2002-05-09 [paul]       0.7.5claws14
8609
8610         * sync with 0.7.5cvs14
8611                 see ChangeLog 2002-05-08 and 2002-05-09
8612
8613 2002-05-08 [paul]       0.7.5claws13
8614
8615         * sync with 0.7.5cvs11
8616                 see ChangeLog entry 2002-05-08
8617
8618 2002-05-08 [paul]       0.7.5claws12
8619
8620         * src/mainwindow.c
8621           src/textview.[ch]
8622                 fix segfault on View->Open in new window
8623                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8624
8625 2002-05-07 [paul]       0.7.5claws11
8626
8627         * sync with 0.7.5cvs9
8628                 see ChangeLog entry 2002-05-07
8629
8630 2002-05-06 [paul]       0.7.5claws10
8631
8632         * src/messageview.c
8633           src/textview.c
8634                 display url in statusbar on single-click
8635                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8636
8637 2002-05-06 [match]      0.7.5claws9
8638
8639         * src/addritem.[ch]
8640                 new functions.
8641         * src/addrcache.c
8642                 tidy up.
8643         * src/xmlprops.[ch]
8644                 XML implementation of properties file.
8645         * src/exporthtml.[ch]
8646         * src/expthtmldlg.[ch]
8647         * src/addressbook.c
8648                 export to HTML.
8649
8650 2002-05-02 [sergey]     0.7.5claws8
8651
8652         * src/mainwindow.c (mainwin_entries),
8653           src/prefs_common.c (prefs_send_create()),
8654           src/codeconv.c (locale_table):
8655                 use charset name "Windows-1251" instead of "CP1251".
8656
8657 2002-05-02 [colin]      0.7.5claws7
8658         
8659         * src/compose.c
8660           src/prefs_common.c
8661           src/prefs_folder_item.c
8662                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8663
8664 2002-05-02 [hiro]       0.7.5claws6
8665
8666         * src/imap.c
8667                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8668
8669 2002-05-02 [paul]       0.7.5claws5
8670
8671         * src/compose.c
8672                 more sync with 0.7.5cvs7, see ChangeLog entry
8673                 2002-05-02
8674
8675 2002-05-02 [hiro]       0.7.5claws4
8676
8677         * src/compose.c
8678                 compose_queue_sub():
8679                 check if queue folder exists (closes #550397).
8680                 removed directory creation since it should be handled
8681                 transparently.
8682         * src/imap.c
8683                 imap_add_msg(): return UID for appended message
8684                 (closes #548842).
8685
8686 2002-04-30 [paul]       0.7.5claws3
8687
8688         * src/summaryview.c
8689                 fix account_find_from_address() bug
8690
8691 2002-04-28 [colin]      0.7.5claws2
8692
8693         * src/compose.c
8694           src/textview.c
8695           src/prefs_common.[ch]
8696           src/utils.[ch]
8697                 Added user-definable quotation characters recognition.
8698
8699 2002-04-28 [paul]       0.7.5claws1
8700
8701         * sync with 0.7.5cvs4
8702                 see ChangeLog entry  2002-04-25
8703
8704 2002-04-28 [paul]       0.7.5claws
8705
8706         * po/es.po
8707           po/nl.po
8708           po/pt_BR.po
8709                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8710                 Fabio Junior Beneditto
8711
8712 2002-04-27 [jens]       0.7.4claws103
8713
8714         * po/de.po
8715                 updated German translation.
8716
8717 2002-04-27 [hiro]       0.7.4claws102
8718
8719         * src/summaryview.c
8720                 summary_write_cache(): fixed the mark loss of hidden messages.
8721
8722 2002-04-26 [melvin]     0.7.4claws101
8723
8724         * src/procmsg.c
8725                 fixed a second typo (same one)
8726         * po/fr.po
8727           po/it.po
8728           po/pt_BR.po
8729                 fixed the type again...
8730
8731 2002-04-26 [melvin]     0.7.4claws100
8732
8733         * src/procmsg.c
8734                 fixed a typo in an alert message ("temorary").
8735         * po/it.po
8736         * po/pt_BR.po
8737                 corrected the typo  described above.
8738         * po/fr.po
8739                 updated French translation.
8740
8741 2002-04-26 [darko]      0.7.4claws99
8742
8743         * src/summaryview.c
8744                 fix target folder colorization
8745
8746 2002-04-25 [paul]       0.7.4claws98
8747
8748         * po/it.po
8749                 updated by Alessandro Maestri
8750
8751 2002-04-24 [colin]      0.7.4claws97
8752         
8753         * src/compose.c
8754                 Fixed double "subject is empty" question.
8755
8756 2002-04-23 [colin]      0.7.4claws96
8757         
8758         * src/mimeview.c
8759                 Corrected issue when "automatically display images" was
8760                 not set : first image remained after selecting second.
8761
8762 2002-04-23 [melvin]     0.7.4claws95
8763
8764         * src/prefs_actions.c
8765                 Don't display in/out dialog if there is nothing to show.
8766
8767 2002-04-23 [paul]       0.7.4claws94
8768
8769         * sync with 0.7.5cvs3
8770                 bug fixes: see ChangeLog entry 2002-04-23
8771
8772 2002-04-22 [darko]      0.7.4claws93
8773
8774         * src/compose.c
8775                 fix previous check-in which changed code after
8776                 merge from main
8777
8778 2002-04-22 [paul]       0.7.4claws92
8779
8780         * faq/de/*
8781                 add German FAQ
8782         * faq/en/*
8783           faq/es/*
8784           faq/fr/*
8785                 update English, Spanish and French FAQs
8786         * manual/de/*
8787           manual/es/*
8788                 add German and Spanish manuals
8789         * manual/en/*
8790           manual/fr/*
8791                 update English and French manuals
8792
8793         * src/Makefile.am
8794                 add to and re-arrange the pixmap entries
8795
8796 2002-04-22 [darko]      0.7.4claws91
8797
8798         * src/compose.c
8799                 fix sender initials recognition to only allow
8800                 '>' after the initials
8801
8802 2002-04-21 [paul]       0.7.4claws90
8803
8804         * sync with 0.7.5 release
8805                 see ChangeLog entry 2002-04-21
8806
8807 2002-04-21 [alfons]
8808
8809         * src/Makefile.am
8810                 add colin's new pixmaps to EXTRA_DIST
8811
8812 2002-04-21 [colin]      0.7.4claws89
8813         * src/compose.c
8814         * src/inc.c
8815         * src/mainwindow.[ch]
8816         * src/prefs_common.[ch]
8817         * src/stock_pixmap.[ch]
8818                 Added "Work offline" ability.
8819
8820 2002-04-21 [colin]      0.7.4claws88
8821         
8822         * src/mimeview.c
8823         * src/prefs_common.c
8824         * src/prefs_common.h
8825         * src/textview.c : Added an option to common preferences -> display
8826           to allow user not to automatically display images.
8827
8828 2002-04-21 [paul]       0.7.4claws87
8829
8830         * sync with 0.7.4cvs52
8831                 see ChangeLog entry 2002-04-21 (src/imap.c)
8832
8833 2002-04-21 [paul]       0.7.4claws86
8834
8835         * sync with 0.7.4cvs51
8836                 see ChangeLog entry 2002-04-21
8837
8838 2002-04-21 [paul]       0.7.4claws85
8839
8840         * sync with 0.7.4cvs49
8841                 see ChangeLog entries 2002-04-20 and 2002-04-21
8842
8843         * src/Makefile.am
8844                 clean up: remove old 'stock_' element from xpm 
8845                 filenames.
8846
8847 2002-04-21 [alfons]     0.7.4claws84
8848
8849         apply sync patch from Paul
8850
8851         * src/folderview.c
8852                 use old claws prefs_folder_item_create() for now
8853
8854 2002-04-19 [match]      0.7.4claws83
8855
8856         * src/addressbook.[ch]
8857         * src/addrharvest.[ch]
8858         * src/addrgather.[ch]
8859                 recurse folders.
8860         * src/mainwindow.c
8861         * src/summaryview.[ch]
8862                 change menu option.
8863
8864 2002-04-19 [paul]       0.7.4claws82
8865
8866         * po/pt_BR.po
8867                 updated by Fabio Junior Beneditto
8868
8869 2002-04-14 [alfons]     0.7.4claws81
8870
8871         * src/passphrase.c
8872                 add #include <sys/types.h> for mode_t and off_t 
8873
8874 2002-04-13 [paul]       0.7.4claws80
8875         
8876         * src/main.c
8877           src/passphrase.[ch]
8878           src/pgptext.c
8879           src/prefs_common.[ch]
8880           src/rfc2015.c
8881                 enable storing of GnuPG passphrase for the whole 
8882                 session or a user-defined number of minutes. patch 
8883                 submitted by Ravemax <ravemax@dextrose.com>
8884
8885 2002-04-13 [alfons]     0.7.4claws79
8886
8887         * src/textview.c
8888                 make email parser also stop scanning when encountering separators
8889                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8890
8891 2002-04-13 [paul]       0.7.4claws78
8892
8893         * sync with 0.7.4cvs39
8894                 see ChangeLog entry 2002-04-12
8895
8896 2002-04-11 [paul]       0.7.4claws77
8897
8898         * sync with 0.7.4cvs37
8899                 see ChangeLog entry 2002-04-11
8900
8901 2002-04-11 [paul]       0.7.4claws76
8902
8903         * COPYING 
8904                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8905                 the clause for OpenSSL). sync with sylpheed main
8906
8907 2002-04-09 [melvin]     0.7.4claws75
8908
8909         * src/compose.c
8910                 Made 'Ctrl-Enter' on send ignore some modifiers 
8911                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8912                 to bind other *-Enter (but not Alt-Enter).
8913
8914 2002-04-09 [paul]       0.7.4claws74
8915
8916         * sync with 0.7.4cvs35
8917                 see ChangeLog entries 2002-04-09
8918
8919 2002-04-08 [paul]       0.7.4claws73
8920
8921         * sync with 0.7.4cvs33
8922                 see ChangeLog entry 200-04-08
8923
8924 2002-04-07 [match]      0.7.4claws72
8925
8926         * src/addrharvest.[ch]
8927                 fixed to read all addresses in header, regardless
8928                 of header size. improved name parsing. accommodate
8929                 harvest from folders and selected message.
8930         * src/addritem.[ch]
8931                 included new address parsing function.
8932         * src/addrgather.[ch]
8933         * src/addressbook.[ch]
8934         * src/summaryview.[ch]
8935         * src/mainwindow.c
8936                 allow address harvest of folder as well as selected
8937                 messages.
8938
8939 2002-04-07 [paul]       0.7.4claws71
8940
8941         * src/esmtp.[ch]
8942           src/smtp.c
8943                 don't try to authenticate with CRAM-MD5 in SMTP when 
8944                 SMTP-AUTH enabled if MTA doesn't issue this 
8945                 auth-method in it's ehlo-response. bug item #531364,
8946                 patch item #938910. patch submitted by Colin Leroy 
8947                 <colin@colino.net>
8948
8949 2002-04-07 [paul]       0.7.4claws70
8950
8951         * src/nntp.c
8952                 fix missing MODE_READER bug. patch submitted by
8953                 Colin Leroy <colin@colino.net>
8954
8955 2002-04-07 [alfons]     0.7.4claws69
8956
8957         * src/matcher.[ch]
8958         * src/prefs_filtering.c
8959         * src/summaryview.c
8960                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
8961                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
8962
8963 2002-04-07 [paul]       0.7.4claws68
8964
8965         * sync with 0.7.4cvs32
8966                 see ChangeLog entry 2002-04-06
8967
8968         * tools/filter_conv.pl
8969                 more bug fixes
8970
8971 2002-04-06 [paul]       0.7.4claws67
8972
8973         * tools/filter_conv.pl
8974                 modify to be able to find the name of the first
8975                 mailbox and use that. main's filter does not
8976                 record the full path to the mailbox and therefore
8977                 can only filter to the first mailbox.
8978
8979 2002-04-05 [paul]       0.7.4claws66
8980
8981         * tools/filter_conv.pl
8982                 attempt to make the script all-encompassing and
8983                 be able to convert any main 'filter' rule thrown
8984                 at it
8985
8986 2002-04-05 [paul]       0.7.4claws65
8987
8988         * tools/filter_conv.pl
8989                 allow for collapsed folder trees
8990
8991 2002-04-05 [paul]       0.7.4claws64
8992
8993         * sync with 0.7.4cvs31
8994                 see ChangeLog entries 2002-04-05
8995
8996 2002-04-03 [paul]       0.7.4claws63
8997
8998         * sync with 0.7.4cvs29
8999                 see ChangeLog entries 2002-04-02 and 2002-04-03
9000
9001 2002-04-02 [paul]       0.7.4claws62
9002
9003         * sync with 0.7.4cvs26
9004                 see ChangeLog entry 2002-04-01
9005
9006 2002-04-02 [match]      0.7.4claws61
9007
9008         * src/pine.[ch]
9009         * src/importpine.[ch]
9010         * src/addressbook.c
9011                 import Pine address book.
9012
9013 2002-04-02 [match]      0.7.4claws60
9014
9015         * src/addrharvest.[ch]
9016                 improve address parsing of funky addresses.
9017
9018 2002-04-02 [darko]      0.7.4claws59
9019
9020         * src/compose.c
9021                 wrap on send improvements, it now recognizes quoted
9022                 initials as part of the quotation string, and it
9023                 does not join lines separated by CR
9024
9025 2002-04-01 [match]      0.7.4claws58
9026
9027         * src/mgutils.[ch]
9028                 added new functions.
9029         * src/mutt.[ch]
9030                 remove excessive duplicate address generation
9031                 on import.
9032
9033 2002-04-01 [alfons]     0.7.4claws57
9034         
9035         * src/summaryview.c
9036                 put back g_free() 
9037
9038 2002-04-01 [paul]       0.7.4claws56
9039
9040         * sync with 0.7.4cvs25
9041                 see ChangeLog entry 2002-04-01
9042
9043 2002-04-01 [alfons]     0.7.4aprilfool55
9044
9045         * src/summaryview.c
9046                 honour feature request item #537427 to allow for
9047                 displaying names from address book for sent mail also
9048
9049 2002-03-29 [paul]       0.7.4claws54
9050
9051         * src/mainwindow.c
9052           src/prefs_filtering.[ch]
9053           src/prefs_matcher.c
9054           src/summaryview.c
9055                 add 'fast filter' for claws' filtering,
9056                 /Tools/Create filter rule/... patch submitted
9057                 by Neill Miller <neillm@thecodefactory.org>
9058
9059 2002-03-29 [paul]       0.7.4claws53
9060
9061         * sync with 0.7.4cvs24
9062                 see ChangeLog entry 2002-03-29
9063
9064 2002-03-28 [paul]       0.7.4claws52
9065
9066         * sync with 0.7.4cvs23
9067                 see ChangeLog entry 2002-03-28
9068
9069 2002-03-27 [melvin]     0.7.4claws51
9070
9071         * src/prefs_actions.c
9072                 Added support to pass only one message part (as a
9073                 file) to the command using '%p'. No quotes are needed
9074                 because doubles quotes are automatically added.
9075                 Fixed bug where Sylpheed could block when waiting for
9076                 a child process to finish.
9077                 Changed the help menu to remove quotes around symbols to 
9078                 avoid misinterpretation (they must not be used).
9079
9080 2002-03-27 [melvin]     0.7.4claws50
9081
9082         * src/inc.c
9083                 Made the new mail notification command always 
9084                 execute asynchronously.
9085
9086 2002-03-27 [paul]       0.7.4claws49
9087
9088         * src/compose.c
9089                 fix bug introduced in last commit
9090
9091 2002-03-27 [paul]       0.7.4claws48
9092
9093         * sync with 0.7.4cvs21
9094                 see ChangeLog 2002-03-26 and 2002-03-27
9095
9096 2002-03-26 [hoa]        0.7.4claws47
9097
9098         * src/prefs_folder_item.c
9099                 really fixed the bug #516442 with folder rescan.
9100
9101 2002-03-26 [paul]       0.7.4claws46
9102
9103         * sync with 0.7.4cvs19
9104                 see ChangeLog entries 2002-03-25 and 2002-03-26
9105
9106 2002-03-25 [hoa]        0.7.4claws45
9107
9108         * src/matcher.c
9109         * src/mh.c
9110                 fix the bug #516442 with folder rescan.
9111
9112         * src/prefs_common.[ch]
9113         * src/compose.c
9114                 added an option to enable two different behaviours
9115                 for bounce.
9116
9117
9118 2002-03-25 [paul]       0.7.4claws44
9119
9120         * src/mainwindow.c
9121           src/selective_download.c
9122                 correct a few menuitem labels
9123
9124 2002-03-25 [christoph]  0.7.4claws43
9125
9126         * src/procmsg.c
9127                 fix non deleted tmp message in
9128                 procmsg_save_to_outbox
9129                 fix problems caused by sync with
9130                 main branch's procmsg_send_queue
9131
9132 2002-03-25 [paul]       0.7.4claws42
9133
9134         * src/quote_fmt.c
9135           src/quote_fmt_lex.l
9136           src/quote_fmt_parse.y
9137                 add Last name (%L) placeholder for quoting. 
9138                 patch submitted by Thorsten Thielen 
9139                 <thth@users.sourceforge.net>
9140
9141 2002-03-25 [paul]       0.7.4claws41
9142
9143         * src/utils.c
9144                 get full hostname. patch submitted by
9145                 Bob Woodside <rwoodside1@comcast.net>
9146
9147 2002-03-25 [paul]       0.7.4claws40
9148
9149         * src/account.c
9150           src/news.c
9151           src/nntp.[ch]
9152           src/prefs_account.[ch]
9153                 enable NNTP over SSL. patch submitted by
9154                 Pascal Jermini <pascal@infinity.hn.org>
9155
9156 2002-03-24 [paul]       0.7.4claws39
9157
9158         * src/prefs_common.c
9159                 make the arrangement of the Compose tab more
9160                 coherent
9161
9162         * src/mainwindow.c
9163                 fix some irregularities of style
9164
9165         * po/de.po
9166                 updated by Kilian Krause
9167
9168 2002-03-23 [paul]       0.7.4claws38
9169
9170         * po/pt_BR.po
9171                 updated by Fabio Junior Beneditto
9172
9173 2002-03-23 [paul]       0.7.4claws37
9174
9175         * src/mainwindow.c
9176                 move 'Gather addresses' to 'Tools' menu
9177                 make 'Selective download' sensitive
9178
9179 2002-03-23 [paul]       0.7.4claws36
9180
9181         * sync with 0.7.4cvs16
9182                 see ChangeLog entries 2002-03-23
9183
9184 2002-03-22 [christoph]  0.7.4claws35
9185
9186         * src/quote_fmt_parse.y
9187                 fix include program output
9188
9189 2002-03-22 [alfons]     0.7.4claws34
9190
9191         * src/pop.c
9192                 initialize GDate stack variable correctly (sorry!)
9193
9194 2002-03-22 [paul]       0.7.4claws33
9195
9196         * src/compose.c
9197           src/mainwindow.c
9198           src/prefs_actions.c
9199           src/prefs_common.c
9200                 rename 'Tool' to 'Tools'
9201
9202         * src/mainwindow.c
9203                 move 'Delete duplicated messages' from
9204                 'Message/' to 'Tools/'
9205                 re-arrange the order of 'Tools/' items
9206
9207 2002-03-22 [paul]       0.7.4claws32
9208
9209         * src/addr_compl.c
9210           src/addressbook.[ch]
9211                 auto-address completion now also matches on
9212                 Nickname. patch submitted by Bob Forsman 
9213                 <hammor@users.sourceforge.net>
9214
9215         * src/editaddress.c
9216                 correct a spelling mistake
9217
9218 2002-03-22 [alfons]     0.7.4claws31
9219
9220         * src/pop.c
9221                 fix getting uidl from incorrect string 
9222                 (spotted by Colin)
9223
9224 2002-03-21 [alfons]     0.7.4claws30
9225
9226         * src/pop.c
9227                 more code refactoring
9228                 plug mem leak introduced by delete on server
9229
9230 2002-03-21 [paul]       0.7.4claws29
9231
9232         * sync with 0.7.4cvs11
9233                 see ChangeLog entries 2002-03-20
9234
9235 2002-03-20 [alfons]     0.7.4claws28
9236
9237         * src/inc.c
9238                 apply Colin's patch and refactor
9239
9240 2002-03-20 [paul]       0.7.4claws27
9241
9242         * sync with sylpheed 0.7.4cvs9
9243                 see ChangeLog entry 2002-03-20
9244
9245 2002-03-19 [christoph]  0.7.4claws26
9246
9247         * src/mh.c
9248         * src/procmsg.[ch]
9249         * src/summaryview.c
9250                 revert changes for flag updates
9251                 (does not work correctly and no time to debug)
9252
9253 2002-03-20 [alfons]     0.7.4claws25
9254
9255         * src/pop.c
9256                 refactor should_delete() a little bit 
9257
9258 2002-03-19 [paul]       0.7.4claws24
9259
9260         * src/inc.[ch]
9261           src/pop.c
9262           src/prefs_account.[ch]
9263                 allow the user to leave downloaded mail on the 
9264                 server for n days. Patch submitted by Colin Leroy 
9265                 <colin@colino.net>
9266
9267 2002-02-19 [paul]       0.7.4claws23
9268
9269         * sync with sylpheed 0.7.4cvs8
9270                 see ChangeLog entries 2002-03-19
9271
9272 2002-03-18 [paul]       0.7.4claws22
9273
9274         * sync with sylpheed 0.7.4cvs6
9275                 see ChangeLog entry 2002-03-18
9276
9277 2002-03-18 [paul]       0.7.4claws21
9278
9279         * po/en_GB.po
9280                 add en_GB message catalogue
9281
9282         * src/mbox_folder.c
9283           src/prefs_account.c
9284           src/prefs_actions.c
9285                 correct a few spelling mistakes
9286
9287 2002-03-17 [alfons]     0.7.4claws20
9288
9289         * src/matcher.c
9290                 more stringent checks for NULL params when writing
9291                 filtering actions to a file
9292                 
9293 2002-03-17 [hoa]        0.7.3claws20
9294
9295         * src/news.c
9296                 fixed the count of new messages
9297
9298         * src/compose.c
9299                 fixed the "attachment properties" window
9300
9301 2002-03-17 [paul]       0.7.4claws19
9302
9303         * src/defs.h
9304           src/folder.h
9305           src/news.c
9306           src/prefs_account.[ch]
9307           src/procmsg.[ch]
9308           src/summaryview.c
9309                 automatically mark cross-posted messages as read 
9310                 and (optionally) give them a colour label
9311                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9312                 
9313
9314 2002-03-17 [paul]       0.7.4claws18
9315
9316         * sync with sylpheed 0.7.4cvs5
9317                 see ChangeLog entry 2002-03-17
9318
9319 2002-03-17 [melvin]     0.7.4claws17
9320         
9321         * src/textview.c
9322                 Worked around a gtktext 'bug': when searching for 
9323                 a text in a long message it was scrolling slowly
9324                 line by line until it hit the searched text.
9325         * po/fr.po
9326                 Updated French translation
9327
9328 2002-03-17 [melvin]     0.7.4claws16
9329
9330         * src/mainwindow.c
9331         * src/compose.c
9332         * src/prefs_actions.c
9333                 Moved "Edit/Actions" to "Tool/Actions"
9334                 Made mainwindow/compose window sensitive as soon as
9335                 no child process is running anymore even if the io dialog
9336                 is open.
9337                 Fixed a struct being initialized with a non constant char*
9338
9339 2002-03-16 [christoph]  0.7.4claws15
9340
9341         * configure.in
9342                 add --with-compiler-flags option
9343                 (only for developer hacking)
9344         * src/mh.c
9345         * src/procmsg.[ch]
9346         * src/summaryview.c
9347                 try to make folder-stats and flag handling more
9348                 independent from the summaryview. msgcounts
9349                 are only set when the folder is opened and
9350                 procmsg_msginfo_(un)set_flags will handle it
9351                 later and summaryview will get the values
9352                 from the folder.
9353
9354 2002-03-16 [paul]       0.7.4claws14
9355
9356         * src/messageview.c
9357                 fix Return-receipt. Patch submitted by Bob
9358                 Woodside <rwoodside1@comcast.net>
9359
9360 2002-03-16 [paul]       0.7.4claws13
9361
9362         * src/compose.c
9363                 fix 'dynamic' signatures, make it work again
9364                 broken during sync on 2002-03-14 (0.7.4claws2)
9365
9366 2002-03-15 [match]      0.7.4claws12
9367
9368         * src/addrharvest.[ch]
9369         * src/addrgather.[ch]
9370         * src/addressbook.[ch]
9371         * src/mainwindow.c
9372                 included address harvester feature. still some
9373                 issues with address parsing that I will fix.
9374
9375 2002-03-15 [match]      0.7.4claws11
9376
9377         * src/addrbook.[ch]
9378         * src/addrcache.[ch]
9379         * src/addressbook.[ch]
9380         * src/addrindex.c
9381         * src/editbook.c
9382         * src/importldif.c
9383         * src/importmutt.c
9384         * src/jpilot.[ch]
9385         * src/main.c
9386         * src/syldap.[ch]
9387         * src/vcard.[ch]
9388                 tidy up. fix memory leaks. moved attribs and methods
9389                 from individual interfaces to addrcache object. prep
9390                 for new stuff to come in.
9391
9392 2002-03-15 [alfons]     0.7.4claws10
9393
9394         * src/matcher.[ch]
9395         * src/matcher_parser_parse.y
9396         * src/matcher_parser_lex.l
9397         * src/prefs_matcher.c
9398                 add filtering conditions message greater than, smaller 
9399                 than, and exactly matching a size in bytes
9400                 (does not work with delete from POP3 server yet)
9401
9402                 this should also give others an idea what you should
9403                 do to add new criterions to claws filtering system
9404                 
9405
9406 2002-03-15 [paul]       0.7.4claws9
9407
9408         * tools/filter_conv.pl
9409                 exit if there are no filter rules to convert
9410                 rename filterrc to filterrc.old after completion
9411
9412 2002-03-15 [paul]       0.7.4claws8
9413
9414         * sync with sylpheed 0.7.4cvs3
9415                 see ChangeLog entry 2002-03-14
9416
9417 2002-03-14 [paul]       0.7.4claws7
9418
9419         * src/compose.c
9420                 clean up the last commit (ahem)
9421
9422 2002-03-14 [paul]       0.7.4claws6
9423
9424         * src/compose.c
9425                 fix bug #515655. honour account preferences
9426                 regarding gpg default signing/encryption when 
9427                 changing account from the compose window.
9428
9429 2002-03-14 [paul]       0.7.4claws5
9430
9431         * src/folderview.c
9432                 remove unnecessary curly brackets
9433
9434 2002-03-14 [paul]       0.7.4claws4
9435
9436         * src/folderview.c
9437           src/prefs_filtering.[ch]
9438                 add filter rename on folder rename and filter
9439                 delete on folder delete. Patch submitted by
9440                 Neill Miller <neillm@thecodefactory.org> 
9441
9442 2002-03-14 [christoph]  0.7.4claws3
9443
9444         * src/procmsg.c
9445         * src/send.c
9446                 fix local delivery
9447                 (patch submitted by "Simon 'corecode' Schubert")
9448         * src/prefs_common.c
9449         * src/procmsg.c
9450                 fix gcc 3.0 warning
9451
9452 2002-03-14 [paul]       0.7.4claws2
9453
9454         * sync with sylpheed 0.7.4cvs2
9455                 see ChangeLog entry 2002-03-13
9456
9457 2002-03-12 [darko]      0.7.4claws1
9458
9459         * src/mainwindow.c
9460                 fix what seems to be a copy and paste error
9461                 when setting color for important messages
9462                 (reported by wwp)
9463
9464 2002-03-11 [paul]       version 0.7.4claws released
9465
9466 2002-03-11 [paul]       0.7.4claws
9467
9468         * po/es.po
9469           po/it.po
9470           po/nl.po
9471           po/pt_BR.po
9472                 update message catalogs. Submitted by Ricardo Mones 
9473                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9474                 Fabio Junior Beneditto
9475
9476         * configure.in
9477           faq/Makefile.am
9478           faq/it/Makefile
9479           faq/it/sylpheed-faq*
9480           src/mainwindow.c
9481           src/manual.[ch]
9482                 add FAQ in Italian
9483         
9484
9485 2002-03-11 [jens]       0.7.3claws7
9486
9487         * po/de.po
9488                 updated German translation
9489
9490 2002-03-11 [melvin]     0.7.3claws6
9491
9492         * po/fr.po
9493                 updated and corrected French translation
9494
9495 2002-03-10 [hoa]        0.7.3claws5
9496
9497         * src/account.c
9498         * src/inc.c
9499         * src/prefs_account.c
9500         * src/procmsg.c
9501         * src/send.[ch]
9502                 fixed the local account.
9503                 you have to change the default "/usr/sbin/sendmail"
9504                 to "/usr/sbin/sendmail -t" in the preferences of
9505                 the local account.
9506
9507         * src/procmime.c
9508                 removed some debug display for renderer
9509
9510 2002-03-10 [paul]       0.7.3claws4
9511
9512         * faq/en/sylpheed-faq-1.html
9513           faq/en/sylpheed-faq-2.html
9514                 update
9515
9516 2002-03-09 [paul]       0.7.3claws3
9517
9518         * sync with sylpheed 0.7.4
9519                 see ChangeLog entry 2002-03-09
9520
9521 2002-03-08 [paul]       0.7.3claws2
9522
9523         * faq/en/sylpheed-faq*
9524           faq/es/sylpheed-faq*
9525           faq/fr/sylpheed-faq*
9526                 update the FAQs
9527
9528         * manual/fr/.cvsignore
9529           manual/fr/Makefilea.am
9530           manual/fr/sylpheed*
9531           src/mainwindow.c
9532           src/manual.[ch]
9533                 add the French manual
9534
9535 2002-03-07 [paul]       0.7.3claws1
9536
9537         * sync with sylpheed 0.7.3cvs4
9538                 see ChangeLog entries  2002-03-06 and 2002-03-07
9539         
9540         * po/nl.po
9541                 updated by Wilbert Berendsen
9542
9543 2002-03-07 [melvin]     0.7.2claws34
9544
9545         * src/selective_download.c
9546                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9547
9548 2002-03-06 [paul]       0.7.2claws33
9549
9550         * sync with sylpheed 0.7.3cvs1
9551                 bug fix, see ChangeLog entry 2002-03-05
9552
9553 2002-03-05 [paul]       0.7.2claws32
9554
9555         * src/mimeview.c
9556           src/pgptext.[ch]
9557           src/procmsg.c
9558                 reverse the pgp ascii-armored code implemented in 
9559                 0.7.2claws16. removal of this code until it matures.
9560                 this means that verifying ascii-armored pgp sigs and
9561                 automatic decryption of ascii-armored encrypted
9562                 messages no longer works.
9563
9564 2002-03-05 [paul]       0.7.2claws31
9565
9566         * configure.in
9567           Makefile.am
9568         * faq/Makefile.am
9569         * faq/en/Makefile.am
9570           faq/en/sylpheed-faq.html
9571           faq/en/sylpheed-faq-1.html
9572           faq/en/sylpheed-faq-2.html
9573           faq/en/sylpheed-faq-3.html
9574         * faq/es/Makefile.am
9575           faq/es/sylpheed-faq.html
9576           faq/es/sylpheed-faq-1.html
9577           faq/es/sylpheed-faq-2.html
9578           faq/es/sylpheed-faq-3.html
9579           faq/es/sylpheed-faq-4.html
9580         * faq/fr/Makefile.am
9581           faq/fr/sylpheed-faq.html
9582           faq/fr/sylpheed-faq-1.html
9583           faq/fr/sylpheed-faq-2.html
9584           faq/fr/sylpheed-faq-3.html
9585         * src/Makefile.am
9586           src/defs.h
9587           src/mainwindow.c
9588           src/manual.[ch]
9589                 add FAQs in English, Spanish and French
9590
9591
9592 2002-03-05 [paul]       0.7.2claws30
9593
9594         * manual/en/sylpheed.html
9595           manual/en/sylpheed-XX.html
9596                 updated the English manual
9597
9598 2002-03-05 [hoa]        
9599
9600         * src/summaryview.c
9601                 dialog box pops up if the article can't be deleted.
9602
9603 2002-03-04 [paul]       
9604         
9605         * po/pt_BR.po
9606                 updated by Fabio Junior Benedito
9607
9608 2002-03-04 [hoa]
9609
9610         * removed ac/gpgme.m4
9611                 to avoid autogen common problem
9612                 developers have to install gpgme development package now
9613
9614         * src/compose.c
9615                 encoding to 7bit or 8bit is enabled.
9616
9617 2002-03-03 [alfons]     0.7.2claws29
9618
9619         * src/pop.c
9620                 merge fix by Oliver Haertel for selective
9621                 download buglet
9622
9623 2002-03-03 [paul]       0.7.2claws28
9624         
9625         * sync with sylpheed 0.7.3
9626
9627 2002-03-03 [paul]       0.7.2claws27
9628
9629         * sync with sylpheed 0.7.2cvs24
9630                 see ChangeLog entries 2002-03-02 and 2002-03-03
9631
9632 2002-03-02 [melvin]     0.7.2claws26
9633
9634         * src/inc.[ch]
9635         * src/main.c
9636         * src/mainwindow.c
9637         * src/prefs_common.[ch]
9638                 Added user definable notification on new mail arrival.
9639                 Removed unused variables in spell checker prefs code.
9640
9641 2002-03-02 [melvin]     0.7.2claws25
9642
9643         * src/quote_fmt.c
9644                 Removed unnecessary escape sequences.
9645                 Changed 'Initial...' to 'Initials of Sender'
9646
9647 2002-03-02 [paul]       0.7.2claws24
9648
9649         * sync with sylpheed 0.7.2cvs22
9650                 see ChangeLog entry 2002-03-01
9651
9652 2002-03-01 [hoa]        0.7.2claws23
9653
9654         * src/mainwindow.c
9655                 Set sensitivity of delete actions to active
9656                 even if the folder is a newsgroup.
9657
9658         * src/summaryview.c
9659                 - Set sensitivity of delete actions
9660                 - Added function check_permission() that will check if the
9661                   user is authorized to delete a message. For news, it
9662                   will check if the author is the same.
9663                 - Enabled deletion when there is no trash folder.
9664
9665         * src/news.[ch]
9666                 - Added news_cancel_article() to cancel articles
9667                 - Implemented news_remove_message() (public function)
9668
9669 2002-03-01 [paul]       0.7.2claws22
9670
9671         * src/gtkutils.c
9672           src/textview.c
9673                 recognise urls that that don't include 'http://' and
9674                 simply begin 'www.' 
9675
9676         * AUTHORS
9677                 remove duplicated name
9678
9679 2002-02-28 [paul]       0.7.2claws21
9680
9681         * src/mainwindow.c
9682           src/summaryview.[ch]
9683                 add ability to 'Select thread'
9684                 combines Melvin's "Select thread's head" patch (#510907)
9685                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9686                 patch (#518514) 
9687
9688 2002-02-28 [paul]       0.7.2claws20
9689
9690         * src/mimeview.c
9691                 hopefully fix segfault on right-clicking a mime part
9692                 that some people have experienced.      
9693                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9694
9695 2002-02-28 [paul]       0.7.2claws19
9696
9697         * sync with sylpheed 0.7.2cvs21
9698                 see ChangeLog entries 2002-02-27 and 2002-02-28
9699
9700 2002-02-27 [paul]       0.7.2claws18
9701
9702         * sync with sylpheed 0.7.2cvs18
9703                 see ChangeLog entries 2002-02-26 and 2002-02-27
9704
9705 2002-02-26 [alfons]     0.7.2claws17
9706
9707         * src/procheader.c
9708                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9709                 (spotted by Chris Hessman <idatech@gmx.net>)
9710
9711 2002-02-26 [paul]       0.7.2claws16
9712
9713         * src/mimeview.c
9714           src/pgptext.[ch]
9715           src/procmsg.c
9716                 make decryption of ascii-armored pgp encrypted messages
9717                 and verification of ascii-armored signatures work again.
9718                 slightly altered from the patch by Jens Jahnke 
9719                 <jan0sch@gmx.net>
9720
9721                 ##FIX ME##
9722                 * the checking of plaintext signatures always comes up in 
9723                   a popup box
9724                 * it doesn't work for multipart messages 
9725                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9726                   including the msg headers and these 2 line themselves, are 
9727                   not displayed
9728
9729         * src/mainwindow.c
9730                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9731                 "View/Message View" becomes "View/Separate Message View"
9732                 because its less ambiguous.
9733
9734         * po/es.po
9735                 updated by Ricardo Mones Lastra
9736
9737 2002-02-26 [paul]       0.7.2claws15
9738
9739         * sync with sylpheed 0.7.2cvs17
9740                 see ChangeLog entries 2002-02-25 and 2002-02-26
9741
9742 2002-02-25 [christoph]  0.7.2claws14
9743
9744         * src/filtering.[ch]
9745         * src/inc.c
9746                 do filtering stuff after all messages have been received
9747                   1. drop all messages to .processing
9748                   2. scan processing folder for messages
9749                   3. filter messages or move to inbox
9750                 this will also find old messages left in processing after
9751                 a crash or something like that and we get a real msginfo
9752                 from folder->get_msg_list and do not have to create our
9753                 own in filter_message
9754         * src/matcher_parser_parse.y
9755                 remove MIX/MAX warning (reordered includes)
9756
9757 2002-02-25 [paul]       0.7.2claws13
9758
9759         * sync with sylpheed 0.7.2cvs15
9760                 see ChangeLog entry 2002-02-24
9761
9762 2002-02-24 [alfons]     0.7.2claws12
9763
9764         * src/filtering.c
9765                 clear old color flags first when applying a new color to
9766                 a message info. 
9767                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9768
9769 2002-02-24 [alfons]     0.7.2.claws11
9770         
9771         * AUTHORS
9772         * src/prefs_common.c
9773                 add presets for Opera and Konqueror, closes patch #517261,
9774                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9775
9776 2002-02-24 [alfons]     0.7.2.claws10
9777
9778         * AUTHORS
9779         * src/summaryview.c
9780                 fix threading for null message ids, closes patch #521601,
9781                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9782
9783 2002-02-24 [alfons]     0.7.2claws9
9784
9785         * src/summaryview.c
9786         * src/filtering.c
9787                 make Tool | Filter Message work with filtering system so
9788                 setting flags also works
9789
9790                 TODO:
9791
9792                 - Processing uses the same function as Tool | Filter
9793                   Message, but doesn't use the same update proc yet
9794
9795 2002-02-23 [paul]       0.7.2claws8
9796
9797         * sync with sylpheed 0.7.2cvs14
9798                 see ChangeLog entries 2002-02-22 and 2002-02-23
9799
9800 2002-02-22 [christoph]  0.7.2claws7
9801
9802         * src/quote_fmt.c
9803                 Add column space to table
9804         * src/quote_fmt_parse.y
9805                 Close files
9806
9807 2002-02-22 [paul]       0.7.2claws6
9808
9809         * src/Makefile.am
9810           src/defs.h
9811           src/filtering.c
9812           src/inc.[ch]
9813           src/mainwindow.c
9814           src/matcher.[ch]
9815           src/matcher_parser_lex.l
9816           src/matcher_parser_parse.y
9817           src/pop.[ch]
9818           src/prefs_account.h
9819           src/prefs_filtering.c
9820           src/selective_download.[ch]   *** NEW FILES ***
9821           src/utils.[ch]
9822           po/POTFILES.in
9823                 Selective Download added to 'Tool' menu. 
9824                 Retrieves email headers of the currently selected pop3 
9825                 account and allows the user to mark emails for deletion 
9826                 right on the pop3 server. Patch submitted by Oliver Haertel 
9827                 <oha@users.sourceforge.net>.
9828         
9829         * po/POTFILES.in
9830                 add 'src/quote_fmt.c'           
9831
9832 2002-02-22 [christoph]  0.7.2claws5
9833
9834         * src/Makefile.am
9835                 added quote_fmt.c
9836         * src/prefs_common.[ch]
9837         * src/prefs_template.c
9838         * src/quote_fmt.c               *** NEW FILE ***
9839         * src/quote_fmt.h
9840                 move quote format symbol description code
9841                 to it's own file because it is used from
9842                 differnent code parts
9843                 Rewrote symbol description GUI
9844                   + use table
9845                   + add separators
9846                   + get data from array (no more long constant strings)
9847         * src/quote_fmt_lex.l
9848         * src/quote_fmt_parse.y
9849                 Symbol for Literal % changed to \% instead of %%
9850                 (More logical as \ is used for quoting for other symbols)
9851                 Add |f and |p to include files and program output
9852                 Examples:
9853                     |f{/home/.../.signature}
9854                     |p{date}
9855         * po/de.po
9856                 Correct wrong spelling for "Referenzen"
9857
9858 2002-02-21 [paul]       0.7.2claws4
9859
9860         * src/procmsg.c
9861                 forgotten during sync
9862
9863 2002-02-21 [paul]       0.7.2claws3
9864
9865         * sync with sylpheed 0.7.2cvs11
9866                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9867                 2002-02-20 and 2002-02-21
9868
9869 2002-02-20 [melvin]     0.7.2claws2
9870
9871         * src/prefs_actions.c
9872                 Added error report when child cannot fork or when execvp 
9873                 returns with an error.
9874
9875 2002-02-19 [christoph]  0.7.2claws1
9876
9877         * src/codeconv.c
9878                 return unconverted text if conde conversion is not possible
9879                 when libjconv is used.
9880                 (patch submitted by "Simon 'corecode' Schubert")
9881
9882 2002-02-19 [paul]       
9883
9884         * version 0.7.2claws release
9885
9886 2002-02-19 [paul]       0.7.2claws
9887
9888         * po/nl.po
9889                 updated by Wilbert Berendsen
9890
9891
9892 2002-02-18 [alfons]     0.7.1claws13
9893
9894         * src/syldap.c
9895         * src/jpilot.c
9896                 remove references to dlfcn and explicitly loading functions
9897                 from dynalink libs, because libs linked anyway, and functions
9898                 are loaded explicitly
9899
9900 2002-02-17 [melvin]     0.7.1claws12
9901
9902         * src/prefs_actions.c
9903                 Replaced children wait loop with double fork technique.
9904                 Now, input/output window updated at each new output.
9905                 free_children(): Fixed a memory leak.
9906                 Made input/output window non closable if running children
9907                 still exist.
9908                 Added missing <unistd.h> include.
9909                 Added some --debug outputs.
9910
9911 2002-02-17 [melvin]     0.7.1claws11
9912
9913         * src/summaryview.c
9914                 Fixed bug where descending sort order did not select top
9915                 message.
9916
9917 2002-02-17 [melvin]     0.7.1claws10
9918
9919         * acconfig.h
9920                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9921         * src/prefs_common.c
9922                 Pspell data package directory no more hard coded but
9923                 set during configuration (PSPELL_PATH). (Thanks to 
9924                                 Gustavo Noronha Silva.)
9925
9926 2002-02-17 [melvin]     0.7.1claws9
9927
9928         * configure.in
9929                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9930         * src/gtkspell.c
9931                 Fixed compile-time warnings.
9932
9933 2002-02-16 [alfons]     0.7.1claws8
9934
9935         * src/filesel.c
9936                 fix inadvertent free of NULL pointer which caused
9937                 sylpheed to crash when closing the save-as dialog
9938                 using the window close button
9939
9940 2002-02-16 [carsten]    0.7.1claws7
9941         * src/mainwindow.[ch]
9942           src/summaryview.c
9943           src/prefs_common.c
9944                 fixes for pixmap theming code:
9945                         - recently changed mail attributes shouldn't get
9946                           lost any longer
9947                         - theme is only reloaded iff another theme was
9948                           selected
9949
9950 2002-02-16 [paul]       0.7.1claws6
9951
9952         * sync with sylpheed 0.7.2 release
9953                 see ChangeLog entry 2002-02-15 and 2002-02-16
9954
9955 2002-02-15 [paul]       0.7.1claws5
9956
9957         * sync with sylpheed 0.7.1cvs9
9958                 see ChangeLog entry 2002-02-15
9959
9960         * po/POTFILES.in
9961                 remove unneeded headerwindow.c entry
9962
9963 2002-02-14 [carsten]    0.7.1claws4
9964         * src/summaryview.c
9965                 fixed a bug for "Go to next unread message": there was
9966                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
9967                 in the prefs, because of doing "Search again" instead
9968                 "No"
9969
9970 2002-02-14 [carsten]    0.7.1claws3
9971         * src/stock_pixmap.c
9972                 removed 2 more mem leaks; following memprof,
9973                 this code is "leak free" now :)
9974
9975 2002-02-14 [carsten]    0.7.1claws2
9976         * src/stock_pixmap.c
9977                 used opendir/readdir/closedir instead of scandir
9978                 -> code should work now on Solaris
9979
9980 2002-02-14 [paul]       0.7.1claws1
9981
9982         * sync with sylpheed 0.7.1cvs8
9983                 see ChangeLog entries 2002-02-13 and 2002-02-14
9984
9985         * README.claws
9986                 add some description of Actions and Pixmap Themes
9987
9988 2002-02-13 [paul]       
9989
9990         * version 0.7.1claws release
9991
9992 2002-02-13 [paul]       0.7.1claws
9993
9994         * po/es.po
9995           po/it.po
9996           po/pt_BR.po
9997                 updated translations, submitted by Ricardo Mones Lastra,
9998                 Alessandro Maestri and Fabio Junior Beneditto
9999
10000 2002-02-13 [melvin]     0.7.0claws75
10001
10002         * src/prefs_actions.c
10003                 Added missing "signal.h" include
10004
10005 2002-02-13 [melvin]     0.7.0claws74
10006
10007         * src/prefs_folder_item.c
10008                 Added missing "config.h" include
10009         * po/fr.po
10010                 Updated French translation for folder propriety.
10011
10012 2002-02-13 [jens]       0.7.0claws73
10013
10014         * po/POTFILES.in
10015                 Added missing src/prefs_folder_item.c [log added by melvin]
10016         * po/de.po
10017                 Updated German translation.
10018
10019 2002-02-13 [melvin]     0.7.0claws72
10020
10021         * po/fr.po
10022                 Updated French translation.
10023
10024 2002-02-13 [melvin]     0.7.0claws71
10025
10026         * src/gtkutils.c
10027                 Made gtkut_editable_get_selection return NULL if selection
10028                 is of length zero.
10029                 This fixes a bug where selecting part of message A then
10030                 switching to message B and replying to it will not
10031                 quote the message's body.
10032
10033 2002-02-12 [paul]       0.7.0claws70
10034
10035         * src/mainwindow.c
10036                 cosmetic, relating to pixmap themes: on toolbar make 
10037                 updating of 'Exec' and 'Compose news/Compose email'
10038                 icons faster.
10039
10040 2002-02-12 [carsten]    0.7.0claws69
10041         * src/folderview.c
10042           src/mainwindow.[ch]
10043           src/stock_pixmap.c
10044           src/summaryview.c
10045           src/prefs_common.c
10046                 - refreshing after changing pixmap theme better
10047                   now (thanks Paul)
10048                 - wanted to remove some mem leaks, but alfons was
10049                   faster (and had the better solution ;)
10050
10051 2002-02-12 [alfons]     0.7.0claws68
10052
10053         * src/prefs_common.c
10054         * src/stock_pixmap.[ch]
10055                 plug mem leaks, refactor code a little bit
10056
10057
10058 2002-02-12 [sergey]     0.7.0claws67
10059
10060         * src/imap.c
10061                 Fixed problem with copying messages to IMAP folders when the
10062                 server uses something other than '/' as a namespace separator
10063                 (cyrus-imapd uses '.').
10064
10065 2002-02-12 [jens]       0.7.0claws66
10066
10067         * po/de.po
10068                 Updated German Translation
10069
10070 2002-02-12 [paul]       0.7.0claws65
10071
10072         * sync with sylpheed 0.7.1cvs1
10073                 see ChangeLog entry 2002-02-12
10074
10075 2002-02-12 [melvin]     0.7.0claws64
10076
10077         * src/prefs_actions.c
10078                 Fixed "feature" where children's output was duplicated 
10079                 instead of refreshed while monitoring.
10080                 Removed some debug code.
10081
10082 2002-02-12 [christoph]  0.7.0claws63
10083
10084         * src/compose.c
10085                 always delete message from queue after sending/send error
10086                 (closes bug #509601)
10087
10088 2002-02-12 [melvin]     0.7.0claws62
10089
10090         * src/prefs_actions.c
10091                 Children wait loop is now triggered with a timeout of 1s
10092                 Added %F which is replaced with the list of filenames 
10093                 of all selected messages (as suggested by Ricardo Mones Lestra)
10094                 Pipe syntax changed. Prefix with | to send selection, postfix
10095                 with | to retrieve output. Prefix with > or * to send
10096                 user definable input to the command (*: input is hidden)
10097                 Old pipe action should now be postfixed with |, too.
10098
10099 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10100         * src/stock_pixmap.c
10101                 fixed a bug: if there's no theme directory don't
10102                 throw an error, just do "nothing" (thanks Alfons)
10103
10104 2002-02-12 [carsten]    0.7.0claws60
10105         * src/folderview.c
10106           src/summaryview.c
10107                 had to write the cache twice (nasty!); some marks would 
10108                 get lost if not
10109
10110 2002-02-11 [carsten]    0.7.0claws59
10111         * acconfig.h
10112           configure.in
10113           doc-src/maintainer_guide.txt
10114           src/compose.[ch]
10115           src/defs.h
10116           src/folderview.[ch]
10117           src/gtkutils.[ch]
10118           src/mainwindow.[ch]
10119           src/prefs_common.[ch]
10120           src/stock_pixmap.[ch]
10121           src/summaryview.[ch]
10122                 pixmap theming and related work on pixmap
10123                 handling on some other places
10124                 (e.g. hrm features for all folder)
10125           src/pixmap/stock_*.xpm -> the stock_ was removed
10126         
10127 2002-02-11 [paul]       0.7.0claws58
10128
10129         * sync with sylpheed 0.7.1 release
10130                 see ChangeLog entries 2002-02-11
10131
10132 2002-02-08 [paul]       0.7.0claws57
10133
10134         * sync with sylpheed 0.7.0cvs39
10135                 see ChangeLog entry 2002-02-07 (last entry) 
10136
10137         * src/prefs_actions.c
10138           src/prefs_filtering.c
10139           src/prefs_matcher.c
10140           src/prefs_scoring.c
10141                 sync: made it compile with C compilers other than gcc
10142
10143 2002-02-07 [paul]       0.7.0claws56
10144
10145         * sync with sylpheed 0.7.0cvs38
10146                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10147                 2002-02-07
10148
10149 2002-02-07 [darko]      0.7.0claws55
10150
10151         * src/gtkutils.[ch]
10152         * src/summaryview.c
10153                 Fix const gchar */gchar * issue (thanks Hiro)
10154
10155 2002-02-07 [darko]      0.7.0claws54
10156
10157         * src/compose.[ch]
10158         * src/filtering.c
10159         * src/gtkutils.[ch]
10160         * src/prefs_template.c
10161         * src/quote_fmt.h
10162         * src/quote_fmt_parse.y
10163         * src/summaryview.c
10164         * src/utils.[ch]
10165                 When replying or forwarding an email don't quote the entire
10166                 mail body but use the part of the message text that is selected
10167
10168 2002-02-06 [melvin]     0.7.0claws53
10169
10170         * src/prefs_common.[ch]
10171         * src/gtkspell.[ch]
10172         * src/compose.c
10173                 Made possible to switch quickly to last used dictionary
10174                 which makes checking bilingual documents easier.
10175
10176 2002-02-06 [melvin]     0.7.0claws52
10177         
10178         * po/POTFILES.in
10179                 Added forgotten new file src/prefs_actions.c
10180
10181 2002-02-06 [melvin]     0.7.0claws51
10182
10183         * src/prefs_actions.c   ** NEW FILE **
10184         * src/prefs_actions.h   ** NEW FILE **
10185                 Added actions to execute on message text view, or on the
10186                         message's file.
10187         * src/Makefile.am
10188                 Added src/prefs_actions.[ch]
10189         * src/compose.c
10190                 Added new menu "Edit/Actions"
10191         * src/defs.h
10192                 Added new actionsrc file.
10193         * src/main.c
10194                 Added actionsrc reading.
10195         * src/mainwindow.c
10196                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10197         * src/prefs_common.h
10198                 Added new element actionslst element to prefs_common.
10199
10200 2002-02-06 [paul]       0.7.0claws50
10201
10202         * sync with sylpheed 0.7.0cvs36
10203                 see ChangeLog entry 2002-02-06
10204
10205 2002-02-05 [paul]
10206
10207         * po/es.po
10208                 updated by Ricardo Mones Lastra
10209
10210 2002-02-05 [paul]       0.7.0claws49
10211
10212         * sync with sylpheed 0.7.0cvs33
10213                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10214
10215 2002-02-05 [paul]       0.7.0claws48
10216
10217         * src/compose.c
10218                 re-add 'Edit/Advanced/Delete entire line', previously named
10219                 'Delete Line+'
10220
10221 2002-02-04 [paul]       0.7.0claws47
10222
10223         * src/compose.c
10224           src/summaryview.c
10225                 fix bug #494993 (Reply All not taking Reply-To into consi)
10226                 eliminate differences in behaviour of right-click 'Reply to all' 
10227                 in summary view and 'Reply to all' on the toolbar. 
10228                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10229                 view and From gets ignored by 'Reply to all' on toolbar.
10230                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10231                 From when no Reply-To header is present.
10232
10233 2002-02-04 [paul]       0.7.0claws46
10234
10235         * sync with sylpheed 0.7.0cvs30
10236                 see ChangeLog entries 2002-02-03 and 2002-02-04
10237
10238 2002-02-03 [melvin]     0.7.0claws45
10239
10240         * src/gtkspell.[ch]
10241                 Readded function to highlight all misspelled words.
10242                 Fixed bug where user-provided-words did not replace
10243                         correctly the misspelled word when using the mouse.
10244                 Fixed bug where checking a region selected from right to left did
10245                         not check the region at all.
10246                 Fixed bug where 'Check backwards' may not check at all. 
10247                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10248                 Fixed possible buffer overflow when checking for long strings (>1k).
10249                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10250                 Accelerators code uses now gtk_widget_add_accel.
10251                 Removed and disabled obsolete and unfinished code.
10252                 Cleaning up.
10253
10254         * src/compose.c
10255                 Added menu item to Highlight all misspelled words.
10256
10257 2002-02-01 [paul]       0.7.0claws44
10258
10259         * src/mainwindow.c
10260                 fix '/View/Hide read messages' sensitivity when all
10261                 messages in a folder are hidden
10262
10263 2002-02-01 [paul]       0.7.0claws43
10264
10265         * src/main.c
10266                 add --send option to command line interface, sends all
10267                 queued mail. Patch submitted by Ricardo Mones Lastra.
10268
10269 2002-01-31 [paul]       0.7.0claws42
10270
10271         * src/mainwindow.c
10272                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10273
10274 2002-01-31 [paul]       0.7.0claws41
10275
10276         * sync with sylpheed 0.7.0cvs27
10277                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10278                 and 2002-01-31
10279
10280         * src/textview.c
10281                 comment out elements of textview_show_part() as temporary
10282                 workaround for attachment 'Display as text' bug 
10283
10284         * po/pt_BR.po
10285                 updated by Fabio Junior Beneditto
10286
10287 2002-01-30 [paul]       0.7.0claws40
10288
10289         * sync with sylpheed 0.7.0cvs24
10290                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10291                 and 2002-01-30
10292
10293         * src/compose.c
10294                 add {N_("/_Spelling"), ... "<Branch>"} to 
10295                 GtkItemFactoryEntry compose_entries[]
10296
10297         * src/prefs_common.c
10298                 add claws menu items to prefs_keybind_apply_clicked()
10299                 and remove non-claws menu items
10300
10301 2002-01-29 [paul]       0.7.0claws39
10302
10303         * sync with sylpheed 0.7.0cvs22
10304                 see ChangeLog entries 2002-01-28 and 2002-01-29
10305
10306 2002-01-28 [melvin]     0.7.0claws38
10307
10308         * src/compose.c
10309                 Added the declartion of compose_send_control_enter.
10310
10311         * src/compose.c
10312         * src/gtkspell.[ch]
10313                 Added in a 'Spelling' menu which includes the configuration menu. 
10314                 Added a real 'Check all' and got rid from the old one which only
10315                 highlited misspelled word.
10316                 Made 'Check while typing' a disableable option.
10317                 Added a dialog when there are no more misspelled word.
10318                 Added a dialog if error occurs when switching to a dictionary.
10319         
10320         * src/prefs_common.[ch]
10321                 Added option for the default 'Check while typing' option.
10322
10323
10324 2002-01-28 [alfons]     0.7.0claws37
10325
10326         * src/compose.c
10327                 fix buglet and make code comply with sylpheed code style
10328
10329 2002-01-28 [paul]       0.7.0claws36
10330
10331         * sync with sylpheed 0.7.0cvs19
10332                 see ChangeLog entries for 2002-01-28
10333
10334 2002-01-28 [hoa]        0.7.0claws35
10335
10336         * src/defs.h
10337                 added rendererrc
10338
10339         * src/main.c
10340                 read the renderer config
10341
10342         * src/procmime.[ch]
10343                 use the renderer config to convert mime attachments
10344
10345         * src/textview.c
10346                 don't use textview_show_html/ertf,
10347                 use get_text_content instead
10348
10349 2002-01-27 [alfons]     0.7.0claws34
10350         
10351         * src/news.c
10352                 make sylpheed believe it can delete a news message...
10353                 (messages are NOT deleted, maybe we should remove
10354                 processing from the folder properties after all.)
10355
10356 2002-01-27 [alfons]     0.7.0claws33
10357
10358         * src/folder.c
10359                 add extra checks
10360         * src/news.c
10361                 implement remove_msg() 
10362
10363 2002-01-27 [alfons]     0.7.0claws32
10364
10365         * src/procmsg.h
10366         * src/procheader.c
10367         * src/messageview.c
10368                 fix return receipt / disposition notification again. this
10369                 stuff seems to break on _every_ major summary UI change, so
10370                 it's now implemented using a flag which is saved in the
10371                 marks cache
10372                 
10373 2002-01-26 [alfons]     0.7.0claws31
10374
10375         * src/import.c
10376                 let import dialog show the destination folder identifier
10377
10378 2002-01-26 [melvin]     0.7.0claws30
10379
10380         * src/folderview.c
10381         * src/summaryview.c
10382                 Readded 'Mark all read' into summary view popup menu
10383                 Added 'Mark all read' in folder view popup menu for IMAP
10384                 and NNTP.
10385                 Made it insensitive if the selected folder is not the shown
10386                 one to avoid 'Mark all read' on the wrong folder.
10387                 
10388 2002-01-26 [paul]       0.7.0claws29
10389
10390         * src/folderview.c
10391           src/summaryview.c
10392                 move 'Mark all read' from summary view to folder view
10393                 menu. (adapted from) patch submitted by Jeremy Andrews,
10394                 <lists@kerneltrap.com>
10395
10396 2002-01-25 [alfons]     0.7.0claws28
10397
10398         * src/gtkstext.c
10399                 put the gtk class name back so GtkSText adapts the 
10400                 settings of GtkText
10401
10402 2002-01-25 [alfons]     0.7.0claws27
10403
10404         * src/folderview.c 
10405                 assimilate Ricardo's patch that shows pixmaps instead of
10406                 plain "new" and "unread" texts in the folder view column
10407                 headers 
10408
10409 2002-01-25 [paul]       0.7.0claws26
10410
10411         * src/Makefile.am
10412                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10413                 be found in non-standard locations. 
10414                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10415
10416 2002-01-25 [paul]       0.7.0claws25
10417
10418         * sync with sylpheed 0.7.0cvs16
10419                 see ChangeLog entry 2002-01-25
10420
10421 2002-01-24 [paul]       0.7.0claws24
10422
10423         * more sync with sylpheed 0.7.0cvs15
10424                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10425
10426 2002-01-23 [sergey]     0.7.0claws23
10427
10428         * src/importldif.c
10429                 Fixed segfault when closing LDIF import wizard with
10430                 the window manager.
10431         * src/imageview.c
10432         * src/imageview.h
10433         * src/messageview.c
10434         * src/mimeview.c
10435                 Fixed wrong scrolling position after switching between
10436                 text and image parts.
10437
10438 2002-01-23 [paul]       0.7.0claws22
10439
10440         * sync with sylpheed 0.7.0cvs15
10441                 see ChangeLog entries 2002-01-22 and 2002-01-23
10442
10443 2002-01-21 [melvin]     0.7.0claws21
10444
10445         * src/prefs_scoring.c
10446         * src/prefs_filtering.c
10447                 Fixed bug where scoring and filtering windows stopped
10448                 autochecking.
10449
10450 2002-01-21 [paul]       0.7.0claws20
10451
10452         * sync with sylpheed 0.7.0cvs12
10453                 see ChangeLog entries 2002-01-20 and 2002-01-21
10454
10455 2002-01-21 [carsten]    0.7.0claws19
10456         * src/mainwindow.c
10457         * src/menu.[ch]
10458         * src/messageview.[ch]
10459         * src/summaryview.[ch]
10460                 changes to shortcuts handling again:
10461                         + "Q" now controled by mainwin
10462                         + v/V are now customizable and have slightly
10463                           different meanings
10464                 the "button" to minimize the messageview (and maximize
10465                 the summary view) is a real button now
10466         * src/compose.c
10467                 "Delete Line+" added to Edit/Advanced (this will also
10468                 delete the '\n')
10469
10470 2002-01-20 [melvin] 0.7.0claws18
10471
10472         * src/addressbook.c
10473                 Made "Bcc" sensitive when addressbook is called from
10474                 compose window (it was a Claws only bug).
10475
10476 2002-01-19 [alfons] 0.7.0claws17
10477
10478         * src/inc.c
10479                 prevent unnecessary updates when currently selected folder has
10480                 no new messages 
10481
10482 2002-01-19 [alfons] 0.7.0claws16
10483         
10484         * src/summaryview.c
10485                 prevent writing the cache based on current message list in summary 
10486                 view when filtering also put messages in currently selected folder
10487
10488 2002-01-19 [paul]
10489
10490         * po/it.po
10491                 Italian translation submitted by Alessandro Maestri
10492                 <a.maestri@cs.tin.it>
10493
10494 2002-01-18 [melvin]     0.7.0claws15
10495
10496         * src/prefs_filters.c
10497                 fixed bug where 'cancel' from 'filters' window stops autochecking
10498                 if the timer timed out  when the window was open.
10499
10500 2002-01-18 [match]      0.7.0claws14
10501
10502         * src/addrclip.[ch]     ** NEW FILE **
10503         * src/addrselect.[ch]   ** NEW FILE **
10504         * src/adbookbase.h      ** NEW FILE **
10505                 addressbook cut, copy and paste
10506         * src/addrbook.[ch]
10507         * src/addrcache.[ch]
10508         * src/addressitem.h
10509         * src/addrindex.[ch]
10510         * src/addritem.[ch]
10511         * src/importldif.c
10512         * src/importmutt.c
10513         * src/jpilot.[ch]
10514         * src/syldap.[ch]
10515         * src/vcard.[ch]
10516         * src/jpilot.[ch]
10517         * src/editbook.c
10518         * src/editjpilot.c
10519         * src/editldap.c
10520         * src/editvcard.c
10521                 support for copy/paste
10522         * src/addressbook.c
10523                 support for copy/paste
10524                 tidy up menu option processing
10525                 correct address list function arguments
10526         * src/editaddress.c
10527                 sort user attributes
10528         * src/ldif.h
10529         * src/mutt.h
10530                 tidy up
10531
10532         * src/addrbook.[ch]
10533         * src/addrbook.[ch]
10534         * src/addrbook.[ch]
10535                 
10536
10537 2002-01-18 [paul]       0.7.0claws13
10538
10539         * sync with sylpheed 0.7.0cvs8
10540                 configure.in: support Mac OS X (Darwin)
10541
10542 2002-01-18 [carsten]    0.7.0claws12
10543         * src/html.c
10544                 small hack to fix a segfault with an empty href
10545                 (reported by Alexandra Walford <deeni@altern.org>)
10546         * src/mainwindow.c
10547         * src/summaryview.c
10548                 the shortcuts for Mark und Mark as unread are hardcoded
10549                 again
10550         * src/compose.c
10551         * src/gtkstext.[ch]
10552                 readded the shortcuts in gtkstext but made them
10553                 customizeable (simply by adding a menu plus a wrapper
10554                 to compose.c)
10555
10556 2002-01-17 [melvin]     0.7.0claws11
10557
10558         * src/gtkspell.c
10559                 fix default dictionary not being saved.
10560
10561 2002-01-16 [darko]      0.7.0claws10
10562
10563         * src/compose.c
10564                 fix wrapping crash with URL longer than wrapping margin
10565
10566 2002-12-08 [hoa]        0.7.0claws10
10567
10568         * src/matcher_parser_parse.y
10569                 fixed some bugs
10570
10571         * src/prefs_filtering.c
10572                 now, we can use bounce action in the dialog box.
10573
10574 2002-01-16 [carsten]    0.7.0claws9
10575         * src/gtkstext.c
10576                 removed the <control> and <alt> shortcuts because they're
10577                 not needed and interefered with the "normal" shortcuts
10578         * src/mainwindow.c
10579         * src/summaryview.c
10580                 removed most of the hardcoded shortcuts and assigned
10581                 them to menu entries making them easy customizable by
10582                 that
10583
10584 2002-01-16 |melvin]     0.7.0claws8
10585
10586         * src/gtkspell.c
10587                 fixed bug where using the mouse and when the compose
10588                 window is not on top may result in a crash.
10589
10590 2002-01-16 [melvin]     0.7.0claws7
10591
10592         * src/compose.c
10593                 fixed a long standingspell checker bug which could 
10594                 cause a crash after sending a message.
10595
10596 2002-01-16 [paul]       0.7.0claws6
10597
10598         * sync with sylpheed 0.7.0cvs7
10599                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10600                 2002-01-15, and 2002-01-16
10601
10602 2002-01-16 [melvin]     0.7.0claws5
10603
10604         * README.claws
10605         * src/compose.c
10606         * src/gtkspell.[ch]
10607         * src/main.c
10608                 Heavily modified spell checker code to work around
10609                 ispell bug, to add keyboard shortcuts and for future
10610                 enhancements. See README.claws for usage information.
10611
10612 2002-01-15 [alfons]     0.7.0claws4
10613         
10614         * src/summaryview.c
10615                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10616                 so sorting within threads reflects sort mode
10617
10618 2002-01-15 [christoph]  0.7.0claws3
10619
10620         * src/procmsg.c
10621                 added alertpanel if mail sending failed
10622
10623 2002-01-15 [alfons]     0.7.0claws2
10624         
10625         * src/prefs_filtering.c
10626                 don't stop timer when prefs filtering dialog is opened
10627
10628 2002-01-14 [alfons]     0.7.0claws1
10629
10630         * src/addr_compl.c
10631         * src/prefs.c
10632                 remove debug_print()s for privacy reasons
10633
10634 2002-01-14 [darko]      0.7.0claws
10635
10636         * README.claws
10637                 quotation wrapping is now also in the main branch
10638
10639 2002-01-14 [paul]
10640
10641         * tools/filter_conv.pl
10642                 allow for Boolean Op and case-sensitivity
10643                 this file is included in the release and tagged
10644                 'rel_0_7_0'
10645
10646 2002-01-13 [paul]       0.7.0claws
10647
10648         * release 0.7.0, with cvs tag 'rel_0_7_0'
10649
10650 2002-01-13 [paul]
10651
10652         * tools/filter_conv.pl
10653         * tools/README
10654                 rewritten to output to matcherrc instead of filteringrc
10655
10656         * po/es.po
10657                 updated Spanish translation by Ricardo Mones Lastra
10658
10659 2002-01-13 [alfons]
10660
10661         * po/nl.po
10662                 update dutch translation
10663
10664 2002-01-13 [paul]
10665
10666         * po/pt_BR.po
10667                 Updated by Fabio Junior Beneditto 
10668
10669 2002-01-13 [melvin]     0.6.6claws53
10670
10671         * po/fr.po
10672                 Updated french translation
10673
10674 2002-01-12 [alfons]     0.6.6claws52
10675
10676         * src/filtering.c
10677                 plug mem leak that has been sitting there for ages              
10678
10679 2002-01-12 [alfons]     0.6.6claws51
10680
10681         * src/summaryview.c
10682                 undo melvin's changes from 0.6.6claws48 because summary
10683                 view now refuses to select first unread message when
10684                 selecting a folder 
10685
10686 2002-01-11 [alfons]     0.6.6claws50
10687
10688         * src/import.c
10689                 use claws' semantics for getting folder item when
10690                 importing an mbox file into a folder 
10691                 (submitted by Dale P. Smith)
10692
10693 2002-01-11 [christoph]  0.6.6claws49
10694
10695         * src/prefs.h
10696                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10697                 toggle widget, because non static prefs can not use
10698                 prefs_set_* functions
10699         * src/prefs_account.c
10700                 toggle smtp auth password field sensitivity if
10701                 user id is empty and add descrition of usage for
10702                 these fields
10703         * src/prefs_folder_item.c
10704                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10705                 callbacks
10706
10707 2002-01-11 [melvin]     0.6.6claws48
10708
10709         * src/compose.c
10710                 fix the 'Ctrl-Enter' feature for sending and test really
10711                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10712                 editables which was not documented in Gtk)
10713
10714         * src/summaryview.c
10715                 Made summaryview refresh after sorting and not before.
10716
10717 2002-01-11 [christoph]  0.6.6claws47
10718
10719         * src/compose.c
10720                 select account from account ids if possible and
10721                 correctly set save folder for copy in reedit
10722
10723 2002-01-10 [paul]       0.6.6claws46
10724
10725         * sync with sylpheed 0.7.0 release
10726                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10727                 2002-01-09
10728
10729 2002-01-09 [alfons]
10730
10731         * src/summaryview.c
10732                 remove more dirt traces...
10733
10734 2002-01-09 [alfons]
10735         
10736         * src/summaryview.c
10737                 clean up some traces of my debugging stuff
10738
10739 2002-01-09 [alfons]     0.6.6claws45
10740
10741         * src/filtering.c
10742                 break up filteringprop_apply() in three separate pieces
10743                 so we can drop messages that failed processing in the
10744                 inbox
10745
10746         * src/summaryview.c
10747                 fix bug #469598 "no refresh of inbox after filter" which 
10748                 was introduced by the new summary view locking, and which 
10749                 prevented the summary view to update after a manual filter 
10750                 message. claw's filter message requires a summary_show().
10751                 (aargh, summary_show() again! :-)
10752                 
10753 2002-01-07 [alfons]     0.6.6claws44
10754
10755         * src/headerwindow.c
10756         * src/logwindow.c
10757         * src/messageview.c
10758         * src/sourcewindow.c
10759                 bring in Hiro's last 0.7.0 wm class fixes
10760
10761         * tools/sylprint.pl
10762                 bring in Ricardo's fix for sylprint script
10763
10764         * AUTHORS       
10765         * src/rfc2015.[ch]
10766         * src/prefs_common.[ch]
10767         * src/prefs_account.[ch]
10768         * src/compose.c
10769                 clean up account preference poison in rfc2015,
10770                 and preparation to fix double sign bug 
10771                 (patch submitted by Simon 'corecode' Schubert)
10772
10773 2002-01-07 [christoph]  0.6.6claws43
10774
10775         * src/mh.c
10776                 search for free message number, do not only rely
10777                 on last_num
10778         * src/send.c
10779                 fix smtp auth and use extra account information
10780                 if available, if not use pop3 data instead
10781                 (closes bug #500341)            
10782         * src/ssl.[ch]
10783                 match coding style
10784
10785 2002-01-06 [alfons]     0.6.6claws42
10786
10787         * src/mainwindow.c
10788                 try making the separate windows work again...
10789
10790 2002-01-06 [alfons]     0.6.6claws41
10791
10792         * src/mainwindow.c
10793                 adapt Hiro's separate window menu (to get rid of the funny
10794                 duplicate menu items), and make it work again
10795
10796 2002-01-06 [alfons]     0.6.6claws40
10797
10798         * tools/Makefile.am
10799         * tools/sylprint.rc
10800         * tools/sylprint.pl
10801         * tools/README.sylprint
10802                 add sylprint script for printing mails from Sylpheed
10803                 (contributed by Ricardo Mones Lastra)
10804
10805         * src/acount.c
10806                 clean up
10807
10808 2002-01-06 [melvin]     0.6.6claws39
10809
10810         * src/mainwindow.c
10811         * src/summaryview.c
10812                 Fixed crash introduced in 0.6.6claws38 by the menu
10813                 reorganisation (Hide read messages)
10814         
10815         * ChangeLog.claws 
10816                 Fixed typo (we are now in 2002, alfons ;) )
10817
10818 2002-01-05 [alfons]     0.6.6claws38
10819
10820         * sync with sylpheed 0.6.6cvs10-17
10821                 (last stuff marked as LAST_STABLE)
10822
10823 2002-01-04 [melvin]     0.6.6claws37
10824
10825         * src/account.c
10826                 Made account selection code use strcasestr again instead of
10827                 g_strcasecmp (fixes bug where reediting queued messages
10828                 did not select proper account reported by T. Link).
10829         
10830         * src/folderview.c
10831                 Fix bug where folder icons are not shown when 'hide read messages'
10832                 is on.
10833         
10834         * src/stock_pixmaps.[ch]
10835                 Added folder icons for 'hide read messages'.
10836         
10837         * src/compose.c
10838                 Fixed bug where 'Enter' in a header entry will send the message 
10839                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10840
10841 2002-01-03 [melvin]     0.6.6claws36
10842         
10843         * src/prefs.[ch]
10844                 Added popup menu for common preferences and
10845                 account preferences (right click on tab displays
10846                                 a menu of all tabs.)
10847
10848 2002-01-02 [melvin]     0.6.6claws35
10849
10850         * src/gtkspell.[ch]
10851                 Made spelling code compatible with undo/redo feature.
10852                 Added creation of suggestion mode menu for the general
10853                         preferences.
10854         
10855         * src/prefs_common.[ch]
10856                 Added option menu for the speller's suggestion mode.
10857                 Added missing spaces in "..." buttons and made a "..."
10858                         button non translatable!
10859         
10860         * src/compose.c
10861                 Made speller use the default suggestion mode.
10862                 Hack to make it possible to choose 'CTRL-Enter' as a
10863                         shortcut for sending (and only for sending).
10864
10865         * src/prefs_folder_item.c
10866                 Changing subject simplification does not update cache 
10867                         anymore (because it is unnecessary).
10868                 Fixed bug where changing subject simplification updated the 
10869                         summaryview even when the viewed folder is not the
10870                         folder which properties are being changed. (E.g. 
10871                                         viewing folder A and changing
10872                                         the subject simplification of 
10873                                         folder B -not being viewed- updated the 
10874                                         summaryview of folder A with data of
10875                                         folder B). (Hope this is clear... )
10876
10877 2001-12-31 [alfons]     0.6.6claws34
10878         
10879         * src/ldif.c
10880         * src/mutt.c
10881                 fgetc() returns a signed integer which doesn't
10882                 fit in a char. so c truncates this to a char
10883                 but we may lose significant bits. i.e. we may
10884                 comparing 0xFF which may not be equal to -1
10885                 unless properly casted to signed char which
10886                 we won't do because fgetc() returns a signed
10887                 integer which doesn't fit in a char. so c 
10888                 truncates this to a char but we may lose 
10889                 significat bits. (you got the idea, thanks
10890                 to Gustavo Noronha Silva <kov@debian.org>
10891                 and the Debian folks!)
10892
10893 2001-12-30 [alfons]     0.6.6claws33
10894
10895         * src/prefs_common.c
10896                 add #ifdef USE_PSPELLs that Melvin forgot               
10897
10898 2001-12-30 [melvin]     0.6.6claws32
10899         
10900         * src/prefs_common.[ch]
10901                 Added configurable color for misspelled words.
10902
10903         * src/gtkspell.[ch]
10904                 Fixed bug of foreground text color (reported by David
10905                                 Mehrmann)
10906                 Added configurable color for misspelled words.
10907
10908 2001-12-30 [alfons]     0.6.6claws31
10909
10910         * src/folder.c
10911                 remove unnecessary things someone put there
10912
10913         * src/mh.c
10914         * src/folder.[ch]
10915                 make folder properties (like threading and sorting) persistent
10916                 (closes bug #497424 "rescan folder tree resets proprieties")
10917                 currently this is only for MH folders. 
10918
10919 2001-12-29 [melvin]     0.6.6claws30
10920
10921         * src/string_match.[ch]
10922                 Optimized a bit: regexp pattern buffer compiled only once, and
10923                   one subroutine call removed. Fixed ^ regexp search: Now, 
10924                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
10925         
10926         * src/summaryview.c
10927                 Subject filtering changed to filter summary columns and
10928                   not directly the messages subject cache. The loss in 
10929                   performance is balanced by the improvement of string_match.
10930                 Added an alert panel if there is an error in the regexp.
10931
10932         * src/src/prefs_folder_item.h
10933                 Added a regexp pattern buffer.
10934
10935 2001-12-28 [alfons]     0.6.6claws29
10936
10937         * src/string_match.[ch]
10938                 clean up name space
10939                 allow compilation *BSD
10940
10941 2001-12-27 [alfons]     0.6.6claws28
10942
10943         * src/filter.c
10944                 sync the Hiro's bug fix for BSD
10945
10946 2001-12-27 [melvin]     0.6.6claws27
10947         
10948         * src/compose.c
10949                 Simplify focus to subject entry code.
10950
10951 2001-12-27 [darko]      0.6.6claws26
10952
10953         * src/filtering.c
10954         * src/mbox_folder.c
10955         * src/messageview.c
10956         * src/mh.c
10957         * src/procheader.[ch]
10958         * src/procmsg.h
10959         * src/stock_pixmap.[ch]
10960         * src/summaryview.c
10961                 Show key icon for encrypted mails in summary view
10962
10963         * src/pixmaps/clip.xpm
10964         * src/pixmaps/clipkey.xpm
10965         * src/pixmaps/key.xpm
10966                 New/modified icons for the above
10967
10968 2001-12-27 [melvin]     0.6.6claws25
10969
10970         * src/prefs_common.c
10971                 Put spell checker options in a separate tab to decrease
10972                 the Common Preferences window height.
10973
10974         * README.claws  
10975                 Update spell checker usage instruction about its options
10976                 location.
10977
10978 2001-12-27 [melvin]     0.6.6claws24
10979
10980         * src/compose.c
10981                 Changed subject entry widget position. Initial focus is
10982                 on the To header instead of the subject entry.
10983                 Creating a new header scrolls the header list to make the
10984                 created one visible. Nevertheless, when automatically filling
10985                 headers, the first one is shown.
10986                 A Tab key press in the last empty header entry zips the 
10987                 focus to the subject entry.
10988                 (I did not change the combo boxes, yet)
10989
10990 2001-12-26 [alfons]     0.6.6claws23
10991
10992         * src/prefs_account.c
10993         * src/inc.c
10994                 allow default inbox to reside in another mailbox (only
10995                 works for POP3 accounts)
10996
10997 2001-12-26 [alfons]     0.6.6claws22
10998         
10999         * src/textview.c
11000                 make reply-on-click work with the account of the selected folder
11001         * src/compose.c
11002                 put a fixme here to remind me to fix finding correct default
11003                 account for nested folders
11004
11005 2001-12-25 [alfons]     0.6.6claws21
11006
11007         * src/summaryview.c
11008                 make column headers display locked and mark pixmaps (idea by Melvin) 
11009                 fix bug by adding score and locked column type to sort array
11010
11011 2001-12-25 [alfons]     0.6.6claws20
11012         
11013         * src/summaryview.c
11014                 catch a *potentially* inadvertent write back of  
11015                 the message cache(s) introduced by 0.6.5claws37
11016
11017 2001-12-25 [christoph]  0.6.6claws19
11018
11019         * src/stock_pixmap.[ch]
11020         * src/summaryview.c
11021                 add ignore thread pixmap
11022                 (can someone draw a better icon for this?)
11023
11024 2001-12-24 [alfons]     0.6.6claws18
11025
11026         * src/prefs_folder_item.c
11027                 make address completion actually work for the
11028                 Default To address in the Folder Property dialog.
11029
11030 2001-12-24 [alfons]     0.6.6claws17
11031         
11032         * src/summaryview.c
11033                 use new style regexp for subject stripping 
11034                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11035
11036 2001-12-24 [darko]      0.6.6claws16
11037
11038         * src/pgptext.c
11039         * src/rfc2015.c
11040                 move GPG related informational messages to debug mode
11041
11042 2001-12-23 [alfons]     0.6.6claws15
11043
11044         * src/stock_pixmap.[ch]
11045         * src/summaryview.c
11046                 add the forgotten Claws' locked pixmap
11047
11048 2001-12-23 [alfons]     0.6.6claws14
11049
11050         * src/filesel.c
11051                 accept file name typed in entry in multi file
11052                 selector (patch submitted by Gustavo Noronha Silva 
11053                 <kov@debian.org>)
11054
11055 2001-12-23 [alfons]     0.6.6claws13
11056
11057         * src/prefs_filter.c
11058         * src/prefs_filtering.c
11059         * src/matcher.c
11060         * src/importmutt.c
11061                 clean up a little bit
11062         
11063         * src/string_match.c
11064                 validate input strings a little bit more
11065
11066 2001-12-23 [alfons]     0.6.6claws12
11067
11068         * src/Makefile.am
11069         * src/summaryview.c
11070         * src/string_match.[ch]         ** NEW **
11071         * src/folderview.[ch]
11072         * src/headerview.h
11073         * src/folder.[ch]
11074         * src/prefs_folder_item.[ch]
11075                 add subject simplification to strip out strings from
11076                 a subject line (esp. handy for mailing lists). 
11077                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11078                 but slightly changed things for better integration.)
11079
11080 2001-12-23 [alfons]     0.6.6claws11
11081
11082         * src/mainwindow.c
11083                 fix bug introduced by submission included in 0.6.5claws52.
11084                 ideally this submission should clean the trash if any trash
11085                 folder has a message. however, the hasTrash variable was
11086                 set to false whenever a trash folder was empty (discarding
11087                 a previously found *filled* trash folder.)
11088
11089                 also edited the code a little bit and made it more safe.
11090
11091 2001-12-22 [alfons]     0.6.6claws10
11092
11093         * src/imap.c
11094                 quick fix for Martin Pool's omission of an account
11095                 specific SSL setting
11096
11097 2001-12-22 [alfons]     0.6.6claws9
11098
11099         * src/compose.c
11100         * src/messageview.c
11101         * src/mimeview.c
11102         * src/pgptext.c
11103         * src/procmime.[ch]
11104                 better support for multipart/digest (submitted
11105                 by Fredrik <e98fo@efd.lth.se>)
11106
11107 2001-12-22 [alfons]     0.6.6claws8
11108
11109         * src/addressbook.c
11110                 correct function signature
11111         * src/socket.[ch]
11112         * src/imap.[ch]
11113         * src/prefs_account.[ch]
11114                 allow IMAP over SSH tunnel (patch submitted by 
11115                 Martin Pool <mbp@samba.org>)
11116
11117 2001-12-21 [alfons]     0.6.6claws7
11118
11119         * sync with sylpheed 0.6.6cvs4-9
11120                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11121
11122 2001-12-21 [christoph]  0.6.6claws6
11123
11124         * src/compose.c
11125         * src/prefs_folder_item.[ch]
11126                 implement saving of outgoing messages to current folder.
11127                 fix segfault when no default outbox is available
11128                 (closes bug #495683)
11129
11130 2001-12-21 [carsten]    0.6.6claws5
11131         * src/folderview.c
11132         * src/summaryview.c
11133                 pressing CTRL while DND does now the expected thing and
11134                 copies the mail (moving is still the default, as this
11135                 seam more appropriate for handling mails by DND)
11136
11137 2001-12-18 [paul]       0.6.6claws4
11138
11139         * sync with sylpheed 0.6.6cvs3
11140                 see ChangeLog entries 2001-12-18
11141
11142 2001-12-18 [hiro]       0.6.6claws3
11143
11144         * src/undo.c
11145                 fix for multibyte characters (obtain the number of letters
11146                 instead of bytes).
11147
11148 2001-12-17 [paul]       0.6.6claws2
11149
11150         * sync with sylpheed 0.6.6cvs1
11151                 see ChangeLog entry 2001-12-16
11152
11153 2000-12-17 [alfons]     0.6.6claws1
11154
11155         * src/filtering.c
11156                 clean up
11157
11158 2001-12-16 [paul]       0.6.6claws
11159 2001-12-15
11160
11161         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11162
11163         * src/mimeview.c
11164                 last minute sync with main 0.6.6
11165
11166         * po/es.po
11167                 updated by Ricardo Mones Lastra
11168                 update for last minute sync
11169         * po/fr.po
11170         * po/nl.po
11171                 update for last minute sync
11172         * po/de.po
11173                 updated by Jens Oberender
11174         * po/pt_BR.po
11175                 updated by Fabio Junior Beneditto
11176
11177         * src/prefs_common.[ch]
11178         * src/undo.c
11179                 number of undo levels is user configurable
11180                 (squeeze it into the release in the dying
11181                 moments) Submitted by Jens Oberender    
11182
11183 2001-12-15 [melvin]
11184
11185         * po/fr.po
11186                 updated french translation
11187
11188 2001-12-15 [paul]       0.6.5claws92
11189
11190         * sync with sylpheed 0.6.5cvs28
11191                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11192
11193         * po/nl.po
11194                 update to allow for sync
11195
11196 2001-12-15 [alfons]
11197         
11198         * po/nl.po
11199                 update dutch translation
11200
11201 2001-12-14 [carsten]    0.6.5claws91
11202         * src/summaryview.c
11203                 fixed bug #473785; also after changing the column order
11204                 the same message will be selected and displayed as before
11205                 the reordering
11206
11207 2001-12-14 [carsten]    0.6.5claws90
11208         * src/folderview.c
11209                 probably found the bug reported by wwb opening or closing
11210                 a folder tree just before dnd (found the solution in the
11211                 balsa source -- thanks to them)
11212
11213 2001-12-14 [carsten]    0.6.5claws89
11214         * src/gtkutils.c
11215         * src/account.c
11216                 moved gtk_clist_moveto to the right place, so that
11217                 only the accounts dialog is effected on opening
11218
11219 2001-12-14 [carsten]    0.6.5claws88
11220         * src/gtkutils.c
11221                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11222                 now, so that the focused row will be seen in any case
11223                 (reported by wwp on sf-claws-user)
11224
11225 2001-12-14 [darko]      0.6.5claws87
11226
11227         * src/compose.c
11228                 remove unnecessary line
11229
11230 2001-12-14 [paul]       0.6.5claws86
11231
11232         * sync with sylpheed 0.6.5cvs27
11233                 see ChangeLog entries 2001-12-14
11234
11235 2001-12-14 [carsten]    0.6.5claws85
11236         * src/mainwindow.c
11237                 following a suggestion of Melvin the rcoabm pops up
11238                 right under the button now and the button is reliefed
11239                 while the popup is open
11240
11241 2001-12-14 [darko]      0.6.5claws84
11242
11243         * src/compose.c
11244                 fix crash when wrapping long lines if linewrap quotation
11245                 is disabled and wrapper encounters a word spanning more
11246                 than one line
11247
11248 2001-12-13 [paul]       0.6.5claws83
11249
11250         * src/compose.c
11251                 prefer 'Reply-To' header over mailing list header when
11252                 replying to a message. Finally prevent all those confirmation 
11253                 messages being sent to the list itself.
11254
11255         * src/summaryview.c
11256                 remove unused summary_set_menu_sensitive() entry
11257
11258 2001-12-13 [paul]       0.6.5claws82
11259
11260         * src/folderview.c
11261         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11262         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11263         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11264                 improvements to 'Hide read messages': Inbox, Outbox,
11265                 Trash, Queue, and Draft icons now reveal presence of hidden 
11266                 messages
11267
11268 2001-12-12 [alfons]     0.6.5claws81
11269
11270         0.6.5claws80 was tagged as LAST_STABLE
11271
11272         * src/filtering.[ch]
11273         * src/matcher.[ch]
11274         * src/matcher_parser_lex.c
11275                 fix the filtering; my last attempt to get it right, 
11276                 if it does not work, it's Hoa's turn. ;-)
11277
11278                 for my honourable peers:
11279                 
11280                 the code now makes a clear distinction between
11281                 rules as they are displayed (probably escaped),
11282                 and as they are executed (probably unescaped). the
11283                 parser does *NOT* do any unescaping, this is
11284                 the task of the matcher.c (which breaks up a
11285                 rule into condition) and the filtering.c (which
11286                 breaks up the rule's action). to make this
11287                 run happily we provide an unescaped copy of
11288                 crucial strings to the MatcherProp and 
11289                 FilteringAction structures. note that the only
11290                 exception to this is any REGEXP string. those
11291                 are directly passed to regcomp() and regexp()
11292                 (who have much more powerful unescape functions).
11293                 
11294                 for everyone else:
11295         
11296                 you can escape tab (\t), carriage return (\r),
11297                 linefeed (\n), form feed (\f), quote (\"), 
11298                 single quote (\'), bell (\b) in all the entry
11299                 lines in the scoring & filtering dialogs.
11300                 as an added bonus this should not affect
11301                 existing filtering rules.
11302
11303 2001-12-12 [carsten]    0.6.5claws80
11304
11305         * src/summaryview.c
11306         * po/de.po
11307                 "item(s) selected" is now sensitive to 1 or more
11308                 than one selected (nice for language where simple
11309                 adding of a "s" is not possible as German (Eintrag
11310                 ->Eintr"age)
11311                 
11312                 the "forward as attachment" entry from the right
11313                 click menu removed, "forward" acts following the
11314                 prefs
11315         
11316         * src/textview.c
11317                 reverted my former changes; so compiler warning again
11318                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11319                 nevertheless
11320
11321         * src/messageview.c
11322                 "search in message" does now *not* only work in MVIEW_TEXT
11323                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11324                 message
11325
11326         * src/mainwindow.c
11327                 removed "/File/_Close" as it was the same as "/File/E_xit"
11328                 and we don't need it two times
11329
11330                 the separate folder view and message view now get a distinct
11331                 WMCLASS, just in case someone is using sawfish ;-)
11332
11333                 as the menu entries "/View/Message view" and "/View/Folder tree"
11334                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11335                 make them sensitive accordingly and as these two are "shown"
11336                 after startup anytime check this menuitem at startup
11337
11338 2001-12-12 [paul]       0.6.5claws79
11339
11340         * src/folderview.c
11341                 fix sensitivity of 'Search folder...', broken in
11342                 0.6.5claws75
11343
11344         * src/mainwindow.c
11345                 fix dodgy English
11346
11347 2001-12-11 [carsten]    0.6.5claws78
11348         * src/filtering.c
11349                 fixed two typos returning a wrong FALSE/TRUE
11350         * src/mainwindow.[ch]
11351                 extra menu for email/news button removed
11352
11353 2001-12-11 [alfons]     0.6.5claws77
11354         
11355         * src/matcher.c                 (1.3)
11356         * src/matcher_parser_lex.l      (1.28)
11357                 revert for another attempt
11358                 mark 0.6.5claws77 as LAST_STABLE
11359
11360 2001-12-11 [christoph]  0.6.5claws76
11361
11362         * po/de.po
11363                 fixed wrong translation for prev. unread msg
11364
11365 2001-12-11 [paul]       0.6.5claws75
11366
11367         * src/folder.[ch]
11368         * src/folderview.c
11369         * src/mainwindow.c
11370         * src/summaryview.[ch]
11371         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11372                 enable ability to hide read messages on per folder basis via 
11373                 '/Summary/Hide read messages'; when selected, a folder will 
11374                 have a red open folder icon, instead of a blue icon, if the 
11375                 folder contains hidden messges
11376                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11377
11378         * src/mainwindow.c
11379                 remove '/Message/Forward as attachment' from 
11380                 main_window_set_menu_sensitive() to prevent debug warning
11381
11382         * src/folderview.c
11383         * src/mainwindow.c
11384                 Clean up some of the English
11385
11386         * tools/newscache_clean.pl
11387                 allow for new 'hidereadmsgs' entry in folderlist.xml
11388
11389         * po/es.po
11390                 updated translation, submitted by Ricardo Mones Lastra
11391
11392 2001-12-11 [paul]       0.6.5claws74
11393
11394         * sync with sylpheed 0.6.5cvs25
11395                 see ChangeLog entry 2001-12-11
11396
11397 2001-12-10 [alfons]     0.6.5claws73
11398
11399         * src/matcher.c
11400                 add more control characters
11401         * src/matcher_parser_lex.l
11402                 make escaping / unescaping work again
11403
11404 2001-12-10 [alfons]     0.6.5claws72
11405
11406         * src/imap.c
11407                 clean up warnings "returning value for void function" 
11408         * src/prefs_filtering.c
11409                 make info button for execute action sensitive
11410
11411 2001-12-10 [paul]       0.6.5claws71
11412
11413         * src/compose.c
11414         * src/imap.[ch]
11415         * src/summaryview.c
11416                 fix: imap server now gets informed of MARKED, UNMARKED
11417                 and REPLY events. Now people can use different IMAP-Mail
11418                 clients and have the exact same information about MARKED,
11419                 UNMARKED and REPLY status with all of them. Especially
11420                 useful for imap servers with a web-frontend.
11421                 submitted by Tobias Sandhaas <medlor@web.de>
11422
11423 2001-12-09 [melvin]     0.6.5claws70
11424         
11425         * src/textview.[ch]
11426                 fixed bug #490076 (hunted down by Alfons who implemented
11427                 a workaround in 0.6.5claws65)
11428
11429 2001-12-09 [christoph]  0.6.5claws69
11430
11431         * src/summaryview.c
11432                 set pointer to string in LOCKED column to NULL
11433                 (might fix bug #490800)
11434
11435 2001-12-09 [carsten]    0.6.5claws68
11436
11437         * po/de.po
11438                 resolved some cluttered menu shortcuts 
11439                 ('creating new email' and 'creating news message'
11440                 hade the same)
11441         * src/compose.c
11442                 wmclass now distinc from main window
11443         * src/mainwindow.c
11444           src/mainwindow.h
11445                 email/news and forward button functionality similar
11446                 to the reply buttons; removed the ugly dropdown arrows
11447                 and use instead the right mouse button
11448
11449 2001-12-09 [paul]       0.6.5claws67
11450
11451         * src/imap.c
11452         * src/utils.h
11453                 allow spaces in imap folder names
11454                 submitted by Willem van Engen <wvengen@stack.nl>
11455
11456 2001-12-09 [paul]       0.6.5claws66
11457
11458         * sync with sylpheed 0.6.5cvs24
11459                 see ChangeLog entry 2001-12-09
11460
11461 2001-12-08 [alfons]     0.6.5claws65
11462
11463         * src/textview.c
11464                 prevent secondary selection claim after "add to sender" dialog
11465                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11466                 we trick GTK by simulating a click at (0, 0) in the textview.
11467
11468 2001-12-08 [hoa]        0.6.5claws64
11469
11470         * src/folder.c
11471                 fixed a bug about the .processing folder name while filtering
11472
11473 2001-12-08 [alfons]     0.6.5claws63
11474
11475         * src/folderview.c 
11476                 work around problem of not correctly updating folder stats
11477                 when deleting messages. there's some folder scanning evil
11478                 going so the folderview_update_msg_num() does not work
11479                 correctly. need to investigate this.
11480
11481 2001-12-08 [paul]       0.6.5claws62
11482
11483         * sync with sylpheed 0.6.5cvs23
11484                 see ChangeLog entry 2001-12-08
11485
11486 2001-12-07 [christoph]  0.6.5claws61
11487
11488         * src/compose.c
11489                 fix another header translation problem
11490
11491 2001-12-07 [alfons]     0.6.5claws60
11492
11493         * src/mbox.c
11494                 make filtering also work on local spool mbox
11495
11496 2001-12-07 [carsten]    0.6.5claws59
11497         * src/addressbook.c
11498                 addressbook window gets a wmclass distinct from the main
11499                 sylpheed window
11500         * src/compose.h
11501         * src/mainwindow.[ch]
11502                   forward menu item will use mode selected in prefs, forward 
11503                 as attatchment in menu removed (will be substituted in the
11504                 toolbar similar to reply buttons)
11505                   create news message menu entry and news button is now 
11506                 sensitive to the existance of a news account
11507         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11508         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11509         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11510                 these are removed because the toolbar buttons don't show
11511                 the quoting modus any longer
11512
11513 2001-12-07 [paul]
11514
11515         * tools/newscache_clean.pl      ** NEW FILE **
11516                 perl script to do some tidying up in the newscache directory 
11517                 
11518         * tools/sylpheed-switcher       ** NEW FILE **
11519                 perl script to enable easy switching between main and claws
11520                 
11521         * tools/README
11522                 added descriptions of the two new perl scripts          
11523
11524
11525 2001-12-07 [melvin]     0.6.5claws58
11526
11527         * src/messageview.c
11528                 fixed a warning during compilation introduced in 0.6.5claws56
11529
11530 2001-12-07 [paul]       0.6.5claws57
11531
11532         * src/mainwindow.[ch]
11533         * src/menu.[ch]
11534                 further usability enhancements to replying with or without 
11535                 quoting via the toolbar, use of Ctrl key is replaced by 
11536                 drop down menu 
11537                 Submitted by Carsten Schurig            
11538
11539 2001-12-07 [melvin]     0.6.5claws56
11540
11541         * src/messageview.c
11542                 hack to fix bug that prevented to make/paste selections
11543                 after switching between MVIEW_TEXT and MVIEW_MIME views
11544                 without deselecting the selection first.
11545
11546 2001-12-06 [alfons]     0.6.5claws55
11547
11548         * src/filtering.[ch]
11549         * src/inc.c
11550                 revise filtering a little bit more, and make sure
11551                 messages are delivered to the appropriate inbox
11552                 (perhaps set per account)
11553
11554 2001-12-06 [paul]       0.6.5claws54
11555
11556         * sync with sylpheed 0.6.5cvs22
11557                 see ChangeLog entry 2001-12-06
11558
11559 2001-12-05 [alfons]     0.6.5claws53
11560
11561         * src/inc.c
11562         * src/folder.[ch]
11563         * src/procmsg.c
11564         * src/filtering.c
11565                 more revisions of filtering system
11566                 (last stable version is marked as LAST_STABLE)
11567                 
11568                 | NOTE 1): the filtering system now uses a local folder called
11569                 | .processing. if filtering fails, check this directory
11570                 | for missing messages.
11571                 |
11572                 | NOTE 2): help us find the filtering actions still missing
11573
11574 2001-12-05 [paul]       0.6.5claws52
11575
11576         * src/mainwindow.c
11577                 fix bug where 'Empty Trash?' pop-up window appears even
11578                 when Trash is empty, submitted by Jesse Skinner         
11579
11580 2001-12-05 [melvin]     0.6.5claws51
11581
11582         * src/compose.c
11583                 fixed bug #486106 to select correct account when reediting 
11584                 a queued message
11585         
11586 2001-12-04 [alfons]     0.6.5claws50
11587
11588         * src/mh.c
11589                 declare markfile in appropriate functions when
11590                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11591                 for spotting this)
11592
11593 2001-12-04 [paul]       0.6.5claws49
11594
11595         * sync with sylpheed 0.6.5cvs21
11596                 see ChangeLog entry 2001-12-04
11597
11598 2001-12-03 [christoph]  0.6.5claws48
11599
11600         * po/de.po
11601                 changed translation of undo
11602         * src/account.c
11603         * src/folder.c
11604                 don't reinvent the wheel to traverse a GNode
11605         * src/compose.[ch]
11606                 seperate code to create the compose gui into functions
11607                 add "Others" page with folder selection for saving copy
11608                 of the message.
11609                 the folder identifier is saved to queue header
11610         * src/procmsg.c
11611                 save message to folder in queue header
11612
11613 2001-12-03 [paul]       0.6.5claws47
11614
11615         * sync with sylpheed 0.6.5cvs20
11616                 see ChangeLog entry 2001-12-03
11617
11618 2001-12-01 [paul]
11619
11620         * more sync with sylpheed 0.6.5cvs19
11621                 see ChangeLog entry 2001-11-29
11622
11623 2001-11-30 [paul]       0.6.5claws46
11624         
11625         * src/compose.c
11626                 remove conflicts introduced by Hoa's last commit
11627          
11628         * src/mainwindow.c
11629                 make 'Message/Bounce' sensitive
11630
11631 2001-11-30 [hoa]        0.6.5claws45
11632
11633         * src/compose.c
11634                 slightly change bounce function to add
11635                 information about the user that bounced the mail
11636                 in the From header line.
11637
11638         * src/folderview.c
11639                 permit the use of processing in outbox folder.
11640
11641 2001-11-29 [paul]       0.6.5claws44
11642
11643         * src/mainwindow.[ch]
11644         * src/prefs_common.c
11645         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11646         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11647         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11648                 usability enhancements to the quoting, implements
11649                 use of Ctrl key to toggle quoting settings
11650                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11651
11652 2001-11-29 [paul]       0.6.5claws43
11653         
11654         * sync with sylpheed 0.6.5cvs19
11655                 see ChangeLog entry 2001-11-28
11656
11657 2001-11-29 [melvin]     0.6.5claws42
11658         * src/Makefile.am
11659                 added enriched.[ch] to the list of files
11660
11661         * src/textview.c
11662         * src/mimeview.c
11663         * src/procmime.[ch]
11664         * src/enriched.[ch]
11665                 added support to view text/enriched
11666                 added support to show headers in message view for text/enriched and text/html
11667                         in non multipart messages
11668
11669 2001-11-28 [paul]       0.6.5claws41
11670
11671         * more sync with sylpheed 0.6.5cvs18
11672                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11673
11674 2001-11-27 [paul]       0.6.5claws40
11675         
11676         * po/pt_BR.po
11677                 updated translation, submitted by Fabio Junior Beneditto
11678                 
11679         * sync with sylpheed 0.6.5cvs18
11680                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11681                 2001-11-27
11682
11683
11684 2001-11-26 [paul]
11685
11686         * po/es.po
11687                 updated translation, submitted by Ricardo Mones Lastra
11688
11689 2001-11-26 [alfons]
11690
11691         * src/matcher.c
11692                 add more translatable strings
11693
11694 2001-11-26 [christoph]  0.6.5claws39
11695
11696         * po/de.po      
11697                 fixed one more umlaut
11698         * src/compose.c
11699                 fix translated header when it should not be translated
11700
11701 2001-11-26 [paul]       0.6.5claws38
11702
11703         * src/mainwindow.c
11704                 remove '/Message/Add Sender to address book' from 
11705                 main_window_set_menu_sensitive(), prevent debug warning
11706                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11707
11708 2001-11-26 [paul]       0.6.5claws37
11709
11710         * src/summaryview.c
11711                 fix 'recurring unread state' bug 
11712
11713         * tools/README 
11714         * tools/filter_conv.pl
11715                 read name of top level mailbox from folderlist.xml
11716                 and presume nothing about its name              
11717
11718 2001-11-26 [darko]      0.6.5claws36
11719
11720         * src/gtkstext.[ch]
11721                 removed functions that are now in gtkutils.c
11722                 use gtkut_text_is_uri_string() from gtkutils.c
11723         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11724
11725 2001-11-26 [paul]       0.6.5claws35
11726
11727         * sync with sylpheed 0.6.5cvs16
11728                 see ChangeLog entries 2001-11-25 and 2001-11-26
11729
11730 2001-11-25 [alfons]     0.6.5claws34
11731
11732         EXPERIMENTAL!!! Please checkout the last stable version using: 
11733           
11734         % cvs update -r LAST_STABLE -dRAP
11735
11736         (Or help us testing this stuff.)
11737
11738         * src/filtering.c               (1.14)
11739         * src/filtering.h               (1.6)
11740         * src/inc.c                     (1.28)
11741         * src/matcher.c                 (1.20)
11742         * src/mbox.c                    (1.9)
11743         * src/procmsg.h                 (1.14)
11744         * src/summaryview.c             (1.59)
11745         * src/summaryview.h             (dunno)
11746                 revert/merge/sync to as it was before commit 
11747                 on Thu, 19 Jul 2001 10:15:51 -0700.
11748
11749 2001-11-25 [hoa]        0.6.5claws33
11750
11751         * src/main.c
11752                 processing mails at startup
11753
11754         * src/folderview.c
11755         * src/summaryview.[ch]
11756                 processing mails when entering folder
11757
11758         * src/prefs_filtering.c
11759                 fixed some UI bugs
11760
11761 2001-11-24 [alfons]     0.6.5claws32
11762
11763         * src/summaryview.[ch]
11764                 make summary sort headers work, and also make
11765                 sure the sort type is stored
11766
11767 2001-11-23 [alfons]     0.6.5claws31
11768
11769         * src/summaryview.[ch]
11770                 make lock work like mark
11771                 disallow deleting messages marked as locked
11772
11773 2001-11-23 [alfons]     0.6.5claws30
11774
11775         * src/gtkstext.c
11776         * src/compose.[ch]
11777         * src/Makefile.am
11778         * src/undo.[ch]
11779                 merge undo patch submitted by Jens
11780
11781 2001-11-23 [christoph]  0.6.5claws29
11782
11783         * src/.cvsignore
11784                 added ylwrap
11785         * src/compose.c
11786                 fixed gpg signing and encoding
11787         * src/folder.[ch]
11788         * src/main.c
11789                 added --status option to get new, unread and total
11790                 message count from a running sylpheed
11791         * src/prefs_common.c
11792                 temporary fix for reply_with_quote problem
11793                 (don't call functions for non existing widget)
11794         * src/procmsg.c
11795                 one more check for ignored threads but still not
11796                 always working correctly. probably a recursive
11797                 check for all parents is needed
11798
11799 2001-11-23 [darko]      0.6.5claws28
11800
11801         * src/compose.c
11802                 wrapping on send improvements
11803         * src/gtkutils.[ch]
11804                 fix for GtkSText after last sync with main branch
11805                 GTK_TEXT -> GTK_STEXT
11806
11807 2001-11-23 [paul]       0.6.5claws27
11808
11809         * sync with sylpheed 0.6.5cvs14
11810                 see ChangeLog entries 2001-11-22 and 2001-11-23
11811                 
11812         * po/de.po
11813                 fixed the scrambled umlauts 
11814                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11815
11816 2001-11-21 [paul]       0.6.5claws26
11817
11818         * sync with sylpheed 0.6.5cvs12
11819                 see 2nd ChangeLog entry dated 2001-11-20
11820
11821 2001-11-20 [paul]       0.6.5claws25
11822
11823         * sync with sylpheed 0.6.5cvs11
11824                 see ChangeLog entry 2001-11-19 (src/utils.c)
11825
11826 2001-11-20 [hiro]
11827
11828         * src/compose.c
11829                 GTK_TEXT -> GTK_STEXT
11830                 fix for wrong comment
11831
11832 2001-11-20 [hiro]       0.6.5claws24
11833
11834         * src/compose.[ch]
11835                 more merges from main branch
11836                 removed fatal warnings (uninitialized variables etc.)
11837                 some coding style fix
11838         * src/gtkutils.h
11839                 fixed typo.
11840         * src/addressbook.c
11841           src/addrindex.c
11842                 V-Card -> vCard
11843
11844 2001-11-19 [hoa]        0.6.5claws23
11845
11846         * src/filtering.c
11847         * src/prefs_scoring.c
11848         * src/matcher.[ch]
11849         * src/scoring.c
11850                 cleaning code
11851
11852         * src/matcher_parser_parse.y
11853         * src/prefs_filtering.c
11854                 bouncing
11855
11856 2001-11-19 [alfons]     0.6.5claws22
11857
11858         more of my old things into claws
11859
11860         * src/Makefile.am
11861         * src/prefs_common.c
11862         * src/procmsg.h
11863         * src/summaryview.[ch]
11864         * src/prefs_summary_column.c
11865         * src/pixmaps/locked.xpm
11866                 add indicators for locking of message in summary view
11867                 (does not work yet, only visual indicator)
11868
11869 2001-11-19 [paul]       0.6.5claws21
11870
11871         * sync with sylpheed 0.6.5cvs10
11872                 see ChangeLog entry 2001-11-19
11873
11874 2001-11-18 [alfons]     0.6.5claws20
11875         
11876         * src/filtering.c
11877                 remove an inadvertent free I forgot in previous clean up 
11878
11879 2001-11-18 [alfons]     0.6.5claws19
11880
11881         * src/filtering.[ch]
11882                 clean up & plug leaks
11883
11884 2001-11-18 [paul]       0.6.5claws18
11885
11886         * sync with sylpheed 0.6.5cvs9
11887                 see ChangeLog entries 2001-11-17 and 2001-11-18
11888
11889 2001-11-16 [paul]       0.6.5claws17
11890
11891         * sync with sylpheed 0.6.5cvs8
11892                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11893
11894 2001-11-16 [paul]       0.6.5claws16
11895
11896         * sync with sylpheed 0.6.5cvs7
11897                 see ChangeLog entries 2001-11-15 and 2001-11-16
11898
11899 2001-11-15 [hoa]        0.6.5claws15
11900
11901         * src/compose.c
11902                 fix bounce, mails we received couln't be bounced to ourself.
11903
11904         * src/defs.h
11905         * src/filtering.[ch]
11906         * src/matcher.[ch]
11907         * src/matcher_parser.h
11908         * src/matcher_parser_lex.l
11909         * src/matcher_parser_parse.y
11910         * src/inc.c
11911         * src/main.c
11912         * src/mbox.c
11913         * src/prefs_filtering.[ch]
11914         * src/mainwindow.c
11915         * src/prefs_matcher.c
11916         * src/prefs_scoring.c
11917         * src/scoring.[ch]
11918         * src/summaryview.c
11919                 new matcher/filter/score configuration file parser
11920                 one unique configuration file => ~/.sylpheed/matcherrc
11921                 import in currently automatic, then save are made
11922                 in this new file.
11923                 one filter per folder and one global filter
11924                 (filter of a folder will be used as folder processing)
11925
11926         * src/folder.c
11927                 fix a bug in folder_item_get_identifier
11928                 
11929         * src/messageview.c
11930                 receive receipt return are fixed.
11931
11932 2001-11-14 [alfons]     0.6.5claws14
11933
11934         * src/session.h
11935                 add things from main branch to make claws compile
11936
11937 2001-11-14 [paul]       0.6.5claws13
11938
11939         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
11940                 see ChangeLog entries 2001-11-08 to 2001-11-14
11941
11942 2001-11-14 [hoa] 0.6.5claws12
11943
11944         * src/compose.[ch]
11945         * src/mainwindow.c
11946         * src/summaryview.c
11947                 add "bounce mail" option
11948
11949 2001-11-13 [christoph]  0.6.5claws11
11950
11951         * src/compose.c
11952                 Cleanup a mess i add before commiting
11953
11954 2001-11-13 [hoa]        0.6.5claws10
11955
11956         * src/compose.c
11957                 some fixes when mail are sent or
11958                 for crossposts
11959
11960 2001-11-13 [christoph]  0.6.5claws9
11961
11962         * po/de.po
11963                 Changed two string with the same translation
11964         * src/compose.c
11965         * src/procmsg.[ch]
11966         * src/send.[ch]
11967                 New mailsending process:
11968                   - Always queue message before sending
11969                     (message will be saved if sylpheed crashed or
11970                      freezes while sending)
11971                   - Allow queuing of newspostings
11972                   - No copy in outbox before sending
11973                     (closes bug #469501)
11974                   - No more redundant code for send and send_later
11975         * src/summaryview.c
11976                 Applied wwp <subscript@free.fr>'s patch that fixes
11977                 marks for multiple forwarded messages (+compose.c)
11978
11979 2001-11-12 [alfons]
11980
11981         * README.claws
11982                 remove things that are now in main branch
11983         
11984         * po/nl.po
11985                 update Dutch translation
11986
11987 2001-11-12 [mhadasht]   0.6.5.claws8
11988
11989         * src/prefs_common.c
11990                 re-enabled account autoselection feature for forward
11991                 and reedit lost during the branch point for SYNC-B4-REL
11992         * src/gtkspell.c
11993                 gtkpspell_get_dict(): more readable code (even if function is
11994                 not used yet)
11995         * ChangeLog.claws
11996                 added version number info to 2001-11-12 [hiro] comment.
11997
11998 2001-11-12 [hiro]       0.6.5.claws7
11999
12000         * src/compose.c
12001                 compose_forward(): fixed a bug that forward quote mark
12002                 wasn't used.
12003                 removed unnecessary code.
12004         * src/template_select.[ch]: removed.
12005
12006 2001-11-11 [alfons]
12007
12008         * src/compose.c
12009                 :%s/GTK_TEXT/GTK_STEXT/g
12010         
12011         * src/compose.[ch]
12012         * src/undo.[ch]
12013         * src/Makefile.am
12014                 revert the undo stuff (this is 0.6.6claws stuff)
12015
12016 2001-11-11 [hoa]        0.6.5.claws6
12017
12018         * src/compose.[ch]
12019                 Insert signature at the end of the text.
12020                 Added undo patch but currently disabled
12021
12022         * src/procmsg.c
12023                 Threading by subject improved.
12024
12025         * added src/undo.[ch]
12026                 Undo module for compose dialog box.
12027
12028 2001-11-11 [alfons]     0.6.5.claws5
12029
12030         * src/procmsg.c
12031                 prevent threading by subject on nodes that have already been
12032                 threaded by in-reply-to (as in "circular references in a tree
12033                 result in a dead branch")
12034
12035 2001-11-09 [hoa]        0.6.5.claws4
12036         
12037         * src/folderview.c
12038                 allows creation of mbox folder item from any files.
12039
12040 2001-11-09 [alfons]     0.6.5.claws3
12041         
12042         * src/utils.c
12043         * src/procmsg.c
12044                 do what I mean and correct threading by subject so it really
12045                 ignores attracting lines without "Re: "
12046
12047 2001-11-07 [alfons]     0.6.5.claws2
12048
12049         * src/procmsg.c
12050         * src/utils.[ch]
12051                 only attract by subject if a subject line starts with a "Re: "
12052         * src/syldap.c
12053                 remove warning
12054
12055 2001-11-07 [paul]       0.6.5claws1
12056
12057         * sync with sylpheed 0.6.5. release
12058                 see ChangeLog entry 2001-11-07
12059
12060 2001-11-07 [paul]       0.6.4claws31
12061
12062         * sync with sylpheed 0.6.4cvs18
12063                 see ChangeLog entries 2001-10-30 to 2001-11-07
12064                 prefs_templates.[ch] renamed prefs_template.[ch]
12065
12066 2001-11-06 [alfons]
12067         
12068         * src/utils.h
12069                 add semicolon Hoa forgot ;-)
12070                 
12071
12072 2001-11-06 [hoa]        0.6.4claws30
12073         
12074         * src/procmsg.c
12075         * src/summaryview.c
12076         * src/utils.c
12077         * src/utils.h
12078                 threading by subject - empty subject are ignored
12079
12080 2001-11-06 [christoph]  0.6.4claws29
12081
12082         * src/socket.c
12083                 use SSL_peek for sock_gets
12084         * src/utils.c
12085                 removed unneeded pointer in extracting quoted
12086                 names implementation
12087
12088 2001-11-06 [melvin]     0.6.4claws28
12089
12090         * src/gtkspell.c
12091                 fixed bug #476792 Selection overtyping with spell checker
12092                 fixed bug which could cause a buffer overflow
12093                 fixed a memory leak
12094
12095 2001-11-06 [hoa]        0.6.4claws27
12096         
12097         * src/procmsg.c
12098         * src/summaryview.c
12099                 threading by subject
12100
12101 2001-11-05 [alfons]     0.6.4claws26
12102         
12103         * README.claws
12104                 Claws -> Sylpheed (vice versa)
12105
12106         * src/compose.c
12107                 :%s/gtk_text/gtk_stext/g
12108                 :%s/GTK_TEXT/GTK_STEXT/g
12109                 (thanks to Jonathan Ware for spotting this)
12110
12111 2001-11-04 [christoph]  0.6.4claws25
12112
12113         * src/summaryview.c
12114                 replace Xalloca + strdup with Xstrdup_a
12115         * src/utils.c
12116                 better implementation of extracting quoted names
12117                 from addresses (remove backlashes and ignore
12118                 quotes after them)
12119
12120 2001-11-04 [alfons]     0.6.4claws24
12121
12122         * src/utils.[ch]
12123                 edit to comply more with coding style
12124
12125         * src/textview.c
12126                 fix bug reported by Kim Schulz. introduced by the patch integrated
12127                 in 0.6.4claws15. the code did not check the return value of
12128                 the html parser.
12129
12130         * AUTHORS
12131                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12132
12133 2001-11-04 [christoph]  0.6.4claws23
12134
12135         * src/main.c
12136         * src/prefs_common.[ch]
12137                 init some pointers that possibly caused a segfault
12138                 reported in the claws-users ML
12139
12140 2001-11-04 [hoa]        0.6.4claws22
12141
12142         * src/grouplistdialog.c
12143                 change the names of the nodes in the tree
12144
12145         * src/compose.c
12146                 enhanced mailto syntax as described in
12147                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12148                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12149
12150         * src/utils.c
12151                 encode and decode URI (useful when opening URL into
12152                 netscape).
12153
12154 2001-11-03 [hoa]        0.6.4claws21
12155
12156         * src/grouplistdialog.c
12157                 a new newsgroups list selection dialog box
12158                 with a CTree instead of a CList
12159
12160 2001-11-03 [hoa]        0.6.4claws20
12161
12162         * src/folderview.c
12163                 enable property and scoring options when right
12164                 click on "inbox"
12165
12166         * src/summaryview.c
12167                 fixed bug when nickname were displayed using
12168                 the address book.
12169
12170 2001-11-02 [darko]      0.6.4claws19
12171
12172         * src/compose.c
12173                 new wrap quotation and URL/long words wrapping implementation
12174         * src/compose.c src/gtkstext.[ch]
12175                 move gtkstext_strncmp() to gtkstext.c
12176
12177 2001-11-01 [christoph]  0.6.4claws18
12178
12179         * src/prefs_account.c
12180                 fixed mess in account settings dialog
12181         * src/prefs_folder_item.c
12182                 added label with folder path to dialog
12183
12184 2001-10-31 [match]      0.6.4claws17
12185
12186         * src/vcard.c
12187                 fix memory leak.
12188         * src/addrbook.c
12189                 fix generation of spurious address book file names.
12190                 remove redundant functions.
12191         * po/POTFILES.in
12192                 added missing file names.
12193
12194 2001-10-30 [paul]       0.6.4claws16
12195
12196         * sync with sylpheed 0.6.4cvs6
12197                 see ChangeLog entries 2001-10-26 to 2001-10-30
12198
12199         * tools/filter_conv.pl
12200                 read folderlist.xml to discover whether the top-level
12201                 folder is called 'Mailbox' or 'Mail' 
12202
12203 2001-10-29 [paul]       0.6.4claws15
12204
12205         * src/html.c, src/textview.c
12206                 activate links in html mail and fix clickable parts
12207                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12208
12209 2001-10-29 [paul]
12210
12211         * po/de.po, po/es.po, po/pt_BR/po
12212                 updated translations, submitted by Jens Oberender,
12213                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12214
12215 2001-10-29 [darko]      0.6.4claws14
12216
12217         * src/compose.c
12218                 fix wrapping for good
12219
12220 2001-10-29 [darko]
12221
12222         * src/compose.c
12223                 undo previous change as it broke the smart wrapping
12224
12225 2001-10-29 [darko]      0.6.4claws13
12226
12227         * src/compose.c
12228                 fix infinite loop when long URL is quoted
12229                 (closes bug #475122.
12230
12231 2001-10-28 [match]
12232
12233         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12234                 import Mutt address book
12235         * src/ldif.[ch] src/importldif.h
12236                 modified import LDIF handle user attributes
12237
12238 2001-10-28 [christoph]  0.6.4claws12
12239
12240         * src/summaryview.c
12241                 fixed that filtering did not work if there
12242                 were no filter rules
12243                 (closes bug #472003 and better implementation
12244                  of patch #474644)
12245
12246 2001-10-27 [christoph]  0.6.4claws11
12247
12248         * src/compose.c
12249                 make the folder's default account to be used when
12250                 replying. (patch by wwp <subscript@free.fr>)
12251         * src/compose.c
12252                 code cleanup, nearly killed all of wwp's patch
12253                 for folder's default account in compose
12254         * src/folderview.c
12255                 error panel when a folder could not be created
12256                 (closes bug #471080 new folder name & already
12257                  existing file)
12258
12259 2001-10-26 [alfons]
12260
12261         * src/utils.h
12262                 change prototype of strstr2() that Christoph forgot about
12263
12264 2001-10-26 [christoph]  0.6.4claws10
12265
12266         * src/account.c
12267                 made search for accounts by email address not case
12268                 sensitive
12269         * src/folder.c
12270                 fixed memory leak in folder_item_get_identifier
12271         * src/gtkspell.c
12272         * src/utils.c
12273                 fixed wrong strstr2 (should work like strstr)
12274
12275 2001-10-26 [darko]      0.6.4claws9
12276
12277         * src/compose.c src/gtkstext.[ch]
12278         * src/gtkstext.c
12279                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12280
12281 2001-10-26 [paul]       0.6.4claws8
12282
12283         * src/html.c
12284                 ignore css and javascript tags in html mail
12285                 case-insensitive, with or without double-quoted
12286                 strings
12287
12288 2001-10-26 [paul]       0.6.4claws7
12289
12290         * sync with sylpheed 0.6.4cvs1
12291                 see ChangeLog entry 2001-10-26
12292
12293         * src/prefs_account.c, src/prefs_common.c,
12294           src/prefs_summary_column.c
12295                 minor improvements to the English
12296
12297 2001-10-25 [alfons]     0.6.4claws6
12298
12299         * src/gtkstext.c
12300         
12301                 make GtkSText follow style of GtkText (closes bug 
12302                 #469211 "text selection while writing message")
12303                 
12304                 do sync with GTK 1.2.10
12305
12306 2001-10-25 [paul]       0.6.4claws5
12307
12308         * src/html.c
12309                 ignore css tags in html mail
12310
12311 2001-10-25 [darko]      0.6.4claws4
12312
12313         * src/compose.c
12314                 don't declare is_url_string as static function since
12315                 we need it in gtkstext.c
12316         * src/gtkstext.c
12317                 remove unused variable
12318                 don't wrap long URLs while composing a message
12319
12320 2001-10-24 [christoph]  0.6.4claws3
12321
12322         * src/socket.c
12323                 fix ssl deadlock, when peer closes connection
12324
12325 2001-10-24 [paul]       0.6.4claws2
12326
12327         * src/prefs_common.c
12328                 gettextize the gpg ascii-armored warning message
12329
12330         * src/compose.c
12331                 insert a DOS/MAC file into the composed message
12332                 (improvements)
12333
12334         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12335
12336 2001-10-22 [paul]       0.6.4claws1
12337
12338         * sync with sylpheed 0.6.4 release
12339                 see ChangeLog entries 2001-10-21
12340
12341         * po/fr.po, po/pt_BR.po
12342                 updated by Melvin Hadasht and Fabio Junior Beneditto
12343
12344 2001-10-21 [paul]       0.6.3claws30
12345
12346         * src/compose.c
12347                 insert a DOS text file from the compose window
12348                 into the composed message text (removes CRs characters)
12349                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12350
12351         * tools/filter_conv.pl, tools/README
12352                 automatically use ~/.sylpheed as working directory
12353                 print out confirmation message on completion
12354
12355         * correct Hoa's last ChangeLog.claws entry
12356
12357 2001-10-20 [hoa]        0.6.3claws29
12358
12359         * src/grouplistdialog.c
12360                 bugfix (another ?) to give the right
12361                 newsgroups list for each news server.
12362
12363         * src/news.c
12364         * src/news.h
12365                 improve the newsgroups list cache
12366
12367 2001-10-20 [paul]       0.6.3claws28
12368
12369         * sync with sylpheed 0.6.3cvs9
12370                 see ChangeLog entry 2001-10-19
12371
12372         * correct Alfons' last ChangeLog.claws entry
12373
12374 2001-10-19 [alfons]
12375
12376         * src/pgptext.[ch]
12377                 fix compilation problems (part of bug #472895)
12378
12379 2001-10-18 [hoa]        0.6.3claws27
12380
12381         * src/grouplistdialog.c
12382                 bugfix when we refresh was clicked (bug 472701)
12383
12384 2001-10-19 [christoph]  0.6.3claws26
12385
12386         * src/compose.c
12387                 last header entry should default to "To:" or
12388                 "Newsgroups:" and not copy the last entry line
12389                 in a new compose window
12390                 (closes bug #472686, #470792)
12391
12392 2001-10-19 [paul]       0.6.3claws25
12393
12394         * sync with Sylpheed 0.6.3cvs8
12395                 see ChangeLog entries 2001-10-18 and 2001-10-19
12396
12397 2001-10-18 [christoph]  0.6.3claws24
12398
12399         * src/procmsg.c
12400                 reimplement ignore thread
12401         
12402 2001-10-18 [hoa]        0.6.3claws23
12403
12404         * src/folderview.c
12405         * src/grouplistdialog.[ch]
12406                 enhanced news subscription interface (feature 469113)
12407
12408         * src/news.c
12409         * src/news.h
12410                 enchanced newsgroup listing,
12411                 now, we can get groups informations
12412                 (NNTPGroupInfo)
12413
12414 2001-10-18 [paul]       0.6.3claws22
12415
12416         * src/summaryview.c
12417                 remove comment (sync with main branch)
12418         * src/mainwindow.c
12419                 fix 'Re-edit' bug in 'Message' menu
12420
12421 2001-10-17 [christoph]  0.6.3claws21
12422
12423         * src/compose.c
12424                 ignore empty or whitespace only header lines
12425
12426 2001-10-17 [paul]       0.6.3claws20
12427
12428         * sync with sylpheed 0.6.3cvs7
12429                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12430                 2001-10-17
12431
12432 2001-10-17 [darko]
12433
12434         * src/compose.c
12435                 wrap long lines without spaces
12436                 don't wrap URLs
12437
12438 2001-10-16 [paul]
12439
12440         * po/es.po, po/nl.po, po/pt_BR.po
12441                 updated by Ricardo Mones Lastra, Alfons,
12442                 and Fabio Junior Beneditto
12443
12444         * sylpheed-0.6.3claws released
12445
12446 2001-10-15 [melvin] 0.6.3claws18
12447
12448         * README.claws
12449                 added summary and detailed installation instructions
12450                 for spell checker
12451         * po/fr.po
12452                 Updated, corrected and completed french translation
12453
12454 2001-10-15 [hoa] 0.6.3claws17
12455         * src/grouplistdialog.c
12456                 we can choose the newsgroups to display with wildcards
12457
12458 2001-10-15 [christoph]  0.6.3claws16
12459
12460         * src/account.c
12461         * src/compose.c
12462         * src/prefs_folder_item.[ch]
12463                 applied wwp <subscript@free.fr>'s folder
12464                 default account patch
12465         * po/de.po
12466                 Fixed wrong translation
12467
12468 2001-10-13 [alfons, christoph, melvin]  
12469                         0.6.3claws15
12470
12471         solution #2 to solve MT-safety problems defers all GUI related calls
12472         to the main thread using a gtk_idle_add() callback. discussed on
12473         ircnet #sylpheed, with christoph spotting some issues with the
12474         original code, and melvin allowing us to lobotomize his sylpheed.
12475
12476         * src/syldap.[ch], src/main.c
12477                 fix race problem in ldap search thread by deferring GUI 
12478                 stuff to main thread using gtk_idle_add()
12479
12480 2001-10-13 [paul]       0.6.3claws14
12481
12482         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12483                 add Sergey's smtpcred.patch
12484                 adds separate username/password setting for SMTP Auth
12485                 needed by some servers
12486                 (closes feature request #471659)
12487
12488 2001-10-13 [paul]       0.6.3claws13
12489
12490         * src/pgptext.[ch] **NEW FILES**
12491         * src/Makefile.am, src/messageview.c, src/mimeview.c
12492                 decrypt ascii-armored gpg text embedded in
12493                 the message body.
12494                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12495
12496 2001-10-13 [christoph]  0.6.3claws12
12497
12498         * README.claws
12499                 some more details on default to and
12500                 feature requests
12501         * src/main.c
12502                 init glib threading when ldap is used
12503         * src/syldap.c
12504                 threading fixes
12505         * po/de.po
12506                 fixed a typo
12507
12508 2001-10-12 [paul]       0.6.3claws11
12509
12510         * src/prefs_common.[ch], src/rfc2015.c
12511                 enable ascii-armored gpg text to be embedded in the
12512                 message body, selectable through the 'Privacy'
12513                 preferences. Supports encrypting only.
12514                 Submitted by Ravemax <ravemax@dextrose.com>
12515
12516 2001-10-12 [paul]       0.6.3claws10
12517
12518         * sync with sylpheed 0.6.3cvs6
12519                 see ChangeLog entries 2001-10-11 and 2001-11-12
12520
12521         * src/folderview.c
12522                 incorporated mbox folders, scoring, and folder
12523                 properties into the sync
12524
12525 2001-10-12 [darko]      0.6.3claws9
12526
12527         * README.claws
12528                 describe quotation wrapping
12529         * src/compose.c
12530                 don't treat tab as space to calculate line length properly
12531
12532 2001-10-11 [alfons]
12533
12534         * README.claws
12535                 correct description of how to make new filtering system work,
12536                 add some other things
12537                 
12538         * src/syldap.c
12539                 remove sched_yield() (not necessary / unportable)
12540
12541 2001-10-11 [paul]       0.6.3claws8
12542
12543         * sync with sylpheed 0.6.3cvs3
12544                 see ChangeLog entry 2001-10-10
12545
12546 2001-10-10 [christoph]  0.6.3claws7
12547
12548         * .cvsignore
12549                 ignore 2 files created by newer autotools
12550         * src/prefs_folder_item.c
12551                 using table for widget alignment
12552                 fixed memory leak and broken octal display
12553         * src/filesel.c
12554                 fixed segfault caused by lost filename
12555                 workaround (closes bug #469551)
12556
12557 2001-10-10 [paul]       0.6.3claws6
12558
12559         * sync with sylpheed 0.6.3cvs2
12560                 see ChangeLog entries 2001-10-09 and 2001-10-10
12561
12562 2001-10-10 [darko]      0.6.3.claws5
12563
12564         * src/gtkstext.c
12565                 proper calculation of right margin if smart wrapping is enabled
12566         * src/compose.c
12567                 automatically wrap long lines if wrap quotation is enabled
12568
12569 2001-10-09 [alfons]     0.6.3.claws4
12570
12571         * src/summaryview.c
12572                 select correct row when deleting last row in the summary view (and
12573                 close bug "[ #469104 ] select second last in list when deleting")
12574
12575 2001-10-09 [paul]       0.6.3claws3
12576
12577         * sync with sylpheed 0.6.3cvs1
12578                 updated some autotool scripts
12579
12580 2001-10-09 [darko]      0.6.3claws2
12581
12582         * src/gtkstext.[ch]
12583                 new name and mark with Sylpheed comment
12584         * src/compose.c
12585                 smart quotation wrapping a-la VIM
12586
12587 2001-10-08 [paul]       0.6.3claws1
12588
12589         * sync with sylpheed 0.6.3 release
12590                 see ChangeLog entry 2001-10-08
12591
12592 2001-10-08 [paul]       0.6.2claws24
12593
12594         * src/summaryview.c
12595                 more sync with sylpheed 0.6.2cvs12
12596                 Fixed the bug that didn't select the last row correctly
12597
12598
12599 2001-10-07 [paul]       0.6.2claws23
12600
12601         * sync with sylpheed 0.6.2cvs12
12602                 see ChangeLog entry 2001-10-07
12603
12604 2001-10-06 [match]
12605         * src/jpilot.[ch]
12606                 enable jpilot to read unsynch'ed addresses.
12607
12608         * src/editldap_basedn.c
12609                 fix segfault when opening dialog.
12610
12611 2001-10-06 [alfons]     0.6.2.claws22
12612
12613         * src/summaryview.c
12614                 fix bug with summary view selecting last *inserted*
12615                 node instead of last *visible* node. remember we
12616                 work with a tree
12617
12618 2001-10-06 [paul]       0.6.2claws21
12619
12620         * po/pt_BR.po
12621                 updated translation, contains some fixes and new
12622                 translations, submitted by Gustavo Noronha Silva
12623                 <kov@debian.org>
12624
12625         * src/prefs_common.c
12626                 change 'each' to 'every' - fix dubious English
12627
12628         * sync with sylpheed 0.6.2cvs11
12629
12630 2001-10-05 [alfons]     0.6.2claws20
12631
12632         * src/mainwindow.[ch], src/folderview.c
12633                 make composite tool button switch between "Compose News"
12634                 and "Compose Mail" depending on selected folder
12635                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12636
12637 2001-10-05 [paul]       0.6.2claws19
12638
12639         * src/mainwindow.c, src/summaryview.c
12640                 fix 'Message/Reply to all', broken in last commit
12641
12642         * src/compose.c
12643                 fix X_BEENTHERE seg fault, thanks to Alfons
12644
12645 2001-10-04 [paul]       0.6.2claws18
12646
12647         * src/compose.[ch], src/mainwindow.c
12648                 make "Message/Reply" reply to mailing lists; matches
12649                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12650                 based on portions of the patch submitted by
12651                 Junichi Uekawa <dancer@netfort.gr.jp>
12652
12653 2001-10-04 [darko]      0.6.2claws17
12654
12655         * src/compose.c
12656                 better smart wrapping
12657         * src/gtkstext.[hc]
12658                 a function to make text buffer contiguous
12659
12660 2001-10-03 [paul]       0.6.2claws16
12661
12662         * sync with sylpheed 0.6.2cvs10
12663
12664 2001-10-02 [alfons]
12665
12666         * configure.in
12667         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12668                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12669                 references to chinese translations (hope someone picks up
12670                 this)
12671
12672 2001-10-02 [christoph]  0.6.2claws15
12673
12674         * src/compose.c
12675                 fixed non translated header bug
12676         * ChangeLog.claws
12677                 fixed wrong date in alfons last entry ;)
12678
12679 2001-10-02 [alfons]     0.6.2claws14
12680
12681         * src/compose.c, src/prefs_common.[ch]
12682                 add block cursor option
12683
12684 2001-10-02 [paul]       0.6.2claws13
12685
12686         * sync with sylpheed 0.6.2cvs9
12687
12688 2001-09-30 [paul]       0.6.2claws12
12689
12690         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12691                 updated translations
12692
12693         * po/POTFILES.in
12694                 add 'src/importldif.c'
12695
12696         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12697                 added eudora-to-vCard conversion tool
12698                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12699
12700         * sync with sylpheed 0.6.2cvs8
12701
12702 2001-09-30 [paul]
12703
12704         * sylpheed-0.6.2claws released
12705
12706 2001-09-27 [melvin]     0.6.2claws11
12707
12708         * src/gtkspell.c
12709                 fixed crash when using default path (introduced 
12710                 in 0.6.2claws10)
12711                 fixed tiny bug for initial suggestion mode
12712
12713 2001-09-27 [melvin]     0.6.2claws10
12714         
12715         * src/gtkspell.c
12716                 fixed bug where gtkpspell didn't set the path correctly
12717
12718         * README.claws
12719                 added a paragraph about spell checking
12720                 
12721
12722
12723 2001-09-27 [paul]       0.6.2claws9
12724
12725         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12726                 replace '// comments' with '/* comments */' to prevent
12727                 some compiler warnings 
12728
12729         * sync with sylpheed 0.6.2cvs6
12730
12731 2001-09-26 [alfons]     0.6.2claws8
12732
12733         * src/messageview.c
12734                 introduce return receipt request notification again,
12735                 which was lost because of other semantics in 
12736                 procheader_parse() (???)
12737
12738 2001-09-26 [christoph]  0.6.2claws7
12739
12740         * src/compose.c
12741                 replace comments for old code with #if 0
12742                 readded auto cc, bcc and reply-to
12743         * src/prefs_matcher.c
12744         * src/prefs_scoring.c
12745                 removed some definition (was moved to
12746                 prefs.h)
12747
12748 2001-09-26 [paul]       0.6.2claws6
12749
12750         * src/mainwindow.c
12751                 make 'Follow-up and reply to' sensitive
12752
12753         * more sync with sylpheed 0.6.2cvs5
12754
12755 2001-09-25 [melvin]
12756
12757         * 0.6.2claws5
12758
12759         * src/gtkspell.c
12760                 fixed bug for "US-ASCII" introduced by the encoding code
12761
12762 2001-09-25 [paul]
12763
12764         * 0.6.2claws4
12765
12766         * src/prefs_common.[ch], src/summaryview.c
12767                 'next unread msg' 'go to next folder?' dialog can be
12768                 given default behaviour, either always show dialog,
12769                 or assume 'yes', or assume 'no'
12770                 Submitted by wwp <subscript@free.fr>
12771
12772 2001-09-25 [melvin]
12773                 
12774         * src/compose.c src/gtkspell.[ch]
12775                 added support for different encodings
12776
12777 2001-09-25 [paul]
12778
12779         * more sync with sylpheed 0.6.2cvs5
12780
12781 2001-09-24 [alfons]
12782         
12783         * src/prefs_folder_item.c
12784                 add check for item->prefs->default_to string is NULL and
12785                 add another check when freeing this string
12786
12787 2001-09-24 [paul]
12788
12789         * configure.in
12790                 change to version 0.6.2claws3
12791
12792         * sync with sylpheed 0.6.2cvs5 
12793
12794 2001-09-24 [match]
12795         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12796                 import LDIF files.
12797         * src/addrcache.[ch], addrindex.[ch]
12798                 small update for future
12799         * src/addrbook.c
12800                 fix test XML file.
12801
12802 2001-09-24 [melvin]
12803         * src/gtkspell.[ch]
12804                 added 'Learn from mistakes' option
12805                 better handling of quotes in checked words
12806                 sorted dict list
12807         * po/fr.po
12808                 small update for spell checking stuff
12809
12810 2001-09-23 [alfons]
12811         
12812         * src/gtkspell.c
12813                 edit a little bit so it complies more with main coding style
12814
12815 2001-09-23 [alfons]
12816
12817         * src/folder.[ch], prefs_folder_item.c, compose.c
12818                 migrate "request return receipt" folder property
12819                 to folderlist.xml
12820
12821 2001-09-22 [alfons]
12822
12823         * README.claws **NEW**
12824                 (add things of interest for users of main branch 
12825                 and claws here)
12826
12827         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12828                 re-implement threading per folder option, but store 
12829                 the setting in folderlist.xml (where it belongs)
12830
12831 2001-09-21 [melvin]
12832
12833         * src/gtkspell.[ch]
12834                 fixed bug when compose window is under another window
12835         * src/prefs_common.[ch] src/compose.c
12836                 changed 'dictionary_path' to 'dictionary' to be consistent
12837                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12838         * ac/pspell.m4 src/Makefile.am 
12839                 dropped PSPELL_PATH macro
12840         * po/fr.po
12841                 updated translations
12842
12843 2001-09-21 [christoph]
12844
12845         * src/compose.c
12846                 added border around header fields
12847                 keep header type when new field is added
12848
12849 2001-09-20 [christoph]
12850
12851         * src/utils.[ch]
12852                 more portable debug_print with source filename
12853                 and linenumber
12854         * src/procmsg.c
12855                 more newlines after debug messages
12856
12857 2001-09-20 [paul]
12858
12859         * configure.in
12860                 change to version 0.6.2claws2
12861
12862         * sync with sylpheed 0.6.2cvs3
12863
12864 2001-09-19 [melvin]
12865
12866         * src/gtkspell.c
12867                 fixed the post-right-click focus pb
12868                 fixed crash when 'Spell check all' after dict change 
12869                         and when cursor is at the end of the text
12870                 shift-right-click pops up config menu even on misspelled words.
12871         * po/POTFILES.in
12872                 added gtkspell.c
12873
12874 2001-09-19 [melvin]
12875
12876         * src/about.c
12877                 added pspell to compiled-in features list
12878
12879 2001-09-18 [melvin]
12880
12881         * switched to pspell and dropped ispell
12882         * ac/pspell.m4
12883                 new file. autoconf macro for pspell
12884         * ac/Makefile.am 
12885         * configure.in acconfig.h
12886                 added pspell support
12887         * src/Makefile.am
12888         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12889         * src/prefs_common.[ch] 
12890                 added pspell support
12891
12892 2001-09-18 [christoph]
12893
12894         * src/addr_compl.c
12895         * src/template.[ch]
12896                 replace LOG_MESSAGE with debug_print
12897         * src/compose.[ch]
12898                 gui improvements
12899         * src/menu.c
12900                 added newline after debug message
12901         * src/utils.h
12902                 using __VA_ARGS__ for debug_print macro
12903         * tools/.cvsignore
12904                 ignore Makefile and Makefile.in
12905
12906 2001-09-18 [paul]
12907
12908         * configure.in
12909                 change to version 0.6.2claws1
12910         * sync with sylpheed 0.6.2cvs1
12911
12912         * src/matcher.c 
12913         * src/prefs_matcher.c
12914                 add 'score equal to' option, submitted by
12915                 Paul Evans <nerd@freeuk.com>
12916
12917 2001-09-15 [christoph]
12918
12919         * src/mainwindow.c
12920                 comment out menu entry not existing in claws
12921         * src/menu.c
12922                 add debug output for non existing menu entries
12923         * src/summaryview.c
12924                 fix next/prev unread message for ignored threads
12925         * src/utils.[ch]
12926                 add sourcefile and line number to debug output
12927                 otherwise it is sometimes hard to find the
12928                 source code part if debug messages are translated
12929
12930 2001-09-14 [darko]
12931         
12932         * src/folderview.c
12933                 refresh target folder style after colour is changed
12934
12935 2001-09-13 [paul]
12936
12937         * configure.in
12938                 change to version 0.6.1claws3
12939
12940         * sync with sylpheed 0.6.1cvs6
12941
12942 2001-09-13 [darko]
12943         
12944         * src/folderview.c
12945                 fix target folder colourization to use user selected colour
12946
12947 2001-09-12 [darko]
12948         
12949         * src/summaryview.c
12950                 fix crash when message that is marked for copy/move is unmarked
12951
12952 2001-09-09 [paul]
12953
12954         * configure.in
12955                 change to version 0.6.1claws2
12956
12957         * sync with sylpheed 0.6.1cvs3
12958
12959 2001-09-09 [alfons]
12960         
12961         * src/folderview.c
12962                 fix bug with default font used for trash folder text
12963
12964 2001-09-06 [paul]
12965
12966         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12967                 updated translations
12968
12969         * configure.in
12970                 change to version 0.6.1claws1
12971
12972         * sync with sylpheed 0.6.1cvs2
12973
12974 2001-09-03 [paul]
12975
12976         * po/POTFILES.in
12977                 add Match's new addressbook
12978
12979         * po/de.po
12980                 updated translation submitted by Jens Oberender
12981
12982 2001-09-02 [paul]
12983
12984         * configure.in
12985                 change to 0.6.1claws
12986         * sync with sylpheed 0.6.1 release
12987
12988 2001-09-02 [paul]
12989
12990         * configure.in
12991                 change to 0.6.0claws2
12992
12993         * sync with sylpheed 0.6.0cvs4
12994
12995         * po/pt_BR.po
12996                 updated translation submitted by Fabio Junior Beneditto
12997
12998 2001-09-01 [match]
12999         * pixmaps/
13000                 interface.xpm
13001                 book.xpm
13002                 address.xpm
13003         * src/
13004                 Makefile.am
13005                 a ton of new files
13006
13007 2001-08-31 [paul]
13008
13009         * configure.in
13010                 change to version 0.6.0claws1
13011
13012         * sync with sylpheed 0.6.0cvs1
13013
13014         * po/es.po
13015                 updated translation submitted by Ricardo Mones Lastra
13016
13017         * po/POTFILES.in
13018                 add 'src/prefs_templates.c'
13019
13020         * src/compose.c, src/summaryview.c
13021                 fix segfault on 'Re_edit'               
13022
13023 2001-08-30 [alfons]
13024
13025         * configure.in, Makefile.am
13026         * tools/Makefile.am
13027                 add tools directory to source distribution
13028
13029 2001-08-30 [paul]
13030
13031         * configure.in
13032                 change to version 0.6.0claws
13033
13034         * sync with sylpheed 0.6.0 release
13035
13036 2001-08-30 [christoph]
13037
13038         * configure.in
13039                 removed autoconf version check
13040
13041 2001-08-30 [paul]
13042
13043         * src/account.c, src/compose.c, src/prefs_common.[ch]
13044         * src/procheader.[ch] src/utils.[ch]
13045                 Enhanced automatic account selection on replies
13046                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13047
13048         * configure.in
13049                 add LDAP and JPilot to the configuration results output.
13050
13051 2001-08-29 [christoph]
13052
13053         * src/summeryview.c
13054                 no bold font for ignored threads
13055
13056 2001-08-29 [paul]
13057
13058         * configure.in
13059                 change to version 0.5.3claws6
13060
13061         * sync with sylpheed 0.5.3cvs10
13062                 src/stringtable.[ch]: New Files
13063
13064         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13065         * src/pixmaps/sylpheed.xpm
13066                 add mini-icons to windows (by Alfons)
13067
13068 2001-08-27 [paul]
13069
13070         * src/mainwindow.c
13071                 new functions: next_labeled_cb(), prev_labeled_cb()
13072
13073         * src/summaryview.c
13074                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13075                 summary_select_next_labeled(), summary_select_prev_labeled()
13076
13077         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13078                 give claws blue folders and a blue trash can
13079
13080 2001-08-27 [paul]
13081
13082         * configure.in
13083                 change to version 0.5.3claws5
13084
13085         * sync with sylpheed 0.5.3cvs9
13086                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13087
13088 2001-08-24 [christoph]
13089
13090         * src/filesel.c
13091                 keep filename when browsing directories
13092                 (not working for user entered filename, but
13093                  for default name and selected filename from
13094                  file list)
13095         * src/mainwindow.c
13096                 fixed wrong spelling "Folllow-up"
13097         * src/mbox_folder.c
13098         * src/procmsg.c
13099         * src/summaryview.c
13100                 fixed new/unread message count with ignored
13101                 threads (2 commits, first didn't notice no
13102                 longer needed decreasing)
13103         * src/inc.c
13104                 readded scrolling of progress dialog
13105                 (lost in sync)
13106
13107 2001-08-24 [paul]
13108
13109         * configure.in
13110                 change to 0.5.3claws4
13111
13112         * sync with sylpheed 0.5.3cvs7
13113
13114 2001-08-24 [christoph]
13115
13116         * src/compose.c
13117                 set request return receipt when replying
13118                 if it is set is the folder prefs of the
13119                 message
13120         * src/inc.c
13121                 disable final error popup if popups are
13122                 disabled in config (again)
13123
13124 2001-08-23 [paul]
13125
13126         * configure.in
13127                 Change version number to 0.5.3claws3
13128
13129         * sync with sylpheed 0.5.3cvs5
13130
13131         * src/mimeview.c
13132                 double quote '%s' in 'gedit %s' to fix bug when
13133                 opening attachment with spaces in the name
13134
13135 2001-08-22 [alte]
13136         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13137           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13138                 initial message templates support
13139
13140
13141 2001-08-22 [paul]
13142
13143         * configure.in
13144                 change version number to 0.5.3claws2
13145
13146         * sync with sylpheed 0.5.3cvs4
13147
13148         * src/procmsg.h src/summaryview.c
13149                 re-implement (un)ignore thread
13150
13151 2001-08-21 [paul]
13152
13153         * src/summaryview.c
13154                 remove unnecessary code
13155         * src/compose.c
13156                 enable 'dynamic' signatures (submitted by
13157                 Eric Limpens <eric@hscg-internet.nl>)
13158
13159 2001-08-21 [paul]
13160
13161         clean up after sync with sylpheed 0.5.3 release
13162
13163         * src/folderview.c
13164                 fix re-introduced font mess, see Christoph's
13165                 entry 2001-06-24
13166
13167         * src/summaryview.c
13168                 remove prev_msgnum
13169                 use sylpheed's small font instead of
13170                 gtk default font for summary view
13171
13172
13173 2001-08-17 [paul]
13174
13175         * configure.in
13176                 add pl to ALL_LINGUAS - sync with main branch
13177
13178         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13179                 Updated. Translations by Jens Oberender, Ricardo Mones
13180                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13181
13182         * po/pl.po  ** NEW FILE **
13183                 sync with the main branch
13184
13185         * src/folderview.c
13186                 fix target folder colorizing and refresh problem
13187
13188
13189 2001-08-17 [christoph]
13190
13191         * src/mainwindow.c
13192                 claws uses 4 colors for target folder coloring.
13193                 arrays were not long enough and destroyed the
13194                 stack causing a segfault.
13195                 target folder colorizing does not work anymore
13196                 for me
13197
13198 2001-08-16 [paul]
13199
13200         * configure.in
13201                 change to version 0.5.3claws1
13202
13203         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13204           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13205           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13206
13207                 sync with sylpheed 0.5.3 release, but keep claws method of
13208                 configuring/saving fonts
13209
13210         * src/addressbook.[ch]
13211                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13212                 in line with a similar change in Hiroyuki's branch
13213
13214         * src/mainwindow.[ch]
13215                 disable main_window_set_thread_option()
13216         * src/prefs_folder_item.c
13217                 comment out &tmps_prefs.enable_thread,
13218         * src/mbox_folder.c, src/procmsg.[ch]
13219                 comment out MSG_IS_IGNORE_THREAD
13220         * src/summaryview.c
13221                 comment out summary_ignore_thread() and summary_unignore_thread()
13222                 comment out MSG_IS_IGNORE_THREAD
13223
13224                 use Hiroyuki's threading instead.
13225
13226
13227
13228 2001-08-15 [paul]
13229
13230         * src/account.c
13231                 use Hiroyuki's 0.5.3 column scheme but also
13232                 include the enable/disable button.
13233         * src/pixmaps/mark.xpm
13234                 add Hiroyuki's amended pixmap
13235
13236 2001-08-13 [christoph]
13237
13238         * src/account.c
13239                 receive at get all column showed wrong state for APOP
13240                 button should only work for POP3 and APOP accounts
13241         * src/prefs_account.c
13242                 added missing preprocessor statement for SSL
13243
13244 2001-08-12 [paul]
13245
13246         * src/account.[ch]
13247                 add 'receive at get all' column and enable/disable
13248                 button.
13249
13250 2001-08-06 [christoph]
13251
13252         * src/account.c
13253                 show usage of SSL in protocol column
13254
13255         * src/imap.c
13256         * src/inc.c
13257                 renamed ssl options
13258
13259         * src/prefs_account.[ch]
13260                 moved ssl options to a new page
13261
13262         * src/send.c
13263         * src/smtp.c
13264         * src/ssl.[ch]
13265                 renamed ssl options
13266                 added support for SMTP STARTTLS command
13267
13268 2001-08-05 [christoph]
13269
13270         * configure.in
13271                 debian autoconf needs version check to find
13272                 correct autoconf version. if the file is
13273                 named configure.in 2.13 is used, which does
13274                 not work with this configure.in script.
13275                 other solution would be to rename the script
13276                 to configure.ac as suggested in the autoconf
13277                 manual.
13278
13279         * src/inc.c
13280                 disable final error popup if popups are
13281                 diabled in config
13282
13283         * src/socket.c
13284                 bugfix in ssl_gets
13285                 fixes IMAP over SSL problem
13286
13287 2001-08-03 [paul]
13288
13289         * configure.in
13290                 change to 0.5.2claws1
13291
13292         * sync with sylpheed 0.5.2cvs1
13293
13294 2001-08-02 [alfons]
13295
13296         * configure.in
13297                 quick fix for ispell detection...
13298
13299 2001-08-01 [paul]
13300
13301         * configure.in
13302                 change to 0.5.1claws4
13303
13304         * sync with sylpheed 0.5.1cvs7
13305
13306 2001-07-31 [alfons]
13307
13308         * src/prefs_common.c, src/prefs_common.h, 
13309           src/gtkspell.c, src/gtkspell.h
13310                 add global spelling checker settings (compose tab) +
13311                 selection of dictionary 
13312           
13313         * configure.in  
13314                 guess valid ispell location
13315
13316 2001-07-31 [paul]
13317
13318         * po/POTFILES.in
13319                 removal of 'src/quote_fmt_parse.c'
13320         * po/de.po
13321                 Updated de.po
13322                 (submitted by Jens Oberender <didge@suse.de>)
13323
13324 2001-07-31 [darko]
13325
13326         * src/folder.[ch]
13327         * src/folderview.[ch]
13328         * src/mainwindow.c
13329         * src/mh.c
13330         * src/prefs_common.[ch]
13331         * src/summaryview.c
13332                 target folder colourization
13333
13334 2001-07-30 [paul]
13335
13336         more sync with Sylpheed 0.5.1cvs6 
13337
13338 2001-07-30 [darko]
13339
13340         * src/mh.c
13341         * src/prefs_folder_item.[hc]
13342         * src/summaryview.c
13343                 shared folders support with a GUI
13344
13345 2001-07-29 [paul]
13346
13347         0.5.1claws3
13348
13349         * sync with Sylpheed 0.5.1cvs6
13350
13351 2001-07-29 [paul]
13352
13353         * po/pt_BR.po
13354                 updated
13355                 (submitted by Fabio Junior Beneditto)
13356
13357 2001-07-28 [paul]
13358
13359         * src/procmime.c
13360         * AUTHORS
13361                 patch to correct bad image mime headers
13362                 (submitted by Don Quijote <dq@searchlores.org>)
13363
13364 2001-07-28 [paul]
13365
13366         * tools/gif2xface.pl   **NEW FILE**
13367         * tools/README
13368                 script to convert file.gif to file.xface for
13369                 use in a custom header.
13370                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13371
13372 2001-07-27 [alfons]
13373         
13374         * configure.in
13375                 change macros for detecting JPilot and LDAP
13376
13377 2001-07-27 [christoph]
13378
13379         * src/filtering.c
13380                 code cleanup (MIN / MAX warning, needed casting)
13381
13382 2001-07-27 [alfons]
13383
13384         * procheader.c
13385                 disallow setting flags when detecting certain headers
13386                 (X-Status, Status, Seen, X-Seen). 
13387         
13388         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13389
13390 2001-07-27 [christoph]
13391
13392         * src/prefs_filter.c
13393         * src/prefs_filtering.c
13394         * src/prefs_matcher.c
13395         * src/prefs_scoring.c
13396                 scroll list when moving rows up or down
13397
13398         * src/imap.c
13399         * src/imap.h
13400         * src/prefs_account.c
13401         * src/prefs_account.h
13402         * src/send.c
13403                 SMTP over SSL (untested, feedback requested)
13404                 IMAP over SSL
13405
13406         * src/ssl.c
13407                 code cleanup
13408
13409 2001-07-26 [alfons]
13410         
13411         * configure.in, acconfig.h
13412                 define CLAWS (need this for main / claws detection)
13413
13414 2001-07-25 [alfons]
13415
13416         * configure.in
13417                 Sylpheed 0.5.1claws2
13418                 
13419         * sync with Sylpheed 0.5.1cvs4
13420
13421 2001-07-25 [christoph]
13422
13423         * src/scoring.c
13424                 fixed segfault
13425                 item->prefs == NULL (don't know why)
13426
13427 2001-07-25 [alfons]
13428
13429         * configure.in
13430                 Sylpheed 0.5.1claws1
13431
13432         * sync with Sylpheed 0.5.1cvs1-3
13433
13434 2001-07-24 [christoph]
13435
13436         * src/folderview.c
13437         * src/prefs_folder_item.[ch]
13438                 added folderitem preferences dialog with
13439                 default To: and auto request return receipt
13440
13441         * src/compose.[ch]
13442         * src/menu.[ch]
13443                 changes to handle new folderitem preferences
13444
13445         * src/mainwindow.c
13446         * src/summaryview.c
13447                 call compose new mail with current folderitem
13448
13449 2001-07-24 [alfons]
13450
13451         Release Sylpheed 0.5.1claws
13452
13453         * configure.in
13454                 change to release version 0.5.1claws
13455
13456 2001-07-24 [christoph]
13457
13458         * src/summaryview.c
13459                 fixed segfault that happend when the selected
13460                 message was removed while retrieving new messages.
13461
13462         * po/es.po
13463                 updated translation
13464                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13465
13466 2001-07-22 [alfons]
13467
13468         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13469         this is a work in progress, for more information: http://nlpagan.net/sylman 
13470         
13471         * configure.in, src/mainwindow.c, manual/Makefile.am
13472                 add support for English manual
13473
13474         * AUTHORS
13475                 add authors of user manuals
13476
13477         * manual/en/sylpheed*.html
13478                 add English documentation
13479
13480 2001-07-22 [christoph]
13481
13482         * po/POTFILES.in
13483                 added src/ssl.c
13484         * src/ssl.c
13485                 changed a wrong debug message
13486
13487 2001-07-22 [alfons]
13488
13489         * po/nl.po
13490                 update Dutch translation
13491
13492         * src/prefs_filtering.c, 
13493           src/prefs_matcher.c
13494                 add more translatable strings           
13495
13496 2001-07-21 [alfons]
13497
13498         0.5.0claws7
13499
13500         * configure.in
13501                 change version
13502
13503         * src/inc.c, src/summaryview.[ch]
13504                 prevent update of mark file when filtering has done, by
13505                 using a variable; this affects two functions:
13506                         inc.c::inc_finished()
13507                         summaryview.c::summary_show()
13508
13509 2001-07-20 [alfons]
13510
13511         * src/filtering.[ch], src/prefs_filtering.c, 
13512           src/matcher.[ch]
13513                 add filtering action for label coloring 
13514
13515         * po/POTFILES.in
13516                 add labelcolors.c
13517
13518         * added src/labelcolors.c
13519         * added src/labelcolors.h
13520         * src/Makefile.am, src/summaryview.c
13521                 rearrange label coloring code
13522
13523         * src/procmsg.h
13524                 add more parentheses so label colouring works correctly
13525
13526         * src/filtering.c
13527                 don't really delete message, but move it to Trash
13528
13529         * src/prefs_matcher.c
13530                 add quote options to info dialog
13531
13532 2001-07-20 [christoph]
13533
13534         * src/Makefile.am
13535         * src/inc.c
13536         * src/main.[ch]
13537         * src/socket.h
13538         * src/ssl.[ch] (new)
13539                 moved ssl stuff to a seperate file
13540
13541 2001-07-20 [darko]
13542
13543         * src/summaryview.c
13544                 fix show sender using address book with no e-mail
13545                 address in From: field
13546
13547 2001-07-19 [alfons]
13548
13549         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13550                 fix messy handling of escaping... now at least the
13551                 execute command is useful. escape char is '\', we
13552                 accept \n and \r too. 
13553
13554                 Real life example:
13555                 
13556                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13557                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13558
13559 2001-07-18 [alfons]
13560
13561         0.5.0claws6
13562
13563         * src/summaryview.c
13564                 clean up
13565
13566         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13567           src/procmsg.[ch]
13568                 revise filtering; currently move, copy, marking have
13569                 been tested. if you like bleeding edge stuff, you
13570                 should definitely go for this version :)
13571
13572         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13573
13574 2001-07-17 [christoph]
13575
13576         * src/utils.c
13577                 timestamp log
13578
13579 2001-07-17 [alfons]
13580
13581         0.5.0claws5
13582
13583         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13584           bits in the mark file, without affecting either branch. Lots of
13585           files changed, also in claws branch.
13586
13587           UNTESTED: use of mbox folders
13588
13589         * src/summaryview.c
13590                 added mark all read; however this was a quick hack used for
13591                 cleaning up mess after initial merge with Hiroyuki
13592
13593         * configure.in
13594                 change claws version number back to 0.5.0claws5 to clear up 
13595                 confusion & pretension (recent release was technically 
13596                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13597
13598 2001-07-16 [alfons]
13599
13600         sync with Hiroyuki's 0.5.0cvs4
13601
13602 2001-07-16 [alfons]
13603
13604         0.5.1claws3
13605
13606         * src/filtering.[ch]
13607                 remove invalid updating of mark files for 
13608                 filter actions MATCHING_ACTION_MOVE and 
13609                 MATCHING_ACTION_DELETE; this should fix the
13610                 folder update bug
13611                 
13612         * src/procmsg.c
13613                 revert Christoph's stab at fixing the folder 
13614                 update bug
13615
13616         * po/POTFILES.in
13617                 add missing files with translatable strings
13618
13619         * src/summaryview.c
13620                 remove debug print
13621
13622 2001-07-15 [alfons]
13623
13624         * src/addr_compl.[ch], src/prefs_filtering.c
13625                 make "filtering pref dialog's destination entry" an
13626                 "address completable entry", if filter destination is 
13627                 an email address
13628
13629         0.5.1claws2
13630         
13631         sync with Hiroyuki's 0.5.0cvs2-3
13632
13633 2001-07-15 [christoph]
13634
13635         * src/procmsg.c
13636                 fixed folder stats update after incorporation
13637
13638 2001-07-15 [alfons]
13639
13640         * src/summaryview.c
13641                 * finish label colouring stuff (for now)
13642                 * fix incorrect colour bug (off by one) 
13643
13644 2001-07-14 [alfons]
13645
13646         * src/mainwindow.c
13647                 change text labels for news and mail message so there's
13648                 plenty of toolbar estate left
13649
13650         * configure.in
13651                 0.5.1claws1
13652
13653         * src/folderview.c
13654           src/folder.[ch]
13655                 sync with Hiroyuki's 0.5.0cvs1
13656
13657         * src/summaryview.c
13658                 more rewrite label colouring
13659
13660 2001-07-14 [alfons]
13661
13662         * src/summaryview.[ch]
13663                 * start rewrite label colouring 
13664                 * fix proper location "Add Sender To Addressbook" menu item
13665
13666 2001-07-13
13667
13668         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13669         (actually this is 0.5.0claws4)
13670
13671 2001-07-13 [alfons]
13672
13673         * po/pt_BR.po
13674                 * fix duplicate message
13675                 * add updated Portugese / Brazilian translation
13676                   submitted by Fabio Junior Beneditto
13677
13678 2001-07-12 [alfons]
13679
13680         * AUTHORS
13681                 add Jens
13682
13683         * po/nl.po
13684                 add updated Dutch translation
13685
13686         * po/de.po
13687                 add updated German translation submitted by Jens
13688
13689 2001-07-11 [alfons]
13690
13691         Prerelease before 0.5.0claws. Please test.
13692         This version is temporarily tagged as VERSION_0_5_0_TEST
13693
13694         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13695           src/prefs_scoring.c, src/prefs_matcher.c, 
13696           src/prefs_filtering.c, src/mbox.c, 
13697           src/main.c, src/inc.c, src/filtering.[ch]
13698                 revert new Hoa's new matcher (does not work yet)
13699
13700         * src/Makefile.am
13701                 clean up
13702
13703 2001-07-10
13704
13705         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13706
13707
13708 2001-07-10 [alfons]
13709
13710         * Makefile.am
13711                 add ChangeLog.claws to EXTRA_DIST
13712         * src/Makefile.am
13713                 add matcher_parser_parse.h to EXTRA_DIST
13714
13715 2001-07-10 [christoph]
13716
13717         * src/inc.c
13718                 add destination folder to table of
13719                 folders that need to be updated after
13720                 incorporation
13721
13722 2001-07-10 [alfons]
13723
13724         * folder.[ch]
13725           folderview.c
13726                 make collapse state of folders and folder items persistent, i.e.
13727                 if you collapse a folder tree, the next time sylpheed-claws starts 
13728                 up the folder tree remains collapsed.  
13729                 
13730 2001-07-10 [christoph]
13731
13732         * acconfig.h
13733         * configure.in
13734                 added --enable-ssl
13735         * src/md5.[ch]
13736                 renamed MD5_CTX to MD5_CTX_syl
13737                 conflicts with a struct in openssl
13738         * src/inc.c
13739         * src/main.[ch]
13740         * src/prefs_account.[ch]
13741         * src/socket.[ch]
13742                 SSL support for POP
13743         * src/mainwindow.c
13744                 fixed compose with current account
13745                 broken by new compose button stuff
13746
13747 2001-07-09 [hoa]
13748
13749         * AUTHORS
13750                 changed my email address
13751
13752         * src/matcher_parser_parse.y
13753                 clean the parser to remove conflicts
13754
13755 2001-07-09 [alfons]
13756
13757         * AUTHORS
13758                 add Match Grun
13759
13760         * configure.in
13761                 fix incorrect description of --enable-ldap parameter
13762
13763         * src/prefs_common.[ch]
13764           src/compose.c
13765                 add experimental option "smart wrapping" which makes the
13766                 compose editor auto wrap.
13767                 
13768                 | TODO: the problem with the buggy cursor handling is caused |
13769                 | by the GtkText. when deleting / backspacing text its       |
13770                 | wrapping algorithm does not take in account the previous   |
13771                 | line. should find a way to hack this in.                   |
13772                 | or should perhaps combine this with the word wrapping      |
13773                 | patch i wrote in january.                                  |
13774
13775         * src/about.c
13776                 show build parameters for LDAP and JPilot
13777
13778         * src/summaryview.c
13779                 revert Christoph's bugfix for selecting next unread message, 
13780                 because folder stats aren't updated correctly
13781
13782 2001-07-08 [hoa]
13783
13784         * src/filtering.c
13785         * src/mainwindow.c
13786         * src/matcher.c
13787         * src/matcher_parser_lex.l
13788         * src/matcher_parser_parse.y
13789         * src/prefs_filtering.c
13790         * src/prefs_scoring.c
13791         * src/scoring.c
13792                 bugfix of the config file parser
13793
13794 2001-07-08 [alfons]
13795
13796         * src/Makefile.am
13797                 added generated matcher sources to BUILT_SOURCES
13798
13799 2001-07-08 [hoa]
13800
13801         * src/Makefile.am
13802         * src/.cvsignore
13803                 added new config file parser
13804
13805         * src/scoring.[ch]
13806         * src/filtering.[ch]
13807         * src/matcher.[ch]
13808         * src/prefs_filtering.c
13809         * src/prefs_matcher.c
13810         * src/prefs_scoring.c
13811         * added src/matcher_parser.h
13812         * added src/matcher_parser_lex.h
13813         * added src/matcher_parser_lex.l
13814         * added src/matcher_parser_parse.y
13815                 lex & yacc config file parser
13816
13817         * src/mbox.c
13818         * src/inc.c
13819         * src/main.c
13820                 changes prefs_filtering into global_filtering           
13821
13822         * src/summaryview.c
13823                 build threads with subjects only if "Re: " is at the
13824                 beginning of the subject
13825
13826 2001-07-07 [paul]
13827
13828         0.5.0claws
13829
13830         sync with sylpheed 0.5.0
13831                 change of version number only
13832
13833 2001-07-06 [paul]
13834
13835         0.5.0claws5
13836
13837         sync with sylpheed 0.5.0pre5
13838
13839 2001-07-05 [paul]
13840
13841         sync with sylpheed 0.5.0pre4 release
13842                 /po and /manual/ja not sync'ed
13843
13844 2001-07-04 [paul]
13845
13846         more sync with sylpheed 0.5.0pre4
13847
13848 2001-07-03 [christoph]
13849
13850         * src/addressbook.c
13851                 fixed address book broken by address book
13852                 for VCard, JPilot, LDAP
13853
13854 2001-07-03 [alfons]
13855
13856         * src/matcher.c
13857         * src/textview.c
13858                 stopped memory leaks
13859
13860 2001-07-03 [paul]
13861
13862         more sync with sylpheed 0.5.0pre4
13863
13864 2001-07-02 [match]
13865
13866         * included address book patch for VCard, JPilot, LDAP
13867         * pref_common.c - fixed Font options on Display tab (cosmetic)
13868         * alertpanel.c - fixed truncated message
13869
13870 2001-07-02 [christoph]
13871
13872         * src/mbox_folder.c
13873         * src/procmsg.[ch]
13874         * src/summaryview.c
13875                 mark threads for ignoring
13876
13877 2001-07-02 [paul]
13878
13879         0.5.0claws4
13880
13881         * sync with sylpheed 0.5.0pre4
13882                 updated gettext to 0.10.38.
13883
13884 2001-07-01 [paul]
13885
13886         * src/ mainwindow.c
13887         * src/procmsg.h
13888         * src/summaryview.[ch]
13889                 new right-click option: Label.
13890                 substitute for 'Mark-->Mark/Unmark', colours the line.
13891                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13892
13893 2001-07-01 [christoph]
13894
13895         * src/folderview.c
13896                 fixed font for trash
13897         * src/summaryview.c
13898                 move ctree to unread message
13899
13900 2001-07-01 [paul]
13901
13902         * sync with sylpheed 0.5.0pre3 release
13903
13904 2001-06-30 [alfons]
13905
13906         * src/filesel.[ch]
13907         * src/compose.c
13908                 allow inserting / attaching multiple files in
13909                 the composer window
13910
13911 2001-06-30 [paul]
13912
13913         * src/codeconv.c
13914                 small change to Alfons' previous stuff so that it
13915                 actually makes
13916
13917 2001-06-30 [alfons]
13918
13919         * lots of files changed; first attempt to merge the changes
13920           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
13921
13922 2001-06-30 [paul]
13923
13924         * po/pt_BR.po
13925                 updated and completed, translations by Fabio
13926                 Junior Beneditto <fjbeneditto@yahoo.com.br>
13927
13928 2001-06-29 [alfons]
13929
13930         * src/compose.c
13931         * src/mimeproc.[ch]
13932                 allow selecting an attached files' mime type from a 
13933                 list of types.
13934
13935 2001-06-29 [paul]
13936
13937         * more sync with sylpheed 0.5.0pre3
13938
13939 2001-06-29 [paul]
13940
13941         * po/pt_BR.po
13942                 merge with sylpheed.pot and pt_BR.po provided by
13943                 Fabio Junior Beneditto.
13944
13945 2001-06-29 [darko]
13946
13947         * src/procmime.c
13948                 make MIME types case insensitive
13949
13950 2001-06-28 [alfons]
13951
13952         * po/nl.po
13953                 merge with sylpheed.pot and old nl.po; translations added.
13954
13955 2001-06-28 [paul]
13956
13957         * more sync with sylpheed 0.5.0pre3
13958
13959 2001-06-27 [alfons]
13960
13961         * src/summaryview.c
13962                 don't crash when removing parent node of messages
13963                 attracted by subject. this was caused by not deleting
13964                 the parent node from the subject line hash table.
13965
13966 2001-06-27 [alfons]
13967
13968         * src/summaryview.c
13969         * src/compose.[ch]
13970         * src/mainwindow.c
13971                 if there are multiple messages selected, allow forwarding
13972                 them as attachments.
13973
13974 2001-06-27 [paul]
13975
13976         * more sync with sylpheed 0.5.0pre3
13977
13978 2001-06-26 [paul]
13979
13980         0.5.0claws3
13981
13982         * sync with sylpheed 0.5.0pre3
13983
13984 2001-06-25 [paul]
13985
13986         * src/mainwindow.c
13987                 fixed 'compose news article' bug
13988                 from icon-and-text toolbar
13989
13990 2001-06-25 [paul]
13991
13992         * sync with sylpheed 0.5.0pre2 release
13993
13994 2001-06-24 [christoph]
13995
13996         * src/prefs_common.c
13997                 bug fix in font selection
13998         * src/folderview.c
13999                 use sylpheed's normal font instead of
14000                 gtk default font for folders without
14001                 new messages
14002
14003 2001-06-24 [alfons]
14004
14005         * src/mainwindow.[ch]
14006                 added composite compose mail / news button (an idea by Leandro
14007                 Pereira <leandro@linuxmag.com.br>)
14008
14009 2001-06-24 [paul]
14010
14011         Added instructions for ldif-to-xml.py
14012
14013         * tools/README
14014
14015 2001-06-23 [alfons]
14016
14017         Some minor things.
14018
14019         * src/pixmaps/stock_news_compose.xpm
14020                 added pixmap by Leandro
14021         * src/prefs_common.c
14022                 tested built-in spelling checker of GCC 3.0 :)
14023         * po/nl.po
14024                 merged dutch translation of sylpheed-main with
14025                 sylpheed.pot
14026
14027 2001-06-23 [paul]
14028
14029         Added tools directory and files.
14030
14031         * tools/filter_conv.pl
14032                 converts old filter system to new filtering system
14033         * tools/ldif-to-xml.py
14034                 converts netscape addressbook to sylpheed addressbook
14035         * tools/README
14036                 descriptions/instructions for above two files
14037
14038 2001-06-23 [christoph]
14039
14040         * src/inc.c
14041         * src/manage_window.[ch]
14042         * src/prefs_common.[ch]
14043                 mail retrieval dialog can be enabled, disabled
14044                 or hidden if non of sylpheed's windows is active
14045
14046 2001-06-22 [paul]
14047
14048         0.5.0claws2
14049
14050         * sync with sylpheed 0.5.0pre2
14051
14052 2001-06-21 [christoph]
14053
14054         * src/summaryview.c
14055                 show recipient on 'from' for all accounts
14056                 
14057         * src/inc.c
14058         * src/prefs_common.[ch]
14059                 disable error popup on mail receive errors
14060
14061 2001-06-21 [alfons]
14062
14063         * src/compose.c
14064                 made the ruler correctly appear and disappear.
14065
14066         * src/Makefile.am
14067                 removed Hoa's work-in-progress-stuff (interesting!) so 
14068                 claws compiles ok.
14069
14070 2001-06-20 [christoph]
14071
14072         * src/inc.c
14073         * src/progressdialog.c
14074                 added scrolled window for list in progressdialog
14075
14076 2001-06-20 [paul]
14077
14078         sync with sylpheed 0.5.0pre1 release
14079
14080 2001-06-20 [christoph]
14081
14082         * src/summeryview.c
14083                 make building threads by subject work when
14084                 thread view is enabled
14085                 
14086         * src/compose.c
14087         * src/prefs_common.[ch]
14088                 automatically select account for mail replys
14089
14090 2001-06-19 [sergey]
14091
14092         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14093         they are filled in from the account settings.
14094
14095 2001-06-19 [paul]
14096
14097         * more sync with sylpheed 0.5.0pre1
14098
14099 2001-06-18 [alfons]
14100
14101         * src/Makefile.am,
14102           src/procmime.c
14103                 added --sysconfdir to CPPFLAGS for pointing to the correct
14104                 location of mime.types. 
14105
14106                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14107                 or ./configure!
14108
14109 2001-06-18 [hoa]
14110
14111         * src/summaryview.c
14112                 fixed some bug when building threads
14113
14114 2001-06-18 [pau]l
14115
14116         * src/prefs_account.c
14117                 UI stuff: More changes to the English
14118
14119 2001-06-18 [paul]
14120
14121         * src/pixmaps/stock_news_compose.xpm: new file
14122         * src/Makefile.am
14123         * src/mainwindow.c
14124         * src/summaryview.c
14125                 Added new icon for Hoa's 'compose a news
14126                 message', plus minor improvements to the
14127                 English
14128
14129         * po/ja.po
14130         * ChangeLog
14131         * ChangeLog.jp
14132                 more sync with sylpheed 0.5.0pre1
14133
14134 2001-06-18 [hoa]
14135
14136         * src/compose.[ch]
14137         * src/mainwindow.c
14138                 Follow-up and reply to
14139
14140         * src/summaryview.[ch]
14141                 Build threads also with subjects
14142
14143 2001-06-17 [hoa]
14144
14145         * src/compose.c
14146                 forwarding use the current account.
14147
14148         * src/mainwindow.c
14149                 the "compose message" button has been replaced with
14150                 "new mail" and "new news" buttons
14151
14152         * src/prefs_common.[ch]
14153                 added a configuration option to use the forward button
14154                 as "forward as attachment"
14155                 changed reply and forward format description
14156
14157         * src/quote_fmt_lex.l
14158         * src/quote_fmt_parse.y
14159                 added message with no signature in format for reply
14160                 and forward.
14161
14162 2001-06-17 [paul]
14163
14164         Minor UI stuff
14165
14166         * src/mainwindow.c
14167         * src/summaryview.c
14168                 Improvements to the English
14169
14170         * src/prefs_common.c
14171                 Improvements to the English and some
14172                 clarity/continuity improvements in the
14173                 description of Quote symbols.
14174
14175 2001-06-17 [paul]
14176
14177         0.5.0claws1
14178
14179         * sync with sylpheed 0.5.0pre1
14180
14181 2001-06-17 [hoa]
14182
14183         * src/compose.c
14184                 Better interface for compose, displayed fields
14185                 are updated whenever we change account.
14186                 Newsgroups field is automatically filled.
14187
14188         * src/mainwindow.c
14189                 Newsgroups field is automatically filled.
14190
14191         * src/prefs_account.c
14192                 Some interface stuff when fields appear and
14193                 disappear.
14194
14195 2001-06-16 [paul]
14196
14197         0.4.99claws
14198
14199         * sync with sylpheed 0.4.99
14200
14201 2001-06-16 [sergey]
14202
14203         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14204         base64_decoder_free, base64_decoder_decode): new object and
14205         functions for decoding base64 streams.
14206         * src/procmime.c (procmime_decode_content): modified to use the
14207         new base64 decoder.
14208
14209 2001-06-15 [paul]
14210
14211         0.4.99claws10
14212
14213         * sync with sylpheed 0.4.99cvs11
14214
14215 2001-06-13 [paul]
14216
14217         0.4.99claws9
14218
14219         * sync with sylpheed 0.4.99cvs9
14220
14221 2001-06-13 [hoa]
14222
14223         * src/compose.c
14224         * src/prefs_account.c
14225
14226                 SMTP server can be defined in the news account
14227                 mime type of attachment are kept.
14228
14229         * src/summaryview.c
14230
14231                 now choose the highest important score between default
14232                 and important score of folder.
14233
14234 2001-06-09 [alfons]
14235         
14236         * src/prefs_common.c: 
14237
14238                 (prefs_quote_description_create): corrected description of 
14239                 quote format characters
14240
14241 2001-06-09 [paul]
14242
14243         0.4.99claws8
14244
14245         * sync with sylpheed 0.4.99cvs8
14246
14247 2001-06-08 [sergey]
14248
14249         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14250         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14251
14252 2001-06-08 [paul]
14253
14254         0.4.99claws7
14255
14256         * sync with sylpheed 0.4.99cvs7
14257
14258 2001-06-06 [sergey]
14259
14260         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14261         clashes with autogenerated header).
14262         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14263         * src/Makefile.am: added quote_fmt.h.
14264         * src/.cvsignore: added lex/yacc autogenerated files
14265         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14266
14267 2001-06-06 [paul]
14268
14269         0.4.99claws6
14270
14271         * sync with sylpheed 0.4.99cvs6
14272
14273 2001-06-06 [hoa]
14274
14275         * added src/quote_fmt_parse.h
14276         * src/compose.c
14277                 removed warnings
14278
14279         * src/prefs.[ch]
14280                 don't modify readonly configuration files
14281
14282         * src/prefs_account.c
14283         * src/prefs_common.c
14284         * src/prefs_customheader.c
14285         * src/prefs_display_header.c
14286         * src/prefs_filter.c
14287         * src/prefs_filtering.c
14288         * src/prefs_scoring.c
14289                 don't open dialog box when configuration files
14290                 are readonly
14291
14292 2001-06-05 [sergey]
14293
14294         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14295
14296         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14297         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14298         BUILT_SOURCES to make all files rebuild properly.
14299
14300         * src/compose.c: removed #include "quote_fmt.tab.h".
14301
14302         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14303         CHARACTER value in yylval.
14304
14305         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14306         receive CHARACTER value by documented means (yylval).
14307
14308         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14309
14310 2001-06-05 [hoa]
14311
14312         * src/Makefile.am
14313                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14314
14315         * src/filtering.c
14316         * src/matcher.c
14317         * src/matcher.h
14318         * src/prefs_filtering.c
14319                 now keep the configuration for execute action
14320
14321         * src/mbox_folder.c
14322                 fixed a warning
14323
14324 2001-06-05 [paul]
14325
14326         * sync with sylpheed 0.4.99cvs5
14327
14328 2001-06-05 [hoa]
14329
14330         * src/Makefile.am
14331                 added quote_fmt.[ch]
14332
14333         * added src/quote_fmt.y
14334         * added src/quote_fmt.l
14335         * added src/quote_fmt.tab.h
14336         * added src/quote_fmt.tab.c
14337         * added src/lex.quote_fmt.c
14338                 parsing configuration for replying
14339                 and forwarding
14340
14341         * src/prefs_common.[ch]
14342                 added configuration UI for replying
14343                 and forwarding
14344
14345         * src/compose.c
14346                 using configuration for replying
14347                 and forwarding
14348
14349 2001-06-04 [hoa]
14350
14351         * src/filtering.c
14352         * src/matcher.c
14353         * src/matcher.h
14354         * src/prefs_filtering.c
14355         * src/prefs_matcher.c
14356         * src/prefs_matcher.h
14357                 action "run a command" for filtering
14358                 and matching with a command.
14359                 fixed the "whole message" matching
14360
14361         * src/mbox_folder.c
14362                 changed temporary filename for security
14363
14364         * src/messageview.c
14365                 queue the notification if it fails to send.
14366
14367         * src/prefs_common.c
14368         * src/prefs_folder_item.c
14369                 changed the default important score             
14370
14371         * src/prefs_scoring.c
14372         * src/scoring.c
14373                 hide kill score input when the folder is not
14374                 a newsgroup
14375
14376 2001-06-03 [alfons]
14377
14378         * src/prefs_common.c:
14379
14380                 (prefs_font_select): pass font name in font entry box to font
14381                 selection dialog.
14382
14383 2001-06-03 [sergey]
14384
14385         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14386
14387 2001-06-03 [paul]
14388
14389         * sync with sylpheed 0.4.99cvs4
14390
14391 2001-06-03 [alfons]
14392
14393         * src/headerwindow.c:
14394
14395                 (headerwindow_show_cb): use the selected summary view item, not
14396                 the displayed item.
14397
14398 2001-06-02 [alfons]
14399
14400         * src/headerwindow.c:
14401
14402                 (headerwindow_show_cb): always try to show msginfo
14403
14404 2001-06-02 [hoa]
14405
14406         * src/compose.c
14407                 keep attached parts when reediting or forwarding.
14408
14409 2001-06-01 [hoa]
14410
14411         * src/folderview.c
14412         * src/prefs_folder_item.[ch]
14413         * src/prefs_scoring.[ch]
14414         * src/scoring.[ch]
14415         * src/summaryview.[ch]
14416         * src/main.c
14417         * src/mainwindow.c
14418         * src/prefs_common.[ch]
14419                 support for folder scoring
14420                 kill score and important score for messages
14421         
14422         * src/prefs_account.c
14423                 some display bug fixed for local account
14424                 preferences
14425
14426 2001-05-31 [alfons]
14427
14428         * src/summaryview.c:
14429
14430                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14431                 sender to address book menu item is disabled.
14432
14433 2001-05-30 [hoa]
14434
14435         * src/filtering.[ch]
14436         * src/summaryview.c
14437                 handling summary menu / filter messages
14438
14439         * src/folder.[ch]
14440                 add some stuff
14441
14442         * src/foldersel.c
14443                 imap folders now appears in list
14444
14445         * src/mbox_folder.c
14446                 doesn't crash if destination mail is not writeable
14447
14448 2001-05-29 [hoa]
14449
14450         * src/compose.c
14451                 removed some warnings
14452
14453         * src/filtering.c
14454         * src/folder.[ch]
14455         * src/prefs_filtering.c
14456                 global string to identify any folders           
14457                 removed some debug info
14458                 filtering to mbox folders is now possible
14459
14460         * src/mainwindow.c
14461                 removed some warnings
14462
14463         * src/mbox_folder.c
14464                 permission on files are changed to read/write for user only,
14465                 nothing for other.
14466                 creation of subfolder is handled better.
14467
14468 2001-05-28 [alfons]
14469
14470         Verified the sync for src/prefs_common.[ch] and
14471         src/prefs_account.[ch]. I believe there were some
14472         minor indentation differences.
14473
14474 2001-05-28 [paul]
14475
14476         0.4.99claws3
14477
14478         * sync with 0.4.99cvs3
14479
14480 2001-05-28 [hoa]
14481
14482         * src/compose.c
14483                 handling flags for mbox format
14484
14485         * src/filtering.c
14486                 use of mark file only for MH format
14487                 handling flags for mbox format
14488                 filtering cannot yet move or copy mails to mbox folders.
14489
14490         * src/folder.[ch]
14491                 changed move_msg, copy_msg,
14492                 move_msgs_with_dest, copy_msgs_with_dest functions
14493                 uses only folder->copy_msg() function
14494                 uses folder->finished_copy() to handle the destination
14495                 folder at the end of the copy or move operation.
14496
14497         * src/foldersel.c
14498                 included mbox directories.
14499
14500         * src/folderview.[ch]
14501         * src/mainwindow.c
14502                 handle folders operation for mbox format
14503
14504         * src/mbox.c
14505                 disable conversion of "From " header
14506
14507         * src/mbox_folder.[ch]
14508                 completion of mbox format handling
14509
14510         * src/mh.c
14511                 changed mh_copy_msg() function and
14512                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14513                 mh_copy_msgs_with_dest()
14514
14515         * src/prefs_filtering.c
14516                 removed some warnings
14517
14518         * src/prefs_matcher.c
14519                 default boolean operation is AND
14520
14521         * src/procheader.c
14522                 handling flags for mbox format
14523                 handling of "From " header
14524
14525         * src/procmsg.[ch]
14526                 removed data field
14527                 added MSG_REALLY_DELETED flags to handle deletion of
14528                 messages in mbox format.
14529
14530         * src/summaryview.c
14531                 handling flags for mbox format
14532                 disable the MSG_DELETED flags when messages
14533                 are deleted in mbox format
14534
14535         * src/textview.c
14536                 "From " headers display fixed.
14537
14538 2001-05-27 [alfons]
14539
14540         * src/textview.c:
14541                 
14542                 (get_email_part): skip quoted email addresses, like in e.g.
14543                 "'alfons@proteus.demon.nl'".
14544
14545 2001-05-26 [alfons]
14546
14547         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14548         and fixing the persistence troubles when using separate windows.
14549
14550         * src/mainwindow.c:
14551         
14552             Added #define SEPARATE_ACTION used in the gtk item factory for 
14553             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14554                 use gtk_item_factory_get_widget_by_action() to get the items.
14555                 
14556             Removed separate_widget_cb from the gtk item factory data   
14557           
14558             (mainwindow_create): connect separate_widget_cb() to check
14559             menu item "toggled" signal. also passing a MainWindow pointer
14560                 as object data for both check menu items.
14561                 
14562             (separate_widget_cb): definition of separate_widget_cb() to match
14563             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14564                 window using gtk_object_get_data(). The type of window separation 
14565                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14566         
14567         * src/prefs_filtering.c,
14568           src/prefs_matcher.c: added horizontal scrollbars
14569
14570 2001-05-25 [darko]
14571
14572         * src/headerview.c
14573                 fix segfault with invalid bold font
14574         * src/summaryview.c
14575                 correctly display summary stats after row is marked
14576
14577 2001-05-23 [sergey]
14578
14579         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14580         encodings with libjconv.
14581
14582 2001-05-23 [hoa]
14583
14584         * src/Makefile.am
14585                 added mbox_folder.[ch]
14586         * src/defs.h
14587                 mbox temporary folder
14588         * src/folder.[ch]
14589         * added src/mbox_folder.[ch]
14590         * src/folderview.c
14591         * src/procheader.[ch]
14592                 added mbox support
14593         * src/mbox.c
14594                 bugfix for file incorporation filtering
14595         * src/imap.c
14596                 enable creation of MBOX
14597         * src/prefs_display_header.c
14598                 enable use of headers like "From "
14599                 something that should be fixed :
14600                         displaying of such headers add an extra space
14601         * src/prefs_folder_item.c
14602                 don't create folders because it is not necessary
14603         * src/procmsg.h
14604                 added data field to MsgInfo for mbox internal use
14605         * src/summaryview.c
14606                 added some support for mbox
14607         * src/utils.[ch]
14608                 added get_mbox_cache_dir() function
14609
14610 2001-05-23 [hiroyuki]
14611
14612         * src/headerwindow.c
14613           src/inc.c
14614           src/main.c
14615           src/mh.c
14616           src/nntp.c
14617           src/procmsg.h
14618           src/session.h
14619           src/socket.[ch]
14620           src/summaryview.c
14621           src/textview.c
14622           src/automaton.c
14623           src/folderview.c: more sync with 0.4.99cvs2.
14624
14625         * src/headerwindow.c: reverted.
14626
14627 2001-05-22 [paul]
14628
14629         0.4.99claws2
14630
14631         * sync with sylpheed 0.4.99cvs2
14632                 * src/news.[ch]
14633                 * src/nntp.[ch]
14634                 * INSTALL
14635                 * INSTALL.jp
14636
14637 2001-05-22 [alfons]
14638
14639         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14640
14641 2001-05-21 [alfons]
14642
14643         Minor things:
14644
14645         * configure.in: if gnome-config not found, "no" is displayed
14646         
14647         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14648
14649         * src/textview.c: now also possible to add mail addresses by right
14650           clicking in the text view
14651
14652         * src/codeconv.c: merged patch which fixes endless loop when encountering
14653           invalid wide characters; from Alte <010@imis.ru>  
14654
14655 2001-05-20 [alfons]
14656
14657         Added installation of gnome specific things:
14658
14659         * Makefile.am: gnome conditional
14660
14661         * configure.in: check for installed gnome
14662
14663         * added sylpheed.png, sylpheed.desktop
14664
14665 2001-05-20 [sergey]
14666
14667         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14668
14669         * src/mainwindow.h (main_window_toolbar_create): created a button
14670         for "Reply to all".
14671         (main_window_set_toolbar_sensitive): enable/disable the new button
14672         appropriately.
14673         (toolbar_reply_to_author_cb): handle the new button.
14674
14675         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14676         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14677         failure).
14678
14679 2001-05-19 [sergey]
14680
14681         * src/compose.h (ComposeReplyMode): new modes
14682         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14683         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14684
14685         * src/compose.c
14686         (compose_send): move some code into a new function:
14687         (compose_current_mail_account): new function.
14688         (compose_reply): new argument to_author, all callers changed; if
14689         to_author==TRUE and account->protocol==A_NNTP, find and use an
14690         appropriate mail account for replying.
14691         (compose_reply_set_entry): new argument to_author; ignore
14692         compose->replyto if to_author==TRUE.
14693
14694         * src/mainwindow.c: new command "Message/Reply to author".
14695         (main_window_set_menu_sensitive): enable/disable it.
14696         (reply_cb): handle it.
14697
14698         * src/summaryview.c: new command "Reply to author".
14699         (summary_set_menu_sensitive): enable/disable it.
14700         (summary_reply_cb): handle it.
14701
14702         * src/account.c (account_find_mail_from_address): new function.
14703
14704 2001-05-18 [paul]
14705
14706         0.4.99claws1
14707
14708         * sync with sylpheed 0.4.99cvs1
14709
14710 2001-05-18 [hoa]
14711
14712         * src/compose.[ch]
14713         * src/filtering.c
14714         * src/summaryview.c
14715                 new filtering action : forward and forward as attachment
14716
14717         * src/main.c
14718                 no need for $DISPLAY when we run sylpheed --help
14719                 call to parse_cmd_opt() is moved
14720
14721         * src/mainwindow.[ch]
14722                 execute button is hidden when immediate execute
14723                 is chosen
14724
14725         * src/mh.c
14726         * src/news.c
14727         * src/prefs_folder_item.c
14728         * src/procmsg.c
14729                 better handling of missing directories
14730
14731         * src/summaryview.c
14732                 reedit is enabled in outbox
14733                 reedit is enabled in queue
14734
14735 2001-05-17 [hoa]
14736
14737         * src/filtering.c
14738         * src/matcher.[ch]
14739         * src/prefs_filtering.c
14740                 changed attachement into attachment
14741
14742 2001-05-17 [alfons]
14743
14744         0.4.67claws4    
14745
14746         * sync with sylpheed 0.4.67cvs9
14747         * sync with sylpheed 0.4.67cvs7-8
14748
14749 2001-05-17 [hoa]
14750
14751         * src/Makefile.am
14752                 added prefs_filtering.c
14753
14754         * src/filtering.[ch]
14755         * src/matcher.[ch]
14756                 removed action : forward_news and forward_news_as_attachement
14757                 (forward and forward_as_attachement can be used instead)
14758
14759         * src/mainwindow.c
14760                 added menu option to access filtering configuration
14761
14762         * src/prefs_account.c
14763                 changed mail_command default to /usr/sbin/sendmail
14764
14765         * added src/prefs_filtering.[ch]
14766                 dialog box for filtering configuration
14767
14768         * src/prefs_matcher.c
14769                 added function prefs_matcher_get_criteria_from_matching()
14770
14771         * src/prefs_scoring.c
14772                 reset the dialog when register or substitute is clicked
14773
14774 2001-05-15 [hoa]
14775
14776         * src/Makefile.am
14777                 added filtering.[ch]
14778         * src/inc.c
14779                 using filering.[ch] instead of filter.[ch]
14780         * src/main.c
14781                 reading new filtering configuration
14782         * src/matcher.[ch]
14783                 added some filtering actions
14784                 and fixed a bug for headers and mail body matching
14785         * src/mbox.c
14786                 using filering.[ch] instead of filter.[ch]
14787         * src/mh.c
14788                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14789         * src/summaryview.c
14790                 some fixes for filtering
14791
14792 2001-05-14 [hiroyuki]
14793
14794         * src/send.c: fixed some weird indentations.
14795           send_message_with_command(): call pclose() only if p != NULL.
14796         * src/textview.c: get_email_part(): modified the code for readability.
14797
14798 2001-05-14 [hiroyuki]
14799
14800         * src/md5global.h
14801           src/md5ify.c
14802           src/md5ify.h: removed from the cvs.
14803
14804 2001-05-13 [sergey]
14805
14806         * src/main.c: include rfc2015.h to avoid compiler warnings.
14807         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14808         the panel is already on screen.
14809         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14810         closing the alert window by ESC as "No".
14811         * src/prefs_common.c (prefs_interface_create): moved return
14812         receipt check button to the correct place.
14813
14814 2001-03-13 [alfons]
14815
14816         * src/prefs_common.c: 
14817                 moved return receipt check button to the Send tab. (prefs_send_create)
14818                 removed the date format ui related globals. (prefs_display_create)
14819
14820         0.4.67claws3
14821         
14822         * sync with sylpheed 0.4.67cvs5-6
14823
14824 2001-05-13 [paul]
14825
14826         * added Alfons' font selection patch
14827
14828         * src/defs.h
14829         * src/headerwindow.c
14830         * src/prefs_common.c
14831         * src/prefs_common.h
14832
14833 2001-05-13 [hoa]
14834         * src/defs.h
14835                 changed version of cache
14836         * src/matcher.[ch]
14837         * src/prefs_matcher.c
14838                 added additionnal matching criteria
14839         * src/procheader.c
14840         * src/procmsg.[ch]
14841         * src/news.c
14842                 added references in MsgInfo
14843
14844 2001-05-12 [hoa]
14845
14846         * src/defs.h
14847                 prepared some things for new filtering
14848         * src/matcher.[ch]
14849                 added some matching properties
14850                 inreplyto need to be enhanced
14851                 prepared some things for new filtering
14852         * src/messageview.c
14853                 added Return-Receipt-To handling
14854         * src/prefs_folder_item.c
14855                 changed default value to TRUE
14856         * src/prefs_matcher.c
14857                 added some matching properties
14858         * src/prefs_scoring.[ch]
14859                 the scoring dialog is finished
14860         * src/procheader.c
14861                 added Return-Receipt-To handling
14862                 Reference need to be added
14863         * src/procmsg.[ch]
14864                 added Return-Receipt-To handling
14865                 added threadscore to get a better score sorting when
14866                 threads are enabled
14867         * src/summaryview.c
14868                 suppressed a bug when we sort the list
14869                 when no folder is opened.
14870                 better score sorting when threads are enabled
14871
14872 2001-05-12 [alfons]
14873
14874         * reverted previous patch because of potential errors 
14875
14876         0.4.67claws2
14877         
14878         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14879                 applied "toggle mail-retrieval dialog window" patch submitted 
14880                 by Eric Limpens <eric@qnt.net>
14881
14882         * sync with sylpheed 0.4.67cvs4
14883
14884 2001-05-12 [sergey]
14885
14886         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14887         some picky compilers.
14888         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14889         * src/grouplist_dialog.c: include alertpanel.h.
14890         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14891         fix compile warning.
14892         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14893         #include "defs.h" before others to prevent the warning of `MIN'
14894         and `MAX' redefinition.
14895
14896 2001-05-11 [hoa]
14897
14898         * src/main.c
14899         * src/messageview.c
14900         * src/prefs_account.c
14901         * src/prefs_display_header.c
14902                 removed warning
14903         * src/Makefile.am
14904                 added prefs_scoring.[ch]
14905         * src/grouplist_dialog.c
14906                 display an error dialog box if the group list
14907                 cannot be fetched.
14908         * src/mainwindow.[ch]
14909                 added main_window_set_thread_option() function
14910                 scoring dialog box enabled
14911         * src/matcher.[ch]
14912                 added flags matching unread /new / marked
14913                 / deleted / replied / forwarded
14914         * src/news.c
14915                 newsgroups are now finally in newscache
14916         * src/prefs_matcher.[ch]
14917                 finished preferences for matching dialog
14918         * added src/prefs_scoring.[ch]
14919                 scoring dialog box completed
14920         * src/scoring.[ch]
14921                 conversion to string : added scoringprop_to_string()
14922                 write config for preferences :
14923                 added prefs_scoring_write_config()
14924         * src/summaryview.c
14925                 threads can be enabled/disabled independently
14926                 for each folder
14927
14928 2001-05-10 [alfons]
14929
14930         0.4.67claws1
14931         
14932         * AUTHORS: 
14933                 thought it would be nice to have a list of all
14934                 contributors (used Changelog as a reference)
14935         
14936         * configure.in: 
14937                 messed up version numbering...
14938
14939         0.4.66claws1
14940
14941         * sync with sylpheed 0.4.67cvs1-3
14942
14943 2001-05-10 [darko]
14944
14945         * src/prefs_common.c:
14946                 better UI for strftime format, double clicking
14947                 on format now inserts the format in text entry
14948                 replaced close button with standard OK/Cancel
14949                 moved date format button to the right of the
14950                 text entry field
14951
14952 2001-05-09 [alfons]
14953
14954         * src/gtkstext.c:
14955                 Ctrl-Home / Ctrl-End have proper cursor navigation
14956
14957 2001-05-09 [hoa]
14958
14959         * src/prefs_matcher.c
14960                 finished UI to define matching properties
14961                 added ok and cancel button
14962         * src/prefs_filter.c
14963                 added ok and cancel button
14964         * src/news.c
14965                 fixed some bug in xhdr parsing
14966
14967 2001-05-08 [alfons]
14968
14969         * src/textview.c: 
14970                 fixed a bug in textview_show_header(), which displayed two colons (':');
14971                 cleaned up some warnings
14972
14973 2001-05-08 [hoa]
14974
14975         * src/Makefile.am
14976                 added prefs_matcher.[ch]
14977                 compilation with -W -Wall
14978         * src/alertpanel.c
14979                 ungrab the mouse events if grabbed - does it
14980                 fix the bug for disposition notification ?
14981         * src/mainwindow.c
14982                 added a menu option to open the matching dialog.
14983         * src/matcher.[ch]
14984                 added matcherprop_to_string() and matcherlist_to_string()
14985                 fixed some bugs, changed the name of some options
14986                 age_sup and age_inf becomes age_greater and age_lower,
14987                 body and messageheaders becomes body_part and headers_part,
14988                 changed the names of constants from SCORING_XXX to MATCHING_XXX
14989         * src/prefs_display_header.c
14990         * src/prefs_headers.c
14991                 fixed a bug that accidentally destroyed dialogs
14992                 when closed them with delete_event
14993                 Added *_deleted() which handle delete_event signal correctly.
14994         * src/prefs_folder_item.[ch]
14995                 added "enable_thread" field for future customization
14996         * added src/prefs_matcher.[ch]
14997                 sample of the UI to define matching properties
14998         * src/procheader.c
14999                 using procheader_headername_equal instead of str*cmp functions
15000                 using procheader_parse_header() function
15001         * src/scoring.c
15002                 using MATCHING_XXX instead of SCORING_XXX
15003         * src/summaryview.c
15004                 display the sender of the news even if this is ourself
15005                 when this is a news message.
15006         * src/textview.c
15007                 using headername_equal() instead of str*cmp functions
15008
15009 2001-05-08 [alfons]
15010
15011         0.4.66claws
15012
15013         * sync with sylpheed 0.4.66
15014         * src/gtkstext.c: trace logs added 
15015
15016 2001-05-08 [sergey]
15017
15018         * src/prefs_common.[ch]: added option to enable/disable GnuPG
15019         signature check popup.
15020         * src/rfc2015.c (check_signature): show signature check popup only
15021         if it is enabled in preferences.
15022
15023 2001-05-07 [alfons]
15024
15025         0.4.66claws4
15026         
15027         * sync with sylpheed 0.4.66cvs6
15028
15029 2001-05-07 [darko]
15030
15031         * src/prefs_common.[ch]: added option to enable/disable
15032           looking up sender name in address book for summary pane
15033         * src/summaryview.c: look up sender in the address book
15034           by using Alfons' address completion code
15035
15036 2001-05-07 [hiroyuki]
15037
15038         * src/inc.h
15039           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15040           member of Pop3State.
15041         * src/news.c: brought #include "defs.h" before #include <glib.h>
15042           to prevent the warning of `MIN' and `MAX' redefinition.
15043
15044 2001-05-06 [hoa]
15045
15046         * removed src/headers_display.[ch]
15047         * removed src/prefs_display_headers.[ch]
15048         * src/inc.c
15049                 use a temporary file in the user directory for mbox import
15050         * src/news.c
15051                 added XHDR support to get "To" and "Cc" headers
15052                 (in order to match news with to or cc field for
15053                 scoring)
15054                 added function news_parse_xhdr() to get XHDR response
15055         * src/nntp.[ch]
15056                 added function nntp_xhdr()
15057         * src/matcher.c
15058                 fetch the message if necessary
15059
15060 2001-05-06 [alfons]
15061
15062         0.4.66claws3
15063
15064         * sync with sylpheed 0.4.66cvs3-5
15065
15066 2001-05-06 [hoa]
15067
15068         * src/utils.[ch]
15069                 added function itos_buf() to enable use of several buffers
15070         * src/summaryview.c
15071                 use of itos_buf() instead of itos() in summary list
15072                 to fix the broken display of message number.
15073
15074 2001-05-06 [alfons]
15075
15076         * src/gtkstext.c: bug in cursor up navigation fixed,
15077                 fixed another unsigned / signed comparison (we're getting there :-)
15078
15079 2001-05-06 [hoa]
15080
15081         * src/Makefile.am
15082                 added scoring.c scoring.h
15083                 prefs_folder_item.c prefs_folder_item.h
15084                 matcher.c matcher.h
15085         * src/defs.h
15086                 added FOLDERITEM_RC SCORING_RC
15087         * src/folder.[ch]
15088                 added prefs field in FolderItem :
15089                 properties for each folder (PrefsFolderItem),
15090                 sorting type and mode were added as the first properties.
15091         * src/main.c
15092                 read config for scoring
15093         * added src/matcher.[ch]
15094                 gives functions to parse configuration file to do
15095                 matching on mails with a list of conditions.
15096         * src/mainwindow.c
15097                 add option to sort by score
15098         * src/prefs_common.[ch]
15099                 added preference option to show score and for
15100                 the score column size
15101         * added src/prefs_folder_item.[ch]
15102                 properties for each folder (PrefsFolderItem),
15103                 sorting type and mode were added as the first properties.
15104         * src/procheader.[ch]
15105                 added procheader_parse_header()
15106                 added procheader_header_free()
15107                 added procheader_headername_equal()
15108                 and made modification to use them.
15109         * src/procmsg.[ch]
15110                 added score field to MsgInfo structure
15111         * added src/scoring.[ch]
15112                 gives functions to parse configuration file to do
15113                 scoring on mails with a list of conditions.
15114         * src/summaryview.[ch]
15115                 save the sorting type and mode for the folder
15116                 added column to display the score of the mail
15117                 added function summary_score_clicked()
15118                 sorting type and mode are restored to the folder
15119                 when it is reopen
15120         * src/textview.c
15121                 use procheader_parse_header(), procheader_headername_equal()
15122                 removed memory leak in text_scan_header when freeing headers
15123         * src/filter.c
15124                 changed the function to match names of headers
15125                 using procheader_headername_equal()
15126
15127         Scoring functions are implemented, an interface is needed
15128         to configure that.
15129
15130 2001-05-04 [alfons]
15131
15132         * src/gtkstext.c: 
15133                 hopefully fixed the row up navigation bug,
15134                 removed adding back / forward lines to cache
15135
15136 2001-05-04 [sergey]
15137
15138         * src/prefs_display_headers.c: user interface changes:
15139         (prefs_display_headers_create): remove unused "Show" check button;
15140         allow reordering of headers by dragging.
15141         (prefs_display_headers_write_config): remove unused variables.
15142         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15143         of lists (not needed with the new UI).
15144         (prefs_display_headers_set_list): scan lists starting from row 0,
15145         not 1 (do not skip "(New)").
15146         (prefs_display_headers_find_header): new function.
15147         (prefs_display_headers_clist_set_row): do not allow duplicates.
15148         (prefs_display_headers_delete_cb): do not skip row 0; treat
15149         closing the alert window by ESC as "No".
15150         (prefs_display_headers_up): do not protect row 0.
15151         (prefs_display_headers_down): do not protect row 0.
15152
15153 2001-05-04 [sergey]
15154
15155         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15156         functions.
15157
15158         * src/summaryview.c
15159         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15160         summary_select_next_marked, summary_select_prev_marked): new
15161         functions.
15162
15163 2001-05-03 [sergey]
15164
15165         * src/news.c: fixed a bug when no article can be fetched after
15166         server timeout if the connection was restored by news_post():
15167         (news_select_group): new function.
15168         (news_fetch_msg): call news_select_group() before fetching
15169         article.
15170         (news_get_uncached_articles): set session->group after successful
15171         GROUP command.
15172
15173 2001-05-03 [hoa]
15174
15175         * src/defs.h
15176         * src/procmsg.[ch]
15177         * src/procheader.c
15178                  changed version of cache, added cc field
15179
15180         * src/prefs_display_headers.c
15181                 the interface was changed
15182
15183         * src/prefs_headers.c
15184                 added cancel button
15185
15186 2001-05-03 [alfons]
15187
15188         * completed sync of sylpheed cvs2
15189         * src/gtkstext.c: updated row up / down cursor navigation
15190         * src/textview.c: re-edited, prepared for fixing the email address
15191                 scanner.
15192
15193 2001-05-03 [darko]
15194
15195         * src/prefs_common.c: use alfons' strftime ui code
15196         entry_datefmt and datefmt_sample widgets have to be
15197         global in this module because of this change
15198
15199 2001-05-03 [hoa]
15200
15201         * src/messageview.c
15202         * src/prefs_common.[ch] added option to activate the return receipt
15203                 feature.
15204
15205 2001-05-02 [alfons]
15206
15207         * src/gtkstext.c: fix for row up/down cursor navigation. 
15208
15209         0.4.66claws2
15210         
15211         * sync with 0.4.66cvs2
15212
15213 2001-05-02 [paul]
15214
15215         added add-sender-to-addressbook patch
15216
15217         * src/addressbook.c
15218         * src/addressbook.h
15219         * src/summaryview.c
15220
15221 2001-05-02 [sergey]
15222
15223         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15224         G_ALERTDISABLE.
15225
15226         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15227         all existing callers changed to pass FALSE; create a check button
15228         to disable the message.
15229         (alertpanel_message_with_disable): new function.
15230         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15231         (alertpanel_button_toggled): new function.
15232         (alertpanel_button_clicked, alertpanel_close): set value using
15233         G_ALERT_VALUE_MASK.
15234
15235         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15236
15237         * src/prefs_common.c (prefs_privacy_create): new check button
15238         checkbtn_gpgme_warning.
15239
15240         * src/main.c (main): moved preferences reading before gpgme
15241         initialization; check prefs_common.gpgme_warning before giving the
15242         GnuPG warning and set it to FALSE if the user wants to disable the
15243         warning.
15244
15245 2001-05-02 [hiroyuki]
15246
15247         * src/prefs_display_headers.c: modified the layout and some labels.
15248
15249 2001-05-02 [sergey]
15250
15251         * src/prefs_account.c (prefs_account_fix_size): new function.
15252         (prefs_account_create): call prefs_account_fix_size(); use
15253         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15254         size when the window is shown for the first time).
15255         (prefs_account_basic_create): changed layout of serv_table; moved
15256         localmbox_entry above smtpserv_entry (logically it replaces
15257         POP3/IMAP server).
15258         (prefs_account_protocol_activated): set sensitivity of
15259         nntpauth_chkbtn according to the protocol (in addition to
15260         hide/show); commented out gtk_table_set_row_spacing() calls.
15261         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15262         not sensitive (fixes a bug with disabled username/password boxes
15263         when editing POP3 account after NNTP with authentication).
15264
15265 2001-05-02 [hoa]
15266
15267         * src/account.c
15268         * src/inc.c
15269         * src/prefs_account.[ch]
15270         * src/send.c
15271                 removed local account without SMTP server
15272                 added option to use mail command instead of a connexion
15273                 to SMTP server when a local account is used
15274         * src/prefs_headers.c
15275                 fixed a bug
15276         * src/news.c
15277                 fixed a bug when connexion immediately closed
15278
15279 2001-05-01 [alfons]
15280
15281         0.4.66claws1
15282         
15283         * sync with 0.4.65
15284
15285 2001-05-01 [sergey]
15286
15287         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15288         widget nntpauth_chkbtn.
15289         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15290         visibility.
15291         (prefs_account_nntpauth_toggled): new function.
15292
15293         * src/news.c (news_session_new_for_folder): use NNTP
15294         authentication only if ac->use_nntp_auth is set.
15295
15296 2001-05-01 [hoa]
15297
15298         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15299         * src/prefs_display_headers.c changed the UI
15300         * src/prefs_headers.c changed account_name to account_id
15301         * src/compose.c using customheader.h
15302
15303 2001-05-01 [hiroyuki]
15304
15305         * src/esmtp.c
15306           src/news.c
15307           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15308           unsynched.
15309
15310 2001-05-01 [hoa]
15311
15312         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15313         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15314                 for displaying of headers
15315         * src/grouplist_dialog.[ch] minor changes to remove warnings
15316         * src/prefs_display_headers.[ch] dialog to choose the
15317         headers to display in the mail viewer.
15318         * src/headers.h correction of #define
15319         * src/headers_display.[ch] configuration for displaying of headers.
15320         * src/main.c read config of displaying of headers
15321         * src/prefs_common.c add a button to access the config dialog
15322                 for displaying of headers
15323         * src/prefs_display_headers.[ch] dialog for configuration for
15324                 displaying of the headers.
15325         * src/prefs_headers.c cleaning of code
15326         * src/procheader.c comments added to code
15327         * src/textview.c changes to reorder the headers depending
15328                 on the config for displaying of headers
15329
15330 2001-04-30 [alfons]
15331
15332         0.4.65claws7
15333
15334         * sync with 0.4.65cvs12
15335
15336         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15337
15338 2001-04-30 [sergey]
15339
15340         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15341
15342         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15343         is set to force reconnection after authentication failure.
15344         (nntp_gen_command): set sock->auth_failed on authentication
15345         failure, or if sock->userid and sock->passwd are not set.
15346
15347         * src/news.c (news_session_new_for_folder): set userid=NULL if
15348         password dialog is cancelled.
15349
15350 2001-04-30 [sergey]
15351
15352         * src/nntp.h (NNTPSockInfo): new type.
15353
15354         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15355         SockInfo.
15356         (nntp_open_auth, nntp_close): new functions.
15357         (nntp_gen_command): new function to handle authentication; all
15358         NNTP command functions updated to use it.
15359         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15360         (nntp_list): removed old useless code.
15361
15362         * src/news.h (NNTPSession): new field nntp_sock.
15363
15364         * src/news.c: all functions updated to use NNTPSockInfo instead of
15365         SockInfo.
15366         (news_session_new): new arguments (userid, passwd); made static;
15367         use nntp_open_auth() if needed.
15368         (news_session_destroy): use nntp_close() instead of sock_close().
15369         (news_query_password): changed arguments.
15370         (news_session_new_for_folder): new function.
15371         (news_session_get): use news_session_new_for_folder().
15372         (news_authenticate): deleted.
15373         (news_get_uncached_articles): removed old authentication code.
15374
15375 2001-04-30 [sergey]
15376
15377         * src/news.c: reverted my previous changes (need to do NNTP
15378         authentication in a cleaner way).
15379         
15380 2001-04-29 [sergey]
15381
15382         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15383         news_nntp_post, news_nntp_mode): new functions (wrappers with
15384         authentication support).
15385         (news_get_article_cmd, news_get_article, news_get_header): new
15386         argument "folder"; all callers changed.
15387         (news_get_article_cmd): added authentication support.
15388         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15389         (news_post): use news_nntp_post() instead of nntp_post().
15390         (news_get_uncached_articles): use news_nntp_group() instead of
15391         nntp_group() and news_nntp_xover() instead of nntp_xover();
15392         removed old authentication code.
15393         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15394
15395         * src/nntp.c (nntp_list): return real error code instead of
15396         hardcoded NN_ERROR.
15397
15398 2001-04-29 [sergey]
15399
15400         * configure.in: fixed wint_t typedef detection again
15401
15402 2001-04-28 [hoa]
15403
15404         * src/prefs_account.[ch], added A_LOCAL_CMD
15405                 (send mail with mail command)
15406         * src/send.c added function send_message_with_command()
15407         * src/inc.c made a more secure get_spool() function with
15408                 mktemp() but maybe mkstemp() or something more
15409                 secure can be used.
15410
15411 2001-04-28 [alfons]
15412
15413         * src/textview.c, colorization of email addresses in headers
15414
15415         0.4.65claws6
15416
15417         * bug sync with sylpheed
15418         * prefs_common.c: created date format ui for darko
15419         * sync with 0.4.65cvs11
15420         * configure.in: corrected to have the new gpg checks
15421
15422 2001-04-27 [alfons]
15423
15424         * completed sync with 0.4.65cvs10
15425         * minor debug things added to gtkstext.c
15426
15427 2001-04-27 [darko]
15428
15429         * configure.in: remove check for availability of
15430           strftime() as advised by Hiroyuki
15431         * src/prefs_common.[ch], src/procheader.c:
15432           synch strftime() code with Hiroyki's main branch
15433
15434 2001-04-26 [sergey]
15435
15436         * src/news.c: news_query_password(), news_authenticate(): new
15437           functions.
15438           news_get_uncached_articles(): added NNTP authentication
15439           handling.
15440         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15441           new functions.
15442         * src/prefs_account.c: prefs_account_protocol_activated():
15443           enable userid and password fields for NNTP.
15444
15445 2001-04-26
15446
15447         * configure.in: check for availability of strftime()
15448           [darko]
15449         * src/prefs_common.[ch], src/procheader.c: use
15450           strftime() for displaying date in summary pane if it
15451           is available
15452
15453 2001-04-25
15454
15455         * more .cvsignore cleanups [alfons]
15456
15457 2001-04-25
15458
15459         * ac/sv-check-type.m4: new autoconf macro.
15460         * configure.in: fixed wint_t typedef detection (did not work
15461           with gcc-2.96).
15462
15463 2001-04-25
15464
15465         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15466           [hiroyuki]
15467
15468 2001-04-24
15469         * modified gtkstext.c : buggy cursor navigation fixed, 
15470           and font descent also taken in account when drawing
15471           cursor. [alfons]
15472
15473 2001-04-24 [hoa]
15474         * added comments in src/news.c src/nntp.c
15475         * added src/prefs_headers.[ch]
15476         * added src/headers.[ch]
15477         * modified compose.c to activate custom headers
15478                 added function is_in_custom_headers
15479         * modified prefs_account.[ch]
15480                 added function prefs_account_customhdr_edit
15481         * modified src/defs.h :
15482                 added HEADERS_RC : name of the config file
15483                 for the custom headers
15484
15485 2001-04-24
15486
15487     0.4.65claws5
15488
15489         * configure.in
15490           src/gtkstext.[ch]
15491           src/compose.c
15492           src/Makefile.am
15493           
15494           added gtkstext with configure.in patch by Hiroyuki which
15495           should fix the XIM detection [alfons]
15496
15497         * more clean up of cvs [alfons]
15498
15499                  * removed all Makefile.in files to attic.
15500
15501                  * updated all .cvsignores to really ignore things that could
15502                    be unintentionally committed by a recursive commit.
15503
15504 2001-04-23 [hoa]
15505         * added src/grouplist_dialog.[ch]
15506         * changed src/folderview.c to call grouplist_dialog instead
15507                 of inputdialog
15508         * src/news.c :
15509                 added functions news_reset_group_list
15510                 and news_get_group_list
15511         * src/nntp.c :
15512                 added function nntp_list
15513         * src/defs.h :
15514                 added GROUPLIST_FILE : name of the newsgroup list cache file
15515
15516 2001-04-21
15517
15518         * added option to warn about queued messages on exit [sergey]:
15519
15520           * src/compose.c: compose_queue(): call folder_item_scan()
15521             and folderview_update_item() after queueing.
15522           * src/folderview.c: folderview_update_node(): draw the queue
15523             folder in bold font if there are queued messages.
15524           * src/mainwindow.c: queued_messages(): new function.
15525             app_exit_cb(): display warning if there are queued messages
15526             if warn_queued_on_exit is set.
15527           * prefs_common.[ch]: add warn_queued_on_exit option.
15528
15529         * enhanced GnuPG key selection support [sergey]:
15530
15531           * src/select-keys.c: updated to newer version from Win32
15532             branch with support for selecting arbitrary keys.
15533           * src/prefs_account.c: added the Privacy tab to the account
15534             options window.
15535             prefs_account_privacy_create(),
15536             prefs_account_sign_key_set_data_from_radiobtn(),
15537             prefs_account_sign_key_set_radiobtn(): new functions.
15538           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15539           * src/rfc2015.c: set_signers(): new function.
15540             pgp_sign(): add the account parameter, call set_signers().
15541             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15542           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15543           * src/compose.c: pass the current account to rfc2015_sign().
15544
15545         * tag name claws added to prevent confusion with main branch [alfons]
15546
15547         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15548
15549         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15550
15551         * sync with recent sylpheed cvs. Untested though. [alfons]
15552