0.8.11claws76
[claws.git] / ChangeLog.claws
1 2003-04-07 [christoph]  0.8.11claws76
2
3         * src/filtering.[ch]
4         * src/inc.[ch]
5         * src/mbox.c
6         * src/procmsg.[ch]
7                 add procmsg_msginfo_filter() to execute filtering actions
8
9 2003-04-06 [christoph]  0.8.11claws75
10
11         * src/imap.c
12                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
13
14 2003-04-06 [christoph]  0.8.11claws74
15
16         * src/common/utils.[ch]
17                 add g_int_compare() function for slist sorting
18
19         * src/imap.c
20                 fetch all MsgInfos with one command in imap_get_msginfos()
21                 using an imap set with a list of ranges
22
23         * src/news.c
24                 use new g_int_compare() function
25
26 2003-04-06 [thorsten]   0.8.11claws73
27
28         * src/mh.c
29                 corrected implementation of mh_folder_destroy()
30
31 2003-04-05 [christoph]  0.8.11claws72
32
33         * src/account.c
34         * src/folder.[ch]
35         * src/folderview.c
36         * src/imap.c
37         * src/inc.c
38         * src/main.c
39         * src/mainwindow.c
40         * src/mbox_folder.c
41         * src/mh.c
42         * src/mimeview.h
43         * src/msgcache.[ch]
44         * src/news.c
45         * src/procmime.h
46         * src/procmsg.[ch]
47         * src/setup.c
48         * src/gtk/gtkutils.c
49                 o rename structure field names class and new to klass and
50                   new_msgs, to allow including files in C++
51                 o add 'extern "C"' block to some header files
52                 o add MsgInfoList and MsgNumberList as alias for GSList for
53                   developers to know what type of list is expected
54
55         * src/plugins/image_viewer/plugin.c
56         * src/plugins/image_viewer/viewer.[ch]
57         * src/plugins/image_viewer/viewerprefs.[ch]
58                 rename function names to prevent conflicts
59
60 2003-04-05 [paul]       0.8.11claws71
61
62         * sync with 0.8.11cvs18
63                 see ChangeLog 2003-04-03 and 2003-04-04
64
65 2003-04-02 [christoph]  0.8.11claws70
66
67         * src/folder.[ch]
68         * src/imap.[ch]
69         * src/mbox_folder.[ch]
70         * src/mh.[ch]
71         * src/news.[ch]
72                 o Make all virtual folder functions private
73                 o remove unused folder code
74
75         * src/common/socket.[ch]
76         * src/summaryview.c
77                 fix warnings
78
79 2003-03-30 [alfons]     0.8.11claws69
80
81         * src/send_message.c
82                 remove two debug traces and see if people still report
83                 errors
84
85 2003-03-30 [alfons]     0.8.11claws68
86
87         * src/send_message.c
88         * src/commons/session.c
89                 add more debug traces
90
91 2003-03-30 [christoph]  0.8.11claws67
92
93         * src/folder.c
94                 change processing folder name from .processing to processing
95
96         * src/common/ssl.c
97                 disable SSL certificate check because it causes Xlib error
98                 when the child process want's to open an GTK window
99
100 2003-03-30 [christoph]  0.8.11claws66
101
102         * src/folder.c
103                 don't use default folder for processing folder item because
104                 it can be a non local folder
105
106         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
107
108 2003-03-30 [alfons]     0.8.11claws65
109
110         * src/send_message.c
111                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
112                 to generate bad code for 'send_send_data_progressive': When
113                 called from 'send_send_data_finished', the 'data' pointer is
114                 cleared just before the assignment to the dialog pointer
115
116 2003-03-29 [christoph]  0.8.11claws64
117
118         * src/common/prefs.h
119         * src/plugins/image_viewer/Makefile.am
120         * src/plugins/image_viewer/plugin.c
121         * src/plugins/image_viewer/viewer.[ch]
122         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
123                 add PrefsPage for ImageViewer
124
125 2003-03-28 [thorsten]   0.8.11claws63
126
127         * src/common/session.c
128                 added some comments
129
130 2003-03-28 [paul]       0.8.11claws62
131
132         * sync with 0.8.11cvs16
133                 see ChangeLog 2003-03-28
134
135 2003-03-28 [paul]       0.8.11claws61
136
137         * sync with 0.8.11cvs15
138                 see ChangeLog 2003-03-28
139
140 2003-03-27 [christoph]  0.8.11claws60
141
142         * src/folder.c
143         * src/imap.c
144         * src/common/socket.[ch]
145                 set socket state to DISCONNECTED when any operation
146                 fails to allow reconnecting in IMAP code without
147                 checking the return code of all calls to the command
148                 functions
149
150         * src/folderview.c
151         * src/summaryview.c
152                 remove some more stuff that depends on specific
153                 folder types
154
155 2003-03-27 [paul]       0.8.11claws59
156
157         * sync with 0.8.11cvs14
158                 see ChangeLog 2003-03-27
159                 
160         * src/selective_download.[ch]   ** REMOVED **
161                 really removed
162
163 2003-03-27 [christoph]  0.8.11claws58
164
165         * src/folder.c
166                 fix handling of tmp_flags in flag copy function
167
168 2003-03-27 [paul]       0.8.11claws57
169
170         * sync with 0.8.11cvs13
171                 see ChangeLog 2003-03-27
172
173 2003-03-27 [oliver]     0.8.11claws56
174
175         * src/maiwindow.c
176                 remove sel_download_cb
177
178 2003-03-27 [oliver]     0.8.11claws55
179         
180         * src/inc.c
181                 remove POP3_TOP
182         
183 2003-03-26 [oliver]     0.8.11claws54
184
185         *src/pop.h
186                 remove POP3_TOP*
187         * README.claws
188                 remove selective donwload readme
189
190 2003-03-26 [oliver]     0.8.11claws53
191         * src/matcher.[ch]
192         * src/matcher_parser_parse.y 
193         * src/pop.c 
194         * src/prefs_account.[ch]
195         * src/prefs_filtering.c
196                 remove selective donwload
197
198 2003-03-26 [oliver]     0.8.11claws52
199
200         * src/inc.[ch] 
201         * src/filtering.c 
202         * src/mainwindow.c 
203                 remove selective donwload
204
205 2003-03-26 [oliver]     0.8.11claws51
206         
207         * src/Makefile.am
208         * src/selective_download.[ch]   ** REMOVE **    
209
210 2003-03-26 [christoph]  0.8.11claws50
211
212         * src/news.c
213                 fix NEWS that got broken by a sync with sylpheed-main
214
215 2003-03-26 [christoph]  0.8.11claws49
216
217         * src/mimeview.c
218                 fix mime type guessing when no mime type is found for a file
219
220 2003-03-25 [christoph]  0.8.11claws48
221
222         * src/mimeview.c
223         * src/procmime.c
224                 remove mime type guessing from mime parser and use
225                 name based mime types in viewer lookup for mime type
226                 application/octet-stream
227
228 2003-03-25 [christoph]  0.8.11claws47
229
230         * doc-src/readme.txt
231         * doc-src/rfc2554.txt
232                 add RFC about SMTP AUTH
233
234         * src/send_message.c
235         * src/common/smtp.[ch]
236                 add extra error code for authentication errors and
237                 clear temporary password when this error occurs
238
239         (closes Bug 84 authentication failure while sending should
240          prompt for password again)
241
242 2003-03-25 [christoph]  0.8.11claws46
243
244         * configure.ac
245         * src/Makefile.am
246         * src/imageview.[ch]                            ** REMOVE **
247         * src/messageview.[ch]
248         * src/mimeview.[ch]
249         * src/prefs_common.[ch]
250         * src/textview.c
251         * src/plugins/Makefile.am
252         * src/plugins/image_viewer/.cvsignore           ** NEW **
253         * src/plugins/image_viewer/Makefile.am          ** NEW **
254         * src/plugins/image_viewer/plugin.c             ** NEW **
255         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
256                 move image viewer into a plugin (building is enabled by default)
257                 [ToDo: Prefs for resize and autoview]
258
259 2003-03-25 [paul]       0.8.11claws45
260
261         * sync with 0.8.11cvs12
262                 see ChangeLog 2003-03-26
263
264 2003-03-25 [paul]       0.8.11claws44
265
266         * sync with 0.8.11cvs11
267                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
268                 
269         Note: Selective Download is broken.
270                 
271 2003-03-22 [christoph]  0.8.11claws43
272
273         * src/folder.c
274                 code cleanup for flags copying
275
276 2003-03-22 [christoph]  0.8.11claws42
277
278         * src/plugins/trayicon/trayicon.c
279                 fix setting the transparent area when the window size
280                 is forced by the system tray
281
282 2003-03-22 [christoph]  0.8.11claws41
283
284         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
285         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
286         * src/plugins/trayicon/newmail.xpm              ** NEW **
287         * src/plugins/trayicon/nomail.xpm               ** NEW **
288         * src/plugins/trayicon/trayicon.c
289         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
290                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
291                 o add icon for unread mails
292                 o set transparency for window
293
294 2003-03-22 [christoph]  0.8.11claws40
295
296         * src/news.c
297                 init news session to prevent crash when session is closed
298
299 2003-03-22 [christoph]  0.8.11claws39
300
301         * src/imap.c
302         * src/common/session.[ch]
303                 Init session data to make sure we don't have invalid pointers
304                 for read_ch and write_ch when new multi process sessions are
305                 not used
306
307         * src/main.c
308         * src/common/plugin.c
309         * src/common/sylpheed.c
310         * src/plugins/demo/demo.c
311         * src/plugins/dillo_viewer/dillo_viewer.c
312         * src/plugins/mathml_viewer/mathml_viewer.c
313         * src/plugins/spamassassin/spamassassin.c
314         * src/plugins/spamassassin/spamassassin_gtk.c
315                 add plugin types to allow loading plugins at different times
316                 (and maybe for different frontends), because it's not good to
317                 load GTK-Plugins gefore gtk_init was called
318
319         * configure.ac
320         * src/plugins/Makefile.am
321         * src/plugins/trayicon/.cvsignore               ** NEW **
322         * src/plugins/trayicon/Makefile.am              ** NEW **
323         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
324         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
325         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
326         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
327         * src/plugins/trayicon/trayicon.c               ** NEW **
328                 New Trayicon plugin that shows an icon in a systray that uses
329                 XEMBED protocol like Gnome's systray. Icon shows if there
330                 are new mails and a tooltip shows information about new,
331                 unread and total messages.
332
333 2003-03-22 [paul]       0.8.11claws38
334
335         * src/common/smtp.c
336                 fix ESMTP AUTH CRAM-MD5
337                 [sync with main (still version 0.8.11cvs6), see
338                  ChangeLog 2003-03-22]
339
340 2003-03-21 [colin]      0.8.11claws37
341
342         * src/send_message.c
343                 Fix USE_SSL => USE_OPENSSL
344
345 2003-03-21 [colin]      0.8.11claws36
346
347         * src/folderview.c
348                 Fix counts in drag and dropped subfolders
349
350 2003-03-21 [colin]      0.8.11claws35
351
352         * src/folder.c 
353         * src/folderview.c
354                 speed up a bit folder dnd
355
356 2003-03-20 [alfons]     0.8.11claws34
357
358         * src/main.c
359         * src/toolbar.c
360         * src/procmsg.c
361                 don't send locked queue messages
362                 (feature request "[ 705245 ] Locking message in outbox 
363                  should prevent sending")
364
365 2003-03-20 [christoph]  0.8.11claws33
366
367         * src/folder.c
368                 remove NEW and UNREAD flag in special folders when scanning
369                 
370         * src/common/smtp.c
371                 fix ESMTP AUTH CRAM-MD5
372
373 2003-03-20 [paul]       0.8.11claws32
374
375         * src/prefs_account.c
376                 Re-write 'Tunnel command to open connection' as
377                 'Use command to communicate with server', and disable
378                 it for all except IMAP accounts
379
380 2003-03-20 [paul]       0.8.11claws31
381
382         * sync with 0.8.11cvs6
383                 see ChangeLog 2003-03-20
384
385 2003-03-19 [match]      0.8.11claws30
386
387         * src/addritem.[ch]
388                 include documentation. minor refactoring.
389         * src/addr_compl.[ch]
390         * src/addrindex.[ch]
391         * src/addresbook.[ch]
392         * src/summaryview.c
393                 re-enable address lookup (was disabled in
394                 0.8.11claws20).
395
396 2003-03-19 [christoph]  0.8.11claws29
397
398         * src/procmsg.c
399                 add temp flag handling, will make moving and copying
400                 messages possible again
401
402         * src/folder.c
403                 correct calulation of folder stats
404
405 2003-03-18 [match]      0.8.11claws28
406
407         * src/editgroup.h
408                 remove case sensitive comparison (closes bug 80).
409
410 2003-03-18 [christoph]  0.8.11claws27
411
412         * src/imap.c
413                 fix imap using a tunnel command
414
415         (closes bug 87)
416
417 2003-03-18 [christoph]  0.8.11claws26
418
419         * src/folder.[ch]
420         * src/imap.c
421         * src/procmsg.[ch]
422                 rewrite flag handling for folders
423
424 2003-03-18 [christoph]  0.8.11claws25
425
426         * src/folder.c
427         * src/procmsg.c
428         * src/summaryview.c
429                 unset NEW and UNREAD flags when message is ignored, to make
430                 sure messages don't show up as unread on other IMAP clients,
431                 because the IGNORE_THREAD flag can not be syncronized through
432                 the IMAP folder
433
434 2003-03-17 [christoph]  0.8.11claws24
435
436         * src/imap.c
437                 don't use recursion to fetch uids when the number of messages
438                 does not match. Moved code into subfunction that is used
439                 again when needed, to prevent an endless loop.
440
441 2003-03-17 [thorsten]   0.8.11claws23
442
443         * src/imageview.[ch]
444                 export imageview_get_resized_size() (for plugins)
445         * src/prefs_common.[ch]
446                 added prefs_common_get() (for plugins)
447
448 2003-03-17 [christoph]  0.8.11claws22
449
450         * src/imap.c
451                 o remove UID guessing from copy code
452                 o support UIDPLUS extension for APPEND command
453
454 2003-03-17 [paul]       0.8.11claws21
455
456         * src/gtk/about.c
457                 remove 'Compiled-plugins' section.
458                 
459         * src/plugins/dillo_viewer/dillo_viewer.c
460                 slight change to description text
461
462 2003-03-16 [match]      0.8.11claws20
463         * src/ldapserver.[ch]           ** NEW **
464         * src/ldapctrl.[ch]             ** NEW **
465         * src/ldapquery.[ch]            ** NEW **
466         * src/ldaputil.[ch]             ** NEW **
467         * src/addrcindex.[ch]           ** NEW **
468         * src/addrquery.h               ** NEW **
469         * src/addritem.[ch]
470         * src/addrcache.[ch]
471         * src/addrindex.[ch]
472         * src/addr_compl.[ch]
473         * src/addressbook.[ch]
474         * src/addrbook.[ch]
475         * src/editgroup.c
476         * src/editaddress.c
477         * src/editldap.c
478         * src/editldap_basedn.c
479         * src/vcard.c
480         * src/jpilot.c
481         * src/Makefile.am
482                 included dynamic LDAP queries. improved address
483                 completion.
484
485 2003-03-16 [paul]       0.8.11claws19
486
487         * tools/multiwebsearch.pl
488                 fix a fatal typo
489
490 2003-03-16 [christoph]  0.8.11claws18
491
492         * src/mimeview.c
493         * src/plugins/dillo_viewer/dillo_viewer.c
494         * src/plugins/mathml_viewer/mathml_viewer.c
495                 make unregistering of MimeViewerFactorys possible
496
497 2003-03-16 [alfons]     0.8.11claws17
498
499         * configure.ac
500                 correct typo
501
502 2003-03-16 [melvin]     0.8.11claws16
503
504         * src/plugins/dillo_viewer.c
505                 Fixed bug where it was not possible to view more than
506                 one text/html attachment per message (bug discovered
507                 by Christoph Hohmann).
508
509 2003-03-15 [melvin]     0.8.11claws15
510
511         * src/prefs_actions.c
512                 Fixed compilation warnings.
513
514 2003-03-15 [melvin]     0.8.11claws14
515
516         * src/plugins/Makefile.am
517         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
518         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
519         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
520                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
521                 newer (http://dillo.auriga.wearlab.de/).
522
523 2003-03-15 [christoph]  0.8.11claws13
524
525         * src/imap.c
526                 don't query imap folder for attributes because we already
527                 for them from imap_status
528
529         * src/mimeview.[ch]
530                 add support for plugable MimeViewers (unloading Viewers
531                 not yet complete)
532
533         * src/plugins/Makefile.am
534         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
535         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
536         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
537                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
538                 widget from http://helm.cs.unibo.it/mml-widget/
539
540 2003-03-14 [christoph]  0.8.11claws12
541
542         * src/folder.[ch]
543                 o error return code's should better be negative
544                 o replace printf with debug_print
545
546         * src/imap.c
547                 improve IMAP folder scan by checking UID-NEXT
548
549         * src/summaryview.c
550                 remove check that are unnecessary in my opinion
551
552 2003-03-13 [christoph]  0.8.11claws11
553
554         * src/folder.[ch]
555         * src/foldersel.c
556         * src/folderview.c
557         * src/imap.c
558         * src/mbox_folder.c
559         * src/mh.c
560         * src/news.c
561         * src/prefs_scoring.c
562         * src/summaryview.c
563                 use a common function to get a displayable name
564                 for a FolderItem
565
566 2003-03-13 [paul]       0.8.11claws10
567
568         * tools/Makefile.am
569           tools/README
570           tools/multiwebsearch.conf     ** NEW FILE **
571           tools/multiwebsearch.pl       ** NEW FILE **
572                 add multiwebsearch Actions script
573
574 2003-03-13 [colin]      0.8.11claws9
575
576         * src/compose.c
577                 Remove leading emtpy lines from quoted text
578                 before quoting it
579
580 2003-03-13 [melvin]     0.8.11claws8
581
582         * src/prefs_actions.c
583                 Fixed a memory leak
584                 Code clean ups
585                 Added Cancel and OK buttons
586                 Corrected help text
587
588 2003-03-13 [christoph]  0.8.11claws7
589
590         * src/account.c
591         * src/folder.[ch]
592         * src/imap.c
593         * src/mainwindow.c
594         * src/mbox_folder.c
595         * src/mh.c
596         * src/news.c
597         * src/setup.c
598                 replace more folder type stuff with folder class stuff
599
600 2003-03-13 [melvin]     0.8.11claws6
601
602         * src/prefs_actions.c
603                 Added new tokens:
604                 %u: user provided argument
605                 %h: user provided argument (hidden on input)
606                 %s: current text selection in the message view 
607
608 2003-03-13 [paul]       0.8.11claws5
609
610         * sync with 0.8.11cvs5
611                 see ChangeLog 2003-03-11, 2003-03-12
612
613 2003-03-12 [christoph]  0.8.11claws4
614
615         * src/folder.c
616                 use folder class idstr when writing folderlist.xml
617
618         * src/folder.h
619         * src/imap.c
620         * src/news.c
621                 replace folder type checks with folder class checks
622
623 2003-03-12 [christoph]  0.8.11claws3
624
625         * src/folder.[ch]
626         * src/imap.[ch]
627         * src/main.c
628         * src/mbox_folder.[ch]
629         * src/mh.[ch]
630         * src/news.[ch]
631                 o create a list of known folder classes in the folder system
632                 o use folder class id strings for folder item identifiers
633
634 2003-03-12 [christoph]  0.8.11claws2
635
636         * src/imap.c
637                 fix imap uid validity check
638
639 2003-03-12 [christoph]  0.8.11claws1
640
641         * src/account.c
642         * src/folder.[ch]
643         * src/foldersel.c
644         * src/folderview.c
645         * src/imap.c
646         * src/mainwindow.c
647         * src/mbox_folder.c
648         * src/mh.c
649         * src/news.c
650         * src/prefs_scoring.c
651         * src/procmsg.c
652         * src/setup.c
653         * src/summaryview.c
654                 initial restructuring of folder system, seperating
655                 folders and folder classes
656
657 2003-03-12 [paul]       0.8.11claws
658
659         0.8.11claws release
660
661 2003-03-12 [christoph]
662
663         * src/gtk/prefswindow.c
664                 fix translation of "Page Index"
665
666 2003-03-12 [paul]       0.8.10claws110
667
668         a sync from 0.8.11cvs4 before the release
669
670         * src/common/utils.c
671                 subject_compare_for_sort(): allow null strings (fixes
672                 summary sorting).
673
674 2003-03-11 [paul]       0.8.10claws109
675
676         * po/es.po
677                 update Spanish translation, submitted by
678                 Ricardo Mones Lastra
679
680 2003-03-11 [melvin]     0.8.10claws108
681
682         * po/fr.po
683                 Updated French translations
684
685 2003-03-11 [paul]       0.8.10claws107
686
687         * manual/en/Makefile.am
688           manual/en/*.html
689                 update English manual, add a new page
690                 updated by Francois Barriere <fbarriere@atmel.fr>
691                 
692         * po/bg.po
693           po/it.po
694           po/sr.po
695                 update Bulgarian, Italian, and Serbian translations
696                 submitted by George Danchev, Alessandro Maestri, and
697                 Urke MMI
698
699 2003-03-10 [paul]       0.8.10claws106
700
701         * src/gtk/about.c
702           src/gtk/prefswindow.c
703                 make some strings translatable
704
705 2003-03-10 [darko]      0.8.10claws105
706
707         * src/compose.c
708                 code cleanup to make Hiro happy
709
710 2003-03-10 [paul]       0.8.10claws104
711
712         * sync with 0.8.11cvs2
713                 see ChangeLog 2003-03-10
714
715 2003-03-09 [melvin]     0.8.10claws103
716
717         * src/textview.c
718                 textview_set_font(): fix for message display in
719                 UTF-8 locales (thanks to Sergey Vlasov).
720                 (was unintentionnaly reverted in 0.8.6claws6)   
721
722 2003-03-08 [darko]      0.8.10claws102
723
724         * src/compose.c
725                 fix infinite loop in wrapping as reported
726                 by happycactus
727                 obsoletes patch #696482
728
729 2003-03-08 [christoph]  0.8.10claws101
730
731         * src/imap.c
732                 add workaround for IMAP servers that do not
733                 support the "UID SEARCH UID" command
734
735 2003-03-07 [christoph]  0.8.10claws100
736
737         * src/plugins/spamassassin/spamassassin.[ch]
738         * src/plugins/spamassassin/spamassassin_gtk.c
739                 code cleanup
740
741 2003-03-07 [paul]       0.8.10claws99
742
743         * po/es.po
744                 updated Spanish translation, submitted by
745                 Ricardo Mones Lastra
746
747 2003-03-07 [christoph]  0.8.10claws98
748
749         * src/send.c
750                 fix in 0.8.10claws94 was wrong
751                 local delivery does not require escaping, remove escaping
752                 code to make signatures of mails with "." lines valid
753                 
754                 NOTE: requires that sendmail is executed with "-i" option,
755                       what is the default now, but has to be changed in all
756                       exsiting accounts)
757
758 2003-03-07 [paul]       0.8.10claws97
759
760         * sync with 0.8.11 release
761                 see ChangeLog 2003-03-07
762
763 2003-03-06 [paul]       0.8.10claws96
764
765         * src/compose.c
766                 revert commit 0.8.10claws92
767
768 2003-03-06 [paul]       0.8.10claws95
769
770         * src/folderview.c
771                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
772
773         * src/gtkaspell.c
774                 fix bug 74, 'Crash opening editor window with pseudo-color
775                 display'
776                 
777         Patches submitted by Kevin Vigor <kevin@vigor.nu>
778
779 2003-03-06 [christoph]  0.8.10claws94
780
781         * src/send.c
782                 fix rfc2821 (4.5.2) violation in SMTP data sending,
783                 all lines starting with a period get an extra period
784                 inserted
785                 (found by Simon 'corecode' Schubert)
786
787 2003-03-06 [paul]       0.8.10claws93
788
789         * src/folderview.c
790                 if configured font can't be loaded fall back to gtk
791                 default. (with thanks to Christoph)
792                 
793                 closes long-standing bug 15 'Crashes on startup'
794
795 2003-03-06 [paul]       0.8.10claws92
796
797         * src/compose.c
798                 freeze text before autosave and thaw afterwards
799                 fixes bug 67 'autosave make re-rediting message crazy'
800
801 2003-03-06 [christoph]  0.8.10claws91
802
803         * src/compose.c
804                 ignore address comment in dupe check for Cc-list
805
806         (closes reopened bug 47 Replying to message strips name part of
807          e-mail addresses of Cc: lines)
808
809 2003-03-06 [paul]       0.8.10claws90
810
811         * src/Makefile.am
812                 remove reference to gtkxtext.h as its no longer in
813                 the repository
814
815 2003-03-06 [paul]       0.8.10claws89
816
817         * sync with 0.8.10cvs25
818                 see ChangeLog 2003-03-06
819
820 2003-03-06 [oliver]     0.8.10claws88
821         
822         * src/messageview.c
823                 remove include
824
825 2003-03-06 [oliver]     0.8.10claws87
826         
827         * src/folderview.c 
828                 remove changes introduced inclaws74
829         * src/messageview.c
830                 another attempt to sanely delete and update
831                 messages deleted in separate messageview
832
833 2003-03-05 [christoph]  0.8.10claws86
834
835         * src/summaryview.c
836                 check if "From" matches any account's address if
837                 addressbook completion of addresses is disabled too
838
839         (closes Bug 70 "Display recipient in from" doesn't check
840          folder's default account)
841
842 2003-03-05 [christoph]  0.8.10claws85
843
844         * src/compose.c
845         * src/common/utils.[ch]
846                 don't strip address comments when building Cc lists
847
848         (closes Bug 47 Replying to message strips name part of e-mail addresses
849          of Cc: lines)
850
851         * src/folder.c
852                 fix return value of copy function
853
854 2003-03-05 [christoph]  0.8.10claws84
855
856         * src/imap.c
857                 don't ask imap server for non rfc822 headers
858
859         (closes bug 71 IMAP FETCH asks for FROM header field twice)
860
861         * src/imap.c
862                 destroy session on socket error to allow reconnecting
863
864 2003-03-05 [christoph]  0.8.10claws83
865
866         * configure.ac
867                 fix building with gnome when no prefix is set
868
869         (closes bug 66 Gnome directory is set to NONE)
870
871 2003-03-05 [paul]       0.8.10claws82
872
873         * sync with 0.8.10cvs23
874                 see ChangeLog 2003-03-05
875
876 2003-03-04 [christoph]  0.8.10claws81
877
878         * src/folder.c
879                 o fix moving and copying when folder returns 0 for new
880                   message number
881                 o remove some code for single message copy and move
882                   operations and use functions for multiple messages
883
884         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
885
886         * src/news.c
887                 remove unused include
888
889 2003-03-04 [paul]       0.8.10claws80
890
891         * src/gtk/about.c
892                 list 'Compiled plugins'
893
894 2003-03-03 [christoph]  0.8.10claws79
895
896         * src/news.[ch]
897                 have to multiply the percentage of the current fetch with
898                 the percentage that it has of the total fetch operation
899                 for correct values
900
901 2003-03-03 [christoph]  0.8.10claws78
902
903         * src/news.c
904                 fix calculation of expected lines for progress indicator
905
906 2003-03-03 [christoph]  0.8.10claws77
907
908         * src/summaryview.c
909         * src/common/utils.c
910                 fix segfault when opening the root news folder
911
912 2003-03-03 [christoph]  0.8.10claws76
913
914         * src/mainwindow.[ch]
915         * src/common/Makefile.am
916         * src/common/progressindicator.[ch]
917                 add UI independent progress indicator handling
918
919         * src/news.[ch]
920                 use new progress indicator for message info fetching
921
922         * src/common/hooks.h
923                 code cleanup
924
925 2003-03-03 [oliver]     0.8.10claws75
926
927         * src/toolbar.c
928         * src/compose.c
929                 removed commented code
930
931 2003-03-03 [oliver]     0.8.10claws74
932
933         * src/toolbar.[ch]
934                 cleanups and refactoring
935         * src/compose.[ch]
936                 compose_reply_mode reply & forwarding interface for
937                 toolbar buttons
938         * src/folderview.c
939                 act on messages marked for deletion in folderview_selected
940                 based on prefs_common.immediate_exec since a message might 
941                 have been deleted by messageview in a folder we are changing 
942                 to (does anybody understand what I'm on about ?)
943
944 2003-03-03 [oliver]     0.8.10claws73
945         
946         * src/messageview.[ch]
947                 new functions
948                 - messageview_delete: delete message shown in messagview
949                 - messageview_update_view: update messageview to currently 
950                   selected summaryview message
951                 - add separate messageview to msgview_list in order to update 
952                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
953         * src/summaryview.[ch]
954                 summary_get_selection returns a list of selected msgs
955                 in summaryview
956         * src/mainwindow.c
957                 toolbar reply refactoring
958
959 2003-03-03 [paul]       0.8.10claws72
960
961         * sync with 0.8.10cvs21
962                 see ChangeLog 2003-03-03
963
964 2003-03-02 [christoph]  0.8.10claws71
965
966         * src/common/passcrypt.c
967                 use POSIX includes
968
969 2003-03-02 [christoph]  0.8.10claws70
970
971         * configure.ac
972         * src/prefs_account.c
973         * src/prefs_gtk.[ch]
974         * src/common/.cvsignore
975         * src/common/Makefile.am
976         * src/common/passcrypt.c                ** NEW **
977         * src/common/passcrypt.h.in             ** NEW **
978                 Implement password encryption in config files
979                 using unix encrypt and setkey functions. The crypt
980                 key can be set as a configure parameter. Old
981                 passwords will be converted if they do not begin
982                 with '!'
983
984 2003-03-02 [paul]       0.8.10claws69
985
986         * src/prefs_account.c
987                 fix compile error
988
989 2003-03-01 [thorsten]   0.8.10claws68
990
991         * po/el.po
992           po/hr.po
993           po/it.po
994           po/nl.po
995           po/sr.po
996           po/sv.po
997                 corrected format strings
998         * po/en_GB.po
999                 corrected headers
1000                 (fix compile errors with GNU gettext-0.11.5)
1001
1002 2003-03-01 [oliver]     0.8.10claws67
1003
1004         * src/summaryview.c
1005                 menu callbacks call toolbar_menu_reply
1006
1007 2003-03-01 [oliver]     0.8.10claws66
1008
1009         * src/mainwindow.c
1010         * src/messageview.c
1011                 menu callbacks call toolbar_menu_reply
1012         * src/toolbar.[ch]
1013                 callbacks from menu handled by toolbar_menu_reply
1014
1015 2003-03-01 [paul]       0.8.10claws65
1016
1017         * src/addressbook.c
1018                 revert commit 0.8.10claws54 - breaks editing of
1019                 addressbook.
1020                 
1021         * po/bg.po
1022                 update Bulgarian translation, submitted by
1023                 George Danchev
1024
1025 2003-02-28 [christoph]  0.8.10claws64
1026
1027         * src/account.c
1028         * src/addressadd.c
1029         * src/compose.c
1030         * src/gtkaspell.c
1031         * src/gtkxtext.h                ** REMOVE **
1032         * src/imap.c
1033         * src/matcher.[ch]
1034         * src/mh.c
1035         * src/news.c
1036         * src/pine.c
1037         * src/prefs_common.c
1038         * src/prefs_matcher.c
1039         * src/procheader.[ch]
1040         * src/procmsg.[ch]
1041         * src/toolbar.c
1042         * src/common/ssl_certificate.c
1043         * src/gtk/colorlabel.c
1044         * src/gtk/menu.c
1045                 o fix warnings
1046                 o remove code obsoleted by new cache and folder system rework
1047
1048 2003-02-28 [oliver]     0.8.10claws63
1049         
1050         * src/toolbar.[ch]
1051                 * fix bug where reply in Messageview replied to 
1052                 Message displayed in summaryview
1053                 (reportedd via ML by chinatinte at gmx dot ch)
1054                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1055                 didn't work in separate MessageView Toolbar
1056                 (wondering if anybody uses this at all ?)
1057         * src/summaryview.[ch]
1058                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1059                 (generalize reply and forward code);
1060         * src/messageview.c 
1061                 remove focus_in event which updated summaryview to messageview
1062
1063 2003-02-28 [paul]       0.8.10claws62
1064
1065         * po/Makefile.in.in
1066                 add the --check option
1067                 Patch submitted by Ricardo Mones Lastra
1068
1069 2003-02-28 [paul]       0.8.10claws61
1070
1071         * src/prefs_account.c
1072                 re-order 'Signature' items
1073
1074 2003-02-28 [paul]       0.8.10claws60
1075
1076         * sync with 0.8.10cvs20
1077                 see ChangeLog 2003-02-28
1078
1079 2003-02-28 [paul]       0.8.10claws59
1080
1081         * po/POTFILES.in
1082                 update to reflect recent movement of files
1083
1084 2003-02-28 [paul]       0.8.10claws58
1085
1086         * sync with 0.8.10cvs19
1087                 see ChangeLog 2003-02-28
1088
1089 2003-02-27 [martin]     0.8.10claws57
1090
1091         * src/prefs_matcher.c 
1092                 fix segfault in prefs_matcher_ok() when the
1093                 last entry is deleted and prevents that the
1094                 message "entry not saved" comes up after deleting
1095                 an entry
1096
1097 2003-02-27 [martin]     0.8.10claws56
1098
1099         * src/prefs_filtering.c 
1100                 fix segfault in prefs_filtering_ok() when the
1101                 last entry is deleted and prevents that the
1102                 message "entry not saved" comes up after deleting
1103                 an entry
1104
1105 2003-02-27 [paul]       0.8.10claws55
1106
1107         * sync with 0.8.10cvs18
1108                 see ChangeLog 2003-02-27
1109
1110 2003-02-27 [paul]       0.8.10claws54
1111
1112         * src/addressbook.c
1113                 fix bug where the address book crashes with 
1114                 multiple lookups.
1115                 Patch [687729] submitted by David Frager 
1116                 <dbfrager@users.sourceforge.net>
1117
1118 2003-02-25 [christoph]  0.8.10claws53
1119
1120         * src/Makefile.am
1121         * src/colorlabel.[ch]           ** REMOVE **
1122         * src/gtk/Makefile.am
1123         * src/gtk/colorlabel.[ch]       ** NEW **
1124                 move colorlabel files to gtk directory
1125
1126         * src/esmtp.[ch]                ** REMOVE **
1127                 has been merged into smtp.[ch] in 0.7.5
1128
1129 2003-02-25 [christoph]  0.8.10claws52
1130
1131         * src/Makefile.am
1132         * src/about.[ch]                ** REMOVE **
1133         * src/gtk/Makefile.am
1134         * src/gtk/about.[ch]            ** NEW **
1135                 move about files to gtk directory
1136
1137 2003-02-25 [christoph]  0.8.10claws51
1138
1139         * src/folder.c
1140                 some code optimization of folder scanning code
1141
1142         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1143
1144 2003-02-25 [christoph]  0.8.10claws50
1145
1146         * src/main.c
1147         * src/common/sylpheed.c
1148                 add command line parameter parsing to common code
1149
1150 2003-02-24 [christoph]
1151
1152         * Makefile.am
1153         * configure.ac
1154                 fix gnome prefix problems, the configure script now removed
1155                 `gnome-config --prefix` from `gnome-config --datadir`
1156                 and adds $(prefix} instead
1157
1158         (closes Bug 24 Makefile does not respect prefix when installing
1159          GNOME data)
1160
1161 2003-02-24 [christoph]  0.8.10claws49
1162
1163         * src/news.c
1164                 check for valid session before trying to authenticate
1165
1166         (closes Bug 60 crash if "authenticate on logon" is activated
1167          and newsserver-hostname is not valid)
1168
1169 2003-02-24 [melvin]     0.8.10claws48
1170
1171         * src/prefs_actions.c
1172                 Make sure all user's input is sent to the action and then
1173                 close the socket..
1174
1175 2003-02-23 [alfons]     0.8.10claws46
1176
1177         * src/summaryview.c
1178                 also wait cursor when deleting files
1179
1180 2003-02-23 [paul]
1181
1182         * tools/freshmeat_search.pl
1183           tools/google_search.pl
1184                 scripts should now work for any browser/browser command line
1185
1186 2003-02-22 [christoph]  0.8.10claws45
1187
1188         * src/procmsg.c
1189                 fix IMAP flag setting, IMAP flag is not handled correctly
1190                 anymore by the folder system and information about the
1191                 folder should not be saved in the MsgInfo (in my opinion)
1192
1193         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1194
1195 2003-02-22 [christoph]  0.8.10claws44
1196
1197         * src/summaryview.c
1198                 fix spelling of "label" ;-)
1199
1200 2003-02-22 [thorsten]   0.8.10claws43
1201
1202         * src/mimeview.c
1203           src/prefs_common.[ch]
1204           src/procmime.[ch]
1205                 do not use description as attachment name
1206
1207 2003-02-22 [alfons]     0.8.10claws42
1208
1209         * src/summaryview.c
1210                 freeze/thaw folder item updates when changing color labels,
1211                 and put a wait cursors on
1212
1213 2003-02-22 [thorsten]   0.8.10claws41
1214
1215         * src/mimeview.c
1216                 save-all fixes: crash if invoked on multipart container,
1217                 mimeinfo access, pathseparators, error dialog
1218
1219 2003-02-21 [alfons]     0.8.10claws40
1220
1221         * src/prefs_gtk.c
1222                 remove unused var
1223
1224 2003-02-21 [colin]      0.8.10claws39
1225
1226         * src/send.c
1227                 Fix smtp logging
1228
1229 2003-02-21 [colin]      0.8.10claws38
1230
1231         * src/summaryview.c
1232                 Freeze/thaw folderItem updates when filtering messages 
1233                 via Tools/Filter messages
1234
1235 2003-02-21 [paul]       0.8.10claws37
1236
1237         * src/compose.c
1238                 revert commit 0.8.10claws26, there are ulterior motives
1239                 for users to set a Reply-To header when posting to
1240                 newsgroups
1241
1242 2003-02-21 [paul]       0.8.10claws36
1243
1244         * sync with 0.8.10cvs17
1245                 see ChangeLog 2003-02-21
1246
1247 2003-02-20 [christoph]  0.8.10claws35
1248
1249         * src/imap.c
1250                 IMAP UID fetch speedup using SEARCH
1251
1252         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1253
1254         * src/imap.c
1255                 fix problem with UIDs in IMAP UID cache that no longer existed
1256
1257 2003-02-20 [christoph]  0.8.10claws34
1258
1259         * src/imap.c
1260         * src/procheader.c
1261         * src/procheader.h
1262                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1263
1264         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1265
1266         * src/imap.c
1267                 Rewrite imap_cmd_gen_recv use sock_getline instead
1268                 of sock_gets to avoid problems with too long reply
1269                 lines
1270     
1271 2003-02-20 [colin]      0.8.10claws33
1272         
1273         * src/prefs_account.c
1274                 Better wording
1275
1276 2003-02-20 [colin]      0.8.10claws32
1277
1278         * src/compose.c
1279                 Remove useless '&& !to_sender' 
1280
1281 2003-02-20 [darko]
1282
1283         * AUTHORS
1284                 change my e-mail address
1285
1286 2003-02-19 [colin]      0.8.10claws31
1287
1288         * src/prefs_common.c
1289                 X11 style colors for every configurable color
1290
1291 2003-02-19 [alfons]     0.8.10claws30
1292
1293         * src/prefs_gtk.[ch]
1294         * src/prefs_common.c
1295                 for color_new accept both plain integers and X11 style color
1296                 names (as found in /usr/lib/X11/rgb.txt)
1297
1298 2003-02-19 [paul]       0.8.10claws29
1299
1300         * src/mainwindow.c
1301                 add tooltips to online/offline button and account selector
1302                 button
1303
1304 2003-02-19 [paul]       0.8.10claws28
1305
1306         * src/folder.c
1307           src/news.c
1308           src/prefs_account.[ch]
1309           src/prefs_common.[ch]
1310                 move 'Maximum number of articles to download' to
1311                 account prefs.
1312                 clean up account prefs gui a little by hiding entries
1313                 rather then greying out entries
1314
1315 2003-02-19 [hiro]       0.8.10claws27
1316
1317         * src/common/utils.c
1318                 fix bug #54 'yesterdays date is displayed in the message 
1319                 summary window'
1320
1321 2003-02-19 [paul]       0.8.10claws26
1322
1323         * src/compose.c
1324                 fix bug reported in Feature Request [688596] 
1325                 'Reply-to header in news'
1326
1327 2003-02-18 [paul]       0.8.10claws25
1328
1329         * src/select-keys.c
1330                 add a 'List all keys' button to key selection dialog
1331
1332 2003-02-18 [colin]      0.8.10claws24
1333         
1334         * src/stock_pixmap.c
1335                 fix compile error
1336
1337 2003-02-18 [colin]      0.8.10claws23
1338
1339         * src/common/smtp.[ch]
1340           src/prefs_account.c
1341                 Try to starttls if it seems to be the only
1342                 way to authenticate a user
1343
1344 2003-02-18 [paul]       0.8.10claws22
1345
1346         * src/Makefile.am
1347           src/folderview.c
1348           src/stock_pixmap.[ch]
1349           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1350           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1351                 as a Drafts folder is a special folder allow it to have
1352                 its own unique icons
1353
1354 2003-02-18 [colin]      0.8.10claws21
1355
1356         * src/imap.c
1357                 Fix port selection when using starttls
1358
1359 2003-02-18 [paul]       0.8.10claws20
1360
1361         * src/mainwindow.c
1362           src/prefs_common.[ch]
1363                 make blue the default new mail colour
1364
1365 2003-02-18 [paul]       0.8.10claws19
1366
1367         * sync with 0.8.10cvs14
1368                 see ChangeLog 2003-02-18
1369
1370 2003-02-17 [jens]       0.8.10claws18
1371
1372         * src/common/md5.c
1373                 fixed a compile problem with gcc 3.3
1374                 works on 2.95.3 too (testet on PPC as it is big endian)
1375
1376 2003-02-17 [paul]       0.8.10claws17
1377
1378         * sync with 0.8.10cvs13
1379                 see ChangeLog 2003-02-17
1380
1381 2003-02-17 [paul]       0.8.10claws16
1382
1383         * sync with 0.8.10cvs12
1384                 see ChangeLog 2003-02-17
1385
1386 2003-02-16 [match]      0.8.10claws15
1387
1388         * src/addressbook.c
1389                 Eliminates reloading of address data when items
1390                 deleted or added. Applied submitted by
1391                 Luke Plant <lukeplant@softhome.net>
1392
1393 2003-02-16 [paul]       0.8.10claws14
1394
1395         * src/news.c
1396                 when a 'protocol error' is encountered disconnect from
1397                 the server. This means that the user can carry on viewing
1398                 other articles and doesn't have to either wait until the
1399                 server timesout or quit sylpheed.
1400                 Fixes bug #53 'Unable to read messages in newsgroups, 
1401                 displayed message doesn't change'
1402
1403 2003-02-15 [christoph]  0.8.10claws13
1404
1405         * src/imap.c
1406                 fix bug that stopped scanning of folders when an
1407                 IMAP folder was empty
1408
1409         (closes bug 46 stop scan messages in folders after empty folder)
1410
1411 2003-02-15 [paul]
1412
1413         * tools/Makefile.am
1414           tools/README
1415           tools/freshmeat_search.pl     ** NEW FILE **
1416           tools/google_search.pl        ** NEW FILE **
1417                 Add 2 Actions scripts which search freshmeat/google
1418                 for the selected text using the browser configured
1419                 in sylpheedrc.
1420                 
1421         Note: These scripts are very dependent on the format of the
1422         browser command and may not work on every occasion. Testing
1423         is welcome. 
1424
1425 2003-02-14 [alfons]     0.8.10claws12
1426
1427         * src/compose.c
1428                 fix breakage because of uninitialized account pointer.
1429                 please verify.
1430
1431 2003-02-14 [paul]       0.8.10claws11
1432
1433         * src/compose.c
1434           src/prefs_account.[ch]
1435           src/prefs_common.[ch]
1436                 move signature settings to Account Prefs
1437
1438 2003-02-14 [paul]       0.8.10claws10
1439
1440         * sync with 0.8.10cvs11
1441                 see ChangeLog 2003-02-14
1442
1443 2003-02-13 [thorsten]   0.8.10claws9
1444
1445         * src/news.c
1446                 revert news progressbar (GUI separation)
1447
1448 2003-02-13 [paul]       0.8.10claws8
1449
1450         * src/compose.c
1451                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1452                 paragraph 1
1453
1454 2003-02-13 [paul]       0.8.10claws7
1455
1456         * src/compose.[ch]
1457           src/summaryview.c
1458                 fix 'Follow-up and Reply-to' so that it creates a reply to
1459                 the newsgroup and the sender. If the message has the keyword
1460                 'poster' in the Followup-To header, all replies go to the
1461                 sender, re: RFC 1036, Section 2.2.3
1462                 rename all instances of 'ignore_replyto' to 'to_sender', both
1463                 were previously used, now we use just one.
1464
1465 2003-02-13 [paul]       0.8.10claws6
1466
1467         * sync with 0.8.10cvs9
1468                 see ChangeLog 2003-02-13
1469
1470 2003-02-13 [paul]       0.8.10claws5
1471
1472         * configure.ac
1473                 show which plugins are configured in the configure
1474                 output.
1475
1476 2003-02-12 [thorsten]   0.8.10claws4
1477
1478         * src/news.c
1479                 show progress while fetching news headers
1480
1481 2003-02-12 [christoph]  0.8.10claws3
1482
1483         * configure.ac
1484         * src/plugins/Makefile.am
1485                 use AM_CONDITIONAL to enable plugins, automake correctly
1486                 manages this when creating distdir
1487
1488 2003-02-12 [christoph]  0.8.10claws2
1489
1490         * ac/spamassassin.m4
1491         * src/plugins/spamassassin/Makefile.am
1492                 fix building SpamAssassin plugin without OpenSSL
1493
1494 2003-02-12 [paul]       0.8.10claws1
1495
1496         * ac/Makefile.am
1497           src/Makefile.am
1498           src/plugins/Makefile.am
1499                 fix failure of 'make release'
1500
1501 2003-02-12 [paul]       0.8.10claws
1502
1503         * 0.8.10claws released
1504
1505 2003-02-12 [paul]       0.8.9claws56
1506
1507         * po/bg.po
1508           po/es.po
1509           po/it.po
1510           po/ru.po
1511           po/sr.po
1512                 updated translations by George Danchev, Ricardo Mones Lastra,
1513                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1514                 
1515         * sylpheed.spec.in
1516                 Allow the building of RPMs by a regular user. Submitted
1517                 by Sergei Astanin
1518
1519 2003-02-11 [alfons]     0.8.9claws55
1520
1521         * src/colorlabel.c
1522                 don't use pixmaps for label color rect but draw rectangles
1523                 so we can respect the color map of palette based visuals
1524                 (fixes the long time crashes on Suns - thanks to Andreas
1525                 Engel and Steve O'Hara-Smith for testing)
1526
1527 2003-02-11 [christoph]  0.8.9claws54
1528
1529         * src/matcher_parser_parse.y
1530                 correct bug where filering rules of not existing folders in
1531                 matcherrc were added to global filtering
1532                 
1533         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1534          main filter-rules after removing directory, http://bugs.debian.org/180253)
1535         
1536 2003-02-11 [paul]       0.8.9claws53
1537
1538         * sync with 0.8.10cvs7
1539                 see ChangeLog 2003-02-09
1540
1541 2003-02-11 [melvin]     0.8.9claws52
1542
1543         * po/fr.po
1544                 Updated French tranlsations
1545
1546 2003-02-10 [paul]       0.8.9claws51
1547
1548         * sylpheed.spec.in
1549                 correct --enable-openssl
1550                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1551
1552 2003-02-09 [martin]     0.8.9claws50
1553
1554         * src/prefs_matcher.c
1555                 fix segfault in prefs_matcher_substitute_cb() when
1556                 no row is selected
1557
1558 2003-02-09 [paul]       0.8.9claws49
1559
1560         * src/folderview.c
1561                 fix bug where a newsgroup folder's processing rules were
1562                 merged with the global filtering rules when the newsgroup
1563                 folder was deleted, causing some seriously bad results,
1564                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1565
1566 2003-02-08 [melvin]     0.8.9claws48
1567
1568         * src/compose.c
1569                 Corrected and modified an alert message.
1570
1571 2003-02-07 [paul]       0.8.9claws47
1572
1573         * src/folderview.c
1574                 fix bug where both an 'Account properties' window and a
1575                 'Folder properties' window were opened when clicking on
1576                 'Properties' in an NNTP or IMAP folder's popup menu.
1577
1578 2003-02-07 [paul]       0.8.9claws46
1579
1580         * sync with 0.8.10cvs6
1581                 see ChangeLog 2003-02-06
1582
1583 2003-02-06 [christoph]  0.8.9claws45
1584
1585         * src/mbox.c
1586                 freeze folder updates while importing mbox files
1587                 (closes bug 43 importing mbox took hours)
1588                 
1589         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1590
1591 2003-02-06 [thorsten]   0.8.9claws44
1592
1593         * po/de.po
1594                 Updated german translations
1595
1596 2003-02-06 [thorsten]   0.8.9claws43
1597
1598         * src/news.h
1599                 use guint for message numbers (fix count in grouplist dialog)
1600
1601 2003-02-05 [paul]       0.8.9claws42
1602
1603         * sync with 0.8.10cvs2
1604                 see ChangeLog 2003-02-05
1605
1606 2003-02-04 [colin]      0.8.9claws41
1607
1608         * src/prefs_common.[ch]
1609           src/procmsg.c
1610           src/summaryview.c
1611                 Add an option to disable threading by subject
1612
1613 2003-02-04 [christoph]  0.8.9claws40
1614
1615         * src/inc.c
1616                 only abort fetching mails from multiple accounts when the
1617                 error is fatal and does not allow to check any more accounts
1618                 (currently only disk full error)
1619
1620         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1621          receive mails for other accouts)
1622
1623 2003-02-04 [christoph]  0.8.9claws39
1624
1625         * src/folder.c
1626                 first add the new message to the cache, then
1627                 send the update notification
1628
1629         (closes bug 39 after sending message folderview doesnt get updated)
1630
1631 2003-02-04 [colin]      0.8.9claws38
1632
1633         * src/inc.c
1634                 _really_ fix this Connecting... status
1635
1636 2003-02-04 [paul]       0.8.9claws37
1637
1638         * sync with 0.8.10
1639                 see ChangeLog 2003-02-04
1640
1641 2003-02-04 [paul]       0.8.9claws36
1642
1643         * sync with 0.8.9cvs6
1644                 see ChangeLog 2003-02-03
1645
1646 2003-02-04 [paul]       0.8.9claws35
1647
1648         * po/pt_BR.po
1649                 updated by André Filipe de Assunção e Brito 
1650                 <bedecko@netsite.com.br>
1651
1652 2003-02-03 [thorsten]   0.8.9claws34
1653
1654         * po/de.po
1655                 Updated german translations
1656
1657 2003-02-02 [paul]       0.8.9claws33
1658
1659         * po/es.po
1660                 updated by Ricardo Mones Lastra
1661
1662 2003-02-02 [thorsten]   0.8.9claws32
1663
1664         * src/mh.c
1665                 Fix mh_get_msginfo() segfault if file is inaccessible
1666
1667 2003-01-31 [colin]      0.8.9claws31
1668
1669         * src/procheader.c
1670                 Fix last commit's bug
1671
1672 2003-01-31 [colin]      0.8.9claws30
1673
1674         * src/procheader.c
1675                 Missing a change for gpg-signed messages
1676
1677 2003-01-31 [paul]       0.8.9claws29
1678
1679         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1680           src/procheader.c
1681           src/stock_pixmap.[ch]
1682           src/summaryview.c
1683                 indicate GnuPG signed messages by displaying an icon
1684                 in the Attachment column.
1685
1686 2003-01-31 [paul]       0.8.9claws28
1687
1688         * sync with 0.8.9cvs4
1689                 see ChangeLog 2003-01-31
1690
1691 2003-01-31 [alfons]     0.8.9claws27
1692
1693         * src/textview.c
1694                 tune URI parser to accept mailto URLs with a '?'
1695                 (patch from Ruslan Balkin)
1696
1697 2003-01-31 [colin]      0.8.9claws26
1698
1699         * src/summaryview.c
1700                 Fix a leak introduced in claws24
1701
1702 2003-01-31 [colin]      0.8.9claws25
1703
1704         * src/summaryview.c
1705                 Freeze/Thaw folder updates when deleting dups
1706
1707 2003-01-31 [colin]      0.8.9claws24
1708         
1709         * src/addr_compl.c
1710           src/summaryview.c
1711           src/msgcache.c
1712                 little speed improvements
1713
1714 2003-01-31 [colin]      0.8.9claws23
1715
1716         * src/summaryview.c
1717                 Fix segfault when forwarding nothing
1718                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1719                 
1720 2003-01-30 [paul]       0.8.9claws22
1721
1722         * sync with 0.8.9cvs3
1723                 see ChangeLog 2003-01-30
1724
1725 2003-01-30 [paul]       0.8.9claws21
1726
1727         * sync with 0.8.9cvs2
1728                 see ChangeLog 2003-01-30
1729
1730 2003-01-29 [paul]       0.8.9claws20
1731
1732         * sync with 0.8.9cvs1
1733                 see ChangeLog 2003-01-29
1734
1735 2003-01-28 [paul]       0.8.9claws19
1736
1737         * po/POTFILES.in
1738                 update to reflect changes. 
1739                 thanks to Ricardo Mones Lastra
1740
1741 2003-01-27 [christoph]  0.8.9claws18
1742
1743         * ac/openssl.m4
1744         * ac/spamassassin.m4
1745         * src/plugins/spamassassin/README
1746         * src/plugins/spamassassin/libspamc.[ch]
1747         * src/plugins/spamassassin/utils.[ch]
1748                 updated to latest libspamc
1749
1750 2003-01-27 [christoph]  0.8.9claws17
1751
1752         * src/folder.c
1753                 fix wrong use of procheader_get_header_fields
1754
1755 2003-01-27 [christoph]  0.8.9claws16
1756
1757         * src/news.c
1758         * src/prefs_account.[ch]
1759         * src/common/nntp.[ch]
1760                 allow to force authentication for NNTP servers
1761
1762         Patch submitted by Florian Mickler <dmk@d-labs.de>
1763
1764 2003-01-26 [paul]       0.8.9claws15
1765
1766         * src/summaryview.c
1767                 speed up of marking messages as read
1768                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1769
1770 2003-01-26 [christoph]  0.8.9claws14
1771
1772         * src/Makefile.am
1773         * src/mgutils.[ch]              ** REMOVE **
1774         * src/xml.[ch]                  ** REMOVE **
1775         * src/xmlprops.[ch]             ** REMOVE **
1776         * src/common/Makefile.am
1777         * src/common/mgutils.[ch]       ** NEW **
1778         * src/common/xml.[ch]           ** NEW **
1779         * src/common/xmlprops.[ch]      ** NEW **
1780                 move xml files to common directory
1781
1782 2003-01-26 [christoph]  0.8.9claws13
1783
1784         * src/plugins/spamassassin/spamassassin_gtk.c
1785                 only set gtk entry text if string is available
1786
1787 2003-01-26 [melvin]     0.8.9claws12
1788
1789         * src/description_window.c
1790                 Allow resizing of the window
1791                 Allow automatic horizontal scroll bar
1792                 Do not vertically expand and fill
1793
1794 2003-01-26 [christoph]  0.8.9claws11
1795
1796         * src/Makefile.am
1797         * src/gtkutils.[ch]             ** REMOVE **
1798         * src/common/sylpheed.c
1799         * src/gtk/Makefile.am
1800         * src/gtk/description_window.c
1801         * src/gtk/gtkutils.[ch]         ** NEW **
1802         * src/gtk/prefswindow.c
1803                 move gtkutils to gtk directory
1804
1805 2003-01-26 [paul]       0.8.9claws10
1806
1807         * src/summaryview.c
1808                 rename summary_unread_clicked() to summary_status_clicked()
1809
1810 2003-01-26 [melvin]     0.8.9claws9
1811
1812         * src/prefs_actions.c
1813                 Cosmetical changes to the help text
1814
1815 2003-01-26 [paul]       0.8.9claws8
1816
1817         * src/folder.[ch]
1818           src/mainwindow.c
1819           src/prefs_common.c
1820           src/prefs_sumamry_column.c
1821           summaryview.[ch]
1822                 rename the 'Unread' column to 'Status'
1823
1824 2003-01-25 [match]      0.8.9claws7
1825
1826         * src/mgutils.[ch]
1827                 removed reference to LDAP constants. removed error2string.
1828                 included functions to support LDAP dynamic queries.
1829         * src/syldap.h
1830                 moved LDAP constants here.
1831         * src/addressbook.c
1832         * src/addrindex.c
1833         * src/importldif.c
1834                 removed references to LDAP constants and references to
1835                 error2string.
1836
1837 2003-01-25 [paul]       0.8.9claws6
1838
1839         * src/summaryview.c
1840                 summary_thread_build(), summary_thread_init(): remove 
1841                 unneeded reference to summaryview->folder_item
1842
1843 2003-01-25 [christoph]  0.8.9claws5
1844
1845         * src/gtk/description_window.c
1846                 o allow description texts to expand over multiple columns
1847                 o translate all columns
1848         * src/prefs_actions.c
1849                 change syntax description to use new multi column feature
1850
1851         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1852
1853 2003-01-25 [match]      0.8.9claws4
1854
1855         * src/vcard.c
1856                 fixed bug with Quoted-Printable
1857
1858 2003-01-25 [paul]       0.8.9claws3
1859
1860         * src/folder.[ch]
1861           src/summaryview.[ch]
1862                 implement per-folder collapsed/expanded threads setting
1863                 
1864         * src/prefs_common.c
1865                 remove global collapsed/expanded threads option
1866
1867 2003-01-25 [christoph]  0.8.9claws2
1868
1869         * po/POTFILES.in
1870                 add pluginwindow and prefswindow
1871         * src/compose.c
1872                 make send respond correctly to messages that could be added
1873                 to the queue folder, but the UID of the message is unknown
1874         * src/folder.c
1875         * src/imap.c
1876                 don't return guessed UIDs in imap_add_msg anymore. We return
1877                 0 to tell the folder system it was appened but the UID is
1878                 unknown. Folder system now get's the UID by scaning the folder
1879                 and searching the cache for the Message-ID
1880                 (closes bug #29 Messages queued, but not sent)
1881
1882 2003-01-25 [paul]       0.8.9claws1
1883
1884         * src/codeconv.c
1885                 conv_encode_header():  fix bug when long headers with 8-bit
1886                 characters are used, so that the encoded words are wrapped.
1887                 If the space in the original text falls on the wrap boundary,
1888                 it can be lost.
1889                 Patch by Sergey Vlasov.
1890                 
1891         * src/folderview.c
1892                  fix bug where a change to the sorting method or thread view
1893                  of a folder's messages is lost if simpify-subject is set and
1894                  toggled on or off.
1895                  Patch by Luke Plant.
1896
1897 2003-01-24 [paul]       0.8.9claws
1898
1899         * sylpheed-0.8.9claws released
1900         
1901         * Makefile.am
1902           sylpheed.spec.in
1903                 remove reference to 'INSTALL.jp'
1904
1905 2003-01-23 [paul]       0.8.8claws128
1906
1907         * po/es.po
1908           po/it.po
1909           po/ru.po
1910           po/sr.po
1911                 updated translations. submitted by Ricardo Mones Lastra,
1912                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1913
1914 2003-01-23 [colin]      0.8.8claws127
1915
1916         * src/compose.c
1917                 Fix drafted and queued news articles re-edition
1918
1919 2003-01-23 [melvin]     0.8.8claws126
1920
1921         * po/fr.po
1922                 Updated French translations
1923
1924 2003-01-23 [colin]      0.8.8claws125
1925
1926         * src/inc.c
1927                 Fix "Connecting to..." status message
1928
1929 2003-01-22 [paul]       0.8.8claws124
1930
1931         * po/bg.po
1932                 updated by George Danchev
1933                 
1934         * src/folder.c
1935                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1936                 and folder deletion
1937
1938 2003-01-21 [paul]       0.8.8claws123
1939
1940         * po/bg.po
1941                 updated by George Danchev
1942                 
1943         * src/about.c
1944                 its now 2003
1945                 
1946         * src/toolbar.c
1947                 don't translate 'Separator'
1948                 
1949         * src/plugins/spamassassin/Makefile.am
1950                 add aspell to CPPFLAGS
1951                 
1952         * src/plugins/spamassassin/spamassassin.c
1953           src/plugins/spamassassin/spamassassin_gtk.c
1954                 set correct default for spamassassin_receive_spam
1955                 slightly re-word descriptions and some
1956                 other minor changes
1957
1958 2003-01-19 [alfons]     0.8.8claws122
1959                 
1960         * src/mimeview.c
1961                 mimeview_save_as(): we might as well show the file name for
1962                 the single case "Save As" too
1963
1964 2003-01-19 [alfons]     0.8.8claws121
1965
1966         * src/crash.c
1967                 change bug tracker URL to bugzilla URL
1968
1969 2003-01-19 [alfons]     0.8.8claws120
1970
1971         * src/mimeview.c
1972                 mimeview_save_all(): display name of file before overwriting;
1973                 continue saving all, even when one overwrite was cancelled
1974
1975 2003-01-19 [christoph]  0.8.8claws119
1976
1977         * src/summaryview.c
1978         * src/procmsg.[ch]
1979                 fix wrong usage of procmsg_find_children in summaryview
1980                 by using procmsg_update_unread_children instead of
1981                 summaryview_update_unread_children
1982
1983 2003-01-19 [christoph]  0.8.8claws118
1984
1985         * src/procmsg.c
1986                 fix infinite loop in procmsg_find_children
1987                  (closes bug #25 sylpheed crashes on delete.)
1988
1989         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1990
1991 2003-01-19 [paul]       0.8.8claws117
1992
1993         * po/pt_BR.po
1994                 updated by Ivan Francolin Martinez
1995
1996 2003-01-18 [melvin]     0.8.8claws116
1997
1998         * src/prefs_actions.c
1999                 Removed syntax limitation of only one '&' at the end of command.
2000                         Now actions that contain '>/dev/null 2>&1' are possible.
2001
2002 2003-01-18 [melvin]     0.8.8claws115
2003
2004         * src/prefs_actions.c
2005                 Actions IO dialog: when the action ends
2006                 the "Close" button now has focus and [Escape] closes the
2007                 window.
2008
2009 2003-01-18 [christoph]  0.8.8claws114
2010
2011         * src/procmsg.c
2012                 o add debug output when MsgInfos are really freed
2013                 o free GSLists in procmsg_find_children and
2014                   procmsg_update_unread_children
2015
2016 2003-01-18 [christoph]  0.8.8claws113
2017
2018         * src/mainwindow.c
2019                 reorder Configuration menu
2020
2021 2003-01-18 [christoph]  0.8.8claws112
2022
2023         * src/compose.c
2024                 fix applying templates to forwarded messages
2025
2026         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2027
2028 2003-01-17 [christoph]  0.8.8claws111
2029
2030         * src/folder.c
2031                 destroy folder items, when a folder item is removed
2032
2033 2003-01-17 [christoph]  0.8.8claws110
2034
2035         * src/folder.c
2036                 fix wrong folder stats update when ignored message is
2037                 deleted
2038
2039 2003-01-17 [colin]      0.8.8claws109
2040         
2041         * src/mainwindow.c
2042         * src/summaryview.c
2043                 Quicksearch bugfixes: 
2044                 - hide help button at startup if not extended
2045                 - switch to extended when looking for replies
2046
2047 2003-01-17 [paul]
2048
2049         * sync with 0.8.9 release
2050
2051 2003-01-17 [paul]       0.8.8claws108
2052
2053         * sync with 0.8.8cvs11
2054                 see ChangeLog 2003-01-17
2055
2056 2003-01-16 [colin]      0.8.8claws107
2057
2058         * src/procmsg.c
2059                 Changed encryption test to re-ask passphrase
2060                 if an encrypted message hasn't been decrypted
2061                 Fixes bug #5
2062
2063 2003-01-16 [christoph]  0.8.8claws106
2064
2065         * src/prefs_gtk.c
2066         * src/prefs_toolbar.c
2067         * src/gtk/prefswindow.h
2068         * src/plugins/spamassassin/spamassassin_gtk.c
2069                 remove page destroy function that is not used anymore
2070
2071 2003-01-16 [paul]       0.8.8claws105
2072
2073         * sync with 0.8.8cvs9
2074                 see ChangeLog 2002-01-16
2075
2076 2003-01-16 [colin]      0.8.8claws104
2077
2078         * src/compose.[ch]
2079                 Fix bug with autosaved drafts for IMAP, when draft
2080                 folder is specified - fixes bugzilla bug #20
2081
2082 2003-01-15 [paul]       0.8.8claws103
2083
2084         * src/compose.[ch]
2085           src/procmsg.c
2086                 store folder and message-id of message forwarding
2087                 in queue header and set forward flag after sending
2088
2089 2003-01-15 [paul]       0.8.8claws102
2090
2091         * sync with 0.8.8cvs8
2092                 see ChangeLog 2002-01-15
2093
2094 2003-01-15 [colin]      0.8.8claws101
2095
2096         * src/Makefile.am
2097                 Fix linking with GNU libiconv
2098
2099 2003-01-15 [darko]      0.8.8claws100
2100
2101         * src/pine.c
2102                 fix crash when importing pine address book
2103                 entry with an empty name (reported by DY
2104                 <dybulk at tri8.net>)
2105
2106 2003-01-14 [paul]       0.8.8claws99
2107
2108         * configure.in  ** REMOVED **
2109           configure.ac  ** NEW FILE **
2110                 rename configure.in to configure.ac, as it is now
2111                 preferred
2112
2113 2003-01-14 [melvin]     0.8.8claws98
2114
2115         * src/folderview.c
2116                 folderview_check_new(): More precise function description
2117
2118 2003-01-14 [melvin]     0.8.8claws97
2119
2120         * src/folderview.c
2121                 folderview_check_new(): return the number of new messages 
2122                         since last check.
2123         * src/inc.c
2124                 inc_account_mail(): Disable counting of new messages for IMAP
2125                         and NNTP until bug [19] and [14] are fixed.
2126
2127 2003-01-14 [paul]       0.8.8claws96
2128
2129         * sync with 0.8.8cvs6
2130                 see ChangeLog 2003-01-14
2131
2132 2003-01-13 [alfons]     0.8.8claws95
2133
2134         * src/textview.c
2135                 tune email address validation (c. 0.8.8claws89): if . is 
2136                 just one char away from @, the address is invalid too 
2137                 (correctly rejects addresses like foo@.com)
2138
2139 2003-01-13 [paul]       0.8.8claws94
2140
2141         * src/messageview.c
2142           src/toolbar.c
2143                 fixes to the Message View toolbar and menu:
2144                 fix non-functioning Forward button
2145                 make Reply button consider default_reply_list
2146                 remove 'Follow-up...' menu entry
2147                 add 'Forward' and 'Redirect' menu entries
2148
2149 2003-01-13 [melvin]     0.8.8claws93
2150
2151         * src/inc.c
2152                 Fixed typo that could make new messages count incorrect.
2153
2154 2003-01-13 [melvin]     0.8.8claws92
2155
2156         * src/folderview.[ch]
2157                 folderview_check_new(): return the number of new messages.
2158         * src/inc.c
2159                 Should fix bug [14] where new mail notification worked 
2160                         incorrectly with IMAP accounts.
2161                 inc_spool_account(): return number of new msgs, or -1 on error
2162                 inc_all_spool(): return number of new msgs
2163                 
2164 2003-01-13 [melvin]     0.8.8claws91
2165
2166         * src/prefs_actions.c
2167                 Justify help text.
2168
2169 2003-01-12 [thorsten]   0.8.8claws90
2170
2171         * src/common/prefs.c
2172                 close file before rename
2173
2174 2003-01-12 [alfons]     0.8.8claws89
2175
2176         * AUTHORS
2177                 add Christian Mertes
2178         * src/common/utils.[ch]
2179                 g_stricase_hash(), g_stricase_equal(): functions for 
2180                 case insensitive hash tables
2181         * src/textview.c
2182                 use top level domain names to validate email address, based
2183                 on a patch by Christian Mertes (thanks!), but changed 
2184                 implementation to use a hash table 
2185
2186 2003-01-12 [paul]       0.8.8claws88
2187
2188         * po/bg.po
2189                 updated by George Danchev
2190
2191 2003-01-12 [alfons]     0.8.8claws87
2192
2193         * src/summaryview.c
2194                 delete / execute performance: use new style folder update
2195
2196 2003-01-12 [paul]       0.8.8claws86
2197
2198         * sync with 0.8.8cvs5
2199                 see ChangeLog 2003-01-13 (!)
2200
2201 2003-01-12 [alfons]     0.8.8claws85
2202
2203         * src/filtering.c
2204         * src/matcher_parser_parse.y
2205                 prepare change_score filtering action
2206         * src/matcher.[ch]
2207                 give up const-correctness on functions that call non-const-correct functions;
2208                 several casts to gpointer in g_free();
2209                 add change_score;
2210
2211 2003-01-12 [christoph]  0.8.8claws84
2212
2213         * src/compose.c
2214                 fix 2 warnings
2215
2216         * src/gtk/prefswindow.[ch]
2217         * src/plugins/spamassassin/spamassassin_gtk.c
2218                 changed the call of the widget create function
2219                 for PrefsPages, because sometimes the widget
2220                 create function needs a widget that already has
2221                 been attached to a window (to create GDK pixmaps
2222                 for exmaple). So we simply pass the GtkWindow as
2223                 the second parameter now.
2224
2225         * src/main.c
2226         * src/mainwindow.c
2227         * src/prefs_toolbar.[ch]
2228                 rewrite Toolbar Preferences using the new
2229                 prefs window
2230
2231 2003-01-11 [alfons]     0.8.8claws83
2232
2233         * src/addressadd.c
2234                 fix crash when adding sender to addressbook because status bar
2235                 isn't there (the status bar doesn't seem to be used though,
2236                 but I'll let Match decide what to do with it)
2237
2238 2003-01-11 [colin]      0.8.8claws82
2239
2240         * src/main.c
2241           src/toolbar.c
2242                 Two useless changes reversed
2243
2244 2003-01-11 [colin]      0.8.8claws81
2245
2246         * src/mainwindow.c
2247           src/mainwindow.h
2248                 Add mainwindow_get_mainwindow()
2249         * src/alertpanel.c
2250           src/alertpanel.h
2251                 Add alertpanel_error_log() 
2252         * src/compose.c
2253           src/inc.c
2254           src/messageview.c
2255           src/toolbar.c
2256           src/main.c
2257           src/procmsg.c
2258                 Network errors get a View Log button
2259
2260 2003-01-10 [alfons]     0.8.8claws80
2261
2262         * src/prefs_toolbar.c
2263         * src/toolbar.c
2264                 use the translatable string for "Separator" as file name for
2265                 separator toolbar items (probably make this uppercase?)
2266
2267 2003-01-10 [alfons]     0.8.8claws79
2268
2269         * src/prefs_toolbar.c
2270                 put right A_SEPARATOR description string in "displayed
2271                 toolbar items list" so manually added separators are
2272                 saved correctly (bug #10, "Adding a separator to the main 
2273                 toolbar fails, entry in xml file is wrong")
2274
2275 2003-01-10 [christoph]  0.8.8claws78
2276
2277         * src/imap.c
2278                 o fix warnings
2279                 o use CAPABILITY to check if NAMESPACE is available
2280
2281 2003-01-10 [christoph]  0.8.8claws77
2282
2283         * src/imap.[ch]
2284                 apply UIDPLUS IMAP extension support patch
2285
2286         Patch submitted by Simon 'corecode' Schubert
2287
2288 2003-01-10 [paul]       0.8.8claws76
2289
2290         * src/folderview.c
2291                 a sync from main which fixes the news account folders'
2292                 Properties bug
2293
2294 2003-01-10 [christoph]  0.8.8claws75
2295
2296         * src/folder.c
2297                 don't accept 0 as a valid uid returned by copy and move
2298                 functions. 0 means the message was copied or moved but the
2299                 new uid could not be fetched. It is not an error condition
2300                 for the copy or move operation.
2301
2302 2003-01-10 [paul]       0.8.8claws74
2303
2304         * src/prefs_filtering.c
2305                 change English used in Alert when entry is not
2306                 saved.
2307                 
2308         * sync with 0.8.8cvs4
2309                 see ChangeLog 2003-01-10
2310
2311 2003-01-10 [darko]      0.8.8claws73
2312
2313         * src/pine.c
2314                 fix crash when importing address book entry
2315                 without a valid address
2316
2317 2003-01-09 [alfons]     0.8.8claws72
2318
2319         * src/inc.c
2320                 filtering performance: use new style folder update
2321
2322 2003-01-09 [christoph]  0.8.8claws71
2323
2324         * src/compose.c
2325         * src/gtk/menu.[ch]
2326                 fix wrong selecting of mime encoding type, when
2327                 opening property dialog of attachments in the
2328                 compose window. 7bit was always selected and that
2329                 destoryed files with 8bit data.
2330                 (closes bug #9 Sylpheed-claws destroys attachments when
2331                  changing MIME-types)
2332
2333 2003-01-09 [paul]       0.8.8claws70
2334
2335         * sync with 0.8.8cvs3
2336                 see ChangeLog 2003-01-09
2337
2338 2003-01-08 [alfons]     0.8.8claws69
2339         
2340         * src/addressadd.c
2341                 apply patch by Kim Schulz to fix build breakage
2342                 because of missing variable
2343
2344 2003-01-08 [paul]       0.8.8claws68
2345
2346         * sync with 0.8.8cvs2
2347                 see ChangeLog 2002-01-08
2348
2349 2003-01-08 [paul]       0.8.8claws67
2350
2351         * po/it.po
2352                 updated by Alessandro Maestri
2353                 
2354         * src/addressadd.c
2355                 when using 'Add sender to addressbook' allow
2356                 name to be edited and remarks to be entered
2357                 Patch submitted by Luke Plant
2358
2359 2003-01-08 [darko]      0.8.8claws66
2360
2361         * README.claws, src/summaryview.c
2362                 fix description for marked messages
2363
2364 2003-01-08 [paul]
2365
2366         * tools/Makefile.am
2367           tools/launch_phoenix  ** NEW FILE **
2368                 add script that enables using Phoenix as the default
2369                 web browser. 
2370                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2371                 
2372         * tools/OOo2sylpheed.pl
2373                 remove full path to sylpheed executable, just 'sylpheed'
2374                 will do
2375                 
2376         * tools/README
2377                 add launch_phoenix informtion and re-arrange and compress
2378                 the data a little
2379
2380 2003-01-07 [christoph]  0.8.8claws65
2381
2382         * src/folder.c
2383                 fix update for source folder when moving messages
2384         * src/procmsg.[ch]
2385         * src/summaryview.c
2386                 use function to set to_folder for message infos and
2387                 automatically update the op_count for old and new
2388                 folder
2389
2390 2003-01-07 [melvin]     0.8.8claws64
2391
2392         * src/prefs_actions.c
2393                 Fixed bug where an '%p' Action on a displayed image crashed 
2394                         Sylpheed
2395                 Code clean up (get rid of duplicated code and removed unnecessary 
2396                                 structure member)
2397
2398 2003-01-07 [christoph]  0.8.8claws63
2399
2400         * src/compose.c
2401         * src/folder.[ch]
2402         * src/folderview.c
2403         * src/import.c
2404         * src/inc.c
2405         * src/main.c
2406         * src/mainwindow.c
2407         * src/messageview.c
2408         * src/prefs_folder_item.c
2409         * src/procmsg.c
2410         * src/summaryview.c
2411         * src/toolbar.c
2412                 o remove all folder update triggering from the UI code. The folder
2413                   system should know much better when a folder needs an update.
2414                 o to prevent multiple updates in a row the folder updates can be
2415                   frozen for some time.
2416
2417                 Note: - Please verify that no updates are missing
2418                       - Check where freeze/thaws should be added
2419
2420 2003-01-07 [christoph]  0.8.8claws62
2421
2422         * src/prefs_actions.c
2423                 don't translate empty strings
2424
2425         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2426
2427 2003-01-06 [christoph]  0.8.8claws61
2428
2429         * src/prefs_actions.c
2430                 mark strings for gettext
2431         * src/prefs_matcher.c
2432                 use new description window for Execute action and
2433                 match condition in Filtering
2434
2435         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2436
2437 2003-01-06 [alfons]     0.8.8claws60
2438
2439         keep myself inspired to re-organize matcher part 8; 
2440         yes, more to come (I need to move out the descriptive
2441         text for actions to matcher.c, or at least make it not
2442         depend on the wicked ordering)
2443
2444         * src/prefs_matcher.c
2445                 add documentation so others may comprehend the
2446                 UI part of the conditions
2447                 
2448 2003-01-06 [christoph]  0.8.8claws59
2449
2450         * src/prefs_actions.c
2451                 use new description window for syntax help
2452         * src/gtk/description_window.c
2453                 fix display of descriptions with column count != 2
2454
2455         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2456
2457 2003-01-06 [christoph]  0.8.8claws58
2458
2459         * src/quote_fmt.c
2460         * src/summaryview.[ch]
2461         * src/gtk/Makefile.am
2462         * src/gtk/description_window.[ch]       ** NEW **
2463                 use a generic window to display syntax descriptions
2464                 currently used in quote_fmt and summaryview (new description
2465                 for extended quick search)
2466
2467         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2468
2469 2003-01-06 [paul]       0.8.8claws57
2470
2471         * sync with 0.8.8cvs1
2472                 see ChangeLog 2003-01-06
2473
2474 2003-01-06 [christoph]  0.8.8claws56
2475
2476         * src/mainwindow.c
2477         * src/prefs_gtk.[ch]
2478         * src/gtk/prefswindow.[ch]
2479         * src/plugins/spamassassin/spamassassin_gtk.c
2480                 o remove page management from prefswindow, pages
2481                   will be an argument to prefswindow_open
2482                 o prefswindow_open gets a datapointer that is
2483                   passed to the widget_create function to allow
2484                   creation of prefswindow for specific items
2485
2486 2003-01-06 [colin]      0.8.8claws55
2487         
2488         * src/summaryview.c
2489                 We don't want regexp in the reply-finder, 
2490                 because MIDs can contain !,$,. and so on
2491
2492 2003-01-06 [jens]       0.8.8claws54
2493
2494         * src/jpilot.c
2495                 fixed a wrong free in jpilot_read_db_files
2496
2497 2003-01-06 [alfons]     0.8.8claws53
2498
2499         re-organize matcher part 8; more to come
2500        
2501         * src/matcher.c
2502                 matcherprop_to_string(): put g_free()s before the
2503                 switch-case break to fix memleaks                
2504
2505 2003-01-06 [colin]      0.8.8claws52
2506
2507         * src/summaryview.c
2508                 cleanup & reply-finder now displays the first 
2509                 matching message
2510
2511 2003-01-05 [alfons]     0.8.8claws51
2512
2513         re-organize matcher part 7; more to come
2514
2515         * src/matcher.[ch]
2516                 fixes for constant correctness;
2517                 more documentation;
2518
2519 2003-01-05 [alfons]     0.8.8claws50
2520
2521         re-organize matcher part 6; more to come
2522         
2523         * src/matcher.[ch]
2524                 fixes for constant correctness;
2525                 more documentation;
2526         * src/filtering.c
2527                 fix for constant correctness
2528
2529 2003-01-05 [colin]      0.8.8claws49
2530
2531         * src/account.[ch]
2532                 Add account_get_reply_account function
2533         * src/compose.c
2534                 Use account_get_reply_account function 
2535         * src/summaryview.c
2536                 Basic reply-finder - click on the replied
2537                 icon gets you to the outbox using quick-search
2538
2539 2003-01-05 [paul]       0.8.8claws48
2540
2541         * src/prefs_common.c
2542                 small change to English
2543                 
2544         * src/prefs_filtering.c
2545                 prefs_filtering_action_select(): improve logic and uniformity
2546                 of gui
2547
2548 2003-01-05 [alfons]     0.8.8claws47
2549
2550         fine tune solution to focus problems (bug #7)
2551
2552         * src/mainwindow.c
2553                 mainwindow_focus_in_event(): remove grab event check
2554         * src/summaryview.c
2555                 summary_button_pressed(): move selection on right-click
2556                 too. we can't possibly move the selection back after
2557                 canceling a dialog, because gtk's incomplete focus 
2558                 management. whether this is a good solution, only time
2559                 will tell.
2560
2561 2003-01-05 [christoph]  0.8.8claws46
2562
2563         * src/imap.c
2564                 fix crash when no imap connection could be established
2565
2566 2003-01-05 [paul]       0.8.8claws45
2567
2568         * src/mainwindow.c
2569           src/sumamryview.c
2570           src/gtk/menu.[ch]
2571                 fix bug 605957 'shortcuts in popup-menu'
2572                 make user-defined shortcuts work
2573                 show shortcuts that are already defined
2574                 in the main menu
2575                 Patch submitted by Luke Plant
2576
2577 2003-01-05 [alfons]     0.8.8claws44
2578
2579         * src/mainwindow.c
2580                 focus_in_event handler should not select summary view row 
2581                 when another window (menu, dialog) grabbed for events 
2582                 (bug #7, "[0.8.8claws42] Message summary focus") 
2583
2584 2003-01-04 [christoph]  0.8.8claws43
2585
2586         * src/procmsg.c
2587                 update save folder after adding the sent message
2588                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2589
2590 2003-01-02 [christoph]  0.8.8claws42
2591
2592         * src/common/plugin.c
2593                 fix unloading of all plugins and unload
2594                 plugins in reverse order
2595                 
2596         * src/gtk/pluginwindow.c
2597                 implement function of load and unload button
2598
2599         * src/gtk/prefswindow.c
2600         * src/gtk/prefswindow.h
2601                 rename register function and add new unregister
2602                 function
2603
2604         * src/plugins/spamassassin/spamassassin_gtk.c
2605                 unregister prefs page and update for changes in
2606                 src/gtk/prefswindow.c
2607
2608 2003-01-02 [paul]       0.8.8claws41
2609
2610         * po/es.po
2611                 updated by Ricardo Mones Lastra
2612
2613 2003-01-02 [paul]
2614
2615         * tools/tb2sylpheed
2616                 fixes and improvements by Urke MMI
2617
2618 2003-01-02 [thorsten]   0.8.8claws40
2619
2620         * src/procmsg.c
2621                 fixed wrong return value
2622
2623 2003-01-02 [thorsten]   0.8.8claws39
2624
2625         * src/prefs.c
2626                 fixed printing wrong variable
2627
2628 2003-01-02 [thorsten]   0.8.8claws38
2629
2630         * src/prefs.c
2631                 fixed acessing members of freed pfile struct
2632
2633 2003-01-02 [thorsten]   0.8.8claws37
2634
2635         * src/procmsg.c
2636                 detect loops across several messages
2637                 as suggested by Christoph Hohmann
2638
2639 2003-01-01 [match]      0.8.8claws36
2640
2641         * src/addrindex.c
2642                 fixed another memory leak.
2643
2644 2003-01-01 [match]      0.8.8claws35
2645
2646         * src/jpilot.[ch]
2647                 fixed memory leaks. applied Doxygen comments.
2648
2649 2003-01-01 [thorsten]   0.8.8claws34
2650
2651         * src/procmsg.c
2652                 inhibit endless loop if msg references itself
2653                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2654
2655 2003-01-01 [christoph]  0.8.8claws33
2656
2657         * src/mainwindow.c
2658         * src/gtk/Makefile.am
2659         * src/gtk/pluginwindow.c                ** NEW **
2660         * src/gtk/pluginwindow.h                ** NEW **
2661                 add plugin window
2662
2663         * src/plugins/demo/demo.c
2664         * src/plugins/spamassassin/spamassassin.c
2665         * src/plugins/spamassassin/spamassassin_gtk.c
2666                 write better plugin descriptions
2667
2668 2002-12-31 [christoph]  0.8.8claws32
2669
2670         * src/gtk/prefswindow.c
2671         * src/plugins/spamassassin/spamassassin_gtk.c
2672                 some small improvements to GTK code
2673
2674 2002-12-31 [christoph]  0.8.8claws31
2675
2676         * src/plugins/spamassassin/spamassassin_gtk.c
2677                 enable folder select button
2678
2679 2002-12-31 [christoph]  0.8.8claws30
2680
2681         * src/mainwindow.c
2682         * src/gtk/Makefile.am
2683         * src/gtk/prefswindow.c                         ** NEW **
2684         * src/gtk/prefswindow.h                         ** NEW **
2685                 add new prefs window
2686
2687         * src/common/plugin.c
2688                 don't try to load empty config lines
2689         
2690         * src/plugins/spamassassin/Makefile.am
2691         * src/plugins/spamassassin/spamassassin.c
2692         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2693         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2694                 GTK config for SpamAssassin Plugin using
2695                 the new prefs window
2696
2697 2002-12-31 [paul]       0.8.8claws29
2698
2699         * po/POTFILES.in
2700                 remove obsolete entry 'src/menu.c'
2701
2702 2002-12-31 [alfons]     0.8.8claws28
2703
2704         * src/matcher.[ch]
2705         * src/matcher_parser_parse.y
2706         * src/prefs_matcher.c
2707                 add "ignore_thread" and "~ignore_thread" condition so it's
2708                 possible to make the actions / scoring operate on the ignore
2709                 thread flag
2710
2711 2002-12-31 [christoph]  0.8.8claws27
2712
2713         * src/addrbook.c
2714         * src/addrindex.c
2715         * src/folder.c
2716         * src/matcher.c
2717         * src/prefs_account.c
2718         * src/prefs_actions.c
2719         * src/prefs_customheader.c
2720         * src/prefs_display_header.c
2721         * src/prefs_gtk.c
2722         * src/procmime.c
2723         * src/toolbar.c
2724         * src/xmlprops.c
2725         * src/common/prefs.[ch]
2726                 extend prefs file handling for reading and automatic handling
2727                 of blocks. When reading prefs_set_block_label will automatically
2728                 move on to the block. When writing it will copy all other blocks
2729                 automatically
2730
2731         * src/common/plugin.c
2732                 Now loading plugin filenames from [Plugins] block in
2733                 sylpheed rc file
2734
2735 2002-12-30 [christoph]  0.8.8claws26
2736
2737         * src/common/hooks.[ch]
2738                 return abort status to caller of hooks_invoke
2739                 
2740         * src/inc.[ch]
2741                 invoke message filtering hook and stop
2742                 default handling when filter returns abort
2743
2744         * src/common/plugin.[ch]
2745         * src/plugins/demo/demo.c
2746                 modify plugin loader, because resolving symbols for strings
2747                 does not work correctly
2748         
2749         * configure.in
2750         * ac/spamassassin.m4                            ** NEW **
2751         * src/plugins/spamassassin/.cvsignore           ** NEW **
2752         * src/plugins/spamassassin/Makefile.am          ** NEW **
2753         * src/plugins/spamassassin/README               ** NEW **
2754         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2755         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2756         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2757                 add spamassassin plugin, see src/plugins/spamassassin/README
2758                 for details
2759
2760 2002-12-29 [alfons]     0.8.8claws25
2761
2762         * src/mainwindow.c
2763                 when moving focus from a message view to the main 
2764                 window, don't forget to select the summary node
2765                 of the displayed message. should fix "[ 659103 ] 
2766                 focus-follows-mouse confuses sylpheed"
2767
2768 2002-12-29 [christoph]  0.8.8claws24
2769
2770         * src/Makefile.am
2771         * src/stringtable.[ch]          ** REMOVE **
2772         * src/common/Makefile.am
2773         * src/common/stringtable.[ch]   ** NEW **
2774                 move stringtable files to common directory
2775
2776 2002-12-29 [christoph]  0.8.8claws23
2777
2778         * src/Makefile.am
2779         * src/menu.[ch]                 ** REMOVE **
2780         * src/gtk/Makefile.am
2781         * src/gtk/menu.[ch]             ** NEW **
2782                 move menu files to gtk directory
2783
2784 2002-12-29 [match]      0.8.8claws22
2785
2786         * src/addressbook.c
2787         * src/syldap.c
2788                 moved UI specific code out of LDAP code into addressbook
2789                 UI code. fixed memory leak.
2790
2791 2002-12-29 [christoph]  0.8.8claws21
2792
2793         * src/folder.c
2794                 only check for IGNORED parent message when message is
2795                 not IGNORED itself
2796
2797 2002-12-29 [alfons]     0.8.8claws20
2798
2799         * src/summaryview.c
2800                 set gtksctree's anchor correct (immediate execute
2801                 changes the tree's layout, and anchor points at 
2802                 the incorrect row). fixes "[ 657233 ] multiple msg 
2803                 delete sometimes off by 1".
2804                 we probably have to look for more tree layout /
2805                 anchor glitches.
2806
2807 2002-12-29 [paul]       0.8.8claws19
2808
2809         * src/summaryview.c
2810                 fix bug [ 659054 ] incorrect sorting of 'From' column
2811                 when using 'display sender using address book'
2812                 thanks to Alfons and Luke Plant
2813
2814 2002-12-29 [christoph]  0.8.8claws18
2815
2816         * src/folder.c
2817         * src/procmsg.[ch]
2818                 check parent messages for IGNORE THREAD flag, when adding,
2819                 moving or copying messages to a folder
2820
2821 2002-12-27 [alfons]     0.8.8claws17
2822
2823         re-organize matcher part 5; more to come
2824
2825         * src/matcher.c
2826                 hash keywords in matchparser_tab 
2827
2828 2002-12-27 [alfons]     0.8.8claws16
2829
2830         re-organize matcher part 4; more to come
2831
2832         * src/matcher_parser.h
2833         * src/matcher_parser_lex.l
2834         * src/matcher_parser_parse.y
2835                 cleanup
2836
2837 2002-12-27 [alfons]     0.8.8claws15
2838
2839         re-organize matcher part 3; more to come
2840
2841         * src/matcher.[ch]
2842                 cleanup
2843
2844 2002-12-27 [alfons]     0.8.8claws14
2845
2846         re-organize matcher part 2; more to come but this should
2847         work. cc me if there are any regressions.
2848
2849         * src/matcher.h
2850                 add prototype for get_matchparser_tab_id()
2851         * src/matcher_parser_lex.l
2852                 look up keywords using matchparser_tab_id();
2853
2854 2002-12-27 [alfons]     0.8.8claws12
2855
2856         re-organize matcher part 1
2857
2858         * src/matcher.h
2859                 map yacc generated constants to sylpheed matcher constants
2860         * src/matcher.c
2861                 add function to find a matcher constant from a string
2862
2863 2002-12-27 [christoph]  0.8.8claws11
2864
2865         * src/compose.c
2866                 MENUITEM_ADD casts the 4th argument from integer to pointer
2867                 so it probably should not be a pointer, this means we
2868                 should use account id for it and not the account's pointer
2869
2870 2002-12-27 [paul]       0.8.8claws10
2871
2872         * src/mainwindow.c
2873                 remove unneeded 'GtkWidget *vbox'
2874                 
2875         * src/summaryview.c
2876                 further sync with 0.8.8 - make sort
2877                 by recipient work as expected
2878                 
2879         * NEWS
2880                 sync with 0.8.8
2881
2882 2002-12-27 [paul]       0.8.8claws9
2883
2884         * po/pt_BR.po
2885                 updated by Ivan F. Martinez
2886                 
2887 2002-12-27 [darko]      0.8.8claws8
2888
2889         * src/common/utils.c
2890                 added locked pattern to extended search
2891
2892 2002-12-27 [alfons]     0.8.8claws7
2893
2894         * src/prefs_matcher.[ch]
2895                 clean up
2896
2897 2002-12-26 [alfons]     0.8.8claws6
2898
2899         * src/matcher.[ch]
2900         * src/matcher_parser_lex.l
2901         * src/matcher_parser_parse.y
2902         * src/prefs_matcher.c
2903                 allow color label as a condition in the matcher
2904
2905 2002-12-26 [oliver]     0.8.8claws5
2906         
2907         * src/toolbar.c 
2908                 enable Addressbook for Main and Messageview
2909         * src/prefs_actions.c
2910                 enable actions in Messageview
2911
2912 2002-12-26 [christoph]  0.8.8claws4
2913
2914         * src/common/plugin.c
2915                 add a little debug output
2916         * configure.in
2917         * src/plugins/demo/Makefile.am
2918                 better use of automake
2919
2920 2002-12-26 [christoph]  0.8.8claws3
2921
2922         * src/Makefile.am
2923         * src/common/Makefile.am
2924                 fix "make distdir"
2925
2926 2002-12-26 [christoph]  0.8.8claws2
2927
2928         * configure.in
2929                 sort configure checks into common / gtk / plugins
2930         * po/POTFILES.in
2931                 add src/prefs_gtk.c
2932         * src/Makefile.am
2933                 add plugins SUBDIR
2934         * src/main.c
2935         * src/common/sylpheed.[ch]
2936                 added now sylpheed_done function for shutdown
2937         * src/common/Makefile.am
2938         * src/common/plugin.[ch]                ** NEW **
2939                 plugin loader and unloader
2940         * src/plugins/.cvsignore                ** NEW **
2941         * src/plugins/Makefile.am               ** NEW **
2942                 build plugins
2943         * src/plugins/demo/.cvsignore           ** NEW **
2944         * src/plugins/demo/Makefile.am          ** NEW **
2945         * src/plugins/demo/demo.c               ** NEW **
2946                 small demo plugin that installs a logtext hook and
2947                 outputs the log text to stdout
2948
2949 2002-12-26 [paul]       0.8.8claws1
2950
2951         * po/es.po
2952                 updated by Ricardo Mones Lastra
2953
2954 2002-12-26 [paul]       0.8.8claws
2955
2956         * 0.8.8claws released
2957
2958 2002-12-26 [paul]       0.8.7claws12
2959
2960         * po/bg.po
2961                 updated by George Danchev
2962
2963 2002-12-26 [paul]       0.8.7claws11
2964
2965         * po/POTFILES.in
2966                 remove unneeded 'src/prefs.c' entry 
2967
2968 2002-12-26 [paul]       0.8.7claws10
2969
2970         * src/codeconv.c
2971           src/mainwindow.c
2972                 sync with 0.8.8 release
2973         
2974         * src/folder.[ch]
2975           src/mh.c
2976           src/summaryview.c
2977                 partial sync with 0.8.8 release
2978         
2979
2980 2002-12-25 [alfons]     0.8.7claws9
2981
2982         * src/matcher.[ch]
2983         * src/matcher_parser_lex.l
2984         * src/matcher_parser_parse.y
2985         * src/prefs_matcher.c
2986                 add locked flag to possible filtering / matcher 
2987                 conditions (also a good example what should be
2988                 done to add a simple boolean condition)
2989
2990 2002-12-25 [christoph]  0.8.7claws8
2991
2992         * src/Makefile.am
2993         * src/account.[ch]
2994         * src/addrbook.c
2995         * src/addressbook.c
2996         * src/addrindex.c
2997         * src/filtering.c
2998         * src/folder.c
2999         * src/matcher.c
3000         * src/prefs.[ch]                ** REMOVE **
3001         * src/prefs_account.c
3002         * src/prefs_actions.c
3003         * src/prefs_common.c
3004         * src/prefs_customheader.c
3005         * src/prefs_display_header.c
3006         * src/prefs_filtering.c
3007         * src/prefs_folder_item.c
3008         * src/prefs_gtk.[ch]            ** NEW **
3009         * src/prefs_matcher.c
3010         * src/prefs_scoring.c
3011         * src/prefs_summary_column.c
3012         * src/procmime.c
3013         * src/selective_download.c
3014         * src/toolbar.c
3015         * src/common/Makefile.am
3016         * src/common/prefs.[ch]         ** NEW **
3017                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3018
3019 2002-12-24 [alfons]     0.8.7claws7
3020
3021         * src/summaryview.c
3022                 summary_thread_build(): fix real cause of the crash mentioned in
3023                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
3024                 this way we get meaningful ctree nodes 
3025
3026 2002-12-24 [oliver]     0.8.7claws6
3027
3028         * src/mainwindow.[ch]
3029         * src/messageview.[ch]
3030         * src/compose.[ch]
3031         * src/inc.c
3032         * src/summaryview.c
3033                 changes to use updated toolbar handling
3034                 
3035 2002-12-24 [oliver]     0.8.7claws5
3036
3037         * src/toolbar.[ch]
3038                 generic toolbar handling
3039                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3040         * src/prefs_toolbar.[ch]
3041                 adjust to handling
3042         
3043 2002-12-24 [oliver]     0.8.7claws4
3044         
3045         * src/stock_pixmap.[ch]
3046                 move SYLPHEED_LOGO to end of list in order 
3047                 to remove it from Custom Toolbar`s Icon View
3048
3049 2002-12-24 [alfons]     0.8.7claws3
3050
3051         * src/summaryview.c
3052                 summary_thread_build(): fix crash because of focus != selection 
3053                 after threading. when deleting the selection, gtk tries but fails 
3054                 to find the correct focusable element. we now force the selection
3055                 to be focused. this should solve the infamous bug reported by 
3056                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3057                 a test case is available. 
3058
3059 2002-12-24 [darko]      0.8.7claws2
3060
3061         * src/summaryview.c
3062                 don't crash when unmarking message with unread children
3063
3064 2002-12-23 [christoph]  0.8.7claws1
3065
3066         * src/Makefile.am
3067         * src/common/Makefile.am
3068                 update Makefiles for moved intl.h, version.h and defs.h
3069         * src/imap.c
3070                 rewrite imap_session_get to avoid duplicate code
3071
3072 2002-12-23 [paul]       0.8.7claws
3073
3074         * Santa-Claws released
3075         
3076         * po/hu.po
3077           po/ru.po
3078                 squeeze in updated Hungarian and Russian translations.
3079                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3080
3081 2002-12-23 [paul]       0.8.6claws129
3082
3083         * po/pl.po
3084                 updated by Witold Wladyslaw Wojciech Wilk
3085
3086 2002-12-23 [paul]       0.8.6claws128
3087
3088         * src/quote_fmt_parse.y
3089                 fix typo and add licence header
3090
3091 2002-12-23 [paul]       0.8.6claws127
3092
3093         * po/en_GB.po
3094                 updated
3095
3096 2002-12-23 [paul]       0.8.6claws126
3097
3098         * po/it.po
3099                 updated translation, submitted by Alessandro Maestri
3100                 
3101 2002-12-23 [paul]       0.8.6claws125
3102
3103         * src/quote_fmt_parse.y
3104                 fix signature-stripping on replies bug. match
3105                 '-- \n' and not '-- '.
3106
3107 2002-12-22 [paul]       0.8.6claws124
3108
3109         * po/bg.po
3110           po/es.po
3111           po/sr.po
3112                 updated translations. submitted by George Danchev,
3113                 Ricardo Mones Lastra, and Urke MMI respectively
3114
3115 2002-12-21 [paul]       0.8.6claws123
3116
3117         * src/addrbook.c
3118                 fix coding style
3119
3120 2002-12-21 [paul]       0.8.6claws122
3121
3122         * src/addrbook.c
3123                 fix bug [643638] where if a person is in one or more
3124                 addressbook groups editing that person's email 
3125                 address results in removal from those groups.
3126                 Patch submitted by Luke Plant.
3127
3128 2002-12-20 [christoph]  0.8.6claws121
3129
3130         * src/common/utils.c
3131         * src/summaryview.c
3132                 reimplement expand_search_string using GString to
3133                 prevent crashs caused by miscalculated string
3134                 lengths reported by Paul
3135
3136 2002-12-20 [christoph]  0.8.6claws120
3137
3138         * src/summaryview.c
3139                 don't use "changed" to check if op_count has to be changed as it
3140                 is also set when the message has unread children
3141                 (closes bug [ 653221 ] crash while deleting duplicates)
3142
3143 2002-12-20 [paul]       0.8.6claws119
3144
3145         * sync with 0.8.6cvs27
3146                 see ChangeLog 2002-12-20
3147
3148 2002-12-20 [paul]       0.8.6claws118
3149
3150         * sync with 0.8.6cvs26
3151                 see ChangeLog 2002-12-19 and 2002-12-20
3152
3153 2002-12-19 [alfons]     0.8.6claws117
3154
3155         * src/textview.c
3156                 fix incorrect parsing of email addresses, submitted by 
3157                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3158                 name display if it contains @".
3159
3160 2002-12-18 [paul]       0.8.6claws116
3161
3162         * sync with 0.8.6cvs23
3163                 see ChangeLog 2002-12-18
3164
3165 2002-12-18 [paul]       0.8.6claws115
3166
3167         * src/Makefile.am
3168         * src/account.c
3169         * src/codeconv.c
3170         * src/gtkutils.[ch]
3171         * src/imap.c
3172                 sync with 0.8.6cvs22.
3173                 see ChangeLog 2002-12-17 and 2002-12-18
3174
3175 2002-12-17 [christoph]  0.8.6claws114
3176
3177         * src/imap.c
3178                 o don't create a session if imap greeting fails
3179                 o don't close socket when authentication fails
3180                   this is done by imap_session_destroy
3181
3182 2002-12-17 [thorsten]   0.8.6claws113
3183
3184         * tools/Makefile.am
3185           tools/README
3186           tools/google_msgid.pl ** NEW FILE **
3187                 Added "search for message-id" script and doc
3188
3189 2002-12-17 [thorsten]   0.8.6claws112
3190
3191         * po/hu.po
3192                 Updated hungarian translation
3193                 (updated by Gal Zoltan)
3194
3195 2002-12-16 [christoph]  0.8.6claws111
3196
3197         * src/addr_compl.c
3198                 remove stupid addressbook dump to debug output
3199         * src/mh.c
3200                 fix memory leak found by Hiro
3201
3202 2002-12-14 [paul]       0.8.6claws110
3203
3204         * src/compose.c
3205                 fix menubar sensitivity on send
3206                 
3207         * src/prefs_filtering.c
3208         * src/prefs_matcher.c
3209         * src/prefs_scoring.c
3210                 Fix english ;)
3211                 
3212         * src/common/quoted-printable.h
3213                 sync: fix typo
3214         
3215 2002-12-13 [christoph]  0.8.6claws109
3216
3217         * src/Makefile.am
3218         * src/manage_window.[ch]        ** REMOVE **
3219         * src/gtk/Makefile.am
3220         * src/gtk/manage_window.[ch]    ** NEW **
3221                 move manage_window files to gtk directory
3222
3223 2002-12-13 [christoph]  0.8.6claws108
3224
3225         * src/Makefile.am
3226         * src/gtkshruler.[ch]           ** REMOVE **
3227         * src/gtk/Makefile.am
3228         * src/gtk/gtkshruler.[ch]       ** NEW **
3229                 move gtkshruler files to gtk directory
3230
3231 2002-12-13 [christoph]  0.8.6claws107
3232
3233         * src/Makefile.am
3234         * src/compose.c
3235         * src/gtkstext.[ch]             ** REMOVE **
3236         * src/gtkutils.[ch]
3237         * src/textview.c
3238         * src/gtk/gtkstext.[ch]         ** NEW **
3239         * src/gtk/Makefile.am
3240                 o move stext functions to gtkstext.c to remove
3241                   dependency of gtkutils
3242                 o move gtkstext files to gtk directory
3243
3244         * src/gtk/Makefile.am
3245         * src/gtk/sslcertwindow.[ch]
3246                 UI stuff can always depend on common code so
3247                 it's ok to add ../common to include path
3248
3249 2002-12-13 [colin]      0.8.6claws106
3250
3251         * src/summaryview.c
3252                 Disconnect sighandlers for mainwindow when
3253                 quicksearch has the focus
3254                 Fix bug #653231
3255         * src/mainwindow.[ch]
3256                 Make key_pressed callback public, to be able
3257                 to disconnect it
3258
3259 2002-12-13 [christoph]  0.8.6claws105
3260
3261         * src/mh.c
3262                 create .mh_sequences file in new MH folders
3263                 (closes feature request [ 523162 ] MH folders should
3264                  get a .mh_sequences)
3265
3266 2002-12-13 [colin]      0.8.6claws104
3267
3268         * src/summaryview.c
3269                 Better handling of quicksearch show/hide
3270                 (basically the button stays under the mouse 
3271                  when toggled)
3272
3273 2002-12-13 [paul]       0.8.6claws103
3274
3275         * sync with 0.8.6cvs17
3276                 see ChangeLog 2002-12-13
3277
3278 2002-12-13 [paul]       0.8.6claws102
3279
3280         * po/es.po
3281                 updated by Ricardo Mones Lastra
3282
3283 2002-12-11 [colin]       0.8.6claws101
3284
3285         * src/folder.c
3286                 remove statusbar stuff
3287           src/folderview.c
3288                 set statusbar verbosity when moving folders
3289
3290 2002-12-11 [colin]       0.8.6claws100
3291         * src/prefs_filtering.c
3292         * src/prefs_matcher.c
3293         * src/prefs_scoring.c
3294                 Fix english ;)
3295
3296 2002-12-11 [colin]       0.8.6claws99
3297
3298         * src/prefs_common.[ch]
3299                 Add summary_quicksearch_type
3300         * src/summaryview.c
3301                 Save last used quicksearch type
3302
3303 2002-12-11 [jens]       0.8.6claws98
3304         * src/prefs_filtering.c
3305         * src/prefs_matcher.c
3306         * src/prefs_scoring.c
3307                 added dialog for incomplete rules in scoring, filtering and
3308                 matcher to ask wheather really close
3309
3310 2002-12-11 [colin]      0.8.6claws97
3311
3312         * src/folder.c
3313                 Fix folder dnd statusbar logging
3314
3315 2002-12-10 [christoph]  0.8.6claws96
3316
3317         * src/compose.c
3318         * src/folder.c
3319         * src/imap.c
3320         * src/inc.c
3321         * src/main.c
3322         * src/mainwindow.c
3323         * src/news.c
3324         * src/send.c
3325         * src/statusbar.[ch]
3326         * src/common/hooks.c
3327         * src/common/log.[ch]
3328                 o handle verbose logging in statusbar directly in statusbar code
3329                   and common code does not need any knowledge about a statusbar
3330                 o remove direct calls to statusbar_(puts|pop)_all functions
3331
3332 2002-12-10 [jens]       0.8.6claws95
3333
3334         * src/*.c
3335                 removed gettext from g_warnings
3336         * po/POTFILES.in
3337                 cleaned and updated
3338         * po/de.po
3339                 updated
3340
3341 2002-12-10 [colin]      0.8.6claws94
3342
3343         * src/main.c
3344                 finish crash dialog fix
3345
3346 2002-12-10 [colin]      0.8.6claws93
3347
3348         * src/main.c
3349                 "Fix" "sylpheed already running" instead of
3350                 crash dialog appearing after a crash
3351
3352 2002-12-10 [colin]      0.8.6claws92
3353
3354         * po/POTFILES.in
3355                 add src/gtk/sslcertwindow.c
3356
3357 2002-12-10 [paul]       0.8.6claws91
3358
3359         * po/POTFILES.in
3360                 updated to reflect recent changes
3361                 submitted by Alessandro Maestri
3362
3363 2002-12-09 [christoph]  0.8.6claws90
3364
3365         * src/Makefile.am
3366         * src/smtp.[ch]                 ** REMOVE **
3367         * src/common/Makefile.am
3368         * src/common/smtp.[ch]          ** NEW **
3369                 move smtp files to common directory
3370
3371 2002-12-09 [christoph]  0.8.6claws89
3372
3373         * src/Makefile.am
3374         * src/session.[ch]              ** REMOVE **
3375         * src/common/Makefile.am
3376         * src/common/session.[ch]       ** NEW **
3377                 move session files to common directory
3378
3379 2002-12-09 [paul]       0.8.6claws88
3380
3381         * src/account.c
3382                 fix bug [649746] edit accounts: move account reverted
3383                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3384
3385 2002-12-09 [colin]      0.8.6claws87
3386
3387         * src/ssl_certificate.c
3388                 cleanup
3389
3390 2002-12-09 [colin]      0.8.6claws86
3391
3392         * src/ssl.c
3393                 Try to open the cert.pem database and 
3394                 issue a warning if it isn't there
3395
3396 2002-12-09 [colin]      0.8.6claws85
3397
3398         * src/common/ssl_certificate.c
3399         * src/gtk/sslcertwindow.c
3400                 Warning fixes
3401
3402 2002-12-09 [colin]      0.8.6claws84
3403
3404         * src/ssl_certificate.[ch] ** REMOVED **
3405         * src/common/ssl_certificate.[ch] ** NEW **
3406         * src/Makefile.am
3407         * src/common/Makefile.am
3408                 Moved ssl_certificate.[ch] to common
3409         * src/common/ssl.c 
3410                 Put back needed include
3411         * src/gtk/sslcertwindow.[ch]
3412                 Changed ssl_certificate.h include
3413         
3414 2002-12-09 [colin]      0.8.6claws83
3415
3416         * src/gtk/sslcertwindow.[ch]
3417                 Implement hook for certificate acception
3418         * src/ssl_certificate.[ch]
3419                 Implement hook for certificate acception
3420         * src/common/ssl.c
3421                 Reenable certificate acception check
3422         * src/mainwindow.c
3423                 Register sslcertwindow's hook
3424         
3425 2002-12-08 [christoph]  0.8.6claws82
3426
3427         * src/about.c
3428         * src/addr_compl.c
3429         * src/codeconv.c
3430         * src/manual.c
3431         * src/undo.c
3432         * src/common/utils.c
3433                 o add missing includes
3434                 o fix warnings
3435         * src/.cvsignore
3436         * src/common/.cvsignore
3437         * src/common/version.h          ** REMOVE **
3438                 remove autogenerated file
3439
3440 2002-12-08 [paul]       0.8.6claws81
3441
3442         * src/stringtable.c
3443                 put back needed include
3444
3445 2002-12-08 [colin]      0.8.6claws80
3446         
3447         * src/gtk/sslcertwindow.c
3448                 Cleaner popups when asking
3449         * src/ssl_certificate.c
3450         * src/prefs_common.[ch]
3451                 remove ssl certificate pref
3452                 put back needed include
3453         * src/undo.c
3454                 put back needed include
3455
3456 2002-12-08 [christoph]  0.8.6claws79
3457
3458         * src/folderview.c
3459         * src/logwindow.c
3460         * src/statusbar.c
3461         * src/summaryview.c
3462                 only abort hook invokation if required data is missing not
3463                 if our own data pointer is NULL, update hookfunction for
3464                 log window
3465
3466 2002-12-08 [paul]       0.8.6claws78
3467
3468         * src/about.c
3469         * src/addrcache.c
3470         * src/addrclip.c
3471         * src/addr_compl.c
3472         * src/addrselect.c
3473         * src/codeconv.c
3474         * src/colorlabel.c
3475         * src/enriched.c
3476         * src/esmtp.c
3477         * src/exporthtml.c
3478         * src/headerview.c
3479         * src/imageview.c
3480         * src/manual.c
3481         * src/noticeview.c
3482         * src/pgptext.c
3483         * src/scoring.c
3484         * src/sourcewindow.c
3485         * src/stringtable.c
3486         * src/undo.c
3487                 clean up: remove unneccesary includes
3488
3489 2002-12-08 [christoph]  0.8.6claws77
3490
3491         * src/folderview.c
3492         * src/statusbar.c
3493         * src/summaryview.c
3494         * src/common/hooks.[ch]
3495                 hook functions now have a gboolean return value, if a hook
3496                 returns TRUE it will stop executing of any more hooks in
3497                 the same hooklist for this invokation
3498
3499 2002-12-08 [colin]      0.8.6claws76
3500         
3501         * src/main.c
3502                 put back argv0 for CRASH_DIALOG
3503
3504 2002-12-08 [christoph]  0.8.6claws75
3505
3506         * src/Makefile.am
3507         * src/about.c
3508         * src/account.c
3509         * src/crash.c
3510         * src/esmtp.h
3511         * src/imap.[ch]
3512         * src/inc.c
3513         * src/main.c
3514         * src/mainwindow.c
3515         * src/news.c
3516         * src/pop.[ch]
3517         * src/prefs_account.[ch]
3518         * src/prefs_common.[ch]
3519         * src/send.[ch]
3520         * src/smtp.[ch]
3521         * src/ssl_certificate.[ch]
3522         * src/ssl_manager.[ch]
3523         * src/common/Makefile.am
3524         * src/common/log.c
3525         * src/common/nntp.[ch]
3526         * src/common/socket.[ch]
3527         * src/common/ssl.[ch]
3528         * src/gtk/sslcertwindow.[ch]
3529         * ac/openssl.m4
3530                 use new autoconf script to detect OpenSSL with extra parameters
3531                 to specify the location of libs and includes, also remove USE_SSL
3532                 to USE_OPENSSL
3533
3534         * src/common/sylpheed.[ch]
3535         * src/common/version.h.in
3536                 start seperation of common code initialization seperated from gui
3537
3538         * src/summaryview.c
3539                 The function that is called when a color label changes
3540                 should not change the color lable again
3541
3542 2002-12-08 [colin]      0.8.6claws74
3543
3544         * src/gtk/sslcertwindow.c
3545                 warning fixes
3546
3547 2002-12-08 [colin]      0.8.6claws73
3548
3549         * src/statusbar.c
3550           src/common/log.h
3551                 Register a hook for statusbar_puts_all
3552         * src/common/log.c
3553                 invoke statusbar_puts_all's hook
3554         
3555 2002-12-08 [colin]      0.8.6claws72
3556
3557         * src/ssl_certificate.c
3558                 Put back a badly-removed include
3559
3560 2002-12-08 [colin]      0.8.6claws71
3561
3562         * src/gtk/sslcertwindow.[ch]    ** NEW **
3563                 new certificate presentation
3564         * src/gtk/Makefile.am
3565                 add new files
3566         * src/ssl_certificate.[ch]
3567                 gtk cleanup, made utility functions public
3568         * src/ssl_manager.c
3569                 use new cert presentation
3570
3571 2002-12-07 [christoph]  0.8.6claws70
3572
3573         * src/Makefile.am
3574         * src/nntp.[ch]                 ** REMOVE **
3575         * src/common/Makefile.am
3576         * src/common/nntp.[ch]          ** NEW **
3577                 move nntp files to common directory
3578
3579 2002-12-07 [christoph]  0.8.6claws69
3580
3581         * src/procmsg.[ch]
3582         * src/summaryview.c
3583                 implement msginfo update callback using sylpheed's new
3584                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3585
3586 2002-12-06 [christoph]  0.8.6claws68
3587
3588         * src/editgroup.c
3589                 This patch changes the 'Edit Group Details' dialog to
3590                 allow extended selections in either pane, so that
3591                 addresses can be added or removed from a group more
3592                 quickly and easily. (it actually is a net decrease in
3593                 file size, as some unnecessary functions have been
3594                 removed). 
3595                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3596
3597 2002-12-06 [christoph]  0.8.6claws67
3598
3599         * src/Makefile.am
3600         * src/template.[ch]             ** REMOVE **
3601         * src/common/Makefile.am
3602         * src/common/template.[ch]      ** NEW **
3603                 move template files to common directory
3604
3605         * src/nntp.c
3606                 add missing log.h include
3607
3608 2002-12-06 [melvin]     0.8.6claws66
3609
3610         * src/prefs_actions.c
3611                 Added the trailing ">" syntax to insert command's output
3612                 without replacing old text (in contrast to trailing "|").
3613
3614 2002-12-05 [colin]      0.8.6claws65
3615         
3616         * src/common/utils.c
3617                 Don't modify original search_string or it'll change
3618                 the next iterations in the for()
3619
3620 2002-12-05 [darko]      0.8.6claws64
3621
3622         * src/common/utils.c
3623                 proper check for filtering commands, found by Colin
3624
3625 2002-12-05 [darko]      0.8.6claws63
3626
3627         * src/common/utils.c
3628                 check proper string for NULL pointer, found by Colin
3629
3630 2002-12-05 [darko]      0.8.6claws62
3631
3632         * src/common/utils.[ch]
3633                 expand_search_string(): new function
3634                 converts Mutt-like patterns to Sylpheed's
3635                 filtering engine
3636         * src/summaryview.c
3637                 use expand_search_string() to allow Mutt-like
3638                 patterns in extended search
3639         * README.claws
3640                 document extended option in quick search
3641
3642 2002-12-05 [paul]       0.8.6claws61
3643
3644         * sync with 0.8.6cvs16
3645                 see ChangeLog 2002-12-05
3646                 
3647         * po/POTFILES.in
3648                 clean up
3649
3650 2002-12-04 [christoph]  0.8.6claws60
3651
3652         * src/imap.[ch]
3653                 put imap authentication code into a new function and
3654                 remove it from imap_session_new that will allow to
3655                 send other commands before authentication
3656
3657 2002-12-04 [christoph]  0.8.6claws59
3658
3659         * src/imap.[ch]
3660                 use already existing method to prevent unneeded IMAP
3661                 folder selects. Set imap_select parameters to NULL
3662                 in some functions if the values are not required.
3663
3664         * src/xml.h
3665                 remove no longer required include
3666
3667 2002-12-04 [paul]       0.8.6claws58
3668
3669         * po/es.po
3670                 updated by Ricardo Mones Lastra
3671                 
3672         * configure.in
3673           po/hu.po      ** NEW FILE **
3674                 initial Hungarian translation, submitted
3675                 by Gál Zoltán <galzoli@hu.inter.net>
3676
3677 2002-12-03 [christoph]  0.8.6claws57
3678
3679         * src/Makefile.am
3680         * src/gtksctree.[ch]            ** REMOVE **
3681         * src/gtk/Makefile.am
3682         * src/gtk/gtksctree.[ch]        ** NEW **
3683                 move gtksctree files to gtk directory
3684
3685 2002-12-03 [christoph]  0.8.6claws56
3686
3687         * src/Makefile.am
3688         * src/md5.[ch]                  ** REMOVE **
3689         * srm/common/Makefile.am
3690         * src/common/md5.[ch]           ** NEW **
3691                 move md5 files to common directory
3692
3693         * src/gtkstext.c
3694                 remove not required #include
3695
3696 2002-12-03 [sergey]     0.8.6claws55
3697
3698         * src/gtkutils.c
3699         * src/gtkutils.h
3700                 gtkut_window_popup(): new function.
3701         * src/mainwindow.c
3702                 main_window_popup(): use gtkut_window_popup() to raise
3703                 window without changing its position.
3704                 (see sylpheed-main ML message [sylpheed:17247])
3705
3706 2002-12-03 [sergey]     0.8.6claws54
3707
3708         * src/send.c
3709                 send_message_local(): removed first-dot escaping
3710                 (SMTP-only, not needed for sending through pipe)
3711
3712 2002-12-03 [paul]       0.8.6claws53
3713
3714         * po/POTFILES.in
3715                 update to reflect recent changes (thanks
3716                 to Ricardo Mones Lastra)
3717                 
3718         * tools/filter_conv.pl
3719                  fix problem with quoted strings. Patch submitted
3720                  by Luke Plant <lukeplant@softhome.net>
3721
3722 2002-12-03 [paul]       0.8.6claws52
3723
3724         * sync with 0.8.6cvs15
3725                 see ChangeLog 2002-12-03
3726
3727 2002-12-02 [christoph]  0.8.6claws51
3728
3729         * src/logwindow.[ch]
3730         * src/common/log.[ch]
3731                 implement logging using a hook function
3732
3733         * src/folderview.c
3734         * src/folder.[ch]
3735                 define hooklist name in header file to avoid
3736                 errors caused by wrong spelling of hooklist names
3737
3738         * src/toolbar.c
3739                 fix warnings
3740
3741 2002-12-02 [christoph]  0.8.6claws50
3742
3743         * src/common/Makefile.am
3744                 add src/common/hooks.[ch]
3745
3746         * src/common/hooks.[ch]
3747                 implement a simple hook system using glib's hook functions
3748
3749         * src/folder.[ch]
3750         * src/folderview.c
3751                 use new hook system for folder item updates
3752
3753 2002-12-02 [christoph]  0.8.6claws49
3754
3755         * doc-src/ui_seperation.txt     ** NEW **
3756                 information for ui seperation
3757
3758         * src/Makefile.am
3759                 remove files that were moved to common
3760                 include common directory by default for the header files
3761
3762         * src/inc.c
3763         * src/common/socket.c
3764         * src/automaton.[ch]
3765                 implement automaton using g_io_*-functions instead of
3766                 gdk_input_add to make it ui independent
3767
3768         * src/codeconv.c
3769         * src/compose.c
3770         * src/ldif.c
3771         * src/pgptext.c
3772         * src/procmime.c
3773         * src/rfc2015.c
3774         * src/smtp.c
3775         * src/unmime.c
3776                 remove common/ prefix because directory is now in
3777                 include path
3778
3779         * src/compose.c
3780         * src/folder.c
3781         * src/folderview.c
3782         * src/mainwindow.c
3783         * src/messageview.c
3784         * src/prefs_common.c
3785         * src/procmsg.c
3786         * src/rfc2015.c
3787                 fix warnings
3788
3789         * src/imap.c
3790         * src/inc.c
3791         * src/news.c
3792         * src/pop.c
3793         * src/send.c
3794         * src/smtp.c
3795         * src/ssl_certificate.c
3796                 add log.h header file for logging functions
3797
3798         * src/main.c
3799         * src/common/utils.c
3800         * src/summaryview.c
3801         * src/xml.c
3802                 o move debug_mode to common/utils.c
3803                 o add functions to set and get debug_mode
3804
3805         * src/defs.h                    ** REMOVE **
3806         * src/intl.h                    ** REMOVE **
3807         * src/socket.[ch]               ** REMOVE **
3808         * src/ssl.[ch]                  ** REMOVE **
3809         * src/utils.[ch]                ** REMOVE **
3810                 replaced by new files in src/common/
3811         
3812         * src/common/Makefile.am
3813                 add new files in src/common/
3814
3815         * src/common/defs.h             ** NEW **
3816         * src/common/intl.h             ** NEW **
3817         * src/common/log.[ch]           ** NEW **
3818         * src/common/socket.[ch]        ** NEW **
3819         * src/common/ssl.[ch]           ** NEW **
3820         * src/common/utils.[ch]         ** NEW **
3821                 replacement for files in src/
3822
3823 2002-12-02 [colin]      0.8.6claws48
3824
3825         * src/folderview.c
3826                 Scroll folderview if necessary during dnd
3827
3828 2002-12-02 [colin]      0.8.6claws47
3829
3830         * src/folder.[ch]
3831                 Add check to verify a move is within a single mailbox
3832         * src/folderview.c
3833                 Add specific error string for this check
3834
3835 2002-12-02 [colin]      0.8.6claws46
3836
3837         * src/folder.c
3838                 Add a test to folder moving, remove a statusbar_print
3839         * src/folderview.c
3840                 Add Move folder... context-menu item
3841                 Factorize folder moving code
3842                 Enable folder DND for mbox
3843
3844 2002-12-01 [christoph]  0.8.6claws45
3845
3846         * ac/aspell.m4
3847                 remove conf.aspelltest if the version check fails
3848
3849 2002-11-30 [christoph]  0.8.6claws44
3850
3851         * autogen.sh
3852                 run libtoolize --force in autogen to create missing
3853                 libtool scripts
3854
3855 2002-11-30 [christoph]  0.8.6claws43
3856
3857         * src/Makefile.am
3858         * src/pgptext.c
3859         * src/procmime.c
3860         * src/rfc2015.c
3861         * src/uuencode.[ch]             ** REMOVED **
3862         * src/common/Makefile.am
3863         * src/common/uuencode.[ch]      ** NEW **
3864                 move uuen/decoder to common directory
3865
3866 2002-11-30 [christoph]  0.8.6claws42
3867
3868         * src/Makefile.am
3869         * src/base64.[ch]               ** REMOVED **
3870         * src/codeconv.c
3871         * src/compose.c
3872         * src/ldif.c
3873         * src/pgptext.c
3874         * src/procmime.c
3875         * src/rfc2015.c
3876         * src/smtp.c
3877         * src/unmime.c
3878         * src/common/Makefile.am
3879         * src/common/base64.[ch]        ** NEW **
3880                 move base64 en/decoder to common directory
3881
3882 2002-11-30 [christoph]  0.8.6claws41
3883
3884         * src/common                    ** NEW **
3885                 new directory for UI independent code
3886         * src/gtk                       ** NEW **
3887                 new directory for GTK frontend
3888         * src/common/.cvsignore         ** NEW **
3889         * src/gtk/.cvsignore            ** NEW **
3890                 ignore build files
3891         * src/common/Makefile.am        ** NEW **
3892         * src/gtk/Makefile.am           ** NEW **
3893                 automake files to build new seperated stuff
3894         * src/Makefile.am
3895                 the binary will currently still be build with the
3896                 files in src, so we include the code from the
3897                 subdirs for now after building the libs there
3898
3899 2002-11-30 [paul]       0.8.6claws40
3900
3901         * src/compose.c
3902                 fix bug [642731] 'Wrong selected account with drafted mail'
3903
3904 2002-11-29 [oliver]     0.8.6claws39
3905         
3906         * src/messageview.c
3907                 o update summaryview when switching between different
3908                   messageviews          
3909         * src/toolbar.c  
3910                 o check if messageview holds already removed msg
3911                   from summaryview
3912                 
3913
3914 2002-11-29 [oliver]     0.8.6claws38
3915
3916         * src/toolbar.c 
3917                 remove not needed variables and includes
3918                 make messageview stay opened and move to next when msgs are deleted 
3919
3920 2002-11-29 [oliver]     0.8.6claws37
3921         
3922         * src/toolbar.c 
3923                 disable compose button (messageview toolbar) by default
3924                 deleted msgs are moved to trash
3925         
3926 2002-11-29 [melvin]     0.8.6claws36
3927
3928         * configure.in
3929                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3930                 and to detect signatures expirations (gpgme 0.3.6)
3931
3932         * src/main.c
3933                 Use non obsolescent function for Gpgme engine checking.
3934
3935         * src/rfc2015.c
3936                 Inform about expired signatures or signatures which key
3937                 has expired. Expiration date is displayed.
3938
3939         * src/sigstatus.c
3940                 Inform about expired signatures or signatures which key
3941                 has expired.
3942
3943 2002-11-28 [paul]       0.8.6claws35
3944
3945         * src/folderview.c
3946                 re-instate 'Check for new messages' in Newsgroup
3947                 folders right-click menu, after a suggestion from
3948                 Tim Mann <timmann@users.sourceforge.net>
3949
3950         * src/main.c
3951                 after a crash check only local folders for new
3952                 messages
3953
3954 2002-11-28 [paul]       0.8.6claws34
3955
3956         * configure.in
3957                 apply patch that fixes the checking of GTK with XIM 
3958                 support on different OSs, such as FreeBSD. Patch 
3959                 submitted by Topia <topia@users.sourceforge.net>
3960                 
3961 2002-11-28 [paul]       0.8.6claws33
3962
3963         * src/mainwindow.c
3964           src/prefs_common.c
3965           src/prefs_toolbar.c
3966                 more changes to the English
3967
3968 2002-11-28 [paul]       0.8.6claws32
3969
3970         * sync with 0.8.6cvs13
3971                 see ChangeLog 2002-11-28 (no sync needed
3972                 for src/compose.c)
3973
3974 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3975         
3976         * src/mainwindow.[ch]
3977                 add patch by Ivan F. Martinez introducing messageview Toolbar
3978                 some changes and committed by oliver    
3979
3980 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3981
3982         * src/messageview.[ch]
3983                 add patch by Ivan F. Martinez introducing messageview Toolbar
3984                 some changes and committed by oliver    
3985
3986 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
3987
3988         * src/compose.[ch]
3989                 add patch by Ivan F. Martinez introducing messageview Toolbar
3990                 some changes and committed by oliver    
3991
3992 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
3993         
3994         * src/toolbar.[ch]
3995                 add patch by Ivan F. Martinez introducing messageview Toolbar
3996                 some changes and committed by oliver
3997
3998 2002-11-28 [oliver]     0.8.6claws27
3999         
4000         * src/prefs_toolbar.[ch]
4001                 getting ready for messageview toolbar
4002                 free mem allocated by gettext
4003                 change prefs_toolbar to prefs_toolbar_open
4004  
4005 2002-11-28 [thorsten]   0.8.6claws26
4006
4007         * src/imageview.[ch]
4008                 cleaned up conflicting declarations of
4009                 imageview_show_image()
4010
4011 2002-11-28 [paul]       0.8.6claws25
4012
4013         * src/grouplistdialog.c
4014           src/prefs_common.c
4015           src/prefs_summary_column.c
4016                 a few more improvements to the English
4017
4018 2002-11-28 [colin]      0.8.6claws24
4019
4020         * man/sylpheed.1
4021                 A few updates to command-line parameters
4022
4023 2002-11-28 [colin]      0.8.6claws23
4024
4025         * src/prefs_filtering.c
4026                 Fix problems with prefs_filtering_delete_path:
4027                 a) if the first rule is removed, original pointers
4028                    weren't updated (leading to segfaults)
4029                 b) it was always global_processing updated in case
4030                    of removed path was parent of rule path
4031
4032 2002-11-27 [paul]       0.8.6claws22
4033
4034         * src/mainwindow.c
4035           src/prefs_account.c
4036           src/prefs_actions.c
4037           src/prefs_common.c
4038           src/prefs_customheader.c
4039           src/prefs_display_header.c
4040           src/prefs_filtering.c
4041           src/prefs_folder_item.c
4042           src/prefs_matcher.c
4043           src/prefs_scoring.c
4044           src/prefs_summary_column.c
4045           src/prefs_template.c
4046           src/prefs_toolbar.c
4047                  improve the English in the GUI
4048
4049 2002-11-27 [colin]      0.8.6claws21
4050
4051         * src/folder.c
4052                 Fix processing renaming problems happening after
4053                 last commit
4054
4055 2002-11-27 [colin]      0.8.6claws20
4056
4057         * src/folder.c
4058                 recursive move now deletes src each subfolder after 
4059                 having moved it
4060         * src/folderview.c
4061                 Use identifier instead of path during dnd (enables
4062                 IMAP folder dnd)
4063
4064 2002-11-27 [paul]       0.8.6claws19
4065
4066         * src/main.c
4067                 apply patch that does command-line processing 
4068                 BEFORE gtk_init, allowing claws to run from 
4069                 shell-scripts in non-X environment (e.g. crontab 
4070                 or ip-up, ip-down scripts). Patch submitted by
4071                 Ruslan N. Balkin <baron@dartel.ru>
4072                 
4073         * po/it.po
4074                 updated by Alessandro Maestri
4075
4076 2002-11-27 [paul]       0.8.6claws18
4077
4078         * sync with 0.8.6cvs12
4079           src/prefs_common.c
4080                 Differences are that main uses a 'Receive dialog'
4081                 frame on the Interface tab, whereas claws groups all 
4082                 the dialogs together in a 'Dialogs' frame.
4083
4084 2002-11-27 [colin]      0.8.6claws17
4085
4086         * src/prefs_matcher.c
4087                 Fix Execute criteria's NOT flag
4088
4089
4090 2002-11-26 [christoph]  0.8.6claws16
4091
4092         * src/ssl.c
4093                 rewrite the ssl code a little bit, only use one
4094                 SSL context, set default certificates' file/path
4095
4096 2002-11-26 [thorsten]   0.8.6claws15
4097
4098         * src/compose.c
4099                 default-reply-to didn't work for ml-reply
4100
4101 2002-11-26 [melvin]     0.8.6claws14
4102
4103         * src/prefs_actions.c
4104                 Made pipe-actions ignore short headers in message view
4105                 Made trailing-pipe-actions write in the message view with
4106                 the same font as the original message
4107
4108 2002-11-26 [paul]       0.8.6claws13
4109
4110         * src/compose.c
4111                 this time commit the correct file
4112
4113 2002-11-26 [paul]       0.8.6claws12
4114
4115         * sync with 0.8.6cvs11
4116           src/quote_fmt_parse.y  
4117                 no sync needed
4118           src/account.[ch]       
4119                 not sync'ed
4120           src/compose.c
4121                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4122                 on draft mode.
4123                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4124                 header
4125                 
4126         see ChangeLog 2002-11-25 and 2002-11-26
4127
4128 2002-11-26 [colin]      0.8.6claws11
4129
4130         * src/folderview.c
4131                 Fix collapsed folder not auto-expanding during
4132                 mail dnd, if it was the source folder.
4133
4134 2002-11-25 [colin]      0.8.6claws10
4135
4136         * src/folderview.[ch]
4137                 Variable renaming and cleaning (slist of nodes 
4138                 to be re-collapsed is stored in FolderView)
4139
4140 2002-11-25 [paul]       0.8.6claws9
4141
4142         * src/prefs_common.[ch]
4143                 fix breakage caused by last commit
4144
4145 2002-11-25 [paul]       0.8.6claws8
4146
4147         * sync with 0.8.6cvs4
4148                 see ChangeLog 2002-11-21
4149
4150 2002-11-25 [paul]       0.8.6claws7
4151
4152         * sync with 0.8.6cvs4
4153                 see ChangeLog 2002-11-20
4154
4155 2002-11-25 [paul]       0.8.6claws6
4156
4157         * sync with 0.8.6cvs3
4158                 see ChangeLog 2002-11-18
4159
4160 2002-11-25 [colin]      0.8.6claws5
4161
4162         * src/gtkutils.[ch]
4163                 Add gtkut_ctree_node_is_parent()
4164         * src/folderview.c
4165                 Spring-loaded folders
4166
4167 2002-11-25 [colin]      0.8.6claws4
4168
4169         * src/utils.[ch]
4170                 Add slist_concat_unique(), function to merge
4171                 two GSList filtering dups
4172         * src/folder.[ch]
4173         * src/summaryview.[ch]
4174         * src/folderview.c
4175         * src/main.c
4176                 Add detection/update/display of unread answers
4177                 to marked mails
4178         * src/procmsg.[ch]
4179                 Add procmsg_find_children()
4180                 Add procmsg_msg_has_marked_parent()
4181
4182 2002-11-25 [colin]      0.8.6claws3
4183
4184         * src/ssl_certificate.[ch]
4185                 Allow checking a certificate without a DNS
4186                 lookup
4187                 Allow to forget a cert (by deleting it)
4188                 Make ssl_certificate_destroy_public
4189         * src/ssl_manager.[ch] ** NEW FILES **
4190                 Gui to manage (display/remove) certificates
4191         * src/prefs_common.[ch]
4192                 Add a pref to allow silent acceptation of
4193                 trusted certificates or not (based on the
4194                 "I want to know what's going on" principle)
4195         * src/mainwindow.c
4196                 Add SSL manager in Tools menu
4197         * src/Makefile.am
4198                 Add the new files to the build
4199         * po/POTFILES.in
4200                 Add ssl_manager.c to translations
4201
4202 2002-11-25 [colin]      0.8.6claws2
4203
4204         * src/summaryview.[ch]
4205                 Add S_SEARCH_EXTENDED to the quick search, which 
4206                 allows to search using filtering syntax.
4207
4208 2002-11-25 [colin]      0.8.6claws1
4209
4210         * src/summaryview.c
4211                 Deletion of duplicates now prefer deleting
4212                 the unread dup (fixes feature-request 638989).
4213
4214 2002-11-24 [paul]       0.8.6claws
4215
4216         * po/es.po
4217           po/pl.po
4218           po/ru.po
4219           po/sr.po
4220                 updated by Ricardo Mones Lastra,
4221                 Witold Wladyslaw Wojciech Wilk,
4222                 Ruslan N. Balkin, and  Urke MMI 
4223                 respectively
4224
4225 2002-11-24 [paul]       0.8.5claws182
4226
4227         * po/bg.po
4228                 updated by George Danchev
4229
4230 2002-11-23 [alfons]     0.8.5claws181
4231
4232         * src/imap.c
4233                 tiny memory leak found by browsing Dimitar's 
4234                 valgrind report
4235
4236 2002-11-23 [paul]       0.8.5claws180
4237
4238         * po/it.po
4239                 updated by Alessandro Maestri
4240
4241 2002-11-22 [christoph]  0.8.5claws179
4242
4243         * src/compose.c
4244         * src/inc.c
4245         * src/prefs_filtering.c
4246         * src/summaryview.c
4247                 more warning fixes
4248
4249 2002-11-22 [alfons]     0.8.5claws178
4250
4251         * src/summaryview.c
4252                 summary_execute_delete_func(): if message is deleted, make 
4253                 sure to also remove its entry in the subject hash table. 
4254                 fixes a corner case bug.
4255
4256 2002-11-22 [paul]       0.8.5claws177
4257
4258         * .cvsignore
4259                 add 'autom4te.cache'
4260                 
4261         * ltconfig      ** REMOVED **
4262                 not needed
4263
4264 2002-11-22 [paul]       0.8.5claws176
4265
4266         * src/textview.c
4267                 textview_set_font(): fix for message display in
4268                 UTF-8 locales (thanks to Sergey Vlasov).
4269                 
4270         * AUTHORS
4271                 add new team members and contributors
4272
4273
4274 2002-11-21 [colin]      0.8.5claws175
4275
4276         * src/procmsg.[ch]
4277                 Add procmsg_remove_special_headers()
4278         * src/mh.c
4279                 Use procmsg_remove_special_headers() for 
4280                 previous fix
4281
4282 2002-11-21 [colin]      0.8.5claws174
4283
4284         * src/mh.c
4285                 Fix moving/copying from queue/draft folders
4286                 for MH folders
4287
4288 2002-11-21 [christoph]  0.8.5claws173
4289
4290         * src/crash.c
4291         * src/filtering.c
4292         * src/logwindow.c
4293         * src/main.c
4294         * src/matcher_parser_lex.[hl]
4295         * src/mbox.c
4296         * src/mbox_folder.[ch]
4297         * src/prefs_filtering.c
4298         * src/procheader.c
4299         * src/quote_fmt_lex.l
4300         * src/ssl.c
4301                 fix all warnings except the warnings in lex and yacc files
4302
4303 2002-11-20 [christoph]  0.8.5claws172
4304
4305         * src/imap.c
4306                 fix MsgInfo retrieval for IMAP draft and queue folders
4307                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4308
4309 2002-11-19 [christoph]  0.8.5claws171
4310
4311         * src/compose.c
4312                 fix segfault, when draft saving does not get
4313                 the MsgInfo of the new message
4314                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4315
4316 2002-11-19 [christoph]  0.8.5claws170
4317
4318         * src/procmsg.c
4319                 add parameter check for flag setting function
4320                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4321
4322 2002-11-18 [paul]       0.8.5claws169
4323
4324         * src/compose.c
4325                 more sensitivity fixes to redirect mode:
4326                 * disable toolbar draft button
4327                 * allow only Address book in the Tools menu
4328                 * disable editing of message by the spell
4329                   checker
4330
4331 2002-11-18 [paul]       0.8.5claws168
4332
4333         * src/compose.c
4334                 fix sensitivity of menu items in compose_redirect():
4335                 allow only the necessary items 
4336
4337 2002-11-18 [paul]       0.8.5claws167
4338
4339         * src/compose.c
4340                 fix bug [ 603259 ] 'attachment got lost on bounce'
4341
4342 2002-11-18 [paul]       0.8.5claws166
4343
4344         * po/ru.po
4345                 updated by Ruslan N. Balkin <baron@dartel.ru>
4346
4347 2002-11-18 [colin]      0.8.5claws165
4348
4349         * src/main.c
4350           src/defs.h
4351                 Remove old filtering stuff
4352
4353
4354 2002-11-17 [oliver]     0.8.5claws164
4355
4356         * src/toolbar.h
4357                 remove not needed typedef 
4358
4359 2002-11-17 [oliver]     0.8.5claws163
4360
4361         * src/toolbar.c
4362                 make toolbar's on click events translatable
4363
4364 2002-11-15 [colin]      0.8.5claws162
4365
4366         * src/summaryview.c
4367                 Revert too-soon integration of a feature
4368
4369 2002-11-15 [christoph]  0.8.5claws161
4370
4371         * src/imap.c
4372                 use main's implementation of imap_get_msginfo
4373
4374 2002-11-15 [christoph]  0.8.5claws160
4375
4376         * src/compose.c
4377         * src/folder.[ch]
4378         * src/imap.c
4379         * src/mbox_folder.c
4380         * src/mh.c
4381         * src/news.c
4382         * src/procmsg.c
4383         * src/summaryview.c
4384                 replace claws' fetch_msginfo with main's get_msginfo
4385                 (use main's implementation where possible)
4386
4387 2002-11-15 [colin]      0.8.5claws159
4388
4389         * src/ssl_certificate.c
4390                 Missed a check
4391
4392 2002-11-16 [melvin]     0.8.5claws158
4393
4394         * po/fr.po
4395                 Updated French translations.
4396
4397 2002-11-16 [colin]      0.8.5claws157
4398
4399         * src/ssl_certificate.c
4400                 Check for missing parts in the certificates
4401
4402 2002-11-15 [colin]      0.8.5claws156
4403
4404         * src/folderview.c
4405                 Preventive fix (missing check) found by
4406                 Alfons
4407
4408 2002-11-15 [paul]
4409
4410         * NEWS
4411                 sync with 0.8.6 release
4412
4413 2002-11-15 [colin]      0.8.5claws155
4414
4415         * src/folder.[ch]
4416           src/folderview.c
4417                 Fix error handling of folder_item_move_to()
4418                 (thanks to Alfons!)
4419
4420 2002-11-15 [colin]      0.8.5claws154
4421
4422         * src/folder.[ch]
4423           src/folderview.c
4424                 folder_item_move_to() sets an error message instead
4425                 of having GUI stuff in folder.c
4426
4427 2002-11-15 [colin]      0.8.5claws153
4428
4429         * src/procmsg.[ch]
4430                 Implemented a callback for MsgInfo updates, 
4431                 heavily copy/pasted from Christoph's folder 
4432                 callback system
4433         * src/summaryview.[ch]
4434                 Register summary_update_msg as callback
4435
4436 2002-11-14 [colin]      0.8.5claws152
4437         
4438         * src/procmsg.c
4439                 Update the FolderItem after sending (fixes 617593)
4440
4441 2002-11-14 [christoph]  0.8.5claws151
4442
4443         * src/folder.c
4444                 fix wrong position of NULL pointer check found
4445                 by Sergey
4446
4447 2002-11-14 [christoph]  0.8.5claws150
4448
4449         * src/folder.c
4450                 fix segfault when deleting messages from IMAP folders
4451                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4452
4453 2002-11-14 [colin]      0.8.5claws149
4454
4455         * src/compose.c
4456                 Forwarding was also ignoring the folder's default account.
4457
4458 2002-11-14 [colin]      0.8.5claws148
4459
4460         * src/compose.c
4461                 Fix sent folder not set to folder properties when 
4462                 forwarding.
4463
4464 2002-11-14 [thorsten]   0.8.5claws147
4465
4466         * src/inc.c
4467                 inc_start(): Files were not moved from .processing to inbox,
4468                 if no global processing rule existed
4469
4470 2002-11-14 [colin]      0.8.5claws146
4471
4472         * src/ssl_certificate
4473                 Fix file operations
4474
4475 2002-11-14 [paul]       0.8.5claws145
4476
4477         * po/it.po
4478                 updated by Alessandro Maestri
4479
4480 2002-11-13 [alfons]     0.8.5claws144
4481
4482         * src/folder.c
4483                 folder_item_close(): only mark messages unread
4484                 when a folder has new messages 
4485
4486 2002-11-13 [keith]      0.8.5claws143
4487
4488         * src/imap.c
4489                 Fix problem moving or copying between
4490                 IMAP folders
4491
4492 2002-11-13 [colin]      0.8.5claws142
4493
4494         * src/matcher_parser_parse.y
4495                 Fix rule problem when " don't match
4496
4497 2002-11-13 [christoph]  0.8.5claws141
4498
4499         * src/folder.c
4500         * src/folderview.c
4501                 moved cache saving to folder_item_close
4502                 the folderview should not have to deal with
4503                 this things
4504
4505 2002-11-13 [christoph]  0.8.5claws140
4506
4507         * src/summaryview.c
4508                 moved setting of important score to
4509                 summary_set_prefs_from_folderitem
4510
4511 2002-11-13 [colin]      0.8.5claws139
4512
4513         * src/matcher_parser_parse.y
4514                 Fix a segfault in the parser (happening when
4515                 a good expression had been tested and a bad 
4516                 one arrives)
4517
4518 2002-11-13 [paul]       0.8.5claws138
4519
4520         * sync with 0.8.5cvs24
4521                 see ChangeLog 2002-11-13
4522                 
4523         * po/pt_BR.po
4524                 updated by Fabio Jr. Beneditto
4525
4526 2002-11-13 [colin]      0.8.5claws137
4527         
4528         * src/msgcache.c
4529           src/defs.h
4530           src/procmsg.[ch]
4531                 Revert last commit, problem
4532
4533 2002-11-13 [colin]      0.8.5claws136
4534
4535         * src/msgcache.c
4536                 Remove duplicated code
4537         * src/defs.h
4538                 Bumped CACHE_VERSION and MARK_VERSION
4539         * src/procmsg.[ch]
4540                 Network endian for cache and mark files
4541
4542 2002-11-12 [colin]      0.8.5claws135
4543
4544         * src/inc.c
4545                 Fix the "socket error" dialog which disappeared
4546
4547 2002-11-12 [colin]      0.8.5claws134
4548
4549         * src/msgcache.c
4550                 Reverse last commit which had performance 
4551                 problems, but still reverse the list
4552
4553 2002-11-12 [colin]      0.8.5claws133
4554
4555         * src/msgcache.c
4556                 Reverse list order
4557
4558 2002-11-12 [melvin]     0.8.5claws132
4559
4560         * src/compose.c
4561                 Added a check for a NULL prefs_common.dictionary
4562
4563 2002-11-12 [colin]      0.8.5claws131
4564
4565         * src/ssl_certificate.[ch]
4566                 Use FQDN hostname
4567
4568 2002-11-12 [colin]      0.8.5claws130
4569
4570         * src/ssl_certificate.[ch]
4571                 Take connection port into account for 
4572                 checking certificates (a single hostname
4573                 could have multiple servers with multiple
4574                 certificates)
4575         * src/ssl.c
4576                 Pass the port to ssl_certificate_check
4577
4578 2002-11-12 [paul]       0.8.5claws129
4579
4580         * src/folder.c
4581                 fix a typo in last commit
4582
4583 2002-11-12 [paul]       0.8.5claws128
4584
4585         * sync with 0.8.5cvs23
4586                 see ChangeLog entry 2002-11-12
4587
4588 2002-11-11 [colin]      0.8.5claws127
4589
4590         * src/ssl_certificate.c
4591                 Cleaner messages
4592                 Don't popup, instead log error, if the 
4593                 corresponding pref is checked
4594         * src/ssl_certificate.h
4595                 include <openssl/objects/h>
4596
4597 2002-11-11 [colin]      0.8.5claws126
4598
4599         * src/ssl_certificate.h
4600                 _Really_ clean it
4601
4602 2002-11-11 [colin]      0.8.5claws125
4603         
4604         * src/ssl_certificate.c
4605                 Fixed leak
4606
4607 2002-11-11 [colin]      0.8.5claws124
4608
4609         * src/ssl.c
4610                 Cleaned a bit
4611         * src/ssl_certificate.[ch]
4612                 Cleaned a bit (better use of SSL API)
4613                 (This will cause non-recognition of saved 
4614                  certificates of claws12[23]...)
4615
4616 2002-11-11 [paul]       0.8.5claws123
4617         
4618         * po/es.po
4619                 updated by Ricardo Mones Lastra
4620
4621 2002-11-11 [colin]      0.8.5claws122
4622
4623         * src/ssl.c
4624                 Fix a typo
4625
4626 2002-11-11 [colin]      0.8.5claws121
4627
4628         * src/ssl_certificate.[ch] ** NEW FILES **
4629         * src/ssl.[ch]
4630                 Check SSL certificates presented to us
4631         * src/Makefile.am
4632                 Add ssl_certificate.[ch]
4633         * po/POTFILES.in
4634                 Add ssl_certificate.c
4635
4636 2002-11-11 [paul]       0.8.5claws120
4637
4638         * sync with 0.8.5cvs22
4639                 see ChangeLog 2002-11-11
4640
4641 2002-11-11 [paul]       0.8.5claws119
4642
4643         * sync with 0.8.5cvs21
4644                 see ChangeLog 2002-11-11
4645
4646 2002-11-10 [jens]       0.8.5claws118
4647
4648         * src/folder.c
4649         * src/folderview.c
4650                 corrected some typing
4651         * po/de.po
4652                 updated german translation
4653         * sylpheed.spec.in
4654                 cleaned up specfile and adjusted it for claws
4655
4656 2002-11-10 [colin]      0.8.5claws117
4657
4658         * src/summaryview.c
4659                 a STATUSBAR_PUSH/POP fix
4660
4661 2002-11-10 [colin]      0.8.5claws116
4662
4663         * src/prefs_folder_item.c
4664                 Fix hanging after opening folder properties
4665
4666 2002-11-10 [hoa]        0.8.5claws115
4667
4668         * src/matcher_parser_lex.l
4669         * src/matcher_parser_parse.y
4670                 config file for scoring and filtering is no more trashed
4671                 when there is a syntax error in a filtering rule when
4672                 editing it in a dialog.
4673
4674 2002-11-09 [colin]      0.8.5claws114
4675
4676         * src/mbox_folder.c
4677                 Added missing initialisation of folder->destroy()
4678
4679 2002-11-09 [colin]      0.8.5claws113
4680
4681         * src/folder.c
4682           src/folderview.c
4683                 Fix the status bar messages
4684
4685 2002-11-09 [colin]      0.8.5claws112
4686
4687         * src/folderview.c
4688                 Fix hangs after folder dnd, happening after 
4689                 claws109.
4690
4691 2002-11-09 [christoph]  0.8.5claws111
4692
4693         * src/folderview.c
4694                 just changed order of calls (reverse order of
4695                 associated calls)
4696         * src/inc.c
4697                 lock inc when checking only one account, otherwise
4698                 inc all could be executed at the same time
4699
4700 2002-11-09 [christoph]  0.8.5claws110
4701
4702         * src/folderview.c
4703                 better unlock the mouse cursor before calling
4704                 summary_show because it changes the cursor too
4705
4706 2002-11-09 [christoph]  0.8.5claws109
4707
4708         * src/folder.[ch]
4709         * src/folderview.c
4710                 add functions to open and close a folder
4711                 o opending will execute scanning for remote folders
4712                   and processing
4713                 o closing will unset new flag for messages
4714
4715 2002-11-09 [colin]      0.8.5claws108
4716
4717         * src/folder.c
4718                 Add a call to prefs_matcher_write_config to 
4719                 avoid non-leaf folders filtering settings to be
4720                 lost
4721
4722 2002-11-09 [paul]       0.8.5claws107
4723
4724         * src/prefs_account.c
4725                 re-word a label
4726
4727 2002-11-09 [colin]      0.8.5claws106
4728
4729         * src/folderview.c
4730                 Minor esthetic fix
4731
4732 2002-11-09 [colin]      0.8.5claws105
4733
4734         * src/folderview.c
4735                 Fix prefs_filtering deletion for MH folders (same
4736                 reason as below)
4737         * src/prefs_filtering.c
4738                 Fix prefs_filtering renaming and deletion for 
4739                 folder-based processing rules.  
4740
4741 2002-11-09 [christoph]  0.8.5claws104
4742
4743         * src/compose.c
4744         * src/folder.[ch]
4745         * src/folderview.[ch]
4746         * src/import.c
4747         * src/inc.c
4748         * src/main.c
4749         * src/mainwindow.c
4750         * src/messageview.c
4751         * src/prefs_folder_item.c
4752         * src/procmsg.c
4753         * src/summaryview.c
4754                 implement a callback system for folder item updates
4755
4756 2002-11-09 [colin]      0.8.5claws103
4757
4758         * src/folderview.c
4759                 Fix prefs_filtering renaming for MH folders (we
4760                 shouldn't rename by path as another folder could
4761                 have the same hierarchy).
4762
4763 2002-11-09 [colin]      0.8.5claws102
4764
4765         * src/folder.c
4766                 Fix a leak found by Christoph, use better variable
4767                 names
4768
4769 2002-11-09 [colin]      0.8.5claws101
4770
4771         * src/folder.c
4772                 One more fix for processing rules
4773
4774 2002-11-08 [colin]      0.8.5claws100
4775         
4776         * src/matcher.c
4777                 Don't copy the compiled regexp (will be reevaluated)
4778         * src/folderview.c
4779                 Lock folderview while moving
4780         * src/folder.c
4781                 Provide info on what's happening to the user
4782
4783 2002-11-08 [colin]      0.8.5claws99
4784
4785         * src/folderview.c
4786                 Fix folder reordering after a move if parent is 
4787                 root
4788         * src/scoring.[ch]
4789                 Add function to copy a ScoringProp
4790         * src/prefs_folder_item.c
4791                 Copy scoring rules when copying a folder prefs
4792
4793 2002-11-08 [colin]      0.8.5claws98
4794
4795         * src/folderview.c
4796                 Fixes in case of failure
4797         * src/filtering.[ch]    
4798                 Add function to duplicate a FilteringProp
4799         * src/matcher.[ch]
4800                 Add function to duplicate a MatcherProp
4801         * src/prefs_folder_item.c
4802                 Save folder's processing rules when copying 
4803                 its prefs
4804
4805 2002-11-08 [colin]      0.8.5claws97
4806         
4807         * src/folderview.c
4808                 Sort after move
4809         * src/folder.c 
4810                 Change a printf to debug_print
4811
4812 2002-11-08 [colin]      0.8.5claws96
4813
4814         * src/folder.c
4815           src/folderview.c
4816                 Fix segfaults, call me stupido
4817         
4818
4819 2002-11-08 [colin]      0.8.5claws95
4820
4821         *src/folder.c
4822                 Added forgotten prefs to save when moving folders
4823
4824 2002-11-08 [colin]      0.8.5claws94
4825
4826         * src/folder.c
4827                 Fixes to folder DND (prefs copy)
4828         * src/folderview.c
4829                 Optimization for folder DND (don't rescan whole tree)
4830                 Added folderview_create_folder_node() for this 
4831                 optimization, so de-duped a bit the code
4832         * src/prefs_folder_item.[ch]
4833                 Added prefs_folder_item_copy_prefs()    
4834           
4835 2002-11-08 [paul]       0.8.5claws93
4836
4837         * src/prefs_account.c
4838           tools/README
4839           tools/kmail2sylpheed_v2.pl
4840                 correct some typos
4841
4842 2002-11-08 [paul]       0.8.5claws92
4843
4844         * src/compose.c
4845           src/prefs_account.[ch]
4846                 remove account options 'clearsign' and 'ascii_armored',
4847                 replace with 'default_gnupg_mode' to prevent mixed-mode
4848                 Privacy settings
4849
4850 2002-11-08 [paul]       0.8.5claws91
4851
4852         * src/compose.[ch]
4853                 re-implement GnuPG 'on-the-fly' mode selection,
4854                 disallow mixed-mode
4855
4856 2002-11-08 [colin]      0.8.5claws90
4857
4858         * src/folderview.c
4859           src/prefs_folder_item.c
4860                 Change "Property" to "Properties"
4861
4862 2002-11-07 [colin]      0.8.5claws89
4863
4864         * src/folderview.c
4865           src/folder.c
4866                 Allow folder dropping to a root folder
4867
4868 2002-11-07 [paul]       0.8.5claws88
4869
4870         * src/compose.c
4871                 revert last commit
4872
4873 2002-11-07 [paul]       0.8.5claws87
4874
4875         * src/compose.c
4876                 fix reply-to-list bug. closes bug report
4877                 "[633382] reply-to-list broken in recent cvs"
4878
4879 2002-11-07 [paul]       0.8.5claws86
4880
4881         * src/compose.c
4882                 add a forgotten '#if USE_GPGME ... #endif'
4883
4884 2002-11-07 [paul]       0.8.5claws85
4885
4886         * sync with 0.8.5cvs20
4887                 see ChangeLog 2002-11-07
4888
4889 2002-11-07 [colin]      0.8.5claws84
4890
4891         * src/folder.[ch]
4892                 Change folder_item_move_to to return the newly 
4893                 created folderitem.
4894         * src/folderview.c
4895                 Select the new folderitem after moving.
4896
4897 2002-11-07 [colin]      0.8.5claws83
4898
4899         * src/prefs_filtering.c
4900                 Fix rule rewriting when moving a leaf folder to a 
4901                 shorter path
4902
4903 2002-11-07 [colin]      0.8.5claws82
4904
4905         * src/prefs_filtering.c
4906                 fix a leak
4907
4908 2002-11-07 [colin]      0.8.5claws81
4909
4910         * src/folder.[ch]
4911                 Add folder_item_move_to() function to move a 
4912                 folderitem into another one (updates matcher etc)
4913         * src/folderview.c
4914                 Add folder drag'n drop (context menu to come)
4915                 [Should be dataloss free, but Please backup before 
4916                  trying !]
4917
4918 2002-11-06 [colin]      0.8.5claws80
4919
4920         * src/mh.c
4921                 mh_create_folder() returns NULL if can't create
4922                 directory hierarchy
4923
4924 2002-11-06 [paul]       0.8.5claws79
4925
4926         * src/compose.[ch]
4927                 allow 'on-the-fly' changing of the type of encryption 
4928                 and/or signing used (mime/ascii) via the compose window
4929
4930 2002-11-06 [paul]       0.8.5claws78
4931
4932         * sync with 0.8.5cvs19
4933                 see ChangeLog 2002-11-06 for src/account.c: 
4934                 account_get_special_folder()
4935                 
4936 2002-11-05 [alfons]     0.8.5claws77
4937
4938         * src/crash.c
4939                 very minor cleanups: nothing to see here, move on. :-)
4940
4941 2002-11-05 [colin]      0.8.5claws76
4942
4943         * src/main.c
4944                 Changes choices if compose windows are opened to
4945                 Discard, Draft, Don't quit
4946
4947 2002-11-05 [thorsten]   0.8.5claws75
4948
4949         * src/compose.c
4950                 reenabled default_reply_to folder option
4951
4952 2002-11-05 [colin]      0.8.5claws74
4953
4954         * src/compose.[ch] 
4955                 add compose_draft()
4956         * src/crash.c
4957                 add SIGTERM handler
4958         * src/main.[ch]
4959                 add clean_quit() for the SIGTERM handler
4960
4961 2002-11-05 [paul]       0.8.5claws73
4962         
4963         * po/es.po
4964                 updated by Ricardo Mones Lastra
4965
4966 2002-11-05 [melvin]     0.8.5claws72
4967
4968         * src/logwindow.c
4969                 Fixed log-clipping bug #616795.
4970                 To stop logging in the log window use 0 length.
4971         * src/prefs_common.c
4972                 Added a label to inform about the 0 log length behaviour.
4973
4974 2002-11-05 [paul]       0.8.5claws71
4975
4976         * sync with 0.8.5cvs17
4977                 see ChangeLog 2002-11-05
4978
4979 2002-11-04 [paul]       0.8.5claws70
4980
4981         * sylpheed-128x128.png
4982           sylpheed-64x64.png
4983           sylpheed.png
4984                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
4985                 <nikai@users.sourceforge.net>
4986                 
4987         * po/bg.po
4988                 updated by George Danchev
4989
4990 2002-11-03 [thorsten]   0.8.5claws69
4991
4992         * src/main.c
4993           src/mimeview.c
4994           src/rfc2015.h
4995                 add check if gpg is active
4996
4997 2002-11-03 [thorsten]   0.8.5claws68
4998
4999         * src/toolbar.h
5000                 removed GSList declaration causing trouble on MacOS-X
5001                 (submitted by alfons, reported by xfesty)
5002
5003 2002-11-01 [paul]       0.8.5claws67
5004
5005         * src/mainwindow.c
5006                 remove last remnants of main's filter code
5007
5008 2002-11-01 [paul]       0.8.5claws66
5009
5010         * tools/filter_conv.pl
5011                 fix bug where user-defined headers were ignored
5012
5013 2002-11-01 [paul]       0.8.5claws65
5014
5015         * src/logwindow.c
5016                 make a debug_print() not translatable
5017
5018 2002-10-31 [melvin]     0.8.5claws64
5019
5020         * ac/aspell.m4
5021                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
5022                 not run any GNU/aspell test.  The dictionary path will
5023                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
5024                 was given, in which case, it will be $prefix/lib/aspell/
5025         * configure.in
5026                 Fixed typo in commentary (Aspell code).
5027
5028 2002-10-31 [paul]       0.8.5claws63
5029
5030         * po/POTFILES.in
5031                 remove src/filter.c and src/prefs_filter.c
5032                 thanks to Ricardo for reminding me
5033
5034 2002-10-31 [colin]      0.8.5claws62
5035
5036         * src/mbox_folder.c
5037                 Plug some leaks
5038
5039 2002-10-31 [paul]       0.8.5claws61
5040
5041         * src/prefs_filter.[ch] ** REMOVED **
5042           src/filter.[ch]       ** REMOVED **
5043           
5044         * src/Makefile.am
5045           src/folderview.c
5046           src/inc.c
5047           src/main.c
5048           src/mainwindow.c
5049           src/mbox.c
5050           src/prefs_common.c
5051           src/prefs_filtering.c
5052           src/summaryview.[ch]
5053                 remove main's 'filter' code
5054                 
5055         README.claws
5056                 update to reflect removal of main's filter
5057
5058 2002-10-31 [paul]       0.8.5claws60
5059
5060         * src/summaryview.c
5061                 remove check for global_processing in summary_filter_open(). 
5062                 This fixes the bug where if the user uses the right-click 
5063                 'Create filter rule...' and doesn't have any filter rules 
5064                 already defined in claws' advanced filtering, the newly 
5065                 created filter rule goes to main's filtering which is 
5066                 inaccessible through the gui. Now the filter rule gets added
5067                 to claws' filtering by default.
5068
5069 2002-10-28 [melvin]     0.8.5claws59
5070
5071         * src/prefs_actions.c
5072                 Fixed bug #627322 where MIME parts were not always
5073                 correctly passed to a %p action
5074                 Display an error dialog when message filename is not found.
5075
5076 2002-10-28 [melvin]     0.8.5claws58
5077
5078         * src/prefs_common.c
5079                 Readded a missing function declaration lost in 0.8.3claws34
5080
5081 2002-10-28 [paul]       0.8.5claws57
5082
5083         * sync with 0.8.5cvs15
5084                 see ChangeLog 2002-10-28 and 2002-10-25
5085                 
5086         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5087
5088 2002-10-27 [oliver]     0.8.5claws56
5089
5090         * src/pop.c
5091                 plug leak in pop3_top_recv
5092
5093 2002-10-26 [christoph]  0.8.5claws55
5094
5095         * src/folder.c
5096                 set need_update folder flag when messages are added
5097                 (closes bug [ 626922 ] folder not updated after receiving)
5098
5099 2002-10-25 [melvin]     0.8.5claws54
5100
5101         * src/imageview.c
5102                 Fixed a memleak introduced in the scaling code.
5103
5104 2002-10-24 [alfons]     0.8.5claws53
5105
5106         * src/filtering.c
5107                 make filtering's forward message action forward from the 
5108                 correct account
5109                 (closes bug [628089 ] Filter -> Forward from address problem
5110                 reported by Oktay)
5111
5112 2002-10-24 [christoph]  0.8.5claws52
5113
5114         * src/mainwindow.c
5115         * src/manual.[ch]
5116                 o use manual of current locale or english if current
5117                   locale is not available (and english is available)
5118                 o also link to sylpheed doc project manuals
5119
5120 2002-10-23 [paul]       0.8.5claws51
5121
5122         * tools/README
5123           tools/kmail2sylpheed_v2.pl
5124                 add new version of kmail addressbook importer script.
5125                 works with newer versions of Kmail/KAddressBook which
5126                 have new and rearranged data.
5127
5128 2002-10-23 [martin]     0.8.5claws50
5129
5130         * src/folderview.c
5131         * src/summaryview.c
5132         * src/utils.h
5133         * src/utils.c
5134                 added length parameter to get_abbrev_newsgroup_name()
5135                 changed this function so that it abbreviates the newsgroup
5136                 names only so long it is smaller than the length parameter
5137                 (for better reading of some newsgroup names and space efficiency)
5138
5139 2002-10-22 [colin]      0.8.5claws49
5140
5141         *src/foldersel.c
5142                 Revert Alfons' last modification (after voting ;-))
5143
5144 2002-10-21 [alfons]     0.8.5claws48
5145
5146         * src/foldersel.c
5147                 folder view in folder selection dialog reflects state of
5148                 folder view in main window
5149
5150 2002-10-18 [alfons]     0.8.5claws47
5151
5152         * src/mbox.c
5153                 drop imported messages in folder selected by user,
5154                 and not in the inbox
5155                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5156
5157 2002-10-18 [alfons]     0.8.5claws46
5158
5159         * src/compose.c
5160                 make automagic reply work correctly for email accounts 
5161                 (whether it's viable to do a full sync with Hiro's 
5162                 compose.c is still under discussion)
5163
5164 2002-10-18 [melvin]     0.8.5claws45
5165
5166         * src/prefs_actions.c
5167                 Fixed bug #622275 where asynchroneous actions left 
5168                 zombies processes
5169                 Made (synchroneous) actions' input be displayed live.
5170
5171 2002-10-18 [christoph]  0.8.5claws44
5172
5173         * src/textview.c
5174                 don't add a newline in the textview in front of the
5175                 first textpart if header display is disabled
5176                 (closes bug [ 603385 ] disabled header display leaves blank
5177                  lin)
5178
5179 2002-10-18 [christoph]  0.8.5claws43
5180
5181         * src/folder.[ch]
5182         * src/imap.c
5183         * src/mbox_folder.c
5184         * src/mh.c
5185         * src/news.c
5186                 folder->get_num_list now returns an error code
5187                 (closes bug [ 609424 ] News cache cleared on failure)
5188                 
5189 2002-10-17 [colin]      0.8.5claws42
5190         
5191         * src/news.c
5192                 Changed a printf by debug_print
5193
5194 2002-10-16 [paul]       
5195
5196         * tools/OOo2sylpheed.pl
5197                 allow for spaces in the name of the
5198                 file to be attached.
5199
5200 2002-10-16 [colin]      0.8.5claws41
5201
5202         * src/main.c
5203                 Use a tristate to change online mode
5204
5205 2002-10-16 [paul]       0.8.5claws40
5206
5207         * po/es.po
5208                 updated by Ricardo Mones Lastra
5209
5210 2002-10-16 [colin]      0.8.5claws39
5211
5212         * src/main.c
5213           src/mainwindow.[ch]
5214                 Added --online and --offline command-line
5215                 switches
5216
5217 2002-10-15 [christoph]  0.8.5claws38
5218
5219         * src/procmime.c
5220                 set mimeinfo->name to NULL after g_free to
5221                 avoid double freeing with g_free
5222
5223 2002-10-14 [christoph]  0.8.5claws37
5224
5225         * src/compose.c
5226         * src/filtering.c
5227         * src/summaryview.c
5228                 remove calls to folder->change_flags that are now
5229                 done by procmsg flag functions (seems it is not
5230                 used by any foldertype anyway)
5231         * src/folder.c
5232                 init folder->change_flags with NULL
5233
5234 2002-10-14 [christoph]  0.8.5claws36
5235
5236         * src/folder.[ch]
5237         * src/imap.[ch]
5238                 use virtual functions for folder item new and destroy
5239                 functions
5240
5241 2002-10-14 [melvin]     0.8.5claws35
5242
5243         * src/compose.c
5244                 Added a test to not run the spell checker if no default
5245                 dictionary is available. No dialog is displayed though.
5246
5247 2002-10-14 [melvin]     0.8.5claws34
5248
5249         * src/gtkaspell.c
5250                 Fixed bug in dictionary list context menu where
5251                 "More..." pointed to an emtpy submenu if the
5252                 number of dictionaries is a multiple of 15
5253                 Removed unneeded code in suggestions list creation
5254
5255 2002-10-14 [paul]       0.8.5claws33
5256
5257         * po/bg.po
5258                 updated by George Danchev
5259
5260 2002-10-13 [hoa]        0.8.5claws32
5261
5262         * src/matcher.[ch]
5263           src/matcher_parser_parser.y
5264                 removed the escaped string from internal structure
5265                 of matcher.
5266
5267 2002-10-12 [colin]      0.8.5claws31
5268
5269         * src/gtksctree.[ch]
5270           src/summaryview.c
5271                 Removed useless function gtksctree_reanchor
5272
5273 2002-10-12 [alfons]     0.8.5claws30
5274         
5275         * sync with remaining main changes 2002-10-09 - 2002-10-11
5276         - drop changes to src/compose.c (requires claws specific changes)
5277         
5278 2002-10-12 [alfons]     0.8.5claws29
5279         
5280         * sync with main changes of 2002-10-08
5281         - drop changes to src/compose.c (requires claws specific changes)
5282         - drop changes to src/summaryview.c (requires changes to compose.c)     
5283
5284 2002-10-12 [alfons]     0.8.5claws28
5285         
5286         * sync with main changes of 2002-10-07
5287
5288 2002-10-12 [alfons]     0.8.5claws27
5289
5290         * sync with main changes of 2002-10-04
5291         - drop changes to src/compose.c (requires claws specific changes)
5292         - drop changes to src/prefs_folder_item.c (claws implementation
5293           seems to be working)
5294
5295 2002-10-12 [colin]      0.8.5claws26
5296
5297         * src/mainwindow.c
5298                 Fix folder-flicker when space-reading, introduced 
5299                 in claws22.
5300
5301 2002-10-12 [colin]      0.8.5claws25
5302
5303         * src/compose.c
5304                 Save account address when saving as draft.
5305                 (closes bug 621838)
5306
5307 2002-10-12 [colin]      0.8.5claws24
5308
5309         * src/summaryview.c
5310                 Fix the problem consisting of no message selected
5311                 after the last message in a folder has been moved.
5312
5313 2002-10-12 [paul]       0.8.5claws23
5314
5315         * src/compose.c
5316           src/prefs_template.c
5317           src/template.[ch]
5318                 add Cc and Bcc to templates. Patch submitted by
5319                 John L. Males.
5320
5321 2002-10-12 [colin]      0.8.5claws22
5322
5323         * src/folderview.c
5324                 Fix a bug after "Check for new messages":
5325                 If a folder was opened, it was still selected at
5326                 the end of the check, but displayed empty.
5327         * src/mainwindow.c
5328                 Remove unnecessary check
5329
5330 2002-10-12 [paul]
5331
5332         * tools/README
5333                 be more verbose in the description of
5334                 OOo2sylpheed.pl
5335                 
5336
5337 2002-10-11 [colin]      0.8.5claws21
5338
5339         * src/mainwindow.c
5340                 Make space work (better) when no mail is selected
5341
5342 2002-10-11 [colin]      0.8.5claws20
5343
5344         * src/inc.c
5345           src/news.c
5346                 fix warnings
5347
5348 2002-10-11 [colin]      0.8.5claws19
5349
5350         * src/mainwindow.c
5351                 revert 0.8.5claws6 changes as i couldn't get to
5352                 anything satisfying
5353
5354 2002-10-11 [melvin]     0.8.5claws18
5355
5356         * src/compose.c
5357                 Removed buggy and unused macro (should have been committed in
5358                 0.8.5claws17)
5359
5360 2002-10-11 [melvin]     0.8.5claws17
5361
5362         * src/compose.c
5363                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5364
5365 2002-10-11 [thorsten]   0.8.5claws16 
5366
5367         * src/folderview.c
5368                 remove rescan warning
5369
5370 2002-10-11 [colin]      0.8.5claws15 
5371
5372         * src/procheader.c
5373                 fix a segfault that happens if conv_unmime_header
5374                 fails (should be better to find out why it fails)
5375
5376 2002-10-11 [christoph]  0.8.5claws14
5377
5378         * src/summaryview.c
5379                 update folderview stats after ignore/unignore thread
5380
5381 2002-10-11 [hoa]        0.8.5claws13
5382
5383         * src/quote_fmt_parse.y
5384                 Fixed a yacc/bison syntax error
5385         * src/matcher.c
5386                 Escaping of string is fixed.
5387
5388 2002-10-11 [colin]      0.8.5claws12
5389
5390         * src/imageview.c
5391                 Resize images to fit
5392
5393 2002-10-11 [paul]       0.8.5claws11
5394
5395         * po/es.po
5396                 updated by Ricardo Mones Lastra
5397
5398 2002-10-10 [alfons]     0.8.5claws10
5399
5400         * src/compose.c
5401                 allow dropping files by "moving" files from a file manager,
5402                 not only by the more cumbersome "copying". the latter 
5403                 mostly implies holding down the Control button
5404
5405 2002-10-10 [christoph]  0.8.5claws9
5406
5407         * src/summaryview.c
5408                 update folders after thread building for ignored threads
5409
5410 2002-10-10 [christoph]  0.8.5claws8
5411
5412         * config/.cvsignore
5413                 added Makefile
5414         * src/filtering.[ch]
5415         * src/folder.[ch]
5416         * src/folderview.[ch]
5417         * src/import.c
5418         * src/inc.[ch]
5419         * src/mbox.[ch]
5420         * src/procmsg.c
5421         * src/summaryview.[ch]
5422                 o added new flag need_update to FolderItem
5423                 o removed folder_table from various functions from tracking
5424                   folder updates
5425                 o set need_update flags in folder.c's move, copy and delete
5426                   functions and procmsg's flags functions
5427                 o added function folderview_update_items_when_required that
5428                   updates all folders with need_update set
5429                 o call folderview_update_items_when_required instead of
5430                   folderview_update_item_foreach
5431
5432 2002-10-09 [sergey]     0.8.5claws7
5433
5434         * src/compose.c
5435                 Strip CRs whel loading the text into editor in reedit mode.
5436
5437 2002-10-09 [colin]      0.8.5claws6
5438
5439         * src/mainwindow.c
5440                 Make Space work when no mail is selected
5441
5442 2002-10-09 [colin]      0.8.5claws5
5443
5444         * src/gtksctree.[ch]
5445                 Fix range_select
5446                 Add gtk_sctree_reanchor() 
5447         * src/summaryview.c
5448                 Use gtk_sctree_reanchor() - better fix for 
5449                 bug 60413
5450
5451 2002-10-09 [colin]      0.8.5claws4
5452
5453         * src/summaryview.c
5454                 Fix shift-click select after delete problem
5455                 (closes bug 60413)
5456
5457 2002-10-08 [thorsten]   0.8.5claws3
5458
5459         * src/summaryview.c
5460                 exclude current msg from -hide read messages-
5461
5462 2002-10-08 [colin]      0.8.5claws2
5463
5464         * src/inc.[ch]
5465           src/pop.c
5466           src/recv.c
5467                 Differentiate socket errors from disk full
5468                 errors
5469
5470 2002-10-08 [christoph]  0.8.5claws1
5471
5472         * Makefile.am
5473         * configure.in
5474                 modifications for new config directory
5475
5476         * config.guess  ** REMOVED **
5477         * config.sub    ** REMOVED **
5478         * install-sh    ** REMOVED **
5479         * ltmain.sh     ** REMOVED **
5480         * missing       ** REMOVED **
5481         * mkinstalldirs ** REMOVED **
5482                 these files are autogenerated by automake
5483                 when you run autogen.sh
5484
5485         * config/.cvsignore     ** NEW FILE **
5486         * config/Makefile.am    ** NEW FILE **
5487                 ignore autogenerated files
5488                 create a Makefile in this directory
5489
5490 2002-10-08 [paul]       0.8.5claws
5491
5492         * 0.8.5claws release
5493         
5494         * src/compose.c
5495           src/procheader.c
5496           src/procmsg.c
5497                 fix quote reply format for newsgroups reply bug
5498                 (thanks to Hoa)
5499                 
5500         * po/en_GB.po
5501           po/pl.po
5502                 updated by me and Witold Wladyslaw Wojciech Wilk
5503                 repectively
5504
5505 2002-10-07 [paul]       0.8.3claws53
5506
5507         * po/it.po
5508           po/pt_BR.po
5509           po/sr.po
5510                 updated messages catalogs, submitted by
5511                 Alessandro Maestri, Fabio Jr.Beneditto 
5512                 and Urke MMI, respectively.
5513
5514 2002-10-07 [christoph]  0.8.3claws52
5515
5516         * src/folder.[ch]
5517         * src/folderview.c
5518         * src/mainwindow.c
5519                 fix new folder ghost message bug
5520                 (closes bug [ 619722 ] wrong count for newly created folders)
5521
5522 2002-10-07 [christoph]  0.8.3claws51
5523
5524         * src/compose.c
5525                 fix news posting problem
5526
5527 2002-10-07 [melvin]     0.8.3claws50
5528
5529         * po/fr.po
5530                 Updated French translation
5531
5532 2002-10-05 [christoph]  0.8.3claws49
5533
5534         * src/gtkstext.c
5535                 check if line_start_cache is set in gtk_stext_update_text
5536                 (closes bug [ 618119 ] crash while doing search in folder)
5537
5538 2002-10-05 [christoph]  0.8.3claws48
5539
5540         * src/imap.c
5541         * src/news.c
5542         * src/utils.c
5543         * src/utils.h
5544                 implement cache cleanups for claws' folder system
5545                 (closes bug [ 595916 ] imapcache not cleaned up)
5546
5547 2002-10-05 [melvin]     0.8.3claws47
5548
5549         * src/prefs_actions.c
5550                 Made the help text more clear for the %p token
5551
5552 2002-10-04 [paul]       0.8.3claws46
5553
5554         * sync with 0.8.5
5555                 see ChangeLog 2002-10-02 and 2002-10-03
5556
5557 2002-10-04 [christoph]  0.8.3claws45
5558
5559         * src/inc.c
5560                 fix segfault caused by pop before smtp
5561                 call to inc_account_mail with NULL
5562                 pointer for mainwin
5563
5564 2002-10-04 [paul]       0.8.3claws44
5565
5566         * configure.in
5567                 sync the LDAP detection from 0.8.5cvs1
5568
5569 2002-10-02 [christoph]  0.8.3claws43
5570
5571         * po/de.po
5572                 fix small spelling error
5573
5574 2002-10-02 [melvin]     0.8.3claws42
5575
5576         * ac/aspell.m4
5577                 Behave better and say "no" when test program cannot be run.
5578
5579 2002-10-02 [paul]       0.8.3claws41
5580
5581         * sync with 0.8.4cvs1
5582                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5583                 
5584         * src/summaryview.c
5585                 toggle the behavior of Reply menuitem between
5586                 normal reply and reply-to-list
5587
5588 2002-10-01 [sergey]     0.8.3claws40
5589
5590         * src/compose.c
5591                 Convert newlines in the message text to the canonical form
5592                 before base64 encoding (RFC2045 compliance, fixes some
5593                 interoperability issues with Evolution 1.0.3)
5594
5595 2002-09-29 [colin]      0.8.3claws39
5596
5597         * src/summaryview.c
5598                 Fix an unwanted copy/paste
5599
5600 2002-09-29 [colin]      0.8.3claws38
5601
5602         * src/mainwindow.c
5603                 Renamed "Custom toolbar" to "Customize toolbar"
5604                 Renamed "Show all header" to "Show all headers"
5605                 Renamed "Set diplay item" to "Set displayed items"
5606         * src/prefs_common.c
5607                 Renamed "Show all header" to "Show all headers"
5608         * src/prefs_summary_column.c
5609                 Renamed "diplay item" to "displayed items"
5610
5611 2002-09-29 [colin]      0.8.3claws37
5612
5613         * src/mainwindow.[ch]
5614                 online/offline status pixmaps follow theme
5615                 changes
5616         * src/summaryview.[ch]
5617                 quicksearch pixmap follows theme changes
5618
5619 2002-09-29 [thorsten]   0.8.3claws36
5620
5621         * src/compose.c
5622           src/prefs_folder_item.[ch]
5623                 add default_reply_to folder option (closes patch 581044)
5624
5625 2002-09-29 [christoph]  0.8.3claws35
5626
5627         * acconfig.h    ** REMOVED **
5628         * configure.in
5629         * ac/aspell.m4
5630         * ac/check-type.m4
5631         * ac/gnupg-check-typedef.m4
5632                 fix autoheader 2.50 warning
5633
5634 2002-09-29 [christoph]  0.8.3claws34
5635
5636         * major code cleanup (part 2)
5637         
5638                 - unused variables removed
5639                 - unused functions removed
5640                 - uninitialized variables checked
5641                 - missing return statements added
5642                 - missing function return types added
5643                 - added parentheses around assignment
5644                   when suggested by gcc
5645
5646 2002-09-29 [alfons]     0.8.3claws33
5647
5648         * src/logwindow.c
5649                 log_window_clear(): only bracket gtk_text_forward_delete() 
5650                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5651                 works around GTK text bug)
5652
5653 2002-09-29 [paul]       0.8.3claws32
5654
5655         * po/bg.po
5656           po/sr.po
5657                 updated by George Danchev and Urke MMI
5658                 respectively
5659
5660 2002-09-27 [christoph]  0.8.3claws31
5661
5662         * doc-src/readme.txt
5663         * doc-src/rfc1806.txt   ** REMOVED **
5664         * doc-src/rfc2183.txt   ** NEW FILE **
5665         * doc-src/rfc2980.txt   ** NEW FILE **
5666                 update rfcs
5667
5668 2002-09-27 [melvin]     0.8.3claws30
5669
5670         * ac/aspell.m4
5671                 Fixed typo which could break linking
5672
5673 2002-09-27 [melvin]     0.8.3claws29
5674
5675         * ac/aspell.m4
5676                 Improved GNU/aspell checking. 
5677                 Fixed bug #614490
5678
5679 2002-09-27 [paul]       0.8.3claws28
5680
5681         * sync with 0.8.3cvs8
5682                 see ChangeLog 2002-09-27
5683
5684 2002-09-26 [colin]      0.8.3claws27
5685
5686         * src/toolbar.[ch]
5687           src/mainwindow.[ch]
5688                 Add "Reply to Mailing-list" to the toolbar
5689
5690 2002-09-26 [christoph]  0.8.3claws26
5691
5692         * src/summaryview.c
5693                 Fix wrong message counts in summaryview status
5694
5695 2002-09-26 [paul]       0.8.3claws25
5696
5697         * sync with 0.8.3cvs7
5698                 see ChangeLog 2002-09-26
5699
5700 2002-09-26 [paul]       0.8.3claws24
5701
5702         * sync with 0.8.3cvs6
5703                 see ChangeLog 2002-09-25
5704
5705 2002-09-25 [christoph]  0.8.3claws23
5706
5707         * src/prefs_common.c
5708         * src/prefs_folder_item.c
5709         * src/prefs_scoring.c
5710                 Renamed "kill score" to "hide score" in GUI
5711                 and prefs files
5712
5713 2002-09-25 [paul]       0.8.3claws22
5714
5715         * sync with 0.8.3cvs5
5716                 see ChangeLog 2002-09-24
5717
5718 2002-09-24 [alfons]     0.8.3claws21
5719
5720         patch by Satoshi Nagayasu: allows appending / saving multiple 
5721         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5722         'Save as ...'")
5723
5724         * AUTHORS
5725                 add Satoshi Nagayasu
5726         * src/summaryview.c
5727                 summary_save_as(): allow saving selected files to
5728                 one file
5729                 summary_set_menu_sensitive: enable "Save As..." when
5730                 multiple files are selected
5731         * src/utils.[ch]
5732                 append_file(): new function
5733
5734 2002-09-24 [colin]      0.8.3claws20
5735
5736         * src/procmime.c
5737                 Fix segfault when mimeinfo doesn't have a 
5738                 content_type. 
5739
5740 2002-09-24 [colin]      0.8.3claws19
5741
5742         * src/prefs_common.[ch]
5743                 Add a preference to display send dialog or not
5744         * src/send.c
5745                 Display send dialog according to preference
5746
5747 2002-09-24 [colin]      0.8.3claws18
5748
5749         * src/compose.[ch]
5750                 Disable user actions when sending
5751
5752 2002-09-24 [colin]      0.8.3claws17
5753
5754         * src/procmime.c
5755                 Do not display name or filename for attachments
5756                 with an application/pgp-signature type
5757                 (security flaw, see bug 537413)
5758
5759 2002-09-23 [colin]      0.8.3claws16
5760
5761         * src/editaddress.c
5762                 Initialize entry_email, entry_alias and 
5763                 entry_remarks to first email address of the list
5764
5765 2002-09-23 [colin]      0.83claws15
5766
5767         * src/compose.c
5768                 Drop pgp-signature when reediting a signed queued
5769                 message
5770
5771 2002-09-23 [melvin]     0.8.3claws14
5772
5773         * po/fr.po
5774                 Updated French translation
5775
5776 2002-09-23 [melvin]     0.8.3claws13
5777
5778         * src/mainwindow.c
5779                 Made custom toolbar menu labels more consistent
5780         * src/prefs_toolbar.c
5781                 Made custom toolbar window title more consistent
5782
5783 2002-09-22 [colin]      0.8.3claws12
5784
5785         * src/inc.c
5786                 Initialize session type to normal before getting 
5787                 mail (fixes strange Get behaviour)
5788         * src/prefs_account.h
5789                 Move STYPE_POP_BEFORE_SMTP to last position to 
5790                 avoid other side-effects
5791
5792 2002-09-22 [colin]      0.8.3claws11
5793
5794         * src/prefs_account.c
5795                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5796                 from pop3 to apop or vice-versa
5797
5798 2002-09-22 [colin]      0.8.3claws10
5799         
5800         * src/prefs_account.[ch]
5801                 Add an option for the POP before SMTP timeout
5802         * src/inc.c
5803                 Remember time of last POP connection
5804         * src/send.c
5805                 Do POP before SMTP only if timeout reached
5806
5807 2002-09-22 [oliver]     0.8.3claws9
5808         
5809         * README.claws
5810                 explain custom toolbar
5811
5812 2002-09-22 [oliver]     0.8.3claws8
5813
5814         * src/prefs_actions.[ch]
5815         custom toolbar for compose      
5816                 actions callback from compose toolbar
5817         * src/folderview.c
5818                 remove include toolbar.h
5819
5820 2002-09-22 [oliver]     0.8.3claws7
5821         
5822         * src/prefs_toolbar.[ch]
5823                 custom toolbar for compose
5824                 - generic prefs_toolbar handles both
5825                   Mainwin's toolbar as well as Compose toolbar          
5826
5827 2002-09-22 [oliver]     0.8.3claws6
5828         
5829         * src/toolbar.[ch]
5830                 custom toolbar for compose
5831                 restructure toolbar.[ch]
5832
5833 2002-09-22 [oliver]     0.8.3claws5
5834
5835         * src/compose.[ch]
5836                 custom toolbar for compose
5837
5838 2002-09-22 [oliver]     0.8.3claws4
5839         
5840         * src/mainwindow.[ch]
5841                 custom toolbar for compose 
5842                 move mainwin toolbar back to mainwindow
5843
5844 2002-09-22 [alfons]     0.8.3claws3
5845
5846         * src/procmsg.c
5847                 :%sno/if(/if (/gc
5848                 :%sno/for(/for (/gc
5849                 (beautify)
5850
5851 2002-09-22 [alfons]     0.8.3claws2
5852         
5853         * src/procmsg.c
5854                 procmsg_save_to_outbox(): don't unlink message file from queue;
5855                 callers should do it using folder_item_remove_msg()
5856
5857 2002-09-22 [colin]      0.8.3claws1
5858
5859         * src/mimeview.[ch]
5860                 Made mimeview_check_signature() public
5861         * src/textview.c
5862                 Made GPG signatures verifiable by clicking
5863                 the [application/pgp-signature] in the Text
5864                 view
5865
5866 2002-09-22 [paul]       0.8.3claws
5867
5868         * po/bg.po
5869           po/en_GB.po
5870           po/es.po
5871           po/it.po
5872           po/pl.po
5873           po/pt_BR.po
5874           po/sr.po
5875                 updated translations, submitted by George Danchev,
5876                 me, Ricardo Mones Lastra, Alessandro Maestri,
5877                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5878                 and Urke MMI, respectively.     
5879
5880 2002-09-22 [alfons]     0.8.2claws65
5881
5882         * src/procmsg.c
5883         * src/pgptext.c
5884                 no furry valgrinds have been used to plug these memleaks
5885
5886 2002-09-20 [paul]       0.8.2claws64
5887
5888         * sync with 0.8.3cvs4
5889                 'Select thread' re-implemented 
5890                 see ChangeLog 2002-09-20
5891
5892 2002-09-21 [alfons]     0.8.2claws63
5893
5894         * src/compose.c
5895                 compose_send(): plug unnoticed memleak
5896
5897 2002-09-20 [alfons]     0.8.2claws62
5898
5899         * src/addr_compl.c
5900                 replace_address_in_edit(): strict check for NULL address to
5901                 fix "[ 607348 ] Segfault in address completion". My guess is
5902                 that this happens with an empty address book, but it's good
5903                 to have this check here anyway
5904                 
5905                 completion_window_button_press(): free string returned 
5906                 from the internal cache
5907
5908 2002-09-20 [christoph]  0.8.2claws61
5909
5910         * src/procmime.h
5911                 added ENC_BINARY to EncodingType
5912         * src/procmime.c
5913                 the string returned by procmime_get_encoding_str
5914                 should not depend on the order of values in the
5915                 EncodingType definition
5916         * doc-src/rfc1806.txt   ** NEW FILE **
5917                 Added rfc1806 about MIME Content-Disposition
5918                 Extension
5919
5920 2002-09-19 [paul]       0.8.2claws60
5921
5922         * sync with 0.8.2cvs3
5923                 see ChangeLog 2002-09-19
5924
5925 2002-09-19 [paul]       0.8.2claws59
5926
5927         * src/prefs_folder_item.c
5928                 revert to Darko's original alignment of colour
5929                 selector button
5930                 add a colon to folder_color label
5931                 
5932         * src/compose.c
5933                 add Colin's patch (with Hiro's modifications) to 
5934                 force BASE64 encoding for 8-bit text when signing
5935                 (sync with 0.8.3cvs2)
5936
5937 2002-09-18 [alfons]     0.8.2claws58
5938
5939         * src/compose.c
5940                 :%sno/if(/if (/gc
5941                 :%sno/for(/for (/gc
5942                 (beautify a little bit)
5943
5944 2002-09-18 [christoph]  0.8.2claws57
5945
5946         * src/pine.c
5947                 fix handling of fgetc return value
5948
5949 2002-09-17 [alfons]     0.8.2claws56
5950         
5951         * src/summaryview.c
5952                 summary_sort(): check non-NULL summaryview->folder_item when no 
5953                 folder is selected at all
5954                 (closes "[ 610344 ] sort label make syl Crash")
5955
5956 2002-09-17 [alfons]     0.8.2claws55
5957         
5958         * src/compose.c
5959                 beautify a little bit
5960
5961 2002-09-17 [christoph]  0.8.2claws54
5962
5963         * src/folder.c
5964                 initialize max values for cache and folder
5965                 when cache or folder is empty
5966
5967 2002-09-15 [colin]      0.8.2claws53
5968
5969         * src/compose.c
5970                 Fix a leak (thanks Alfons!) and cleaned
5971                 variables names for custom headers
5972
5973 2002-09-15 [colin]      0.8.2claws52
5974
5975         * src/compose.c
5976                 Fix custom headers recognition when
5977                 prefs_common.trans_hdr is on
5978
5979 2002-09-15 [colin]      0.8.2claws51
5980
5981         * src/compose.c
5982                 Allow dynamically-added custom headers
5983                 Yet not reparsed if reedited
5984
5985 2002-09-15 [alfons]     0.8.2claws50
5986
5987         * src/prefs_account.c
5988                 fix warnings
5989
5990 2002-09-15 [colin]      0.8.2claws49
5991         
5992         * src/prefs_account.c
5993                 fix pop_before_smtp sensitivity
5994
5995 2002-09-15 [colin]      0.8.2claws48
5996
5997         * src/inc.[ch]
5998                 add inc_pop_before_smtp()
5999                 allow MainWindow to be undefined in 
6000                 inc_account_mail() and inc_start()
6001         * src/pop.c
6002           src/prefs_account.h
6003                 add STYPE_POP_BEFORE_SMTP session type
6004         * src/prefs_account.c
6005                 activated pop before smtp option
6006         * src/send.c
6007                 do pop before smtp if the relevant option 
6008                 is set
6009
6010 2002-09-15 [paul]       0.8.2claws47
6011
6012         * sync with 0.8.3
6013                 see ChangeLog 2002-09-15
6014
6015 2002-09-14 [paul]       0.8.2claws46
6016
6017         * po/bg.po
6018                 updated Bulgarian translation, submitted by
6019                 George Danchev
6020
6021 2002-09-13 [paul]       0.8.2claws45
6022
6023         * src/compose.c
6024                 merge claws' select_account() with main's
6025                 (new) compose_select_account(). [sync with
6026                 0.8.2cvs15, see ChangeLog 2002-09-11]
6027
6028 2002-09-12 [christoph]  0.8.2claws44
6029
6030         * src/filter.c
6031                 allocate 1 elements of FolderItem not 0
6032
6033 2002-09-12 [colin]      0.8.2claws43
6034
6035         * src/compose.c
6036                 Fix bug #590825 (obey Follow-up: poster)
6037
6038 2002-09-12 [colin]      0.8.2claws42
6039
6040         * src/procmime.c
6041                 Fix bug #557009 (wrong headers for messages 
6042                 forwarded as attachments)
6043
6044 2002-09-11 [colin]      0.8.2claws41
6045         
6046         * src/compose.c
6047                 Put SCF: pseudo-header on top of message
6048                 Set draft tmp_flag when saved as draft
6049
6050         * src/procmsg.c
6051           src/procheader.c
6052                 Skip after first \n\n for beginning of real message
6053                 for drafts too
6054
6055 2002-09-11 [christoph]  0.8.2claws40
6056
6057         * src/filtering.c
6058                 use procmsg flag functions in filtering or processing
6059                 will cause incorrect folder message counts
6060
6061 2002-09-11 [colin]      0.8.2claws39
6062
6063         * src/compose.c
6064                 Fix bug #550175 - wrong save folder when reediting
6065                 drafts
6066
6067 2002-09-11 [paul]       0.8.2claws38
6068
6069         * sync with 0.8.2cvs14
6070                 see ChangeLog 2002-09-11
6071
6072 2002-09-11 [colin]      0.8.2claws37
6073
6074         * src/folder.c
6075                 Fix a typo (seeming to cause new/unread status to
6076                 be lost)
6077
6078 2002-09-10 [christoph]  0.8.2claws36
6079
6080         * src/compose.c
6081                 compose_redirect should not use compose_generic_new
6082                 because that does more stuff than expected including
6083                 opening the external editor
6084                 (closes bug "[ 526608 ] bounced messages appear blank
6085                  in editor")
6086
6087 2002-09-10 [christoph]  0.8.2claws35
6088
6089         * src/folder.c
6090                 fix problem with too large message number range
6091                 causing a crash in folder_item_scan
6092
6093 2002-09-10 [paul]       0.8.2claws34
6094
6095         * sync with 0.8.2cvs13
6096                 see ChangeLog 2002-09-10
6097
6098 2002-09-10 [christoph]  0.8.2claws33
6099
6100         * src/msgcache.c
6101                 set MsgInfo TmpFlags for queue and draft folders
6102                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6103
6104 2002-09-10 [paul]       0.8.2claws32
6105
6106         * AUTHORS
6107           po/bg.po      ** NEW FILE **
6108                 new Bulgarian translation submitted by
6109                 George Danchev <danchev@spnet.net>
6110                 
6111         * tools/Makefile.am
6112           tools/README
6113           tools/tb2sylpheed     ** NEW FILE **
6114                 add script that converts an addressbook exported
6115                 from The Bat! into a Sylpheed addressbook. Submitted
6116                 by Urke MMI <urke-kg@eunet.yu>
6117
6118 2002-09-10 [paul]       0.8.2claws31
6119
6120         * sync with 0.8.2cvs12
6121                 see ChangeLog 2002-09-10
6122
6123 2002-09-06 [paul]       0.8.2claws30
6124
6125         * src/prefs_common.c
6126                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6127                 
6128         * tools/Makefile.am
6129           tools/README
6130           tools/ldif-to-xml.py  ** REMOVED **
6131                 remove obsolete python script
6132
6133 2002-09-06 [paul]       0.8.2claws29
6134
6135         * sync with 0.8.2cvs10
6136                 see ChangeLog 2002-09-06
6137
6138 2002-09-04 [paul]       0.8.2claws28
6139
6140         * sync with 0.8.2cvs9
6141                 see ChangeLog 2002-08-04
6142
6143 2002-09-04 [colin]      0.8.2claws27 
6144
6145         * src/prefs_common.[ch]
6146                 Added signature color configuration
6147         * src/textview.c
6148                 Use user-specified signature color
6149
6150 2002-09-03 [colin]      0.8.2claws26
6151
6152         * src/prefs_common.[ch]
6153                 Added autosave and autosave_length prefs
6154         * src/compose.c
6155                 Added compose_remove_draft()
6156                 Auto-save drafts according to the prefs
6157         * src/main.c
6158                 Added a crash-indicator file, allowing to check
6159                 for new messages on startup if Sylpheed crashed
6160                 (makes saved drafts "reappear")
6161
6162 2002-09-03 [colin]      0.8.2claws25
6163
6164         * src/textview.[ch]
6165                 Grey the signature
6166
6167 2002-09-03 [paul]       0.8.2claws24
6168
6169         * sync with 0.8.2cvs8
6170                 see ChangeLog 2002-09-02 and 2002-09-03
6171
6172 2002-09-03 [darko]      0.8.2claws23
6173
6174         * src/folderview.c
6175                 use normal style when creating new folder to pick
6176                 proper font size 
6177
6178 2002-09-02 [melvin]     0.8.2claws22
6179
6180         * src/gtkaspell.m4
6181                 removed some obsolete code
6182
6183 2002-09-02 [melvin]     0.8.2claws21
6184
6185         * ac/aspell.m4
6186                 fixed test's equality sign (== to =)
6187
6188 2002-09-02 [alfons]     0.8.2claws20
6189
6190         * src/folder.c
6191         * src/mh.c
6192                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6193                 as folder->destroy virtual as suggested by Hiro
6194                 (the mh.c code seems to have been lost around mh.c.1.21)
6195
6196 2002-09-02 [paul]       0.8.2claws19
6197
6198         * po/pt_BR.po
6199                 updated by Fabio Jr. Beneditto
6200                 
6201         * src/defs.h
6202                 use 'http://claws.sylpheed.org' for homepage link. 
6203                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6204
6205 2002-09-01 [alfons]     0.8.2claws18
6206
6207         * src/mh.c
6208                 plug memleak related to one Martin Kluge found
6209
6210 2002-08-31 [paul]       0.8.2claws17
6211
6212         * sync with 0.8.2cvs6
6213                 see ChangeLog 2002-08-30
6214
6215 2002-08-31 [alfons]     0.8.2claws16
6216
6217         * src/folder.c
6218                 folder_destroy(): remove mailbox from folderlist even if it has
6219                 no destroy virtual
6220
6221 2002-08-31 [alfons]     0.8.2claws15
6222
6223         * src/folder.c
6224                 :%sno/if(/if (/gc
6225                 :%sno/for(/for (/gc
6226                 (being pedantic I know)
6227
6228 2002-08-31 [alfons]     0.8.2claws14
6229
6230         * src/folder.c
6231                 check for NULL pointers returned from folder->fetch_msginfo virtual
6232                 (should solve some reported crashes)
6233
6234 2002-08-30 [alfons]     0.8.2claws13
6235
6236         * acconfig.h
6237         * configure.in
6238         * src/crash.c
6239                 enable crash dialog on compilation time
6240                 (--enable-crash-dialog configure option)
6241
6242 2002-08-30 [alfons]     0.8.2claws12
6243
6244         * AUTHORS
6245                 add Martin Kluge
6246         * src/mh.c
6247                 apply memory leak plug patch by Martin Kluge
6248                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6249                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6250                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6251
6252 2002-08-30 [darko]      0.8.2claws11
6253
6254         * src/folderview.c
6255                 copy Gtk style from normal style to match
6256                 font size for coloured folders
6257
6258 2002-08-29 [alfons]     0.8.2claws10
6259
6260         * sylpheed.desktop
6261                 Type=Internet <- Type=Application
6262                 (reported by Michael Schwendt, see:
6263                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6264                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6265
6266 2002-08-29 [paul]       0.8.2claws9
6267
6268         * sync with 0.8.2cvs5
6269                 see ChangeLog 2002-08-29
6270
6271 2002-08-29 [colin]      0.8.2claws8
6272
6273         * src/summaryview.c
6274                 Added a sanity check in summary_select_thread
6275                 Should fix bug 601605
6276
6277 2002-08-29 [colin]      0.8.2claws7
6278
6279         * src/main.c
6280                 Revert claws6 changes regarding bug #591676
6281
6282 2002-08-28 [colin]      0.8.2claws6
6283         
6284         * src/main.c
6285                 Ignore cache for queue folderitems
6286                 Fix bug #591676
6287
6288 2002-08-28 [melvin]     0.8.2claws5
6289
6290         * README.claws
6291                 Fixed typos.
6292
6293 2002-08-28 [melvin]     0.8.2claws4
6294
6295         * README.claws
6296                 Updated a bit the text concerning the spell checker
6297
6298 2002-08-28 [melvin]     0.8.2claws3
6299
6300         Merged the GNU_aspell_branch:
6301                 Support of new GNU/aspell is now included and the old pspell
6302                 is not supported anymore.
6303                 See README.claws
6304
6305         * README.claws
6306                 Updated spell checker text to reflect the switch to GNU/aspell
6307
6308         * ac/aspell.m4          *** NEW ***
6309         * src/gtkaspell.[ch]    *** NEW *** 
6310         * ac/pspell.m4          *** DELETED *** 
6311         * src/gtkspell.[ch]     *** DELETED ***
6312
6313         * ac/Makefile.am
6314                 Updated for GNU/aspell support
6315
6316         * po/POTFILES.in
6317                 Replaced gtkspell.c by gtkaspell.c
6318
6319         * acconfig.h
6320         * src/Makefile.am
6321         * src/about.c
6322         * src/compose.[ch]
6323         * src/crash.c
6324         * src/main.c
6325         * src/prefs_common.[ch]
6326                 Updated for GNU/aspell support
6327
6328 2002-08-28 [paul]       0.8.2claws2
6329
6330         * sync with 0.8.2cvs4
6331                 see ChangeLog 2002-08-27 and 2002-08-28
6332
6333 2002-08-28 [colin]      0.8.2claws1
6334
6335         * src/summary_search.c
6336                 Added "AND search"
6337
6338 2002-08-28 [jens]       0.8.2claws
6339
6340         *po/de.po
6341                 Updated German translations
6342
6343 2002-08-27 [melvin]     0.8.2claws
6344
6345         * po/fr.po
6346                 Updated French translations
6347
6348 2002-08-27 [paul]       0.8.2claws
6349
6350         * sync with 0.8.2 main release
6351
6352         * po/en_GB.po
6353           po/es.po
6354           po/it.po
6355           po/pl.po
6356           po/pt_BR.po
6357           po/sr.po
6358                 updated message catalogs submitted by
6359                 Ricardo Mones Lastra, Alessandro Maestri,
6360                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6361                 Beneditto and Urke MMI  
6362
6363 2002-08-27 [hoa]        0.8.1claws123
6364
6365         * src/mainwindow.[ch]
6366         * src/summaryview.[ch]
6367                 removed the "filter setting" menu option.
6368                 add a "cancel a news message" menu option.
6369
6370 2002-08-26 [martin]     0.8.1claws122
6371
6372         * ChangeLog.claws
6373                 changed string under 0.8.1claws79 changed by myself
6374                 i'm sorry alfons :(
6375
6376 2002-08-26 [martin]     0.8.1claws121
6377
6378         * src/crash.c
6379                 added kill command to debuggerrc to start crash dialog
6380
6381 2002-08-26 [paul]       0.8.1claws120
6382
6383         * sync with 0.8.1cvs31
6384                 see ChangeLog 2002-08-26
6385
6386 2002-08-25 [alfons]     0.8.1claws119
6387
6388         * src/procmsg.c
6389                 fix bug that didn't send out correct headers to news server
6390                 when sending news article and email from queue (bug reported
6391                 and patch provided by Tim Mann; closes bug 
6392                 "[ 583196 ] 0.7.8claws can't post news")
6393
6394 2002-08-25 [alfons]     0.8.1claws118
6395
6396         * src/selective_download.c
6397                 mark two strings as translatable
6398                 (thanks to Urke MMI for pointing this out)
6399
6400 2002-08-25 [alfons]     0.8.1claws117
6401
6402         * src/summaryview.c
6403                 treat sent boxes as special and allow sorting them by addressee
6404                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6405                 submitted by Steve Lamb)
6406
6407 2002-08-24 [alfons]     0.8.1claws116
6408
6409         * src/matcher.c
6410                 fix memleak reported by Martin Kluge
6411                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6412
6413 2002-08-24 [oliver]     0.8.1claws115
6414
6415         * src/prefs_toolbar.c
6416                 o code cleanup as suggested by Alfons
6417                 o memleak fix
6418
6419 2002-08-24 [alfons]     0.8.1claws114
6420
6421         * src/summaryview.c
6422                 o fix another memory leak reported by Martin Kluge
6423                   (see "[ 599568 ] Small Memory Leak")
6424                 o remove 'from' variable from 'summary_set_header()'; we can
6425                   do with just 'to' 
6426
6427 2002-08-24 [paul]       0.8.1claws113
6428
6429         * sync with 0.8.1cvs30
6430                 see ChangeLog 2002-08-23
6431
6432 2002-08-24 [alfons]     0.8.1claws112
6433
6434         * src/summaryview.c
6435                 remove unnecessary allocations for search bar fixing leaks
6436                 reported by Martin Kluge
6437                 (see "[ 599451 ] Further memory leaks?")
6438
6439 2002-08-24 [alfons]     0.8.1claws111
6440
6441         * src/main.c
6442                 make get_socket_name() public for crash.c
6443         * src/crash.c
6444                 o make report bug button work (goes to claws' 
6445                   bug tracker at sf.net)
6446                 o introduce function for doing important stuff just
6447                   before claws goes down
6448                 o clean up code 
6449
6450 2002-08-24 [alfons]     0.8.1claws110
6451
6452         * src/compose.c
6453                 move cursor to "To" entry when forwarding as attachment
6454                 (reported and solved by Steve Lamb, closes bug report
6455                 "[ 592880 ] Forward as attachment; cursor not in to")
6456
6457 2002-08-24 [colin]      0.8.1claws109
6458
6459         * src/mainwindow.c
6460                 fix quick search visibility after GUI (de)separations.
6461
6462 2002-08-23 [colin]      0.8.1claws108
6463
6464         * src/mainwindow.c
6465                 fix header pane visibility after folderview or
6466                 messageview (de)separation
6467
6468 2002-08-23 [paul]       0.8.1claws107
6469
6470         * src/mainwindow.[ch]
6471           src/toolbar.c
6472                 give full control of display or non-display 
6473                 of the Execute icon to Custom toolbar settings.
6474                 add new sensitivity condition to maninwindow.h: 
6475                 M_DELAY_EXEC
6476
6477         * ChangeLog
6478           ChangeLog.jp
6479           NEWS
6480                 more sync with 0.8.1cvs29
6481
6482 2002-08-23 [melvin]     0.8.1claws106
6483
6484         * src/alertpanel.c
6485                 Readded support for custom widget in alertpanel lost in last
6486                 sync.
6487
6488 2002-08-23 [paul]       0.8.1claws105
6489
6490         * sync with 0.8.1cvs29
6491                 see ChangeLog 2002-08-23
6492
6493 2002-08-23 [colin]      0.8.1claws104
6494
6495         * src/summaryview.c
6496                 Fix folder and search pixmaps exchanging positions
6497                 after theme or toolbar changes. Thank to Oliver for 
6498                 reporting this.
6499
6500 2002-08-23 [colin]      0.8.1claws103
6501
6502         * src/mainwindow.c
6503           src/messageview.[ch]
6504           src/noticeview.[ch]
6505           src/summaryview.c
6506                 Changed messageview_create() and noticeview_create()
6507                 to avoid the last gdk_warning
6508
6509 2002-08-22 [colin]      0.8.1claws102
6510
6511         * src/summaryview.c
6512                 Fix my new `Creating pixmap from xpm' warning
6513
6514 2002-08-22 [colin]      0.8.1claws101
6515
6516         * src/mainwindow.c
6517                 Fix some of the gdk warnings
6518
6519 2002-08-22 [colin]      0.8.1claws100
6520
6521         * src/Makefile.am
6522         * src/stock_pixmap.c
6523         * src/stock_pixmap.h
6524         * src/pixmaps/quicksearch.xpm *ADDED*
6525                 Add the quicksearch pixmap
6526         * src/mainwindow.c
6527         * src/summaryview.c
6528         * src/summaryview.h
6529                 Make quicksearch bar visible/hidden via a button
6530
6531 2002-08-22 [christoph]  0.8.1claws99
6532
6533         * src/folder.c
6534                 fix folder update for newsgroups with message
6535                 numbers below minimum number of articles to fetch
6536                 (closes bug #598445)
6537
6538 2002-08-22 [paul]       0.8.1claws98
6539
6540         * sync with 0.8.1cvs28
6541                 see ChangeLog 2002-08-22
6542
6543 2002-08-21 [alfons]     0.8.1claws97
6544
6545         * src/crash.c
6546                 use bt instead of bt full which seems to work 
6547                 better, and bt full doesn't give a great deal 
6548                 of information anyway
6549
6550 2002-08-21 [colin]      0.8.1claws96
6551
6552         * src/summaryview.c
6553                 fix summaryview_searchtype_changed prototype
6554
6555 2002-08-21 [christoph]  0.8.1claws95
6556
6557         * src/mainwindow.c
6558                 o fix broken menu update for sorting type, we have to
6559                   get this info from the summaryview now
6560                 o removed setting of threaded state in menu callback
6561         * src/summaryview.[ch]
6562                 more summaryview/folderitem seperation for
6563                 threading option
6564         * configure.in
6565                 removed not required --with-compiler-flags option
6566
6567 2002-08-21 [oliver]     0.8.1claws94
6568         
6569         * src/toolbar.h 
6570                 o rename toolbar.xml to toolbar_main.xml
6571                   since toolbar_compose.xml might come up 
6572                   any time soon
6573         * README.claws
6574                 add custom toolbar              
6575
6576 2002-08-21 [darko]      0.8.1claws93
6577
6578         * src/procmsg.c
6579                 don't reset tmp flags for messages copied
6580                 to sent folder
6581
6582 2002-08-21 [colin]      0.8.1claws92
6583         
6584         * src/prefs_filtering.c
6585                 fix renaming rules on folder rename 
6586                 when folder is not a leaf folder
6587
6588 2002-08-21 [paul]       0.8.1claws91
6589
6590         * src/prefs_folder_item.c
6591                 fix alignment of colour selector
6592
6593 2002-08-21 [paul]       0.8.1claws90
6594
6595         * sync with 0.8.1cvs27
6596                 see ChangeLog 2002-08-21
6597
6598 2002-08-21 [paul]       0.8.1claws89
6599
6600         * src/summaryview.c
6601                 fix crash when changing field type in
6602                 Quick search bar
6603
6604 2002-08-21 [colin]      0.8.1claws88
6605
6606         * src/summaryview.c
6607                 Made quick search case-insensitive
6608
6609 2002-08-21 [paul]       0.8.1claws87
6610
6611         * sync with 0.8.1cvs26
6612                 see ChangeLog 2002-08-21
6613
6614 2002-08-20 [christoph]  0.8.1claws86
6615
6616         * src/folderview.c
6617         * src/main.c
6618         * src/summaryview.[ch]
6619                 more summaryview/folderitem seperation for
6620                 sort_key and sort_type
6621         * src/procmsg.c
6622                 added missing return statement
6623
6624 2002-08-20 [colin]      0.8.1claws85
6625
6626         * src/summaryview.[ch]
6627                 Added a quick search box
6628         * src/mainwindow.c
6629         * src/prefs_common.[ch]
6630                 Added a show/hide option for the quick search
6631
6632 2002-08-20 [oliver]     0.8.1claws84
6633         
6634         * src/mainwindow.c
6635                 remove toolbar_create_popups
6636         * src/toolbar.[ch]
6637                 o remove toolbar_create_popups
6638                 o fix toolbar_set_sensitive 
6639                   (Bug reports #596834 and #596832)     
6640         * src/prefs_toolbar.c
6641                 o add "Set default" button
6642                 o align label and text + combo widgets
6643
6644 2002-08-20 [hoa]        0.8.1claws83bis
6645
6646         * src/imap.c
6647                 fixed a bug in imap_fetch_msginfo() in case there is no
6648                 current folder.
6649
6650 2002-08-20 [darko]      0.8.1claws83
6651
6652         * src/folderview.c
6653                 copy the color style of folder view so it
6654                 works with GTK themes
6655
6656 2002-08-20 [darko]      0.8.1claws82
6657
6658         * src/folder.h
6659         * src/folderview.c
6660         * src/prefs_folder_item.[hc]
6661                 don't use UI stuff in folder.h
6662
6663 2002-08-20 [darko]      0.8.1claws81
6664
6665         * src/folder.h
6666         * src/prefs_folder_item.h
6667         * src/folderview.c
6668         * src/prefs_folder_item.c
6669                 ability to set folder color in folderview
6670
6671 2002-08-19 [alfons]     0.8.1claws80
6672
6673         * src/summaryview.c
6674                 fix one of the earlier memleaks reported by Martin Kluge
6675
6676 2002-08-19 [alfons]     0.8.1claws79
6677
6678         * src/mainwindow.c
6679                 hide notice view when selecting seperate folder
6680                 view (reported by Urke MMI)
6681
6682 2002-08-19 [christoph]  0.8.1claws78
6683
6684         * src/folderview.c
6685         * src/prefs_folder_item.h
6686         * src/summaryview.[ch]
6687                 o add summary_set_prefs_from_folderitem to set
6688                   summaryview prefs (first step to remove all
6689                   references to the folderitem in summaryview)
6690                 o moved compiled regex stuff from folderitem prefs
6691                   to summaryview code
6692
6693 2002-08-19 [paul]       0.8.1claws77
6694
6695         * src/compose.c
6696                 add check for '.' to QUOTE_IF_REQUIRED
6697
6698 2002-08-19 [paul]       0.8.1claws76
6699
6700         * src/inc.c
6701                 sync with 0.8.1cvs25 (plug memory leak)
6702
6703         * src/prefs_toolbar.c
6704                 re-order prefs_toolbar_cancel()
6705
6706 2002-08-18 [alfons]     0.8.1claws75
6707
6708         * src/inc.c
6709         * src/matcher.c
6710                 plug other memleaks reported by Martin Kluge
6711
6712 2002-08-18 [paul]       0.8.1claws74
6713
6714         * po/pt_BR.po
6715                 updated by Fabio Jr. Beneditto
6716
6717 2002-08-18 [paul]       0.8.1claws73
6718
6719         * src/toolbar.[ch]
6720                 fix bug where tooltips were displayed untranslated              
6721
6722         * src/prefs_toolbar.c
6723                 fix bug where clicking 'Cancel' creates an icon & text
6724                 toolbar regardless of prefs
6725         
6726
6727 2002-08-17 [oliver]     0.8.1claws72
6728
6729         * src/prefs_toolbar.c
6730                 update toolbar on CANCEL
6731                 bug reported by Martin Kluge
6732         * src/toolbar.c
6733                 toolbar_destroy memleak fixed           
6734
6735 2002-08-17 [alfons]     0.8.1claws71
6736
6737         * src/toolbar.c
6738                 plug another memleak reported by Martin Kluge
6739
6740 2002-08-16 [alfons]     0.8.1claws70
6741
6742         * src/crash.c
6743                 use execvp() correctly (suggested by wwp; thanks!)
6744
6745 2002-08-16 [alfons]     0.8.1claws69
6746
6747         * src/gtksctree.c
6748                 plug memory leak reported by Kim Schultz & Martin Kluge
6749
6750 2002-08-16 [paul]       0.8.1claws68
6751
6752         * po/es.po
6753                 updated by Ricardo Mones Lastra
6754
6755 2002-08-16 [paul]       0.8.1claws67
6756
6757         * src/toolbar.h
6758                 fix bug where 'Compose News' icon showed wrong
6759                 tooltip
6760
6761 2002-08-16 [paul]       0.8.1claws66
6762
6763         * sync with 0.8.1cvs24
6764                 see ChangeLog 2002-08-16
6765
6766         * po/it.po
6767                 updated by Alessandro Maestri
6768
6769 2002-08-15 [paul]       0.8.1claws65
6770
6771         * po/sr.po
6772                 updated by Urke MMI
6773
6774 2002-08-15 [paul]       0.8.1claws64
6775
6776         * src/*.c
6777                 don't translate debug info
6778
6779         * src/matcher.[ch]
6780                 add copyright info
6781
6782 2002-08-15 [paul]       0.8.1claws63
6783
6784         * src/prefs_toolbar.c
6785                 fix bug where clicking 'OK' creates an icon & text
6786                 toolbar regardless of prefs
6787
6788 2002-08-14 [alfons]     0.8.1claws62
6789
6790         * src/main.c
6791                 add global var that has the full argv[0]
6792         * src/crash.c
6793                 o execvp the correct sylpheed by using argv0
6794                   and setting the correct work dir
6795                 o other tweaks  
6796
6797 2002-08-14 [oliver]     0.8.1claws61
6798         
6799         * enable/disable Toolbar Action Buttons 
6800         * code cleanups
6801         * src/mainwindow.c
6802         * src/toolbar.[ch]      
6803         * src/prefs_toolbar.c   
6804
6805 2002-08-14 [melvin]     0.8.1claws60
6806
6807         * po/fr.po
6808                 Updated French translations
6809
6810 2002-08-14 [melvin]     0.8.1claws59
6811
6812         * src/crash.c
6813                 Made bug report not translatable
6814         * src/exporthtml.c
6815                 Fixed exporthtml_build_filespec() return value
6816         * src/foldersel.c
6817                 Fixed incorrect include file
6818         * src/gtkspell.c
6819         * src/prefs_actions.c
6820         * src/prefs_toolbar.c
6821                 Made debug info not translatable
6822         * src/mutt.c
6823         * src/quote_fmt.c
6824                 Added missing includes
6825         * src/prefs_common.c
6826                 Fixed typo
6827
6828 2002-08-14 [paul]       0.8.1claws58
6829
6830         * faq/es/sylpheed-faq.html
6831           faq/es/sylpheed-faq-[1-3].html
6832           faq/es/sylpheed-faq-4.html     **NEW FILE **
6833                 update Spanish FAQ
6834
6835 2002-08-13 [christoph]  0.8.1claws57
6836
6837         * src/procmsg.c
6838                 ignore thread fix that did not mark all
6839                 child nodes of a ignored thread as
6840                 ignored. Does not work perfectly yet,
6841                 but it is better now
6842
6843 2002-08-13 [alfons]     0.8.1claws56
6844
6845         * src/crash.c
6846                 o implement 'save crash log'
6847                 o some tweaks
6848
6849 2002-08-13 [melvin]     0.8.1claws55
6850
6851         * src/main.c
6852                 removed unrequired "execinfo.h" header
6853
6854 2002-08-12 [paul]       0.8.1claws54
6855
6856         * faq/en/sylpheed-faq.html
6857           faq/en/sylpheed-faq-[1-3].html
6858           faq/en/sylpheed-faq-4.html     **NEW FILE **
6859                 update English FAQ
6860
6861 2002-08-12 [alfons]     0.8.1claws53
6862
6863         * po/POTFILES.in
6864                 add crash.c to translatables
6865         * src/crash.c
6866                 bring in Leandro's crash dialog
6867
6868 2002-08-11 [alfons]     0.8.1claws52
6869
6870         * src/crash.c
6871                 clean up some warnings
6872
6873 2002-08-11 [alfons]     0.8.1claws51
6874
6875         * acconfig.h
6876         * configure.in
6877         * src/crash.[ch]        ** NEW FILES **
6878         * src/main.c            
6879                 initial gdb crash handler
6880
6881 2002-08-11 [paul]       0.8.1claws50
6882
6883         * src/prefs_toolbar.c
6884                 replace Up/Down arrow pixmaps with text to be
6885                 consistent across icon themes
6886
6887 2002-08-11 [paul]       0.8.1claws49
6888
6889         * src/prefs_common.c
6890           src/prefs_toolbar.c
6891                 rename 'Pixmap' -> 'Icon'
6892
6893         * src/toolbar.[ch]
6894                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6895
6896 2002-08-10 [paul]       0.8.1claws48
6897
6898         * src/prefs_toolbar.c
6899                 re-work the UI
6900
6901 2002-08-10 [paul]       0.8.1claws47
6902
6903         * src/main.c
6904                 don't write Processing progress to status bar
6905                 patch submitted by Alexander Evseev
6906
6907         * src/prefs_toolbar.c
6908                 re-position and resize window
6909                 make window assume correct size on first call
6910
6911 2002-08-10 [paul]       0.8.1claws46
6912
6913         * src/mainwindow.c
6914           src/prefs_toolbar.c
6915           src/toolbar.c
6916           src/toolbar.h
6917                 obey coding style
6918                 follow UI text conventions
6919
6920 2002-08-10 [alfons]     0.8.1claws45
6921
6922         * src/toolbar.c
6923                 correct pixmap for delete action
6924
6925 2002-08-10 [paul]       0.8.1claws44
6926
6927         * po/pt_BR.po
6928                 updated by Fabio Jr. Beneditto
6929
6930 2002-08-10 [paul]       0.8.1claws43
6931
6932         * po/POTFILES.in
6933                 add custom toolbar files
6934
6935 2002-08-10 [paul]       0.8.1claws42
6936
6937         * sync with 0.8.1cvs22
6938                 see ChangeLog 2002-08-09
6939
6940 2002-08-09 [paul]       0.8.1claws41
6941
6942         * tools/Makefile.am
6943           tools/README
6944           tools/outlook2sylpheed.pl     ** NEW FILE **
6945                 add script to convert exported Outlook
6946                 contacts list to a Sylpheed addressbook.
6947                 Submitted by Ricardo Mones Lastra.
6948
6949 2002-08-09 [paul]       0.8.1claws40
6950
6951         * AUTHORS
6952           configure.in
6953           po/sr.po      ** NEW FILE **
6954                 add Serbian message catalog. Submitted by
6955                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
6956
6957 2002-08-09 [paul]       0.8.1claws39
6958
6959         * sync with 0.8.1cvs21
6960                 see ChangeLog 2002-08-08
6961
6962 2002-08-08 [oliver]     0.8.1claws38
6963
6964         * src/mainwindow.c
6965                 move Custom Toolbar to Configuration menu
6966
6967 2002-08-08 [oliver]     0.8.1claws37
6968
6969         * src/prefs_toolbar.c
6970                 fix substitute pixmap bug
6971
6972 2002-08-08 [paul]       0.8.1claws36
6973
6974         * sync with 0.8.1cvs19
6975                 see ChangeLog 2002-08-08
6976
6977 2002-08-07 [christoph]  0.8.1claws35
6978
6979         * src/utils.c
6980                 fixed a memory leak in new canonicalize_file_replace
6981
6982 2002-08-07 [christoph]  0.8.1claws34
6983
6984         * src/utils.[ch]
6985                 o canonicalize_file_replace should create the temporary
6986                   file in the same directory as the original file.
6987                 o added get_tmpfile_in_dir that creates a temorary file
6988                   in a specified directory.
6989
6990 2002-08-07 [melvin]     0.8.1claws33
6991
6992         * src/toolbar.c
6993                 fixed bug where 'Article' button acted as 'Email' button.
6994
6995 2002-08-07 [paul]       0.8.1claws32
6996
6997         * sync with 0.8.1.cvs17
6998                 see ChangeLog 2002-08-07
6999
7000 2002-08-07 [colin]      0.8.1claws31
7001         
7002         * src/news.c
7003                 fix mass-cancel problem
7004
7005 2002-08-07 [thorsten]   0.8.1claws30
7006
7007         * src/prefs_toolbar.c
7008                 fix: crash on replace or add new button
7009         * src/toolbar.c
7010                 fix: close xmlfile after reading
7011         * src/utils.c
7012                 fix: unlink() file before rename()
7013
7014 2002-08-06 [paul]       0.8.1claws29
7015
7016         * sync with 0.8.cvs15
7017                 see ChangeLog 2002-08-06
7018
7019 2002-08-06 [oliver]     0.8.1claws28
7020
7021         * src/toolbar.c
7022         * src/prefs_toolbar.c
7023                 fixed empty toolbar issue
7024
7025 2002-08-06 [oliver]     0.8.1claws27
7026
7027         * Custom Toolbar Final 
7028         * src/folderview.c
7029         * src/inc.c
7030         * src/summaryview.c
7031                 o toolbar stuff now lives in src/toolbar.[ch]
7032                 o main_window_toolbar_* functions are renamed to
7033                   toolbar_* reflecting their new source file
7034         * src/mainwindow.[ch]
7035                 o remove toolbar stuff  
7036
7037 2002-08-06 [oliver]     0.8.1claws26
7038         
7039         * src/Makefile.am
7040         * src/prefs_toolbar.[ch]        **New File**
7041         * src/toolbar.[ch]              **New File**
7042                 o prefs_toolbar.[ch] custom toolbar frontend
7043                 o toolbar.[ch]       backend 
7044
7045 2002-08-06 [oliver]     0.8.1claws25
7046
7047         * src/prefs_actions.[ch]
7048                 o new exported function actions_execute
7049
7050 2002-08-06 [paul]       0.8.1claws24
7051
7052         * sync with 0.8.1cvs4
7053                 see ChangeLog 2002-08-06
7054
7055 2002-08-06 [paul]       0.8.1claws23
7056
7057         * sync with 0.8.1cvs13
7058                 see ChangeLog 2002-08-06
7059
7060 2002-08-06 [paul]       0.8.1claws22
7061
7062         * sync with 0.8.1cvs12
7063                 see ChangeLog 2002-08-05 and 2002-08-06
7064
7065 2002-08-06 [match]      0.8.1claws21
7066
7067         * src/addrclip.c
7068                 improvements to cut/copy/paste address
7069
7070 2002-08-05 [match]      0.8.1claws20
7071
7072         * src/addritem.[ch]
7073         * src/addrcache.c
7074         * src/addrbook.c
7075         * src/editaddress.c
7076         * src/addressbook.c
7077                 fixes to improve cut/copy/paste
7078
7079 2002-08-06 [melvin]     0.8.1claws19
7080
7081         * src/account.[ch]
7082                 account_find_all_from_address(): new function that returns the
7083                 list of all accounts that are matched in an address.
7084         * src/alertpanel.[ch]
7085                 alertpanel() now accepts a custom widget
7086                 alertpanel_with_widget(): new function that pops up a panel with
7087                 a custom widget in it 
7088         * src/gtkutils.[ch]
7089                 gtkut_account_menu_new(): new function that allows the selection
7090                 of an account from a list of accounts.
7091         * src/messageview.c
7092                 Extended Return Receipt notification to select the correct 
7093                 account and to make a security test on the Delivery-Notification
7094                 address which should be the same as the Return-Path.
7095
7096 2002-08-06 [thorsten]   0.8.1claws18
7097
7098         * src/mimeview.c
7099                 attach_all: save unnamed as "noname.%d",
7100                 dont free static dirname
7101
7102 2002-08-05 [alfons]     0.8.1claws17
7103
7104         * configure.in
7105                 detect XIM by trying to link rather than compile a XIM program
7106
7107 2002-08-05 [oliver]     0.8.1claws16
7108                 
7109         * src/stock_pixmap.[ch]
7110                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7111                 o new func to retrieve pixmaps
7112
7113 2002-08-05 [paul]       0.8.1claws15
7114
7115         * sync with 0.8.1cvs10
7116                 see ChangeLog 2002-08-05
7117
7118 2002-08-04 [alfons]     0.8.1claws14
7119
7120         * src/textview.c
7121                 see if this plugs memleak
7122
7123 2002-08-04 [melvin]     0.8.1claws13
7124
7125         * src/gtkspell.c
7126                 fixed bug that could crash Sylpheed when highlighting
7127                 all misspelled words.
7128
7129 2002-08-03 [melvin]     0.8.1claws12
7130
7131         * src/prefs_actions.c
7132                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7133         * src/messageview.c
7134                 fixed bug where the Return Receipt was sent to
7135                 Delivery-Notification-To address even if it was not present
7136
7137 2002-08-02 [alfons]     0.8.1claws11
7138
7139         * src/prefs_actions.c
7140                 o more check for NULLs
7141                 o put create_io_dialog() in right conditional block
7142
7143 2002-08-02 [paul]       0.8.1claws10
7144
7145         * po/es.po
7146                 updated by Ricardo Mones Lastra
7147
7148 2002-08-01 [christoph]  0.8.1claws9
7149
7150         * src/folder.c
7151                 don't free the cache of the opened
7152                 folder in the summaryview
7153         * src/summaryview.c
7154                 don't unset flags, if it is not required
7155
7156 2002-08-01 [paul]       0.8.1claws8
7157
7158         * sync with 0.8.1cvs8
7159                 see ChangeLog entry 2002-08-01
7160
7161 2002-08-01 [paul]       0.8.1claws7
7162
7163         * sync with 0.8.1cvs7
7164                 see ChangeLog 2002-07-31 and 2002-08-01
7165
7166 2002-07-31 [christoph]  0.8.1claws6
7167
7168         * src/mainwindow.c
7169                 forgot to update menu sensitivity
7170                 function for new menu entry
7171
7172 2002-07-31 [alfons]     0.8.1claws5
7173
7174         * src/main.c
7175                 check folder item and its path for NULL on
7176                 initial processing
7177
7178 2002-07-31 [christoph]  0.8.1claws4
7179
7180         * src/folder.c
7181                 check if folder_item_get_msginfo in
7182                 folder_item_remove_msg returned NULL
7183         * src/imap.c
7184                 better clear the uid cache in the
7185                 uid validity check function and delete
7186                 cached messages
7187
7188 2002-07-31 [paul]       0.8.1claws3
7189
7190         * man/sylpheed.1
7191                 add the '--attach' option and a few other
7192                 minor changes
7193
7194 2002-07-31 [paul]       0.8.1claws2
7195
7196         * sync with 0.8.1cvs5
7197                 see ChangeLog 2002-07-31
7198
7199 2002-07-31 [christoph]  0.8.1claws1
7200
7201         * src/folderview.[ch]
7202         * src/mainwindow.c
7203                 replace "Rescan all folders..." with
7204                 "Check all folders for new messages..."
7205
7206 2002-07-30 [paul]       0.8.1claws
7207
7208         * version 0.8.1claws released
7209
7210 2002-07-30 [paul]       0.8.0claws29
7211
7212         * tools/OOo2sylpheed.pl ** NEW FILE **
7213           tools/README
7214                 add script to enable sending documents as
7215                 attachments from OpenOffice.org
7216
7217 2002-07-30 [melvin]     0.8.0claws28
7218
7219         * src/prefs_actions.c
7220                 Made the actions' input/output dialog display
7221                 without delay.
7222
7223 2002-07-30 [christoph]  0.8.0claws27
7224
7225         * src/procmsg.c
7226                 check if folder_item_get_msginfo in
7227                 procmsg_save_to_outbox returned NULL
7228
7229 2002-07-30 [paul]       0.8.0claws26
7230
7231         * sync with 0.8.1cvs4
7232                 see ChangeLog 2002-07-29
7233
7234 2002-07-29 [thorsten]   0.8.0claws25
7235
7236         * README.claws
7237                 added selective download, delete on server
7238
7239 2002-07-29 [paul]       0.8.0claws24
7240
7241         * sync with 0.8.1cvs3
7242                 see ChangeLog 2002-07-29
7243
7244 2002-07-27 [christoph]  0.8.0claws23
7245
7246         * src/folder.c
7247                 add extra check if fetching the msginfo
7248                 returned NULL
7249
7250 2002-07-27 [paul]       0.8.0claws22
7251
7252         * sync with 0.8.1cvs2
7253                 see ChangeLog 2002-07-26
7254
7255 2002-07-27 [christoph]  0.8.0claws21
7256
7257         * src/imap.c
7258                 add another check if a valid msginfo
7259                 was returned
7260
7261 2002-07-26 [hoa]        0.8.0claws20
7262
7263         * src/folder.c
7264                 Fixed a condition in folder_item_destroy()
7265
7266         * src/imap.c
7267                 Fixed an error in IMAP protocol
7268
7269 2002-07-26 [alfons]     0.8.0claws19
7270
7271         * src/folder.c
7272                 ofcourse compare with identifier, not the path
7273
7274 2002-07-26 [alfons]     0.8.0claws18
7275
7276         * src/folder.c
7277                 use folder item identifier for saving / restoring
7278                 preferences because folder->path might not be unique
7279
7280 2002-07-26 [melvin]     0.8.0claws17
7281
7282         * src/logwindow.c
7283                 Fixed a crash introduced in 0.8.0claws5 when log is 
7284                 cut under 80 characters.
7285
7286 2002-07-26 [paul]       0.8.0claws16
7287
7288         * sync with 0.8.1cvs1
7289                 see ChangeLog 2002-07-26
7290
7291 2002-07-26 [christoph]  0.8.0claws15
7292
7293         * src/imap.[ch]
7294                 imap folder now remembers the last selected
7295                 folder and imap_fetch_msginfo skips selecting
7296                 the folder if it is already selected
7297
7298 2002-07-26 [christoph]  0.8.0claws14
7299
7300         * src/folder.c
7301         * src/folderview.c
7302         * src/imap.c
7303                 fix imap folder rescanning
7304
7305 2002-07-25 [christoph]  0.8.0claws13
7306
7307         * src/filter.c
7308         * src/folder.[ch]
7309         * src/folderview.c
7310         * src/imap.[ch]
7311         * src/mainwindow.c
7312         * src/mbox_folder.c
7313         * src/mh.c
7314         * src/news.c
7315                 implement imap uid cache and uid validity check
7316
7317 2002-07-25 [alfons]     0.8.0claws12
7318
7319         * src/summaryview.c
7320                 fix a brown paper bag bug, and also add some more
7321                 checks
7322
7323 2002-07-25 [christoph]  0.8.0claws11
7324
7325         * src/folder.c
7326                 don't mix copy, fetch_msginfo and remove
7327                 operations in folder item copy and move
7328                 operations
7329
7330 2002-07-25 [christoph]  0.8.0claws10
7331
7332         * src/folderview.c
7333         * src/mainwindow.c
7334         * src/prefs_folder_item.c
7335         * src/summaryview.[ch]
7336                 remove no longer required parameter update_cache from
7337                 summary_show
7338
7339 2002-07-25 [paul]       0.8.0claws9
7340
7341         * sync with 0.8.1
7342         
7343         * AUTHORS
7344                 a few corrections
7345
7346 2002-07-24 [alfons]     0.8.0claws8
7347
7348         * src/summaryview.c
7349                 sort correctly when using simplified subject line
7350                 (closes feature request "[ 585141 ] applying regexp to subject 
7351                 before sort" submitted by Alexandra Walford)
7352
7353 2002-07-24 [paul]       0.8.0claws7
7354
7355         * sync with 0.8.0cvs3
7356                 see ChangeLog 2002-07-24
7357
7358 2002-07-23 [christoph]  0.8.0claws6
7359
7360         * src/folder.c
7361         * src/folder.h
7362         * src/summaryview.c
7363         * src/summaryview.h
7364         * src/main.c
7365                 o separate processing and summaryview
7366                 o removed summary_write_cache from summaryview
7367                 o removed summaryview->killed_messages, because we don't have
7368                   to keep a list of killed messages anymore. New cache will
7369                   keep the hidden messages in cache anyway
7370         * src/folderview.c
7371         * src/inc.c
7372         * src/selective_download.c
7373                 o removed unnecessary summary_write_cache calls
7374         * src/procmsg.c
7375                 o don't set ignore thread flag in procmsg_get_thread_tree
7376                   if it is already set
7377         * src/mainwindow.c
7378         * src/statusbar.h
7379                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7380                   they are used in different files
7381
7382 2002-07-23 [melvin]     0.8.0claws5
7383
7384         * src/addressbook.c
7385         * src/addrgather.c
7386         * src/editaddress.c
7387         * src/editgroup.c
7388         * src/editldap_basedn.c
7389         * src/importldif.c
7390         * src/prefs_common.c
7391                 Fixed few memory leak (gtk_editable_get_chars returns
7392                 an allocated string)
7393         * src/logwindow.c
7394                 Fixed few memory leak (gtk_editable_get_chars returns
7395                 an allocated string) and modified a little the log cutting
7396                 loop.
7397         * src/compose.c
7398                 Replaced a call to an obsolete function gtk_entry_get_text()
7399                 by gtk_editable_get_chars()
7400         * src/send.c
7401                 Removed a debug printf
7402
7403 2002-07-23 [christoph]  0.8.0claws4
7404
7405         * src/filesel.c
7406                 fix another g_dirname memory leak
7407
7408 2002-07-23 [christoph]  0.8.0claws3
7409
7410         * src/mh.c
7411                 fixed a memory leak in mh_fetch_msginfo
7412                 fixed crash when message header could not be
7413                 parsed
7414
7415 2002-07-23 [paul]       0.8.0claws2
7416
7417         * sync with 0.8.0cvs2
7418                 see ChangeLog 2002-07-23
7419
7420 2002-07-23 [paul]       0.8.0claws1
7421
7422         * sync with 0.8.0cvs1
7423                 see ChangeLog 2002-07-23
7424
7425 2002-07-23 [paul]       0.8.0claws
7426
7427         * release of 0.8.0claws
7428
7429 2002-07-23 [paul]       0.7.8claws99
7430
7431         * po/ru.po
7432                 new Russian translation, submitted by
7433                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7434
7435 2002-07-22 [jens]       0.7.8claws98
7436
7437         * po/de.po
7438                 Updated German translations.
7439
7440 2002-07-22 [paul]       0.7.8claws97
7441
7442         * po/es.po
7443           po/it.po
7444           po/nl.po
7445           po/pt_BR.po
7446                 updated translations by Ricardo Mones Lastra,
7447                 Alessandro Maestri, Wilbert Berendsen and 
7448                 Fabio Jr. Beneditto respectively
7449
7450 2002-07-22 [christoph]  0.7.8claws96
7451
7452         * src/mimeview.c
7453                 fix memory leak caused by wrong g_dirname usage
7454
7455 2002-07-22 [christoph]  0.7.8claws95
7456
7457         * src/summaryview.c
7458                 update new and unread message counts for summaryview
7459                 summaryview does not get it from the folder anymore
7460                 and has to update the values itself
7461
7462 2002-07-22 [melvin]     0.7.8claws94
7463
7464         * po/fr.po
7465                 Updated French translations.
7466
7467 2002-07-22 [christoph]  0.7.8claws93
7468
7469         * src/matcher.c
7470                 set prop->preg pointer to NULL or following check
7471                 will not fail and regexec will be called with
7472                 invalid pointer
7473
7474 2002-07-21 [alfons]     0.7.8claws92
7475         
7476         * src/prefs_common.[ch]
7477                 remove option "Send return receipt on request"
7478
7479 2002-07-21 [thorsten]   0.7.8claws91
7480
7481         * src/mimeview.c
7482                 fixed memleaks, coding style as pointed out by alfons
7483
7484 2002-07-21 [alfons]     0.7.8claws90
7485
7486         * src/messageview.c
7487         * src/noticeview.[ch]
7488                 o fix bug notice view being displayed when going to empty folder 
7489                   (noticed by Christoph)
7490                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7491                   (noticed by Thorsten)
7492
7493 2002-07-21 [thorsten]   0.7.8claws89
7494
7495         * src/mimeview.c
7496                 Included save_all patch from Xaview FACQ
7497                 added support for pathnames
7498
7499 2002-07-21 [alfons]     0.7.8claws88
7500
7501         * po/POTFILES.in
7502         * src/Makefile.am
7503         * src/mainwindow.c
7504         * src/messageview.[ch]
7505         * src/noticeview.c      ** NEW FILE **
7506         * src/noticeview.h      ** NEW FILE **
7507                 make return receipts work again
7508                 (UI idea by Leandro Pereira)
7509
7510 2002-07-21 [paul]       0.7.8claws87
7511
7512         * src/summaryview.c
7513                 fix sensitivity of 'Select thread'
7514
7515 2002-07-21 [paul]       0.7.8claws86
7516
7517         * src/prefs_common.c
7518                 add browser command line for Galeon
7519
7520 2002-07-21 [paul]       0.7.8claws85
7521
7522         * Makefile.am
7523                 fix 'EXTRA_DIST': remove README.README, add TODO
7524                 and TODO.claws
7525
7526 2002-07-21 [alfons]     0.7.8claws84
7527
7528         * src/gtkstext.c
7529                 make enter clear selection
7530                 (closes "[ 579888 ] Editor selection/entry error"
7531                 reported by Steve Lamb)
7532
7533 2002-07-21 [alfons]     0.7.8claws83
7534         
7535         * src/summaryview.c
7536                 sort message list when selecting unthread messages
7537                 (closes "[ 501593 ] switching threaded view doesn't sort"
7538                 reported by Simon Schubert)
7539
7540 2002-07-20 [alfons]     0.7.8claws82
7541         
7542         * src/matcher.c
7543                 const-correctness
7544
7545 2002-07-20 [thorsten]   0.7.8claws81
7546
7547         * src/matcher.c
7548                 Fixed expansion of empty fields in matchactions
7549
7550 2002-07-19 [melvin]     0.7.8claws80
7551
7552         * src/gtkspell.c
7553                 Removed a duplicate menu entry (fast mode) introduced during
7554                 the new cache merge
7555                 Added a menu separator between 'Use alternate' and 'Fast mode'
7556
7557 2002-07-19 [paul]       0.7.8claws79
7558
7559         * tools/Makefile.am
7560           tools/README
7561                 correct typos
7562
7563 2002-07-19 [thorsten]   0.7.8claws78
7564
7565         * tools/calypso_convert.pl      ** NEW FILE **
7566           tools/README
7567           tools/Makefile.am
7568                 script to import mbox files exported
7569                 by calypso
7570                 o generates folder structure
7571                 o includes attachments
7572
7573 2002-07-19 [melvin]     0.7.8claws77
7574
7575         * src/selective_download.[ch]
7576                 Fixed bug where closing the dialog with the window manager's
7577                 close button will not unlock the summary
7578                 Corrected some function declarations that missed a return value
7579                 Made the source code comply better with coding style.
7580         * src/prefs_common.c
7581                 Added new browser command line for Mozilla.
7582
7583 2002-07-18 [paul]       0.7.8claws76
7584
7585         * src/mainwindow.c
7586           src/selective_download.[ch]
7587                 reflect theme changes, fix Gdk Warning when creating 
7588                 pixmap from NULL window, and minor clean up.
7589                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7590
7591         * po/en_GB.po
7592                 updated
7593
7594 2002-07-17 [paul]       0.7.8claws75
7595
7596         * INSTALL[.jp]
7597                 sync with 0.8.0
7598         
7599         * po/en_GB.po
7600                 updated
7601
7602 2002-07-16 [paul]       0.7.8claws74
7603
7604         * tools/filter_conv.pl
7605           tools/README
7606                 replace conversion script with reimplemented version, 
7607                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7608
7609 2002-07-16 [colin]      0.7.8claws73
7610
7611         * src/summaryview.c
7612                 remove forgotten debug messages - sorry ;-)
7613
7614 2002-07-16 [colin]      0.7.8claws72
7615
7616         * src/mimeview.c
7617           src/summaryview.c
7618           src/textview.c
7619           src/textview.h
7620                 add the ability to select part of a text mime-part 
7621                 to reply.
7622
7623 2002-07-15 [christoph]  0.7.8claws71
7624
7625         * src/folder.c
7626                 fix folder message count for folders without
7627                 msg_is_changed (includes news folders)
7628
7629 2002-07-15 [martin]     0.7.8claws70
7630
7631         * src/summaryview.c
7632                 option "display recipient on 'From'..." now works
7633                 without the need of enabling the option
7634                 "display  sender  using  address  book".
7635
7636 2002-07-15 [christoph]  0.7.8claws69
7637
7638         * src/summaryview.c
7639                 removed setting folder status from summaryview.
7640                 folder.c should update all message counts correctly.
7641
7642 2002-07-15 [paul]       0.7.8claws68
7643
7644         * po/pt_BR.po
7645                 updated by Fabio Junior Beneditto
7646
7647 2002-07-15 [darko]      0.7.8claws67
7648
7649         * src/mh.c
7650                 Fixed target folder colorization, don't decrease op
7651                 number twice
7652
7653 2002-07-14 [paul]       0.7.8claws66
7654
7655         * sync with main 0.8.0
7656                 see ChangeLog 2002-07-14
7657
7658 2002-07-13 [melvin]     0.7.8claws65
7659         
7660         * src/addrbook.c
7661         * src/addressbook.c
7662         * src/addrindex.c
7663                 Replaced sprintf by g_snprintf to prevent possible buffer
7664                 overflow.
7665         * src/news.c
7666                 Corrected a log message output format.
7667                 Added a missing "done" debug output.
7668         * src/compose.c
7669                 Added keyboard accelerator for Priority menu items
7670                 Added missing \n in debug output
7671         * src/logwindow.c
7672         * src/gtkspell.c
7673         * src/rfc2015.c
7674                 Added missing \n in debug output
7675
7676 2002-07-13 [paul]       0.7.8claws64
7677
7678         * man/sylpheed.1
7679                 change Sergey's email address to the sf address
7680
7681         * src/textview.c
7682                 increase show_url_timeout (more useful for long
7683                 urls)
7684
7685 2002-07-12 [sergey]     0.7.8claws63
7686
7687         * src/rfc2015.c
7688                 applied (with some modifications) patch to set the
7689                 micalg parameter for signatures
7690                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7691
7692 2002-07-12 [sergey]     0.7.8claws62
7693
7694         * man/Makefile.am
7695         * configure.in
7696                 fixed man page installation
7697
7698 2002-07-12 [paul]       0.7.8claws61
7699
7700         * sync with 0.7.8cvs26
7701                 see ChangeLog 2002-07-11 and 2002-07-12
7702
7703 2002-07-11 [christoph]  0.7.8claws60
7704
7705         * src/compose.c
7706         * src/procmsg.c
7707                 first use the message number to find the message
7708                 to mark with a reply flag but check the
7709                 message-id if we got the correct message, if not
7710                 try to find it by message-id.
7711                 use new string seperator that is not allowed
7712                 in message-ids.
7713
7714 2002-07-11 [paul]       0.7.8claws59
7715
7716         * sync with 0.7.8cvs23
7717                 see ChangeLog 2002-07-10
7718
7719 2002-07-10 [christoph]  0.7.8claws58
7720
7721         * src/folder.[ch]
7722         * src/msgcache.[ch]
7723                 Added message-id table to the cache in memory
7724                 and functions to msgcache.c and folder.c to
7725                 fetch MsgInfos by message id
7726         * src/compose.c
7727         * src/procmsg.c
7728                 store folder and message-id of message replying
7729                 to in queue header and set reply flag after sending
7730                 (Closes bug #469498)
7731
7732 2002-07-10 [paul]       0.7.8claws57
7733
7734         * AUTHORS
7735           man/sylpheed.1.gz
7736                 add Martin to the list of authors
7737
7738 2002-07-09 [martin]     0.7.8claws56
7739         * src/gtksctree.c
7740                 Added gtk_ctree_last_visible(), tree_update_level(),
7741                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7742                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7743                 from gtk+ to gtksctree.c for the new sorting code
7744                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7745                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7746         * src/gtksctree.h
7747                 Added declaration for gtk_sctree_sort_recursive() and
7748                 gtk_sctree_sort_node
7749         * src/addressbook.c
7750         * src/foldersel.c
7751         * src/folderview.c
7752         * src/summaryview.c
7753                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7754                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7755
7756 2002-07-08 [paul]       0.7.8claws55
7757
7758         * more sync with 0.7.8cvs21
7759                 see ChangeLog 2002-07-08
7760
7761 2002-07-08 [paul]       0.7.8claws54
7762
7763         * sync with 0.7.8cvs21
7764                 see ChangeLog 2002-07-08
7765
7766 2002-07-07 [alfons]     0.7.8claws53
7767
7768         * src/Makefile.am
7769         * src/stock_pixmap.[ch]
7770         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7771         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7772         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7773                 add new pixmaps for upcoming notice pane
7774
7775 2002-07-06 [melvin]     0.7.8claws52
7776
7777         * src/gtkspell.[ch]
7778                 Made them a bit closer to Sylpheed's coding style.
7779                 Removed old code.
7780                 Removed possible memory leaks when some errors occurs.
7781
7782 2002-07-06 [melvin]     0.7.8claws51
7783
7784         * po/Makefile.in.in
7785                 Removed --no-location in xgettext command line to help
7786                 translators that use Emacs' po-mode
7787         * src/quote_fmt.c
7788                 Removed unnecessary comments that messed up sylpheed.pot
7789
7790 2002-07-06 [paul]       0.7.8claws50
7791
7792         * sync with 0.7.8cvs19
7793                 see ChangeLog 2002-07-05
7794
7795 2002-07-06 [christoph]  0.7.8claws49
7796
7797         * src/folder.c
7798         * src/mainwindow.c
7799                 fix folder_item_remove_all_msg and folderview
7800                 status for trash folders after emptying trash
7801
7802 2002-07-05 [paul]       0.7.8claws48
7803
7804         * sync with 0.7.8cvs16
7805                 see ChangeLog 2002-07-04 and 2002-07-05
7806
7807 2002-07-04 [paul]       0.7.8claws47
7808
7809         * sync with 0.7.8cvs14
7810                 see  ChangeLog 2002-07-04
7811
7812 2002-07-03 [alfons]     0.7.8claws46
7813
7814         * src/folder.c
7815                 dupe folder item's path because it's being reallocated
7816                 by new folder scanning code
7817
7818 2002-07-03 [christoph]  0.7.8claws45
7819
7820         * src/imap.c
7821                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7822         * src/msgcache.c
7823                 add missing return in msgcache_write
7824
7825 2002-07-02 [thorsten]   0.7.8claws44
7826
7827         * src/jpilot.c
7828         * src/msgcache.c
7829         * src/rfc2015.c
7830                 use binary mode for file access
7831
7832 2002-07-02 [christoph]  0.7.8claws43
7833
7834         * major code cleanup (part 1)
7835         
7836                 - unused variables removed
7837                 - unused functions removed
7838                 - uninitialized variables checked
7839                 - missing return statements added
7840                 - missing function return types added
7841                 - added parentheses around assignment and
7842                   && in || when suggested by gcc
7843               
7844         * src/mh.c
7845         * src/folder.c
7846                 replaced direct calls to folder->scan_tree
7847                 with folder_scan_tree and restore folder
7848                 prefs in this function. The folder should
7849                 not have to deal with them.
7850                 ( Should now work for all folder types )
7851
7852 2002-07-02 [paul]       0.7.8claws42
7853
7854         * sync with 0.7.8cvs13
7855                 see ChangeLog 2002-07-01 and 2002-07-02
7856
7857 2002-07-01 [christoph]  0.7.8claws41
7858
7859         * src/summaryview.c
7860                 fix "goto next/prev unread message" with
7861                 ignored threads
7862
7863 2002-07-01 [paul]       0.7.8claws40
7864
7865         * po/es.po
7866                 updated by Ricardo Mones Lastra
7867
7868 2002-06-30 [match]      0.7.8claws39
7869
7870         * src/jpilot.c
7871                 applied variation of leonerd's patch (566661) to
7872                 allow multiple email addresses per JPilot entry.
7873                 addresses may be separated by space, comma, pipe,
7874                 semi-colon, new-line.
7875
7876 2002-06-30 [alfons]     0.7.8claws38
7877
7878         * src/procmsg.c
7879                 simple fix for putting older nodes before
7880                 newer nodes when threading by subject
7881
7882 2002-06-30 [christoph]  0.7.8claws37
7883
7884         * src/folder.c
7885         * src/folderview.c
7886         * src/mh.c
7887         * src/news.c
7888         * src/procmsg.c
7889                 fix broken folder tree rescaning
7890                 and don't use procmsg_get_mark_sum
7891                 anymore
7892
7893 2002-06-30 [christoph]  0.7.8claws36
7894
7895         * merge new cache branch
7896         * src/imap.c
7897                 fix new cache imap copy bug
7898         * src/folder.c
7899                 improved folder_item_scan
7900                 it should now always set the correct
7901                 new, unread and total message counts
7902
7903 2002-06-29 [paul]       0.7.8claws35
7904
7905         * configure.in
7906                 correct syntax error
7907
7908 2002-06-29 [paul]       0.7.8claws34
7909
7910         * configure.in
7911           Makefile.am
7912           man/Makefile.am       ** NEW FILE **
7913           man/sylpheed.1.gz     ** NEW FILE **
7914                 add Sylpheed man page
7915
7916 2002-06-29 [paul]       0.7.8claws33
7917
7918         * po/pt_BR.po
7919                 updated by Fabio Junior Beneditto
7920
7921 2002-06-28 [jens]       0.7.8claws32
7922
7923         * po/de.po
7924                 translation updated
7925
7926         * src/selective_download.c
7927                 removed gettext for space " "
7928
7929         * src/imap.c
7930                 removed wrong space
7931
7932 2002-06-28 [paul]       0.7.8claws31
7933
7934         * sync with 0.7.8cvs11
7935                 see ChangeLog 2002-06-28
7936
7937 2002-06-28 [paul]       0.7.8claws30
7938
7939         * sync with 0.7.8cvs10
7940                 see ChangeLog 2002-06-27 and 2002-06-28
7941
7942 2002-06-26 [paul]       0.7.8claws29
7943
7944         * src/addrgather.c
7945           src/selective_download.c
7946                 don't gettextise empty strings.
7947                 reserved by gettext. gettext("") returns 
7948                 the header entry with meta information, 
7949                 not the empty string
7950
7951         * po/en_GB.po
7952                 updated
7953
7954 2002-06-26 [paul]       0.7.8claws28
7955
7956         * sync with 0.7.8cvs7
7957                 see ChangeLog 2002-06-25
7958
7959         * src/prefs_common.c
7960                 ...and in the process, tweak the gui a little
7961
7962 2002-06-25 [alfons]     0.7.8claws27
7963         
7964         * configure.in
7965         * src/Makefile.am
7966                 fine tune ldap library detection
7967
7968 2002-06-25 [alfons]     0.7.8claws26
7969
7970         * src/compose.c
7971                 don't allow return receipts when composing a news article
7972
7973 2002-06-25 [paul]       0.7.8claws25
7974
7975         * Makefile.am
7976                 add '$(AMTAR)' to 'release' section to allow for
7977                 new and older autotools
7978
7979 2002-06-25 [paul]       0.7.8claws24
7980
7981         * src/summaryview.c
7982                 fix "No more unread messages" persistant pop-up
7983                 window bug
7984
7985 2002-06-25 [paul]       0.7.8claws23
7986
7987         * po/it.po
7988                 updated by Alessandro Maestri
7989
7990 2002-06-25 [paul]       0.7.8claws22
7991
7992         * sync with 0.7.8cvs6
7993                 see ChangeLog 2002-06-25
7994
7995 2002-06-24 [paul]       0.7.8claws21
7996
7997         * tools/update-po
7998                 add GPL copyright information
7999
8000 2002-06-24 [paul]       0.7.8claws20
8001
8002         * tools/Makefile.am
8003           tools/README
8004           tools/update-po       ** NEW FILE **
8005                 add script that eases the creation of *.po files
8006                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
8007
8008 2002-06-23 [alfons]     0.7.8claws19
8009
8010         * src/messageview.c
8011                 make notification_convert_header obey const correctness
8012                 (next step will be fixing the broken return receipt)
8013
8014 2002-06-23 [paul]       0.7.8claws18
8015
8016         * src/messageview.c
8017                 fix bug introduced in last commit:
8018                 removed too much code in last commit - put back what's
8019                 needed
8020
8021 2002-06-23 [paul]       0.7.8claws17
8022
8023         * src/messageview.[ch]
8024                 remove code committed in error from locally patched
8025                 source
8026
8027 2002-06-23 [colin]      0.7.8claws16
8028
8029         * src/compose.[ch]
8030                 add compose_entry_select(), used to select the default_to
8031                 email address - hopefully avoiding people sending mails to
8032                 wrong recipients.
8033
8034 2002-06-22 [alfons]     0.7.8claws15
8035
8036         * AUTHORS
8037                 add Bram Metsch & Stanislav Karchebny
8038         * src/smtp.[ch]
8039         * src/prefs_account.[ch]
8040         * src/send.c
8041                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
8042                   options.  (see <http://sourceforge.net/tracker/index.php
8043                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
8044
8045                 - merge Stanislav's fix to make SMTP AUTH work with qmail
8046                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
8047
8048 2002-06-22 [paul]       0.7.8claws14
8049
8050         * sync with 0.7.8cvs5
8051                 see ChangeLog 2002-06-19 and 2002-06-20
8052
8053 2002-06-22 [alfons]     0.7.8claws13
8054
8055         * src/selective_download.c
8056                 fix a stupid mistake I made
8057
8058 2002-06-22 [alfons]     0.7.8claws12
8059
8060         * src/selective_download.[ch]
8061                 fix another unnoticed leak; cleanup code
8062
8063 2002-06-21 [alfons]
8064
8065         * tools/Makefile.am
8066                 gpg-sign <-- gpg-sign-syl
8067
8068 2002-06-21 [alfons]     0.7.8claws11
8069
8070         * src/selective_download.c
8071         * src/selective_download.h
8072                 fix assorted mix of allocation errors (should solve
8073                 problem reported by Philippe Gramoullé, see:
8074                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8075
8076 2002-06-20 [melvin]     0.7.8claws10
8077
8078         * tools/gpg-sign *REMOVED*
8079           tools/gpg-sign-syl *ADDED*
8080                 Replaced the gpg clearsigning script with the version using
8081                 xterm instead of ssh-askpass and changed its name.
8082
8083         * README.claws
8084                 Updated actions example to reflect the renaming of the
8085                 gpg clearsigning script.
8086
8087 2002-06-19 [paul]       0.7.8claws9
8088
8089         * sync with 0.7.8claws9
8090                 see ChangeLog 2002-06-18 and 2002-06-19
8091
8092 2002-06-19 [paul]       0.7.8claws8
8093
8094         * sync with 0.7.8cvs1
8095                 see ChangeLog 2002-06-18
8096
8097 2002-06-18 [alfons]     0.7.8claws7
8098
8099         * src/mainwindow.h
8100                 add omitted prototype
8101
8102 2002-06-17 [paul]       0.7.8claws6
8103
8104         * src/mainwindow.c
8105                 fix hiding of exec_btn
8106
8107 2002-06-17 [paul]       0.7.8claws5
8108
8109         * src/pop.c
8110                 remove unneeded code: should_delete() 
8111                 and Pop3State::uidl_todelete_list
8112
8113 2002-06-17 [paul]       0.7.8claws4
8114
8115         * sync with 0.7.8
8116                 see ChangeLog 2002-06-11 and 2002-06-13
8117
8118 2002-06-16 [alfons]     0.7.8claws3
8119         
8120         * src/folder.c
8121                 make sure lock sort mode (claws specific) is
8122                 also persists after a tree rescan
8123
8124 2002-06-16 [alfons]     0.7.8claws2
8125
8126         * src/prefs_folder_item.c
8127         * src/folder.[ch]
8128                 fix persistence of folder sort mode (broken
8129                 by adapting Hiro's new folder persistence code)
8130
8131 2002-06-16 [alfons]     0.7.8claws1
8132
8133         * AUTHORS
8134         * src/logwindow.c
8135         * src/prefscommon.[ch]
8136                 control size of log text in log window; 
8137                 closes patch #569155 submitted by Mitko Haralanov.
8138
8139 2002-06-15 [paul]       0.7.8claws
8140
8141         * release of 0.7.8claws
8142
8143 2002-06-15 [paul]       0.7.7claws
8144
8145         * po/pt_BR.po
8146                 updated by Fabio Junior Beneditto
8147
8148 2002-06-14 [paul]       0.7.6claws49
8149
8150         * po/es.po
8151                 updated by Ricardo Mones Lastra
8152
8153 2002-06-14 [paul]       0.7.6claws48
8154
8155         * po/nl.po
8156                 updated translation by Wilbert Berendsen
8157
8158 2002-06-14 [melvin]     0.7.6claws47
8159
8160         * po/fr.po
8161                 Updated French translation
8162
8163 2002-06-13 [paul]       0.7.6claws46
8164
8165         * src/filesel.c
8166                 allow filename to be typed in, rather than just
8167                 selected by the mouse. Patch by Gustavo Noronha Silva.
8168
8169 2002-06-13 [alfons]     0.7.6claws45
8170
8171         * src/mainwindow.[ch]
8172                 more cleanups (removing unnecessary menu items Expand 
8173                 summary / message view)
8174
8175 2002-06-13 [melvin]     0.7.6claws44
8176
8177         * po/POTFILES.in
8178                 Added src/string_match.c
8179         * src/string_match.c
8180                 Fixed possible buffer overflow.
8181                 Corrected typo.
8182                 Added missing config.h header.
8183         * src/prefs_common.c
8184           src/prefs_matcher.c
8185           src/prefs_scoring.c
8186                 Made some strings translatable (missing _(..)).
8187
8188 2002-06-13 [melvin]     0.7.6claws43
8189
8190         * README.claws
8191                 Corrected action example (verifying clearsigned mail).
8192         * src/prefs_account.c
8193                 Corrected typo.
8194         * src/prefs_common.c
8195                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8196
8197 2002-06-12 [alfons]     0.7.6claws42
8198
8199         * src/summaryview.c
8200                 add init of score column lost in 0.7.6claws42
8201
8202 2002-06-12 [paul]       0.7.6claws41
8203
8204         * src/prefs_account.c
8205                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8206                 behavior of the radio buttons, (from 0.7.7cvs2)
8207
8208 2002-06-11 [alfons]     0.7.6claws40
8209
8210         * src/messageview.[ch]
8211         * src/summaryview.[ch]
8212         * src/summary_search.c
8213         * src/mainwindow.c
8214                 perform a sync to bring in Hiro's separate view implementation 
8215
8216                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8217
8218 2002-06-11 [paul]       0.7.6claws39
8219         
8220         * src/prefs_account.c
8221                 correct a typo on the Receive tab
8222
8223 2002-06-10 [match]      0.7.6claws38
8224
8225         * src/addressbook.c
8226                 Included address completion patch from Gustavo Noronha.
8227
8228 2002-06-10 [paul]       0.7.6claws37
8229
8230         * src/inc.[ch]
8231           src/pop.c
8232           src/prefs_account.[ch]
8233           src/selective_download.[ch]
8234                 apply PATCH #561712
8235                  NEW:
8236                 - check if POP Account
8237                 - Receive Button renamed to Preview
8238                 - Preview Button Popup: preview new/all messages
8239                 - Download Button
8240                 - Account Preferences-->Receive tab checkbutton if you
8241                   want to remove Mail after Download
8242                 -: default YES
8243                 - Account Preferences-->Receive tab checkbutton use
8244                   filtering rules on preview
8245                   (think of delete_on_server)
8246                 -: default YES
8247                 - Account selectable from SD dialog
8248                 - checkbutton to show already downloaded messages if
8249                   all messages are previewed
8250                 - new clist column showing Date
8251                 - ESC KEY close
8252                 FIXES:
8253                 - play ball with UIDL
8254                 - fault tolerant (?) 
8255                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8256
8257 2002-06-10 [melvin]     0.7.6claws36
8258
8259         * README.claws
8260                 Added a hint to ac/README in cvs instructions.
8261
8262         * src/prefs_actions.c
8263                 Made it possible to use a more elaborate command line
8264                 for asynchronous actions, too.
8265
8266 2002-06-10 [melvin]     0.7.6claws35
8267         
8268         * src/prefs_actions.c
8269                 Make it possible to use a more elaborate command line
8270                 (e.g. |foo|bar|cat>there;echo Done|)
8271                 Corrected error message when calling %f, %F and %p commands
8272                 from the compose window.
8273
8274 2002-06-09 [colin]      0.7.6claws34
8275
8276         * src/summaryview.c
8277                 Automatically find unread messages in current folder
8278                 before annoying the user.
8279
8280 2002-06-08 [alfons]     0.7.6claws33
8281
8282         * po/it.po
8283                 remove bad formatting string in it.po translation
8284                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8285
8286 2002-06-08 [paul]       0.7.6claws32
8287
8288         * sync with 0.7.6cvs25
8289                 see ChangeLog 2002-06-07
8290
8291 2002-06-05 [paul]       0.7.6claws31
8292
8293         * src/mainwindow.c
8294                 add 'Sort by locked' and 'Sort by score'
8295
8296 2002-06-05 [paul]       0.7.6claws30
8297
8298         * sync with 0.7.6cvs24
8299                 see ChangeLog 2002-06-04
8300
8301 2002-06-04 [paul]       0.7.6claws29
8302
8303         * po/pt_BR.po
8304                 updated by Fabio Junior Beneditto
8305
8306 2002-06-03 [thorsten]   0.7.6claws28
8307
8308         * src/matcher.c
8309                 fclose() matcherrc after reading
8310
8311 2002-06-03 [paul]       0.7.6claws27
8312
8313         * sync with 0.7.6cvs21
8314                 see ChangeLog 2002-05-31
8315
8316 2002-05-31 [paul]       0.7.6claws26
8317
8318         * sync with 0.7.6cvs20
8319                 see ChangeLog 2002-05-29 and 2002-05-30
8320
8321 2002-05-31 [paul]       0.7.6claws25
8322
8323         * src/imap.c
8324                 hopefully fix last buggy sync
8325
8326         * README.claws
8327                 correct typo in 'Actions' examples
8328
8329 2002-05-29 [paul]       0.7.6claws24
8330
8331         * sync with 0.7.6cvs18
8332                 see ChangeLog 2002-05-28 and 2002-05-29
8333
8334         * src/news.c
8335           src/nntp.[ch]
8336                 sync with above 
8337
8338 2002-05-28 [paul]       0.7.6claws23
8339
8340         * sync with 0.7.6cvs16
8341                 see ChangeLog 2002-05-28
8342
8343 2002-05-27 [thorsten]   0.7.6claws22 
8344
8345         * faq/it/sylpheed-faq-1.html
8346           faq/it/sylpheed-faq-2.html
8347           faq/it/sylpheed-faq-3.html
8348           faq/it/sylpheed-faq.html
8349                 corrected DOS lineendings
8350         * faq/de/sylpheed-faq-1.html
8351           faq/de/sylpheed-faq-2.html
8352           faq/en/sylpheed-faq-1.html
8353           faq/en/sylpheed-faq-2.html
8354           faq/en/sylpheed-faq-3.html
8355           faq/es/sylpheed-faq-1.html
8356           faq/es/sylpheed-faq-2.html
8357           faq/es/sylpheed-faq-3.html
8358           faq/fr/sylpheed-faq-1.html
8359           faq/it/sylpheed-faq-1.html
8360           faq/it/sylpheed-faq-2.html
8361           faq/it/sylpheed-faq-3.html
8362           faq/it/sylpheed-faq.html
8363                 changed ">" to &quot;
8364
8365 2002-05-27 [paul]       0.7.6claws21
8366         
8367         * sync with 0.7.6cvs15
8368                 see ChangeLog 2002-05-27
8369
8370 2002-05-27 [paul]       0.7.6claws20
8371
8372         * src/prefs_account.c
8373                 correct a typo
8374
8375 2002-05-26 [paul]       0.7.6claws19
8376
8377         * tools/README
8378                 correct a typo
8379
8380 2002-05-25 [paul]       0.7.6claws18
8381
8382         * tools/README
8383                 add description of kmail2sylpheed.pl
8384
8385 2002-05-25 [paul]       0.7.6claws17
8386
8387         * tools/kmail2sylpheed.pl       ** NEW FILE **
8388                 perl script that converts an exported Kmail address
8389                 book, converts it to sylpheed addressbook file,
8390                 writes the file to .sylpheed, and updates
8391                 addrbook--index.xml 
8392
8393 2002-05-25 [paul]       0.7.6claws16
8394
8395         * sync with 0.7.6cvs14
8396                 see ChangeLog 2002-05-23
8397
8398 2002-05-24 [paul]       0.7.6claws15
8399
8400         * README.claws
8401                 make a correction and add some more info
8402
8403 2002-05-24 [paul]       0.7.6claws14
8404
8405         * src/compose.c
8406                 fix memory leak in 
8407                 compose_redirect_write_headers_from_headerlist()
8408                 add Subject and Resent-Message-ID to
8409                 compose_redirect_write_headers()
8410                 Received, Subject, and X-UIDL are filtered out in 
8411                 compose_redirect_write_to_file()
8412
8413 2002-05-23 [paul]       0.7.6claws13
8414
8415         * src/compose.[ch]
8416           src/filtering.c
8417           src/mainwindow.c
8418           src/matcher.[ch]
8419           src/matcher_parser_lex.l
8420           src/matcher_parser_parse.y
8421           src/prefs_common.[ch]
8422           src/prefs_filtering.c
8423           src/summaryview.c
8424                 rename 'Bounce' to 'Redirect'
8425
8426 2002-05-23 [paul]       0.7.6claws12
8427
8428         * more sync with 0.7.6cvs13
8429           src/compose.c
8430                 see ChangeLog 2002-05-22
8431
8432 2002-05-22 [paul]       0.7.6claws11
8433
8434         * sync with 0.7.6cvs13
8435           src/codeconv.c
8436                 see ChangeLog 2002-05-20
8437           src/prefs_common.c
8438                 see ChangeLog 2002-05-22
8439
8440 2002-05-21 [melvin]     0.7.6claws10
8441
8442         * src/folderview.c
8443                 Added missing filtering and scoring headers
8444                 Fixed bad function call that showed garbage 
8445                 in Folder->Processing
8446
8447 2002-05-21 [paul]       0.7.6claws9
8448
8449         * tools/Makefile.am
8450                 make all tools executable, (patch by Alfons).
8451
8452 2002-05-20 [alfons]     0.7.6claws8
8453
8454         * src/procheader.c
8455                 don't forget to call mktime() so we have a valid week 
8456                 and year day
8457                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8458
8459 2002-05-20 [paul]       0.7.6claws7
8460
8461         * src/html.c
8462                 fix broken parsing of urls
8463         * src/textview.c
8464                 fix displaying of urls
8465
8466                 both fixes from the patch [547855] by Eugene 
8467                 Brevdo (zonem)
8468
8469 2002-05-19 [alfons]     0.7.6claws6
8470
8471         * configure.in
8472                 make sylpheed configure correctly with the latest
8473                 and greatest of automake / autoconf / gettext
8474
8475 2002-05-19 [alfons]     0.7.6claws5
8476
8477         * src/procheader.c
8478         * src/procheader.h
8479                 add function for returning ime zone offset
8480         * src/quote_fmt.c
8481         * src/quote_fmt_parse.y
8482                 better quotation formatting - does not convert
8483                 to local time, but uses the original date string.
8484                 
8485                 Note: %z inserts the timezone offset (should 
8486                 work also on platforms where strftime does not
8487                 support %z).
8488
8489 2002-05-18 [christoph]  0.7.6claws4
8490
8491         * src/summaryview.c
8492                 fix indentation of some code
8493         * tools/Makefile.am
8494                 fix spaces after \
8495         * src/Makefile.am
8496                 add missing \
8497                 correct path for ignorethread.xpm
8498                 incorrect filename for sylpheed_logo.xpm
8499                 add missing include matcher_parser_parse.h
8500
8501 2002-05-18 [paul]       0.7.6claws3
8502
8503         * sync with 0.7.6cvs8
8504                 see ChangeLog 2002-05-16 and 2002-05-17
8505
8506 2002-05-18 [melvin]     0.7.6claws2
8507
8508         * README.claws
8509                 Corrected an action's definition and fixed some misspellings.
8510
8511 2002-05-18 [paul]       0.7.6claws1
8512
8513         * tools/Makefile.am
8514           tools/gpg-sign        ** new file **
8515           tools/uudec           ** new file **
8516                 add Melvin's Actions scripts
8517
8518         * README.claws
8519                 add Melvin's descriptions for Actions
8520
8521 2002-05-18 [paul]       0.7.6claws
8522
8523         * Version 0.7.6claws released
8524
8525 2002-05-17 [paul]       0.7.5claws32
8526
8527         * po/es.po
8528                 updated by Ricardo Mones Lastra
8529
8530 2002-05-17 [paul]       0.7.5claws31
8531
8532         * src/compose.c
8533                 fix Account prefs default folder for sent/draft/deleted
8534                 messages bug
8535
8536         * po/it.po
8537           po/nl.po
8538                 updated translation by Alessandro Maestri and
8539                 Wilbert Berendsen
8540
8541 2002-05-17 [melvin]     0.7.5claws30
8542
8543         * src/prefs_actions.c
8544                 Fixed bug where using %F not at the end of the command 
8545                 resulted in an additional empty argument being created.
8546                 Thanks to Darko Koruga for reporting the bug.
8547
8548 2002-05-17 [melvin]     0.7.5claws29
8549
8550         * po/fr.po
8551                 Updated French translations.
8552
8553 2002-05-15 [paul]       0.7.5claws28
8554         
8555         * po/es.po
8556                 updated by Ricardo Mones Lastra
8557
8558 2002-05-15 [paul]       0.7.5claws27
8559
8560         * sync with 0.7.6cvs4
8561                 see ChangeLog 2002-05-14 and 2002-05-15
8562
8563 2002-05-14 [paul]       0.7.5claws26
8564
8565         * sync with 0.7.6cvs1
8566                 see ChangeLog 2002-05-13
8567
8568 2002-05-13 [thorsten]   0.7.5claws25
8569
8570         * src/messageview.c
8571                 fix select_all and copy in multipart messages
8572         * src/mainwindow.c
8573                 fix select_all and copy in multipart messages
8574
8575 2002-05-12 [paul]       0.7.5claws24
8576
8577         * src/summaryview.c
8578                 reverse last commit, bug already fixed in 0.7.5claws3
8579
8580 2002-05-12 [netztorte]  0.7.5claws23
8581
8582         * src/summaryview.c
8583                 dont parse empty addressbook (checked in before claws20)
8584
8585 2002-05-12 [melvin]     0.7.5claws22
8586
8587         * src/procmsg.[ch]
8588                 Removed unneeded priority code introduced by the previous 
8589                 commit.
8590
8591 2002-05-12 [melvin]     0.7.5claws21
8592
8593         * src/compose.[ch]
8594                 Added possibility to set message's priority.
8595         * src/procmsg.[ch]
8596                 Added possibility to set message's priority.
8597                 Added missing headers
8598
8599 2002-05-12 [melvin]     0.7.5claws20
8600
8601         * src/prefs_actions.c
8602                 Removed implicitely added quotes around the name
8603                 of the temporary files of mime parts.
8604
8605 2002-05-12 [paul]       0.7.5claws19
8606
8607         * sync with 0.7.5cvs20
8608                 see ChangeLog 2002-05-11
8609
8610 2002-05-12 [alfons]     0.7.5claws18
8611
8612         * src/quote_fmt_lex.l
8613         * src/quote_fmt_parse.y
8614                 allow quote / reply date & time format to be set using
8615                 %D{format}. format is a format string you'd pass to
8616                 strftime() (see man strftime, or the Display tab |
8617                 Date format setting).
8618
8619                 Currently %D converts the date to local time. 
8620
8621 2002-05-11 [paul]       0.7.5claws17
8622
8623         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8624                 see ChangeLog 2002-05-10 and 2002-05-11
8625
8626 2002-05-10 [paul]       0.7.5claws16
8627
8628         * sync with 0.7.5cvs16
8629                 see ChangeLog entries 2002-05-09 and 
8630                 2002-05-10
8631
8632 2002-05-10 [colin]      0.7.5claws15
8633
8634         * src/textview.c
8635                 Corrected a bug that prevented sylpheed to open
8636                 double-clicked URIs.
8637
8638 2002-05-09 [paul]       0.7.5claws14
8639
8640         * sync with 0.7.5cvs14
8641                 see ChangeLog 2002-05-08 and 2002-05-09
8642
8643 2002-05-08 [paul]       0.7.5claws13
8644
8645         * sync with 0.7.5cvs11
8646                 see ChangeLog entry 2002-05-08
8647
8648 2002-05-08 [paul]       0.7.5claws12
8649
8650         * src/mainwindow.c
8651           src/textview.[ch]
8652                 fix segfault on View->Open in new window
8653                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8654
8655 2002-05-07 [paul]       0.7.5claws11
8656
8657         * sync with 0.7.5cvs9
8658                 see ChangeLog entry 2002-05-07
8659
8660 2002-05-06 [paul]       0.7.5claws10
8661
8662         * src/messageview.c
8663           src/textview.c
8664                 display url in statusbar on single-click
8665                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8666
8667 2002-05-06 [match]      0.7.5claws9
8668
8669         * src/addritem.[ch]
8670                 new functions.
8671         * src/addrcache.c
8672                 tidy up.
8673         * src/xmlprops.[ch]
8674                 XML implementation of properties file.
8675         * src/exporthtml.[ch]
8676         * src/expthtmldlg.[ch]
8677         * src/addressbook.c
8678                 export to HTML.
8679
8680 2002-05-02 [sergey]     0.7.5claws8
8681
8682         * src/mainwindow.c (mainwin_entries),
8683           src/prefs_common.c (prefs_send_create()),
8684           src/codeconv.c (locale_table):
8685                 use charset name "Windows-1251" instead of "CP1251".
8686
8687 2002-05-02 [colin]      0.7.5claws7
8688         
8689         * src/compose.c
8690           src/prefs_common.c
8691           src/prefs_folder_item.c
8692                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8693
8694 2002-05-02 [hiro]       0.7.5claws6
8695
8696         * src/imap.c
8697                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8698
8699 2002-05-02 [paul]       0.7.5claws5
8700
8701         * src/compose.c
8702                 more sync with 0.7.5cvs7, see ChangeLog entry
8703                 2002-05-02
8704
8705 2002-05-02 [hiro]       0.7.5claws4
8706
8707         * src/compose.c
8708                 compose_queue_sub():
8709                 check if queue folder exists (closes #550397).
8710                 removed directory creation since it should be handled
8711                 transparently.
8712         * src/imap.c
8713                 imap_add_msg(): return UID for appended message
8714                 (closes #548842).
8715
8716 2002-04-30 [paul]       0.7.5claws3
8717
8718         * src/summaryview.c
8719                 fix account_find_from_address() bug
8720
8721 2002-04-28 [colin]      0.7.5claws2
8722
8723         * src/compose.c
8724           src/textview.c
8725           src/prefs_common.[ch]
8726           src/utils.[ch]
8727                 Added user-definable quotation characters recognition.
8728
8729 2002-04-28 [paul]       0.7.5claws1
8730
8731         * sync with 0.7.5cvs4
8732                 see ChangeLog entry  2002-04-25
8733
8734 2002-04-28 [paul]       0.7.5claws
8735
8736         * po/es.po
8737           po/nl.po
8738           po/pt_BR.po
8739                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8740                 Fabio Junior Beneditto
8741
8742 2002-04-27 [jens]       0.7.4claws103
8743
8744         * po/de.po
8745                 updated German translation.
8746
8747 2002-04-27 [hiro]       0.7.4claws102
8748
8749         * src/summaryview.c
8750                 summary_write_cache(): fixed the mark loss of hidden messages.
8751
8752 2002-04-26 [melvin]     0.7.4claws101
8753
8754         * src/procmsg.c
8755                 fixed a second typo (same one)
8756         * po/fr.po
8757           po/it.po
8758           po/pt_BR.po
8759                 fixed the type again...
8760
8761 2002-04-26 [melvin]     0.7.4claws100
8762
8763         * src/procmsg.c
8764                 fixed a typo in an alert message ("temorary").
8765         * po/it.po
8766         * po/pt_BR.po
8767                 corrected the typo  described above.
8768         * po/fr.po
8769                 updated French translation.
8770
8771 2002-04-26 [darko]      0.7.4claws99
8772
8773         * src/summaryview.c
8774                 fix target folder colorization
8775
8776 2002-04-25 [paul]       0.7.4claws98
8777
8778         * po/it.po
8779                 updated by Alessandro Maestri
8780
8781 2002-04-24 [colin]      0.7.4claws97
8782         
8783         * src/compose.c
8784                 Fixed double "subject is empty" question.
8785
8786 2002-04-23 [colin]      0.7.4claws96
8787         
8788         * src/mimeview.c
8789                 Corrected issue when "automatically display images" was
8790                 not set : first image remained after selecting second.
8791
8792 2002-04-23 [melvin]     0.7.4claws95
8793
8794         * src/prefs_actions.c
8795                 Don't display in/out dialog if there is nothing to show.
8796
8797 2002-04-23 [paul]       0.7.4claws94
8798
8799         * sync with 0.7.5cvs3
8800                 bug fixes: see ChangeLog entry 2002-04-23
8801
8802 2002-04-22 [darko]      0.7.4claws93
8803
8804         * src/compose.c
8805                 fix previous check-in which changed code after
8806                 merge from main
8807
8808 2002-04-22 [paul]       0.7.4claws92
8809
8810         * faq/de/*
8811                 add German FAQ
8812         * faq/en/*
8813           faq/es/*
8814           faq/fr/*
8815                 update English, Spanish and French FAQs
8816         * manual/de/*
8817           manual/es/*
8818                 add German and Spanish manuals
8819         * manual/en/*
8820           manual/fr/*
8821                 update English and French manuals
8822
8823         * src/Makefile.am
8824                 add to and re-arrange the pixmap entries
8825
8826 2002-04-22 [darko]      0.7.4claws91
8827
8828         * src/compose.c
8829                 fix sender initials recognition to only allow
8830                 '>' after the initials
8831
8832 2002-04-21 [paul]       0.7.4claws90
8833
8834         * sync with 0.7.5 release
8835                 see ChangeLog entry 2002-04-21
8836
8837 2002-04-21 [alfons]
8838
8839         * src/Makefile.am
8840                 add colin's new pixmaps to EXTRA_DIST
8841
8842 2002-04-21 [colin]      0.7.4claws89
8843         * src/compose.c
8844         * src/inc.c
8845         * src/mainwindow.[ch]
8846         * src/prefs_common.[ch]
8847         * src/stock_pixmap.[ch]
8848                 Added "Work offline" ability.
8849
8850 2002-04-21 [colin]      0.7.4claws88
8851         
8852         * src/mimeview.c
8853         * src/prefs_common.c
8854         * src/prefs_common.h
8855         * src/textview.c : Added an option to common preferences -> display
8856           to allow user not to automatically display images.
8857
8858 2002-04-21 [paul]       0.7.4claws87
8859
8860         * sync with 0.7.4cvs52
8861                 see ChangeLog entry 2002-04-21 (src/imap.c)
8862
8863 2002-04-21 [paul]       0.7.4claws86
8864
8865         * sync with 0.7.4cvs51
8866                 see ChangeLog entry 2002-04-21
8867
8868 2002-04-21 [paul]       0.7.4claws85
8869
8870         * sync with 0.7.4cvs49
8871                 see ChangeLog entries 2002-04-20 and 2002-04-21
8872
8873         * src/Makefile.am
8874                 clean up: remove old 'stock_' element from xpm 
8875                 filenames.
8876
8877 2002-04-21 [alfons]     0.7.4claws84
8878
8879         apply sync patch from Paul
8880
8881         * src/folderview.c
8882                 use old claws prefs_folder_item_create() for now
8883
8884 2002-04-19 [match]      0.7.4claws83
8885
8886         * src/addressbook.[ch]
8887         * src/addrharvest.[ch]
8888         * src/addrgather.[ch]
8889                 recurse folders.
8890         * src/mainwindow.c
8891         * src/summaryview.[ch]
8892                 change menu option.
8893
8894 2002-04-19 [paul]       0.7.4claws82
8895
8896         * po/pt_BR.po
8897                 updated by Fabio Junior Beneditto
8898
8899 2002-04-14 [alfons]     0.7.4claws81
8900
8901         * src/passphrase.c
8902                 add #include <sys/types.h> for mode_t and off_t 
8903
8904 2002-04-13 [paul]       0.7.4claws80
8905         
8906         * src/main.c
8907           src/passphrase.[ch]
8908           src/pgptext.c
8909           src/prefs_common.[ch]
8910           src/rfc2015.c
8911                 enable storing of GnuPG passphrase for the whole 
8912                 session or a user-defined number of minutes. patch 
8913                 submitted by Ravemax <ravemax@dextrose.com>
8914
8915 2002-04-13 [alfons]     0.7.4claws79
8916
8917         * src/textview.c
8918                 make email parser also stop scanning when encountering separators
8919                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8920
8921 2002-04-13 [paul]       0.7.4claws78
8922
8923         * sync with 0.7.4cvs39
8924                 see ChangeLog entry 2002-04-12
8925
8926 2002-04-11 [paul]       0.7.4claws77
8927
8928         * sync with 0.7.4cvs37
8929                 see ChangeLog entry 2002-04-11
8930
8931 2002-04-11 [paul]       0.7.4claws76
8932
8933         * COPYING 
8934                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8935                 the clause for OpenSSL). sync with sylpheed main
8936
8937 2002-04-09 [melvin]     0.7.4claws75
8938
8939         * src/compose.c
8940                 Made 'Ctrl-Enter' on send ignore some modifiers 
8941                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8942                 to bind other *-Enter (but not Alt-Enter).
8943
8944 2002-04-09 [paul]       0.7.4claws74
8945
8946         * sync with 0.7.4cvs35
8947                 see ChangeLog entries 2002-04-09
8948
8949 2002-04-08 [paul]       0.7.4claws73
8950
8951         * sync with 0.7.4cvs33
8952                 see ChangeLog entry 200-04-08
8953
8954 2002-04-07 [match]      0.7.4claws72
8955
8956         * src/addrharvest.[ch]
8957                 fixed to read all addresses in header, regardless
8958                 of header size. improved name parsing. accommodate
8959                 harvest from folders and selected message.
8960         * src/addritem.[ch]
8961                 included new address parsing function.
8962         * src/addrgather.[ch]
8963         * src/addressbook.[ch]
8964         * src/summaryview.[ch]
8965         * src/mainwindow.c
8966                 allow address harvest of folder as well as selected
8967                 messages.
8968
8969 2002-04-07 [paul]       0.7.4claws71
8970
8971         * src/esmtp.[ch]
8972           src/smtp.c
8973                 don't try to authenticate with CRAM-MD5 in SMTP when 
8974                 SMTP-AUTH enabled if MTA doesn't issue this 
8975                 auth-method in it's ehlo-response. bug item #531364,
8976                 patch item #938910. patch submitted by Colin Leroy 
8977                 <colin@colino.net>
8978
8979 2002-04-07 [paul]       0.7.4claws70
8980
8981         * src/nntp.c
8982                 fix missing MODE_READER bug. patch submitted by
8983                 Colin Leroy <colin@colino.net>
8984
8985 2002-04-07 [alfons]     0.7.4claws69
8986
8987         * src/matcher.[ch]
8988         * src/prefs_filtering.c
8989         * src/summaryview.c
8990                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
8991                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
8992
8993 2002-04-07 [paul]       0.7.4claws68
8994
8995         * sync with 0.7.4cvs32
8996                 see ChangeLog entry 2002-04-06
8997
8998         * tools/filter_conv.pl
8999                 more bug fixes
9000
9001 2002-04-06 [paul]       0.7.4claws67
9002
9003         * tools/filter_conv.pl
9004                 modify to be able to find the name of the first
9005                 mailbox and use that. main's filter does not
9006                 record the full path to the mailbox and therefore
9007                 can only filter to the first mailbox.
9008
9009 2002-04-05 [paul]       0.7.4claws66
9010
9011         * tools/filter_conv.pl
9012                 attempt to make the script all-encompassing and
9013                 be able to convert any main 'filter' rule thrown
9014                 at it
9015
9016 2002-04-05 [paul]       0.7.4claws65
9017
9018         * tools/filter_conv.pl
9019                 allow for collapsed folder trees
9020
9021 2002-04-05 [paul]       0.7.4claws64
9022
9023         * sync with 0.7.4cvs31
9024                 see ChangeLog entries 2002-04-05
9025
9026 2002-04-03 [paul]       0.7.4claws63
9027
9028         * sync with 0.7.4cvs29
9029                 see ChangeLog entries 2002-04-02 and 2002-04-03
9030
9031 2002-04-02 [paul]       0.7.4claws62
9032
9033         * sync with 0.7.4cvs26
9034                 see ChangeLog entry 2002-04-01
9035
9036 2002-04-02 [match]      0.7.4claws61
9037
9038         * src/pine.[ch]
9039         * src/importpine.[ch]
9040         * src/addressbook.c
9041                 import Pine address book.
9042
9043 2002-04-02 [match]      0.7.4claws60
9044
9045         * src/addrharvest.[ch]
9046                 improve address parsing of funky addresses.
9047
9048 2002-04-02 [darko]      0.7.4claws59
9049
9050         * src/compose.c
9051                 wrap on send improvements, it now recognizes quoted
9052                 initials as part of the quotation string, and it
9053                 does not join lines separated by CR
9054
9055 2002-04-01 [match]      0.7.4claws58
9056
9057         * src/mgutils.[ch]
9058                 added new functions.
9059         * src/mutt.[ch]
9060                 remove excessive duplicate address generation
9061                 on import.
9062
9063 2002-04-01 [alfons]     0.7.4claws57
9064         
9065         * src/summaryview.c
9066                 put back g_free() 
9067
9068 2002-04-01 [paul]       0.7.4claws56
9069
9070         * sync with 0.7.4cvs25
9071                 see ChangeLog entry 2002-04-01
9072
9073 2002-04-01 [alfons]     0.7.4aprilfool55
9074
9075         * src/summaryview.c
9076                 honour feature request item #537427 to allow for
9077                 displaying names from address book for sent mail also
9078
9079 2002-03-29 [paul]       0.7.4claws54
9080
9081         * src/mainwindow.c
9082           src/prefs_filtering.[ch]
9083           src/prefs_matcher.c
9084           src/summaryview.c
9085                 add 'fast filter' for claws' filtering,
9086                 /Tools/Create filter rule/... patch submitted
9087                 by Neill Miller <neillm@thecodefactory.org>
9088
9089 2002-03-29 [paul]       0.7.4claws53
9090
9091         * sync with 0.7.4cvs24
9092                 see ChangeLog entry 2002-03-29
9093
9094 2002-03-28 [paul]       0.7.4claws52
9095
9096         * sync with 0.7.4cvs23
9097                 see ChangeLog entry 2002-03-28
9098
9099 2002-03-27 [melvin]     0.7.4claws51
9100
9101         * src/prefs_actions.c
9102                 Added support to pass only one message part (as a
9103                 file) to the command using '%p'. No quotes are needed
9104                 because doubles quotes are automatically added.
9105                 Fixed bug where Sylpheed could block when waiting for
9106                 a child process to finish.
9107                 Changed the help menu to remove quotes around symbols to 
9108                 avoid misinterpretation (they must not be used).
9109
9110 2002-03-27 [melvin]     0.7.4claws50
9111
9112         * src/inc.c
9113                 Made the new mail notification command always 
9114                 execute asynchronously.
9115
9116 2002-03-27 [paul]       0.7.4claws49
9117
9118         * src/compose.c
9119                 fix bug introduced in last commit
9120
9121 2002-03-27 [paul]       0.7.4claws48
9122
9123         * sync with 0.7.4cvs21
9124                 see ChangeLog 2002-03-26 and 2002-03-27
9125
9126 2002-03-26 [hoa]        0.7.4claws47
9127
9128         * src/prefs_folder_item.c
9129                 really fixed the bug #516442 with folder rescan.
9130
9131 2002-03-26 [paul]       0.7.4claws46
9132
9133         * sync with 0.7.4cvs19
9134                 see ChangeLog entries 2002-03-25 and 2002-03-26
9135
9136 2002-03-25 [hoa]        0.7.4claws45
9137
9138         * src/matcher.c
9139         * src/mh.c
9140                 fix the bug #516442 with folder rescan.
9141
9142         * src/prefs_common.[ch]
9143         * src/compose.c
9144                 added an option to enable two different behaviours
9145                 for bounce.
9146
9147
9148 2002-03-25 [paul]       0.7.4claws44
9149
9150         * src/mainwindow.c
9151           src/selective_download.c
9152                 correct a few menuitem labels
9153
9154 2002-03-25 [christoph]  0.7.4claws43
9155
9156         * src/procmsg.c
9157                 fix non deleted tmp message in
9158                 procmsg_save_to_outbox
9159                 fix problems caused by sync with
9160                 main branch's procmsg_send_queue
9161
9162 2002-03-25 [paul]       0.7.4claws42
9163
9164         * src/quote_fmt.c
9165           src/quote_fmt_lex.l
9166           src/quote_fmt_parse.y
9167                 add Last name (%L) placeholder for quoting. 
9168                 patch submitted by Thorsten Thielen 
9169                 <thth@users.sourceforge.net>
9170
9171 2002-03-25 [paul]       0.7.4claws41
9172
9173         * src/utils.c
9174                 get full hostname. patch submitted by
9175                 Bob Woodside <rwoodside1@comcast.net>
9176
9177 2002-03-25 [paul]       0.7.4claws40
9178
9179         * src/account.c
9180           src/news.c
9181           src/nntp.[ch]
9182           src/prefs_account.[ch]
9183                 enable NNTP over SSL. patch submitted by
9184                 Pascal Jermini <pascal@infinity.hn.org>
9185
9186 2002-03-24 [paul]       0.7.4claws39
9187
9188         * src/prefs_common.c
9189                 make the arrangement of the Compose tab more
9190                 coherent
9191
9192         * src/mainwindow.c
9193                 fix some irregularities of style
9194
9195         * po/de.po
9196                 updated by Kilian Krause
9197
9198 2002-03-23 [paul]       0.7.4claws38
9199
9200         * po/pt_BR.po
9201                 updated by Fabio Junior Beneditto
9202
9203 2002-03-23 [paul]       0.7.4claws37
9204
9205         * src/mainwindow.c
9206                 move 'Gather addresses' to 'Tools' menu
9207                 make 'Selective download' sensitive
9208
9209 2002-03-23 [paul]       0.7.4claws36
9210
9211         * sync with 0.7.4cvs16
9212                 see ChangeLog entries 2002-03-23
9213
9214 2002-03-22 [christoph]  0.7.4claws35
9215
9216         * src/quote_fmt_parse.y
9217                 fix include program output
9218
9219 2002-03-22 [alfons]     0.7.4claws34
9220
9221         * src/pop.c
9222                 initialize GDate stack variable correctly (sorry!)
9223
9224 2002-03-22 [paul]       0.7.4claws33
9225
9226         * src/compose.c
9227           src/mainwindow.c
9228           src/prefs_actions.c
9229           src/prefs_common.c
9230                 rename 'Tool' to 'Tools'
9231
9232         * src/mainwindow.c
9233                 move 'Delete duplicated messages' from
9234                 'Message/' to 'Tools/'
9235                 re-arrange the order of 'Tools/' items
9236
9237 2002-03-22 [paul]       0.7.4claws32
9238
9239         * src/addr_compl.c
9240           src/addressbook.[ch]
9241                 auto-address completion now also matches on
9242                 Nickname. patch submitted by Bob Forsman 
9243                 <hammor@users.sourceforge.net>
9244
9245         * src/editaddress.c
9246                 correct a spelling mistake
9247
9248 2002-03-22 [alfons]     0.7.4claws31
9249
9250         * src/pop.c
9251                 fix getting uidl from incorrect string 
9252                 (spotted by Colin)
9253
9254 2002-03-21 [alfons]     0.7.4claws30
9255
9256         * src/pop.c
9257                 more code refactoring
9258                 plug mem leak introduced by delete on server
9259
9260 2002-03-21 [paul]       0.7.4claws29
9261
9262         * sync with 0.7.4cvs11
9263                 see ChangeLog entries 2002-03-20
9264
9265 2002-03-20 [alfons]     0.7.4claws28
9266
9267         * src/inc.c
9268                 apply Colin's patch and refactor
9269
9270 2002-03-20 [paul]       0.7.4claws27
9271
9272         * sync with sylpheed 0.7.4cvs9
9273                 see ChangeLog entry 2002-03-20
9274
9275 2002-03-19 [christoph]  0.7.4claws26
9276
9277         * src/mh.c
9278         * src/procmsg.[ch]
9279         * src/summaryview.c
9280                 revert changes for flag updates
9281                 (does not work correctly and no time to debug)
9282
9283 2002-03-20 [alfons]     0.7.4claws25
9284
9285         * src/pop.c
9286                 refactor should_delete() a little bit 
9287
9288 2002-03-19 [paul]       0.7.4claws24
9289
9290         * src/inc.[ch]
9291           src/pop.c
9292           src/prefs_account.[ch]
9293                 allow the user to leave downloaded mail on the 
9294                 server for n days. Patch submitted by Colin Leroy 
9295                 <colin@colino.net>
9296
9297 2002-02-19 [paul]       0.7.4claws23
9298
9299         * sync with sylpheed 0.7.4cvs8
9300                 see ChangeLog entries 2002-03-19
9301
9302 2002-03-18 [paul]       0.7.4claws22
9303
9304         * sync with sylpheed 0.7.4cvs6
9305                 see ChangeLog entry 2002-03-18
9306
9307 2002-03-18 [paul]       0.7.4claws21
9308
9309         * po/en_GB.po
9310                 add en_GB message catalogue
9311
9312         * src/mbox_folder.c
9313           src/prefs_account.c
9314           src/prefs_actions.c
9315                 correct a few spelling mistakes
9316
9317 2002-03-17 [alfons]     0.7.4claws20
9318
9319         * src/matcher.c
9320                 more stringent checks for NULL params when writing
9321                 filtering actions to a file
9322                 
9323 2002-03-17 [hoa]        0.7.3claws20
9324
9325         * src/news.c
9326                 fixed the count of new messages
9327
9328         * src/compose.c
9329                 fixed the "attachment properties" window
9330
9331 2002-03-17 [paul]       0.7.4claws19
9332
9333         * src/defs.h
9334           src/folder.h
9335           src/news.c
9336           src/prefs_account.[ch]
9337           src/procmsg.[ch]
9338           src/summaryview.c
9339                 automatically mark cross-posted messages as read 
9340                 and (optionally) give them a colour label
9341                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9342                 
9343
9344 2002-03-17 [paul]       0.7.4claws18
9345
9346         * sync with sylpheed 0.7.4cvs5
9347                 see ChangeLog entry 2002-03-17
9348
9349 2002-03-17 [melvin]     0.7.4claws17
9350         
9351         * src/textview.c
9352                 Worked around a gtktext 'bug': when searching for 
9353                 a text in a long message it was scrolling slowly
9354                 line by line until it hit the searched text.
9355         * po/fr.po
9356                 Updated French translation
9357
9358 2002-03-17 [melvin]     0.7.4claws16
9359
9360         * src/mainwindow.c
9361         * src/compose.c
9362         * src/prefs_actions.c
9363                 Moved "Edit/Actions" to "Tool/Actions"
9364                 Made mainwindow/compose window sensitive as soon as
9365                 no child process is running anymore even if the io dialog
9366                 is open.
9367                 Fixed a struct being initialized with a non constant char*
9368
9369 2002-03-16 [christoph]  0.7.4claws15
9370
9371         * configure.in
9372                 add --with-compiler-flags option
9373                 (only for developer hacking)
9374         * src/mh.c
9375         * src/procmsg.[ch]
9376         * src/summaryview.c
9377                 try to make folder-stats and flag handling more
9378                 independent from the summaryview. msgcounts
9379                 are only set when the folder is opened and
9380                 procmsg_msginfo_(un)set_flags will handle it
9381                 later and summaryview will get the values
9382                 from the folder.
9383
9384 2002-03-16 [paul]       0.7.4claws14
9385
9386         * src/messageview.c
9387                 fix Return-receipt. Patch submitted by Bob
9388                 Woodside <rwoodside1@comcast.net>
9389
9390 2002-03-16 [paul]       0.7.4claws13
9391
9392         * src/compose.c
9393                 fix 'dynamic' signatures, make it work again
9394                 broken during sync on 2002-03-14 (0.7.4claws2)
9395
9396 2002-03-15 [match]      0.7.4claws12
9397
9398         * src/addrharvest.[ch]
9399         * src/addrgather.[ch]
9400         * src/addressbook.[ch]
9401         * src/mainwindow.c
9402                 included address harvester feature. still some
9403                 issues with address parsing that I will fix.
9404
9405 2002-03-15 [match]      0.7.4claws11
9406
9407         * src/addrbook.[ch]
9408         * src/addrcache.[ch]
9409         * src/addressbook.[ch]
9410         * src/addrindex.c
9411         * src/editbook.c
9412         * src/importldif.c
9413         * src/importmutt.c
9414         * src/jpilot.[ch]
9415         * src/main.c
9416         * src/syldap.[ch]
9417         * src/vcard.[ch]
9418                 tidy up. fix memory leaks. moved attribs and methods
9419                 from individual interfaces to addrcache object. prep
9420                 for new stuff to come in.
9421
9422 2002-03-15 [alfons]     0.7.4claws10
9423
9424         * src/matcher.[ch]
9425         * src/matcher_parser_parse.y
9426         * src/matcher_parser_lex.l
9427         * src/prefs_matcher.c
9428                 add filtering conditions message greater than, smaller 
9429                 than, and exactly matching a size in bytes
9430                 (does not work with delete from POP3 server yet)
9431
9432                 this should also give others an idea what you should
9433                 do to add new criterions to claws filtering system
9434                 
9435
9436 2002-03-15 [paul]       0.7.4claws9
9437
9438         * tools/filter_conv.pl
9439                 exit if there are no filter rules to convert
9440                 rename filterrc to filterrc.old after completion
9441
9442 2002-03-15 [paul]       0.7.4claws8
9443
9444         * sync with sylpheed 0.7.4cvs3
9445                 see ChangeLog entry 2002-03-14
9446
9447 2002-03-14 [paul]       0.7.4claws7
9448
9449         * src/compose.c
9450                 clean up the last commit (ahem)
9451
9452 2002-03-14 [paul]       0.7.4claws6
9453
9454         * src/compose.c
9455                 fix bug #515655. honour account preferences
9456                 regarding gpg default signing/encryption when 
9457                 changing account from the compose window.
9458
9459 2002-03-14 [paul]       0.7.4claws5
9460
9461         * src/folderview.c
9462                 remove unnecessary curly brackets
9463
9464 2002-03-14 [paul]       0.7.4claws4
9465
9466         * src/folderview.c
9467           src/prefs_filtering.[ch]
9468                 add filter rename on folder rename and filter
9469                 delete on folder delete. Patch submitted by
9470                 Neill Miller <neillm@thecodefactory.org> 
9471
9472 2002-03-14 [christoph]  0.7.4claws3
9473
9474         * src/procmsg.c
9475         * src/send.c
9476                 fix local delivery
9477                 (patch submitted by "Simon 'corecode' Schubert")
9478         * src/prefs_common.c
9479         * src/procmsg.c
9480                 fix gcc 3.0 warning
9481
9482 2002-03-14 [paul]       0.7.4claws2
9483
9484         * sync with sylpheed 0.7.4cvs2
9485                 see ChangeLog entry 2002-03-13
9486
9487 2002-03-12 [darko]      0.7.4claws1
9488
9489         * src/mainwindow.c
9490                 fix what seems to be a copy and paste error
9491                 when setting color for important messages
9492                 (reported by wwp)
9493
9494 2002-03-11 [paul]       version 0.7.4claws released
9495
9496 2002-03-11 [paul]       0.7.4claws
9497
9498         * po/es.po
9499           po/it.po
9500           po/nl.po
9501           po/pt_BR.po
9502                 update message catalogs. Submitted by Ricardo Mones 
9503                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9504                 Fabio Junior Beneditto
9505
9506         * configure.in
9507           faq/Makefile.am
9508           faq/it/Makefile
9509           faq/it/sylpheed-faq*
9510           src/mainwindow.c
9511           src/manual.[ch]
9512                 add FAQ in Italian
9513         
9514
9515 2002-03-11 [jens]       0.7.3claws7
9516
9517         * po/de.po
9518                 updated German translation
9519
9520 2002-03-11 [melvin]     0.7.3claws6
9521
9522         * po/fr.po
9523                 updated and corrected French translation
9524
9525 2002-03-10 [hoa]        0.7.3claws5
9526
9527         * src/account.c
9528         * src/inc.c
9529         * src/prefs_account.c
9530         * src/procmsg.c
9531         * src/send.[ch]
9532                 fixed the local account.
9533                 you have to change the default "/usr/sbin/sendmail"
9534                 to "/usr/sbin/sendmail -t" in the preferences of
9535                 the local account.
9536
9537         * src/procmime.c
9538                 removed some debug display for renderer
9539
9540 2002-03-10 [paul]       0.7.3claws4
9541
9542         * faq/en/sylpheed-faq-1.html
9543           faq/en/sylpheed-faq-2.html
9544                 update
9545
9546 2002-03-09 [paul]       0.7.3claws3
9547
9548         * sync with sylpheed 0.7.4
9549                 see ChangeLog entry 2002-03-09
9550
9551 2002-03-08 [paul]       0.7.3claws2
9552
9553         * faq/en/sylpheed-faq*
9554           faq/es/sylpheed-faq*
9555           faq/fr/sylpheed-faq*
9556                 update the FAQs
9557
9558         * manual/fr/.cvsignore
9559           manual/fr/Makefilea.am
9560           manual/fr/sylpheed*
9561           src/mainwindow.c
9562           src/manual.[ch]
9563                 add the French manual
9564
9565 2002-03-07 [paul]       0.7.3claws1
9566
9567         * sync with sylpheed 0.7.3cvs4
9568                 see ChangeLog entries  2002-03-06 and 2002-03-07
9569         
9570         * po/nl.po
9571                 updated by Wilbert Berendsen
9572
9573 2002-03-07 [melvin]     0.7.2claws34
9574
9575         * src/selective_download.c
9576                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9577
9578 2002-03-06 [paul]       0.7.2claws33
9579
9580         * sync with sylpheed 0.7.3cvs1
9581                 bug fix, see ChangeLog entry 2002-03-05
9582
9583 2002-03-05 [paul]       0.7.2claws32
9584
9585         * src/mimeview.c
9586           src/pgptext.[ch]
9587           src/procmsg.c
9588                 reverse the pgp ascii-armored code implemented in 
9589                 0.7.2claws16. removal of this code until it matures.
9590                 this means that verifying ascii-armored pgp sigs and
9591                 automatic decryption of ascii-armored encrypted
9592                 messages no longer works.
9593
9594 2002-03-05 [paul]       0.7.2claws31
9595
9596         * configure.in
9597           Makefile.am
9598         * faq/Makefile.am
9599         * faq/en/Makefile.am
9600           faq/en/sylpheed-faq.html
9601           faq/en/sylpheed-faq-1.html
9602           faq/en/sylpheed-faq-2.html
9603           faq/en/sylpheed-faq-3.html
9604         * faq/es/Makefile.am
9605           faq/es/sylpheed-faq.html
9606           faq/es/sylpheed-faq-1.html
9607           faq/es/sylpheed-faq-2.html
9608           faq/es/sylpheed-faq-3.html
9609           faq/es/sylpheed-faq-4.html
9610         * faq/fr/Makefile.am
9611           faq/fr/sylpheed-faq.html
9612           faq/fr/sylpheed-faq-1.html
9613           faq/fr/sylpheed-faq-2.html
9614           faq/fr/sylpheed-faq-3.html
9615         * src/Makefile.am
9616           src/defs.h
9617           src/mainwindow.c
9618           src/manual.[ch]
9619                 add FAQs in English, Spanish and French
9620
9621
9622 2002-03-05 [paul]       0.7.2claws30
9623
9624         * manual/en/sylpheed.html
9625           manual/en/sylpheed-XX.html
9626                 updated the English manual
9627
9628 2002-03-05 [hoa]        
9629
9630         * src/summaryview.c
9631                 dialog box pops up if the article can't be deleted.
9632
9633 2002-03-04 [paul]       
9634         
9635         * po/pt_BR.po
9636                 updated by Fabio Junior Benedito
9637
9638 2002-03-04 [hoa]
9639
9640         * removed ac/gpgme.m4
9641                 to avoid autogen common problem
9642                 developers have to install gpgme development package now
9643
9644         * src/compose.c
9645                 encoding to 7bit or 8bit is enabled.
9646
9647 2002-03-03 [alfons]     0.7.2claws29
9648
9649         * src/pop.c
9650                 merge fix by Oliver Haertel for selective
9651                 download buglet
9652
9653 2002-03-03 [paul]       0.7.2claws28
9654         
9655         * sync with sylpheed 0.7.3
9656
9657 2002-03-03 [paul]       0.7.2claws27
9658
9659         * sync with sylpheed 0.7.2cvs24
9660                 see ChangeLog entries 2002-03-02 and 2002-03-03
9661
9662 2002-03-02 [melvin]     0.7.2claws26
9663
9664         * src/inc.[ch]
9665         * src/main.c
9666         * src/mainwindow.c
9667         * src/prefs_common.[ch]
9668                 Added user definable notification on new mail arrival.
9669                 Removed unused variables in spell checker prefs code.
9670
9671 2002-03-02 [melvin]     0.7.2claws25
9672
9673         * src/quote_fmt.c
9674                 Removed unnecessary escape sequences.
9675                 Changed 'Initial...' to 'Initials of Sender'
9676
9677 2002-03-02 [paul]       0.7.2claws24
9678
9679         * sync with sylpheed 0.7.2cvs22
9680                 see ChangeLog entry 2002-03-01
9681
9682 2002-03-01 [hoa]        0.7.2claws23
9683
9684         * src/mainwindow.c
9685                 Set sensitivity of delete actions to active
9686                 even if the folder is a newsgroup.
9687
9688         * src/summaryview.c
9689                 - Set sensitivity of delete actions
9690                 - Added function check_permission() that will check if the
9691                   user is authorized to delete a message. For news, it
9692                   will check if the author is the same.
9693                 - Enabled deletion when there is no trash folder.
9694
9695         * src/news.[ch]
9696                 - Added news_cancel_article() to cancel articles
9697                 - Implemented news_remove_message() (public function)
9698
9699 2002-03-01 [paul]       0.7.2claws22
9700
9701         * src/gtkutils.c
9702           src/textview.c
9703                 recognise urls that that don't include 'http://' and
9704                 simply begin 'www.' 
9705
9706         * AUTHORS
9707                 remove duplicated name
9708
9709 2002-02-28 [paul]       0.7.2claws21
9710
9711         * src/mainwindow.c
9712           src/summaryview.[ch]
9713                 add ability to 'Select thread'
9714                 combines Melvin's "Select thread's head" patch (#510907)
9715                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9716                 patch (#518514) 
9717
9718 2002-02-28 [paul]       0.7.2claws20
9719
9720         * src/mimeview.c
9721                 hopefully fix segfault on right-clicking a mime part
9722                 that some people have experienced.      
9723                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9724
9725 2002-02-28 [paul]       0.7.2claws19
9726
9727         * sync with sylpheed 0.7.2cvs21
9728                 see ChangeLog entries 2002-02-27 and 2002-02-28
9729
9730 2002-02-27 [paul]       0.7.2claws18
9731
9732         * sync with sylpheed 0.7.2cvs18
9733                 see ChangeLog entries 2002-02-26 and 2002-02-27
9734
9735 2002-02-26 [alfons]     0.7.2claws17
9736
9737         * src/procheader.c
9738                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9739                 (spotted by Chris Hessman <idatech@gmx.net>)
9740
9741 2002-02-26 [paul]       0.7.2claws16
9742
9743         * src/mimeview.c
9744           src/pgptext.[ch]
9745           src/procmsg.c
9746                 make decryption of ascii-armored pgp encrypted messages
9747                 and verification of ascii-armored signatures work again.
9748                 slightly altered from the patch by Jens Jahnke 
9749                 <jan0sch@gmx.net>
9750
9751                 ##FIX ME##
9752                 * the checking of plaintext signatures always comes up in 
9753                   a popup box
9754                 * it doesn't work for multipart messages 
9755                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9756                   including the msg headers and these 2 line themselves, are 
9757                   not displayed
9758
9759         * src/mainwindow.c
9760                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9761                 "View/Message View" becomes "View/Separate Message View"
9762                 because its less ambiguous.
9763
9764         * po/es.po
9765                 updated by Ricardo Mones Lastra
9766
9767 2002-02-26 [paul]       0.7.2claws15
9768
9769         * sync with sylpheed 0.7.2cvs17
9770                 see ChangeLog entries 2002-02-25 and 2002-02-26
9771
9772 2002-02-25 [christoph]  0.7.2claws14
9773
9774         * src/filtering.[ch]
9775         * src/inc.c
9776                 do filtering stuff after all messages have been received
9777                   1. drop all messages to .processing
9778                   2. scan processing folder for messages
9779                   3. filter messages or move to inbox
9780                 this will also find old messages left in processing after
9781                 a crash or something like that and we get a real msginfo
9782                 from folder->get_msg_list and do not have to create our
9783                 own in filter_message
9784         * src/matcher_parser_parse.y
9785                 remove MIX/MAX warning (reordered includes)
9786
9787 2002-02-25 [paul]       0.7.2claws13
9788
9789         * sync with sylpheed 0.7.2cvs15
9790                 see ChangeLog entry 2002-02-24
9791
9792 2002-02-24 [alfons]     0.7.2claws12
9793
9794         * src/filtering.c
9795                 clear old color flags first when applying a new color to
9796                 a message info. 
9797                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9798
9799 2002-02-24 [alfons]     0.7.2.claws11
9800         
9801         * AUTHORS
9802         * src/prefs_common.c
9803                 add presets for Opera and Konqueror, closes patch #517261,
9804                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9805
9806 2002-02-24 [alfons]     0.7.2.claws10
9807
9808         * AUTHORS
9809         * src/summaryview.c
9810                 fix threading for null message ids, closes patch #521601,
9811                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9812
9813 2002-02-24 [alfons]     0.7.2claws9
9814
9815         * src/summaryview.c
9816         * src/filtering.c
9817                 make Tool | Filter Message work with filtering system so
9818                 setting flags also works
9819
9820                 TODO:
9821
9822                 - Processing uses the same function as Tool | Filter
9823                   Message, but doesn't use the same update proc yet
9824
9825 2002-02-23 [paul]       0.7.2claws8
9826
9827         * sync with sylpheed 0.7.2cvs14
9828                 see ChangeLog entries 2002-02-22 and 2002-02-23
9829
9830 2002-02-22 [christoph]  0.7.2claws7
9831
9832         * src/quote_fmt.c
9833                 Add column space to table
9834         * src/quote_fmt_parse.y
9835                 Close files
9836
9837 2002-02-22 [paul]       0.7.2claws6
9838
9839         * src/Makefile.am
9840           src/defs.h
9841           src/filtering.c
9842           src/inc.[ch]
9843           src/mainwindow.c
9844           src/matcher.[ch]
9845           src/matcher_parser_lex.l
9846           src/matcher_parser_parse.y
9847           src/pop.[ch]
9848           src/prefs_account.h
9849           src/prefs_filtering.c
9850           src/selective_download.[ch]   *** NEW FILES ***
9851           src/utils.[ch]
9852           po/POTFILES.in
9853                 Selective Download added to 'Tool' menu. 
9854                 Retrieves email headers of the currently selected pop3 
9855                 account and allows the user to mark emails for deletion 
9856                 right on the pop3 server. Patch submitted by Oliver Haertel 
9857                 <oha@users.sourceforge.net>.
9858         
9859         * po/POTFILES.in
9860                 add 'src/quote_fmt.c'           
9861
9862 2002-02-22 [christoph]  0.7.2claws5
9863
9864         * src/Makefile.am
9865                 added quote_fmt.c
9866         * src/prefs_common.[ch]
9867         * src/prefs_template.c
9868         * src/quote_fmt.c               *** NEW FILE ***
9869         * src/quote_fmt.h
9870                 move quote format symbol description code
9871                 to it's own file because it is used from
9872                 differnent code parts
9873                 Rewrote symbol description GUI
9874                   + use table
9875                   + add separators
9876                   + get data from array (no more long constant strings)
9877         * src/quote_fmt_lex.l
9878         * src/quote_fmt_parse.y
9879                 Symbol for Literal % changed to \% instead of %%
9880                 (More logical as \ is used for quoting for other symbols)
9881                 Add |f and |p to include files and program output
9882                 Examples:
9883                     |f{/home/.../.signature}
9884                     |p{date}
9885         * po/de.po
9886                 Correct wrong spelling for "Referenzen"
9887
9888 2002-02-21 [paul]       0.7.2claws4
9889
9890         * src/procmsg.c
9891                 forgotten during sync
9892
9893 2002-02-21 [paul]       0.7.2claws3
9894
9895         * sync with sylpheed 0.7.2cvs11
9896                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9897                 2002-02-20 and 2002-02-21
9898
9899 2002-02-20 [melvin]     0.7.2claws2
9900
9901         * src/prefs_actions.c
9902                 Added error report when child cannot fork or when execvp 
9903                 returns with an error.
9904
9905 2002-02-19 [christoph]  0.7.2claws1
9906
9907         * src/codeconv.c
9908                 return unconverted text if conde conversion is not possible
9909                 when libjconv is used.
9910                 (patch submitted by "Simon 'corecode' Schubert")
9911
9912 2002-02-19 [paul]       
9913
9914         * version 0.7.2claws release
9915
9916 2002-02-19 [paul]       0.7.2claws
9917
9918         * po/nl.po
9919                 updated by Wilbert Berendsen
9920
9921
9922 2002-02-18 [alfons]     0.7.1claws13
9923
9924         * src/syldap.c
9925         * src/jpilot.c
9926                 remove references to dlfcn and explicitly loading functions
9927                 from dynalink libs, because libs linked anyway, and functions
9928                 are loaded explicitly
9929
9930 2002-02-17 [melvin]     0.7.1claws12
9931
9932         * src/prefs_actions.c
9933                 Replaced children wait loop with double fork technique.
9934                 Now, input/output window updated at each new output.
9935                 free_children(): Fixed a memory leak.
9936                 Made input/output window non closable if running children
9937                 still exist.
9938                 Added missing <unistd.h> include.
9939                 Added some --debug outputs.
9940
9941 2002-02-17 [melvin]     0.7.1claws11
9942
9943         * src/summaryview.c
9944                 Fixed bug where descending sort order did not select top
9945                 message.
9946
9947 2002-02-17 [melvin]     0.7.1claws10
9948
9949         * acconfig.h
9950                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9951         * src/prefs_common.c
9952                 Pspell data package directory no more hard coded but
9953                 set during configuration (PSPELL_PATH). (Thanks to 
9954                                 Gustavo Noronha Silva.)
9955
9956 2002-02-17 [melvin]     0.7.1claws9
9957
9958         * configure.in
9959                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9960         * src/gtkspell.c
9961                 Fixed compile-time warnings.
9962
9963 2002-02-16 [alfons]     0.7.1claws8
9964
9965         * src/filesel.c
9966                 fix inadvertent free of NULL pointer which caused
9967                 sylpheed to crash when closing the save-as dialog
9968                 using the window close button
9969
9970 2002-02-16 [carsten]    0.7.1claws7
9971         * src/mainwindow.[ch]
9972           src/summaryview.c
9973           src/prefs_common.c
9974                 fixes for pixmap theming code:
9975                         - recently changed mail attributes shouldn't get
9976                           lost any longer
9977                         - theme is only reloaded iff another theme was
9978                           selected
9979
9980 2002-02-16 [paul]       0.7.1claws6
9981
9982         * sync with sylpheed 0.7.2 release
9983                 see ChangeLog entry 2002-02-15 and 2002-02-16
9984
9985 2002-02-15 [paul]       0.7.1claws5
9986
9987         * sync with sylpheed 0.7.1cvs9
9988                 see ChangeLog entry 2002-02-15
9989
9990         * po/POTFILES.in
9991                 remove unneeded headerwindow.c entry
9992
9993 2002-02-14 [carsten]    0.7.1claws4
9994         * src/summaryview.c
9995                 fixed a bug for "Go to next unread message": there was
9996                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
9997                 in the prefs, because of doing "Search again" instead
9998                 "No"
9999
10000 2002-02-14 [carsten]    0.7.1claws3
10001         * src/stock_pixmap.c
10002                 removed 2 more mem leaks; following memprof,
10003                 this code is "leak free" now :)
10004
10005 2002-02-14 [carsten]    0.7.1claws2
10006         * src/stock_pixmap.c
10007                 used opendir/readdir/closedir instead of scandir
10008                 -> code should work now on Solaris
10009
10010 2002-02-14 [paul]       0.7.1claws1
10011
10012         * sync with sylpheed 0.7.1cvs8
10013                 see ChangeLog entries 2002-02-13 and 2002-02-14
10014
10015         * README.claws
10016                 add some description of Actions and Pixmap Themes
10017
10018 2002-02-13 [paul]       
10019
10020         * version 0.7.1claws release
10021
10022 2002-02-13 [paul]       0.7.1claws
10023
10024         * po/es.po
10025           po/it.po
10026           po/pt_BR.po
10027                 updated translations, submitted by Ricardo Mones Lastra,
10028                 Alessandro Maestri and Fabio Junior Beneditto
10029
10030 2002-02-13 [melvin]     0.7.0claws75
10031
10032         * src/prefs_actions.c
10033                 Added missing "signal.h" include
10034
10035 2002-02-13 [melvin]     0.7.0claws74
10036
10037         * src/prefs_folder_item.c
10038                 Added missing "config.h" include
10039         * po/fr.po
10040                 Updated French translation for folder propriety.
10041
10042 2002-02-13 [jens]       0.7.0claws73
10043
10044         * po/POTFILES.in
10045                 Added missing src/prefs_folder_item.c [log added by melvin]
10046         * po/de.po
10047                 Updated German translation.
10048
10049 2002-02-13 [melvin]     0.7.0claws72
10050
10051         * po/fr.po
10052                 Updated French translation.
10053
10054 2002-02-13 [melvin]     0.7.0claws71
10055
10056         * src/gtkutils.c
10057                 Made gtkut_editable_get_selection return NULL if selection
10058                 is of length zero.
10059                 This fixes a bug where selecting part of message A then
10060                 switching to message B and replying to it will not
10061                 quote the message's body.
10062
10063 2002-02-12 [paul]       0.7.0claws70
10064
10065         * src/mainwindow.c
10066                 cosmetic, relating to pixmap themes: on toolbar make 
10067                 updating of 'Exec' and 'Compose news/Compose email'
10068                 icons faster.
10069
10070 2002-02-12 [carsten]    0.7.0claws69
10071         * src/folderview.c
10072           src/mainwindow.[ch]
10073           src/stock_pixmap.c
10074           src/summaryview.c
10075           src/prefs_common.c
10076                 - refreshing after changing pixmap theme better
10077                   now (thanks Paul)
10078                 - wanted to remove some mem leaks, but alfons was
10079                   faster (and had the better solution ;)
10080
10081 2002-02-12 [alfons]     0.7.0claws68
10082
10083         * src/prefs_common.c
10084         * src/stock_pixmap.[ch]
10085                 plug mem leaks, refactor code a little bit
10086
10087
10088 2002-02-12 [sergey]     0.7.0claws67
10089
10090         * src/imap.c
10091                 Fixed problem with copying messages to IMAP folders when the
10092                 server uses something other than '/' as a namespace separator
10093                 (cyrus-imapd uses '.').
10094
10095 2002-02-12 [jens]       0.7.0claws66
10096
10097         * po/de.po
10098                 Updated German Translation
10099
10100 2002-02-12 [paul]       0.7.0claws65
10101
10102         * sync with sylpheed 0.7.1cvs1
10103                 see ChangeLog entry 2002-02-12
10104
10105 2002-02-12 [melvin]     0.7.0claws64
10106
10107         * src/prefs_actions.c
10108                 Fixed "feature" where children's output was duplicated 
10109                 instead of refreshed while monitoring.
10110                 Removed some debug code.
10111
10112 2002-02-12 [christoph]  0.7.0claws63
10113
10114         * src/compose.c
10115                 always delete message from queue after sending/send error
10116                 (closes bug #509601)
10117
10118 2002-02-12 [melvin]     0.7.0claws62
10119
10120         * src/prefs_actions.c
10121                 Children wait loop is now triggered with a timeout of 1s
10122                 Added %F which is replaced with the list of filenames 
10123                 of all selected messages (as suggested by Ricardo Mones Lestra)
10124                 Pipe syntax changed. Prefix with | to send selection, postfix
10125                 with | to retrieve output. Prefix with > or * to send
10126                 user definable input to the command (*: input is hidden)
10127                 Old pipe action should now be postfixed with |, too.
10128
10129 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10130         * src/stock_pixmap.c
10131                 fixed a bug: if there's no theme directory don't
10132                 throw an error, just do "nothing" (thanks Alfons)
10133
10134 2002-02-12 [carsten]    0.7.0claws60
10135         * src/folderview.c
10136           src/summaryview.c
10137                 had to write the cache twice (nasty!); some marks would 
10138                 get lost if not
10139
10140 2002-02-11 [carsten]    0.7.0claws59
10141         * acconfig.h
10142           configure.in
10143           doc-src/maintainer_guide.txt
10144           src/compose.[ch]
10145           src/defs.h
10146           src/folderview.[ch]
10147           src/gtkutils.[ch]
10148           src/mainwindow.[ch]
10149           src/prefs_common.[ch]
10150           src/stock_pixmap.[ch]
10151           src/summaryview.[ch]
10152                 pixmap theming and related work on pixmap
10153                 handling on some other places
10154                 (e.g. hrm features for all folder)
10155           src/pixmap/stock_*.xpm -> the stock_ was removed
10156         
10157 2002-02-11 [paul]       0.7.0claws58
10158
10159         * sync with sylpheed 0.7.1 release
10160                 see ChangeLog entries 2002-02-11
10161
10162 2002-02-08 [paul]       0.7.0claws57
10163
10164         * sync with sylpheed 0.7.0cvs39
10165                 see ChangeLog entry 2002-02-07 (last entry) 
10166
10167         * src/prefs_actions.c
10168           src/prefs_filtering.c
10169           src/prefs_matcher.c
10170           src/prefs_scoring.c
10171                 sync: made it compile with C compilers other than gcc
10172
10173 2002-02-07 [paul]       0.7.0claws56
10174
10175         * sync with sylpheed 0.7.0cvs38
10176                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10177                 2002-02-07
10178
10179 2002-02-07 [darko]      0.7.0claws55
10180
10181         * src/gtkutils.[ch]
10182         * src/summaryview.c
10183                 Fix const gchar */gchar * issue (thanks Hiro)
10184
10185 2002-02-07 [darko]      0.7.0claws54
10186
10187         * src/compose.[ch]
10188         * src/filtering.c
10189         * src/gtkutils.[ch]
10190         * src/prefs_template.c
10191         * src/quote_fmt.h
10192         * src/quote_fmt_parse.y
10193         * src/summaryview.c
10194         * src/utils.[ch]
10195                 When replying or forwarding an email don't quote the entire
10196                 mail body but use the part of the message text that is selected
10197
10198 2002-02-06 [melvin]     0.7.0claws53
10199
10200         * src/prefs_common.[ch]
10201         * src/gtkspell.[ch]
10202         * src/compose.c
10203                 Made possible to switch quickly to last used dictionary
10204                 which makes checking bilingual documents easier.
10205
10206 2002-02-06 [melvin]     0.7.0claws52
10207         
10208         * po/POTFILES.in
10209                 Added forgotten new file src/prefs_actions.c
10210
10211 2002-02-06 [melvin]     0.7.0claws51
10212
10213         * src/prefs_actions.c   ** NEW FILE **
10214         * src/prefs_actions.h   ** NEW FILE **
10215                 Added actions to execute on message text view, or on the
10216                         message's file.
10217         * src/Makefile.am
10218                 Added src/prefs_actions.[ch]
10219         * src/compose.c
10220                 Added new menu "Edit/Actions"
10221         * src/defs.h
10222                 Added new actionsrc file.
10223         * src/main.c
10224                 Added actionsrc reading.
10225         * src/mainwindow.c
10226                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10227         * src/prefs_common.h
10228                 Added new element actionslst element to prefs_common.
10229
10230 2002-02-06 [paul]       0.7.0claws50
10231
10232         * sync with sylpheed 0.7.0cvs36
10233                 see ChangeLog entry 2002-02-06
10234
10235 2002-02-05 [paul]
10236
10237         * po/es.po
10238                 updated by Ricardo Mones Lastra
10239
10240 2002-02-05 [paul]       0.7.0claws49
10241
10242         * sync with sylpheed 0.7.0cvs33
10243                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10244
10245 2002-02-05 [paul]       0.7.0claws48
10246
10247         * src/compose.c
10248                 re-add 'Edit/Advanced/Delete entire line', previously named
10249                 'Delete Line+'
10250
10251 2002-02-04 [paul]       0.7.0claws47
10252
10253         * src/compose.c
10254           src/summaryview.c
10255                 fix bug #494993 (Reply All not taking Reply-To into consi)
10256                 eliminate differences in behaviour of right-click 'Reply to all' 
10257                 in summary view and 'Reply to all' on the toolbar. 
10258                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10259                 view and From gets ignored by 'Reply to all' on toolbar.
10260                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10261                 From when no Reply-To header is present.
10262
10263 2002-02-04 [paul]       0.7.0claws46
10264
10265         * sync with sylpheed 0.7.0cvs30
10266                 see ChangeLog entries 2002-02-03 and 2002-02-04
10267
10268 2002-02-03 [melvin]     0.7.0claws45
10269
10270         * src/gtkspell.[ch]
10271                 Readded function to highlight all misspelled words.
10272                 Fixed bug where user-provided-words did not replace
10273                         correctly the misspelled word when using the mouse.
10274                 Fixed bug where checking a region selected from right to left did
10275                         not check the region at all.
10276                 Fixed bug where 'Check backwards' may not check at all. 
10277                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10278                 Fixed possible buffer overflow when checking for long strings (>1k).
10279                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10280                 Accelerators code uses now gtk_widget_add_accel.
10281                 Removed and disabled obsolete and unfinished code.
10282                 Cleaning up.
10283
10284         * src/compose.c
10285                 Added menu item to Highlight all misspelled words.
10286
10287 2002-02-01 [paul]       0.7.0claws44
10288
10289         * src/mainwindow.c
10290                 fix '/View/Hide read messages' sensitivity when all
10291                 messages in a folder are hidden
10292
10293 2002-02-01 [paul]       0.7.0claws43
10294
10295         * src/main.c
10296                 add --send option to command line interface, sends all
10297                 queued mail. Patch submitted by Ricardo Mones Lastra.
10298
10299 2002-01-31 [paul]       0.7.0claws42
10300
10301         * src/mainwindow.c
10302                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10303
10304 2002-01-31 [paul]       0.7.0claws41
10305
10306         * sync with sylpheed 0.7.0cvs27
10307                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10308                 and 2002-01-31
10309
10310         * src/textview.c
10311                 comment out elements of textview_show_part() as temporary
10312                 workaround for attachment 'Display as text' bug 
10313
10314         * po/pt_BR.po
10315                 updated by Fabio Junior Beneditto
10316
10317 2002-01-30 [paul]       0.7.0claws40
10318
10319         * sync with sylpheed 0.7.0cvs24
10320                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10321                 and 2002-01-30
10322
10323         * src/compose.c
10324                 add {N_("/_Spelling"), ... "<Branch>"} to 
10325                 GtkItemFactoryEntry compose_entries[]
10326
10327         * src/prefs_common.c
10328                 add claws menu items to prefs_keybind_apply_clicked()
10329                 and remove non-claws menu items
10330
10331 2002-01-29 [paul]       0.7.0claws39
10332
10333         * sync with sylpheed 0.7.0cvs22
10334                 see ChangeLog entries 2002-01-28 and 2002-01-29
10335
10336 2002-01-28 [melvin]     0.7.0claws38
10337
10338         * src/compose.c
10339                 Added the declartion of compose_send_control_enter.
10340
10341         * src/compose.c
10342         * src/gtkspell.[ch]
10343                 Added in a 'Spelling' menu which includes the configuration menu. 
10344                 Added a real 'Check all' and got rid from the old one which only
10345                 highlited misspelled word.
10346                 Made 'Check while typing' a disableable option.
10347                 Added a dialog when there are no more misspelled word.
10348                 Added a dialog if error occurs when switching to a dictionary.
10349         
10350         * src/prefs_common.[ch]
10351                 Added option for the default 'Check while typing' option.
10352
10353
10354 2002-01-28 [alfons]     0.7.0claws37
10355
10356         * src/compose.c
10357                 fix buglet and make code comply with sylpheed code style
10358
10359 2002-01-28 [paul]       0.7.0claws36
10360
10361         * sync with sylpheed 0.7.0cvs19
10362                 see ChangeLog entries for 2002-01-28
10363
10364 2002-01-28 [hoa]        0.7.0claws35
10365
10366         * src/defs.h
10367                 added rendererrc
10368
10369         * src/main.c
10370                 read the renderer config
10371
10372         * src/procmime.[ch]
10373                 use the renderer config to convert mime attachments
10374
10375         * src/textview.c
10376                 don't use textview_show_html/ertf,
10377                 use get_text_content instead
10378
10379 2002-01-27 [alfons]     0.7.0claws34
10380         
10381         * src/news.c
10382                 make sylpheed believe it can delete a news message...
10383                 (messages are NOT deleted, maybe we should remove
10384                 processing from the folder properties after all.)
10385
10386 2002-01-27 [alfons]     0.7.0claws33
10387
10388         * src/folder.c
10389                 add extra checks
10390         * src/news.c
10391                 implement remove_msg() 
10392
10393 2002-01-27 [alfons]     0.7.0claws32
10394
10395         * src/procmsg.h
10396         * src/procheader.c
10397         * src/messageview.c
10398                 fix return receipt / disposition notification again. this
10399                 stuff seems to break on _every_ major summary UI change, so
10400                 it's now implemented using a flag which is saved in the
10401                 marks cache
10402                 
10403 2002-01-26 [alfons]     0.7.0claws31
10404
10405         * src/import.c
10406                 let import dialog show the destination folder identifier
10407
10408 2002-01-26 [melvin]     0.7.0claws30
10409
10410         * src/folderview.c
10411         * src/summaryview.c
10412                 Readded 'Mark all read' into summary view popup menu
10413                 Added 'Mark all read' in folder view popup menu for IMAP
10414                 and NNTP.
10415                 Made it insensitive if the selected folder is not the shown
10416                 one to avoid 'Mark all read' on the wrong folder.
10417                 
10418 2002-01-26 [paul]       0.7.0claws29
10419
10420         * src/folderview.c
10421           src/summaryview.c
10422                 move 'Mark all read' from summary view to folder view
10423                 menu. (adapted from) patch submitted by Jeremy Andrews,
10424                 <lists@kerneltrap.com>
10425
10426 2002-01-25 [alfons]     0.7.0claws28
10427
10428         * src/gtkstext.c
10429                 put the gtk class name back so GtkSText adapts the 
10430                 settings of GtkText
10431
10432 2002-01-25 [alfons]     0.7.0claws27
10433
10434         * src/folderview.c 
10435                 assimilate Ricardo's patch that shows pixmaps instead of
10436                 plain "new" and "unread" texts in the folder view column
10437                 headers 
10438
10439 2002-01-25 [paul]       0.7.0claws26
10440
10441         * src/Makefile.am
10442                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10443                 be found in non-standard locations. 
10444                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10445
10446 2002-01-25 [paul]       0.7.0claws25
10447
10448         * sync with sylpheed 0.7.0cvs16
10449                 see ChangeLog entry 2002-01-25
10450
10451 2002-01-24 [paul]       0.7.0claws24
10452
10453         * more sync with sylpheed 0.7.0cvs15
10454                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10455
10456 2002-01-23 [sergey]     0.7.0claws23
10457
10458         * src/importldif.c
10459                 Fixed segfault when closing LDIF import wizard with
10460                 the window manager.
10461         * src/imageview.c
10462         * src/imageview.h
10463         * src/messageview.c
10464         * src/mimeview.c
10465                 Fixed wrong scrolling position after switching between
10466                 text and image parts.
10467
10468 2002-01-23 [paul]       0.7.0claws22
10469
10470         * sync with sylpheed 0.7.0cvs15
10471                 see ChangeLog entries 2002-01-22 and 2002-01-23
10472
10473 2002-01-21 [melvin]     0.7.0claws21
10474
10475         * src/prefs_scoring.c
10476         * src/prefs_filtering.c
10477                 Fixed bug where scoring and filtering windows stopped
10478                 autochecking.
10479
10480 2002-01-21 [paul]       0.7.0claws20
10481
10482         * sync with sylpheed 0.7.0cvs12
10483                 see ChangeLog entries 2002-01-20 and 2002-01-21
10484
10485 2002-01-21 [carsten]    0.7.0claws19
10486         * src/mainwindow.c
10487         * src/menu.[ch]
10488         * src/messageview.[ch]
10489         * src/summaryview.[ch]
10490                 changes to shortcuts handling again:
10491                         + "Q" now controled by mainwin
10492                         + v/V are now customizable and have slightly
10493                           different meanings
10494                 the "button" to minimize the messageview (and maximize
10495                 the summary view) is a real button now
10496         * src/compose.c
10497                 "Delete Line+" added to Edit/Advanced (this will also
10498                 delete the '\n')
10499
10500 2002-01-20 [melvin] 0.7.0claws18
10501
10502         * src/addressbook.c
10503                 Made "Bcc" sensitive when addressbook is called from
10504                 compose window (it was a Claws only bug).
10505
10506 2002-01-19 [alfons] 0.7.0claws17
10507
10508         * src/inc.c
10509                 prevent unnecessary updates when currently selected folder has
10510                 no new messages 
10511
10512 2002-01-19 [alfons] 0.7.0claws16
10513         
10514         * src/summaryview.c
10515                 prevent writing the cache based on current message list in summary 
10516                 view when filtering also put messages in currently selected folder
10517
10518 2002-01-19 [paul]
10519
10520         * po/it.po
10521                 Italian translation submitted by Alessandro Maestri
10522                 <a.maestri@cs.tin.it>
10523
10524 2002-01-18 [melvin]     0.7.0claws15
10525
10526         * src/prefs_filters.c
10527                 fixed bug where 'cancel' from 'filters' window stops autochecking
10528                 if the timer timed out  when the window was open.
10529
10530 2002-01-18 [match]      0.7.0claws14
10531
10532         * src/addrclip.[ch]     ** NEW FILE **
10533         * src/addrselect.[ch]   ** NEW FILE **
10534         * src/adbookbase.h      ** NEW FILE **
10535                 addressbook cut, copy and paste
10536         * src/addrbook.[ch]
10537         * src/addrcache.[ch]
10538         * src/addressitem.h
10539         * src/addrindex.[ch]
10540         * src/addritem.[ch]
10541         * src/importldif.c
10542         * src/importmutt.c
10543         * src/jpilot.[ch]
10544         * src/syldap.[ch]
10545         * src/vcard.[ch]
10546         * src/jpilot.[ch]
10547         * src/editbook.c
10548         * src/editjpilot.c
10549         * src/editldap.c
10550         * src/editvcard.c
10551                 support for copy/paste
10552         * src/addressbook.c
10553                 support for copy/paste
10554                 tidy up menu option processing
10555                 correct address list function arguments
10556         * src/editaddress.c
10557                 sort user attributes
10558         * src/ldif.h
10559         * src/mutt.h
10560                 tidy up
10561
10562         * src/addrbook.[ch]
10563         * src/addrbook.[ch]
10564         * src/addrbook.[ch]
10565                 
10566
10567 2002-01-18 [paul]       0.7.0claws13
10568
10569         * sync with sylpheed 0.7.0cvs8
10570                 configure.in: support Mac OS X (Darwin)
10571
10572 2002-01-18 [carsten]    0.7.0claws12
10573         * src/html.c
10574                 small hack to fix a segfault with an empty href
10575                 (reported by Alexandra Walford <deeni@altern.org>)
10576         * src/mainwindow.c
10577         * src/summaryview.c
10578                 the shortcuts for Mark und Mark as unread are hardcoded
10579                 again
10580         * src/compose.c
10581         * src/gtkstext.[ch]
10582                 readded the shortcuts in gtkstext but made them
10583                 customizeable (simply by adding a menu plus a wrapper
10584                 to compose.c)
10585
10586 2002-01-17 [melvin]     0.7.0claws11
10587
10588         * src/gtkspell.c
10589                 fix default dictionary not being saved.
10590
10591 2002-01-16 [darko]      0.7.0claws10
10592
10593         * src/compose.c
10594                 fix wrapping crash with URL longer than wrapping margin
10595
10596 2002-12-08 [hoa]        0.7.0claws10
10597
10598         * src/matcher_parser_parse.y
10599                 fixed some bugs
10600
10601         * src/prefs_filtering.c
10602                 now, we can use bounce action in the dialog box.
10603
10604 2002-01-16 [carsten]    0.7.0claws9
10605         * src/gtkstext.c
10606                 removed the <control> and <alt> shortcuts because they're
10607                 not needed and interefered with the "normal" shortcuts
10608         * src/mainwindow.c
10609         * src/summaryview.c
10610                 removed most of the hardcoded shortcuts and assigned
10611                 them to menu entries making them easy customizable by
10612                 that
10613
10614 2002-01-16 |melvin]     0.7.0claws8
10615
10616         * src/gtkspell.c
10617                 fixed bug where using the mouse and when the compose
10618                 window is not on top may result in a crash.
10619
10620 2002-01-16 [melvin]     0.7.0claws7
10621
10622         * src/compose.c
10623                 fixed a long standingspell checker bug which could 
10624                 cause a crash after sending a message.
10625
10626 2002-01-16 [paul]       0.7.0claws6
10627
10628         * sync with sylpheed 0.7.0cvs7
10629                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10630                 2002-01-15, and 2002-01-16
10631
10632 2002-01-16 [melvin]     0.7.0claws5
10633
10634         * README.claws
10635         * src/compose.c
10636         * src/gtkspell.[ch]
10637         * src/main.c
10638                 Heavily modified spell checker code to work around
10639                 ispell bug, to add keyboard shortcuts and for future
10640                 enhancements. See README.claws for usage information.
10641
10642 2002-01-15 [alfons]     0.7.0claws4
10643         
10644         * src/summaryview.c
10645                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10646                 so sorting within threads reflects sort mode
10647
10648 2002-01-15 [christoph]  0.7.0claws3
10649
10650         * src/procmsg.c
10651                 added alertpanel if mail sending failed
10652
10653 2002-01-15 [alfons]     0.7.0claws2
10654         
10655         * src/prefs_filtering.c
10656                 don't stop timer when prefs filtering dialog is opened
10657
10658 2002-01-14 [alfons]     0.7.0claws1
10659
10660         * src/addr_compl.c
10661         * src/prefs.c
10662                 remove debug_print()s for privacy reasons
10663
10664 2002-01-14 [darko]      0.7.0claws
10665
10666         * README.claws
10667                 quotation wrapping is now also in the main branch
10668
10669 2002-01-14 [paul]
10670
10671         * tools/filter_conv.pl
10672                 allow for Boolean Op and case-sensitivity
10673                 this file is included in the release and tagged
10674                 'rel_0_7_0'
10675
10676 2002-01-13 [paul]       0.7.0claws
10677
10678         * release 0.7.0, with cvs tag 'rel_0_7_0'
10679
10680 2002-01-13 [paul]
10681
10682         * tools/filter_conv.pl
10683         * tools/README
10684                 rewritten to output to matcherrc instead of filteringrc
10685
10686         * po/es.po
10687                 updated Spanish translation by Ricardo Mones Lastra
10688
10689 2002-01-13 [alfons]
10690
10691         * po/nl.po
10692                 update dutch translation
10693
10694 2002-01-13 [paul]
10695
10696         * po/pt_BR.po
10697                 Updated by Fabio Junior Beneditto 
10698
10699 2002-01-13 [melvin]     0.6.6claws53
10700
10701         * po/fr.po
10702                 Updated french translation
10703
10704 2002-01-12 [alfons]     0.6.6claws52
10705
10706         * src/filtering.c
10707                 plug mem leak that has been sitting there for ages              
10708
10709 2002-01-12 [alfons]     0.6.6claws51
10710
10711         * src/summaryview.c
10712                 undo melvin's changes from 0.6.6claws48 because summary
10713                 view now refuses to select first unread message when
10714                 selecting a folder 
10715
10716 2002-01-11 [alfons]     0.6.6claws50
10717
10718         * src/import.c
10719                 use claws' semantics for getting folder item when
10720                 importing an mbox file into a folder 
10721                 (submitted by Dale P. Smith)
10722
10723 2002-01-11 [christoph]  0.6.6claws49
10724
10725         * src/prefs.h
10726                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10727                 toggle widget, because non static prefs can not use
10728                 prefs_set_* functions
10729         * src/prefs_account.c
10730                 toggle smtp auth password field sensitivity if
10731                 user id is empty and add descrition of usage for
10732                 these fields
10733         * src/prefs_folder_item.c
10734                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10735                 callbacks
10736
10737 2002-01-11 [melvin]     0.6.6claws48
10738
10739         * src/compose.c
10740                 fix the 'Ctrl-Enter' feature for sending and test really
10741                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10742                 editables which was not documented in Gtk)
10743
10744         * src/summaryview.c
10745                 Made summaryview refresh after sorting and not before.
10746
10747 2002-01-11 [christoph]  0.6.6claws47
10748
10749         * src/compose.c
10750                 select account from account ids if possible and
10751                 correctly set save folder for copy in reedit
10752
10753 2002-01-10 [paul]       0.6.6claws46
10754
10755         * sync with sylpheed 0.7.0 release
10756                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10757                 2002-01-09
10758
10759 2002-01-09 [alfons]
10760
10761         * src/summaryview.c
10762                 remove more dirt traces...
10763
10764 2002-01-09 [alfons]
10765         
10766         * src/summaryview.c
10767                 clean up some traces of my debugging stuff
10768
10769 2002-01-09 [alfons]     0.6.6claws45
10770
10771         * src/filtering.c
10772                 break up filteringprop_apply() in three separate pieces
10773                 so we can drop messages that failed processing in the
10774                 inbox
10775
10776         * src/summaryview.c
10777                 fix bug #469598 "no refresh of inbox after filter" which 
10778                 was introduced by the new summary view locking, and which 
10779                 prevented the summary view to update after a manual filter 
10780                 message. claw's filter message requires a summary_show().
10781                 (aargh, summary_show() again! :-)
10782                 
10783 2002-01-07 [alfons]     0.6.6claws44
10784
10785         * src/headerwindow.c
10786         * src/logwindow.c
10787         * src/messageview.c
10788         * src/sourcewindow.c
10789                 bring in Hiro's last 0.7.0 wm class fixes
10790
10791         * tools/sylprint.pl
10792                 bring in Ricardo's fix for sylprint script
10793
10794         * AUTHORS       
10795         * src/rfc2015.[ch]
10796         * src/prefs_common.[ch]
10797         * src/prefs_account.[ch]
10798         * src/compose.c
10799                 clean up account preference poison in rfc2015,
10800                 and preparation to fix double sign bug 
10801                 (patch submitted by Simon 'corecode' Schubert)
10802
10803 2002-01-07 [christoph]  0.6.6claws43
10804
10805         * src/mh.c
10806                 search for free message number, do not only rely
10807                 on last_num
10808         * src/send.c
10809                 fix smtp auth and use extra account information
10810                 if available, if not use pop3 data instead
10811                 (closes bug #500341)            
10812         * src/ssl.[ch]
10813                 match coding style
10814
10815 2002-01-06 [alfons]     0.6.6claws42
10816
10817         * src/mainwindow.c
10818                 try making the separate windows work again...
10819
10820 2002-01-06 [alfons]     0.6.6claws41
10821
10822         * src/mainwindow.c
10823                 adapt Hiro's separate window menu (to get rid of the funny
10824                 duplicate menu items), and make it work again
10825
10826 2002-01-06 [alfons]     0.6.6claws40
10827
10828         * tools/Makefile.am
10829         * tools/sylprint.rc
10830         * tools/sylprint.pl
10831         * tools/README.sylprint
10832                 add sylprint script for printing mails from Sylpheed
10833                 (contributed by Ricardo Mones Lastra)
10834
10835         * src/acount.c
10836                 clean up
10837
10838 2002-01-06 [melvin]     0.6.6claws39
10839
10840         * src/mainwindow.c
10841         * src/summaryview.c
10842                 Fixed crash introduced in 0.6.6claws38 by the menu
10843                 reorganisation (Hide read messages)
10844         
10845         * ChangeLog.claws 
10846                 Fixed typo (we are now in 2002, alfons ;) )
10847
10848 2002-01-05 [alfons]     0.6.6claws38
10849
10850         * sync with sylpheed 0.6.6cvs10-17
10851                 (last stuff marked as LAST_STABLE)
10852
10853 2002-01-04 [melvin]     0.6.6claws37
10854
10855         * src/account.c
10856                 Made account selection code use strcasestr again instead of
10857                 g_strcasecmp (fixes bug where reediting queued messages
10858                 did not select proper account reported by T. Link).
10859         
10860         * src/folderview.c
10861                 Fix bug where folder icons are not shown when 'hide read messages'
10862                 is on.
10863         
10864         * src/stock_pixmaps.[ch]
10865                 Added folder icons for 'hide read messages'.
10866         
10867         * src/compose.c
10868                 Fixed bug where 'Enter' in a header entry will send the message 
10869                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10870
10871 2002-01-03 [melvin]     0.6.6claws36
10872         
10873         * src/prefs.[ch]
10874                 Added popup menu for common preferences and
10875                 account preferences (right click on tab displays
10876                                 a menu of all tabs.)
10877
10878 2002-01-02 [melvin]     0.6.6claws35
10879
10880         * src/gtkspell.[ch]
10881                 Made spelling code compatible with undo/redo feature.
10882                 Added creation of suggestion mode menu for the general
10883                         preferences.
10884         
10885         * src/prefs_common.[ch]
10886                 Added option menu for the speller's suggestion mode.
10887                 Added missing spaces in "..." buttons and made a "..."
10888                         button non translatable!
10889         
10890         * src/compose.c
10891                 Made speller use the default suggestion mode.
10892                 Hack to make it possible to choose 'CTRL-Enter' as a
10893                         shortcut for sending (and only for sending).
10894
10895         * src/prefs_folder_item.c
10896                 Changing subject simplification does not update cache 
10897                         anymore (because it is unnecessary).
10898                 Fixed bug where changing subject simplification updated the 
10899                         summaryview even when the viewed folder is not the
10900                         folder which properties are being changed. (E.g. 
10901                                         viewing folder A and changing
10902                                         the subject simplification of 
10903                                         folder B -not being viewed- updated the 
10904                                         summaryview of folder A with data of
10905                                         folder B). (Hope this is clear... )
10906
10907 2001-12-31 [alfons]     0.6.6claws34
10908         
10909         * src/ldif.c
10910         * src/mutt.c
10911                 fgetc() returns a signed integer which doesn't
10912                 fit in a char. so c truncates this to a char
10913                 but we may lose significant bits. i.e. we may
10914                 comparing 0xFF which may not be equal to -1
10915                 unless properly casted to signed char which
10916                 we won't do because fgetc() returns a signed
10917                 integer which doesn't fit in a char. so c 
10918                 truncates this to a char but we may lose 
10919                 significat bits. (you got the idea, thanks
10920                 to Gustavo Noronha Silva <kov@debian.org>
10921                 and the Debian folks!)
10922
10923 2001-12-30 [alfons]     0.6.6claws33
10924
10925         * src/prefs_common.c
10926                 add #ifdef USE_PSPELLs that Melvin forgot               
10927
10928 2001-12-30 [melvin]     0.6.6claws32
10929         
10930         * src/prefs_common.[ch]
10931                 Added configurable color for misspelled words.
10932
10933         * src/gtkspell.[ch]
10934                 Fixed bug of foreground text color (reported by David
10935                                 Mehrmann)
10936                 Added configurable color for misspelled words.
10937
10938 2001-12-30 [alfons]     0.6.6claws31
10939
10940         * src/folder.c
10941                 remove unnecessary things someone put there
10942
10943         * src/mh.c
10944         * src/folder.[ch]
10945                 make folder properties (like threading and sorting) persistent
10946                 (closes bug #497424 "rescan folder tree resets proprieties")
10947                 currently this is only for MH folders. 
10948
10949 2001-12-29 [melvin]     0.6.6claws30
10950
10951         * src/string_match.[ch]
10952                 Optimized a bit: regexp pattern buffer compiled only once, and
10953                   one subroutine call removed. Fixed ^ regexp search: Now, 
10954                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
10955         
10956         * src/summaryview.c
10957                 Subject filtering changed to filter summary columns and
10958                   not directly the messages subject cache. The loss in 
10959                   performance is balanced by the improvement of string_match.
10960                 Added an alert panel if there is an error in the regexp.
10961
10962         * src/src/prefs_folder_item.h
10963                 Added a regexp pattern buffer.
10964
10965 2001-12-28 [alfons]     0.6.6claws29
10966
10967         * src/string_match.[ch]
10968                 clean up name space
10969                 allow compilation *BSD
10970
10971 2001-12-27 [alfons]     0.6.6claws28
10972
10973         * src/filter.c
10974                 sync the Hiro's bug fix for BSD
10975
10976 2001-12-27 [melvin]     0.6.6claws27
10977         
10978         * src/compose.c
10979                 Simplify focus to subject entry code.
10980
10981 2001-12-27 [darko]      0.6.6claws26
10982
10983         * src/filtering.c
10984         * src/mbox_folder.c
10985         * src/messageview.c
10986         * src/mh.c
10987         * src/procheader.[ch]
10988         * src/procmsg.h
10989         * src/stock_pixmap.[ch]
10990         * src/summaryview.c
10991                 Show key icon for encrypted mails in summary view
10992
10993         * src/pixmaps/clip.xpm
10994         * src/pixmaps/clipkey.xpm
10995         * src/pixmaps/key.xpm
10996                 New/modified icons for the above
10997
10998 2001-12-27 [melvin]     0.6.6claws25
10999
11000         * src/prefs_common.c
11001                 Put spell checker options in a separate tab to decrease
11002                 the Common Preferences window height.
11003
11004         * README.claws  
11005                 Update spell checker usage instruction about its options
11006                 location.
11007
11008 2001-12-27 [melvin]     0.6.6claws24
11009
11010         * src/compose.c
11011                 Changed subject entry widget position. Initial focus is
11012                 on the To header instead of the subject entry.
11013                 Creating a new header scrolls the header list to make the
11014                 created one visible. Nevertheless, when automatically filling
11015                 headers, the first one is shown.
11016                 A Tab key press in the last empty header entry zips the 
11017                 focus to the subject entry.
11018                 (I did not change the combo boxes, yet)
11019
11020 2001-12-26 [alfons]     0.6.6claws23
11021
11022         * src/prefs_account.c
11023         * src/inc.c
11024                 allow default inbox to reside in another mailbox (only
11025                 works for POP3 accounts)
11026
11027 2001-12-26 [alfons]     0.6.6claws22
11028         
11029         * src/textview.c
11030                 make reply-on-click work with the account of the selected folder
11031         * src/compose.c
11032                 put a fixme here to remind me to fix finding correct default
11033                 account for nested folders
11034
11035 2001-12-25 [alfons]     0.6.6claws21
11036
11037         * src/summaryview.c
11038                 make column headers display locked and mark pixmaps (idea by Melvin) 
11039                 fix bug by adding score and locked column type to sort array
11040
11041 2001-12-25 [alfons]     0.6.6claws20
11042         
11043         * src/summaryview.c
11044                 catch a *potentially* inadvertent write back of  
11045                 the message cache(s) introduced by 0.6.5claws37
11046
11047 2001-12-25 [christoph]  0.6.6claws19
11048
11049         * src/stock_pixmap.[ch]
11050         * src/summaryview.c
11051                 add ignore thread pixmap
11052                 (can someone draw a better icon for this?)
11053
11054 2001-12-24 [alfons]     0.6.6claws18
11055
11056         * src/prefs_folder_item.c
11057                 make address completion actually work for the
11058                 Default To address in the Folder Property dialog.
11059
11060 2001-12-24 [alfons]     0.6.6claws17
11061         
11062         * src/summaryview.c
11063                 use new style regexp for subject stripping 
11064                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11065
11066 2001-12-24 [darko]      0.6.6claws16
11067
11068         * src/pgptext.c
11069         * src/rfc2015.c
11070                 move GPG related informational messages to debug mode
11071
11072 2001-12-23 [alfons]     0.6.6claws15
11073
11074         * src/stock_pixmap.[ch]
11075         * src/summaryview.c
11076                 add the forgotten Claws' locked pixmap
11077
11078 2001-12-23 [alfons]     0.6.6claws14
11079
11080         * src/filesel.c
11081                 accept file name typed in entry in multi file
11082                 selector (patch submitted by Gustavo Noronha Silva 
11083                 <kov@debian.org>)
11084
11085 2001-12-23 [alfons]     0.6.6claws13
11086
11087         * src/prefs_filter.c
11088         * src/prefs_filtering.c
11089         * src/matcher.c
11090         * src/importmutt.c
11091                 clean up a little bit
11092         
11093         * src/string_match.c
11094                 validate input strings a little bit more
11095
11096 2001-12-23 [alfons]     0.6.6claws12
11097
11098         * src/Makefile.am
11099         * src/summaryview.c
11100         * src/string_match.[ch]         ** NEW **
11101         * src/folderview.[ch]
11102         * src/headerview.h
11103         * src/folder.[ch]
11104         * src/prefs_folder_item.[ch]
11105                 add subject simplification to strip out strings from
11106                 a subject line (esp. handy for mailing lists). 
11107                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11108                 but slightly changed things for better integration.)
11109
11110 2001-12-23 [alfons]     0.6.6claws11
11111
11112         * src/mainwindow.c
11113                 fix bug introduced by submission included in 0.6.5claws52.
11114                 ideally this submission should clean the trash if any trash
11115                 folder has a message. however, the hasTrash variable was
11116                 set to false whenever a trash folder was empty (discarding
11117                 a previously found *filled* trash folder.)
11118
11119                 also edited the code a little bit and made it more safe.
11120
11121 2001-12-22 [alfons]     0.6.6claws10
11122
11123         * src/imap.c
11124                 quick fix for Martin Pool's omission of an account
11125                 specific SSL setting
11126
11127 2001-12-22 [alfons]     0.6.6claws9
11128
11129         * src/compose.c
11130         * src/messageview.c
11131         * src/mimeview.c
11132         * src/pgptext.c
11133         * src/procmime.[ch]
11134                 better support for multipart/digest (submitted
11135                 by Fredrik <e98fo@efd.lth.se>)
11136
11137 2001-12-22 [alfons]     0.6.6claws8
11138
11139         * src/addressbook.c
11140                 correct function signature
11141         * src/socket.[ch]
11142         * src/imap.[ch]
11143         * src/prefs_account.[ch]
11144                 allow IMAP over SSH tunnel (patch submitted by 
11145                 Martin Pool <mbp@samba.org>)
11146
11147 2001-12-21 [alfons]     0.6.6claws7
11148
11149         * sync with sylpheed 0.6.6cvs4-9
11150                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11151
11152 2001-12-21 [christoph]  0.6.6claws6
11153
11154         * src/compose.c
11155         * src/prefs_folder_item.[ch]
11156                 implement saving of outgoing messages to current folder.
11157                 fix segfault when no default outbox is available
11158                 (closes bug #495683)
11159
11160 2001-12-21 [carsten]    0.6.6claws5
11161         * src/folderview.c
11162         * src/summaryview.c
11163                 pressing CTRL while DND does now the expected thing and
11164                 copies the mail (moving is still the default, as this
11165                 seam more appropriate for handling mails by DND)
11166
11167 2001-12-18 [paul]       0.6.6claws4
11168
11169         * sync with sylpheed 0.6.6cvs3
11170                 see ChangeLog entries 2001-12-18
11171
11172 2001-12-18 [hiro]       0.6.6claws3
11173
11174         * src/undo.c
11175                 fix for multibyte characters (obtain the number of letters
11176                 instead of bytes).
11177
11178 2001-12-17 [paul]       0.6.6claws2
11179
11180         * sync with sylpheed 0.6.6cvs1
11181                 see ChangeLog entry 2001-12-16
11182
11183 2000-12-17 [alfons]     0.6.6claws1
11184
11185         * src/filtering.c
11186                 clean up
11187
11188 2001-12-16 [paul]       0.6.6claws
11189 2001-12-15
11190
11191         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11192
11193         * src/mimeview.c
11194                 last minute sync with main 0.6.6
11195
11196         * po/es.po
11197                 updated by Ricardo Mones Lastra
11198                 update for last minute sync
11199         * po/fr.po
11200         * po/nl.po
11201                 update for last minute sync
11202         * po/de.po
11203                 updated by Jens Oberender
11204         * po/pt_BR.po
11205                 updated by Fabio Junior Beneditto
11206
11207         * src/prefs_common.[ch]
11208         * src/undo.c
11209                 number of undo levels is user configurable
11210                 (squeeze it into the release in the dying
11211                 moments) Submitted by Jens Oberender    
11212
11213 2001-12-15 [melvin]
11214
11215         * po/fr.po
11216                 updated french translation
11217
11218 2001-12-15 [paul]       0.6.5claws92
11219
11220         * sync with sylpheed 0.6.5cvs28
11221                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11222
11223         * po/nl.po
11224                 update to allow for sync
11225
11226 2001-12-15 [alfons]
11227         
11228         * po/nl.po
11229                 update dutch translation
11230
11231 2001-12-14 [carsten]    0.6.5claws91
11232         * src/summaryview.c
11233                 fixed bug #473785; also after changing the column order
11234                 the same message will be selected and displayed as before
11235                 the reordering
11236
11237 2001-12-14 [carsten]    0.6.5claws90
11238         * src/folderview.c
11239                 probably found the bug reported by wwb opening or closing
11240                 a folder tree just before dnd (found the solution in the
11241                 balsa source -- thanks to them)
11242
11243 2001-12-14 [carsten]    0.6.5claws89
11244         * src/gtkutils.c
11245         * src/account.c
11246                 moved gtk_clist_moveto to the right place, so that
11247                 only the accounts dialog is effected on opening
11248
11249 2001-12-14 [carsten]    0.6.5claws88
11250         * src/gtkutils.c
11251                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11252                 now, so that the focused row will be seen in any case
11253                 (reported by wwp on sf-claws-user)
11254
11255 2001-12-14 [darko]      0.6.5claws87
11256
11257         * src/compose.c
11258                 remove unnecessary line
11259
11260 2001-12-14 [paul]       0.6.5claws86
11261
11262         * sync with sylpheed 0.6.5cvs27
11263                 see ChangeLog entries 2001-12-14
11264
11265 2001-12-14 [carsten]    0.6.5claws85
11266         * src/mainwindow.c
11267                 following a suggestion of Melvin the rcoabm pops up
11268                 right under the button now and the button is reliefed
11269                 while the popup is open
11270
11271 2001-12-14 [darko]      0.6.5claws84
11272
11273         * src/compose.c
11274                 fix crash when wrapping long lines if linewrap quotation
11275                 is disabled and wrapper encounters a word spanning more
11276                 than one line
11277
11278 2001-12-13 [paul]       0.6.5claws83
11279
11280         * src/compose.c
11281                 prefer 'Reply-To' header over mailing list header when
11282                 replying to a message. Finally prevent all those confirmation 
11283                 messages being sent to the list itself.
11284
11285         * src/summaryview.c
11286                 remove unused summary_set_menu_sensitive() entry
11287
11288 2001-12-13 [paul]       0.6.5claws82
11289
11290         * src/folderview.c
11291         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11292         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11293         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11294                 improvements to 'Hide read messages': Inbox, Outbox,
11295                 Trash, Queue, and Draft icons now reveal presence of hidden 
11296                 messages
11297
11298 2001-12-12 [alfons]     0.6.5claws81
11299
11300         0.6.5claws80 was tagged as LAST_STABLE
11301
11302         * src/filtering.[ch]
11303         * src/matcher.[ch]
11304         * src/matcher_parser_lex.c
11305                 fix the filtering; my last attempt to get it right, 
11306                 if it does not work, it's Hoa's turn. ;-)
11307
11308                 for my honourable peers:
11309                 
11310                 the code now makes a clear distinction between
11311                 rules as they are displayed (probably escaped),
11312                 and as they are executed (probably unescaped). the
11313                 parser does *NOT* do any unescaping, this is
11314                 the task of the matcher.c (which breaks up a
11315                 rule into condition) and the filtering.c (which
11316                 breaks up the rule's action). to make this
11317                 run happily we provide an unescaped copy of
11318                 crucial strings to the MatcherProp and 
11319                 FilteringAction structures. note that the only
11320                 exception to this is any REGEXP string. those
11321                 are directly passed to regcomp() and regexp()
11322                 (who have much more powerful unescape functions).
11323                 
11324                 for everyone else:
11325         
11326                 you can escape tab (\t), carriage return (\r),
11327                 linefeed (\n), form feed (\f), quote (\"), 
11328                 single quote (\'), bell (\b) in all the entry
11329                 lines in the scoring & filtering dialogs.
11330                 as an added bonus this should not affect
11331                 existing filtering rules.
11332
11333 2001-12-12 [carsten]    0.6.5claws80
11334
11335         * src/summaryview.c
11336         * po/de.po
11337                 "item(s) selected" is now sensitive to 1 or more
11338                 than one selected (nice for language where simple
11339                 adding of a "s" is not possible as German (Eintrag
11340                 ->Eintr"age)
11341                 
11342                 the "forward as attachment" entry from the right
11343                 click menu removed, "forward" acts following the
11344                 prefs
11345         
11346         * src/textview.c
11347                 reverted my former changes; so compiler warning again
11348                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11349                 nevertheless
11350
11351         * src/messageview.c
11352                 "search in message" does now *not* only work in MVIEW_TEXT
11353                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11354                 message
11355
11356         * src/mainwindow.c
11357                 removed "/File/_Close" as it was the same as "/File/E_xit"
11358                 and we don't need it two times
11359
11360                 the separate folder view and message view now get a distinct
11361                 WMCLASS, just in case someone is using sawfish ;-)
11362
11363                 as the menu entries "/View/Message view" and "/View/Folder tree"
11364                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11365                 make them sensitive accordingly and as these two are "shown"
11366                 after startup anytime check this menuitem at startup
11367
11368 2001-12-12 [paul]       0.6.5claws79
11369
11370         * src/folderview.c
11371                 fix sensitivity of 'Search folder...', broken in
11372                 0.6.5claws75
11373
11374         * src/mainwindow.c
11375                 fix dodgy English
11376
11377 2001-12-11 [carsten]    0.6.5claws78
11378         * src/filtering.c
11379                 fixed two typos returning a wrong FALSE/TRUE
11380         * src/mainwindow.[ch]
11381                 extra menu for email/news button removed
11382
11383 2001-12-11 [alfons]     0.6.5claws77
11384         
11385         * src/matcher.c                 (1.3)
11386         * src/matcher_parser_lex.l      (1.28)
11387                 revert for another attempt
11388                 mark 0.6.5claws77 as LAST_STABLE
11389
11390 2001-12-11 [christoph]  0.6.5claws76
11391
11392         * po/de.po
11393                 fixed wrong translation for prev. unread msg
11394
11395 2001-12-11 [paul]       0.6.5claws75
11396
11397         * src/folder.[ch]
11398         * src/folderview.c
11399         * src/mainwindow.c
11400         * src/summaryview.[ch]
11401         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11402                 enable ability to hide read messages on per folder basis via 
11403                 '/Summary/Hide read messages'; when selected, a folder will 
11404                 have a red open folder icon, instead of a blue icon, if the 
11405                 folder contains hidden messges
11406                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11407
11408         * src/mainwindow.c
11409                 remove '/Message/Forward as attachment' from 
11410                 main_window_set_menu_sensitive() to prevent debug warning
11411
11412         * src/folderview.c
11413         * src/mainwindow.c
11414                 Clean up some of the English
11415
11416         * tools/newscache_clean.pl
11417                 allow for new 'hidereadmsgs' entry in folderlist.xml
11418
11419         * po/es.po
11420                 updated translation, submitted by Ricardo Mones Lastra
11421
11422 2001-12-11 [paul]       0.6.5claws74
11423
11424         * sync with sylpheed 0.6.5cvs25
11425                 see ChangeLog entry 2001-12-11
11426
11427 2001-12-10 [alfons]     0.6.5claws73
11428
11429         * src/matcher.c
11430                 add more control characters
11431         * src/matcher_parser_lex.l
11432                 make escaping / unescaping work again
11433
11434 2001-12-10 [alfons]     0.6.5claws72
11435
11436         * src/imap.c
11437                 clean up warnings "returning value for void function" 
11438         * src/prefs_filtering.c
11439                 make info button for execute action sensitive
11440
11441 2001-12-10 [paul]       0.6.5claws71
11442
11443         * src/compose.c
11444         * src/imap.[ch]
11445         * src/summaryview.c
11446                 fix: imap server now gets informed of MARKED, UNMARKED
11447                 and REPLY events. Now people can use different IMAP-Mail
11448                 clients and have the exact same information about MARKED,
11449                 UNMARKED and REPLY status with all of them. Especially
11450                 useful for imap servers with a web-frontend.
11451                 submitted by Tobias Sandhaas <medlor@web.de>
11452
11453 2001-12-09 [melvin]     0.6.5claws70
11454         
11455         * src/textview.[ch]
11456                 fixed bug #490076 (hunted down by Alfons who implemented
11457                 a workaround in 0.6.5claws65)
11458
11459 2001-12-09 [christoph]  0.6.5claws69
11460
11461         * src/summaryview.c
11462                 set pointer to string in LOCKED column to NULL
11463                 (might fix bug #490800)
11464
11465 2001-12-09 [carsten]    0.6.5claws68
11466
11467         * po/de.po
11468                 resolved some cluttered menu shortcuts 
11469                 ('creating new email' and 'creating news message'
11470                 hade the same)
11471         * src/compose.c
11472                 wmclass now distinc from main window
11473         * src/mainwindow.c
11474           src/mainwindow.h
11475                 email/news and forward button functionality similar
11476                 to the reply buttons; removed the ugly dropdown arrows
11477                 and use instead the right mouse button
11478
11479 2001-12-09 [paul]       0.6.5claws67
11480
11481         * src/imap.c
11482         * src/utils.h
11483                 allow spaces in imap folder names
11484                 submitted by Willem van Engen <wvengen@stack.nl>
11485
11486 2001-12-09 [paul]       0.6.5claws66
11487
11488         * sync with sylpheed 0.6.5cvs24
11489                 see ChangeLog entry 2001-12-09
11490
11491 2001-12-08 [alfons]     0.6.5claws65
11492
11493         * src/textview.c
11494                 prevent secondary selection claim after "add to sender" dialog
11495                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11496                 we trick GTK by simulating a click at (0, 0) in the textview.
11497
11498 2001-12-08 [hoa]        0.6.5claws64
11499
11500         * src/folder.c
11501                 fixed a bug about the .processing folder name while filtering
11502
11503 2001-12-08 [alfons]     0.6.5claws63
11504
11505         * src/folderview.c 
11506                 work around problem of not correctly updating folder stats
11507                 when deleting messages. there's some folder scanning evil
11508                 going so the folderview_update_msg_num() does not work
11509                 correctly. need to investigate this.
11510
11511 2001-12-08 [paul]       0.6.5claws62
11512
11513         * sync with sylpheed 0.6.5cvs23
11514                 see ChangeLog entry 2001-12-08
11515
11516 2001-12-07 [christoph]  0.6.5claws61
11517
11518         * src/compose.c
11519                 fix another header translation problem
11520
11521 2001-12-07 [alfons]     0.6.5claws60
11522
11523         * src/mbox.c
11524                 make filtering also work on local spool mbox
11525
11526 2001-12-07 [carsten]    0.6.5claws59
11527         * src/addressbook.c
11528                 addressbook window gets a wmclass distinct from the main
11529                 sylpheed window
11530         * src/compose.h
11531         * src/mainwindow.[ch]
11532                   forward menu item will use mode selected in prefs, forward 
11533                 as attatchment in menu removed (will be substituted in the
11534                 toolbar similar to reply buttons)
11535                   create news message menu entry and news button is now 
11536                 sensitive to the existance of a news account
11537         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11538         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11539         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11540                 these are removed because the toolbar buttons don't show
11541                 the quoting modus any longer
11542
11543 2001-12-07 [paul]
11544
11545         * tools/newscache_clean.pl      ** NEW FILE **
11546                 perl script to do some tidying up in the newscache directory 
11547                 
11548         * tools/sylpheed-switcher       ** NEW FILE **
11549                 perl script to enable easy switching between main and claws
11550                 
11551         * tools/README
11552                 added descriptions of the two new perl scripts          
11553
11554
11555 2001-12-07 [melvin]     0.6.5claws58
11556
11557         * src/messageview.c
11558                 fixed a warning during compilation introduced in 0.6.5claws56
11559
11560 2001-12-07 [paul]       0.6.5claws57
11561
11562         * src/mainwindow.[ch]
11563         * src/menu.[ch]
11564                 further usability enhancements to replying with or without 
11565                 quoting via the toolbar, use of Ctrl key is replaced by 
11566                 drop down menu 
11567                 Submitted by Carsten Schurig            
11568
11569 2001-12-07 [melvin]     0.6.5claws56
11570
11571         * src/messageview.c
11572                 hack to fix bug that prevented to make/paste selections
11573                 after switching between MVIEW_TEXT and MVIEW_MIME views
11574                 without deselecting the selection first.
11575
11576 2001-12-06 [alfons]     0.6.5claws55
11577
11578         * src/filtering.[ch]
11579         * src/inc.c
11580                 revise filtering a little bit more, and make sure
11581                 messages are delivered to the appropriate inbox
11582                 (perhaps set per account)
11583
11584 2001-12-06 [paul]       0.6.5claws54
11585
11586         * sync with sylpheed 0.6.5cvs22
11587                 see ChangeLog entry 2001-12-06
11588
11589 2001-12-05 [alfons]     0.6.5claws53
11590
11591         * src/inc.c
11592         * src/folder.[ch]
11593         * src/procmsg.c
11594         * src/filtering.c
11595                 more revisions of filtering system
11596                 (last stable version is marked as LAST_STABLE)
11597                 
11598                 | NOTE 1): the filtering system now uses a local folder called
11599                 | .processing. if filtering fails, check this directory
11600                 | for missing messages.
11601                 |
11602                 | NOTE 2): help us find the filtering actions still missing
11603
11604 2001-12-05 [paul]       0.6.5claws52
11605
11606         * src/mainwindow.c
11607                 fix bug where 'Empty Trash?' pop-up window appears even
11608                 when Trash is empty, submitted by Jesse Skinner         
11609
11610 2001-12-05 [melvin]     0.6.5claws51
11611
11612         * src/compose.c
11613                 fixed bug #486106 to select correct account when reediting 
11614                 a queued message
11615         
11616 2001-12-04 [alfons]     0.6.5claws50
11617
11618         * src/mh.c
11619                 declare markfile in appropriate functions when
11620                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11621                 for spotting this)
11622
11623 2001-12-04 [paul]       0.6.5claws49
11624
11625         * sync with sylpheed 0.6.5cvs21
11626                 see ChangeLog entry 2001-12-04
11627
11628 2001-12-03 [christoph]  0.6.5claws48
11629
11630         * po/de.po
11631                 changed translation of undo
11632         * src/account.c
11633         * src/folder.c
11634                 don't reinvent the wheel to traverse a GNode
11635         * src/compose.[ch]
11636                 seperate code to create the compose gui into functions
11637                 add "Others" page with folder selection for saving copy
11638                 of the message.
11639                 the folder identifier is saved to queue header
11640         * src/procmsg.c
11641                 save message to folder in queue header
11642
11643 2001-12-03 [paul]       0.6.5claws47
11644
11645         * sync with sylpheed 0.6.5cvs20
11646                 see ChangeLog entry 2001-12-03
11647
11648 2001-12-01 [paul]
11649
11650         * more sync with sylpheed 0.6.5cvs19
11651                 see ChangeLog entry 2001-11-29
11652
11653 2001-11-30 [paul]       0.6.5claws46
11654         
11655         * src/compose.c
11656                 remove conflicts introduced by Hoa's last commit
11657          
11658         * src/mainwindow.c
11659                 make 'Message/Bounce' sensitive
11660
11661 2001-11-30 [hoa]        0.6.5claws45
11662
11663         * src/compose.c
11664                 slightly change bounce function to add
11665                 information about the user that bounced the mail
11666                 in the From header line.
11667
11668         * src/folderview.c
11669                 permit the use of processing in outbox folder.
11670
11671 2001-11-29 [paul]       0.6.5claws44
11672
11673         * src/mainwindow.[ch]
11674         * src/prefs_common.c
11675         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11676         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11677         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11678                 usability enhancements to the quoting, implements
11679                 use of Ctrl key to toggle quoting settings
11680                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11681
11682 2001-11-29 [paul]       0.6.5claws43
11683         
11684         * sync with sylpheed 0.6.5cvs19
11685                 see ChangeLog entry 2001-11-28
11686
11687 2001-11-29 [melvin]     0.6.5claws42
11688         * src/Makefile.am
11689                 added enriched.[ch] to the list of files
11690
11691         * src/textview.c
11692         * src/mimeview.c
11693         * src/procmime.[ch]
11694         * src/enriched.[ch]
11695                 added support to view text/enriched
11696                 added support to show headers in message view for text/enriched and text/html
11697                         in non multipart messages
11698
11699 2001-11-28 [paul]       0.6.5claws41
11700
11701         * more sync with sylpheed 0.6.5cvs18
11702                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11703
11704 2001-11-27 [paul]       0.6.5claws40
11705         
11706         * po/pt_BR.po
11707                 updated translation, submitted by Fabio Junior Beneditto
11708                 
11709         * sync with sylpheed 0.6.5cvs18
11710                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11711                 2001-11-27
11712
11713
11714 2001-11-26 [paul]
11715
11716         * po/es.po
11717                 updated translation, submitted by Ricardo Mones Lastra
11718
11719 2001-11-26 [alfons]
11720
11721         * src/matcher.c
11722                 add more translatable strings
11723
11724 2001-11-26 [christoph]  0.6.5claws39
11725
11726         * po/de.po      
11727                 fixed one more umlaut
11728         * src/compose.c
11729                 fix translated header when it should not be translated
11730
11731 2001-11-26 [paul]       0.6.5claws38
11732
11733         * src/mainwindow.c
11734                 remove '/Message/Add Sender to address book' from 
11735                 main_window_set_menu_sensitive(), prevent debug warning
11736                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11737
11738 2001-11-26 [paul]       0.6.5claws37
11739
11740         * src/summaryview.c
11741                 fix 'recurring unread state' bug 
11742
11743         * tools/README 
11744         * tools/filter_conv.pl
11745                 read name of top level mailbox from folderlist.xml
11746                 and presume nothing about its name              
11747
11748 2001-11-26 [darko]      0.6.5claws36
11749
11750         * src/gtkstext.[ch]
11751                 removed functions that are now in gtkutils.c
11752                 use gtkut_text_is_uri_string() from gtkutils.c
11753         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11754
11755 2001-11-26 [paul]       0.6.5claws35
11756
11757         * sync with sylpheed 0.6.5cvs16
11758                 see ChangeLog entries 2001-11-25 and 2001-11-26
11759
11760 2001-11-25 [alfons]     0.6.5claws34
11761
11762         EXPERIMENTAL!!! Please checkout the last stable version using: 
11763           
11764         % cvs update -r LAST_STABLE -dRAP
11765
11766         (Or help us testing this stuff.)
11767
11768         * src/filtering.c               (1.14)
11769         * src/filtering.h               (1.6)
11770         * src/inc.c                     (1.28)
11771         * src/matcher.c                 (1.20)
11772         * src/mbox.c                    (1.9)
11773         * src/procmsg.h                 (1.14)
11774         * src/summaryview.c             (1.59)
11775         * src/summaryview.h             (dunno)
11776                 revert/merge/sync to as it was before commit 
11777                 on Thu, 19 Jul 2001 10:15:51 -0700.
11778
11779 2001-11-25 [hoa]        0.6.5claws33
11780
11781         * src/main.c
11782                 processing mails at startup
11783
11784         * src/folderview.c
11785         * src/summaryview.[ch]
11786                 processing mails when entering folder
11787
11788         * src/prefs_filtering.c
11789                 fixed some UI bugs
11790
11791 2001-11-24 [alfons]     0.6.5claws32
11792
11793         * src/summaryview.[ch]
11794                 make summary sort headers work, and also make
11795                 sure the sort type is stored
11796
11797 2001-11-23 [alfons]     0.6.5claws31
11798
11799         * src/summaryview.[ch]
11800                 make lock work like mark
11801                 disallow deleting messages marked as locked
11802
11803 2001-11-23 [alfons]     0.6.5claws30
11804
11805         * src/gtkstext.c
11806         * src/compose.[ch]
11807         * src/Makefile.am
11808         * src/undo.[ch]
11809                 merge undo patch submitted by Jens
11810
11811 2001-11-23 [christoph]  0.6.5claws29
11812
11813         * src/.cvsignore
11814                 added ylwrap
11815         * src/compose.c
11816                 fixed gpg signing and encoding
11817         * src/folder.[ch]
11818         * src/main.c
11819                 added --status option to get new, unread and total
11820                 message count from a running sylpheed
11821         * src/prefs_common.c
11822                 temporary fix for reply_with_quote problem
11823                 (don't call functions for non existing widget)
11824         * src/procmsg.c
11825                 one more check for ignored threads but still not
11826                 always working correctly. probably a recursive
11827                 check for all parents is needed
11828
11829 2001-11-23 [darko]      0.6.5claws28
11830
11831         * src/compose.c
11832                 wrapping on send improvements
11833         * src/gtkutils.[ch]
11834                 fix for GtkSText after last sync with main branch
11835                 GTK_TEXT -> GTK_STEXT
11836
11837 2001-11-23 [paul]       0.6.5claws27
11838
11839         * sync with sylpheed 0.6.5cvs14
11840                 see ChangeLog entries 2001-11-22 and 2001-11-23
11841                 
11842         * po/de.po
11843                 fixed the scrambled umlauts 
11844                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11845
11846 2001-11-21 [paul]       0.6.5claws26
11847
11848         * sync with sylpheed 0.6.5cvs12
11849                 see 2nd ChangeLog entry dated 2001-11-20
11850
11851 2001-11-20 [paul]       0.6.5claws25
11852
11853         * sync with sylpheed 0.6.5cvs11
11854                 see ChangeLog entry 2001-11-19 (src/utils.c)
11855
11856 2001-11-20 [hiro]
11857
11858         * src/compose.c
11859                 GTK_TEXT -> GTK_STEXT
11860                 fix for wrong comment
11861
11862 2001-11-20 [hiro]       0.6.5claws24
11863
11864         * src/compose.[ch]
11865                 more merges from main branch
11866                 removed fatal warnings (uninitialized variables etc.)
11867                 some coding style fix
11868         * src/gtkutils.h
11869                 fixed typo.
11870         * src/addressbook.c
11871           src/addrindex.c
11872                 V-Card -> vCard
11873
11874 2001-11-19 [hoa]        0.6.5claws23
11875
11876         * src/filtering.c
11877         * src/prefs_scoring.c
11878         * src/matcher.[ch]
11879         * src/scoring.c
11880                 cleaning code
11881
11882         * src/matcher_parser_parse.y
11883         * src/prefs_filtering.c
11884                 bouncing
11885
11886 2001-11-19 [alfons]     0.6.5claws22
11887
11888         more of my old things into claws
11889
11890         * src/Makefile.am
11891         * src/prefs_common.c
11892         * src/procmsg.h
11893         * src/summaryview.[ch]
11894         * src/prefs_summary_column.c
11895         * src/pixmaps/locked.xpm
11896                 add indicators for locking of message in summary view
11897                 (does not work yet, only visual indicator)
11898
11899 2001-11-19 [paul]       0.6.5claws21
11900
11901         * sync with sylpheed 0.6.5cvs10
11902                 see ChangeLog entry 2001-11-19
11903
11904 2001-11-18 [alfons]     0.6.5claws20
11905         
11906         * src/filtering.c
11907                 remove an inadvertent free I forgot in previous clean up 
11908
11909 2001-11-18 [alfons]     0.6.5claws19
11910
11911         * src/filtering.[ch]
11912                 clean up & plug leaks
11913
11914 2001-11-18 [paul]       0.6.5claws18
11915
11916         * sync with sylpheed 0.6.5cvs9
11917                 see ChangeLog entries 2001-11-17 and 2001-11-18
11918
11919 2001-11-16 [paul]       0.6.5claws17
11920
11921         * sync with sylpheed 0.6.5cvs8
11922                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11923
11924 2001-11-16 [paul]       0.6.5claws16
11925
11926         * sync with sylpheed 0.6.5cvs7
11927                 see ChangeLog entries 2001-11-15 and 2001-11-16
11928
11929 2001-11-15 [hoa]        0.6.5claws15
11930
11931         * src/compose.c
11932                 fix bounce, mails we received couln't be bounced to ourself.
11933
11934         * src/defs.h
11935         * src/filtering.[ch]
11936         * src/matcher.[ch]
11937         * src/matcher_parser.h
11938         * src/matcher_parser_lex.l
11939         * src/matcher_parser_parse.y
11940         * src/inc.c
11941         * src/main.c
11942         * src/mbox.c
11943         * src/prefs_filtering.[ch]
11944         * src/mainwindow.c
11945         * src/prefs_matcher.c
11946         * src/prefs_scoring.c
11947         * src/scoring.[ch]
11948         * src/summaryview.c
11949                 new matcher/filter/score configuration file parser
11950                 one unique configuration file => ~/.sylpheed/matcherrc
11951                 import in currently automatic, then save are made
11952                 in this new file.
11953                 one filter per folder and one global filter
11954                 (filter of a folder will be used as folder processing)
11955
11956         * src/folder.c
11957                 fix a bug in folder_item_get_identifier
11958                 
11959         * src/messageview.c
11960                 receive receipt return are fixed.
11961
11962 2001-11-14 [alfons]     0.6.5claws14
11963
11964         * src/session.h
11965                 add things from main branch to make claws compile
11966
11967 2001-11-14 [paul]       0.6.5claws13
11968
11969         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
11970                 see ChangeLog entries 2001-11-08 to 2001-11-14
11971
11972 2001-11-14 [hoa] 0.6.5claws12
11973
11974         * src/compose.[ch]
11975         * src/mainwindow.c
11976         * src/summaryview.c
11977                 add "bounce mail" option
11978
11979 2001-11-13 [christoph]  0.6.5claws11
11980
11981         * src/compose.c
11982                 Cleanup a mess i add before commiting
11983
11984 2001-11-13 [hoa]        0.6.5claws10
11985
11986         * src/compose.c
11987                 some fixes when mail are sent or
11988                 for crossposts
11989
11990 2001-11-13 [christoph]  0.6.5claws9
11991
11992         * po/de.po
11993                 Changed two string with the same translation
11994         * src/compose.c
11995         * src/procmsg.[ch]
11996         * src/send.[ch]
11997                 New mailsending process:
11998                   - Always queue message before sending
11999                     (message will be saved if sylpheed crashed or
12000                      freezes while sending)
12001                   - Allow queuing of newspostings
12002                   - No copy in outbox before sending
12003                     (closes bug #469501)
12004                   - No more redundant code for send and send_later
12005         * src/summaryview.c
12006                 Applied wwp <subscript@free.fr>'s patch that fixes
12007                 marks for multiple forwarded messages (+compose.c)
12008
12009 2001-11-12 [alfons]
12010
12011         * README.claws
12012                 remove things that are now in main branch
12013         
12014         * po/nl.po
12015                 update Dutch translation
12016
12017 2001-11-12 [mhadasht]   0.6.5.claws8
12018
12019         * src/prefs_common.c
12020                 re-enabled account autoselection feature for forward
12021                 and reedit lost during the branch point for SYNC-B4-REL
12022         * src/gtkspell.c
12023                 gtkpspell_get_dict(): more readable code (even if function is
12024                 not used yet)
12025         * ChangeLog.claws
12026                 added version number info to 2001-11-12 [hiro] comment.
12027
12028 2001-11-12 [hiro]       0.6.5.claws7
12029
12030         * src/compose.c
12031                 compose_forward(): fixed a bug that forward quote mark
12032                 wasn't used.
12033                 removed unnecessary code.
12034         * src/template_select.[ch]: removed.
12035
12036 2001-11-11 [alfons]
12037
12038         * src/compose.c
12039                 :%s/GTK_TEXT/GTK_STEXT/g
12040         
12041         * src/compose.[ch]
12042         * src/undo.[ch]
12043         * src/Makefile.am
12044                 revert the undo stuff (this is 0.6.6claws stuff)
12045
12046 2001-11-11 [hoa]        0.6.5.claws6
12047
12048         * src/compose.[ch]
12049                 Insert signature at the end of the text.
12050                 Added undo patch but currently disabled
12051
12052         * src/procmsg.c
12053                 Threading by subject improved.
12054
12055         * added src/undo.[ch]
12056                 Undo module for compose dialog box.
12057
12058 2001-11-11 [alfons]     0.6.5.claws5
12059
12060         * src/procmsg.c
12061                 prevent threading by subject on nodes that have already been
12062                 threaded by in-reply-to (as in "circular references in a tree
12063                 result in a dead branch")
12064
12065 2001-11-09 [hoa]        0.6.5.claws4
12066         
12067         * src/folderview.c
12068                 allows creation of mbox folder item from any files.
12069
12070 2001-11-09 [alfons]     0.6.5.claws3
12071         
12072         * src/utils.c
12073         * src/procmsg.c
12074                 do what I mean and correct threading by subject so it really
12075                 ignores attracting lines without "Re: "
12076
12077 2001-11-07 [alfons]     0.6.5.claws2
12078
12079         * src/procmsg.c
12080         * src/utils.[ch]
12081                 only attract by subject if a subject line starts with a "Re: "
12082         * src/syldap.c
12083                 remove warning
12084
12085 2001-11-07 [paul]       0.6.5claws1
12086
12087         * sync with sylpheed 0.6.5. release
12088                 see ChangeLog entry 2001-11-07
12089
12090 2001-11-07 [paul]       0.6.4claws31
12091
12092         * sync with sylpheed 0.6.4cvs18
12093                 see ChangeLog entries 2001-10-30 to 2001-11-07
12094                 prefs_templates.[ch] renamed prefs_template.[ch]
12095
12096 2001-11-06 [alfons]
12097         
12098         * src/utils.h
12099                 add semicolon Hoa forgot ;-)
12100                 
12101
12102 2001-11-06 [hoa]        0.6.4claws30
12103         
12104         * src/procmsg.c
12105         * src/summaryview.c
12106         * src/utils.c
12107         * src/utils.h
12108                 threading by subject - empty subject are ignored
12109
12110 2001-11-06 [christoph]  0.6.4claws29
12111
12112         * src/socket.c
12113                 use SSL_peek for sock_gets
12114         * src/utils.c
12115                 removed unneeded pointer in extracting quoted
12116                 names implementation
12117
12118 2001-11-06 [melvin]     0.6.4claws28
12119
12120         * src/gtkspell.c
12121                 fixed bug #476792 Selection overtyping with spell checker
12122                 fixed bug which could cause a buffer overflow
12123                 fixed a memory leak
12124
12125 2001-11-06 [hoa]        0.6.4claws27
12126         
12127         * src/procmsg.c
12128         * src/summaryview.c
12129                 threading by subject
12130
12131 2001-11-05 [alfons]     0.6.4claws26
12132         
12133         * README.claws
12134                 Claws -> Sylpheed (vice versa)
12135
12136         * src/compose.c
12137                 :%s/gtk_text/gtk_stext/g
12138                 :%s/GTK_TEXT/GTK_STEXT/g
12139                 (thanks to Jonathan Ware for spotting this)
12140
12141 2001-11-04 [christoph]  0.6.4claws25
12142
12143         * src/summaryview.c
12144                 replace Xalloca + strdup with Xstrdup_a
12145         * src/utils.c
12146                 better implementation of extracting quoted names
12147                 from addresses (remove backlashes and ignore
12148                 quotes after them)
12149
12150 2001-11-04 [alfons]     0.6.4claws24
12151
12152         * src/utils.[ch]
12153                 edit to comply more with coding style
12154
12155         * src/textview.c
12156                 fix bug reported by Kim Schulz. introduced by the patch integrated
12157                 in 0.6.4claws15. the code did not check the return value of
12158                 the html parser.
12159
12160         * AUTHORS
12161                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12162
12163 2001-11-04 [christoph]  0.6.4claws23
12164
12165         * src/main.c
12166         * src/prefs_common.[ch]
12167                 init some pointers that possibly caused a segfault
12168                 reported in the claws-users ML
12169
12170 2001-11-04 [hoa]        0.6.4claws22
12171
12172         * src/grouplistdialog.c
12173                 change the names of the nodes in the tree
12174
12175         * src/compose.c
12176                 enhanced mailto syntax as described in
12177                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12178                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12179
12180         * src/utils.c
12181                 encode and decode URI (useful when opening URL into
12182                 netscape).
12183
12184 2001-11-03 [hoa]        0.6.4claws21
12185
12186         * src/grouplistdialog.c
12187                 a new newsgroups list selection dialog box
12188                 with a CTree instead of a CList
12189
12190 2001-11-03 [hoa]        0.6.4claws20
12191
12192         * src/folderview.c
12193                 enable property and scoring options when right
12194                 click on "inbox"
12195
12196         * src/summaryview.c
12197                 fixed bug when nickname were displayed using
12198                 the address book.
12199
12200 2001-11-02 [darko]      0.6.4claws19
12201
12202         * src/compose.c
12203                 new wrap quotation and URL/long words wrapping implementation
12204         * src/compose.c src/gtkstext.[ch]
12205                 move gtkstext_strncmp() to gtkstext.c
12206
12207 2001-11-01 [christoph]  0.6.4claws18
12208
12209         * src/prefs_account.c
12210                 fixed mess in account settings dialog
12211         * src/prefs_folder_item.c
12212                 added label with folder path to dialog
12213
12214 2001-10-31 [match]      0.6.4claws17
12215
12216         * src/vcard.c
12217                 fix memory leak.
12218         * src/addrbook.c
12219                 fix generation of spurious address book file names.
12220                 remove redundant functions.
12221         * po/POTFILES.in
12222                 added missing file names.
12223
12224 2001-10-30 [paul]       0.6.4claws16
12225
12226         * sync with sylpheed 0.6.4cvs6
12227                 see ChangeLog entries 2001-10-26 to 2001-10-30
12228
12229         * tools/filter_conv.pl
12230                 read folderlist.xml to discover whether the top-level
12231                 folder is called 'Mailbox' or 'Mail' 
12232
12233 2001-10-29 [paul]       0.6.4claws15
12234
12235         * src/html.c, src/textview.c
12236                 activate links in html mail and fix clickable parts
12237                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12238
12239 2001-10-29 [paul]
12240
12241         * po/de.po, po/es.po, po/pt_BR/po
12242                 updated translations, submitted by Jens Oberender,
12243                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12244
12245 2001-10-29 [darko]      0.6.4claws14
12246
12247         * src/compose.c
12248                 fix wrapping for good
12249
12250 2001-10-29 [darko]
12251
12252         * src/compose.c
12253                 undo previous change as it broke the smart wrapping
12254
12255 2001-10-29 [darko]      0.6.4claws13
12256
12257         * src/compose.c
12258                 fix infinite loop when long URL is quoted
12259                 (closes bug #475122.
12260
12261 2001-10-28 [match]
12262
12263         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12264                 import Mutt address book
12265         * src/ldif.[ch] src/importldif.h
12266                 modified import LDIF handle user attributes
12267
12268 2001-10-28 [christoph]  0.6.4claws12
12269
12270         * src/summaryview.c
12271                 fixed that filtering did not work if there
12272                 were no filter rules
12273                 (closes bug #472003 and better implementation
12274                  of patch #474644)
12275
12276 2001-10-27 [christoph]  0.6.4claws11
12277
12278         * src/compose.c
12279                 make the folder's default account to be used when
12280                 replying. (patch by wwp <subscript@free.fr>)
12281         * src/compose.c
12282                 code cleanup, nearly killed all of wwp's patch
12283                 for folder's default account in compose
12284         * src/folderview.c
12285                 error panel when a folder could not be created
12286                 (closes bug #471080 new folder name & already
12287                  existing file)
12288
12289 2001-10-26 [alfons]
12290
12291         * src/utils.h
12292                 change prototype of strstr2() that Christoph forgot about
12293
12294 2001-10-26 [christoph]  0.6.4claws10
12295
12296         * src/account.c
12297                 made search for accounts by email address not case
12298                 sensitive
12299         * src/folder.c
12300                 fixed memory leak in folder_item_get_identifier
12301         * src/gtkspell.c
12302         * src/utils.c
12303                 fixed wrong strstr2 (should work like strstr)
12304
12305 2001-10-26 [darko]      0.6.4claws9
12306
12307         * src/compose.c src/gtkstext.[ch]
12308         * src/gtkstext.c
12309                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12310
12311 2001-10-26 [paul]       0.6.4claws8
12312
12313         * src/html.c
12314                 ignore css and javascript tags in html mail
12315                 case-insensitive, with or without double-quoted
12316                 strings
12317
12318 2001-10-26 [paul]       0.6.4claws7
12319
12320         * sync with sylpheed 0.6.4cvs1
12321                 see ChangeLog entry 2001-10-26
12322
12323         * src/prefs_account.c, src/prefs_common.c,
12324           src/prefs_summary_column.c
12325                 minor improvements to the English
12326
12327 2001-10-25 [alfons]     0.6.4claws6
12328
12329         * src/gtkstext.c
12330         
12331                 make GtkSText follow style of GtkText (closes bug 
12332                 #469211 "text selection while writing message")
12333                 
12334                 do sync with GTK 1.2.10
12335
12336 2001-10-25 [paul]       0.6.4claws5
12337
12338         * src/html.c
12339                 ignore css tags in html mail
12340
12341 2001-10-25 [darko]      0.6.4claws4
12342
12343         * src/compose.c
12344                 don't declare is_url_string as static function since
12345                 we need it in gtkstext.c
12346         * src/gtkstext.c
12347                 remove unused variable
12348                 don't wrap long URLs while composing a message
12349
12350 2001-10-24 [christoph]  0.6.4claws3
12351
12352         * src/socket.c
12353                 fix ssl deadlock, when peer closes connection
12354
12355 2001-10-24 [paul]       0.6.4claws2
12356
12357         * src/prefs_common.c
12358                 gettextize the gpg ascii-armored warning message
12359
12360         * src/compose.c
12361                 insert a DOS/MAC file into the composed message
12362                 (improvements)
12363
12364         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12365
12366 2001-10-22 [paul]       0.6.4claws1
12367
12368         * sync with sylpheed 0.6.4 release
12369                 see ChangeLog entries 2001-10-21
12370
12371         * po/fr.po, po/pt_BR.po
12372                 updated by Melvin Hadasht and Fabio Junior Beneditto
12373
12374 2001-10-21 [paul]       0.6.3claws30
12375
12376         * src/compose.c
12377                 insert a DOS text file from the compose window
12378                 into the composed message text (removes CRs characters)
12379                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12380
12381         * tools/filter_conv.pl, tools/README
12382                 automatically use ~/.sylpheed as working directory
12383                 print out confirmation message on completion
12384
12385         * correct Hoa's last ChangeLog.claws entry
12386
12387 2001-10-20 [hoa]        0.6.3claws29
12388
12389         * src/grouplistdialog.c
12390                 bugfix (another ?) to give the right
12391                 newsgroups list for each news server.
12392
12393         * src/news.c
12394         * src/news.h
12395                 improve the newsgroups list cache
12396
12397 2001-10-20 [paul]       0.6.3claws28
12398
12399         * sync with sylpheed 0.6.3cvs9
12400                 see ChangeLog entry 2001-10-19
12401
12402         * correct Alfons' last ChangeLog.claws entry
12403
12404 2001-10-19 [alfons]
12405
12406         * src/pgptext.[ch]
12407                 fix compilation problems (part of bug #472895)
12408
12409 2001-10-18 [hoa]        0.6.3claws27
12410
12411         * src/grouplistdialog.c
12412                 bugfix when we refresh was clicked (bug 472701)
12413
12414 2001-10-19 [christoph]  0.6.3claws26
12415
12416         * src/compose.c
12417                 last header entry should default to "To:" or
12418                 "Newsgroups:" and not copy the last entry line
12419                 in a new compose window
12420                 (closes bug #472686, #470792)
12421
12422 2001-10-19 [paul]       0.6.3claws25
12423
12424         * sync with Sylpheed 0.6.3cvs8
12425                 see ChangeLog entries 2001-10-18 and 2001-10-19
12426
12427 2001-10-18 [christoph]  0.6.3claws24
12428
12429         * src/procmsg.c
12430                 reimplement ignore thread
12431         
12432 2001-10-18 [hoa]        0.6.3claws23
12433
12434         * src/folderview.c
12435         * src/grouplistdialog.[ch]
12436                 enhanced news subscription interface (feature 469113)
12437
12438         * src/news.c
12439         * src/news.h
12440                 enchanced newsgroup listing,
12441                 now, we can get groups informations
12442                 (NNTPGroupInfo)
12443
12444 2001-10-18 [paul]       0.6.3claws22
12445
12446         * src/summaryview.c
12447                 remove comment (sync with main branch)
12448         * src/mainwindow.c
12449                 fix 'Re-edit' bug in 'Message' menu
12450
12451 2001-10-17 [christoph]  0.6.3claws21
12452
12453         * src/compose.c
12454                 ignore empty or whitespace only header lines
12455
12456 2001-10-17 [paul]       0.6.3claws20
12457
12458         * sync with sylpheed 0.6.3cvs7
12459                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12460                 2001-10-17
12461
12462 2001-10-17 [darko]
12463
12464         * src/compose.c
12465                 wrap long lines without spaces
12466                 don't wrap URLs
12467
12468 2001-10-16 [paul]
12469
12470         * po/es.po, po/nl.po, po/pt_BR.po
12471                 updated by Ricardo Mones Lastra, Alfons,
12472                 and Fabio Junior Beneditto
12473
12474         * sylpheed-0.6.3claws released
12475
12476 2001-10-15 [melvin] 0.6.3claws18
12477
12478         * README.claws
12479                 added summary and detailed installation instructions
12480                 for spell checker
12481         * po/fr.po
12482                 Updated, corrected and completed french translation
12483
12484 2001-10-15 [hoa] 0.6.3claws17
12485         * src/grouplistdialog.c
12486                 we can choose the newsgroups to display with wildcards
12487
12488 2001-10-15 [christoph]  0.6.3claws16
12489
12490         * src/account.c
12491         * src/compose.c
12492         * src/prefs_folder_item.[ch]
12493                 applied wwp <subscript@free.fr>'s folder
12494                 default account patch
12495         * po/de.po
12496                 Fixed wrong translation
12497
12498 2001-10-13 [alfons, christoph, melvin]  
12499                         0.6.3claws15
12500
12501         solution #2 to solve MT-safety problems defers all GUI related calls
12502         to the main thread using a gtk_idle_add() callback. discussed on
12503         ircnet #sylpheed, with christoph spotting some issues with the
12504         original code, and melvin allowing us to lobotomize his sylpheed.
12505
12506         * src/syldap.[ch], src/main.c
12507                 fix race problem in ldap search thread by deferring GUI 
12508                 stuff to main thread using gtk_idle_add()
12509
12510 2001-10-13 [paul]       0.6.3claws14
12511
12512         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12513                 add Sergey's smtpcred.patch
12514                 adds separate username/password setting for SMTP Auth
12515                 needed by some servers
12516                 (closes feature request #471659)
12517
12518 2001-10-13 [paul]       0.6.3claws13
12519
12520         * src/pgptext.[ch] **NEW FILES**
12521         * src/Makefile.am, src/messageview.c, src/mimeview.c
12522                 decrypt ascii-armored gpg text embedded in
12523                 the message body.
12524                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12525
12526 2001-10-13 [christoph]  0.6.3claws12
12527
12528         * README.claws
12529                 some more details on default to and
12530                 feature requests
12531         * src/main.c
12532                 init glib threading when ldap is used
12533         * src/syldap.c
12534                 threading fixes
12535         * po/de.po
12536                 fixed a typo
12537
12538 2001-10-12 [paul]       0.6.3claws11
12539
12540         * src/prefs_common.[ch], src/rfc2015.c
12541                 enable ascii-armored gpg text to be embedded in the
12542                 message body, selectable through the 'Privacy'
12543                 preferences. Supports encrypting only.
12544                 Submitted by Ravemax <ravemax@dextrose.com>
12545
12546 2001-10-12 [paul]       0.6.3claws10
12547
12548         * sync with sylpheed 0.6.3cvs6
12549                 see ChangeLog entries 2001-10-11 and 2001-11-12
12550
12551         * src/folderview.c
12552                 incorporated mbox folders, scoring, and folder
12553                 properties into the sync
12554
12555 2001-10-12 [darko]      0.6.3claws9
12556
12557         * README.claws
12558                 describe quotation wrapping
12559         * src/compose.c
12560                 don't treat tab as space to calculate line length properly
12561
12562 2001-10-11 [alfons]
12563
12564         * README.claws
12565                 correct description of how to make new filtering system work,
12566                 add some other things
12567                 
12568         * src/syldap.c
12569                 remove sched_yield() (not necessary / unportable)
12570
12571 2001-10-11 [paul]       0.6.3claws8
12572
12573         * sync with sylpheed 0.6.3cvs3
12574                 see ChangeLog entry 2001-10-10
12575
12576 2001-10-10 [christoph]  0.6.3claws7
12577
12578         * .cvsignore
12579                 ignore 2 files created by newer autotools
12580         * src/prefs_folder_item.c
12581                 using table for widget alignment
12582                 fixed memory leak and broken octal display
12583         * src/filesel.c
12584                 fixed segfault caused by lost filename
12585                 workaround (closes bug #469551)
12586
12587 2001-10-10 [paul]       0.6.3claws6
12588
12589         * sync with sylpheed 0.6.3cvs2
12590                 see ChangeLog entries 2001-10-09 and 2001-10-10
12591
12592 2001-10-10 [darko]      0.6.3.claws5
12593
12594         * src/gtkstext.c
12595                 proper calculation of right margin if smart wrapping is enabled
12596         * src/compose.c
12597                 automatically wrap long lines if wrap quotation is enabled
12598
12599 2001-10-09 [alfons]     0.6.3.claws4
12600
12601         * src/summaryview.c
12602                 select correct row when deleting last row in the summary view (and
12603                 close bug "[ #469104 ] select second last in list when deleting")
12604
12605 2001-10-09 [paul]       0.6.3claws3
12606
12607         * sync with sylpheed 0.6.3cvs1
12608                 updated some autotool scripts
12609
12610 2001-10-09 [darko]      0.6.3claws2
12611
12612         * src/gtkstext.[ch]
12613                 new name and mark with Sylpheed comment
12614         * src/compose.c
12615                 smart quotation wrapping a-la VIM
12616
12617 2001-10-08 [paul]       0.6.3claws1
12618
12619         * sync with sylpheed 0.6.3 release
12620                 see ChangeLog entry 2001-10-08
12621
12622 2001-10-08 [paul]       0.6.2claws24
12623
12624         * src/summaryview.c
12625                 more sync with sylpheed 0.6.2cvs12
12626                 Fixed the bug that didn't select the last row correctly
12627
12628
12629 2001-10-07 [paul]       0.6.2claws23
12630
12631         * sync with sylpheed 0.6.2cvs12
12632                 see ChangeLog entry 2001-10-07
12633
12634 2001-10-06 [match]
12635         * src/jpilot.[ch]
12636                 enable jpilot to read unsynch'ed addresses.
12637
12638         * src/editldap_basedn.c
12639                 fix segfault when opening dialog.
12640
12641 2001-10-06 [alfons]     0.6.2.claws22
12642
12643         * src/summaryview.c
12644                 fix bug with summary view selecting last *inserted*
12645                 node instead of last *visible* node. remember we
12646                 work with a tree
12647
12648 2001-10-06 [paul]       0.6.2claws21
12649
12650         * po/pt_BR.po
12651                 updated translation, contains some fixes and new
12652                 translations, submitted by Gustavo Noronha Silva
12653                 <kov@debian.org>
12654
12655         * src/prefs_common.c
12656                 change 'each' to 'every' - fix dubious English
12657
12658         * sync with sylpheed 0.6.2cvs11
12659
12660 2001-10-05 [alfons]     0.6.2claws20
12661
12662         * src/mainwindow.[ch], src/folderview.c
12663                 make composite tool button switch between "Compose News"
12664                 and "Compose Mail" depending on selected folder
12665                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12666
12667 2001-10-05 [paul]       0.6.2claws19
12668
12669         * src/mainwindow.c, src/summaryview.c
12670                 fix 'Message/Reply to all', broken in last commit
12671
12672         * src/compose.c
12673                 fix X_BEENTHERE seg fault, thanks to Alfons
12674
12675 2001-10-04 [paul]       0.6.2claws18
12676
12677         * src/compose.[ch], src/mainwindow.c
12678                 make "Message/Reply" reply to mailing lists; matches
12679                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12680                 based on portions of the patch submitted by
12681                 Junichi Uekawa <dancer@netfort.gr.jp>
12682
12683 2001-10-04 [darko]      0.6.2claws17
12684
12685         * src/compose.c
12686                 better smart wrapping
12687         * src/gtkstext.[hc]
12688                 a function to make text buffer contiguous
12689
12690 2001-10-03 [paul]       0.6.2claws16
12691
12692         * sync with sylpheed 0.6.2cvs10
12693
12694 2001-10-02 [alfons]
12695
12696         * configure.in
12697         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12698                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12699                 references to chinese translations (hope someone picks up
12700                 this)
12701
12702 2001-10-02 [christoph]  0.6.2claws15
12703
12704         * src/compose.c
12705                 fixed non translated header bug
12706         * ChangeLog.claws
12707                 fixed wrong date in alfons last entry ;)
12708
12709 2001-10-02 [alfons]     0.6.2claws14
12710
12711         * src/compose.c, src/prefs_common.[ch]
12712                 add block cursor option
12713
12714 2001-10-02 [paul]       0.6.2claws13
12715
12716         * sync with sylpheed 0.6.2cvs9
12717
12718 2001-09-30 [paul]       0.6.2claws12
12719
12720         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12721                 updated translations
12722
12723         * po/POTFILES.in
12724                 add 'src/importldif.c'
12725
12726         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12727                 added eudora-to-vCard conversion tool
12728                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12729
12730         * sync with sylpheed 0.6.2cvs8
12731
12732 2001-09-30 [paul]
12733
12734         * sylpheed-0.6.2claws released
12735
12736 2001-09-27 [melvin]     0.6.2claws11
12737
12738         * src/gtkspell.c
12739                 fixed crash when using default path (introduced 
12740                 in 0.6.2claws10)
12741                 fixed tiny bug for initial suggestion mode
12742
12743 2001-09-27 [melvin]     0.6.2claws10
12744         
12745         * src/gtkspell.c
12746                 fixed bug where gtkpspell didn't set the path correctly
12747
12748         * README.claws
12749                 added a paragraph about spell checking
12750                 
12751
12752
12753 2001-09-27 [paul]       0.6.2claws9
12754
12755         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12756                 replace '// comments' with '/* comments */' to prevent
12757                 some compiler warnings 
12758
12759         * sync with sylpheed 0.6.2cvs6
12760
12761 2001-09-26 [alfons]     0.6.2claws8
12762
12763         * src/messageview.c
12764                 introduce return receipt request notification again,
12765                 which was lost because of other semantics in 
12766                 procheader_parse() (???)
12767
12768 2001-09-26 [christoph]  0.6.2claws7
12769
12770         * src/compose.c
12771                 replace comments for old code with #if 0
12772                 readded auto cc, bcc and reply-to
12773         * src/prefs_matcher.c
12774         * src/prefs_scoring.c
12775                 removed some definition (was moved to
12776                 prefs.h)
12777
12778 2001-09-26 [paul]       0.6.2claws6
12779
12780         * src/mainwindow.c
12781                 make 'Follow-up and reply to' sensitive
12782
12783         * more sync with sylpheed 0.6.2cvs5
12784
12785 2001-09-25 [melvin]
12786
12787         * 0.6.2claws5
12788
12789         * src/gtkspell.c
12790                 fixed bug for "US-ASCII" introduced by the encoding code
12791
12792 2001-09-25 [paul]
12793
12794         * 0.6.2claws4
12795
12796         * src/prefs_common.[ch], src/summaryview.c
12797                 'next unread msg' 'go to next folder?' dialog can be
12798                 given default behaviour, either always show dialog,
12799                 or assume 'yes', or assume 'no'
12800                 Submitted by wwp <subscript@free.fr>
12801
12802 2001-09-25 [melvin]
12803                 
12804         * src/compose.c src/gtkspell.[ch]
12805                 added support for different encodings
12806
12807 2001-09-25 [paul]
12808
12809         * more sync with sylpheed 0.6.2cvs5
12810
12811 2001-09-24 [alfons]
12812         
12813         * src/prefs_folder_item.c
12814                 add check for item->prefs->default_to string is NULL and
12815                 add another check when freeing this string
12816
12817 2001-09-24 [paul]
12818
12819         * configure.in
12820                 change to version 0.6.2claws3
12821
12822         * sync with sylpheed 0.6.2cvs5 
12823
12824 2001-09-24 [match]
12825         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12826                 import LDIF files.
12827         * src/addrcache.[ch], addrindex.[ch]
12828                 small update for future
12829         * src/addrbook.c
12830                 fix test XML file.
12831
12832 2001-09-24 [melvin]
12833         * src/gtkspell.[ch]
12834                 added 'Learn from mistakes' option
12835                 better handling of quotes in checked words
12836                 sorted dict list
12837         * po/fr.po
12838                 small update for spell checking stuff
12839
12840 2001-09-23 [alfons]
12841         
12842         * src/gtkspell.c
12843                 edit a little bit so it complies more with main coding style
12844
12845 2001-09-23 [alfons]
12846
12847         * src/folder.[ch], prefs_folder_item.c, compose.c
12848                 migrate "request return receipt" folder property
12849                 to folderlist.xml
12850
12851 2001-09-22 [alfons]
12852
12853         * README.claws **NEW**
12854                 (add things of interest for users of main branch 
12855                 and claws here)
12856
12857         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12858                 re-implement threading per folder option, but store 
12859                 the setting in folderlist.xml (where it belongs)
12860
12861 2001-09-21 [melvin]
12862
12863         * src/gtkspell.[ch]
12864                 fixed bug when compose window is under another window
12865         * src/prefs_common.[ch] src/compose.c
12866                 changed 'dictionary_path' to 'dictionary' to be consistent
12867                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12868         * ac/pspell.m4 src/Makefile.am 
12869                 dropped PSPELL_PATH macro
12870         * po/fr.po
12871                 updated translations
12872
12873 2001-09-21 [christoph]
12874
12875         * src/compose.c
12876                 added border around header fields
12877                 keep header type when new field is added
12878
12879 2001-09-20 [christoph]
12880
12881         * src/utils.[ch]
12882                 more portable debug_print with source filename
12883                 and linenumber
12884         * src/procmsg.c
12885                 more newlines after debug messages
12886
12887 2001-09-20 [paul]
12888
12889         * configure.in
12890                 change to version 0.6.2claws2
12891
12892         * sync with sylpheed 0.6.2cvs3
12893
12894 2001-09-19 [melvin]
12895
12896         * src/gtkspell.c
12897                 fixed the post-right-click focus pb
12898                 fixed crash when 'Spell check all' after dict change 
12899                         and when cursor is at the end of the text
12900                 shift-right-click pops up config menu even on misspelled words.
12901         * po/POTFILES.in
12902                 added gtkspell.c
12903
12904 2001-09-19 [melvin]
12905
12906         * src/about.c
12907                 added pspell to compiled-in features list
12908
12909 2001-09-18 [melvin]
12910
12911         * switched to pspell and dropped ispell
12912         * ac/pspell.m4
12913                 new file. autoconf macro for pspell
12914         * ac/Makefile.am 
12915         * configure.in acconfig.h
12916                 added pspell support
12917         * src/Makefile.am
12918         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12919         * src/prefs_common.[ch] 
12920                 added pspell support
12921
12922 2001-09-18 [christoph]
12923
12924         * src/addr_compl.c
12925         * src/template.[ch]
12926                 replace LOG_MESSAGE with debug_print
12927         * src/compose.[ch]
12928                 gui improvements
12929         * src/menu.c
12930                 added newline after debug message
12931         * src/utils.h
12932                 using __VA_ARGS__ for debug_print macro
12933         * tools/.cvsignore
12934                 ignore Makefile and Makefile.in
12935
12936 2001-09-18 [paul]
12937
12938         * configure.in
12939                 change to version 0.6.2claws1
12940         * sync with sylpheed 0.6.2cvs1
12941
12942         * src/matcher.c 
12943         * src/prefs_matcher.c
12944                 add 'score equal to' option, submitted by
12945                 Paul Evans <nerd@freeuk.com>
12946
12947 2001-09-15 [christoph]
12948
12949         * src/mainwindow.c
12950                 comment out menu entry not existing in claws
12951         * src/menu.c
12952                 add debug output for non existing menu entries
12953         * src/summaryview.c
12954                 fix next/prev unread message for ignored threads
12955         * src/utils.[ch]
12956                 add sourcefile and line number to debug output
12957                 otherwise it is sometimes hard to find the
12958                 source code part if debug messages are translated
12959
12960 2001-09-14 [darko]
12961         
12962         * src/folderview.c
12963                 refresh target folder style after colour is changed
12964
12965 2001-09-13 [paul]
12966
12967         * configure.in
12968                 change to version 0.6.1claws3
12969
12970         * sync with sylpheed 0.6.1cvs6
12971
12972 2001-09-13 [darko]
12973         
12974         * src/folderview.c
12975                 fix target folder colourization to use user selected colour
12976
12977 2001-09-12 [darko]
12978         
12979         * src/summaryview.c
12980                 fix crash when message that is marked for copy/move is unmarked
12981
12982 2001-09-09 [paul]
12983
12984         * configure.in
12985                 change to version 0.6.1claws2
12986
12987         * sync with sylpheed 0.6.1cvs3
12988
12989 2001-09-09 [alfons]
12990         
12991         * src/folderview.c
12992                 fix bug with default font used for trash folder text
12993
12994 2001-09-06 [paul]
12995
12996         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12997                 updated translations
12998
12999         * configure.in
13000                 change to version 0.6.1claws1
13001
13002         * sync with sylpheed 0.6.1cvs2
13003
13004 2001-09-03 [paul]
13005
13006         * po/POTFILES.in
13007                 add Match's new addressbook
13008
13009         * po/de.po
13010                 updated translation submitted by Jens Oberender
13011
13012 2001-09-02 [paul]
13013
13014         * configure.in
13015                 change to 0.6.1claws
13016         * sync with sylpheed 0.6.1 release
13017
13018 2001-09-02 [paul]
13019
13020         * configure.in
13021                 change to 0.6.0claws2
13022
13023         * sync with sylpheed 0.6.0cvs4
13024
13025         * po/pt_BR.po
13026                 updated translation submitted by Fabio Junior Beneditto
13027
13028 2001-09-01 [match]
13029         * pixmaps/
13030                 interface.xpm
13031                 book.xpm
13032                 address.xpm
13033         * src/
13034                 Makefile.am
13035                 a ton of new files
13036
13037 2001-08-31 [paul]
13038
13039         * configure.in
13040                 change to version 0.6.0claws1
13041
13042         * sync with sylpheed 0.6.0cvs1
13043
13044         * po/es.po
13045                 updated translation submitted by Ricardo Mones Lastra
13046
13047         * po/POTFILES.in
13048                 add 'src/prefs_templates.c'
13049
13050         * src/compose.c, src/summaryview.c
13051                 fix segfault on 'Re_edit'               
13052
13053 2001-08-30 [alfons]
13054
13055         * configure.in, Makefile.am
13056         * tools/Makefile.am
13057                 add tools directory to source distribution
13058
13059 2001-08-30 [paul]
13060
13061         * configure.in
13062                 change to version 0.6.0claws
13063
13064         * sync with sylpheed 0.6.0 release
13065
13066 2001-08-30 [christoph]
13067
13068         * configure.in
13069                 removed autoconf version check
13070
13071 2001-08-30 [paul]
13072
13073         * src/account.c, src/compose.c, src/prefs_common.[ch]
13074         * src/procheader.[ch] src/utils.[ch]
13075                 Enhanced automatic account selection on replies
13076                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13077
13078         * configure.in
13079                 add LDAP and JPilot to the configuration results output.
13080
13081 2001-08-29 [christoph]
13082
13083         * src/summeryview.c
13084                 no bold font for ignored threads
13085
13086 2001-08-29 [paul]
13087
13088         * configure.in
13089                 change to version 0.5.3claws6
13090
13091         * sync with sylpheed 0.5.3cvs10
13092                 src/stringtable.[ch]: New Files
13093
13094         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13095         * src/pixmaps/sylpheed.xpm
13096                 add mini-icons to windows (by Alfons)
13097
13098 2001-08-27 [paul]
13099
13100         * src/mainwindow.c
13101                 new functions: next_labeled_cb(), prev_labeled_cb()
13102
13103         * src/summaryview.c
13104                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13105                 summary_select_next_labeled(), summary_select_prev_labeled()
13106
13107         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13108                 give claws blue folders and a blue trash can
13109
13110 2001-08-27 [paul]
13111
13112         * configure.in
13113                 change to version 0.5.3claws5
13114
13115         * sync with sylpheed 0.5.3cvs9
13116                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13117
13118 2001-08-24 [christoph]
13119
13120         * src/filesel.c
13121                 keep filename when browsing directories
13122                 (not working for user entered filename, but
13123                  for default name and selected filename from
13124                  file list)
13125         * src/mainwindow.c
13126                 fixed wrong spelling "Folllow-up"
13127         * src/mbox_folder.c
13128         * src/procmsg.c
13129         * src/summaryview.c
13130                 fixed new/unread message count with ignored
13131                 threads (2 commits, first didn't notice no
13132                 longer needed decreasing)
13133         * src/inc.c
13134                 readded scrolling of progress dialog
13135                 (lost in sync)
13136
13137 2001-08-24 [paul]
13138
13139         * configure.in
13140                 change to 0.5.3claws4
13141
13142         * sync with sylpheed 0.5.3cvs7
13143
13144 2001-08-24 [christoph]
13145
13146         * src/compose.c
13147                 set request return receipt when replying
13148                 if it is set is the folder prefs of the
13149                 message
13150         * src/inc.c
13151                 disable final error popup if popups are
13152                 disabled in config (again)
13153
13154 2001-08-23 [paul]
13155
13156         * configure.in
13157                 Change version number to 0.5.3claws3
13158
13159         * sync with sylpheed 0.5.3cvs5
13160
13161         * src/mimeview.c
13162                 double quote '%s' in 'gedit %s' to fix bug when
13163                 opening attachment with spaces in the name
13164
13165 2001-08-22 [alte]
13166         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13167           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13168                 initial message templates support
13169
13170
13171 2001-08-22 [paul]
13172
13173         * configure.in
13174                 change version number to 0.5.3claws2
13175
13176         * sync with sylpheed 0.5.3cvs4
13177
13178         * src/procmsg.h src/summaryview.c
13179                 re-implement (un)ignore thread
13180
13181 2001-08-21 [paul]
13182
13183         * src/summaryview.c
13184                 remove unnecessary code
13185         * src/compose.c
13186                 enable 'dynamic' signatures (submitted by
13187                 Eric Limpens <eric@hscg-internet.nl>)
13188
13189 2001-08-21 [paul]
13190
13191         clean up after sync with sylpheed 0.5.3 release
13192
13193         * src/folderview.c
13194                 fix re-introduced font mess, see Christoph's
13195                 entry 2001-06-24
13196
13197         * src/summaryview.c
13198                 remove prev_msgnum
13199                 use sylpheed's small font instead of
13200                 gtk default font for summary view
13201
13202
13203 2001-08-17 [paul]
13204
13205         * configure.in
13206                 add pl to ALL_LINGUAS - sync with main branch
13207
13208         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13209                 Updated. Translations by Jens Oberender, Ricardo Mones
13210                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13211
13212         * po/pl.po  ** NEW FILE **
13213                 sync with the main branch
13214
13215         * src/folderview.c
13216                 fix target folder colorizing and refresh problem
13217
13218
13219 2001-08-17 [christoph]
13220
13221         * src/mainwindow.c
13222                 claws uses 4 colors for target folder coloring.
13223                 arrays were not long enough and destroyed the
13224                 stack causing a segfault.
13225                 target folder colorizing does not work anymore
13226                 for me
13227
13228 2001-08-16 [paul]
13229
13230         * configure.in
13231                 change to version 0.5.3claws1
13232
13233         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13234           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13235           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13236
13237                 sync with sylpheed 0.5.3 release, but keep claws method of
13238                 configuring/saving fonts
13239
13240         * src/addressbook.[ch]
13241                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13242                 in line with a similar change in Hiroyuki's branch
13243
13244         * src/mainwindow.[ch]
13245                 disable main_window_set_thread_option()
13246         * src/prefs_folder_item.c
13247                 comment out &tmps_prefs.enable_thread,
13248         * src/mbox_folder.c, src/procmsg.[ch]
13249                 comment out MSG_IS_IGNORE_THREAD
13250         * src/summaryview.c
13251                 comment out summary_ignore_thread() and summary_unignore_thread()
13252                 comment out MSG_IS_IGNORE_THREAD
13253
13254                 use Hiroyuki's threading instead.
13255
13256
13257
13258 2001-08-15 [paul]
13259
13260         * src/account.c
13261                 use Hiroyuki's 0.5.3 column scheme but also
13262                 include the enable/disable button.
13263         * src/pixmaps/mark.xpm
13264                 add Hiroyuki's amended pixmap
13265
13266 2001-08-13 [christoph]
13267
13268         * src/account.c
13269                 receive at get all column showed wrong state for APOP
13270                 button should only work for POP3 and APOP accounts
13271         * src/prefs_account.c
13272                 added missing preprocessor statement for SSL
13273
13274 2001-08-12 [paul]
13275
13276         * src/account.[ch]
13277                 add 'receive at get all' column and enable/disable
13278                 button.
13279
13280 2001-08-06 [christoph]
13281
13282         * src/account.c
13283                 show usage of SSL in protocol column
13284
13285         * src/imap.c
13286         * src/inc.c
13287                 renamed ssl options
13288
13289         * src/prefs_account.[ch]
13290                 moved ssl options to a new page
13291
13292         * src/send.c
13293         * src/smtp.c
13294         * src/ssl.[ch]
13295                 renamed ssl options
13296                 added support for SMTP STARTTLS command
13297
13298 2001-08-05 [christoph]
13299
13300         * configure.in
13301                 debian autoconf needs version check to find
13302                 correct autoconf version. if the file is
13303                 named configure.in 2.13 is used, which does
13304                 not work with this configure.in script.
13305                 other solution would be to rename the script
13306                 to configure.ac as suggested in the autoconf
13307                 manual.
13308
13309         * src/inc.c
13310                 disable final error popup if popups are
13311                 diabled in config
13312
13313         * src/socket.c
13314                 bugfix in ssl_gets
13315                 fixes IMAP over SSL problem
13316
13317 2001-08-03 [paul]
13318
13319         * configure.in
13320                 change to 0.5.2claws1
13321
13322         * sync with sylpheed 0.5.2cvs1
13323
13324 2001-08-02 [alfons]
13325
13326         * configure.in
13327                 quick fix for ispell detection...
13328
13329 2001-08-01 [paul]
13330
13331         * configure.in
13332                 change to 0.5.1claws4
13333
13334         * sync with sylpheed 0.5.1cvs7
13335
13336 2001-07-31 [alfons]
13337
13338         * src/prefs_common.c, src/prefs_common.h, 
13339           src/gtkspell.c, src/gtkspell.h
13340                 add global spelling checker settings (compose tab) +
13341                 selection of dictionary 
13342           
13343         * configure.in  
13344                 guess valid ispell location
13345
13346 2001-07-31 [paul]
13347
13348         * po/POTFILES.in
13349                 removal of 'src/quote_fmt_parse.c'
13350         * po/de.po
13351                 Updated de.po
13352                 (submitted by Jens Oberender <didge@suse.de>)
13353
13354 2001-07-31 [darko]
13355
13356         * src/folder.[ch]
13357         * src/folderview.[ch]
13358         * src/mainwindow.c
13359         * src/mh.c
13360         * src/prefs_common.[ch]
13361         * src/summaryview.c
13362                 target folder colourization
13363
13364 2001-07-30 [paul]
13365
13366         more sync with Sylpheed 0.5.1cvs6 
13367
13368 2001-07-30 [darko]
13369
13370         * src/mh.c
13371         * src/prefs_folder_item.[hc]
13372         * src/summaryview.c
13373                 shared folders support with a GUI
13374
13375 2001-07-29 [paul]
13376
13377         0.5.1claws3
13378
13379         * sync with Sylpheed 0.5.1cvs6
13380
13381 2001-07-29 [paul]
13382
13383         * po/pt_BR.po
13384                 updated
13385                 (submitted by Fabio Junior Beneditto)
13386
13387 2001-07-28 [paul]
13388
13389         * src/procmime.c
13390         * AUTHORS
13391                 patch to correct bad image mime headers
13392                 (submitted by Don Quijote <dq@searchlores.org>)
13393
13394 2001-07-28 [paul]
13395
13396         * tools/gif2xface.pl   **NEW FILE**
13397         * tools/README
13398                 script to convert file.gif to file.xface for
13399                 use in a custom header.
13400                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13401
13402 2001-07-27 [alfons]
13403         
13404         * configure.in
13405                 change macros for detecting JPilot and LDAP
13406
13407 2001-07-27 [christoph]
13408
13409         * src/filtering.c
13410                 code cleanup (MIN / MAX warning, needed casting)
13411
13412 2001-07-27 [alfons]
13413
13414         * procheader.c
13415                 disallow setting flags when detecting certain headers
13416                 (X-Status, Status, Seen, X-Seen). 
13417         
13418         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13419
13420 2001-07-27 [christoph]
13421
13422         * src/prefs_filter.c
13423         * src/prefs_filtering.c
13424         * src/prefs_matcher.c
13425         * src/prefs_scoring.c
13426                 scroll list when moving rows up or down
13427
13428         * src/imap.c
13429         * src/imap.h
13430         * src/prefs_account.c
13431         * src/prefs_account.h
13432         * src/send.c
13433                 SMTP over SSL (untested, feedback requested)
13434                 IMAP over SSL
13435
13436         * src/ssl.c
13437                 code cleanup
13438
13439 2001-07-26 [alfons]
13440         
13441         * configure.in, acconfig.h
13442                 define CLAWS (need this for main / claws detection)
13443
13444 2001-07-25 [alfons]
13445
13446         * configure.in
13447                 Sylpheed 0.5.1claws2
13448                 
13449         * sync with Sylpheed 0.5.1cvs4
13450
13451 2001-07-25 [christoph]
13452
13453         * src/scoring.c
13454                 fixed segfault
13455                 item->prefs == NULL (don't know why)
13456
13457 2001-07-25 [alfons]
13458
13459         * configure.in
13460                 Sylpheed 0.5.1claws1
13461
13462         * sync with Sylpheed 0.5.1cvs1-3
13463
13464 2001-07-24 [christoph]
13465
13466         * src/folderview.c
13467         * src/prefs_folder_item.[ch]
13468                 added folderitem preferences dialog with
13469                 default To: and auto request return receipt
13470
13471         * src/compose.[ch]
13472         * src/menu.[ch]
13473                 changes to handle new folderitem preferences
13474
13475         * src/mainwindow.c
13476         * src/summaryview.c
13477                 call compose new mail with current folderitem
13478
13479 2001-07-24 [alfons]
13480
13481         Release Sylpheed 0.5.1claws
13482
13483         * configure.in
13484                 change to release version 0.5.1claws
13485
13486 2001-07-24 [christoph]
13487
13488         * src/summaryview.c
13489                 fixed segfault that happend when the selected
13490                 message was removed while retrieving new messages.
13491
13492         * po/es.po
13493                 updated translation
13494                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13495
13496 2001-07-22 [alfons]
13497
13498         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13499         this is a work in progress, for more information: http://nlpagan.net/sylman 
13500         
13501         * configure.in, src/mainwindow.c, manual/Makefile.am
13502                 add support for English manual
13503
13504         * AUTHORS
13505                 add authors of user manuals
13506
13507         * manual/en/sylpheed*.html
13508                 add English documentation
13509
13510 2001-07-22 [christoph]
13511
13512         * po/POTFILES.in
13513                 added src/ssl.c
13514         * src/ssl.c
13515                 changed a wrong debug message
13516
13517 2001-07-22 [alfons]
13518
13519         * po/nl.po
13520                 update Dutch translation
13521
13522         * src/prefs_filtering.c, 
13523           src/prefs_matcher.c
13524                 add more translatable strings           
13525
13526 2001-07-21 [alfons]
13527
13528         0.5.0claws7
13529
13530         * configure.in
13531                 change version
13532
13533         * src/inc.c, src/summaryview.[ch]
13534                 prevent update of mark file when filtering has done, by
13535                 using a variable; this affects two functions:
13536                         inc.c::inc_finished()
13537                         summaryview.c::summary_show()
13538
13539 2001-07-20 [alfons]
13540
13541         * src/filtering.[ch], src/prefs_filtering.c, 
13542           src/matcher.[ch]
13543                 add filtering action for label coloring 
13544
13545         * po/POTFILES.in
13546                 add labelcolors.c
13547
13548         * added src/labelcolors.c
13549         * added src/labelcolors.h
13550         * src/Makefile.am, src/summaryview.c
13551                 rearrange label coloring code
13552
13553         * src/procmsg.h
13554                 add more parentheses so label colouring works correctly
13555
13556         * src/filtering.c
13557                 don't really delete message, but move it to Trash
13558
13559         * src/prefs_matcher.c
13560                 add quote options to info dialog
13561
13562 2001-07-20 [christoph]
13563
13564         * src/Makefile.am
13565         * src/inc.c
13566         * src/main.[ch]
13567         * src/socket.h
13568         * src/ssl.[ch] (new)
13569                 moved ssl stuff to a seperate file
13570
13571 2001-07-20 [darko]
13572
13573         * src/summaryview.c
13574                 fix show sender using address book with no e-mail
13575                 address in From: field
13576
13577 2001-07-19 [alfons]
13578
13579         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13580                 fix messy handling of escaping... now at least the
13581                 execute command is useful. escape char is '\', we
13582                 accept \n and \r too. 
13583
13584                 Real life example:
13585                 
13586                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13587                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13588
13589 2001-07-18 [alfons]
13590
13591         0.5.0claws6
13592
13593         * src/summaryview.c
13594                 clean up
13595
13596         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13597           src/procmsg.[ch]
13598                 revise filtering; currently move, copy, marking have
13599                 been tested. if you like bleeding edge stuff, you
13600                 should definitely go for this version :)
13601
13602         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13603
13604 2001-07-17 [christoph]
13605
13606         * src/utils.c
13607                 timestamp log
13608
13609 2001-07-17 [alfons]
13610
13611         0.5.0claws5
13612
13613         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13614           bits in the mark file, without affecting either branch. Lots of
13615           files changed, also in claws branch.
13616
13617           UNTESTED: use of mbox folders
13618
13619         * src/summaryview.c
13620                 added mark all read; however this was a quick hack used for
13621                 cleaning up mess after initial merge with Hiroyuki
13622
13623         * configure.in
13624                 change claws version number back to 0.5.0claws5 to clear up 
13625                 confusion & pretension (recent release was technically 
13626                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13627
13628 2001-07-16 [alfons]
13629
13630         sync with Hiroyuki's 0.5.0cvs4
13631
13632 2001-07-16 [alfons]
13633
13634         0.5.1claws3
13635
13636         * src/filtering.[ch]
13637                 remove invalid updating of mark files for 
13638                 filter actions MATCHING_ACTION_MOVE and 
13639                 MATCHING_ACTION_DELETE; this should fix the
13640                 folder update bug
13641                 
13642         * src/procmsg.c
13643                 revert Christoph's stab at fixing the folder 
13644                 update bug
13645
13646         * po/POTFILES.in
13647                 add missing files with translatable strings
13648
13649         * src/summaryview.c
13650                 remove debug print
13651
13652 2001-07-15 [alfons]
13653
13654         * src/addr_compl.[ch], src/prefs_filtering.c
13655                 make "filtering pref dialog's destination entry" an
13656                 "address completable entry", if filter destination is 
13657                 an email address
13658
13659         0.5.1claws2
13660         
13661         sync with Hiroyuki's 0.5.0cvs2-3
13662
13663 2001-07-15 [christoph]
13664
13665         * src/procmsg.c
13666                 fixed folder stats update after incorporation
13667
13668 2001-07-15 [alfons]
13669
13670         * src/summaryview.c
13671                 * finish label colouring stuff (for now)
13672                 * fix incorrect colour bug (off by one) 
13673
13674 2001-07-14 [alfons]
13675
13676         * src/mainwindow.c
13677                 change text labels for news and mail message so there's
13678                 plenty of toolbar estate left
13679
13680         * configure.in
13681                 0.5.1claws1
13682
13683         * src/folderview.c
13684           src/folder.[ch]
13685                 sync with Hiroyuki's 0.5.0cvs1
13686
13687         * src/summaryview.c
13688                 more rewrite label colouring
13689
13690 2001-07-14 [alfons]
13691
13692         * src/summaryview.[ch]
13693                 * start rewrite label colouring 
13694                 * fix proper location "Add Sender To Addressbook" menu item
13695
13696 2001-07-13
13697
13698         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13699         (actually this is 0.5.0claws4)
13700
13701 2001-07-13 [alfons]
13702
13703         * po/pt_BR.po
13704                 * fix duplicate message
13705                 * add updated Portugese / Brazilian translation
13706                   submitted by Fabio Junior Beneditto
13707
13708 2001-07-12 [alfons]
13709
13710         * AUTHORS
13711                 add Jens
13712
13713         * po/nl.po
13714                 add updated Dutch translation
13715
13716         * po/de.po
13717                 add updated German translation submitted by Jens
13718
13719 2001-07-11 [alfons]
13720
13721         Prerelease before 0.5.0claws. Please test.
13722         This version is temporarily tagged as VERSION_0_5_0_TEST
13723
13724         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13725           src/prefs_scoring.c, src/prefs_matcher.c, 
13726           src/prefs_filtering.c, src/mbox.c, 
13727           src/main.c, src/inc.c, src/filtering.[ch]
13728                 revert new Hoa's new matcher (does not work yet)
13729
13730         * src/Makefile.am
13731                 clean up
13732
13733 2001-07-10
13734
13735         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13736
13737
13738 2001-07-10 [alfons]
13739
13740         * Makefile.am
13741                 add ChangeLog.claws to EXTRA_DIST
13742         * src/Makefile.am
13743                 add matcher_parser_parse.h to EXTRA_DIST
13744
13745 2001-07-10 [christoph]
13746
13747         * src/inc.c
13748                 add destination folder to table of
13749                 folders that need to be updated after
13750                 incorporation
13751
13752 2001-07-10 [alfons]
13753
13754         * folder.[ch]
13755           folderview.c
13756                 make collapse state of folders and folder items persistent, i.e.
13757                 if you collapse a folder tree, the next time sylpheed-claws starts 
13758                 up the folder tree remains collapsed.  
13759                 
13760 2001-07-10 [christoph]
13761
13762         * acconfig.h
13763         * configure.in
13764                 added --enable-ssl
13765         * src/md5.[ch]
13766                 renamed MD5_CTX to MD5_CTX_syl
13767                 conflicts with a struct in openssl
13768         * src/inc.c
13769         * src/main.[ch]
13770         * src/prefs_account.[ch]
13771         * src/socket.[ch]
13772                 SSL support for POP
13773         * src/mainwindow.c
13774                 fixed compose with current account
13775                 broken by new compose button stuff
13776
13777 2001-07-09 [hoa]
13778
13779         * AUTHORS
13780                 changed my email address
13781
13782         * src/matcher_parser_parse.y
13783                 clean the parser to remove conflicts
13784
13785 2001-07-09 [alfons]
13786
13787         * AUTHORS
13788                 add Match Grun
13789
13790         * configure.in
13791                 fix incorrect description of --enable-ldap parameter
13792
13793         * src/prefs_common.[ch]
13794           src/compose.c
13795                 add experimental option "smart wrapping" which makes the
13796                 compose editor auto wrap.
13797                 
13798                 | TODO: the problem with the buggy cursor handling is caused |
13799                 | by the GtkText. when deleting / backspacing text its       |
13800                 | wrapping algorithm does not take in account the previous   |
13801                 | line. should find a way to hack this in.                   |
13802                 | or should perhaps combine this with the word wrapping      |
13803                 | patch i wrote in january.                                  |
13804
13805         * src/about.c
13806                 show build parameters for LDAP and JPilot
13807
13808         * src/summaryview.c
13809                 revert Christoph's bugfix for selecting next unread message, 
13810                 because folder stats aren't updated correctly
13811
13812 2001-07-08 [hoa]
13813
13814         * src/filtering.c
13815         * src/mainwindow.c
13816         * src/matcher.c
13817         * src/matcher_parser_lex.l
13818         * src/matcher_parser_parse.y
13819         * src/prefs_filtering.c
13820         * src/prefs_scoring.c
13821         * src/scoring.c
13822                 bugfix of the config file parser
13823
13824 2001-07-08 [alfons]
13825
13826         * src/Makefile.am
13827                 added generated matcher sources to BUILT_SOURCES
13828
13829 2001-07-08 [hoa]
13830
13831         * src/Makefile.am
13832         * src/.cvsignore
13833                 added new config file parser
13834
13835         * src/scoring.[ch]
13836         * src/filtering.[ch]
13837         * src/matcher.[ch]
13838         * src/prefs_filtering.c
13839         * src/prefs_matcher.c
13840         * src/prefs_scoring.c
13841         * added src/matcher_parser.h
13842         * added src/matcher_parser_lex.h
13843         * added src/matcher_parser_lex.l
13844         * added src/matcher_parser_parse.y
13845                 lex & yacc config file parser
13846
13847         * src/mbox.c
13848         * src/inc.c
13849         * src/main.c
13850                 changes prefs_filtering into global_filtering           
13851
13852         * src/summaryview.c
13853                 build threads with subjects only if "Re: " is at the
13854                 beginning of the subject
13855
13856 2001-07-07 [paul]
13857
13858         0.5.0claws
13859
13860         sync with sylpheed 0.5.0
13861                 change of version number only
13862
13863 2001-07-06 [paul]
13864
13865         0.5.0claws5
13866
13867         sync with sylpheed 0.5.0pre5
13868
13869 2001-07-05 [paul]
13870
13871         sync with sylpheed 0.5.0pre4 release
13872                 /po and /manual/ja not sync'ed
13873
13874 2001-07-04 [paul]
13875
13876         more sync with sylpheed 0.5.0pre4
13877
13878 2001-07-03 [christoph]
13879
13880         * src/addressbook.c
13881                 fixed address book broken by address book
13882                 for VCard, JPilot, LDAP
13883
13884 2001-07-03 [alfons]
13885
13886         * src/matcher.c
13887         * src/textview.c
13888                 stopped memory leaks
13889
13890 2001-07-03 [paul]
13891
13892         more sync with sylpheed 0.5.0pre4
13893
13894 2001-07-02 [match]
13895
13896         * included address book patch for VCard, JPilot, LDAP
13897         * pref_common.c - fixed Font options on Display tab (cosmetic)
13898         * alertpanel.c - fixed truncated message
13899
13900 2001-07-02 [christoph]
13901
13902         * src/mbox_folder.c
13903         * src/procmsg.[ch]
13904         * src/summaryview.c
13905                 mark threads for ignoring
13906
13907 2001-07-02 [paul]
13908
13909         0.5.0claws4
13910
13911         * sync with sylpheed 0.5.0pre4
13912                 updated gettext to 0.10.38.
13913
13914 2001-07-01 [paul]
13915
13916         * src/ mainwindow.c
13917         * src/procmsg.h
13918         * src/summaryview.[ch]
13919                 new right-click option: Label.
13920                 substitute for 'Mark-->Mark/Unmark', colours the line.
13921                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13922
13923 2001-07-01 [christoph]
13924
13925         * src/folderview.c
13926                 fixed font for trash
13927         * src/summaryview.c
13928                 move ctree to unread message
13929
13930 2001-07-01 [paul]
13931
13932         * sync with sylpheed 0.5.0pre3 release
13933
13934 2001-06-30 [alfons]
13935
13936         * src/filesel.[ch]
13937         * src/compose.c
13938                 allow inserting / attaching multiple files in
13939                 the composer window
13940
13941 2001-06-30 [paul]
13942
13943         * src/codeconv.c
13944                 small change to Alfons' previous stuff so that it
13945                 actually makes
13946
13947 2001-06-30 [alfons]
13948
13949         * lots of files changed; first attempt to merge the changes
13950           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
13951
13952 2001-06-30 [paul]
13953
13954         * po/pt_BR.po
13955                 updated and completed, translations by Fabio
13956                 Junior Beneditto <fjbeneditto@yahoo.com.br>
13957
13958 2001-06-29 [alfons]
13959
13960         * src/compose.c
13961         * src/mimeproc.[ch]
13962                 allow selecting an attached files' mime type from a 
13963                 list of types.
13964
13965 2001-06-29 [paul]
13966
13967         * more sync with sylpheed 0.5.0pre3
13968
13969 2001-06-29 [paul]
13970
13971         * po/pt_BR.po
13972                 merge with sylpheed.pot and pt_BR.po provided by
13973                 Fabio Junior Beneditto.
13974
13975 2001-06-29 [darko]
13976
13977         * src/procmime.c
13978                 make MIME types case insensitive
13979
13980 2001-06-28 [alfons]
13981
13982         * po/nl.po
13983                 merge with sylpheed.pot and old nl.po; translations added.
13984
13985 2001-06-28 [paul]
13986
13987         * more sync with sylpheed 0.5.0pre3
13988
13989 2001-06-27 [alfons]
13990
13991         * src/summaryview.c
13992                 don't crash when removing parent node of messages
13993                 attracted by subject. this was caused by not deleting
13994                 the parent node from the subject line hash table.
13995
13996 2001-06-27 [alfons]
13997
13998         * src/summaryview.c
13999         * src/compose.[ch]
14000         * src/mainwindow.c
14001                 if there are multiple messages selected, allow forwarding
14002                 them as attachments.
14003
14004 2001-06-27 [paul]
14005
14006         * more sync with sylpheed 0.5.0pre3
14007
14008 2001-06-26 [paul]
14009
14010         0.5.0claws3
14011
14012         * sync with sylpheed 0.5.0pre3
14013
14014 2001-06-25 [paul]
14015
14016         * src/mainwindow.c
14017                 fixed 'compose news article' bug
14018                 from icon-and-text toolbar
14019
14020 2001-06-25 [paul]
14021
14022         * sync with sylpheed 0.5.0pre2 release
14023
14024 2001-06-24 [christoph]
14025
14026         * src/prefs_common.c
14027                 bug fix in font selection
14028         * src/folderview.c
14029                 use sylpheed's normal font instead of
14030                 gtk default font for folders without
14031                 new messages
14032
14033 2001-06-24 [alfons]
14034
14035         * src/mainwindow.[ch]
14036                 added composite compose mail / news button (an idea by Leandro
14037                 Pereira <leandro@linuxmag.com.br>)
14038
14039 2001-06-24 [paul]
14040
14041         Added instructions for ldif-to-xml.py
14042
14043         * tools/README
14044
14045 2001-06-23 [alfons]
14046
14047         Some minor things.
14048
14049         * src/pixmaps/stock_news_compose.xpm
14050                 added pixmap by Leandro
14051         * src/prefs_common.c
14052                 tested built-in spelling checker of GCC 3.0 :)
14053         * po/nl.po
14054                 merged dutch translation of sylpheed-main with
14055                 sylpheed.pot
14056
14057 2001-06-23 [paul]
14058
14059         Added tools directory and files.
14060
14061         * tools/filter_conv.pl
14062                 converts old filter system to new filtering system
14063         * tools/ldif-to-xml.py
14064                 converts netscape addressbook to sylpheed addressbook
14065         * tools/README
14066                 descriptions/instructions for above two files
14067
14068 2001-06-23 [christoph]
14069
14070         * src/inc.c
14071         * src/manage_window.[ch]
14072         * src/prefs_common.[ch]
14073                 mail retrieval dialog can be enabled, disabled
14074                 or hidden if non of sylpheed's windows is active
14075
14076 2001-06-22 [paul]
14077
14078         0.5.0claws2
14079
14080         * sync with sylpheed 0.5.0pre2
14081
14082 2001-06-21 [christoph]
14083
14084         * src/summaryview.c
14085                 show recipient on 'from' for all accounts
14086                 
14087         * src/inc.c
14088         * src/prefs_common.[ch]
14089                 disable error popup on mail receive errors
14090
14091 2001-06-21 [alfons]
14092
14093         * src/compose.c
14094                 made the ruler correctly appear and disappear.
14095
14096         * src/Makefile.am
14097                 removed Hoa's work-in-progress-stuff (interesting!) so 
14098                 claws compiles ok.
14099
14100 2001-06-20 [christoph]
14101
14102         * src/inc.c
14103         * src/progressdialog.c
14104                 added scrolled window for list in progressdialog
14105
14106 2001-06-20 [paul]
14107
14108         sync with sylpheed 0.5.0pre1 release
14109
14110 2001-06-20 [christoph]
14111
14112         * src/summeryview.c
14113                 make building threads by subject work when
14114                 thread view is enabled
14115                 
14116         * src/compose.c
14117         * src/prefs_common.[ch]
14118                 automatically select account for mail replys
14119
14120 2001-06-19 [sergey]
14121
14122         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14123         they are filled in from the account settings.
14124
14125 2001-06-19 [paul]
14126
14127         * more sync with sylpheed 0.5.0pre1
14128
14129 2001-06-18 [alfons]
14130
14131         * src/Makefile.am,
14132           src/procmime.c
14133                 added --sysconfdir to CPPFLAGS for pointing to the correct
14134                 location of mime.types. 
14135
14136                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14137                 or ./configure!
14138
14139 2001-06-18 [hoa]
14140
14141         * src/summaryview.c
14142                 fixed some bug when building threads
14143
14144 2001-06-18 [pau]l
14145
14146         * src/prefs_account.c
14147                 UI stuff: More changes to the English
14148
14149 2001-06-18 [paul]
14150
14151         * src/pixmaps/stock_news_compose.xpm: new file
14152         * src/Makefile.am
14153         * src/mainwindow.c
14154         * src/summaryview.c
14155                 Added new icon for Hoa's 'compose a news
14156                 message', plus minor improvements to the
14157                 English
14158
14159         * po/ja.po
14160         * ChangeLog
14161         * ChangeLog.jp
14162                 more sync with sylpheed 0.5.0pre1
14163
14164 2001-06-18 [hoa]
14165
14166         * src/compose.[ch]
14167         * src/mainwindow.c
14168                 Follow-up and reply to
14169
14170         * src/summaryview.[ch]
14171                 Build threads also with subjects
14172
14173 2001-06-17 [hoa]
14174
14175         * src/compose.c
14176                 forwarding use the current account.
14177
14178         * src/mainwindow.c
14179                 the "compose message" button has been replaced with
14180                 "new mail" and "new news" buttons
14181
14182         * src/prefs_common.[ch]
14183                 added a configuration option to use the forward button
14184                 as "forward as attachment"
14185                 changed reply and forward format description
14186
14187         * src/quote_fmt_lex.l
14188         * src/quote_fmt_parse.y
14189                 added message with no signature in format for reply
14190                 and forward.
14191
14192 2001-06-17 [paul]
14193
14194         Minor UI stuff
14195
14196         * src/mainwindow.c
14197         * src/summaryview.c
14198                 Improvements to the English
14199
14200         * src/prefs_common.c
14201                 Improvements to the English and some
14202                 clarity/continuity improvements in the
14203                 description of Quote symbols.
14204
14205 2001-06-17 [paul]
14206
14207         0.5.0claws1
14208
14209         * sync with sylpheed 0.5.0pre1
14210
14211 2001-06-17 [hoa]
14212
14213         * src/compose.c
14214                 Better interface for compose, displayed fields
14215                 are updated whenever we change account.
14216                 Newsgroups field is automatically filled.
14217
14218         * src/mainwindow.c
14219                 Newsgroups field is automatically filled.
14220
14221         * src/prefs_account.c
14222                 Some interface stuff when fields appear and
14223                 disappear.
14224
14225 2001-06-16 [paul]
14226
14227         0.4.99claws
14228
14229         * sync with sylpheed 0.4.99
14230
14231 2001-06-16 [sergey]
14232
14233         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14234         base64_decoder_free, base64_decoder_decode): new object and
14235         functions for decoding base64 streams.
14236         * src/procmime.c (procmime_decode_content): modified to use the
14237         new base64 decoder.
14238
14239 2001-06-15 [paul]
14240
14241         0.4.99claws10
14242
14243         * sync with sylpheed 0.4.99cvs11
14244
14245 2001-06-13 [paul]
14246
14247         0.4.99claws9
14248
14249         * sync with sylpheed 0.4.99cvs9
14250
14251 2001-06-13 [hoa]
14252
14253         * src/compose.c
14254         * src/prefs_account.c
14255
14256                 SMTP server can be defined in the news account
14257                 mime type of attachment are kept.
14258
14259         * src/summaryview.c
14260
14261                 now choose the highest important score between default
14262                 and important score of folder.
14263
14264 2001-06-09 [alfons]
14265         
14266         * src/prefs_common.c: 
14267
14268                 (prefs_quote_description_create): corrected description of 
14269                 quote format characters
14270
14271 2001-06-09 [paul]
14272
14273         0.4.99claws8
14274
14275         * sync with sylpheed 0.4.99cvs8
14276
14277 2001-06-08 [sergey]
14278
14279         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14280         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14281
14282 2001-06-08 [paul]
14283
14284         0.4.99claws7
14285
14286         * sync with sylpheed 0.4.99cvs7
14287
14288 2001-06-06 [sergey]
14289
14290         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14291         clashes with autogenerated header).
14292         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14293         * src/Makefile.am: added quote_fmt.h.
14294         * src/.cvsignore: added lex/yacc autogenerated files
14295         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14296
14297 2001-06-06 [paul]
14298
14299         0.4.99claws6
14300
14301         * sync with sylpheed 0.4.99cvs6
14302
14303 2001-06-06 [hoa]
14304
14305         * added src/quote_fmt_parse.h
14306         * src/compose.c
14307                 removed warnings
14308
14309         * src/prefs.[ch]
14310                 don't modify readonly configuration files
14311
14312         * src/prefs_account.c
14313         * src/prefs_common.c
14314         * src/prefs_customheader.c
14315         * src/prefs_display_header.c
14316         * src/prefs_filter.c
14317         * src/prefs_filtering.c
14318         * src/prefs_scoring.c
14319                 don't open dialog box when configuration files
14320                 are readonly
14321
14322 2001-06-05 [sergey]
14323
14324         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14325
14326         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14327         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14328         BUILT_SOURCES to make all files rebuild properly.
14329
14330         * src/compose.c: removed #include "quote_fmt.tab.h".
14331
14332         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14333         CHARACTER value in yylval.
14334
14335         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14336         receive CHARACTER value by documented means (yylval).
14337
14338         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14339
14340 2001-06-05 [hoa]
14341
14342         * src/Makefile.am
14343                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14344
14345         * src/filtering.c
14346         * src/matcher.c
14347         * src/matcher.h
14348         * src/prefs_filtering.c
14349                 now keep the configuration for execute action
14350
14351         * src/mbox_folder.c
14352                 fixed a warning
14353
14354 2001-06-05 [paul]
14355
14356         * sync with sylpheed 0.4.99cvs5
14357
14358 2001-06-05 [hoa]
14359
14360         * src/Makefile.am
14361                 added quote_fmt.[ch]
14362
14363         * added src/quote_fmt.y
14364         * added src/quote_fmt.l
14365         * added src/quote_fmt.tab.h
14366         * added src/quote_fmt.tab.c
14367         * added src/lex.quote_fmt.c
14368                 parsing configuration for replying
14369                 and forwarding
14370
14371         * src/prefs_common.[ch]
14372                 added configuration UI for replying
14373                 and forwarding
14374
14375         * src/compose.c
14376                 using configuration for replying
14377                 and forwarding
14378
14379 2001-06-04 [hoa]
14380
14381         * src/filtering.c
14382         * src/matcher.c
14383         * src/matcher.h
14384         * src/prefs_filtering.c
14385         * src/prefs_matcher.c
14386         * src/prefs_matcher.h
14387                 action "run a command" for filtering
14388                 and matching with a command.
14389                 fixed the "whole message" matching
14390
14391         * src/mbox_folder.c
14392                 changed temporary filename for security
14393
14394         * src/messageview.c
14395                 queue the notification if it fails to send.
14396
14397         * src/prefs_common.c
14398         * src/prefs_folder_item.c
14399                 changed the default important score             
14400
14401         * src/prefs_scoring.c
14402         * src/scoring.c
14403                 hide kill score input when the folder is not
14404                 a newsgroup
14405
14406 2001-06-03 [alfons]
14407
14408         * src/prefs_common.c:
14409
14410                 (prefs_font_select): pass font name in font entry box to font
14411                 selection dialog.
14412
14413 2001-06-03 [sergey]
14414
14415         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14416
14417 2001-06-03 [paul]
14418
14419         * sync with sylpheed 0.4.99cvs4
14420
14421 2001-06-03 [alfons]
14422
14423         * src/headerwindow.c:
14424
14425                 (headerwindow_show_cb): use the selected summary view item, not
14426                 the displayed item.
14427
14428 2001-06-02 [alfons]
14429
14430         * src/headerwindow.c:
14431
14432                 (headerwindow_show_cb): always try to show msginfo
14433
14434 2001-06-02 [hoa]
14435
14436         * src/compose.c
14437                 keep attached parts when reediting or forwarding.
14438
14439 2001-06-01 [hoa]
14440
14441         * src/folderview.c
14442         * src/prefs_folder_item.[ch]
14443         * src/prefs_scoring.[ch]
14444         * src/scoring.[ch]
14445         * src/summaryview.[ch]
14446         * src/main.c
14447         * src/mainwindow.c
14448         * src/prefs_common.[ch]
14449                 support for folder scoring
14450                 kill score and important score for messages
14451         
14452         * src/prefs_account.c
14453                 some display bug fixed for local account
14454                 preferences
14455
14456 2001-05-31 [alfons]
14457
14458         * src/summaryview.c:
14459
14460                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14461                 sender to address book menu item is disabled.
14462
14463 2001-05-30 [hoa]
14464
14465         * src/filtering.[ch]
14466         * src/summaryview.c
14467                 handling summary menu / filter messages
14468
14469         * src/folder.[ch]
14470                 add some stuff
14471
14472         * src/foldersel.c
14473                 imap folders now appears in list
14474
14475         * src/mbox_folder.c
14476                 doesn't crash if destination mail is not writeable
14477
14478 2001-05-29 [hoa]
14479
14480         * src/compose.c
14481                 removed some warnings
14482
14483         * src/filtering.c
14484         * src/folder.[ch]
14485         * src/prefs_filtering.c
14486                 global string to identify any folders           
14487                 removed some debug info
14488                 filtering to mbox folders is now possible
14489
14490         * src/mainwindow.c
14491                 removed some warnings
14492
14493         * src/mbox_folder.c
14494                 permission on files are changed to read/write for user only,
14495                 nothing for other.
14496                 creation of subfolder is handled better.
14497
14498 2001-05-28 [alfons]
14499
14500         Verified the sync for src/prefs_common.[ch] and
14501         src/prefs_account.[ch]. I believe there were some
14502         minor indentation differences.
14503
14504 2001-05-28 [paul]
14505
14506         0.4.99claws3
14507
14508         * sync with 0.4.99cvs3
14509
14510 2001-05-28 [hoa]
14511
14512         * src/compose.c
14513                 handling flags for mbox format
14514
14515         * src/filtering.c
14516                 use of mark file only for MH format
14517                 handling flags for mbox format
14518                 filtering cannot yet move or copy mails to mbox folders.
14519
14520         * src/folder.[ch]
14521                 changed move_msg, copy_msg,
14522                 move_msgs_with_dest, copy_msgs_with_dest functions
14523                 uses only folder->copy_msg() function
14524                 uses folder->finished_copy() to handle the destination
14525                 folder at the end of the copy or move operation.
14526
14527         * src/foldersel.c
14528                 included mbox directories.
14529
14530         * src/folderview.[ch]
14531         * src/mainwindow.c
14532                 handle folders operation for mbox format
14533
14534         * src/mbox.c
14535                 disable conversion of "From " header
14536
14537         * src/mbox_folder.[ch]
14538                 completion of mbox format handling
14539
14540         * src/mh.c
14541                 changed mh_copy_msg() function and
14542                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14543                 mh_copy_msgs_with_dest()
14544
14545         * src/prefs_filtering.c
14546                 removed some warnings
14547
14548         * src/prefs_matcher.c
14549                 default boolean operation is AND
14550
14551         * src/procheader.c
14552                 handling flags for mbox format
14553                 handling of "From " header
14554
14555         * src/procmsg.[ch]
14556                 removed data field
14557                 added MSG_REALLY_DELETED flags to handle deletion of
14558                 messages in mbox format.
14559
14560         * src/summaryview.c
14561                 handling flags for mbox format
14562                 disable the MSG_DELETED flags when messages
14563                 are deleted in mbox format
14564
14565         * src/textview.c
14566                 "From " headers display fixed.
14567
14568 2001-05-27 [alfons]
14569
14570         * src/textview.c:
14571                 
14572                 (get_email_part): skip quoted email addresses, like in e.g.
14573                 "'alfons@proteus.demon.nl'".
14574
14575 2001-05-26 [alfons]
14576
14577         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14578         and fixing the persistence troubles when using separate windows.
14579
14580         * src/mainwindow.c:
14581         
14582             Added #define SEPARATE_ACTION used in the gtk item factory for 
14583             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14584                 use gtk_item_factory_get_widget_by_action() to get the items.
14585                 
14586             Removed separate_widget_cb from the gtk item factory data   
14587           
14588             (mainwindow_create): connect separate_widget_cb() to check
14589             menu item "toggled" signal. also passing a MainWindow pointer
14590                 as object data for both check menu items.
14591                 
14592             (separate_widget_cb): definition of separate_widget_cb() to match
14593             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14594                 window using gtk_object_get_data(). The type of window separation 
14595                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14596         
14597         * src/prefs_filtering.c,
14598           src/prefs_matcher.c: added horizontal scrollbars
14599
14600 2001-05-25 [darko]
14601
14602         * src/headerview.c
14603                 fix segfault with invalid bold font
14604         * src/summaryview.c
14605                 correctly display summary stats after row is marked
14606
14607 2001-05-23 [sergey]
14608
14609         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14610         encodings with libjconv.
14611
14612 2001-05-23 [hoa]
14613
14614         * src/Makefile.am
14615                 added mbox_folder.[ch]
14616         * src/defs.h
14617                 mbox temporary folder
14618         * src/folder.[ch]
14619         * added src/mbox_folder.[ch]
14620         * src/folderview.c
14621         * src/procheader.[ch]
14622                 added mbox support
14623         * src/mbox.c
14624                 bugfix for file incorporation filtering
14625         * src/imap.c
14626                 enable creation of MBOX
14627         * src/prefs_display_header.c
14628                 enable use of headers like "From "
14629                 something that should be fixed :
14630                         displaying of such headers add an extra space
14631         * src/prefs_folder_item.c
14632                 don't create folders because it is not necessary
14633         * src/procmsg.h
14634                 added data field to MsgInfo for mbox internal use
14635         * src/summaryview.c
14636                 added some support for mbox
14637         * src/utils.[ch]
14638                 added get_mbox_cache_dir() function
14639
14640 2001-05-23 [hiroyuki]
14641
14642         * src/headerwindow.c
14643           src/inc.c
14644           src/main.c
14645           src/mh.c
14646           src/nntp.c
14647           src/procmsg.h
14648           src/session.h
14649           src/socket.[ch]
14650           src/summaryview.c
14651           src/textview.c
14652           src/automaton.c
14653           src/folderview.c: more sync with 0.4.99cvs2.
14654
14655         * src/headerwindow.c: reverted.
14656
14657 2001-05-22 [paul]
14658
14659         0.4.99claws2
14660
14661         * sync with sylpheed 0.4.99cvs2
14662                 * src/news.[ch]
14663                 * src/nntp.[ch]
14664                 * INSTALL
14665                 * INSTALL.jp
14666
14667 2001-05-22 [alfons]
14668
14669         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14670
14671 2001-05-21 [alfons]
14672
14673         Minor things:
14674
14675         * configure.in: if gnome-config not found, "no" is displayed
14676         
14677         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14678
14679         * src/textview.c: now also possible to add mail addresses by right
14680           clicking in the text view
14681
14682         * src/codeconv.c: merged patch which fixes endless loop when encountering
14683           invalid wide characters; from Alte <010@imis.ru>  
14684
14685 2001-05-20 [alfons]
14686
14687         Added installation of gnome specific things:
14688
14689         * Makefile.am: gnome conditional
14690
14691         * configure.in: check for installed gnome
14692
14693         * added sylpheed.png, sylpheed.desktop
14694
14695 2001-05-20 [sergey]
14696
14697         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14698
14699         * src/mainwindow.h (main_window_toolbar_create): created a button
14700         for "Reply to all".
14701         (main_window_set_toolbar_sensitive): enable/disable the new button
14702         appropriately.
14703         (toolbar_reply_to_author_cb): handle the new button.
14704
14705         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14706         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14707         failure).
14708
14709 2001-05-19 [sergey]
14710
14711         * src/compose.h (ComposeReplyMode): new modes
14712         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14713         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14714
14715         * src/compose.c
14716         (compose_send): move some code into a new function:
14717         (compose_current_mail_account): new function.
14718         (compose_reply): new argument to_author, all callers changed; if
14719         to_author==TRUE and account->protocol==A_NNTP, find and use an
14720         appropriate mail account for replying.
14721         (compose_reply_set_entry): new argument to_author; ignore
14722         compose->replyto if to_author==TRUE.
14723
14724         * src/mainwindow.c: new command "Message/Reply to author".
14725         (main_window_set_menu_sensitive): enable/disable it.
14726         (reply_cb): handle it.
14727
14728         * src/summaryview.c: new command "Reply to author".
14729         (summary_set_menu_sensitive): enable/disable it.
14730         (summary_reply_cb): handle it.
14731
14732         * src/account.c (account_find_mail_from_address): new function.
14733
14734 2001-05-18 [paul]
14735
14736         0.4.99claws1
14737
14738         * sync with sylpheed 0.4.99cvs1
14739
14740 2001-05-18 [hoa]
14741
14742         * src/compose.[ch]
14743         * src/filtering.c
14744         * src/summaryview.c
14745                 new filtering action : forward and forward as attachment
14746
14747         * src/main.c
14748                 no need for $DISPLAY when we run sylpheed --help
14749                 call to parse_cmd_opt() is moved
14750
14751         * src/mainwindow.[ch]
14752                 execute button is hidden when immediate execute
14753                 is chosen
14754
14755         * src/mh.c
14756         * src/news.c
14757         * src/prefs_folder_item.c
14758         * src/procmsg.c
14759                 better handling of missing directories
14760
14761         * src/summaryview.c
14762                 reedit is enabled in outbox
14763                 reedit is enabled in queue
14764
14765 2001-05-17 [hoa]
14766
14767         * src/filtering.c
14768         * src/matcher.[ch]
14769         * src/prefs_filtering.c
14770                 changed attachement into attachment
14771
14772 2001-05-17 [alfons]
14773
14774         0.4.67claws4    
14775
14776         * sync with sylpheed 0.4.67cvs9
14777         * sync with sylpheed 0.4.67cvs7-8
14778
14779 2001-05-17 [hoa]
14780
14781         * src/Makefile.am
14782                 added prefs_filtering.c
14783
14784         * src/filtering.[ch]
14785         * src/matcher.[ch]
14786                 removed action : forward_news and forward_news_as_attachement
14787                 (forward and forward_as_attachement can be used instead)
14788
14789         * src/mainwindow.c
14790                 added menu option to access filtering configuration
14791
14792         * src/prefs_account.c
14793                 changed mail_command default to /usr/sbin/sendmail
14794
14795         * added src/prefs_filtering.[ch]
14796                 dialog box for filtering configuration
14797
14798         * src/prefs_matcher.c
14799                 added function prefs_matcher_get_criteria_from_matching()
14800
14801         * src/prefs_scoring.c
14802                 reset the dialog when register or substitute is clicked
14803
14804 2001-05-15 [hoa]
14805
14806         * src/Makefile.am
14807                 added filtering.[ch]
14808         * src/inc.c
14809                 using filering.[ch] instead of filter.[ch]
14810         * src/main.c
14811                 reading new filtering configuration
14812         * src/matcher.[ch]
14813                 added some filtering actions
14814                 and fixed a bug for headers and mail body matching
14815         * src/mbox.c
14816                 using filering.[ch] instead of filter.[ch]
14817         * src/mh.c
14818                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14819         * src/summaryview.c
14820                 some fixes for filtering
14821
14822 2001-05-14 [hiroyuki]
14823
14824         * src/send.c: fixed some weird indentations.
14825           send_message_with_command(): call pclose() only if p != NULL.
14826         * src/textview.c: get_email_part(): modified the code for readability.
14827
14828 2001-05-14 [hiroyuki]
14829
14830         * src/md5global.h
14831           src/md5ify.c
14832           src/md5ify.h: removed from the cvs.
14833
14834 2001-05-13 [sergey]
14835
14836         * src/main.c: include rfc2015.h to avoid compiler warnings.
14837         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14838         the panel is already on screen.
14839         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14840         closing the alert window by ESC as "No".
14841         * src/prefs_common.c (prefs_interface_create): moved return
14842         receipt check button to the correct place.
14843
14844 2001-03-13 [alfons]
14845
14846         * src/prefs_common.c: 
14847                 moved return receipt check button to the Send tab. (prefs_send_create)
14848                 removed the date format ui related globals. (prefs_display_create)
14849
14850         0.4.67claws3
14851         
14852         * sync with sylpheed 0.4.67cvs5-6
14853
14854 2001-05-13 [paul]
14855
14856         * added Alfons' font selection patch
14857
14858         * src/defs.h
14859         * src/headerwindow.c
14860         * src/prefs_common.c
14861         * src/prefs_common.h
14862
14863 2001-05-13 [hoa]
14864         * src/defs.h
14865                 changed version of cache
14866         * src/matcher.[ch]
14867         * src/prefs_matcher.c
14868                 added additionnal matching criteria
14869         * src/procheader.c
14870         * src/procmsg.[ch]
14871         * src/news.c
14872                 added references in MsgInfo
14873
14874 2001-05-12 [hoa]
14875
14876         * src/defs.h
14877                 prepared some things for new filtering
14878         * src/matcher.[ch]
14879                 added some matching properties
14880                 inreplyto need to be enhanced
14881                 prepared some things for new filtering
14882         * src/messageview.c
14883                 added Return-Receipt-To handling
14884         * src/prefs_folder_item.c
14885                 changed default value to TRUE
14886         * src/prefs_matcher.c
14887                 added some matching properties
14888         * src/prefs_scoring.[ch]
14889                 the scoring dialog is finished
14890         * src/procheader.c
14891                 added Return-Receipt-To handling
14892                 Reference need to be added
14893         * src/procmsg.[ch]
14894                 added Return-Receipt-To handling
14895                 added threadscore to get a better score sorting when
14896                 threads are enabled
14897         * src/summaryview.c
14898                 suppressed a bug when we sort the list
14899                 when no folder is opened.
14900                 better score sorting when threads are enabled
14901
14902 2001-05-12 [alfons]
14903
14904         * reverted previous patch because of potential errors 
14905
14906         0.4.67claws2
14907         
14908         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14909                 applied "toggle mail-retrieval dialog window" patch submitted 
14910                 by Eric Limpens <eric@qnt.net>
14911
14912         * sync with sylpheed 0.4.67cvs4
14913
14914 2001-05-12 [sergey]
14915
14916         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14917         some picky compilers.
14918         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14919         * src/grouplist_dialog.c: include alertpanel.h.
14920         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14921         fix compile warning.
14922         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14923         #include "defs.h" before others to prevent the warning of `MIN'
14924         and `MAX' redefinition.
14925
14926 2001-05-11 [hoa]
14927
14928         * src/main.c
14929         * src/messageview.c
14930         * src/prefs_account.c
14931         * src/prefs_display_header.c
14932                 removed warning
14933         * src/Makefile.am
14934                 added prefs_scoring.[ch]
14935         * src/grouplist_dialog.c
14936                 display an error dialog box if the group list
14937                 cannot be fetched.
14938         * src/mainwindow.[ch]
14939                 added main_window_set_thread_option() function
14940                 scoring dialog box enabled
14941         * src/matcher.[ch]
14942                 added flags matching unread /new / marked
14943                 / deleted / replied / forwarded
14944         * src/news.c
14945                 newsgroups are now finally in newscache
14946         * src/prefs_matcher.[ch]
14947                 finished preferences for matching dialog
14948         * added src/prefs_scoring.[ch]
14949                 scoring dialog box completed
14950         * src/scoring.[ch]
14951                 conversion to string : added scoringprop_to_string()
14952                 write config for preferences :
14953                 added prefs_scoring_write_config()
14954         * src/summaryview.c
14955                 threads can be enabled/disabled independently
14956                 for each folder
14957
14958 2001-05-10 [alfons]
14959
14960         0.4.67claws1
14961         
14962         * AUTHORS: 
14963                 thought it would be nice to have a list of all
14964                 contributors (used Changelog as a reference)
14965         
14966         * configure.in: 
14967                 messed up version numbering...
14968
14969         0.4.66claws1
14970
14971         * sync with sylpheed 0.4.67cvs1-3
14972
14973 2001-05-10 [darko]
14974
14975         * src/prefs_common.c:
14976                 better UI for strftime format, double clicking
14977                 on format now inserts the format in text entry
14978                 replaced close button with standard OK/Cancel
14979                 moved date format button to the right of the
14980                 text entry field
14981
14982 2001-05-09 [alfons]
14983
14984         * src/gtkstext.c:
14985                 Ctrl-Home / Ctrl-End have proper cursor navigation
14986
14987 2001-05-09 [hoa]
14988
14989         * src/prefs_matcher.c
14990                 finished UI to define matching properties
14991                 added ok and cancel button
14992         * src/prefs_filter.c
14993                 added ok and cancel button
14994         * src/news.c
14995                 fixed some bug in xhdr parsing
14996
14997 2001-05-08 [alfons]
14998
14999         * src/textview.c: 
15000                 fixed a bug in textview_show_header(), which displayed two colons (':');
15001                 cleaned up some warnings
15002
15003 2001-05-08 [hoa]
15004
15005         * src/Makefile.am
15006                 added prefs_matcher.[ch]
15007                 compilation with -W -Wall
15008         * src/alertpanel.c
15009                 ungrab the mouse events if grabbed - does it
15010                 fix the bug for disposition notification ?
15011         * src/mainwindow.c
15012                 added a menu option to open the matching dialog.
15013         * src/matcher.[ch]
15014                 added matcherprop_to_string() and matcherlist_to_string()
15015                 fixed some bugs, changed the name of some options
15016                 age_sup and age_inf becomes age_greater and age_lower,
15017                 body and messageheaders becomes body_part and headers_part,
15018                 changed the names of constants from SCORING_XXX to MATCHING_XXX
15019         * src/prefs_display_header.c
15020         * src/prefs_headers.c
15021                 fixed a bug that accidentally destroyed dialogs
15022                 when closed them with delete_event
15023                 Added *_deleted() which handle delete_event signal correctly.
15024         * src/prefs_folder_item.[ch]
15025                 added "enable_thread" field for future customization
15026         * added src/prefs_matcher.[ch]
15027                 sample of the UI to define matching properties
15028         * src/procheader.c
15029                 using procheader_headername_equal instead of str*cmp functions
15030                 using procheader_parse_header() function
15031         * src/scoring.c
15032                 using MATCHING_XXX instead of SCORING_XXX
15033         * src/summaryview.c
15034                 display the sender of the news even if this is ourself
15035                 when this is a news message.
15036         * src/textview.c
15037                 using headername_equal() instead of str*cmp functions
15038
15039 2001-05-08 [alfons]
15040
15041         0.4.66claws
15042
15043         * sync with sylpheed 0.4.66
15044         * src/gtkstext.c: trace logs added 
15045
15046 2001-05-08 [sergey]
15047
15048         * src/prefs_common.[ch]: added option to enable/disable GnuPG
15049         signature check popup.
15050         * src/rfc2015.c (check_signature): show signature check popup only
15051         if it is enabled in preferences.
15052
15053 2001-05-07 [alfons]
15054
15055         0.4.66claws4
15056         
15057         * sync with sylpheed 0.4.66cvs6
15058
15059 2001-05-07 [darko]
15060
15061         * src/prefs_common.[ch]: added option to enable/disable
15062           looking up sender name in address book for summary pane
15063         * src/summaryview.c: look up sender in the address book
15064           by using Alfons' address completion code
15065
15066 2001-05-07 [hiroyuki]
15067
15068         * src/inc.h
15069           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15070           member of Pop3State.
15071         * src/news.c: brought #include "defs.h" before #include <glib.h>
15072           to prevent the warning of `MIN' and `MAX' redefinition.
15073
15074 2001-05-06 [hoa]
15075
15076         * removed src/headers_display.[ch]
15077         * removed src/prefs_display_headers.[ch]
15078         * src/inc.c
15079                 use a temporary file in the user directory for mbox import
15080         * src/news.c
15081                 added XHDR support to get "To" and "Cc" headers
15082                 (in order to match news with to or cc field for
15083                 scoring)
15084                 added function news_parse_xhdr() to get XHDR response
15085         * src/nntp.[ch]
15086                 added function nntp_xhdr()
15087         * src/matcher.c
15088                 fetch the message if necessary
15089
15090 2001-05-06 [alfons]
15091
15092         0.4.66claws3
15093
15094         * sync with sylpheed 0.4.66cvs3-5
15095
15096 2001-05-06 [hoa]
15097
15098         * src/utils.[ch]
15099                 added function itos_buf() to enable use of several buffers
15100         * src/summaryview.c
15101                 use of itos_buf() instead of itos() in summary list
15102                 to fix the broken display of message number.
15103
15104 2001-05-06 [alfons]
15105
15106         * src/gtkstext.c: bug in cursor up navigation fixed,
15107                 fixed another unsigned / signed comparison (we're getting there :-)
15108
15109 2001-05-06 [hoa]
15110
15111         * src/Makefile.am
15112                 added scoring.c scoring.h
15113                 prefs_folder_item.c prefs_folder_item.h
15114                 matcher.c matcher.h
15115         * src/defs.h
15116                 added FOLDERITEM_RC SCORING_RC
15117         * src/folder.[ch]
15118                 added prefs field in FolderItem :
15119                 properties for each folder (PrefsFolderItem),
15120                 sorting type and mode were added as the first properties.
15121         * src/main.c
15122                 read config for scoring
15123         * added src/matcher.[ch]
15124                 gives functions to parse configuration file to do
15125                 matching on mails with a list of conditions.
15126         * src/mainwindow.c
15127                 add option to sort by score
15128         * src/prefs_common.[ch]
15129                 added preference option to show score and for
15130                 the score column size
15131         * added src/prefs_folder_item.[ch]
15132                 properties for each folder (PrefsFolderItem),
15133                 sorting type and mode were added as the first properties.
15134         * src/procheader.[ch]
15135                 added procheader_parse_header()
15136                 added procheader_header_free()
15137                 added procheader_headername_equal()
15138                 and made modification to use them.
15139         * src/procmsg.[ch]
15140                 added score field to MsgInfo structure
15141         * added src/scoring.[ch]
15142                 gives functions to parse configuration file to do
15143                 scoring on mails with a list of conditions.
15144         * src/summaryview.[ch]
15145                 save the sorting type and mode for the folder
15146                 added column to display the score of the mail
15147                 added function summary_score_clicked()
15148                 sorting type and mode are restored to the folder
15149                 when it is reopen
15150         * src/textview.c
15151                 use procheader_parse_header(), procheader_headername_equal()
15152                 removed memory leak in text_scan_header when freeing headers
15153         * src/filter.c
15154                 changed the function to match names of headers
15155                 using procheader_headername_equal()
15156
15157         Scoring functions are implemented, an interface is needed
15158         to configure that.
15159
15160 2001-05-04 [alfons]
15161
15162         * src/gtkstext.c: 
15163                 hopefully fixed the row up navigation bug,
15164                 removed adding back / forward lines to cache
15165
15166 2001-05-04 [sergey]
15167
15168         * src/prefs_display_headers.c: user interface changes:
15169         (prefs_display_headers_create): remove unused "Show" check button;
15170         allow reordering of headers by dragging.
15171         (prefs_display_headers_write_config): remove unused variables.
15172         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15173         of lists (not needed with the new UI).
15174         (prefs_display_headers_set_list): scan lists starting from row 0,
15175         not 1 (do not skip "(New)").
15176         (prefs_display_headers_find_header): new function.
15177         (prefs_display_headers_clist_set_row): do not allow duplicates.
15178         (prefs_display_headers_delete_cb): do not skip row 0; treat
15179         closing the alert window by ESC as "No".
15180         (prefs_display_headers_up): do not protect row 0.
15181         (prefs_display_headers_down): do not protect row 0.
15182
15183 2001-05-04 [sergey]
15184
15185         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15186         functions.
15187
15188         * src/summaryview.c
15189         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15190         summary_select_next_marked, summary_select_prev_marked): new
15191         functions.
15192
15193 2001-05-03 [sergey]
15194
15195         * src/news.c: fixed a bug when no article can be fetched after
15196         server timeout if the connection was restored by news_post():
15197         (news_select_group): new function.
15198         (news_fetch_msg): call news_select_group() before fetching
15199         article.
15200         (news_get_uncached_articles): set session->group after successful
15201         GROUP command.
15202
15203 2001-05-03 [hoa]
15204
15205         * src/defs.h
15206         * src/procmsg.[ch]
15207         * src/procheader.c
15208                  changed version of cache, added cc field
15209
15210         * src/prefs_display_headers.c
15211                 the interface was changed
15212
15213         * src/prefs_headers.c
15214                 added cancel button
15215
15216 2001-05-03 [alfons]
15217
15218         * completed sync of sylpheed cvs2
15219         * src/gtkstext.c: updated row up / down cursor navigation
15220         * src/textview.c: re-edited, prepared for fixing the email address
15221                 scanner.
15222
15223 2001-05-03 [darko]
15224
15225         * src/prefs_common.c: use alfons' strftime ui code
15226         entry_datefmt and datefmt_sample widgets have to be
15227         global in this module because of this change
15228
15229 2001-05-03 [hoa]
15230
15231         * src/messageview.c
15232         * src/prefs_common.[ch] added option to activate the return receipt
15233                 feature.
15234
15235 2001-05-02 [alfons]
15236
15237         * src/gtkstext.c: fix for row up/down cursor navigation. 
15238
15239         0.4.66claws2
15240         
15241         * sync with 0.4.66cvs2
15242
15243 2001-05-02 [paul]
15244
15245         added add-sender-to-addressbook patch
15246
15247         * src/addressbook.c
15248         * src/addressbook.h
15249         * src/summaryview.c
15250
15251 2001-05-02 [sergey]
15252
15253         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15254         G_ALERTDISABLE.
15255
15256         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15257         all existing callers changed to pass FALSE; create a check button
15258         to disable the message.
15259         (alertpanel_message_with_disable): new function.
15260         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15261         (alertpanel_button_toggled): new function.
15262         (alertpanel_button_clicked, alertpanel_close): set value using
15263         G_ALERT_VALUE_MASK.
15264
15265         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15266
15267         * src/prefs_common.c (prefs_privacy_create): new check button
15268         checkbtn_gpgme_warning.
15269
15270         * src/main.c (main): moved preferences reading before gpgme
15271         initialization; check prefs_common.gpgme_warning before giving the
15272         GnuPG warning and set it to FALSE if the user wants to disable the
15273         warning.
15274
15275 2001-05-02 [hiroyuki]
15276
15277         * src/prefs_display_headers.c: modified the layout and some labels.
15278
15279 2001-05-02 [sergey]
15280
15281         * src/prefs_account.c (prefs_account_fix_size): new function.
15282         (prefs_account_create): call prefs_account_fix_size(); use
15283         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15284         size when the window is shown for the first time).
15285         (prefs_account_basic_create): changed layout of serv_table; moved
15286         localmbox_entry above smtpserv_entry (logically it replaces
15287         POP3/IMAP server).
15288         (prefs_account_protocol_activated): set sensitivity of
15289         nntpauth_chkbtn according to the protocol (in addition to
15290         hide/show); commented out gtk_table_set_row_spacing() calls.
15291         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15292         not sensitive (fixes a bug with disabled username/password boxes
15293         when editing POP3 account after NNTP with authentication).
15294
15295 2001-05-02 [hoa]
15296
15297         * src/account.c
15298         * src/inc.c
15299         * src/prefs_account.[ch]
15300         * src/send.c
15301                 removed local account without SMTP server
15302                 added option to use mail command instead of a connexion
15303                 to SMTP server when a local account is used
15304         * src/prefs_headers.c
15305                 fixed a bug
15306         * src/news.c
15307                 fixed a bug when connexion immediately closed
15308
15309 2001-05-01 [alfons]
15310
15311         0.4.66claws1
15312         
15313         * sync with 0.4.65
15314
15315 2001-05-01 [sergey]
15316
15317         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15318         widget nntpauth_chkbtn.
15319         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15320         visibility.
15321         (prefs_account_nntpauth_toggled): new function.
15322
15323         * src/news.c (news_session_new_for_folder): use NNTP
15324         authentication only if ac->use_nntp_auth is set.
15325
15326 2001-05-01 [hoa]
15327
15328         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15329         * src/prefs_display_headers.c changed the UI
15330         * src/prefs_headers.c changed account_name to account_id
15331         * src/compose.c using customheader.h
15332
15333 2001-05-01 [hiroyuki]
15334
15335         * src/esmtp.c
15336           src/news.c
15337           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15338           unsynched.
15339
15340 2001-05-01 [hoa]
15341
15342         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15343         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15344                 for displaying of headers
15345         * src/grouplist_dialog.[ch] minor changes to remove warnings
15346         * src/prefs_display_headers.[ch] dialog to choose the
15347         headers to display in the mail viewer.
15348         * src/headers.h correction of #define
15349         * src/headers_display.[ch] configuration for displaying of headers.
15350         * src/main.c read config of displaying of headers
15351         * src/prefs_common.c add a button to access the config dialog
15352                 for displaying of headers
15353         * src/prefs_display_headers.[ch] dialog for configuration for
15354                 displaying of the headers.
15355         * src/prefs_headers.c cleaning of code
15356         * src/procheader.c comments added to code
15357         * src/textview.c changes to reorder the headers depending
15358                 on the config for displaying of headers
15359
15360 2001-04-30 [alfons]
15361
15362         0.4.65claws7
15363
15364         * sync with 0.4.65cvs12
15365
15366         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15367
15368 2001-04-30 [sergey]
15369
15370         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15371
15372         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15373         is set to force reconnection after authentication failure.
15374         (nntp_gen_command): set sock->auth_failed on authentication
15375         failure, or if sock->userid and sock->passwd are not set.
15376
15377         * src/news.c (news_session_new_for_folder): set userid=NULL if
15378         password dialog is cancelled.
15379
15380 2001-04-30 [sergey]
15381
15382         * src/nntp.h (NNTPSockInfo): new type.
15383
15384         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15385         SockInfo.
15386         (nntp_open_auth, nntp_close): new functions.
15387         (nntp_gen_command): new function to handle authentication; all
15388         NNTP command functions updated to use it.
15389         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15390         (nntp_list): removed old useless code.
15391
15392         * src/news.h (NNTPSession): new field nntp_sock.
15393
15394         * src/news.c: all functions updated to use NNTPSockInfo instead of
15395         SockInfo.
15396         (news_session_new): new arguments (userid, passwd); made static;
15397         use nntp_open_auth() if needed.
15398         (news_session_destroy): use nntp_close() instead of sock_close().
15399         (news_query_password): changed arguments.
15400         (news_session_new_for_folder): new function.
15401         (news_session_get): use news_session_new_for_folder().
15402         (news_authenticate): deleted.
15403         (news_get_uncached_articles): removed old authentication code.
15404
15405 2001-04-30 [sergey]
15406
15407         * src/news.c: reverted my previous changes (need to do NNTP
15408         authentication in a cleaner way).
15409         
15410 2001-04-29 [sergey]
15411
15412         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15413         news_nntp_post, news_nntp_mode): new functions (wrappers with
15414         authentication support).
15415         (news_get_article_cmd, news_get_article, news_get_header): new
15416         argument "folder"; all callers changed.
15417         (news_get_article_cmd): added authentication support.
15418         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15419         (news_post): use news_nntp_post() instead of nntp_post().
15420         (news_get_uncached_articles): use news_nntp_group() instead of
15421         nntp_group() and news_nntp_xover() instead of nntp_xover();
15422         removed old authentication code.
15423         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15424
15425         * src/nntp.c (nntp_list): return real error code instead of
15426         hardcoded NN_ERROR.
15427
15428 2001-04-29 [sergey]
15429
15430         * configure.in: fixed wint_t typedef detection again
15431
15432 2001-04-28 [hoa]
15433
15434         * src/prefs_account.[ch], added A_LOCAL_CMD
15435                 (send mail with mail command)
15436         * src/send.c added function send_message_with_command()
15437         * src/inc.c made a more secure get_spool() function with
15438                 mktemp() but maybe mkstemp() or something more
15439                 secure can be used.
15440
15441 2001-04-28 [alfons]
15442
15443         * src/textview.c, colorization of email addresses in headers
15444
15445         0.4.65claws6
15446
15447         * bug sync with sylpheed
15448         * prefs_common.c: created date format ui for darko
15449         * sync with 0.4.65cvs11
15450         * configure.in: corrected to have the new gpg checks
15451
15452 2001-04-27 [alfons]
15453
15454         * completed sync with 0.4.65cvs10
15455         * minor debug things added to gtkstext.c
15456
15457 2001-04-27 [darko]
15458
15459         * configure.in: remove check for availability of
15460           strftime() as advised by Hiroyuki
15461         * src/prefs_common.[ch], src/procheader.c:
15462           synch strftime() code with Hiroyki's main branch
15463
15464 2001-04-26 [sergey]
15465
15466         * src/news.c: news_query_password(), news_authenticate(): new
15467           functions.
15468           news_get_uncached_articles(): added NNTP authentication
15469           handling.
15470         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15471           new functions.
15472         * src/prefs_account.c: prefs_account_protocol_activated():
15473           enable userid and password fields for NNTP.
15474
15475 2001-04-26
15476
15477         * configure.in: check for availability of strftime()
15478           [darko]
15479         * src/prefs_common.[ch], src/procheader.c: use
15480           strftime() for displaying date in summary pane if it
15481           is available
15482
15483 2001-04-25
15484
15485         * more .cvsignore cleanups [alfons]
15486
15487 2001-04-25
15488
15489         * ac/sv-check-type.m4: new autoconf macro.
15490         * configure.in: fixed wint_t typedef detection (did not work
15491           with gcc-2.96).
15492
15493 2001-04-25
15494
15495         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15496           [hiroyuki]
15497
15498 2001-04-24
15499         * modified gtkstext.c : buggy cursor navigation fixed, 
15500           and font descent also taken in account when drawing
15501           cursor. [alfons]
15502
15503 2001-04-24 [hoa]
15504         * added comments in src/news.c src/nntp.c
15505         * added src/prefs_headers.[ch]
15506         * added src/headers.[ch]
15507         * modified compose.c to activate custom headers
15508                 added function is_in_custom_headers
15509         * modified prefs_account.[ch]
15510                 added function prefs_account_customhdr_edit
15511         * modified src/defs.h :
15512                 added HEADERS_RC : name of the config file
15513                 for the custom headers
15514
15515 2001-04-24
15516
15517     0.4.65claws5
15518
15519         * configure.in
15520           src/gtkstext.[ch]
15521           src/compose.c
15522           src/Makefile.am
15523           
15524           added gtkstext with configure.in patch by Hiroyuki which
15525           should fix the XIM detection [alfons]
15526
15527         * more clean up of cvs [alfons]
15528
15529                  * removed all Makefile.in files to attic.
15530
15531                  * updated all .cvsignores to really ignore things that could
15532                    be unintentionally committed by a recursive commit.
15533
15534 2001-04-23 [hoa]
15535         * added src/grouplist_dialog.[ch]
15536         * changed src/folderview.c to call grouplist_dialog instead
15537                 of inputdialog
15538         * src/news.c :
15539                 added functions news_reset_group_list
15540                 and news_get_group_list
15541         * src/nntp.c :
15542                 added function nntp_list
15543         * src/defs.h :
15544                 added GROUPLIST_FILE : name of the newsgroup list cache file
15545
15546 2001-04-21
15547
15548         * added option to warn about queued messages on exit [sergey]:
15549
15550           * src/compose.c: compose_queue(): call folder_item_scan()
15551             and folderview_update_item() after queueing.
15552           * src/folderview.c: folderview_update_node(): draw the queue
15553             folder in bold font if there are queued messages.
15554           * src/mainwindow.c: queued_messages(): new function.
15555             app_exit_cb(): display warning if there are queued messages
15556             if warn_queued_on_exit is set.
15557           * prefs_common.[ch]: add warn_queued_on_exit option.
15558
15559         * enhanced GnuPG key selection support [sergey]:
15560
15561           * src/select-keys.c: updated to newer version from Win32
15562             branch with support for selecting arbitrary keys.
15563           * src/prefs_account.c: added the Privacy tab to the account
15564             options window.
15565             prefs_account_privacy_create(),
15566             prefs_account_sign_key_set_data_from_radiobtn(),
15567             prefs_account_sign_key_set_radiobtn(): new functions.
15568           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15569           * src/rfc2015.c: set_signers(): new function.
15570             pgp_sign(): add the account parameter, call set_signers().
15571             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15572           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15573           * src/compose.c: pass the current account to rfc2015_sign().
15574
15575         * tag name claws added to prevent confusion with main branch [alfons]
15576
15577         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15578
15579         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15580
15581         * sync with recent sylpheed cvs. Untested though. [alfons]
15582