b234ff6115dc368de621976883f5ad242e31ade4
[claws.git] / ChangeLog.claws
1 2003-04-02 [christoph]  0.8.11claws70
2
3         * src/folder.[ch]
4         * src/imap.[ch]
5         * src/mbox_folder.[ch]
6         * src/mh.[ch]
7         * src/news.[ch]
8                 o Make all virtual folder functions private
9                 o remove unused folder code
10
11         * src/common/socket.[ch]
12         * src/summaryview.c
13                 fix warnings
14
15 2003-03-30 [alfons]     0.8.11claws69
16
17         * src/send_message.c
18                 remove two debug traces and see if people still report
19                 errors
20
21 2003-03-30 [alfons]     0.8.11claws68
22
23         * src/send_message.c
24         * src/commons/session.c
25                 add more debug traces
26
27 2003-03-30 [christoph]  0.8.11claws67
28
29         * src/folder.c
30                 change processing folder name from .processing to processing
31
32         * src/common/ssl.c
33                 disable SSL certificate check because it causes Xlib error
34                 when the child process want's to open an GTK window
35
36 2003-03-30 [christoph]  0.8.11claws66
37
38         * src/folder.c
39                 don't use default folder for processing folder item because
40                 it can be a non local folder
41
42         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
43
44 2003-03-30 [alfons]     0.8.11claws65
45
46         * src/send_message.c
47                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
48                 to generate bad code for 'send_send_data_progressive': When
49                 called from 'send_send_data_finished', the 'data' pointer is
50                 cleared just before the assignment to the dialog pointer
51
52 2003-03-29 [christoph]  0.8.11claws64
53
54         * src/common/prefs.h
55         * src/plugins/image_viewer/Makefile.am
56         * src/plugins/image_viewer/plugin.c
57         * src/plugins/image_viewer/viewer.[ch]
58         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
59                 add PrefsPage for ImageViewer
60
61 2003-03-28 [thorsten]   0.8.11claws63
62
63         * src/common/session.c
64                 added some comments
65
66 2003-03-28 [paul]       0.8.11claws62
67
68         * sync with 0.8.11cvs16
69                 see ChangeLog 2003-03-28
70
71 2003-03-28 [paul]       0.8.11claws61
72
73         * sync with 0.8.11cvs15
74                 see ChangeLog 2003-03-28
75
76 2003-03-27 [christoph]  0.8.11claws60
77
78         * src/folder.c
79         * src/imap.c
80         * src/common/socket.[ch]
81                 set socket state to DISCONNECTED when any operation
82                 fails to allow reconnecting in IMAP code without
83                 checking the return code of all calls to the command
84                 functions
85
86         * src/folderview.c
87         * src/summaryview.c
88                 remove some more stuff that depends on specific
89                 folder types
90
91 2003-03-27 [paul]       0.8.11claws59
92
93         * sync with 0.8.11cvs14
94                 see ChangeLog 2003-03-27
95                 
96         * src/selective_download.[ch]   ** REMOVED **
97                 really removed
98
99 2003-03-27 [christoph]  0.8.11claws58
100
101         * src/folder.c
102                 fix handling of tmp_flags in flag copy function
103
104 2003-03-27 [paul]       0.8.11claws57
105
106         * sync with 0.8.11cvs13
107                 see ChangeLog 2003-03-27
108
109 2003-03-27 [oliver]     0.8.11claws56
110
111         * src/maiwindow.c
112                 remove sel_download_cb
113
114 2003-03-27 [oliver]     0.8.11claws55
115         
116         * src/inc.c
117                 remove POP3_TOP
118         
119 2003-03-26 [oliver]     0.8.11claws54
120
121         *src/pop.h
122                 remove POP3_TOP*
123         * README.claws
124                 remove selective donwload readme
125
126 2003-03-26 [oliver]     0.8.11claws53
127         * src/matcher.[ch]
128         * src/matcher_parser_parse.y 
129         * src/pop.c 
130         * src/prefs_account.[ch]
131         * src/prefs_filtering.c
132                 remove selective donwload
133
134 2003-03-26 [oliver]     0.8.11claws52
135
136         * src/inc.[ch] 
137         * src/filtering.c 
138         * src/mainwindow.c 
139                 remove selective donwload
140
141 2003-03-26 [oliver]     0.8.11claws51
142         
143         * src/Makefile.am
144         * src/selective_download.[ch]   ** REMOVE **    
145
146 2003-03-26 [christoph]  0.8.11claws50
147
148         * src/news.c
149                 fix NEWS that got broken by a sync with sylpheed-main
150
151 2003-03-26 [christoph]  0.8.11claws49
152
153         * src/mimeview.c
154                 fix mime type guessing when no mime type is found for a file
155
156 2003-03-25 [christoph]  0.8.11claws48
157
158         * src/mimeview.c
159         * src/procmime.c
160                 remove mime type guessing from mime parser and use
161                 name based mime types in viewer lookup for mime type
162                 application/octet-stream
163
164 2003-03-25 [christoph]  0.8.11claws47
165
166         * doc-src/readme.txt
167         * doc-src/rfc2554.txt
168                 add RFC about SMTP AUTH
169
170         * src/send_message.c
171         * src/common/smtp.[ch]
172                 add extra error code for authentication errors and
173                 clear temporary password when this error occurs
174
175         (closes Bug 84 authentication failure while sending should
176          prompt for password again)
177
178 2003-03-25 [christoph]  0.8.11claws46
179
180         * configure.ac
181         * src/Makefile.am
182         * src/imageview.[ch]                            ** REMOVE **
183         * src/messageview.[ch]
184         * src/mimeview.[ch]
185         * src/prefs_common.[ch]
186         * src/textview.c
187         * src/plugins/Makefile.am
188         * src/plugins/image_viewer/.cvsignore           ** NEW **
189         * src/plugins/image_viewer/Makefile.am          ** NEW **
190         * src/plugins/image_viewer/plugin.c             ** NEW **
191         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
192                 move image viewer into a plugin (building is enabled by default)
193                 [ToDo: Prefs for resize and autoview]
194
195 2003-03-25 [paul]       0.8.11claws45
196
197         * sync with 0.8.11cvs12
198                 see ChangeLog 2003-03-26
199
200 2003-03-25 [paul]       0.8.11claws44
201
202         * sync with 0.8.11cvs11
203                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
204                 
205         Note: Selective Download is broken.
206                 
207 2003-03-22 [christoph]  0.8.11claws43
208
209         * src/folder.c
210                 code cleanup for flags copying
211
212 2003-03-22 [christoph]  0.8.11claws42
213
214         * src/plugins/trayicon/trayicon.c
215                 fix setting the transparent area when the window size
216                 is forced by the system tray
217
218 2003-03-22 [christoph]  0.8.11claws41
219
220         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
221         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
222         * src/plugins/trayicon/newmail.xpm              ** NEW **
223         * src/plugins/trayicon/nomail.xpm               ** NEW **
224         * src/plugins/trayicon/trayicon.c
225         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
226                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
227                 o add icon for unread mails
228                 o set transparency for window
229
230 2003-03-22 [christoph]  0.8.11claws40
231
232         * src/news.c
233                 init news session to prevent crash when session is closed
234
235 2003-03-22 [christoph]  0.8.11claws39
236
237         * src/imap.c
238         * src/common/session.[ch]
239                 Init session data to make sure we don't have invalid pointers
240                 for read_ch and write_ch when new multi process sessions are
241                 not used
242
243         * src/main.c
244         * src/common/plugin.c
245         * src/common/sylpheed.c
246         * src/plugins/demo/demo.c
247         * src/plugins/dillo_viewer/dillo_viewer.c
248         * src/plugins/mathml_viewer/mathml_viewer.c
249         * src/plugins/spamassassin/spamassassin.c
250         * src/plugins/spamassassin/spamassassin_gtk.c
251                 add plugin types to allow loading plugins at different times
252                 (and maybe for different frontends), because it's not good to
253                 load GTK-Plugins gefore gtk_init was called
254
255         * configure.ac
256         * src/plugins/Makefile.am
257         * src/plugins/trayicon/.cvsignore               ** NEW **
258         * src/plugins/trayicon/Makefile.am              ** NEW **
259         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
260         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
261         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
262         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
263         * src/plugins/trayicon/trayicon.c               ** NEW **
264                 New Trayicon plugin that shows an icon in a systray that uses
265                 XEMBED protocol like Gnome's systray. Icon shows if there
266                 are new mails and a tooltip shows information about new,
267                 unread and total messages.
268
269 2003-03-22 [paul]       0.8.11claws38
270
271         * src/common/smtp.c
272                 fix ESMTP AUTH CRAM-MD5
273                 [sync with main (still version 0.8.11cvs6), see
274                  ChangeLog 2003-03-22]
275
276 2003-03-21 [colin]      0.8.11claws37
277
278         * src/send_message.c
279                 Fix USE_SSL => USE_OPENSSL
280
281 2003-03-21 [colin]      0.8.11claws36
282
283         * src/folderview.c
284                 Fix counts in drag and dropped subfolders
285
286 2003-03-21 [colin]      0.8.11claws35
287
288         * src/folder.c 
289         * src/folderview.c
290                 speed up a bit folder dnd
291
292 2003-03-20 [alfons]     0.8.11claws34
293
294         * src/main.c
295         * src/toolbar.c
296         * src/procmsg.c
297                 don't send locked queue messages
298                 (feature request "[ 705245 ] Locking message in outbox 
299                  should prevent sending")
300
301 2003-03-20 [christoph]  0.8.11claws33
302
303         * src/folder.c
304                 remove NEW and UNREAD flag in special folders when scanning
305                 
306         * src/common/smtp.c
307                 fix ESMTP AUTH CRAM-MD5
308
309 2003-03-20 [paul]       0.8.11claws32
310
311         * src/prefs_account.c
312                 Re-write 'Tunnel command to open connection' as
313                 'Use command to communicate with server', and disable
314                 it for all except IMAP accounts
315
316 2003-03-20 [paul]       0.8.11claws31
317
318         * sync with 0.8.11cvs6
319                 see ChangeLog 2003-03-20
320
321 2003-03-19 [match]      0.8.11claws30
322
323         * src/addritem.[ch]
324                 include documentation. minor refactoring.
325         * src/addr_compl.[ch]
326         * src/addrindex.[ch]
327         * src/addresbook.[ch]
328         * src/summaryview.c
329                 re-enable address lookup (was disabled in
330                 0.8.11claws20).
331
332 2003-03-19 [christoph]  0.8.11claws29
333
334         * src/procmsg.c
335                 add temp flag handling, will make moving and copying
336                 messages possible again
337
338         * src/folder.c
339                 correct calulation of folder stats
340
341 2003-03-18 [match]      0.8.11claws28
342
343         * src/editgroup.h
344                 remove case sensitive comparison (closes bug 80).
345
346 2003-03-18 [christoph]  0.8.11claws27
347
348         * src/imap.c
349                 fix imap using a tunnel command
350
351         (closes bug 87)
352
353 2003-03-18 [christoph]  0.8.11claws26
354
355         * src/folder.[ch]
356         * src/imap.c
357         * src/procmsg.[ch]
358                 rewrite flag handling for folders
359
360 2003-03-18 [christoph]  0.8.11claws25
361
362         * src/folder.c
363         * src/procmsg.c
364         * src/summaryview.c
365                 unset NEW and UNREAD flags when message is ignored, to make
366                 sure messages don't show up as unread on other IMAP clients,
367                 because the IGNORE_THREAD flag can not be syncronized through
368                 the IMAP folder
369
370 2003-03-17 [christoph]  0.8.11claws24
371
372         * src/imap.c
373                 don't use recursion to fetch uids when the number of messages
374                 does not match. Moved code into subfunction that is used
375                 again when needed, to prevent an endless loop.
376
377 2003-03-17 [thorsten]   0.8.11claws23
378
379         * src/imageview.[ch]
380                 export imageview_get_resized_size() (for plugins)
381         * src/prefs_common.[ch]
382                 added prefs_common_get() (for plugins)
383
384 2003-03-17 [christoph]  0.8.11claws22
385
386         * src/imap.c
387                 o remove UID guessing from copy code
388                 o support UIDPLUS extension for APPEND command
389
390 2003-03-17 [paul]       0.8.11claws21
391
392         * src/gtk/about.c
393                 remove 'Compiled-plugins' section.
394                 
395         * src/plugins/dillo_viewer/dillo_viewer.c
396                 slight change to description text
397
398 2003-03-16 [match]      0.8.11claws20
399         * src/ldapserver.[ch]           ** NEW **
400         * src/ldapctrl.[ch]             ** NEW **
401         * src/ldapquery.[ch]            ** NEW **
402         * src/ldaputil.[ch]             ** NEW **
403         * src/addrcindex.[ch]           ** NEW **
404         * src/addrquery.h               ** NEW **
405         * src/addritem.[ch]
406         * src/addrcache.[ch]
407         * src/addrindex.[ch]
408         * src/addr_compl.[ch]
409         * src/addressbook.[ch]
410         * src/addrbook.[ch]
411         * src/editgroup.c
412         * src/editaddress.c
413         * src/editldap.c
414         * src/editldap_basedn.c
415         * src/vcard.c
416         * src/jpilot.c
417         * src/Makefile.am
418                 included dynamic LDAP queries. improved address
419                 completion.
420
421 2003-03-16 [paul]       0.8.11claws19
422
423         * tools/multiwebsearch.pl
424                 fix a fatal typo
425
426 2003-03-16 [christoph]  0.8.11claws18
427
428         * src/mimeview.c
429         * src/plugins/dillo_viewer/dillo_viewer.c
430         * src/plugins/mathml_viewer/mathml_viewer.c
431                 make unregistering of MimeViewerFactorys possible
432
433 2003-03-16 [alfons]     0.8.11claws17
434
435         * configure.ac
436                 correct typo
437
438 2003-03-16 [melvin]     0.8.11claws16
439
440         * src/plugins/dillo_viewer.c
441                 Fixed bug where it was not possible to view more than
442                 one text/html attachment per message (bug discovered
443                 by Christoph Hohmann).
444
445 2003-03-15 [melvin]     0.8.11claws15
446
447         * src/prefs_actions.c
448                 Fixed compilation warnings.
449
450 2003-03-15 [melvin]     0.8.11claws14
451
452         * src/plugins/Makefile.am
453         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
454         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
455         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
456                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
457                 newer (http://dillo.auriga.wearlab.de/).
458
459 2003-03-15 [christoph]  0.8.11claws13
460
461         * src/imap.c
462                 don't query imap folder for attributes because we already
463                 for them from imap_status
464
465         * src/mimeview.[ch]
466                 add support for plugable MimeViewers (unloading Viewers
467                 not yet complete)
468
469         * src/plugins/Makefile.am
470         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
471         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
472         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
473                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
474                 widget from http://helm.cs.unibo.it/mml-widget/
475
476 2003-03-14 [christoph]  0.8.11claws12
477
478         * src/folder.[ch]
479                 o error return code's should better be negative
480                 o replace printf with debug_print
481
482         * src/imap.c
483                 improve IMAP folder scan by checking UID-NEXT
484
485         * src/summaryview.c
486                 remove check that are unnecessary in my opinion
487
488 2003-03-13 [christoph]  0.8.11claws11
489
490         * src/folder.[ch]
491         * src/foldersel.c
492         * src/folderview.c
493         * src/imap.c
494         * src/mbox_folder.c
495         * src/mh.c
496         * src/news.c
497         * src/prefs_scoring.c
498         * src/summaryview.c
499                 use a common function to get a displayable name
500                 for a FolderItem
501
502 2003-03-13 [paul]       0.8.11claws10
503
504         * tools/Makefile.am
505           tools/README
506           tools/multiwebsearch.conf     ** NEW FILE **
507           tools/multiwebsearch.pl       ** NEW FILE **
508                 add multiwebsearch Actions script
509
510 2003-03-13 [colin]      0.8.11claws9
511
512         * src/compose.c
513                 Remove leading emtpy lines from quoted text
514                 before quoting it
515
516 2003-03-13 [melvin]     0.8.11claws8
517
518         * src/prefs_actions.c
519                 Fixed a memory leak
520                 Code clean ups
521                 Added Cancel and OK buttons
522                 Corrected help text
523
524 2003-03-13 [christoph]  0.8.11claws7
525
526         * src/account.c
527         * src/folder.[ch]
528         * src/imap.c
529         * src/mainwindow.c
530         * src/mbox_folder.c
531         * src/mh.c
532         * src/news.c
533         * src/setup.c
534                 replace more folder type stuff with folder class stuff
535
536 2003-03-13 [melvin]     0.8.11claws6
537
538         * src/prefs_actions.c
539                 Added new tokens:
540                 %u: user provided argument
541                 %h: user provided argument (hidden on input)
542                 %s: current text selection in the message view 
543
544 2003-03-13 [paul]       0.8.11claws5
545
546         * sync with 0.8.11cvs5
547                 see ChangeLog 2003-03-11, 2003-03-12
548
549 2003-03-12 [christoph]  0.8.11claws4
550
551         * src/folder.c
552                 use folder class idstr when writing folderlist.xml
553
554         * src/folder.h
555         * src/imap.c
556         * src/news.c
557                 replace folder type checks with folder class checks
558
559 2003-03-12 [christoph]  0.8.11claws3
560
561         * src/folder.[ch]
562         * src/imap.[ch]
563         * src/main.c
564         * src/mbox_folder.[ch]
565         * src/mh.[ch]
566         * src/news.[ch]
567                 o create a list of known folder classes in the folder system
568                 o use folder class id strings for folder item identifiers
569
570 2003-03-12 [christoph]  0.8.11claws2
571
572         * src/imap.c
573                 fix imap uid validity check
574
575 2003-03-12 [christoph]  0.8.11claws1
576
577         * src/account.c
578         * src/folder.[ch]
579         * src/foldersel.c
580         * src/folderview.c
581         * src/imap.c
582         * src/mainwindow.c
583         * src/mbox_folder.c
584         * src/mh.c
585         * src/news.c
586         * src/prefs_scoring.c
587         * src/procmsg.c
588         * src/setup.c
589         * src/summaryview.c
590                 initial restructuring of folder system, seperating
591                 folders and folder classes
592
593 2003-03-12 [paul]       0.8.11claws
594
595         0.8.11claws release
596
597 2003-03-12 [christoph]
598
599         * src/gtk/prefswindow.c
600                 fix translation of "Page Index"
601
602 2003-03-12 [paul]       0.8.10claws110
603
604         a sync from 0.8.11cvs4 before the release
605
606         * src/common/utils.c
607                 subject_compare_for_sort(): allow null strings (fixes
608                 summary sorting).
609
610 2003-03-11 [paul]       0.8.10claws109
611
612         * po/es.po
613                 update Spanish translation, submitted by
614                 Ricardo Mones Lastra
615
616 2003-03-11 [melvin]     0.8.10claws108
617
618         * po/fr.po
619                 Updated French translations
620
621 2003-03-11 [paul]       0.8.10claws107
622
623         * manual/en/Makefile.am
624           manual/en/*.html
625                 update English manual, add a new page
626                 updated by Francois Barriere <fbarriere@atmel.fr>
627                 
628         * po/bg.po
629           po/it.po
630           po/sr.po
631                 update Bulgarian, Italian, and Serbian translations
632                 submitted by George Danchev, Alessandro Maestri, and
633                 Urke MMI
634
635 2003-03-10 [paul]       0.8.10claws106
636
637         * src/gtk/about.c
638           src/gtk/prefswindow.c
639                 make some strings translatable
640
641 2003-03-10 [darko]      0.8.10claws105
642
643         * src/compose.c
644                 code cleanup to make Hiro happy
645
646 2003-03-10 [paul]       0.8.10claws104
647
648         * sync with 0.8.11cvs2
649                 see ChangeLog 2003-03-10
650
651 2003-03-09 [melvin]     0.8.10claws103
652
653         * src/textview.c
654                 textview_set_font(): fix for message display in
655                 UTF-8 locales (thanks to Sergey Vlasov).
656                 (was unintentionnaly reverted in 0.8.6claws6)   
657
658 2003-03-08 [darko]      0.8.10claws102
659
660         * src/compose.c
661                 fix infinite loop in wrapping as reported
662                 by happycactus
663                 obsoletes patch #696482
664
665 2003-03-08 [christoph]  0.8.10claws101
666
667         * src/imap.c
668                 add workaround for IMAP servers that do not
669                 support the "UID SEARCH UID" command
670
671 2003-03-07 [christoph]  0.8.10claws100
672
673         * src/plugins/spamassassin/spamassassin.[ch]
674         * src/plugins/spamassassin/spamassassin_gtk.c
675                 code cleanup
676
677 2003-03-07 [paul]       0.8.10claws99
678
679         * po/es.po
680                 updated Spanish translation, submitted by
681                 Ricardo Mones Lastra
682
683 2003-03-07 [christoph]  0.8.10claws98
684
685         * src/send.c
686                 fix in 0.8.10claws94 was wrong
687                 local delivery does not require escaping, remove escaping
688                 code to make signatures of mails with "." lines valid
689                 
690                 NOTE: requires that sendmail is executed with "-i" option,
691                       what is the default now, but has to be changed in all
692                       exsiting accounts)
693
694 2003-03-07 [paul]       0.8.10claws97
695
696         * sync with 0.8.11 release
697                 see ChangeLog 2003-03-07
698
699 2003-03-06 [paul]       0.8.10claws96
700
701         * src/compose.c
702                 revert commit 0.8.10claws92
703
704 2003-03-06 [paul]       0.8.10claws95
705
706         * src/folderview.c
707                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
708
709         * src/gtkaspell.c
710                 fix bug 74, 'Crash opening editor window with pseudo-color
711                 display'
712                 
713         Patches submitted by Kevin Vigor <kevin@vigor.nu>
714
715 2003-03-06 [christoph]  0.8.10claws94
716
717         * src/send.c
718                 fix rfc2821 (4.5.2) violation in SMTP data sending,
719                 all lines starting with a period get an extra period
720                 inserted
721                 (found by Simon 'corecode' Schubert)
722
723 2003-03-06 [paul]       0.8.10claws93
724
725         * src/folderview.c
726                 if configured font can't be loaded fall back to gtk
727                 default. (with thanks to Christoph)
728                 
729                 closes long-standing bug 15 'Crashes on startup'
730
731 2003-03-06 [paul]       0.8.10claws92
732
733         * src/compose.c
734                 freeze text before autosave and thaw afterwards
735                 fixes bug 67 'autosave make re-rediting message crazy'
736
737 2003-03-06 [christoph]  0.8.10claws91
738
739         * src/compose.c
740                 ignore address comment in dupe check for Cc-list
741
742         (closes reopened bug 47 Replying to message strips name part of
743          e-mail addresses of Cc: lines)
744
745 2003-03-06 [paul]       0.8.10claws90
746
747         * src/Makefile.am
748                 remove reference to gtkxtext.h as its no longer in
749                 the repository
750
751 2003-03-06 [paul]       0.8.10claws89
752
753         * sync with 0.8.10cvs25
754                 see ChangeLog 2003-03-06
755
756 2003-03-06 [oliver]     0.8.10claws88
757         
758         * src/messageview.c
759                 remove include
760
761 2003-03-06 [oliver]     0.8.10claws87
762         
763         * src/folderview.c 
764                 remove changes introduced inclaws74
765         * src/messageview.c
766                 another attempt to sanely delete and update
767                 messages deleted in separate messageview
768
769 2003-03-05 [christoph]  0.8.10claws86
770
771         * src/summaryview.c
772                 check if "From" matches any account's address if
773                 addressbook completion of addresses is disabled too
774
775         (closes Bug 70 "Display recipient in from" doesn't check
776          folder's default account)
777
778 2003-03-05 [christoph]  0.8.10claws85
779
780         * src/compose.c
781         * src/common/utils.[ch]
782                 don't strip address comments when building Cc lists
783
784         (closes Bug 47 Replying to message strips name part of e-mail addresses
785          of Cc: lines)
786
787         * src/folder.c
788                 fix return value of copy function
789
790 2003-03-05 [christoph]  0.8.10claws84
791
792         * src/imap.c
793                 don't ask imap server for non rfc822 headers
794
795         (closes bug 71 IMAP FETCH asks for FROM header field twice)
796
797         * src/imap.c
798                 destroy session on socket error to allow reconnecting
799
800 2003-03-05 [christoph]  0.8.10claws83
801
802         * configure.ac
803                 fix building with gnome when no prefix is set
804
805         (closes bug 66 Gnome directory is set to NONE)
806
807 2003-03-05 [paul]       0.8.10claws82
808
809         * sync with 0.8.10cvs23
810                 see ChangeLog 2003-03-05
811
812 2003-03-04 [christoph]  0.8.10claws81
813
814         * src/folder.c
815                 o fix moving and copying when folder returns 0 for new
816                   message number
817                 o remove some code for single message copy and move
818                   operations and use functions for multiple messages
819
820         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
821
822         * src/news.c
823                 remove unused include
824
825 2003-03-04 [paul]       0.8.10claws80
826
827         * src/gtk/about.c
828                 list 'Compiled plugins'
829
830 2003-03-03 [christoph]  0.8.10claws79
831
832         * src/news.[ch]
833                 have to multiply the percentage of the current fetch with
834                 the percentage that it has of the total fetch operation
835                 for correct values
836
837 2003-03-03 [christoph]  0.8.10claws78
838
839         * src/news.c
840                 fix calculation of expected lines for progress indicator
841
842 2003-03-03 [christoph]  0.8.10claws77
843
844         * src/summaryview.c
845         * src/common/utils.c
846                 fix segfault when opening the root news folder
847
848 2003-03-03 [christoph]  0.8.10claws76
849
850         * src/mainwindow.[ch]
851         * src/common/Makefile.am
852         * src/common/progressindicator.[ch]
853                 add UI independent progress indicator handling
854
855         * src/news.[ch]
856                 use new progress indicator for message info fetching
857
858         * src/common/hooks.h
859                 code cleanup
860
861 2003-03-03 [oliver]     0.8.10claws75
862
863         * src/toolbar.c
864         * src/compose.c
865                 removed commented code
866
867 2003-03-03 [oliver]     0.8.10claws74
868
869         * src/toolbar.[ch]
870                 cleanups and refactoring
871         * src/compose.[ch]
872                 compose_reply_mode reply & forwarding interface for
873                 toolbar buttons
874         * src/folderview.c
875                 act on messages marked for deletion in folderview_selected
876                 based on prefs_common.immediate_exec since a message might 
877                 have been deleted by messageview in a folder we are changing 
878                 to (does anybody understand what I'm on about ?)
879
880 2003-03-03 [oliver]     0.8.10claws73
881         
882         * src/messageview.[ch]
883                 new functions
884                 - messageview_delete: delete message shown in messagview
885                 - messageview_update_view: update messageview to currently 
886                   selected summaryview message
887                 - add separate messageview to msgview_list in order to update 
888                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
889         * src/summaryview.[ch]
890                 summary_get_selection returns a list of selected msgs
891                 in summaryview
892         * src/mainwindow.c
893                 toolbar reply refactoring
894
895 2003-03-03 [paul]       0.8.10claws72
896
897         * sync with 0.8.10cvs21
898                 see ChangeLog 2003-03-03
899
900 2003-03-02 [christoph]  0.8.10claws71
901
902         * src/common/passcrypt.c
903                 use POSIX includes
904
905 2003-03-02 [christoph]  0.8.10claws70
906
907         * configure.ac
908         * src/prefs_account.c
909         * src/prefs_gtk.[ch]
910         * src/common/.cvsignore
911         * src/common/Makefile.am
912         * src/common/passcrypt.c                ** NEW **
913         * src/common/passcrypt.h.in             ** NEW **
914                 Implement password encryption in config files
915                 using unix encrypt and setkey functions. The crypt
916                 key can be set as a configure parameter. Old
917                 passwords will be converted if they do not begin
918                 with '!'
919
920 2003-03-02 [paul]       0.8.10claws69
921
922         * src/prefs_account.c
923                 fix compile error
924
925 2003-03-01 [thorsten]   0.8.10claws68
926
927         * po/el.po
928           po/hr.po
929           po/it.po
930           po/nl.po
931           po/sr.po
932           po/sv.po
933                 corrected format strings
934         * po/en_GB.po
935                 corrected headers
936                 (fix compile errors with GNU gettext-0.11.5)
937
938 2003-03-01 [oliver]     0.8.10claws67
939
940         * src/summaryview.c
941                 menu callbacks call toolbar_menu_reply
942
943 2003-03-01 [oliver]     0.8.10claws66
944
945         * src/mainwindow.c
946         * src/messageview.c
947                 menu callbacks call toolbar_menu_reply
948         * src/toolbar.[ch]
949                 callbacks from menu handled by toolbar_menu_reply
950
951 2003-03-01 [paul]       0.8.10claws65
952
953         * src/addressbook.c
954                 revert commit 0.8.10claws54 - breaks editing of
955                 addressbook.
956                 
957         * po/bg.po
958                 update Bulgarian translation, submitted by
959                 George Danchev
960
961 2003-02-28 [christoph]  0.8.10claws64
962
963         * src/account.c
964         * src/addressadd.c
965         * src/compose.c
966         * src/gtkaspell.c
967         * src/gtkxtext.h                ** REMOVE **
968         * src/imap.c
969         * src/matcher.[ch]
970         * src/mh.c
971         * src/news.c
972         * src/pine.c
973         * src/prefs_common.c
974         * src/prefs_matcher.c
975         * src/procheader.[ch]
976         * src/procmsg.[ch]
977         * src/toolbar.c
978         * src/common/ssl_certificate.c
979         * src/gtk/colorlabel.c
980         * src/gtk/menu.c
981                 o fix warnings
982                 o remove code obsoleted by new cache and folder system rework
983
984 2003-02-28 [oliver]     0.8.10claws63
985         
986         * src/toolbar.[ch]
987                 * fix bug where reply in Messageview replied to 
988                 Message displayed in summaryview
989                 (reportedd via ML by chinatinte at gmx dot ch)
990                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
991                 didn't work in separate MessageView Toolbar
992                 (wondering if anybody uses this at all ?)
993         * src/summaryview.[ch]
994                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
995                 (generalize reply and forward code);
996         * src/messageview.c 
997                 remove focus_in event which updated summaryview to messageview
998
999 2003-02-28 [paul]       0.8.10claws62
1000
1001         * po/Makefile.in.in
1002                 add the --check option
1003                 Patch submitted by Ricardo Mones Lastra
1004
1005 2003-02-28 [paul]       0.8.10claws61
1006
1007         * src/prefs_account.c
1008                 re-order 'Signature' items
1009
1010 2003-02-28 [paul]       0.8.10claws60
1011
1012         * sync with 0.8.10cvs20
1013                 see ChangeLog 2003-02-28
1014
1015 2003-02-28 [paul]       0.8.10claws59
1016
1017         * po/POTFILES.in
1018                 update to reflect recent movement of files
1019
1020 2003-02-28 [paul]       0.8.10claws58
1021
1022         * sync with 0.8.10cvs19
1023                 see ChangeLog 2003-02-28
1024
1025 2003-02-27 [martin]     0.8.10claws57
1026
1027         * src/prefs_matcher.c 
1028                 fix segfault in prefs_matcher_ok() when the
1029                 last entry is deleted and prevents that the
1030                 message "entry not saved" comes up after deleting
1031                 an entry
1032
1033 2003-02-27 [martin]     0.8.10claws56
1034
1035         * src/prefs_filtering.c 
1036                 fix segfault in prefs_filtering_ok() when the
1037                 last entry is deleted and prevents that the
1038                 message "entry not saved" comes up after deleting
1039                 an entry
1040
1041 2003-02-27 [paul]       0.8.10claws55
1042
1043         * sync with 0.8.10cvs18
1044                 see ChangeLog 2003-02-27
1045
1046 2003-02-27 [paul]       0.8.10claws54
1047
1048         * src/addressbook.c
1049                 fix bug where the address book crashes with 
1050                 multiple lookups.
1051                 Patch [687729] submitted by David Frager 
1052                 <dbfrager@users.sourceforge.net>
1053
1054 2003-02-25 [christoph]  0.8.10claws53
1055
1056         * src/Makefile.am
1057         * src/colorlabel.[ch]           ** REMOVE **
1058         * src/gtk/Makefile.am
1059         * src/gtk/colorlabel.[ch]       ** NEW **
1060                 move colorlabel files to gtk directory
1061
1062         * src/esmtp.[ch]                ** REMOVE **
1063                 has been merged into smtp.[ch] in 0.7.5
1064
1065 2003-02-25 [christoph]  0.8.10claws52
1066
1067         * src/Makefile.am
1068         * src/about.[ch]                ** REMOVE **
1069         * src/gtk/Makefile.am
1070         * src/gtk/about.[ch]            ** NEW **
1071                 move about files to gtk directory
1072
1073 2003-02-25 [christoph]  0.8.10claws51
1074
1075         * src/folder.c
1076                 some code optimization of folder scanning code
1077
1078         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1079
1080 2003-02-25 [christoph]  0.8.10claws50
1081
1082         * src/main.c
1083         * src/common/sylpheed.c
1084                 add command line parameter parsing to common code
1085
1086 2003-02-24 [christoph]
1087
1088         * Makefile.am
1089         * configure.ac
1090                 fix gnome prefix problems, the configure script now removed
1091                 `gnome-config --prefix` from `gnome-config --datadir`
1092                 and adds $(prefix} instead
1093
1094         (closes Bug 24 Makefile does not respect prefix when installing
1095          GNOME data)
1096
1097 2003-02-24 [christoph]  0.8.10claws49
1098
1099         * src/news.c
1100                 check for valid session before trying to authenticate
1101
1102         (closes Bug 60 crash if "authenticate on logon" is activated
1103          and newsserver-hostname is not valid)
1104
1105 2003-02-24 [melvin]     0.8.10claws48
1106
1107         * src/prefs_actions.c
1108                 Make sure all user's input is sent to the action and then
1109                 close the socket..
1110
1111 2003-02-23 [alfons]     0.8.10claws46
1112
1113         * src/summaryview.c
1114                 also wait cursor when deleting files
1115
1116 2003-02-23 [paul]
1117
1118         * tools/freshmeat_search.pl
1119           tools/google_search.pl
1120                 scripts should now work for any browser/browser command line
1121
1122 2003-02-22 [christoph]  0.8.10claws45
1123
1124         * src/procmsg.c
1125                 fix IMAP flag setting, IMAP flag is not handled correctly
1126                 anymore by the folder system and information about the
1127                 folder should not be saved in the MsgInfo (in my opinion)
1128
1129         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1130
1131 2003-02-22 [christoph]  0.8.10claws44
1132
1133         * src/summaryview.c
1134                 fix spelling of "label" ;-)
1135
1136 2003-02-22 [thorsten]   0.8.10claws43
1137
1138         * src/mimeview.c
1139           src/prefs_common.[ch]
1140           src/procmime.[ch]
1141                 do not use description as attachment name
1142
1143 2003-02-22 [alfons]     0.8.10claws42
1144
1145         * src/summaryview.c
1146                 freeze/thaw folder item updates when changing color labels,
1147                 and put a wait cursors on
1148
1149 2003-02-22 [thorsten]   0.8.10claws41
1150
1151         * src/mimeview.c
1152                 save-all fixes: crash if invoked on multipart container,
1153                 mimeinfo access, pathseparators, error dialog
1154
1155 2003-02-21 [alfons]     0.8.10claws40
1156
1157         * src/prefs_gtk.c
1158                 remove unused var
1159
1160 2003-02-21 [colin]      0.8.10claws39
1161
1162         * src/send.c
1163                 Fix smtp logging
1164
1165 2003-02-21 [colin]      0.8.10claws38
1166
1167         * src/summaryview.c
1168                 Freeze/thaw folderItem updates when filtering messages 
1169                 via Tools/Filter messages
1170
1171 2003-02-21 [paul]       0.8.10claws37
1172
1173         * src/compose.c
1174                 revert commit 0.8.10claws26, there are ulterior motives
1175                 for users to set a Reply-To header when posting to
1176                 newsgroups
1177
1178 2003-02-21 [paul]       0.8.10claws36
1179
1180         * sync with 0.8.10cvs17
1181                 see ChangeLog 2003-02-21
1182
1183 2003-02-20 [christoph]  0.8.10claws35
1184
1185         * src/imap.c
1186                 IMAP UID fetch speedup using SEARCH
1187
1188         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1189
1190         * src/imap.c
1191                 fix problem with UIDs in IMAP UID cache that no longer existed
1192
1193 2003-02-20 [christoph]  0.8.10claws34
1194
1195         * src/imap.c
1196         * src/procheader.c
1197         * src/procheader.h
1198                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1199
1200         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1201
1202         * src/imap.c
1203                 Rewrite imap_cmd_gen_recv use sock_getline instead
1204                 of sock_gets to avoid problems with too long reply
1205                 lines
1206     
1207 2003-02-20 [colin]      0.8.10claws33
1208         
1209         * src/prefs_account.c
1210                 Better wording
1211
1212 2003-02-20 [colin]      0.8.10claws32
1213
1214         * src/compose.c
1215                 Remove useless '&& !to_sender' 
1216
1217 2003-02-20 [darko]
1218
1219         * AUTHORS
1220                 change my e-mail address
1221
1222 2003-02-19 [colin]      0.8.10claws31
1223
1224         * src/prefs_common.c
1225                 X11 style colors for every configurable color
1226
1227 2003-02-19 [alfons]     0.8.10claws30
1228
1229         * src/prefs_gtk.[ch]
1230         * src/prefs_common.c
1231                 for color_new accept both plain integers and X11 style color
1232                 names (as found in /usr/lib/X11/rgb.txt)
1233
1234 2003-02-19 [paul]       0.8.10claws29
1235
1236         * src/mainwindow.c
1237                 add tooltips to online/offline button and account selector
1238                 button
1239
1240 2003-02-19 [paul]       0.8.10claws28
1241
1242         * src/folder.c
1243           src/news.c
1244           src/prefs_account.[ch]
1245           src/prefs_common.[ch]
1246                 move 'Maximum number of articles to download' to
1247                 account prefs.
1248                 clean up account prefs gui a little by hiding entries
1249                 rather then greying out entries
1250
1251 2003-02-19 [hiro]       0.8.10claws27
1252
1253         * src/common/utils.c
1254                 fix bug #54 'yesterdays date is displayed in the message 
1255                 summary window'
1256
1257 2003-02-19 [paul]       0.8.10claws26
1258
1259         * src/compose.c
1260                 fix bug reported in Feature Request [688596] 
1261                 'Reply-to header in news'
1262
1263 2003-02-18 [paul]       0.8.10claws25
1264
1265         * src/select-keys.c
1266                 add a 'List all keys' button to key selection dialog
1267
1268 2003-02-18 [colin]      0.8.10claws24
1269         
1270         * src/stock_pixmap.c
1271                 fix compile error
1272
1273 2003-02-18 [colin]      0.8.10claws23
1274
1275         * src/common/smtp.[ch]
1276           src/prefs_account.c
1277                 Try to starttls if it seems to be the only
1278                 way to authenticate a user
1279
1280 2003-02-18 [paul]       0.8.10claws22
1281
1282         * src/Makefile.am
1283           src/folderview.c
1284           src/stock_pixmap.[ch]
1285           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1286           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1287                 as a Drafts folder is a special folder allow it to have
1288                 its own unique icons
1289
1290 2003-02-18 [colin]      0.8.10claws21
1291
1292         * src/imap.c
1293                 Fix port selection when using starttls
1294
1295 2003-02-18 [paul]       0.8.10claws20
1296
1297         * src/mainwindow.c
1298           src/prefs_common.[ch]
1299                 make blue the default new mail colour
1300
1301 2003-02-18 [paul]       0.8.10claws19
1302
1303         * sync with 0.8.10cvs14
1304                 see ChangeLog 2003-02-18
1305
1306 2003-02-17 [jens]       0.8.10claws18
1307
1308         * src/common/md5.c
1309                 fixed a compile problem with gcc 3.3
1310                 works on 2.95.3 too (testet on PPC as it is big endian)
1311
1312 2003-02-17 [paul]       0.8.10claws17
1313
1314         * sync with 0.8.10cvs13
1315                 see ChangeLog 2003-02-17
1316
1317 2003-02-17 [paul]       0.8.10claws16
1318
1319         * sync with 0.8.10cvs12
1320                 see ChangeLog 2003-02-17
1321
1322 2003-02-16 [match]      0.8.10claws15
1323
1324         * src/addressbook.c
1325                 Eliminates reloading of address data when items
1326                 deleted or added. Applied submitted by
1327                 Luke Plant <lukeplant@softhome.net>
1328
1329 2003-02-16 [paul]       0.8.10claws14
1330
1331         * src/news.c
1332                 when a 'protocol error' is encountered disconnect from
1333                 the server. This means that the user can carry on viewing
1334                 other articles and doesn't have to either wait until the
1335                 server timesout or quit sylpheed.
1336                 Fixes bug #53 'Unable to read messages in newsgroups, 
1337                 displayed message doesn't change'
1338
1339 2003-02-15 [christoph]  0.8.10claws13
1340
1341         * src/imap.c
1342                 fix bug that stopped scanning of folders when an
1343                 IMAP folder was empty
1344
1345         (closes bug 46 stop scan messages in folders after empty folder)
1346
1347 2003-02-15 [paul]
1348
1349         * tools/Makefile.am
1350           tools/README
1351           tools/freshmeat_search.pl     ** NEW FILE **
1352           tools/google_search.pl        ** NEW FILE **
1353                 Add 2 Actions scripts which search freshmeat/google
1354                 for the selected text using the browser configured
1355                 in sylpheedrc.
1356                 
1357         Note: These scripts are very dependent on the format of the
1358         browser command and may not work on every occasion. Testing
1359         is welcome. 
1360
1361 2003-02-14 [alfons]     0.8.10claws12
1362
1363         * src/compose.c
1364                 fix breakage because of uninitialized account pointer.
1365                 please verify.
1366
1367 2003-02-14 [paul]       0.8.10claws11
1368
1369         * src/compose.c
1370           src/prefs_account.[ch]
1371           src/prefs_common.[ch]
1372                 move signature settings to Account Prefs
1373
1374 2003-02-14 [paul]       0.8.10claws10
1375
1376         * sync with 0.8.10cvs11
1377                 see ChangeLog 2003-02-14
1378
1379 2003-02-13 [thorsten]   0.8.10claws9
1380
1381         * src/news.c
1382                 revert news progressbar (GUI separation)
1383
1384 2003-02-13 [paul]       0.8.10claws8
1385
1386         * src/compose.c
1387                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1388                 paragraph 1
1389
1390 2003-02-13 [paul]       0.8.10claws7
1391
1392         * src/compose.[ch]
1393           src/summaryview.c
1394                 fix 'Follow-up and Reply-to' so that it creates a reply to
1395                 the newsgroup and the sender. If the message has the keyword
1396                 'poster' in the Followup-To header, all replies go to the
1397                 sender, re: RFC 1036, Section 2.2.3
1398                 rename all instances of 'ignore_replyto' to 'to_sender', both
1399                 were previously used, now we use just one.
1400
1401 2003-02-13 [paul]       0.8.10claws6
1402
1403         * sync with 0.8.10cvs9
1404                 see ChangeLog 2003-02-13
1405
1406 2003-02-13 [paul]       0.8.10claws5
1407
1408         * configure.ac
1409                 show which plugins are configured in the configure
1410                 output.
1411
1412 2003-02-12 [thorsten]   0.8.10claws4
1413
1414         * src/news.c
1415                 show progress while fetching news headers
1416
1417 2003-02-12 [christoph]  0.8.10claws3
1418
1419         * configure.ac
1420         * src/plugins/Makefile.am
1421                 use AM_CONDITIONAL to enable plugins, automake correctly
1422                 manages this when creating distdir
1423
1424 2003-02-12 [christoph]  0.8.10claws2
1425
1426         * ac/spamassassin.m4
1427         * src/plugins/spamassassin/Makefile.am
1428                 fix building SpamAssassin plugin without OpenSSL
1429
1430 2003-02-12 [paul]       0.8.10claws1
1431
1432         * ac/Makefile.am
1433           src/Makefile.am
1434           src/plugins/Makefile.am
1435                 fix failure of 'make release'
1436
1437 2003-02-12 [paul]       0.8.10claws
1438
1439         * 0.8.10claws released
1440
1441 2003-02-12 [paul]       0.8.9claws56
1442
1443         * po/bg.po
1444           po/es.po
1445           po/it.po
1446           po/ru.po
1447           po/sr.po
1448                 updated translations by George Danchev, Ricardo Mones Lastra,
1449                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1450                 
1451         * sylpheed.spec.in
1452                 Allow the building of RPMs by a regular user. Submitted
1453                 by Sergei Astanin
1454
1455 2003-02-11 [alfons]     0.8.9claws55
1456
1457         * src/colorlabel.c
1458                 don't use pixmaps for label color rect but draw rectangles
1459                 so we can respect the color map of palette based visuals
1460                 (fixes the long time crashes on Suns - thanks to Andreas
1461                 Engel and Steve O'Hara-Smith for testing)
1462
1463 2003-02-11 [christoph]  0.8.9claws54
1464
1465         * src/matcher_parser_parse.y
1466                 correct bug where filering rules of not existing folders in
1467                 matcherrc were added to global filtering
1468                 
1469         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1470          main filter-rules after removing directory, http://bugs.debian.org/180253)
1471         
1472 2003-02-11 [paul]       0.8.9claws53
1473
1474         * sync with 0.8.10cvs7
1475                 see ChangeLog 2003-02-09
1476
1477 2003-02-11 [melvin]     0.8.9claws52
1478
1479         * po/fr.po
1480                 Updated French tranlsations
1481
1482 2003-02-10 [paul]       0.8.9claws51
1483
1484         * sylpheed.spec.in
1485                 correct --enable-openssl
1486                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1487
1488 2003-02-09 [martin]     0.8.9claws50
1489
1490         * src/prefs_matcher.c
1491                 fix segfault in prefs_matcher_substitute_cb() when
1492                 no row is selected
1493
1494 2003-02-09 [paul]       0.8.9claws49
1495
1496         * src/folderview.c
1497                 fix bug where a newsgroup folder's processing rules were
1498                 merged with the global filtering rules when the newsgroup
1499                 folder was deleted, causing some seriously bad results,
1500                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1501
1502 2003-02-08 [melvin]     0.8.9claws48
1503
1504         * src/compose.c
1505                 Corrected and modified an alert message.
1506
1507 2003-02-07 [paul]       0.8.9claws47
1508
1509         * src/folderview.c
1510                 fix bug where both an 'Account properties' window and a
1511                 'Folder properties' window were opened when clicking on
1512                 'Properties' in an NNTP or IMAP folder's popup menu.
1513
1514 2003-02-07 [paul]       0.8.9claws46
1515
1516         * sync with 0.8.10cvs6
1517                 see ChangeLog 2003-02-06
1518
1519 2003-02-06 [christoph]  0.8.9claws45
1520
1521         * src/mbox.c
1522                 freeze folder updates while importing mbox files
1523                 (closes bug 43 importing mbox took hours)
1524                 
1525         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1526
1527 2003-02-06 [thorsten]   0.8.9claws44
1528
1529         * po/de.po
1530                 Updated german translations
1531
1532 2003-02-06 [thorsten]   0.8.9claws43
1533
1534         * src/news.h
1535                 use guint for message numbers (fix count in grouplist dialog)
1536
1537 2003-02-05 [paul]       0.8.9claws42
1538
1539         * sync with 0.8.10cvs2
1540                 see ChangeLog 2003-02-05
1541
1542 2003-02-04 [colin]      0.8.9claws41
1543
1544         * src/prefs_common.[ch]
1545           src/procmsg.c
1546           src/summaryview.c
1547                 Add an option to disable threading by subject
1548
1549 2003-02-04 [christoph]  0.8.9claws40
1550
1551         * src/inc.c
1552                 only abort fetching mails from multiple accounts when the
1553                 error is fatal and does not allow to check any more accounts
1554                 (currently only disk full error)
1555
1556         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1557          receive mails for other accouts)
1558
1559 2003-02-04 [christoph]  0.8.9claws39
1560
1561         * src/folder.c
1562                 first add the new message to the cache, then
1563                 send the update notification
1564
1565         (closes bug 39 after sending message folderview doesnt get updated)
1566
1567 2003-02-04 [colin]      0.8.9claws38
1568
1569         * src/inc.c
1570                 _really_ fix this Connecting... status
1571
1572 2003-02-04 [paul]       0.8.9claws37
1573
1574         * sync with 0.8.10
1575                 see ChangeLog 2003-02-04
1576
1577 2003-02-04 [paul]       0.8.9claws36
1578
1579         * sync with 0.8.9cvs6
1580                 see ChangeLog 2003-02-03
1581
1582 2003-02-04 [paul]       0.8.9claws35
1583
1584         * po/pt_BR.po
1585                 updated by André Filipe de Assunção e Brito 
1586                 <bedecko@netsite.com.br>
1587
1588 2003-02-03 [thorsten]   0.8.9claws34
1589
1590         * po/de.po
1591                 Updated german translations
1592
1593 2003-02-02 [paul]       0.8.9claws33
1594
1595         * po/es.po
1596                 updated by Ricardo Mones Lastra
1597
1598 2003-02-02 [thorsten]   0.8.9claws32
1599
1600         * src/mh.c
1601                 Fix mh_get_msginfo() segfault if file is inaccessible
1602
1603 2003-01-31 [colin]      0.8.9claws31
1604
1605         * src/procheader.c
1606                 Fix last commit's bug
1607
1608 2003-01-31 [colin]      0.8.9claws30
1609
1610         * src/procheader.c
1611                 Missing a change for gpg-signed messages
1612
1613 2003-01-31 [paul]       0.8.9claws29
1614
1615         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1616           src/procheader.c
1617           src/stock_pixmap.[ch]
1618           src/summaryview.c
1619                 indicate GnuPG signed messages by displaying an icon
1620                 in the Attachment column.
1621
1622 2003-01-31 [paul]       0.8.9claws28
1623
1624         * sync with 0.8.9cvs4
1625                 see ChangeLog 2003-01-31
1626
1627 2003-01-31 [alfons]     0.8.9claws27
1628
1629         * src/textview.c
1630                 tune URI parser to accept mailto URLs with a '?'
1631                 (patch from Ruslan Balkin)
1632
1633 2003-01-31 [colin]      0.8.9claws26
1634
1635         * src/summaryview.c
1636                 Fix a leak introduced in claws24
1637
1638 2003-01-31 [colin]      0.8.9claws25
1639
1640         * src/summaryview.c
1641                 Freeze/Thaw folder updates when deleting dups
1642
1643 2003-01-31 [colin]      0.8.9claws24
1644         
1645         * src/addr_compl.c
1646           src/summaryview.c
1647           src/msgcache.c
1648                 little speed improvements
1649
1650 2003-01-31 [colin]      0.8.9claws23
1651
1652         * src/summaryview.c
1653                 Fix segfault when forwarding nothing
1654                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1655                 
1656 2003-01-30 [paul]       0.8.9claws22
1657
1658         * sync with 0.8.9cvs3
1659                 see ChangeLog 2003-01-30
1660
1661 2003-01-30 [paul]       0.8.9claws21
1662
1663         * sync with 0.8.9cvs2
1664                 see ChangeLog 2003-01-30
1665
1666 2003-01-29 [paul]       0.8.9claws20
1667
1668         * sync with 0.8.9cvs1
1669                 see ChangeLog 2003-01-29
1670
1671 2003-01-28 [paul]       0.8.9claws19
1672
1673         * po/POTFILES.in
1674                 update to reflect changes. 
1675                 thanks to Ricardo Mones Lastra
1676
1677 2003-01-27 [christoph]  0.8.9claws18
1678
1679         * ac/openssl.m4
1680         * ac/spamassassin.m4
1681         * src/plugins/spamassassin/README
1682         * src/plugins/spamassassin/libspamc.[ch]
1683         * src/plugins/spamassassin/utils.[ch]
1684                 updated to latest libspamc
1685
1686 2003-01-27 [christoph]  0.8.9claws17
1687
1688         * src/folder.c
1689                 fix wrong use of procheader_get_header_fields
1690
1691 2003-01-27 [christoph]  0.8.9claws16
1692
1693         * src/news.c
1694         * src/prefs_account.[ch]
1695         * src/common/nntp.[ch]
1696                 allow to force authentication for NNTP servers
1697
1698         Patch submitted by Florian Mickler <dmk@d-labs.de>
1699
1700 2003-01-26 [paul]       0.8.9claws15
1701
1702         * src/summaryview.c
1703                 speed up of marking messages as read
1704                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1705
1706 2003-01-26 [christoph]  0.8.9claws14
1707
1708         * src/Makefile.am
1709         * src/mgutils.[ch]              ** REMOVE **
1710         * src/xml.[ch]                  ** REMOVE **
1711         * src/xmlprops.[ch]             ** REMOVE **
1712         * src/common/Makefile.am
1713         * src/common/mgutils.[ch]       ** NEW **
1714         * src/common/xml.[ch]           ** NEW **
1715         * src/common/xmlprops.[ch]      ** NEW **
1716                 move xml files to common directory
1717
1718 2003-01-26 [christoph]  0.8.9claws13
1719
1720         * src/plugins/spamassassin/spamassassin_gtk.c
1721                 only set gtk entry text if string is available
1722
1723 2003-01-26 [melvin]     0.8.9claws12
1724
1725         * src/description_window.c
1726                 Allow resizing of the window
1727                 Allow automatic horizontal scroll bar
1728                 Do not vertically expand and fill
1729
1730 2003-01-26 [christoph]  0.8.9claws11
1731
1732         * src/Makefile.am
1733         * src/gtkutils.[ch]             ** REMOVE **
1734         * src/common/sylpheed.c
1735         * src/gtk/Makefile.am
1736         * src/gtk/description_window.c
1737         * src/gtk/gtkutils.[ch]         ** NEW **
1738         * src/gtk/prefswindow.c
1739                 move gtkutils to gtk directory
1740
1741 2003-01-26 [paul]       0.8.9claws10
1742
1743         * src/summaryview.c
1744                 rename summary_unread_clicked() to summary_status_clicked()
1745
1746 2003-01-26 [melvin]     0.8.9claws9
1747
1748         * src/prefs_actions.c
1749                 Cosmetical changes to the help text
1750
1751 2003-01-26 [paul]       0.8.9claws8
1752
1753         * src/folder.[ch]
1754           src/mainwindow.c
1755           src/prefs_common.c
1756           src/prefs_sumamry_column.c
1757           summaryview.[ch]
1758                 rename the 'Unread' column to 'Status'
1759
1760 2003-01-25 [match]      0.8.9claws7
1761
1762         * src/mgutils.[ch]
1763                 removed reference to LDAP constants. removed error2string.
1764                 included functions to support LDAP dynamic queries.
1765         * src/syldap.h
1766                 moved LDAP constants here.
1767         * src/addressbook.c
1768         * src/addrindex.c
1769         * src/importldif.c
1770                 removed references to LDAP constants and references to
1771                 error2string.
1772
1773 2003-01-25 [paul]       0.8.9claws6
1774
1775         * src/summaryview.c
1776                 summary_thread_build(), summary_thread_init(): remove 
1777                 unneeded reference to summaryview->folder_item
1778
1779 2003-01-25 [christoph]  0.8.9claws5
1780
1781         * src/gtk/description_window.c
1782                 o allow description texts to expand over multiple columns
1783                 o translate all columns
1784         * src/prefs_actions.c
1785                 change syntax description to use new multi column feature
1786
1787         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1788
1789 2003-01-25 [match]      0.8.9claws4
1790
1791         * src/vcard.c
1792                 fixed bug with Quoted-Printable
1793
1794 2003-01-25 [paul]       0.8.9claws3
1795
1796         * src/folder.[ch]
1797           src/summaryview.[ch]
1798                 implement per-folder collapsed/expanded threads setting
1799                 
1800         * src/prefs_common.c
1801                 remove global collapsed/expanded threads option
1802
1803 2003-01-25 [christoph]  0.8.9claws2
1804
1805         * po/POTFILES.in
1806                 add pluginwindow and prefswindow
1807         * src/compose.c
1808                 make send respond correctly to messages that could be added
1809                 to the queue folder, but the UID of the message is unknown
1810         * src/folder.c
1811         * src/imap.c
1812                 don't return guessed UIDs in imap_add_msg anymore. We return
1813                 0 to tell the folder system it was appened but the UID is
1814                 unknown. Folder system now get's the UID by scaning the folder
1815                 and searching the cache for the Message-ID
1816                 (closes bug #29 Messages queued, but not sent)
1817
1818 2003-01-25 [paul]       0.8.9claws1
1819
1820         * src/codeconv.c
1821                 conv_encode_header():  fix bug when long headers with 8-bit
1822                 characters are used, so that the encoded words are wrapped.
1823                 If the space in the original text falls on the wrap boundary,
1824                 it can be lost.
1825                 Patch by Sergey Vlasov.
1826                 
1827         * src/folderview.c
1828                  fix bug where a change to the sorting method or thread view
1829                  of a folder's messages is lost if simpify-subject is set and
1830                  toggled on or off.
1831                  Patch by Luke Plant.
1832
1833 2003-01-24 [paul]       0.8.9claws
1834
1835         * sylpheed-0.8.9claws released
1836         
1837         * Makefile.am
1838           sylpheed.spec.in
1839                 remove reference to 'INSTALL.jp'
1840
1841 2003-01-23 [paul]       0.8.8claws128
1842
1843         * po/es.po
1844           po/it.po
1845           po/ru.po
1846           po/sr.po
1847                 updated translations. submitted by Ricardo Mones Lastra,
1848                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1849
1850 2003-01-23 [colin]      0.8.8claws127
1851
1852         * src/compose.c
1853                 Fix drafted and queued news articles re-edition
1854
1855 2003-01-23 [melvin]     0.8.8claws126
1856
1857         * po/fr.po
1858                 Updated French translations
1859
1860 2003-01-23 [colin]      0.8.8claws125
1861
1862         * src/inc.c
1863                 Fix "Connecting to..." status message
1864
1865 2003-01-22 [paul]       0.8.8claws124
1866
1867         * po/bg.po
1868                 updated by George Danchev
1869                 
1870         * src/folder.c
1871                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1872                 and folder deletion
1873
1874 2003-01-21 [paul]       0.8.8claws123
1875
1876         * po/bg.po
1877                 updated by George Danchev
1878                 
1879         * src/about.c
1880                 its now 2003
1881                 
1882         * src/toolbar.c
1883                 don't translate 'Separator'
1884                 
1885         * src/plugins/spamassassin/Makefile.am
1886                 add aspell to CPPFLAGS
1887                 
1888         * src/plugins/spamassassin/spamassassin.c
1889           src/plugins/spamassassin/spamassassin_gtk.c
1890                 set correct default for spamassassin_receive_spam
1891                 slightly re-word descriptions and some
1892                 other minor changes
1893
1894 2003-01-19 [alfons]     0.8.8claws122
1895                 
1896         * src/mimeview.c
1897                 mimeview_save_as(): we might as well show the file name for
1898                 the single case "Save As" too
1899
1900 2003-01-19 [alfons]     0.8.8claws121
1901
1902         * src/crash.c
1903                 change bug tracker URL to bugzilla URL
1904
1905 2003-01-19 [alfons]     0.8.8claws120
1906
1907         * src/mimeview.c
1908                 mimeview_save_all(): display name of file before overwriting;
1909                 continue saving all, even when one overwrite was cancelled
1910
1911 2003-01-19 [christoph]  0.8.8claws119
1912
1913         * src/summaryview.c
1914         * src/procmsg.[ch]
1915                 fix wrong usage of procmsg_find_children in summaryview
1916                 by using procmsg_update_unread_children instead of
1917                 summaryview_update_unread_children
1918
1919 2003-01-19 [christoph]  0.8.8claws118
1920
1921         * src/procmsg.c
1922                 fix infinite loop in procmsg_find_children
1923                  (closes bug #25 sylpheed crashes on delete.)
1924
1925         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1926
1927 2003-01-19 [paul]       0.8.8claws117
1928
1929         * po/pt_BR.po
1930                 updated by Ivan Francolin Martinez
1931
1932 2003-01-18 [melvin]     0.8.8claws116
1933
1934         * src/prefs_actions.c
1935                 Removed syntax limitation of only one '&' at the end of command.
1936                         Now actions that contain '>/dev/null 2>&1' are possible.
1937
1938 2003-01-18 [melvin]     0.8.8claws115
1939
1940         * src/prefs_actions.c
1941                 Actions IO dialog: when the action ends
1942                 the "Close" button now has focus and [Escape] closes the
1943                 window.
1944
1945 2003-01-18 [christoph]  0.8.8claws114
1946
1947         * src/procmsg.c
1948                 o add debug output when MsgInfos are really freed
1949                 o free GSLists in procmsg_find_children and
1950                   procmsg_update_unread_children
1951
1952 2003-01-18 [christoph]  0.8.8claws113
1953
1954         * src/mainwindow.c
1955                 reorder Configuration menu
1956
1957 2003-01-18 [christoph]  0.8.8claws112
1958
1959         * src/compose.c
1960                 fix applying templates to forwarded messages
1961
1962         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1963
1964 2003-01-17 [christoph]  0.8.8claws111
1965
1966         * src/folder.c
1967                 destroy folder items, when a folder item is removed
1968
1969 2003-01-17 [christoph]  0.8.8claws110
1970
1971         * src/folder.c
1972                 fix wrong folder stats update when ignored message is
1973                 deleted
1974
1975 2003-01-17 [colin]      0.8.8claws109
1976         
1977         * src/mainwindow.c
1978         * src/summaryview.c
1979                 Quicksearch bugfixes: 
1980                 - hide help button at startup if not extended
1981                 - switch to extended when looking for replies
1982
1983 2003-01-17 [paul]
1984
1985         * sync with 0.8.9 release
1986
1987 2003-01-17 [paul]       0.8.8claws108
1988
1989         * sync with 0.8.8cvs11
1990                 see ChangeLog 2003-01-17
1991
1992 2003-01-16 [colin]      0.8.8claws107
1993
1994         * src/procmsg.c
1995                 Changed encryption test to re-ask passphrase
1996                 if an encrypted message hasn't been decrypted
1997                 Fixes bug #5
1998
1999 2003-01-16 [christoph]  0.8.8claws106
2000
2001         * src/prefs_gtk.c
2002         * src/prefs_toolbar.c
2003         * src/gtk/prefswindow.h
2004         * src/plugins/spamassassin/spamassassin_gtk.c
2005                 remove page destroy function that is not used anymore
2006
2007 2003-01-16 [paul]       0.8.8claws105
2008
2009         * sync with 0.8.8cvs9
2010                 see ChangeLog 2002-01-16
2011
2012 2003-01-16 [colin]      0.8.8claws104
2013
2014         * src/compose.[ch]
2015                 Fix bug with autosaved drafts for IMAP, when draft
2016                 folder is specified - fixes bugzilla bug #20
2017
2018 2003-01-15 [paul]       0.8.8claws103
2019
2020         * src/compose.[ch]
2021           src/procmsg.c
2022                 store folder and message-id of message forwarding
2023                 in queue header and set forward flag after sending
2024
2025 2003-01-15 [paul]       0.8.8claws102
2026
2027         * sync with 0.8.8cvs8
2028                 see ChangeLog 2002-01-15
2029
2030 2003-01-15 [colin]      0.8.8claws101
2031
2032         * src/Makefile.am
2033                 Fix linking with GNU libiconv
2034
2035 2003-01-15 [darko]      0.8.8claws100
2036
2037         * src/pine.c
2038                 fix crash when importing pine address book
2039                 entry with an empty name (reported by DY
2040                 <dybulk at tri8.net>)
2041
2042 2003-01-14 [paul]       0.8.8claws99
2043
2044         * configure.in  ** REMOVED **
2045           configure.ac  ** NEW FILE **
2046                 rename configure.in to configure.ac, as it is now
2047                 preferred
2048
2049 2003-01-14 [melvin]     0.8.8claws98
2050
2051         * src/folderview.c
2052                 folderview_check_new(): More precise function description
2053
2054 2003-01-14 [melvin]     0.8.8claws97
2055
2056         * src/folderview.c
2057                 folderview_check_new(): return the number of new messages 
2058                         since last check.
2059         * src/inc.c
2060                 inc_account_mail(): Disable counting of new messages for IMAP
2061                         and NNTP until bug [19] and [14] are fixed.
2062
2063 2003-01-14 [paul]       0.8.8claws96
2064
2065         * sync with 0.8.8cvs6
2066                 see ChangeLog 2003-01-14
2067
2068 2003-01-13 [alfons]     0.8.8claws95
2069
2070         * src/textview.c
2071                 tune email address validation (c. 0.8.8claws89): if . is 
2072                 just one char away from @, the address is invalid too 
2073                 (correctly rejects addresses like foo@.com)
2074
2075 2003-01-13 [paul]       0.8.8claws94
2076
2077         * src/messageview.c
2078           src/toolbar.c
2079                 fixes to the Message View toolbar and menu:
2080                 fix non-functioning Forward button
2081                 make Reply button consider default_reply_list
2082                 remove 'Follow-up...' menu entry
2083                 add 'Forward' and 'Redirect' menu entries
2084
2085 2003-01-13 [melvin]     0.8.8claws93
2086
2087         * src/inc.c
2088                 Fixed typo that could make new messages count incorrect.
2089
2090 2003-01-13 [melvin]     0.8.8claws92
2091
2092         * src/folderview.[ch]
2093                 folderview_check_new(): return the number of new messages.
2094         * src/inc.c
2095                 Should fix bug [14] where new mail notification worked 
2096                         incorrectly with IMAP accounts.
2097                 inc_spool_account(): return number of new msgs, or -1 on error
2098                 inc_all_spool(): return number of new msgs
2099                 
2100 2003-01-13 [melvin]     0.8.8claws91
2101
2102         * src/prefs_actions.c
2103                 Justify help text.
2104
2105 2003-01-12 [thorsten]   0.8.8claws90
2106
2107         * src/common/prefs.c
2108                 close file before rename
2109
2110 2003-01-12 [alfons]     0.8.8claws89
2111
2112         * AUTHORS
2113                 add Christian Mertes
2114         * src/common/utils.[ch]
2115                 g_stricase_hash(), g_stricase_equal(): functions for 
2116                 case insensitive hash tables
2117         * src/textview.c
2118                 use top level domain names to validate email address, based
2119                 on a patch by Christian Mertes (thanks!), but changed 
2120                 implementation to use a hash table 
2121
2122 2003-01-12 [paul]       0.8.8claws88
2123
2124         * po/bg.po
2125                 updated by George Danchev
2126
2127 2003-01-12 [alfons]     0.8.8claws87
2128
2129         * src/summaryview.c
2130                 delete / execute performance: use new style folder update
2131
2132 2003-01-12 [paul]       0.8.8claws86
2133
2134         * sync with 0.8.8cvs5
2135                 see ChangeLog 2003-01-13 (!)
2136
2137 2003-01-12 [alfons]     0.8.8claws85
2138
2139         * src/filtering.c
2140         * src/matcher_parser_parse.y
2141                 prepare change_score filtering action
2142         * src/matcher.[ch]
2143                 give up const-correctness on functions that call non-const-correct functions;
2144                 several casts to gpointer in g_free();
2145                 add change_score;
2146
2147 2003-01-12 [christoph]  0.8.8claws84
2148
2149         * src/compose.c
2150                 fix 2 warnings
2151
2152         * src/gtk/prefswindow.[ch]
2153         * src/plugins/spamassassin/spamassassin_gtk.c
2154                 changed the call of the widget create function
2155                 for PrefsPages, because sometimes the widget
2156                 create function needs a widget that already has
2157                 been attached to a window (to create GDK pixmaps
2158                 for exmaple). So we simply pass the GtkWindow as
2159                 the second parameter now.
2160
2161         * src/main.c
2162         * src/mainwindow.c
2163         * src/prefs_toolbar.[ch]
2164                 rewrite Toolbar Preferences using the new
2165                 prefs window
2166
2167 2003-01-11 [alfons]     0.8.8claws83
2168
2169         * src/addressadd.c
2170                 fix crash when adding sender to addressbook because status bar
2171                 isn't there (the status bar doesn't seem to be used though,
2172                 but I'll let Match decide what to do with it)
2173
2174 2003-01-11 [colin]      0.8.8claws82
2175
2176         * src/main.c
2177           src/toolbar.c
2178                 Two useless changes reversed
2179
2180 2003-01-11 [colin]      0.8.8claws81
2181
2182         * src/mainwindow.c
2183           src/mainwindow.h
2184                 Add mainwindow_get_mainwindow()
2185         * src/alertpanel.c
2186           src/alertpanel.h
2187                 Add alertpanel_error_log() 
2188         * src/compose.c
2189           src/inc.c
2190           src/messageview.c
2191           src/toolbar.c
2192           src/main.c
2193           src/procmsg.c
2194                 Network errors get a View Log button
2195
2196 2003-01-10 [alfons]     0.8.8claws80
2197
2198         * src/prefs_toolbar.c
2199         * src/toolbar.c
2200                 use the translatable string for "Separator" as file name for
2201                 separator toolbar items (probably make this uppercase?)
2202
2203 2003-01-10 [alfons]     0.8.8claws79
2204
2205         * src/prefs_toolbar.c
2206                 put right A_SEPARATOR description string in "displayed
2207                 toolbar items list" so manually added separators are
2208                 saved correctly (bug #10, "Adding a separator to the main 
2209                 toolbar fails, entry in xml file is wrong")
2210
2211 2003-01-10 [christoph]  0.8.8claws78
2212
2213         * src/imap.c
2214                 o fix warnings
2215                 o use CAPABILITY to check if NAMESPACE is available
2216
2217 2003-01-10 [christoph]  0.8.8claws77
2218
2219         * src/imap.[ch]
2220                 apply UIDPLUS IMAP extension support patch
2221
2222         Patch submitted by Simon 'corecode' Schubert
2223
2224 2003-01-10 [paul]       0.8.8claws76
2225
2226         * src/folderview.c
2227                 a sync from main which fixes the news account folders'
2228                 Properties bug
2229
2230 2003-01-10 [christoph]  0.8.8claws75
2231
2232         * src/folder.c
2233                 don't accept 0 as a valid uid returned by copy and move
2234                 functions. 0 means the message was copied or moved but the
2235                 new uid could not be fetched. It is not an error condition
2236                 for the copy or move operation.
2237
2238 2003-01-10 [paul]       0.8.8claws74
2239
2240         * src/prefs_filtering.c
2241                 change English used in Alert when entry is not
2242                 saved.
2243                 
2244         * sync with 0.8.8cvs4
2245                 see ChangeLog 2003-01-10
2246
2247 2003-01-10 [darko]      0.8.8claws73
2248
2249         * src/pine.c
2250                 fix crash when importing address book entry
2251                 without a valid address
2252
2253 2003-01-09 [alfons]     0.8.8claws72
2254
2255         * src/inc.c
2256                 filtering performance: use new style folder update
2257
2258 2003-01-09 [christoph]  0.8.8claws71
2259
2260         * src/compose.c
2261         * src/gtk/menu.[ch]
2262                 fix wrong selecting of mime encoding type, when
2263                 opening property dialog of attachments in the
2264                 compose window. 7bit was always selected and that
2265                 destoryed files with 8bit data.
2266                 (closes bug #9 Sylpheed-claws destroys attachments when
2267                  changing MIME-types)
2268
2269 2003-01-09 [paul]       0.8.8claws70
2270
2271         * sync with 0.8.8cvs3
2272                 see ChangeLog 2003-01-09
2273
2274 2003-01-08 [alfons]     0.8.8claws69
2275         
2276         * src/addressadd.c
2277                 apply patch by Kim Schulz to fix build breakage
2278                 because of missing variable
2279
2280 2003-01-08 [paul]       0.8.8claws68
2281
2282         * sync with 0.8.8cvs2
2283                 see ChangeLog 2002-01-08
2284
2285 2003-01-08 [paul]       0.8.8claws67
2286
2287         * po/it.po
2288                 updated by Alessandro Maestri
2289                 
2290         * src/addressadd.c
2291                 when using 'Add sender to addressbook' allow
2292                 name to be edited and remarks to be entered
2293                 Patch submitted by Luke Plant
2294
2295 2003-01-08 [darko]      0.8.8claws66
2296
2297         * README.claws, src/summaryview.c
2298                 fix description for marked messages
2299
2300 2003-01-08 [paul]
2301
2302         * tools/Makefile.am
2303           tools/launch_phoenix  ** NEW FILE **
2304                 add script that enables using Phoenix as the default
2305                 web browser. 
2306                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2307                 
2308         * tools/OOo2sylpheed.pl
2309                 remove full path to sylpheed executable, just 'sylpheed'
2310                 will do
2311                 
2312         * tools/README
2313                 add launch_phoenix informtion and re-arrange and compress
2314                 the data a little
2315
2316 2003-01-07 [christoph]  0.8.8claws65
2317
2318         * src/folder.c
2319                 fix update for source folder when moving messages
2320         * src/procmsg.[ch]
2321         * src/summaryview.c
2322                 use function to set to_folder for message infos and
2323                 automatically update the op_count for old and new
2324                 folder
2325
2326 2003-01-07 [melvin]     0.8.8claws64
2327
2328         * src/prefs_actions.c
2329                 Fixed bug where an '%p' Action on a displayed image crashed 
2330                         Sylpheed
2331                 Code clean up (get rid of duplicated code and removed unnecessary 
2332                                 structure member)
2333
2334 2003-01-07 [christoph]  0.8.8claws63
2335
2336         * src/compose.c
2337         * src/folder.[ch]
2338         * src/folderview.c
2339         * src/import.c
2340         * src/inc.c
2341         * src/main.c
2342         * src/mainwindow.c
2343         * src/messageview.c
2344         * src/prefs_folder_item.c
2345         * src/procmsg.c
2346         * src/summaryview.c
2347         * src/toolbar.c
2348                 o remove all folder update triggering from the UI code. The folder
2349                   system should know much better when a folder needs an update.
2350                 o to prevent multiple updates in a row the folder updates can be
2351                   frozen for some time.
2352
2353                 Note: - Please verify that no updates are missing
2354                       - Check where freeze/thaws should be added
2355
2356 2003-01-07 [christoph]  0.8.8claws62
2357
2358         * src/prefs_actions.c
2359                 don't translate empty strings
2360
2361         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2362
2363 2003-01-06 [christoph]  0.8.8claws61
2364
2365         * src/prefs_actions.c
2366                 mark strings for gettext
2367         * src/prefs_matcher.c
2368                 use new description window for Execute action and
2369                 match condition in Filtering
2370
2371         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2372
2373 2003-01-06 [alfons]     0.8.8claws60
2374
2375         keep myself inspired to re-organize matcher part 8; 
2376         yes, more to come (I need to move out the descriptive
2377         text for actions to matcher.c, or at least make it not
2378         depend on the wicked ordering)
2379
2380         * src/prefs_matcher.c
2381                 add documentation so others may comprehend the
2382                 UI part of the conditions
2383                 
2384 2003-01-06 [christoph]  0.8.8claws59
2385
2386         * src/prefs_actions.c
2387                 use new description window for syntax help
2388         * src/gtk/description_window.c
2389                 fix display of descriptions with column count != 2
2390
2391         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2392
2393 2003-01-06 [christoph]  0.8.8claws58
2394
2395         * src/quote_fmt.c
2396         * src/summaryview.[ch]
2397         * src/gtk/Makefile.am
2398         * src/gtk/description_window.[ch]       ** NEW **
2399                 use a generic window to display syntax descriptions
2400                 currently used in quote_fmt and summaryview (new description
2401                 for extended quick search)
2402
2403         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2404
2405 2003-01-06 [paul]       0.8.8claws57
2406
2407         * sync with 0.8.8cvs1
2408                 see ChangeLog 2003-01-06
2409
2410 2003-01-06 [christoph]  0.8.8claws56
2411
2412         * src/mainwindow.c
2413         * src/prefs_gtk.[ch]
2414         * src/gtk/prefswindow.[ch]
2415         * src/plugins/spamassassin/spamassassin_gtk.c
2416                 o remove page management from prefswindow, pages
2417                   will be an argument to prefswindow_open
2418                 o prefswindow_open gets a datapointer that is
2419                   passed to the widget_create function to allow
2420                   creation of prefswindow for specific items
2421
2422 2003-01-06 [colin]      0.8.8claws55
2423         
2424         * src/summaryview.c
2425                 We don't want regexp in the reply-finder, 
2426                 because MIDs can contain !,$,. and so on
2427
2428 2003-01-06 [jens]       0.8.8claws54
2429
2430         * src/jpilot.c
2431                 fixed a wrong free in jpilot_read_db_files
2432
2433 2003-01-06 [alfons]     0.8.8claws53
2434
2435         re-organize matcher part 8; more to come
2436        
2437         * src/matcher.c
2438                 matcherprop_to_string(): put g_free()s before the
2439                 switch-case break to fix memleaks                
2440
2441 2003-01-06 [colin]      0.8.8claws52
2442
2443         * src/summaryview.c
2444                 cleanup & reply-finder now displays the first 
2445                 matching message
2446
2447 2003-01-05 [alfons]     0.8.8claws51
2448
2449         re-organize matcher part 7; more to come
2450
2451         * src/matcher.[ch]
2452                 fixes for constant correctness;
2453                 more documentation;
2454
2455 2003-01-05 [alfons]     0.8.8claws50
2456
2457         re-organize matcher part 6; more to come
2458         
2459         * src/matcher.[ch]
2460                 fixes for constant correctness;
2461                 more documentation;
2462         * src/filtering.c
2463                 fix for constant correctness
2464
2465 2003-01-05 [colin]      0.8.8claws49
2466
2467         * src/account.[ch]
2468                 Add account_get_reply_account function
2469         * src/compose.c
2470                 Use account_get_reply_account function 
2471         * src/summaryview.c
2472                 Basic reply-finder - click on the replied
2473                 icon gets you to the outbox using quick-search
2474
2475 2003-01-05 [paul]       0.8.8claws48
2476
2477         * src/prefs_common.c
2478                 small change to English
2479                 
2480         * src/prefs_filtering.c
2481                 prefs_filtering_action_select(): improve logic and uniformity
2482                 of gui
2483
2484 2003-01-05 [alfons]     0.8.8claws47
2485
2486         fine tune solution to focus problems (bug #7)
2487
2488         * src/mainwindow.c
2489                 mainwindow_focus_in_event(): remove grab event check
2490         * src/summaryview.c
2491                 summary_button_pressed(): move selection on right-click
2492                 too. we can't possibly move the selection back after
2493                 canceling a dialog, because gtk's incomplete focus 
2494                 management. whether this is a good solution, only time
2495                 will tell.
2496
2497 2003-01-05 [christoph]  0.8.8claws46
2498
2499         * src/imap.c
2500                 fix crash when no imap connection could be established
2501
2502 2003-01-05 [paul]       0.8.8claws45
2503
2504         * src/mainwindow.c
2505           src/sumamryview.c
2506           src/gtk/menu.[ch]
2507                 fix bug 605957 'shortcuts in popup-menu'
2508                 make user-defined shortcuts work
2509                 show shortcuts that are already defined
2510                 in the main menu
2511                 Patch submitted by Luke Plant
2512
2513 2003-01-05 [alfons]     0.8.8claws44
2514
2515         * src/mainwindow.c
2516                 focus_in_event handler should not select summary view row 
2517                 when another window (menu, dialog) grabbed for events 
2518                 (bug #7, "[0.8.8claws42] Message summary focus") 
2519
2520 2003-01-04 [christoph]  0.8.8claws43
2521
2522         * src/procmsg.c
2523                 update save folder after adding the sent message
2524                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2525
2526 2003-01-02 [christoph]  0.8.8claws42
2527
2528         * src/common/plugin.c
2529                 fix unloading of all plugins and unload
2530                 plugins in reverse order
2531                 
2532         * src/gtk/pluginwindow.c
2533                 implement function of load and unload button
2534
2535         * src/gtk/prefswindow.c
2536         * src/gtk/prefswindow.h
2537                 rename register function and add new unregister
2538                 function
2539
2540         * src/plugins/spamassassin/spamassassin_gtk.c
2541                 unregister prefs page and update for changes in
2542                 src/gtk/prefswindow.c
2543
2544 2003-01-02 [paul]       0.8.8claws41
2545
2546         * po/es.po
2547                 updated by Ricardo Mones Lastra
2548
2549 2003-01-02 [paul]
2550
2551         * tools/tb2sylpheed
2552                 fixes and improvements by Urke MMI
2553
2554 2003-01-02 [thorsten]   0.8.8claws40
2555
2556         * src/procmsg.c
2557                 fixed wrong return value
2558
2559 2003-01-02 [thorsten]   0.8.8claws39
2560
2561         * src/prefs.c
2562                 fixed printing wrong variable
2563
2564 2003-01-02 [thorsten]   0.8.8claws38
2565
2566         * src/prefs.c
2567                 fixed acessing members of freed pfile struct
2568
2569 2003-01-02 [thorsten]   0.8.8claws37
2570
2571         * src/procmsg.c
2572                 detect loops across several messages
2573                 as suggested by Christoph Hohmann
2574
2575 2003-01-01 [match]      0.8.8claws36
2576
2577         * src/addrindex.c
2578                 fixed another memory leak.
2579
2580 2003-01-01 [match]      0.8.8claws35
2581
2582         * src/jpilot.[ch]
2583                 fixed memory leaks. applied Doxygen comments.
2584
2585 2003-01-01 [thorsten]   0.8.8claws34
2586
2587         * src/procmsg.c
2588                 inhibit endless loop if msg references itself
2589                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2590
2591 2003-01-01 [christoph]  0.8.8claws33
2592
2593         * src/mainwindow.c
2594         * src/gtk/Makefile.am
2595         * src/gtk/pluginwindow.c                ** NEW **
2596         * src/gtk/pluginwindow.h                ** NEW **
2597                 add plugin window
2598
2599         * src/plugins/demo/demo.c
2600         * src/plugins/spamassassin/spamassassin.c
2601         * src/plugins/spamassassin/spamassassin_gtk.c
2602                 write better plugin descriptions
2603
2604 2002-12-31 [christoph]  0.8.8claws32
2605
2606         * src/gtk/prefswindow.c
2607         * src/plugins/spamassassin/spamassassin_gtk.c
2608                 some small improvements to GTK code
2609
2610 2002-12-31 [christoph]  0.8.8claws31
2611
2612         * src/plugins/spamassassin/spamassassin_gtk.c
2613                 enable folder select button
2614
2615 2002-12-31 [christoph]  0.8.8claws30
2616
2617         * src/mainwindow.c
2618         * src/gtk/Makefile.am
2619         * src/gtk/prefswindow.c                         ** NEW **
2620         * src/gtk/prefswindow.h                         ** NEW **
2621                 add new prefs window
2622
2623         * src/common/plugin.c
2624                 don't try to load empty config lines
2625         
2626         * src/plugins/spamassassin/Makefile.am
2627         * src/plugins/spamassassin/spamassassin.c
2628         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2629         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2630                 GTK config for SpamAssassin Plugin using
2631                 the new prefs window
2632
2633 2002-12-31 [paul]       0.8.8claws29
2634
2635         * po/POTFILES.in
2636                 remove obsolete entry 'src/menu.c'
2637
2638 2002-12-31 [alfons]     0.8.8claws28
2639
2640         * src/matcher.[ch]
2641         * src/matcher_parser_parse.y
2642         * src/prefs_matcher.c
2643                 add "ignore_thread" and "~ignore_thread" condition so it's
2644                 possible to make the actions / scoring operate on the ignore
2645                 thread flag
2646
2647 2002-12-31 [christoph]  0.8.8claws27
2648
2649         * src/addrbook.c
2650         * src/addrindex.c
2651         * src/folder.c
2652         * src/matcher.c
2653         * src/prefs_account.c
2654         * src/prefs_actions.c
2655         * src/prefs_customheader.c
2656         * src/prefs_display_header.c
2657         * src/prefs_gtk.c
2658         * src/procmime.c
2659         * src/toolbar.c
2660         * src/xmlprops.c
2661         * src/common/prefs.[ch]
2662                 extend prefs file handling for reading and automatic handling
2663                 of blocks. When reading prefs_set_block_label will automatically
2664                 move on to the block. When writing it will copy all other blocks
2665                 automatically
2666
2667         * src/common/plugin.c
2668                 Now loading plugin filenames from [Plugins] block in
2669                 sylpheed rc file
2670
2671 2002-12-30 [christoph]  0.8.8claws26
2672
2673         * src/common/hooks.[ch]
2674                 return abort status to caller of hooks_invoke
2675                 
2676         * src/inc.[ch]
2677                 invoke message filtering hook and stop
2678                 default handling when filter returns abort
2679
2680         * src/common/plugin.[ch]
2681         * src/plugins/demo/demo.c
2682                 modify plugin loader, because resolving symbols for strings
2683                 does not work correctly
2684         
2685         * configure.in
2686         * ac/spamassassin.m4                            ** NEW **
2687         * src/plugins/spamassassin/.cvsignore           ** NEW **
2688         * src/plugins/spamassassin/Makefile.am          ** NEW **
2689         * src/plugins/spamassassin/README               ** NEW **
2690         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2691         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2692         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2693                 add spamassassin plugin, see src/plugins/spamassassin/README
2694                 for details
2695
2696 2002-12-29 [alfons]     0.8.8claws25
2697
2698         * src/mainwindow.c
2699                 when moving focus from a message view to the main 
2700                 window, don't forget to select the summary node
2701                 of the displayed message. should fix "[ 659103 ] 
2702                 focus-follows-mouse confuses sylpheed"
2703
2704 2002-12-29 [christoph]  0.8.8claws24
2705
2706         * src/Makefile.am
2707         * src/stringtable.[ch]          ** REMOVE **
2708         * src/common/Makefile.am
2709         * src/common/stringtable.[ch]   ** NEW **
2710                 move stringtable files to common directory
2711
2712 2002-12-29 [christoph]  0.8.8claws23
2713
2714         * src/Makefile.am
2715         * src/menu.[ch]                 ** REMOVE **
2716         * src/gtk/Makefile.am
2717         * src/gtk/menu.[ch]             ** NEW **
2718                 move menu files to gtk directory
2719
2720 2002-12-29 [match]      0.8.8claws22
2721
2722         * src/addressbook.c
2723         * src/syldap.c
2724                 moved UI specific code out of LDAP code into addressbook
2725                 UI code. fixed memory leak.
2726
2727 2002-12-29 [christoph]  0.8.8claws21
2728
2729         * src/folder.c
2730                 only check for IGNORED parent message when message is
2731                 not IGNORED itself
2732
2733 2002-12-29 [alfons]     0.8.8claws20
2734
2735         * src/summaryview.c
2736                 set gtksctree's anchor correct (immediate execute
2737                 changes the tree's layout, and anchor points at 
2738                 the incorrect row). fixes "[ 657233 ] multiple msg 
2739                 delete sometimes off by 1".
2740                 we probably have to look for more tree layout /
2741                 anchor glitches.
2742
2743 2002-12-29 [paul]       0.8.8claws19
2744
2745         * src/summaryview.c
2746                 fix bug [ 659054 ] incorrect sorting of 'From' column
2747                 when using 'display sender using address book'
2748                 thanks to Alfons and Luke Plant
2749
2750 2002-12-29 [christoph]  0.8.8claws18
2751
2752         * src/folder.c
2753         * src/procmsg.[ch]
2754                 check parent messages for IGNORE THREAD flag, when adding,
2755                 moving or copying messages to a folder
2756
2757 2002-12-27 [alfons]     0.8.8claws17
2758
2759         re-organize matcher part 5; more to come
2760
2761         * src/matcher.c
2762                 hash keywords in matchparser_tab 
2763
2764 2002-12-27 [alfons]     0.8.8claws16
2765
2766         re-organize matcher part 4; more to come
2767
2768         * src/matcher_parser.h
2769         * src/matcher_parser_lex.l
2770         * src/matcher_parser_parse.y
2771                 cleanup
2772
2773 2002-12-27 [alfons]     0.8.8claws15
2774
2775         re-organize matcher part 3; more to come
2776
2777         * src/matcher.[ch]
2778                 cleanup
2779
2780 2002-12-27 [alfons]     0.8.8claws14
2781
2782         re-organize matcher part 2; more to come but this should
2783         work. cc me if there are any regressions.
2784
2785         * src/matcher.h
2786                 add prototype for get_matchparser_tab_id()
2787         * src/matcher_parser_lex.l
2788                 look up keywords using matchparser_tab_id();
2789
2790 2002-12-27 [alfons]     0.8.8claws12
2791
2792         re-organize matcher part 1
2793
2794         * src/matcher.h
2795                 map yacc generated constants to sylpheed matcher constants
2796         * src/matcher.c
2797                 add function to find a matcher constant from a string
2798
2799 2002-12-27 [christoph]  0.8.8claws11
2800
2801         * src/compose.c
2802                 MENUITEM_ADD casts the 4th argument from integer to pointer
2803                 so it probably should not be a pointer, this means we
2804                 should use account id for it and not the account's pointer
2805
2806 2002-12-27 [paul]       0.8.8claws10
2807
2808         * src/mainwindow.c
2809                 remove unneeded 'GtkWidget *vbox'
2810                 
2811         * src/summaryview.c
2812                 further sync with 0.8.8 - make sort
2813                 by recipient work as expected
2814                 
2815         * NEWS
2816                 sync with 0.8.8
2817
2818 2002-12-27 [paul]       0.8.8claws9
2819
2820         * po/pt_BR.po
2821                 updated by Ivan F. Martinez
2822                 
2823 2002-12-27 [darko]      0.8.8claws8
2824
2825         * src/common/utils.c
2826                 added locked pattern to extended search
2827
2828 2002-12-27 [alfons]     0.8.8claws7
2829
2830         * src/prefs_matcher.[ch]
2831                 clean up
2832
2833 2002-12-26 [alfons]     0.8.8claws6
2834
2835         * src/matcher.[ch]
2836         * src/matcher_parser_lex.l
2837         * src/matcher_parser_parse.y
2838         * src/prefs_matcher.c
2839                 allow color label as a condition in the matcher
2840
2841 2002-12-26 [oliver]     0.8.8claws5
2842         
2843         * src/toolbar.c 
2844                 enable Addressbook for Main and Messageview
2845         * src/prefs_actions.c
2846                 enable actions in Messageview
2847
2848 2002-12-26 [christoph]  0.8.8claws4
2849
2850         * src/common/plugin.c
2851                 add a little debug output
2852         * configure.in
2853         * src/plugins/demo/Makefile.am
2854                 better use of automake
2855
2856 2002-12-26 [christoph]  0.8.8claws3
2857
2858         * src/Makefile.am
2859         * src/common/Makefile.am
2860                 fix "make distdir"
2861
2862 2002-12-26 [christoph]  0.8.8claws2
2863
2864         * configure.in
2865                 sort configure checks into common / gtk / plugins
2866         * po/POTFILES.in
2867                 add src/prefs_gtk.c
2868         * src/Makefile.am
2869                 add plugins SUBDIR
2870         * src/main.c
2871         * src/common/sylpheed.[ch]
2872                 added now sylpheed_done function for shutdown
2873         * src/common/Makefile.am
2874         * src/common/plugin.[ch]                ** NEW **
2875                 plugin loader and unloader
2876         * src/plugins/.cvsignore                ** NEW **
2877         * src/plugins/Makefile.am               ** NEW **
2878                 build plugins
2879         * src/plugins/demo/.cvsignore           ** NEW **
2880         * src/plugins/demo/Makefile.am          ** NEW **
2881         * src/plugins/demo/demo.c               ** NEW **
2882                 small demo plugin that installs a logtext hook and
2883                 outputs the log text to stdout
2884
2885 2002-12-26 [paul]       0.8.8claws1
2886
2887         * po/es.po
2888                 updated by Ricardo Mones Lastra
2889
2890 2002-12-26 [paul]       0.8.8claws
2891
2892         * 0.8.8claws released
2893
2894 2002-12-26 [paul]       0.8.7claws12
2895
2896         * po/bg.po
2897                 updated by George Danchev
2898
2899 2002-12-26 [paul]       0.8.7claws11
2900
2901         * po/POTFILES.in
2902                 remove unneeded 'src/prefs.c' entry 
2903
2904 2002-12-26 [paul]       0.8.7claws10
2905
2906         * src/codeconv.c
2907           src/mainwindow.c
2908                 sync with 0.8.8 release
2909         
2910         * src/folder.[ch]
2911           src/mh.c
2912           src/summaryview.c
2913                 partial sync with 0.8.8 release
2914         
2915
2916 2002-12-25 [alfons]     0.8.7claws9
2917
2918         * src/matcher.[ch]
2919         * src/matcher_parser_lex.l
2920         * src/matcher_parser_parse.y
2921         * src/prefs_matcher.c
2922                 add locked flag to possible filtering / matcher 
2923                 conditions (also a good example what should be
2924                 done to add a simple boolean condition)
2925
2926 2002-12-25 [christoph]  0.8.7claws8
2927
2928         * src/Makefile.am
2929         * src/account.[ch]
2930         * src/addrbook.c
2931         * src/addressbook.c
2932         * src/addrindex.c
2933         * src/filtering.c
2934         * src/folder.c
2935         * src/matcher.c
2936         * src/prefs.[ch]                ** REMOVE **
2937         * src/prefs_account.c
2938         * src/prefs_actions.c
2939         * src/prefs_common.c
2940         * src/prefs_customheader.c
2941         * src/prefs_display_header.c
2942         * src/prefs_filtering.c
2943         * src/prefs_folder_item.c
2944         * src/prefs_gtk.[ch]            ** NEW **
2945         * src/prefs_matcher.c
2946         * src/prefs_scoring.c
2947         * src/prefs_summary_column.c
2948         * src/procmime.c
2949         * src/selective_download.c
2950         * src/toolbar.c
2951         * src/common/Makefile.am
2952         * src/common/prefs.[ch]         ** NEW **
2953                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2954
2955 2002-12-24 [alfons]     0.8.7claws7
2956
2957         * src/summaryview.c
2958                 summary_thread_build(): fix real cause of the crash mentioned in
2959                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2960                 this way we get meaningful ctree nodes 
2961
2962 2002-12-24 [oliver]     0.8.7claws6
2963
2964         * src/mainwindow.[ch]
2965         * src/messageview.[ch]
2966         * src/compose.[ch]
2967         * src/inc.c
2968         * src/summaryview.c
2969                 changes to use updated toolbar handling
2970                 
2971 2002-12-24 [oliver]     0.8.7claws5
2972
2973         * src/toolbar.[ch]
2974                 generic toolbar handling
2975                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2976         * src/prefs_toolbar.[ch]
2977                 adjust to handling
2978         
2979 2002-12-24 [oliver]     0.8.7claws4
2980         
2981         * src/stock_pixmap.[ch]
2982                 move SYLPHEED_LOGO to end of list in order 
2983                 to remove it from Custom Toolbar`s Icon View
2984
2985 2002-12-24 [alfons]     0.8.7claws3
2986
2987         * src/summaryview.c
2988                 summary_thread_build(): fix crash because of focus != selection 
2989                 after threading. when deleting the selection, gtk tries but fails 
2990                 to find the correct focusable element. we now force the selection
2991                 to be focused. this should solve the infamous bug reported by 
2992                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
2993                 a test case is available. 
2994
2995 2002-12-24 [darko]      0.8.7claws2
2996
2997         * src/summaryview.c
2998                 don't crash when unmarking message with unread children
2999
3000 2002-12-23 [christoph]  0.8.7claws1
3001
3002         * src/Makefile.am
3003         * src/common/Makefile.am
3004                 update Makefiles for moved intl.h, version.h and defs.h
3005         * src/imap.c
3006                 rewrite imap_session_get to avoid duplicate code
3007
3008 2002-12-23 [paul]       0.8.7claws
3009
3010         * Santa-Claws released
3011         
3012         * po/hu.po
3013           po/ru.po
3014                 squeeze in updated Hungarian and Russian translations.
3015                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3016
3017 2002-12-23 [paul]       0.8.6claws129
3018
3019         * po/pl.po
3020                 updated by Witold Wladyslaw Wojciech Wilk
3021
3022 2002-12-23 [paul]       0.8.6claws128
3023
3024         * src/quote_fmt_parse.y
3025                 fix typo and add licence header
3026
3027 2002-12-23 [paul]       0.8.6claws127
3028
3029         * po/en_GB.po
3030                 updated
3031
3032 2002-12-23 [paul]       0.8.6claws126
3033
3034         * po/it.po
3035                 updated translation, submitted by Alessandro Maestri
3036                 
3037 2002-12-23 [paul]       0.8.6claws125
3038
3039         * src/quote_fmt_parse.y
3040                 fix signature-stripping on replies bug. match
3041                 '-- \n' and not '-- '.
3042
3043 2002-12-22 [paul]       0.8.6claws124
3044
3045         * po/bg.po
3046           po/es.po
3047           po/sr.po
3048                 updated translations. submitted by George Danchev,
3049                 Ricardo Mones Lastra, and Urke MMI respectively
3050
3051 2002-12-21 [paul]       0.8.6claws123
3052
3053         * src/addrbook.c
3054                 fix coding style
3055
3056 2002-12-21 [paul]       0.8.6claws122
3057
3058         * src/addrbook.c
3059                 fix bug [643638] where if a person is in one or more
3060                 addressbook groups editing that person's email 
3061                 address results in removal from those groups.
3062                 Patch submitted by Luke Plant.
3063
3064 2002-12-20 [christoph]  0.8.6claws121
3065
3066         * src/common/utils.c
3067         * src/summaryview.c
3068                 reimplement expand_search_string using GString to
3069                 prevent crashs caused by miscalculated string
3070                 lengths reported by Paul
3071
3072 2002-12-20 [christoph]  0.8.6claws120
3073
3074         * src/summaryview.c
3075                 don't use "changed" to check if op_count has to be changed as it
3076                 is also set when the message has unread children
3077                 (closes bug [ 653221 ] crash while deleting duplicates)
3078
3079 2002-12-20 [paul]       0.8.6claws119
3080
3081         * sync with 0.8.6cvs27
3082                 see ChangeLog 2002-12-20
3083
3084 2002-12-20 [paul]       0.8.6claws118
3085
3086         * sync with 0.8.6cvs26
3087                 see ChangeLog 2002-12-19 and 2002-12-20
3088
3089 2002-12-19 [alfons]     0.8.6claws117
3090
3091         * src/textview.c
3092                 fix incorrect parsing of email addresses, submitted by 
3093                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3094                 name display if it contains @".
3095
3096 2002-12-18 [paul]       0.8.6claws116
3097
3098         * sync with 0.8.6cvs23
3099                 see ChangeLog 2002-12-18
3100
3101 2002-12-18 [paul]       0.8.6claws115
3102
3103         * src/Makefile.am
3104         * src/account.c
3105         * src/codeconv.c
3106         * src/gtkutils.[ch]
3107         * src/imap.c
3108                 sync with 0.8.6cvs22.
3109                 see ChangeLog 2002-12-17 and 2002-12-18
3110
3111 2002-12-17 [christoph]  0.8.6claws114
3112
3113         * src/imap.c
3114                 o don't create a session if imap greeting fails
3115                 o don't close socket when authentication fails
3116                   this is done by imap_session_destroy
3117
3118 2002-12-17 [thorsten]   0.8.6claws113
3119
3120         * tools/Makefile.am
3121           tools/README
3122           tools/google_msgid.pl ** NEW FILE **
3123                 Added "search for message-id" script and doc
3124
3125 2002-12-17 [thorsten]   0.8.6claws112
3126
3127         * po/hu.po
3128                 Updated hungarian translation
3129                 (updated by Gal Zoltan)
3130
3131 2002-12-16 [christoph]  0.8.6claws111
3132
3133         * src/addr_compl.c
3134                 remove stupid addressbook dump to debug output
3135         * src/mh.c
3136                 fix memory leak found by Hiro
3137
3138 2002-12-14 [paul]       0.8.6claws110
3139
3140         * src/compose.c
3141                 fix menubar sensitivity on send
3142                 
3143         * src/prefs_filtering.c
3144         * src/prefs_matcher.c
3145         * src/prefs_scoring.c
3146                 Fix english ;)
3147                 
3148         * src/common/quoted-printable.h
3149                 sync: fix typo
3150         
3151 2002-12-13 [christoph]  0.8.6claws109
3152
3153         * src/Makefile.am
3154         * src/manage_window.[ch]        ** REMOVE **
3155         * src/gtk/Makefile.am
3156         * src/gtk/manage_window.[ch]    ** NEW **
3157                 move manage_window files to gtk directory
3158
3159 2002-12-13 [christoph]  0.8.6claws108
3160
3161         * src/Makefile.am
3162         * src/gtkshruler.[ch]           ** REMOVE **
3163         * src/gtk/Makefile.am
3164         * src/gtk/gtkshruler.[ch]       ** NEW **
3165                 move gtkshruler files to gtk directory
3166
3167 2002-12-13 [christoph]  0.8.6claws107
3168
3169         * src/Makefile.am
3170         * src/compose.c
3171         * src/gtkstext.[ch]             ** REMOVE **
3172         * src/gtkutils.[ch]
3173         * src/textview.c
3174         * src/gtk/gtkstext.[ch]         ** NEW **
3175         * src/gtk/Makefile.am
3176                 o move stext functions to gtkstext.c to remove
3177                   dependency of gtkutils
3178                 o move gtkstext files to gtk directory
3179
3180         * src/gtk/Makefile.am
3181         * src/gtk/sslcertwindow.[ch]
3182                 UI stuff can always depend on common code so
3183                 it's ok to add ../common to include path
3184
3185 2002-12-13 [colin]      0.8.6claws106
3186
3187         * src/summaryview.c
3188                 Disconnect sighandlers for mainwindow when
3189                 quicksearch has the focus
3190                 Fix bug #653231
3191         * src/mainwindow.[ch]
3192                 Make key_pressed callback public, to be able
3193                 to disconnect it
3194
3195 2002-12-13 [christoph]  0.8.6claws105
3196
3197         * src/mh.c
3198                 create .mh_sequences file in new MH folders
3199                 (closes feature request [ 523162 ] MH folders should
3200                  get a .mh_sequences)
3201
3202 2002-12-13 [colin]      0.8.6claws104
3203
3204         * src/summaryview.c
3205                 Better handling of quicksearch show/hide
3206                 (basically the button stays under the mouse 
3207                  when toggled)
3208
3209 2002-12-13 [paul]       0.8.6claws103
3210
3211         * sync with 0.8.6cvs17
3212                 see ChangeLog 2002-12-13
3213
3214 2002-12-13 [paul]       0.8.6claws102
3215
3216         * po/es.po
3217                 updated by Ricardo Mones Lastra
3218
3219 2002-12-11 [colin]       0.8.6claws101
3220
3221         * src/folder.c
3222                 remove statusbar stuff
3223           src/folderview.c
3224                 set statusbar verbosity when moving folders
3225
3226 2002-12-11 [colin]       0.8.6claws100
3227         * src/prefs_filtering.c
3228         * src/prefs_matcher.c
3229         * src/prefs_scoring.c
3230                 Fix english ;)
3231
3232 2002-12-11 [colin]       0.8.6claws99
3233
3234         * src/prefs_common.[ch]
3235                 Add summary_quicksearch_type
3236         * src/summaryview.c
3237                 Save last used quicksearch type
3238
3239 2002-12-11 [jens]       0.8.6claws98
3240         * src/prefs_filtering.c
3241         * src/prefs_matcher.c
3242         * src/prefs_scoring.c
3243                 added dialog for incomplete rules in scoring, filtering and
3244                 matcher to ask wheather really close
3245
3246 2002-12-11 [colin]      0.8.6claws97
3247
3248         * src/folder.c
3249                 Fix folder dnd statusbar logging
3250
3251 2002-12-10 [christoph]  0.8.6claws96
3252
3253         * src/compose.c
3254         * src/folder.c
3255         * src/imap.c
3256         * src/inc.c
3257         * src/main.c
3258         * src/mainwindow.c
3259         * src/news.c
3260         * src/send.c
3261         * src/statusbar.[ch]
3262         * src/common/hooks.c
3263         * src/common/log.[ch]
3264                 o handle verbose logging in statusbar directly in statusbar code
3265                   and common code does not need any knowledge about a statusbar
3266                 o remove direct calls to statusbar_(puts|pop)_all functions
3267
3268 2002-12-10 [jens]       0.8.6claws95
3269
3270         * src/*.c
3271                 removed gettext from g_warnings
3272         * po/POTFILES.in
3273                 cleaned and updated
3274         * po/de.po
3275                 updated
3276
3277 2002-12-10 [colin]      0.8.6claws94
3278
3279         * src/main.c
3280                 finish crash dialog fix
3281
3282 2002-12-10 [colin]      0.8.6claws93
3283
3284         * src/main.c
3285                 "Fix" "sylpheed already running" instead of
3286                 crash dialog appearing after a crash
3287
3288 2002-12-10 [colin]      0.8.6claws92
3289
3290         * po/POTFILES.in
3291                 add src/gtk/sslcertwindow.c
3292
3293 2002-12-10 [paul]       0.8.6claws91
3294
3295         * po/POTFILES.in
3296                 updated to reflect recent changes
3297                 submitted by Alessandro Maestri
3298
3299 2002-12-09 [christoph]  0.8.6claws90
3300
3301         * src/Makefile.am
3302         * src/smtp.[ch]                 ** REMOVE **
3303         * src/common/Makefile.am
3304         * src/common/smtp.[ch]          ** NEW **
3305                 move smtp files to common directory
3306
3307 2002-12-09 [christoph]  0.8.6claws89
3308
3309         * src/Makefile.am
3310         * src/session.[ch]              ** REMOVE **
3311         * src/common/Makefile.am
3312         * src/common/session.[ch]       ** NEW **
3313                 move session files to common directory
3314
3315 2002-12-09 [paul]       0.8.6claws88
3316
3317         * src/account.c
3318                 fix bug [649746] edit accounts: move account reverted
3319                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3320
3321 2002-12-09 [colin]      0.8.6claws87
3322
3323         * src/ssl_certificate.c
3324                 cleanup
3325
3326 2002-12-09 [colin]      0.8.6claws86
3327
3328         * src/ssl.c
3329                 Try to open the cert.pem database and 
3330                 issue a warning if it isn't there
3331
3332 2002-12-09 [colin]      0.8.6claws85
3333
3334         * src/common/ssl_certificate.c
3335         * src/gtk/sslcertwindow.c
3336                 Warning fixes
3337
3338 2002-12-09 [colin]      0.8.6claws84
3339
3340         * src/ssl_certificate.[ch] ** REMOVED **
3341         * src/common/ssl_certificate.[ch] ** NEW **
3342         * src/Makefile.am
3343         * src/common/Makefile.am
3344                 Moved ssl_certificate.[ch] to common
3345         * src/common/ssl.c 
3346                 Put back needed include
3347         * src/gtk/sslcertwindow.[ch]
3348                 Changed ssl_certificate.h include
3349         
3350 2002-12-09 [colin]      0.8.6claws83
3351
3352         * src/gtk/sslcertwindow.[ch]
3353                 Implement hook for certificate acception
3354         * src/ssl_certificate.[ch]
3355                 Implement hook for certificate acception
3356         * src/common/ssl.c
3357                 Reenable certificate acception check
3358         * src/mainwindow.c
3359                 Register sslcertwindow's hook
3360         
3361 2002-12-08 [christoph]  0.8.6claws82
3362
3363         * src/about.c
3364         * src/addr_compl.c
3365         * src/codeconv.c
3366         * src/manual.c
3367         * src/undo.c
3368         * src/common/utils.c
3369                 o add missing includes
3370                 o fix warnings
3371         * src/.cvsignore
3372         * src/common/.cvsignore
3373         * src/common/version.h          ** REMOVE **
3374                 remove autogenerated file
3375
3376 2002-12-08 [paul]       0.8.6claws81
3377
3378         * src/stringtable.c
3379                 put back needed include
3380
3381 2002-12-08 [colin]      0.8.6claws80
3382         
3383         * src/gtk/sslcertwindow.c
3384                 Cleaner popups when asking
3385         * src/ssl_certificate.c
3386         * src/prefs_common.[ch]
3387                 remove ssl certificate pref
3388                 put back needed include
3389         * src/undo.c
3390                 put back needed include
3391
3392 2002-12-08 [christoph]  0.8.6claws79
3393
3394         * src/folderview.c
3395         * src/logwindow.c
3396         * src/statusbar.c
3397         * src/summaryview.c
3398                 only abort hook invokation if required data is missing not
3399                 if our own data pointer is NULL, update hookfunction for
3400                 log window
3401
3402 2002-12-08 [paul]       0.8.6claws78
3403
3404         * src/about.c
3405         * src/addrcache.c
3406         * src/addrclip.c
3407         * src/addr_compl.c
3408         * src/addrselect.c
3409         * src/codeconv.c
3410         * src/colorlabel.c
3411         * src/enriched.c
3412         * src/esmtp.c
3413         * src/exporthtml.c
3414         * src/headerview.c
3415         * src/imageview.c
3416         * src/manual.c
3417         * src/noticeview.c
3418         * src/pgptext.c
3419         * src/scoring.c
3420         * src/sourcewindow.c
3421         * src/stringtable.c
3422         * src/undo.c
3423                 clean up: remove unneccesary includes
3424
3425 2002-12-08 [christoph]  0.8.6claws77
3426
3427         * src/folderview.c
3428         * src/statusbar.c
3429         * src/summaryview.c
3430         * src/common/hooks.[ch]
3431                 hook functions now have a gboolean return value, if a hook
3432                 returns TRUE it will stop executing of any more hooks in
3433                 the same hooklist for this invokation
3434
3435 2002-12-08 [colin]      0.8.6claws76
3436         
3437         * src/main.c
3438                 put back argv0 for CRASH_DIALOG
3439
3440 2002-12-08 [christoph]  0.8.6claws75
3441
3442         * src/Makefile.am
3443         * src/about.c
3444         * src/account.c
3445         * src/crash.c
3446         * src/esmtp.h
3447         * src/imap.[ch]
3448         * src/inc.c
3449         * src/main.c
3450         * src/mainwindow.c
3451         * src/news.c
3452         * src/pop.[ch]
3453         * src/prefs_account.[ch]
3454         * src/prefs_common.[ch]
3455         * src/send.[ch]
3456         * src/smtp.[ch]
3457         * src/ssl_certificate.[ch]
3458         * src/ssl_manager.[ch]
3459         * src/common/Makefile.am
3460         * src/common/log.c
3461         * src/common/nntp.[ch]
3462         * src/common/socket.[ch]
3463         * src/common/ssl.[ch]
3464         * src/gtk/sslcertwindow.[ch]
3465         * ac/openssl.m4
3466                 use new autoconf script to detect OpenSSL with extra parameters
3467                 to specify the location of libs and includes, also remove USE_SSL
3468                 to USE_OPENSSL
3469
3470         * src/common/sylpheed.[ch]
3471         * src/common/version.h.in
3472                 start seperation of common code initialization seperated from gui
3473
3474         * src/summaryview.c
3475                 The function that is called when a color label changes
3476                 should not change the color lable again
3477
3478 2002-12-08 [colin]      0.8.6claws74
3479
3480         * src/gtk/sslcertwindow.c
3481                 warning fixes
3482
3483 2002-12-08 [colin]      0.8.6claws73
3484
3485         * src/statusbar.c
3486           src/common/log.h
3487                 Register a hook for statusbar_puts_all
3488         * src/common/log.c
3489                 invoke statusbar_puts_all's hook
3490         
3491 2002-12-08 [colin]      0.8.6claws72
3492
3493         * src/ssl_certificate.c
3494                 Put back a badly-removed include
3495
3496 2002-12-08 [colin]      0.8.6claws71
3497
3498         * src/gtk/sslcertwindow.[ch]    ** NEW **
3499                 new certificate presentation
3500         * src/gtk/Makefile.am
3501                 add new files
3502         * src/ssl_certificate.[ch]
3503                 gtk cleanup, made utility functions public
3504         * src/ssl_manager.c
3505                 use new cert presentation
3506
3507 2002-12-07 [christoph]  0.8.6claws70
3508
3509         * src/Makefile.am
3510         * src/nntp.[ch]                 ** REMOVE **
3511         * src/common/Makefile.am
3512         * src/common/nntp.[ch]          ** NEW **
3513                 move nntp files to common directory
3514
3515 2002-12-07 [christoph]  0.8.6claws69
3516
3517         * src/procmsg.[ch]
3518         * src/summaryview.c
3519                 implement msginfo update callback using sylpheed's new
3520                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3521
3522 2002-12-06 [christoph]  0.8.6claws68
3523
3524         * src/editgroup.c
3525                 This patch changes the 'Edit Group Details' dialog to
3526                 allow extended selections in either pane, so that
3527                 addresses can be added or removed from a group more
3528                 quickly and easily. (it actually is a net decrease in
3529                 file size, as some unnecessary functions have been
3530                 removed). 
3531                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3532
3533 2002-12-06 [christoph]  0.8.6claws67
3534
3535         * src/Makefile.am
3536         * src/template.[ch]             ** REMOVE **
3537         * src/common/Makefile.am
3538         * src/common/template.[ch]      ** NEW **
3539                 move template files to common directory
3540
3541         * src/nntp.c
3542                 add missing log.h include
3543
3544 2002-12-06 [melvin]     0.8.6claws66
3545
3546         * src/prefs_actions.c
3547                 Added the trailing ">" syntax to insert command's output
3548                 without replacing old text (in contrast to trailing "|").
3549
3550 2002-12-05 [colin]      0.8.6claws65
3551         
3552         * src/common/utils.c
3553                 Don't modify original search_string or it'll change
3554                 the next iterations in the for()
3555
3556 2002-12-05 [darko]      0.8.6claws64
3557
3558         * src/common/utils.c
3559                 proper check for filtering commands, found by Colin
3560
3561 2002-12-05 [darko]      0.8.6claws63
3562
3563         * src/common/utils.c
3564                 check proper string for NULL pointer, found by Colin
3565
3566 2002-12-05 [darko]      0.8.6claws62
3567
3568         * src/common/utils.[ch]
3569                 expand_search_string(): new function
3570                 converts Mutt-like patterns to Sylpheed's
3571                 filtering engine
3572         * src/summaryview.c
3573                 use expand_search_string() to allow Mutt-like
3574                 patterns in extended search
3575         * README.claws
3576                 document extended option in quick search
3577
3578 2002-12-05 [paul]       0.8.6claws61
3579
3580         * sync with 0.8.6cvs16
3581                 see ChangeLog 2002-12-05
3582                 
3583         * po/POTFILES.in
3584                 clean up
3585
3586 2002-12-04 [christoph]  0.8.6claws60
3587
3588         * src/imap.[ch]
3589                 put imap authentication code into a new function and
3590                 remove it from imap_session_new that will allow to
3591                 send other commands before authentication
3592
3593 2002-12-04 [christoph]  0.8.6claws59
3594
3595         * src/imap.[ch]
3596                 use already existing method to prevent unneeded IMAP
3597                 folder selects. Set imap_select parameters to NULL
3598                 in some functions if the values are not required.
3599
3600         * src/xml.h
3601                 remove no longer required include
3602
3603 2002-12-04 [paul]       0.8.6claws58
3604
3605         * po/es.po
3606                 updated by Ricardo Mones Lastra
3607                 
3608         * configure.in
3609           po/hu.po      ** NEW FILE **
3610                 initial Hungarian translation, submitted
3611                 by Gál Zoltán <galzoli@hu.inter.net>
3612
3613 2002-12-03 [christoph]  0.8.6claws57
3614
3615         * src/Makefile.am
3616         * src/gtksctree.[ch]            ** REMOVE **
3617         * src/gtk/Makefile.am
3618         * src/gtk/gtksctree.[ch]        ** NEW **
3619                 move gtksctree files to gtk directory
3620
3621 2002-12-03 [christoph]  0.8.6claws56
3622
3623         * src/Makefile.am
3624         * src/md5.[ch]                  ** REMOVE **
3625         * srm/common/Makefile.am
3626         * src/common/md5.[ch]           ** NEW **
3627                 move md5 files to common directory
3628
3629         * src/gtkstext.c
3630                 remove not required #include
3631
3632 2002-12-03 [sergey]     0.8.6claws55
3633
3634         * src/gtkutils.c
3635         * src/gtkutils.h
3636                 gtkut_window_popup(): new function.
3637         * src/mainwindow.c
3638                 main_window_popup(): use gtkut_window_popup() to raise
3639                 window without changing its position.
3640                 (see sylpheed-main ML message [sylpheed:17247])
3641
3642 2002-12-03 [sergey]     0.8.6claws54
3643
3644         * src/send.c
3645                 send_message_local(): removed first-dot escaping
3646                 (SMTP-only, not needed for sending through pipe)
3647
3648 2002-12-03 [paul]       0.8.6claws53
3649
3650         * po/POTFILES.in
3651                 update to reflect recent changes (thanks
3652                 to Ricardo Mones Lastra)
3653                 
3654         * tools/filter_conv.pl
3655                  fix problem with quoted strings. Patch submitted
3656                  by Luke Plant <lukeplant@softhome.net>
3657
3658 2002-12-03 [paul]       0.8.6claws52
3659
3660         * sync with 0.8.6cvs15
3661                 see ChangeLog 2002-12-03
3662
3663 2002-12-02 [christoph]  0.8.6claws51
3664
3665         * src/logwindow.[ch]
3666         * src/common/log.[ch]
3667                 implement logging using a hook function
3668
3669         * src/folderview.c
3670         * src/folder.[ch]
3671                 define hooklist name in header file to avoid
3672                 errors caused by wrong spelling of hooklist names
3673
3674         * src/toolbar.c
3675                 fix warnings
3676
3677 2002-12-02 [christoph]  0.8.6claws50
3678
3679         * src/common/Makefile.am
3680                 add src/common/hooks.[ch]
3681
3682         * src/common/hooks.[ch]
3683                 implement a simple hook system using glib's hook functions
3684
3685         * src/folder.[ch]
3686         * src/folderview.c
3687                 use new hook system for folder item updates
3688
3689 2002-12-02 [christoph]  0.8.6claws49
3690
3691         * doc-src/ui_seperation.txt     ** NEW **
3692                 information for ui seperation
3693
3694         * src/Makefile.am
3695                 remove files that were moved to common
3696                 include common directory by default for the header files
3697
3698         * src/inc.c
3699         * src/common/socket.c
3700         * src/automaton.[ch]
3701                 implement automaton using g_io_*-functions instead of
3702                 gdk_input_add to make it ui independent
3703
3704         * src/codeconv.c
3705         * src/compose.c
3706         * src/ldif.c
3707         * src/pgptext.c
3708         * src/procmime.c
3709         * src/rfc2015.c
3710         * src/smtp.c
3711         * src/unmime.c
3712                 remove common/ prefix because directory is now in
3713                 include path
3714
3715         * src/compose.c
3716         * src/folder.c
3717         * src/folderview.c
3718         * src/mainwindow.c
3719         * src/messageview.c
3720         * src/prefs_common.c
3721         * src/procmsg.c
3722         * src/rfc2015.c
3723                 fix warnings
3724
3725         * src/imap.c
3726         * src/inc.c
3727         * src/news.c
3728         * src/pop.c
3729         * src/send.c
3730         * src/smtp.c
3731         * src/ssl_certificate.c
3732                 add log.h header file for logging functions
3733
3734         * src/main.c
3735         * src/common/utils.c
3736         * src/summaryview.c
3737         * src/xml.c
3738                 o move debug_mode to common/utils.c
3739                 o add functions to set and get debug_mode
3740
3741         * src/defs.h                    ** REMOVE **
3742         * src/intl.h                    ** REMOVE **
3743         * src/socket.[ch]               ** REMOVE **
3744         * src/ssl.[ch]                  ** REMOVE **
3745         * src/utils.[ch]                ** REMOVE **
3746                 replaced by new files in src/common/
3747         
3748         * src/common/Makefile.am
3749                 add new files in src/common/
3750
3751         * src/common/defs.h             ** NEW **
3752         * src/common/intl.h             ** NEW **
3753         * src/common/log.[ch]           ** NEW **
3754         * src/common/socket.[ch]        ** NEW **
3755         * src/common/ssl.[ch]           ** NEW **
3756         * src/common/utils.[ch]         ** NEW **
3757                 replacement for files in src/
3758
3759 2002-12-02 [colin]      0.8.6claws48
3760
3761         * src/folderview.c
3762                 Scroll folderview if necessary during dnd
3763
3764 2002-12-02 [colin]      0.8.6claws47
3765
3766         * src/folder.[ch]
3767                 Add check to verify a move is within a single mailbox
3768         * src/folderview.c
3769                 Add specific error string for this check
3770
3771 2002-12-02 [colin]      0.8.6claws46
3772
3773         * src/folder.c
3774                 Add a test to folder moving, remove a statusbar_print
3775         * src/folderview.c
3776                 Add Move folder... context-menu item
3777                 Factorize folder moving code
3778                 Enable folder DND for mbox
3779
3780 2002-12-01 [christoph]  0.8.6claws45
3781
3782         * ac/aspell.m4
3783                 remove conf.aspelltest if the version check fails
3784
3785 2002-11-30 [christoph]  0.8.6claws44
3786
3787         * autogen.sh
3788                 run libtoolize --force in autogen to create missing
3789                 libtool scripts
3790
3791 2002-11-30 [christoph]  0.8.6claws43
3792
3793         * src/Makefile.am
3794         * src/pgptext.c
3795         * src/procmime.c
3796         * src/rfc2015.c
3797         * src/uuencode.[ch]             ** REMOVED **
3798         * src/common/Makefile.am
3799         * src/common/uuencode.[ch]      ** NEW **
3800                 move uuen/decoder to common directory
3801
3802 2002-11-30 [christoph]  0.8.6claws42
3803
3804         * src/Makefile.am
3805         * src/base64.[ch]               ** REMOVED **
3806         * src/codeconv.c
3807         * src/compose.c
3808         * src/ldif.c
3809         * src/pgptext.c
3810         * src/procmime.c
3811         * src/rfc2015.c
3812         * src/smtp.c
3813         * src/unmime.c
3814         * src/common/Makefile.am
3815         * src/common/base64.[ch]        ** NEW **
3816                 move base64 en/decoder to common directory
3817
3818 2002-11-30 [christoph]  0.8.6claws41
3819
3820         * src/common                    ** NEW **
3821                 new directory for UI independent code
3822         * src/gtk                       ** NEW **
3823                 new directory for GTK frontend
3824         * src/common/.cvsignore         ** NEW **
3825         * src/gtk/.cvsignore            ** NEW **
3826                 ignore build files
3827         * src/common/Makefile.am        ** NEW **
3828         * src/gtk/Makefile.am           ** NEW **
3829                 automake files to build new seperated stuff
3830         * src/Makefile.am
3831                 the binary will currently still be build with the
3832                 files in src, so we include the code from the
3833                 subdirs for now after building the libs there
3834
3835 2002-11-30 [paul]       0.8.6claws40
3836
3837         * src/compose.c
3838                 fix bug [642731] 'Wrong selected account with drafted mail'
3839
3840 2002-11-29 [oliver]     0.8.6claws39
3841         
3842         * src/messageview.c
3843                 o update summaryview when switching between different
3844                   messageviews          
3845         * src/toolbar.c  
3846                 o check if messageview holds already removed msg
3847                   from summaryview
3848                 
3849
3850 2002-11-29 [oliver]     0.8.6claws38
3851
3852         * src/toolbar.c 
3853                 remove not needed variables and includes
3854                 make messageview stay opened and move to next when msgs are deleted 
3855
3856 2002-11-29 [oliver]     0.8.6claws37
3857         
3858         * src/toolbar.c 
3859                 disable compose button (messageview toolbar) by default
3860                 deleted msgs are moved to trash
3861         
3862 2002-11-29 [melvin]     0.8.6claws36
3863
3864         * configure.in
3865                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3866                 and to detect signatures expirations (gpgme 0.3.6)
3867
3868         * src/main.c
3869                 Use non obsolescent function for Gpgme engine checking.
3870
3871         * src/rfc2015.c
3872                 Inform about expired signatures or signatures which key
3873                 has expired. Expiration date is displayed.
3874
3875         * src/sigstatus.c
3876                 Inform about expired signatures or signatures which key
3877                 has expired.
3878
3879 2002-11-28 [paul]       0.8.6claws35
3880
3881         * src/folderview.c
3882                 re-instate 'Check for new messages' in Newsgroup
3883                 folders right-click menu, after a suggestion from
3884                 Tim Mann <timmann@users.sourceforge.net>
3885
3886         * src/main.c
3887                 after a crash check only local folders for new
3888                 messages
3889
3890 2002-11-28 [paul]       0.8.6claws34
3891
3892         * configure.in
3893                 apply patch that fixes the checking of GTK with XIM 
3894                 support on different OSs, such as FreeBSD. Patch 
3895                 submitted by Topia <topia@users.sourceforge.net>
3896                 
3897 2002-11-28 [paul]       0.8.6claws33
3898
3899         * src/mainwindow.c
3900           src/prefs_common.c
3901           src/prefs_toolbar.c
3902                 more changes to the English
3903
3904 2002-11-28 [paul]       0.8.6claws32
3905
3906         * sync with 0.8.6cvs13
3907                 see ChangeLog 2002-11-28 (no sync needed
3908                 for src/compose.c)
3909
3910 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3911         
3912         * src/mainwindow.[ch]
3913                 add patch by Ivan F. Martinez introducing messageview Toolbar
3914                 some changes and committed by oliver    
3915
3916 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3917
3918         * src/messageview.[ch]
3919                 add patch by Ivan F. Martinez introducing messageview Toolbar
3920                 some changes and committed by oliver    
3921
3922 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
3923
3924         * src/compose.[ch]
3925                 add patch by Ivan F. Martinez introducing messageview Toolbar
3926                 some changes and committed by oliver    
3927
3928 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
3929         
3930         * src/toolbar.[ch]
3931                 add patch by Ivan F. Martinez introducing messageview Toolbar
3932                 some changes and committed by oliver
3933
3934 2002-11-28 [oliver]     0.8.6claws27
3935         
3936         * src/prefs_toolbar.[ch]
3937                 getting ready for messageview toolbar
3938                 free mem allocated by gettext
3939                 change prefs_toolbar to prefs_toolbar_open
3940  
3941 2002-11-28 [thorsten]   0.8.6claws26
3942
3943         * src/imageview.[ch]
3944                 cleaned up conflicting declarations of
3945                 imageview_show_image()
3946
3947 2002-11-28 [paul]       0.8.6claws25
3948
3949         * src/grouplistdialog.c
3950           src/prefs_common.c
3951           src/prefs_summary_column.c
3952                 a few more improvements to the English
3953
3954 2002-11-28 [colin]      0.8.6claws24
3955
3956         * man/sylpheed.1
3957                 A few updates to command-line parameters
3958
3959 2002-11-28 [colin]      0.8.6claws23
3960
3961         * src/prefs_filtering.c
3962                 Fix problems with prefs_filtering_delete_path:
3963                 a) if the first rule is removed, original pointers
3964                    weren't updated (leading to segfaults)
3965                 b) it was always global_processing updated in case
3966                    of removed path was parent of rule path
3967
3968 2002-11-27 [paul]       0.8.6claws22
3969
3970         * src/mainwindow.c
3971           src/prefs_account.c
3972           src/prefs_actions.c
3973           src/prefs_common.c
3974           src/prefs_customheader.c
3975           src/prefs_display_header.c
3976           src/prefs_filtering.c
3977           src/prefs_folder_item.c
3978           src/prefs_matcher.c
3979           src/prefs_scoring.c
3980           src/prefs_summary_column.c
3981           src/prefs_template.c
3982           src/prefs_toolbar.c
3983                  improve the English in the GUI
3984
3985 2002-11-27 [colin]      0.8.6claws21
3986
3987         * src/folder.c
3988                 Fix processing renaming problems happening after
3989                 last commit
3990
3991 2002-11-27 [colin]      0.8.6claws20
3992
3993         * src/folder.c
3994                 recursive move now deletes src each subfolder after 
3995                 having moved it
3996         * src/folderview.c
3997                 Use identifier instead of path during dnd (enables
3998                 IMAP folder dnd)
3999
4000 2002-11-27 [paul]       0.8.6claws19
4001
4002         * src/main.c
4003                 apply patch that does command-line processing 
4004                 BEFORE gtk_init, allowing claws to run from 
4005                 shell-scripts in non-X environment (e.g. crontab 
4006                 or ip-up, ip-down scripts). Patch submitted by
4007                 Ruslan N. Balkin <baron@dartel.ru>
4008                 
4009         * po/it.po
4010                 updated by Alessandro Maestri
4011
4012 2002-11-27 [paul]       0.8.6claws18
4013
4014         * sync with 0.8.6cvs12
4015           src/prefs_common.c
4016                 Differences are that main uses a 'Receive dialog'
4017                 frame on the Interface tab, whereas claws groups all 
4018                 the dialogs together in a 'Dialogs' frame.
4019
4020 2002-11-27 [colin]      0.8.6claws17
4021
4022         * src/prefs_matcher.c
4023                 Fix Execute criteria's NOT flag
4024
4025
4026 2002-11-26 [christoph]  0.8.6claws16
4027
4028         * src/ssl.c
4029                 rewrite the ssl code a little bit, only use one
4030                 SSL context, set default certificates' file/path
4031
4032 2002-11-26 [thorsten]   0.8.6claws15
4033
4034         * src/compose.c
4035                 default-reply-to didn't work for ml-reply
4036
4037 2002-11-26 [melvin]     0.8.6claws14
4038
4039         * src/prefs_actions.c
4040                 Made pipe-actions ignore short headers in message view
4041                 Made trailing-pipe-actions write in the message view with
4042                 the same font as the original message
4043
4044 2002-11-26 [paul]       0.8.6claws13
4045
4046         * src/compose.c
4047                 this time commit the correct file
4048
4049 2002-11-26 [paul]       0.8.6claws12
4050
4051         * sync with 0.8.6cvs11
4052           src/quote_fmt_parse.y  
4053                 no sync needed
4054           src/account.[ch]       
4055                 not sync'ed
4056           src/compose.c
4057                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4058                 on draft mode.
4059                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4060                 header
4061                 
4062         see ChangeLog 2002-11-25 and 2002-11-26
4063
4064 2002-11-26 [colin]      0.8.6claws11
4065
4066         * src/folderview.c
4067                 Fix collapsed folder not auto-expanding during
4068                 mail dnd, if it was the source folder.
4069
4070 2002-11-25 [colin]      0.8.6claws10
4071
4072         * src/folderview.[ch]
4073                 Variable renaming and cleaning (slist of nodes 
4074                 to be re-collapsed is stored in FolderView)
4075
4076 2002-11-25 [paul]       0.8.6claws9
4077
4078         * src/prefs_common.[ch]
4079                 fix breakage caused by last commit
4080
4081 2002-11-25 [paul]       0.8.6claws8
4082
4083         * sync with 0.8.6cvs4
4084                 see ChangeLog 2002-11-21
4085
4086 2002-11-25 [paul]       0.8.6claws7
4087
4088         * sync with 0.8.6cvs4
4089                 see ChangeLog 2002-11-20
4090
4091 2002-11-25 [paul]       0.8.6claws6
4092
4093         * sync with 0.8.6cvs3
4094                 see ChangeLog 2002-11-18
4095
4096 2002-11-25 [colin]      0.8.6claws5
4097
4098         * src/gtkutils.[ch]
4099                 Add gtkut_ctree_node_is_parent()
4100         * src/folderview.c
4101                 Spring-loaded folders
4102
4103 2002-11-25 [colin]      0.8.6claws4
4104
4105         * src/utils.[ch]
4106                 Add slist_concat_unique(), function to merge
4107                 two GSList filtering dups
4108         * src/folder.[ch]
4109         * src/summaryview.[ch]
4110         * src/folderview.c
4111         * src/main.c
4112                 Add detection/update/display of unread answers
4113                 to marked mails
4114         * src/procmsg.[ch]
4115                 Add procmsg_find_children()
4116                 Add procmsg_msg_has_marked_parent()
4117
4118 2002-11-25 [colin]      0.8.6claws3
4119
4120         * src/ssl_certificate.[ch]
4121                 Allow checking a certificate without a DNS
4122                 lookup
4123                 Allow to forget a cert (by deleting it)
4124                 Make ssl_certificate_destroy_public
4125         * src/ssl_manager.[ch] ** NEW FILES **
4126                 Gui to manage (display/remove) certificates
4127         * src/prefs_common.[ch]
4128                 Add a pref to allow silent acceptation of
4129                 trusted certificates or not (based on the
4130                 "I want to know what's going on" principle)
4131         * src/mainwindow.c
4132                 Add SSL manager in Tools menu
4133         * src/Makefile.am
4134                 Add the new files to the build
4135         * po/POTFILES.in
4136                 Add ssl_manager.c to translations
4137
4138 2002-11-25 [colin]      0.8.6claws2
4139
4140         * src/summaryview.[ch]
4141                 Add S_SEARCH_EXTENDED to the quick search, which 
4142                 allows to search using filtering syntax.
4143
4144 2002-11-25 [colin]      0.8.6claws1
4145
4146         * src/summaryview.c
4147                 Deletion of duplicates now prefer deleting
4148                 the unread dup (fixes feature-request 638989).
4149
4150 2002-11-24 [paul]       0.8.6claws
4151
4152         * po/es.po
4153           po/pl.po
4154           po/ru.po
4155           po/sr.po
4156                 updated by Ricardo Mones Lastra,
4157                 Witold Wladyslaw Wojciech Wilk,
4158                 Ruslan N. Balkin, and  Urke MMI 
4159                 respectively
4160
4161 2002-11-24 [paul]       0.8.5claws182
4162
4163         * po/bg.po
4164                 updated by George Danchev
4165
4166 2002-11-23 [alfons]     0.8.5claws181
4167
4168         * src/imap.c
4169                 tiny memory leak found by browsing Dimitar's 
4170                 valgrind report
4171
4172 2002-11-23 [paul]       0.8.5claws180
4173
4174         * po/it.po
4175                 updated by Alessandro Maestri
4176
4177 2002-11-22 [christoph]  0.8.5claws179
4178
4179         * src/compose.c
4180         * src/inc.c
4181         * src/prefs_filtering.c
4182         * src/summaryview.c
4183                 more warning fixes
4184
4185 2002-11-22 [alfons]     0.8.5claws178
4186
4187         * src/summaryview.c
4188                 summary_execute_delete_func(): if message is deleted, make 
4189                 sure to also remove its entry in the subject hash table. 
4190                 fixes a corner case bug.
4191
4192 2002-11-22 [paul]       0.8.5claws177
4193
4194         * .cvsignore
4195                 add 'autom4te.cache'
4196                 
4197         * ltconfig      ** REMOVED **
4198                 not needed
4199
4200 2002-11-22 [paul]       0.8.5claws176
4201
4202         * src/textview.c
4203                 textview_set_font(): fix for message display in
4204                 UTF-8 locales (thanks to Sergey Vlasov).
4205                 
4206         * AUTHORS
4207                 add new team members and contributors
4208
4209
4210 2002-11-21 [colin]      0.8.5claws175
4211
4212         * src/procmsg.[ch]
4213                 Add procmsg_remove_special_headers()
4214         * src/mh.c
4215                 Use procmsg_remove_special_headers() for 
4216                 previous fix
4217
4218 2002-11-21 [colin]      0.8.5claws174
4219
4220         * src/mh.c
4221                 Fix moving/copying from queue/draft folders
4222                 for MH folders
4223
4224 2002-11-21 [christoph]  0.8.5claws173
4225
4226         * src/crash.c
4227         * src/filtering.c
4228         * src/logwindow.c
4229         * src/main.c
4230         * src/matcher_parser_lex.[hl]
4231         * src/mbox.c
4232         * src/mbox_folder.[ch]
4233         * src/prefs_filtering.c
4234         * src/procheader.c
4235         * src/quote_fmt_lex.l
4236         * src/ssl.c
4237                 fix all warnings except the warnings in lex and yacc files
4238
4239 2002-11-20 [christoph]  0.8.5claws172
4240
4241         * src/imap.c
4242                 fix MsgInfo retrieval for IMAP draft and queue folders
4243                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4244
4245 2002-11-19 [christoph]  0.8.5claws171
4246
4247         * src/compose.c
4248                 fix segfault, when draft saving does not get
4249                 the MsgInfo of the new message
4250                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4251
4252 2002-11-19 [christoph]  0.8.5claws170
4253
4254         * src/procmsg.c
4255                 add parameter check for flag setting function
4256                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4257
4258 2002-11-18 [paul]       0.8.5claws169
4259
4260         * src/compose.c
4261                 more sensitivity fixes to redirect mode:
4262                 * disable toolbar draft button
4263                 * allow only Address book in the Tools menu
4264                 * disable editing of message by the spell
4265                   checker
4266
4267 2002-11-18 [paul]       0.8.5claws168
4268
4269         * src/compose.c
4270                 fix sensitivity of menu items in compose_redirect():
4271                 allow only the necessary items 
4272
4273 2002-11-18 [paul]       0.8.5claws167
4274
4275         * src/compose.c
4276                 fix bug [ 603259 ] 'attachment got lost on bounce'
4277
4278 2002-11-18 [paul]       0.8.5claws166
4279
4280         * po/ru.po
4281                 updated by Ruslan N. Balkin <baron@dartel.ru>
4282
4283 2002-11-18 [colin]      0.8.5claws165
4284
4285         * src/main.c
4286           src/defs.h
4287                 Remove old filtering stuff
4288
4289
4290 2002-11-17 [oliver]     0.8.5claws164
4291
4292         * src/toolbar.h
4293                 remove not needed typedef 
4294
4295 2002-11-17 [oliver]     0.8.5claws163
4296
4297         * src/toolbar.c
4298                 make toolbar's on click events translatable
4299
4300 2002-11-15 [colin]      0.8.5claws162
4301
4302         * src/summaryview.c
4303                 Revert too-soon integration of a feature
4304
4305 2002-11-15 [christoph]  0.8.5claws161
4306
4307         * src/imap.c
4308                 use main's implementation of imap_get_msginfo
4309
4310 2002-11-15 [christoph]  0.8.5claws160
4311
4312         * src/compose.c
4313         * src/folder.[ch]
4314         * src/imap.c
4315         * src/mbox_folder.c
4316         * src/mh.c
4317         * src/news.c
4318         * src/procmsg.c
4319         * src/summaryview.c
4320                 replace claws' fetch_msginfo with main's get_msginfo
4321                 (use main's implementation where possible)
4322
4323 2002-11-15 [colin]      0.8.5claws159
4324
4325         * src/ssl_certificate.c
4326                 Missed a check
4327
4328 2002-11-16 [melvin]     0.8.5claws158
4329
4330         * po/fr.po
4331                 Updated French translations.
4332
4333 2002-11-16 [colin]      0.8.5claws157
4334
4335         * src/ssl_certificate.c
4336                 Check for missing parts in the certificates
4337
4338 2002-11-15 [colin]      0.8.5claws156
4339
4340         * src/folderview.c
4341                 Preventive fix (missing check) found by
4342                 Alfons
4343
4344 2002-11-15 [paul]
4345
4346         * NEWS
4347                 sync with 0.8.6 release
4348
4349 2002-11-15 [colin]      0.8.5claws155
4350
4351         * src/folder.[ch]
4352           src/folderview.c
4353                 Fix error handling of folder_item_move_to()
4354                 (thanks to Alfons!)
4355
4356 2002-11-15 [colin]      0.8.5claws154
4357
4358         * src/folder.[ch]
4359           src/folderview.c
4360                 folder_item_move_to() sets an error message instead
4361                 of having GUI stuff in folder.c
4362
4363 2002-11-15 [colin]      0.8.5claws153
4364
4365         * src/procmsg.[ch]
4366                 Implemented a callback for MsgInfo updates, 
4367                 heavily copy/pasted from Christoph's folder 
4368                 callback system
4369         * src/summaryview.[ch]
4370                 Register summary_update_msg as callback
4371
4372 2002-11-14 [colin]      0.8.5claws152
4373         
4374         * src/procmsg.c
4375                 Update the FolderItem after sending (fixes 617593)
4376
4377 2002-11-14 [christoph]  0.8.5claws151
4378
4379         * src/folder.c
4380                 fix wrong position of NULL pointer check found
4381                 by Sergey
4382
4383 2002-11-14 [christoph]  0.8.5claws150
4384
4385         * src/folder.c
4386                 fix segfault when deleting messages from IMAP folders
4387                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4388
4389 2002-11-14 [colin]      0.8.5claws149
4390
4391         * src/compose.c
4392                 Forwarding was also ignoring the folder's default account.
4393
4394 2002-11-14 [colin]      0.8.5claws148
4395
4396         * src/compose.c
4397                 Fix sent folder not set to folder properties when 
4398                 forwarding.
4399
4400 2002-11-14 [thorsten]   0.8.5claws147
4401
4402         * src/inc.c
4403                 inc_start(): Files were not moved from .processing to inbox,
4404                 if no global processing rule existed
4405
4406 2002-11-14 [colin]      0.8.5claws146
4407
4408         * src/ssl_certificate
4409                 Fix file operations
4410
4411 2002-11-14 [paul]       0.8.5claws145
4412
4413         * po/it.po
4414                 updated by Alessandro Maestri
4415
4416 2002-11-13 [alfons]     0.8.5claws144
4417
4418         * src/folder.c
4419                 folder_item_close(): only mark messages unread
4420                 when a folder has new messages 
4421
4422 2002-11-13 [keith]      0.8.5claws143
4423
4424         * src/imap.c
4425                 Fix problem moving or copying between
4426                 IMAP folders
4427
4428 2002-11-13 [colin]      0.8.5claws142
4429
4430         * src/matcher_parser_parse.y
4431                 Fix rule problem when " don't match
4432
4433 2002-11-13 [christoph]  0.8.5claws141
4434
4435         * src/folder.c
4436         * src/folderview.c
4437                 moved cache saving to folder_item_close
4438                 the folderview should not have to deal with
4439                 this things
4440
4441 2002-11-13 [christoph]  0.8.5claws140
4442
4443         * src/summaryview.c
4444                 moved setting of important score to
4445                 summary_set_prefs_from_folderitem
4446
4447 2002-11-13 [colin]      0.8.5claws139
4448
4449         * src/matcher_parser_parse.y
4450                 Fix a segfault in the parser (happening when
4451                 a good expression had been tested and a bad 
4452                 one arrives)
4453
4454 2002-11-13 [paul]       0.8.5claws138
4455
4456         * sync with 0.8.5cvs24
4457                 see ChangeLog 2002-11-13
4458                 
4459         * po/pt_BR.po
4460                 updated by Fabio Jr. Beneditto
4461
4462 2002-11-13 [colin]      0.8.5claws137
4463         
4464         * src/msgcache.c
4465           src/defs.h
4466           src/procmsg.[ch]
4467                 Revert last commit, problem
4468
4469 2002-11-13 [colin]      0.8.5claws136
4470
4471         * src/msgcache.c
4472                 Remove duplicated code
4473         * src/defs.h
4474                 Bumped CACHE_VERSION and MARK_VERSION
4475         * src/procmsg.[ch]
4476                 Network endian for cache and mark files
4477
4478 2002-11-12 [colin]      0.8.5claws135
4479
4480         * src/inc.c
4481                 Fix the "socket error" dialog which disappeared
4482
4483 2002-11-12 [colin]      0.8.5claws134
4484
4485         * src/msgcache.c
4486                 Reverse last commit which had performance 
4487                 problems, but still reverse the list
4488
4489 2002-11-12 [colin]      0.8.5claws133
4490
4491         * src/msgcache.c
4492                 Reverse list order
4493
4494 2002-11-12 [melvin]     0.8.5claws132
4495
4496         * src/compose.c
4497                 Added a check for a NULL prefs_common.dictionary
4498
4499 2002-11-12 [colin]      0.8.5claws131
4500
4501         * src/ssl_certificate.[ch]
4502                 Use FQDN hostname
4503
4504 2002-11-12 [colin]      0.8.5claws130
4505
4506         * src/ssl_certificate.[ch]
4507                 Take connection port into account for 
4508                 checking certificates (a single hostname
4509                 could have multiple servers with multiple
4510                 certificates)
4511         * src/ssl.c
4512                 Pass the port to ssl_certificate_check
4513
4514 2002-11-12 [paul]       0.8.5claws129
4515
4516         * src/folder.c
4517                 fix a typo in last commit
4518
4519 2002-11-12 [paul]       0.8.5claws128
4520
4521         * sync with 0.8.5cvs23
4522                 see ChangeLog entry 2002-11-12
4523
4524 2002-11-11 [colin]      0.8.5claws127
4525
4526         * src/ssl_certificate.c
4527                 Cleaner messages
4528                 Don't popup, instead log error, if the 
4529                 corresponding pref is checked
4530         * src/ssl_certificate.h
4531                 include <openssl/objects/h>
4532
4533 2002-11-11 [colin]      0.8.5claws126
4534
4535         * src/ssl_certificate.h
4536                 _Really_ clean it
4537
4538 2002-11-11 [colin]      0.8.5claws125
4539         
4540         * src/ssl_certificate.c
4541                 Fixed leak
4542
4543 2002-11-11 [colin]      0.8.5claws124
4544
4545         * src/ssl.c
4546                 Cleaned a bit
4547         * src/ssl_certificate.[ch]
4548                 Cleaned a bit (better use of SSL API)
4549                 (This will cause non-recognition of saved 
4550                  certificates of claws12[23]...)
4551
4552 2002-11-11 [paul]       0.8.5claws123
4553         
4554         * po/es.po
4555                 updated by Ricardo Mones Lastra
4556
4557 2002-11-11 [colin]      0.8.5claws122
4558
4559         * src/ssl.c
4560                 Fix a typo
4561
4562 2002-11-11 [colin]      0.8.5claws121
4563
4564         * src/ssl_certificate.[ch] ** NEW FILES **
4565         * src/ssl.[ch]
4566                 Check SSL certificates presented to us
4567         * src/Makefile.am
4568                 Add ssl_certificate.[ch]
4569         * po/POTFILES.in
4570                 Add ssl_certificate.c
4571
4572 2002-11-11 [paul]       0.8.5claws120
4573
4574         * sync with 0.8.5cvs22
4575                 see ChangeLog 2002-11-11
4576
4577 2002-11-11 [paul]       0.8.5claws119
4578
4579         * sync with 0.8.5cvs21
4580                 see ChangeLog 2002-11-11
4581
4582 2002-11-10 [jens]       0.8.5claws118
4583
4584         * src/folder.c
4585         * src/folderview.c
4586                 corrected some typing
4587         * po/de.po
4588                 updated german translation
4589         * sylpheed.spec.in
4590                 cleaned up specfile and adjusted it for claws
4591
4592 2002-11-10 [colin]      0.8.5claws117
4593
4594         * src/summaryview.c
4595                 a STATUSBAR_PUSH/POP fix
4596
4597 2002-11-10 [colin]      0.8.5claws116
4598
4599         * src/prefs_folder_item.c
4600                 Fix hanging after opening folder properties
4601
4602 2002-11-10 [hoa]        0.8.5claws115
4603
4604         * src/matcher_parser_lex.l
4605         * src/matcher_parser_parse.y
4606                 config file for scoring and filtering is no more trashed
4607                 when there is a syntax error in a filtering rule when
4608                 editing it in a dialog.
4609
4610 2002-11-09 [colin]      0.8.5claws114
4611
4612         * src/mbox_folder.c
4613                 Added missing initialisation of folder->destroy()
4614
4615 2002-11-09 [colin]      0.8.5claws113
4616
4617         * src/folder.c
4618           src/folderview.c
4619                 Fix the status bar messages
4620
4621 2002-11-09 [colin]      0.8.5claws112
4622
4623         * src/folderview.c
4624                 Fix hangs after folder dnd, happening after 
4625                 claws109.
4626
4627 2002-11-09 [christoph]  0.8.5claws111
4628
4629         * src/folderview.c
4630                 just changed order of calls (reverse order of
4631                 associated calls)
4632         * src/inc.c
4633                 lock inc when checking only one account, otherwise
4634                 inc all could be executed at the same time
4635
4636 2002-11-09 [christoph]  0.8.5claws110
4637
4638         * src/folderview.c
4639                 better unlock the mouse cursor before calling
4640                 summary_show because it changes the cursor too
4641
4642 2002-11-09 [christoph]  0.8.5claws109
4643
4644         * src/folder.[ch]
4645         * src/folderview.c
4646                 add functions to open and close a folder
4647                 o opending will execute scanning for remote folders
4648                   and processing
4649                 o closing will unset new flag for messages
4650
4651 2002-11-09 [colin]      0.8.5claws108
4652
4653         * src/folder.c
4654                 Add a call to prefs_matcher_write_config to 
4655                 avoid non-leaf folders filtering settings to be
4656                 lost
4657
4658 2002-11-09 [paul]       0.8.5claws107
4659
4660         * src/prefs_account.c
4661                 re-word a label
4662
4663 2002-11-09 [colin]      0.8.5claws106
4664
4665         * src/folderview.c
4666                 Minor esthetic fix
4667
4668 2002-11-09 [colin]      0.8.5claws105
4669
4670         * src/folderview.c
4671                 Fix prefs_filtering deletion for MH folders (same
4672                 reason as below)
4673         * src/prefs_filtering.c
4674                 Fix prefs_filtering renaming and deletion for 
4675                 folder-based processing rules.  
4676
4677 2002-11-09 [christoph]  0.8.5claws104
4678
4679         * src/compose.c
4680         * src/folder.[ch]
4681         * src/folderview.[ch]
4682         * src/import.c
4683         * src/inc.c
4684         * src/main.c
4685         * src/mainwindow.c
4686         * src/messageview.c
4687         * src/prefs_folder_item.c
4688         * src/procmsg.c
4689         * src/summaryview.c
4690                 implement a callback system for folder item updates
4691
4692 2002-11-09 [colin]      0.8.5claws103
4693
4694         * src/folderview.c
4695                 Fix prefs_filtering renaming for MH folders (we
4696                 shouldn't rename by path as another folder could
4697                 have the same hierarchy).
4698
4699 2002-11-09 [colin]      0.8.5claws102
4700
4701         * src/folder.c
4702                 Fix a leak found by Christoph, use better variable
4703                 names
4704
4705 2002-11-09 [colin]      0.8.5claws101
4706
4707         * src/folder.c
4708                 One more fix for processing rules
4709
4710 2002-11-08 [colin]      0.8.5claws100
4711         
4712         * src/matcher.c
4713                 Don't copy the compiled regexp (will be reevaluated)
4714         * src/folderview.c
4715                 Lock folderview while moving
4716         * src/folder.c
4717                 Provide info on what's happening to the user
4718
4719 2002-11-08 [colin]      0.8.5claws99
4720
4721         * src/folderview.c
4722                 Fix folder reordering after a move if parent is 
4723                 root
4724         * src/scoring.[ch]
4725                 Add function to copy a ScoringProp
4726         * src/prefs_folder_item.c
4727                 Copy scoring rules when copying a folder prefs
4728
4729 2002-11-08 [colin]      0.8.5claws98
4730
4731         * src/folderview.c
4732                 Fixes in case of failure
4733         * src/filtering.[ch]    
4734                 Add function to duplicate a FilteringProp
4735         * src/matcher.[ch]
4736                 Add function to duplicate a MatcherProp
4737         * src/prefs_folder_item.c
4738                 Save folder's processing rules when copying 
4739                 its prefs
4740
4741 2002-11-08 [colin]      0.8.5claws97
4742         
4743         * src/folderview.c
4744                 Sort after move
4745         * src/folder.c 
4746                 Change a printf to debug_print
4747
4748 2002-11-08 [colin]      0.8.5claws96
4749
4750         * src/folder.c
4751           src/folderview.c
4752                 Fix segfaults, call me stupido
4753         
4754
4755 2002-11-08 [colin]      0.8.5claws95
4756
4757         *src/folder.c
4758                 Added forgotten prefs to save when moving folders
4759
4760 2002-11-08 [colin]      0.8.5claws94
4761
4762         * src/folder.c
4763                 Fixes to folder DND (prefs copy)
4764         * src/folderview.c
4765                 Optimization for folder DND (don't rescan whole tree)
4766                 Added folderview_create_folder_node() for this 
4767                 optimization, so de-duped a bit the code
4768         * src/prefs_folder_item.[ch]
4769                 Added prefs_folder_item_copy_prefs()    
4770           
4771 2002-11-08 [paul]       0.8.5claws93
4772
4773         * src/prefs_account.c
4774           tools/README
4775           tools/kmail2sylpheed_v2.pl
4776                 correct some typos
4777
4778 2002-11-08 [paul]       0.8.5claws92
4779
4780         * src/compose.c
4781           src/prefs_account.[ch]
4782                 remove account options 'clearsign' and 'ascii_armored',
4783                 replace with 'default_gnupg_mode' to prevent mixed-mode
4784                 Privacy settings
4785
4786 2002-11-08 [paul]       0.8.5claws91
4787
4788         * src/compose.[ch]
4789                 re-implement GnuPG 'on-the-fly' mode selection,
4790                 disallow mixed-mode
4791
4792 2002-11-08 [colin]      0.8.5claws90
4793
4794         * src/folderview.c
4795           src/prefs_folder_item.c
4796                 Change "Property" to "Properties"
4797
4798 2002-11-07 [colin]      0.8.5claws89
4799
4800         * src/folderview.c
4801           src/folder.c
4802                 Allow folder dropping to a root folder
4803
4804 2002-11-07 [paul]       0.8.5claws88
4805
4806         * src/compose.c
4807                 revert last commit
4808
4809 2002-11-07 [paul]       0.8.5claws87
4810
4811         * src/compose.c
4812                 fix reply-to-list bug. closes bug report
4813                 "[633382] reply-to-list broken in recent cvs"
4814
4815 2002-11-07 [paul]       0.8.5claws86
4816
4817         * src/compose.c
4818                 add a forgotten '#if USE_GPGME ... #endif'
4819
4820 2002-11-07 [paul]       0.8.5claws85
4821
4822         * sync with 0.8.5cvs20
4823                 see ChangeLog 2002-11-07
4824
4825 2002-11-07 [colin]      0.8.5claws84
4826
4827         * src/folder.[ch]
4828                 Change folder_item_move_to to return the newly 
4829                 created folderitem.
4830         * src/folderview.c
4831                 Select the new folderitem after moving.
4832
4833 2002-11-07 [colin]      0.8.5claws83
4834
4835         * src/prefs_filtering.c
4836                 Fix rule rewriting when moving a leaf folder to a 
4837                 shorter path
4838
4839 2002-11-07 [colin]      0.8.5claws82
4840
4841         * src/prefs_filtering.c
4842                 fix a leak
4843
4844 2002-11-07 [colin]      0.8.5claws81
4845
4846         * src/folder.[ch]
4847                 Add folder_item_move_to() function to move a 
4848                 folderitem into another one (updates matcher etc)
4849         * src/folderview.c
4850                 Add folder drag'n drop (context menu to come)
4851                 [Should be dataloss free, but Please backup before 
4852                  trying !]
4853
4854 2002-11-06 [colin]      0.8.5claws80
4855
4856         * src/mh.c
4857                 mh_create_folder() returns NULL if can't create
4858                 directory hierarchy
4859
4860 2002-11-06 [paul]       0.8.5claws79
4861
4862         * src/compose.[ch]
4863                 allow 'on-the-fly' changing of the type of encryption 
4864                 and/or signing used (mime/ascii) via the compose window
4865
4866 2002-11-06 [paul]       0.8.5claws78
4867
4868         * sync with 0.8.5cvs19
4869                 see ChangeLog 2002-11-06 for src/account.c: 
4870                 account_get_special_folder()
4871                 
4872 2002-11-05 [alfons]     0.8.5claws77
4873
4874         * src/crash.c
4875                 very minor cleanups: nothing to see here, move on. :-)
4876
4877 2002-11-05 [colin]      0.8.5claws76
4878
4879         * src/main.c
4880                 Changes choices if compose windows are opened to
4881                 Discard, Draft, Don't quit
4882
4883 2002-11-05 [thorsten]   0.8.5claws75
4884
4885         * src/compose.c
4886                 reenabled default_reply_to folder option
4887
4888 2002-11-05 [colin]      0.8.5claws74
4889
4890         * src/compose.[ch] 
4891                 add compose_draft()
4892         * src/crash.c
4893                 add SIGTERM handler
4894         * src/main.[ch]
4895                 add clean_quit() for the SIGTERM handler
4896
4897 2002-11-05 [paul]       0.8.5claws73
4898         
4899         * po/es.po
4900                 updated by Ricardo Mones Lastra
4901
4902 2002-11-05 [melvin]     0.8.5claws72
4903
4904         * src/logwindow.c
4905                 Fixed log-clipping bug #616795.
4906                 To stop logging in the log window use 0 length.
4907         * src/prefs_common.c
4908                 Added a label to inform about the 0 log length behaviour.
4909
4910 2002-11-05 [paul]       0.8.5claws71
4911
4912         * sync with 0.8.5cvs17
4913                 see ChangeLog 2002-11-05
4914
4915 2002-11-04 [paul]       0.8.5claws70
4916
4917         * sylpheed-128x128.png
4918           sylpheed-64x64.png
4919           sylpheed.png
4920                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
4921                 <nikai@users.sourceforge.net>
4922                 
4923         * po/bg.po
4924                 updated by George Danchev
4925
4926 2002-11-03 [thorsten]   0.8.5claws69
4927
4928         * src/main.c
4929           src/mimeview.c
4930           src/rfc2015.h
4931                 add check if gpg is active
4932
4933 2002-11-03 [thorsten]   0.8.5claws68
4934
4935         * src/toolbar.h
4936                 removed GSList declaration causing trouble on MacOS-X
4937                 (submitted by alfons, reported by xfesty)
4938
4939 2002-11-01 [paul]       0.8.5claws67
4940
4941         * src/mainwindow.c
4942                 remove last remnants of main's filter code
4943
4944 2002-11-01 [paul]       0.8.5claws66
4945
4946         * tools/filter_conv.pl
4947                 fix bug where user-defined headers were ignored
4948
4949 2002-11-01 [paul]       0.8.5claws65
4950
4951         * src/logwindow.c
4952                 make a debug_print() not translatable
4953
4954 2002-10-31 [melvin]     0.8.5claws64
4955
4956         * ac/aspell.m4
4957                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
4958                 not run any GNU/aspell test.  The dictionary path will
4959                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
4960                 was given, in which case, it will be $prefix/lib/aspell/
4961         * configure.in
4962                 Fixed typo in commentary (Aspell code).
4963
4964 2002-10-31 [paul]       0.8.5claws63
4965
4966         * po/POTFILES.in
4967                 remove src/filter.c and src/prefs_filter.c
4968                 thanks to Ricardo for reminding me
4969
4970 2002-10-31 [colin]      0.8.5claws62
4971
4972         * src/mbox_folder.c
4973                 Plug some leaks
4974
4975 2002-10-31 [paul]       0.8.5claws61
4976
4977         * src/prefs_filter.[ch] ** REMOVED **
4978           src/filter.[ch]       ** REMOVED **
4979           
4980         * src/Makefile.am
4981           src/folderview.c
4982           src/inc.c
4983           src/main.c
4984           src/mainwindow.c
4985           src/mbox.c
4986           src/prefs_common.c
4987           src/prefs_filtering.c
4988           src/summaryview.[ch]
4989                 remove main's 'filter' code
4990                 
4991         README.claws
4992                 update to reflect removal of main's filter
4993
4994 2002-10-31 [paul]       0.8.5claws60
4995
4996         * src/summaryview.c
4997                 remove check for global_processing in summary_filter_open(). 
4998                 This fixes the bug where if the user uses the right-click 
4999                 'Create filter rule...' and doesn't have any filter rules 
5000                 already defined in claws' advanced filtering, the newly 
5001                 created filter rule goes to main's filtering which is 
5002                 inaccessible through the gui. Now the filter rule gets added
5003                 to claws' filtering by default.
5004
5005 2002-10-28 [melvin]     0.8.5claws59
5006
5007         * src/prefs_actions.c
5008                 Fixed bug #627322 where MIME parts were not always
5009                 correctly passed to a %p action
5010                 Display an error dialog when message filename is not found.
5011
5012 2002-10-28 [melvin]     0.8.5claws58
5013
5014         * src/prefs_common.c
5015                 Readded a missing function declaration lost in 0.8.3claws34
5016
5017 2002-10-28 [paul]       0.8.5claws57
5018
5019         * sync with 0.8.5cvs15
5020                 see ChangeLog 2002-10-28 and 2002-10-25
5021                 
5022         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5023
5024 2002-10-27 [oliver]     0.8.5claws56
5025
5026         * src/pop.c
5027                 plug leak in pop3_top_recv
5028
5029 2002-10-26 [christoph]  0.8.5claws55
5030
5031         * src/folder.c
5032                 set need_update folder flag when messages are added
5033                 (closes bug [ 626922 ] folder not updated after receiving)
5034
5035 2002-10-25 [melvin]     0.8.5claws54
5036
5037         * src/imageview.c
5038                 Fixed a memleak introduced in the scaling code.
5039
5040 2002-10-24 [alfons]     0.8.5claws53
5041
5042         * src/filtering.c
5043                 make filtering's forward message action forward from the 
5044                 correct account
5045                 (closes bug [628089 ] Filter -> Forward from address problem
5046                 reported by Oktay)
5047
5048 2002-10-24 [christoph]  0.8.5claws52
5049
5050         * src/mainwindow.c
5051         * src/manual.[ch]
5052                 o use manual of current locale or english if current
5053                   locale is not available (and english is available)
5054                 o also link to sylpheed doc project manuals
5055
5056 2002-10-23 [paul]       0.8.5claws51
5057
5058         * tools/README
5059           tools/kmail2sylpheed_v2.pl
5060                 add new version of kmail addressbook importer script.
5061                 works with newer versions of Kmail/KAddressBook which
5062                 have new and rearranged data.
5063
5064 2002-10-23 [martin]     0.8.5claws50
5065
5066         * src/folderview.c
5067         * src/summaryview.c
5068         * src/utils.h
5069         * src/utils.c
5070                 added length parameter to get_abbrev_newsgroup_name()
5071                 changed this function so that it abbreviates the newsgroup
5072                 names only so long it is smaller than the length parameter
5073                 (for better reading of some newsgroup names and space efficiency)
5074
5075 2002-10-22 [colin]      0.8.5claws49
5076
5077         *src/foldersel.c
5078                 Revert Alfons' last modification (after voting ;-))
5079
5080 2002-10-21 [alfons]     0.8.5claws48
5081
5082         * src/foldersel.c
5083                 folder view in folder selection dialog reflects state of
5084                 folder view in main window
5085
5086 2002-10-18 [alfons]     0.8.5claws47
5087
5088         * src/mbox.c
5089                 drop imported messages in folder selected by user,
5090                 and not in the inbox
5091                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5092
5093 2002-10-18 [alfons]     0.8.5claws46
5094
5095         * src/compose.c
5096                 make automagic reply work correctly for email accounts 
5097                 (whether it's viable to do a full sync with Hiro's 
5098                 compose.c is still under discussion)
5099
5100 2002-10-18 [melvin]     0.8.5claws45
5101
5102         * src/prefs_actions.c
5103                 Fixed bug #622275 where asynchroneous actions left 
5104                 zombies processes
5105                 Made (synchroneous) actions' input be displayed live.
5106
5107 2002-10-18 [christoph]  0.8.5claws44
5108
5109         * src/textview.c
5110                 don't add a newline in the textview in front of the
5111                 first textpart if header display is disabled
5112                 (closes bug [ 603385 ] disabled header display leaves blank
5113                  lin)
5114
5115 2002-10-18 [christoph]  0.8.5claws43
5116
5117         * src/folder.[ch]
5118         * src/imap.c
5119         * src/mbox_folder.c
5120         * src/mh.c
5121         * src/news.c
5122                 folder->get_num_list now returns an error code
5123                 (closes bug [ 609424 ] News cache cleared on failure)
5124                 
5125 2002-10-17 [colin]      0.8.5claws42
5126         
5127         * src/news.c
5128                 Changed a printf by debug_print
5129
5130 2002-10-16 [paul]       
5131
5132         * tools/OOo2sylpheed.pl
5133                 allow for spaces in the name of the
5134                 file to be attached.
5135
5136 2002-10-16 [colin]      0.8.5claws41
5137
5138         * src/main.c
5139                 Use a tristate to change online mode
5140
5141 2002-10-16 [paul]       0.8.5claws40
5142
5143         * po/es.po
5144                 updated by Ricardo Mones Lastra
5145
5146 2002-10-16 [colin]      0.8.5claws39
5147
5148         * src/main.c
5149           src/mainwindow.[ch]
5150                 Added --online and --offline command-line
5151                 switches
5152
5153 2002-10-15 [christoph]  0.8.5claws38
5154
5155         * src/procmime.c
5156                 set mimeinfo->name to NULL after g_free to
5157                 avoid double freeing with g_free
5158
5159 2002-10-14 [christoph]  0.8.5claws37
5160
5161         * src/compose.c
5162         * src/filtering.c
5163         * src/summaryview.c
5164                 remove calls to folder->change_flags that are now
5165                 done by procmsg flag functions (seems it is not
5166                 used by any foldertype anyway)
5167         * src/folder.c
5168                 init folder->change_flags with NULL
5169
5170 2002-10-14 [christoph]  0.8.5claws36
5171
5172         * src/folder.[ch]
5173         * src/imap.[ch]
5174                 use virtual functions for folder item new and destroy
5175                 functions
5176
5177 2002-10-14 [melvin]     0.8.5claws35
5178
5179         * src/compose.c
5180                 Added a test to not run the spell checker if no default
5181                 dictionary is available. No dialog is displayed though.
5182
5183 2002-10-14 [melvin]     0.8.5claws34
5184
5185         * src/gtkaspell.c
5186                 Fixed bug in dictionary list context menu where
5187                 "More..." pointed to an emtpy submenu if the
5188                 number of dictionaries is a multiple of 15
5189                 Removed unneeded code in suggestions list creation
5190
5191 2002-10-14 [paul]       0.8.5claws33
5192
5193         * po/bg.po
5194                 updated by George Danchev
5195
5196 2002-10-13 [hoa]        0.8.5claws32
5197
5198         * src/matcher.[ch]
5199           src/matcher_parser_parser.y
5200                 removed the escaped string from internal structure
5201                 of matcher.
5202
5203 2002-10-12 [colin]      0.8.5claws31
5204
5205         * src/gtksctree.[ch]
5206           src/summaryview.c
5207                 Removed useless function gtksctree_reanchor
5208
5209 2002-10-12 [alfons]     0.8.5claws30
5210         
5211         * sync with remaining main changes 2002-10-09 - 2002-10-11
5212         - drop changes to src/compose.c (requires claws specific changes)
5213         
5214 2002-10-12 [alfons]     0.8.5claws29
5215         
5216         * sync with main changes of 2002-10-08
5217         - drop changes to src/compose.c (requires claws specific changes)
5218         - drop changes to src/summaryview.c (requires changes to compose.c)     
5219
5220 2002-10-12 [alfons]     0.8.5claws28
5221         
5222         * sync with main changes of 2002-10-07
5223
5224 2002-10-12 [alfons]     0.8.5claws27
5225
5226         * sync with main changes of 2002-10-04
5227         - drop changes to src/compose.c (requires claws specific changes)
5228         - drop changes to src/prefs_folder_item.c (claws implementation
5229           seems to be working)
5230
5231 2002-10-12 [colin]      0.8.5claws26
5232
5233         * src/mainwindow.c
5234                 Fix folder-flicker when space-reading, introduced 
5235                 in claws22.
5236
5237 2002-10-12 [colin]      0.8.5claws25
5238
5239         * src/compose.c
5240                 Save account address when saving as draft.
5241                 (closes bug 621838)
5242
5243 2002-10-12 [colin]      0.8.5claws24
5244
5245         * src/summaryview.c
5246                 Fix the problem consisting of no message selected
5247                 after the last message in a folder has been moved.
5248
5249 2002-10-12 [paul]       0.8.5claws23
5250
5251         * src/compose.c
5252           src/prefs_template.c
5253           src/template.[ch]
5254                 add Cc and Bcc to templates. Patch submitted by
5255                 John L. Males.
5256
5257 2002-10-12 [colin]      0.8.5claws22
5258
5259         * src/folderview.c
5260                 Fix a bug after "Check for new messages":
5261                 If a folder was opened, it was still selected at
5262                 the end of the check, but displayed empty.
5263         * src/mainwindow.c
5264                 Remove unnecessary check
5265
5266 2002-10-12 [paul]
5267
5268         * tools/README
5269                 be more verbose in the description of
5270                 OOo2sylpheed.pl
5271                 
5272
5273 2002-10-11 [colin]      0.8.5claws21
5274
5275         * src/mainwindow.c
5276                 Make space work (better) when no mail is selected
5277
5278 2002-10-11 [colin]      0.8.5claws20
5279
5280         * src/inc.c
5281           src/news.c
5282                 fix warnings
5283
5284 2002-10-11 [colin]      0.8.5claws19
5285
5286         * src/mainwindow.c
5287                 revert 0.8.5claws6 changes as i couldn't get to
5288                 anything satisfying
5289
5290 2002-10-11 [melvin]     0.8.5claws18
5291
5292         * src/compose.c
5293                 Removed buggy and unused macro (should have been committed in
5294                 0.8.5claws17)
5295
5296 2002-10-11 [melvin]     0.8.5claws17
5297
5298         * src/compose.c
5299                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5300
5301 2002-10-11 [thorsten]   0.8.5claws16 
5302
5303         * src/folderview.c
5304                 remove rescan warning
5305
5306 2002-10-11 [colin]      0.8.5claws15 
5307
5308         * src/procheader.c
5309                 fix a segfault that happens if conv_unmime_header
5310                 fails (should be better to find out why it fails)
5311
5312 2002-10-11 [christoph]  0.8.5claws14
5313
5314         * src/summaryview.c
5315                 update folderview stats after ignore/unignore thread
5316
5317 2002-10-11 [hoa]        0.8.5claws13
5318
5319         * src/quote_fmt_parse.y
5320                 Fixed a yacc/bison syntax error
5321         * src/matcher.c
5322                 Escaping of string is fixed.
5323
5324 2002-10-11 [colin]      0.8.5claws12
5325
5326         * src/imageview.c
5327                 Resize images to fit
5328
5329 2002-10-11 [paul]       0.8.5claws11
5330
5331         * po/es.po
5332                 updated by Ricardo Mones Lastra
5333
5334 2002-10-10 [alfons]     0.8.5claws10
5335
5336         * src/compose.c
5337                 allow dropping files by "moving" files from a file manager,
5338                 not only by the more cumbersome "copying". the latter 
5339                 mostly implies holding down the Control button
5340
5341 2002-10-10 [christoph]  0.8.5claws9
5342
5343         * src/summaryview.c
5344                 update folders after thread building for ignored threads
5345
5346 2002-10-10 [christoph]  0.8.5claws8
5347
5348         * config/.cvsignore
5349                 added Makefile
5350         * src/filtering.[ch]
5351         * src/folder.[ch]
5352         * src/folderview.[ch]
5353         * src/import.c
5354         * src/inc.[ch]
5355         * src/mbox.[ch]
5356         * src/procmsg.c
5357         * src/summaryview.[ch]
5358                 o added new flag need_update to FolderItem
5359                 o removed folder_table from various functions from tracking
5360                   folder updates
5361                 o set need_update flags in folder.c's move, copy and delete
5362                   functions and procmsg's flags functions
5363                 o added function folderview_update_items_when_required that
5364                   updates all folders with need_update set
5365                 o call folderview_update_items_when_required instead of
5366                   folderview_update_item_foreach
5367
5368 2002-10-09 [sergey]     0.8.5claws7
5369
5370         * src/compose.c
5371                 Strip CRs whel loading the text into editor in reedit mode.
5372
5373 2002-10-09 [colin]      0.8.5claws6
5374
5375         * src/mainwindow.c
5376                 Make Space work when no mail is selected
5377
5378 2002-10-09 [colin]      0.8.5claws5
5379
5380         * src/gtksctree.[ch]
5381                 Fix range_select
5382                 Add gtk_sctree_reanchor() 
5383         * src/summaryview.c
5384                 Use gtk_sctree_reanchor() - better fix for 
5385                 bug 60413
5386
5387 2002-10-09 [colin]      0.8.5claws4
5388
5389         * src/summaryview.c
5390                 Fix shift-click select after delete problem
5391                 (closes bug 60413)
5392
5393 2002-10-08 [thorsten]   0.8.5claws3
5394
5395         * src/summaryview.c
5396                 exclude current msg from -hide read messages-
5397
5398 2002-10-08 [colin]      0.8.5claws2
5399
5400         * src/inc.[ch]
5401           src/pop.c
5402           src/recv.c
5403                 Differentiate socket errors from disk full
5404                 errors
5405
5406 2002-10-08 [christoph]  0.8.5claws1
5407
5408         * Makefile.am
5409         * configure.in
5410                 modifications for new config directory
5411
5412         * config.guess  ** REMOVED **
5413         * config.sub    ** REMOVED **
5414         * install-sh    ** REMOVED **
5415         * ltmain.sh     ** REMOVED **
5416         * missing       ** REMOVED **
5417         * mkinstalldirs ** REMOVED **
5418                 these files are autogenerated by automake
5419                 when you run autogen.sh
5420
5421         * config/.cvsignore     ** NEW FILE **
5422         * config/Makefile.am    ** NEW FILE **
5423                 ignore autogenerated files
5424                 create a Makefile in this directory
5425
5426 2002-10-08 [paul]       0.8.5claws
5427
5428         * 0.8.5claws release
5429         
5430         * src/compose.c
5431           src/procheader.c
5432           src/procmsg.c
5433                 fix quote reply format for newsgroups reply bug
5434                 (thanks to Hoa)
5435                 
5436         * po/en_GB.po
5437           po/pl.po
5438                 updated by me and Witold Wladyslaw Wojciech Wilk
5439                 repectively
5440
5441 2002-10-07 [paul]       0.8.3claws53
5442
5443         * po/it.po
5444           po/pt_BR.po
5445           po/sr.po
5446                 updated messages catalogs, submitted by
5447                 Alessandro Maestri, Fabio Jr.Beneditto 
5448                 and Urke MMI, respectively.
5449
5450 2002-10-07 [christoph]  0.8.3claws52
5451
5452         * src/folder.[ch]
5453         * src/folderview.c
5454         * src/mainwindow.c
5455                 fix new folder ghost message bug
5456                 (closes bug [ 619722 ] wrong count for newly created folders)
5457
5458 2002-10-07 [christoph]  0.8.3claws51
5459
5460         * src/compose.c
5461                 fix news posting problem
5462
5463 2002-10-07 [melvin]     0.8.3claws50
5464
5465         * po/fr.po
5466                 Updated French translation
5467
5468 2002-10-05 [christoph]  0.8.3claws49
5469
5470         * src/gtkstext.c
5471                 check if line_start_cache is set in gtk_stext_update_text
5472                 (closes bug [ 618119 ] crash while doing search in folder)
5473
5474 2002-10-05 [christoph]  0.8.3claws48
5475
5476         * src/imap.c
5477         * src/news.c
5478         * src/utils.c
5479         * src/utils.h
5480                 implement cache cleanups for claws' folder system
5481                 (closes bug [ 595916 ] imapcache not cleaned up)
5482
5483 2002-10-05 [melvin]     0.8.3claws47
5484
5485         * src/prefs_actions.c
5486                 Made the help text more clear for the %p token
5487
5488 2002-10-04 [paul]       0.8.3claws46
5489
5490         * sync with 0.8.5
5491                 see ChangeLog 2002-10-02 and 2002-10-03
5492
5493 2002-10-04 [christoph]  0.8.3claws45
5494
5495         * src/inc.c
5496                 fix segfault caused by pop before smtp
5497                 call to inc_account_mail with NULL
5498                 pointer for mainwin
5499
5500 2002-10-04 [paul]       0.8.3claws44
5501
5502         * configure.in
5503                 sync the LDAP detection from 0.8.5cvs1
5504
5505 2002-10-02 [christoph]  0.8.3claws43
5506
5507         * po/de.po
5508                 fix small spelling error
5509
5510 2002-10-02 [melvin]     0.8.3claws42
5511
5512         * ac/aspell.m4
5513                 Behave better and say "no" when test program cannot be run.
5514
5515 2002-10-02 [paul]       0.8.3claws41
5516
5517         * sync with 0.8.4cvs1
5518                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5519                 
5520         * src/summaryview.c
5521                 toggle the behavior of Reply menuitem between
5522                 normal reply and reply-to-list
5523
5524 2002-10-01 [sergey]     0.8.3claws40
5525
5526         * src/compose.c
5527                 Convert newlines in the message text to the canonical form
5528                 before base64 encoding (RFC2045 compliance, fixes some
5529                 interoperability issues with Evolution 1.0.3)
5530
5531 2002-09-29 [colin]      0.8.3claws39
5532
5533         * src/summaryview.c
5534                 Fix an unwanted copy/paste
5535
5536 2002-09-29 [colin]      0.8.3claws38
5537
5538         * src/mainwindow.c
5539                 Renamed "Custom toolbar" to "Customize toolbar"
5540                 Renamed "Show all header" to "Show all headers"
5541                 Renamed "Set diplay item" to "Set displayed items"
5542         * src/prefs_common.c
5543                 Renamed "Show all header" to "Show all headers"
5544         * src/prefs_summary_column.c
5545                 Renamed "diplay item" to "displayed items"
5546
5547 2002-09-29 [colin]      0.8.3claws37
5548
5549         * src/mainwindow.[ch]
5550                 online/offline status pixmaps follow theme
5551                 changes
5552         * src/summaryview.[ch]
5553                 quicksearch pixmap follows theme changes
5554
5555 2002-09-29 [thorsten]   0.8.3claws36
5556
5557         * src/compose.c
5558           src/prefs_folder_item.[ch]
5559                 add default_reply_to folder option (closes patch 581044)
5560
5561 2002-09-29 [christoph]  0.8.3claws35
5562
5563         * acconfig.h    ** REMOVED **
5564         * configure.in
5565         * ac/aspell.m4
5566         * ac/check-type.m4
5567         * ac/gnupg-check-typedef.m4
5568                 fix autoheader 2.50 warning
5569
5570 2002-09-29 [christoph]  0.8.3claws34
5571
5572         * major code cleanup (part 2)
5573         
5574                 - unused variables removed
5575                 - unused functions removed
5576                 - uninitialized variables checked
5577                 - missing return statements added
5578                 - missing function return types added
5579                 - added parentheses around assignment
5580                   when suggested by gcc
5581
5582 2002-09-29 [alfons]     0.8.3claws33
5583
5584         * src/logwindow.c
5585                 log_window_clear(): only bracket gtk_text_forward_delete() 
5586                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5587                 works around GTK text bug)
5588
5589 2002-09-29 [paul]       0.8.3claws32
5590
5591         * po/bg.po
5592           po/sr.po
5593                 updated by George Danchev and Urke MMI
5594                 respectively
5595
5596 2002-09-27 [christoph]  0.8.3claws31
5597
5598         * doc-src/readme.txt
5599         * doc-src/rfc1806.txt   ** REMOVED **
5600         * doc-src/rfc2183.txt   ** NEW FILE **
5601         * doc-src/rfc2980.txt   ** NEW FILE **
5602                 update rfcs
5603
5604 2002-09-27 [melvin]     0.8.3claws30
5605
5606         * ac/aspell.m4
5607                 Fixed typo which could break linking
5608
5609 2002-09-27 [melvin]     0.8.3claws29
5610
5611         * ac/aspell.m4
5612                 Improved GNU/aspell checking. 
5613                 Fixed bug #614490
5614
5615 2002-09-27 [paul]       0.8.3claws28
5616
5617         * sync with 0.8.3cvs8
5618                 see ChangeLog 2002-09-27
5619
5620 2002-09-26 [colin]      0.8.3claws27
5621
5622         * src/toolbar.[ch]
5623           src/mainwindow.[ch]
5624                 Add "Reply to Mailing-list" to the toolbar
5625
5626 2002-09-26 [christoph]  0.8.3claws26
5627
5628         * src/summaryview.c
5629                 Fix wrong message counts in summaryview status
5630
5631 2002-09-26 [paul]       0.8.3claws25
5632
5633         * sync with 0.8.3cvs7
5634                 see ChangeLog 2002-09-26
5635
5636 2002-09-26 [paul]       0.8.3claws24
5637
5638         * sync with 0.8.3cvs6
5639                 see ChangeLog 2002-09-25
5640
5641 2002-09-25 [christoph]  0.8.3claws23
5642
5643         * src/prefs_common.c
5644         * src/prefs_folder_item.c
5645         * src/prefs_scoring.c
5646                 Renamed "kill score" to "hide score" in GUI
5647                 and prefs files
5648
5649 2002-09-25 [paul]       0.8.3claws22
5650
5651         * sync with 0.8.3cvs5
5652                 see ChangeLog 2002-09-24
5653
5654 2002-09-24 [alfons]     0.8.3claws21
5655
5656         patch by Satoshi Nagayasu: allows appending / saving multiple 
5657         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5658         'Save as ...'")
5659
5660         * AUTHORS
5661                 add Satoshi Nagayasu
5662         * src/summaryview.c
5663                 summary_save_as(): allow saving selected files to
5664                 one file
5665                 summary_set_menu_sensitive: enable "Save As..." when
5666                 multiple files are selected
5667         * src/utils.[ch]
5668                 append_file(): new function
5669
5670 2002-09-24 [colin]      0.8.3claws20
5671
5672         * src/procmime.c
5673                 Fix segfault when mimeinfo doesn't have a 
5674                 content_type. 
5675
5676 2002-09-24 [colin]      0.8.3claws19
5677
5678         * src/prefs_common.[ch]
5679                 Add a preference to display send dialog or not
5680         * src/send.c
5681                 Display send dialog according to preference
5682
5683 2002-09-24 [colin]      0.8.3claws18
5684
5685         * src/compose.[ch]
5686                 Disable user actions when sending
5687
5688 2002-09-24 [colin]      0.8.3claws17
5689
5690         * src/procmime.c
5691                 Do not display name or filename for attachments
5692                 with an application/pgp-signature type
5693                 (security flaw, see bug 537413)
5694
5695 2002-09-23 [colin]      0.8.3claws16
5696
5697         * src/editaddress.c
5698                 Initialize entry_email, entry_alias and 
5699                 entry_remarks to first email address of the list
5700
5701 2002-09-23 [colin]      0.83claws15
5702
5703         * src/compose.c
5704                 Drop pgp-signature when reediting a signed queued
5705                 message
5706
5707 2002-09-23 [melvin]     0.8.3claws14
5708
5709         * po/fr.po
5710                 Updated French translation
5711
5712 2002-09-23 [melvin]     0.8.3claws13
5713
5714         * src/mainwindow.c
5715                 Made custom toolbar menu labels more consistent
5716         * src/prefs_toolbar.c
5717                 Made custom toolbar window title more consistent
5718
5719 2002-09-22 [colin]      0.8.3claws12
5720
5721         * src/inc.c
5722                 Initialize session type to normal before getting 
5723                 mail (fixes strange Get behaviour)
5724         * src/prefs_account.h
5725                 Move STYPE_POP_BEFORE_SMTP to last position to 
5726                 avoid other side-effects
5727
5728 2002-09-22 [colin]      0.8.3claws11
5729
5730         * src/prefs_account.c
5731                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5732                 from pop3 to apop or vice-versa
5733
5734 2002-09-22 [colin]      0.8.3claws10
5735         
5736         * src/prefs_account.[ch]
5737                 Add an option for the POP before SMTP timeout
5738         * src/inc.c
5739                 Remember time of last POP connection
5740         * src/send.c
5741                 Do POP before SMTP only if timeout reached
5742
5743 2002-09-22 [oliver]     0.8.3claws9
5744         
5745         * README.claws
5746                 explain custom toolbar
5747
5748 2002-09-22 [oliver]     0.8.3claws8
5749
5750         * src/prefs_actions.[ch]
5751         custom toolbar for compose      
5752                 actions callback from compose toolbar
5753         * src/folderview.c
5754                 remove include toolbar.h
5755
5756 2002-09-22 [oliver]     0.8.3claws7
5757         
5758         * src/prefs_toolbar.[ch]
5759                 custom toolbar for compose
5760                 - generic prefs_toolbar handles both
5761                   Mainwin's toolbar as well as Compose toolbar          
5762
5763 2002-09-22 [oliver]     0.8.3claws6
5764         
5765         * src/toolbar.[ch]
5766                 custom toolbar for compose
5767                 restructure toolbar.[ch]
5768
5769 2002-09-22 [oliver]     0.8.3claws5
5770
5771         * src/compose.[ch]
5772                 custom toolbar for compose
5773
5774 2002-09-22 [oliver]     0.8.3claws4
5775         
5776         * src/mainwindow.[ch]
5777                 custom toolbar for compose 
5778                 move mainwin toolbar back to mainwindow
5779
5780 2002-09-22 [alfons]     0.8.3claws3
5781
5782         * src/procmsg.c
5783                 :%sno/if(/if (/gc
5784                 :%sno/for(/for (/gc
5785                 (beautify)
5786
5787 2002-09-22 [alfons]     0.8.3claws2
5788         
5789         * src/procmsg.c
5790                 procmsg_save_to_outbox(): don't unlink message file from queue;
5791                 callers should do it using folder_item_remove_msg()
5792
5793 2002-09-22 [colin]      0.8.3claws1
5794
5795         * src/mimeview.[ch]
5796                 Made mimeview_check_signature() public
5797         * src/textview.c
5798                 Made GPG signatures verifiable by clicking
5799                 the [application/pgp-signature] in the Text
5800                 view
5801
5802 2002-09-22 [paul]       0.8.3claws
5803
5804         * po/bg.po
5805           po/en_GB.po
5806           po/es.po
5807           po/it.po
5808           po/pl.po
5809           po/pt_BR.po
5810           po/sr.po
5811                 updated translations, submitted by George Danchev,
5812                 me, Ricardo Mones Lastra, Alessandro Maestri,
5813                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5814                 and Urke MMI, respectively.     
5815
5816 2002-09-22 [alfons]     0.8.2claws65
5817
5818         * src/procmsg.c
5819         * src/pgptext.c
5820                 no furry valgrinds have been used to plug these memleaks
5821
5822 2002-09-20 [paul]       0.8.2claws64
5823
5824         * sync with 0.8.3cvs4
5825                 'Select thread' re-implemented 
5826                 see ChangeLog 2002-09-20
5827
5828 2002-09-21 [alfons]     0.8.2claws63
5829
5830         * src/compose.c
5831                 compose_send(): plug unnoticed memleak
5832
5833 2002-09-20 [alfons]     0.8.2claws62
5834
5835         * src/addr_compl.c
5836                 replace_address_in_edit(): strict check for NULL address to
5837                 fix "[ 607348 ] Segfault in address completion". My guess is
5838                 that this happens with an empty address book, but it's good
5839                 to have this check here anyway
5840                 
5841                 completion_window_button_press(): free string returned 
5842                 from the internal cache
5843
5844 2002-09-20 [christoph]  0.8.2claws61
5845
5846         * src/procmime.h
5847                 added ENC_BINARY to EncodingType
5848         * src/procmime.c
5849                 the string returned by procmime_get_encoding_str
5850                 should not depend on the order of values in the
5851                 EncodingType definition
5852         * doc-src/rfc1806.txt   ** NEW FILE **
5853                 Added rfc1806 about MIME Content-Disposition
5854                 Extension
5855
5856 2002-09-19 [paul]       0.8.2claws60
5857
5858         * sync with 0.8.2cvs3
5859                 see ChangeLog 2002-09-19
5860
5861 2002-09-19 [paul]       0.8.2claws59
5862
5863         * src/prefs_folder_item.c
5864                 revert to Darko's original alignment of colour
5865                 selector button
5866                 add a colon to folder_color label
5867                 
5868         * src/compose.c
5869                 add Colin's patch (with Hiro's modifications) to 
5870                 force BASE64 encoding for 8-bit text when signing
5871                 (sync with 0.8.3cvs2)
5872
5873 2002-09-18 [alfons]     0.8.2claws58
5874
5875         * src/compose.c
5876                 :%sno/if(/if (/gc
5877                 :%sno/for(/for (/gc
5878                 (beautify a little bit)
5879
5880 2002-09-18 [christoph]  0.8.2claws57
5881
5882         * src/pine.c
5883                 fix handling of fgetc return value
5884
5885 2002-09-17 [alfons]     0.8.2claws56
5886         
5887         * src/summaryview.c
5888                 summary_sort(): check non-NULL summaryview->folder_item when no 
5889                 folder is selected at all
5890                 (closes "[ 610344 ] sort label make syl Crash")
5891
5892 2002-09-17 [alfons]     0.8.2claws55
5893         
5894         * src/compose.c
5895                 beautify a little bit
5896
5897 2002-09-17 [christoph]  0.8.2claws54
5898
5899         * src/folder.c
5900                 initialize max values for cache and folder
5901                 when cache or folder is empty
5902
5903 2002-09-15 [colin]      0.8.2claws53
5904
5905         * src/compose.c
5906                 Fix a leak (thanks Alfons!) and cleaned
5907                 variables names for custom headers
5908
5909 2002-09-15 [colin]      0.8.2claws52
5910
5911         * src/compose.c
5912                 Fix custom headers recognition when
5913                 prefs_common.trans_hdr is on
5914
5915 2002-09-15 [colin]      0.8.2claws51
5916
5917         * src/compose.c
5918                 Allow dynamically-added custom headers
5919                 Yet not reparsed if reedited
5920
5921 2002-09-15 [alfons]     0.8.2claws50
5922
5923         * src/prefs_account.c
5924                 fix warnings
5925
5926 2002-09-15 [colin]      0.8.2claws49
5927         
5928         * src/prefs_account.c
5929                 fix pop_before_smtp sensitivity
5930
5931 2002-09-15 [colin]      0.8.2claws48
5932
5933         * src/inc.[ch]
5934                 add inc_pop_before_smtp()
5935                 allow MainWindow to be undefined in 
5936                 inc_account_mail() and inc_start()
5937         * src/pop.c
5938           src/prefs_account.h
5939                 add STYPE_POP_BEFORE_SMTP session type
5940         * src/prefs_account.c
5941                 activated pop before smtp option
5942         * src/send.c
5943                 do pop before smtp if the relevant option 
5944                 is set
5945
5946 2002-09-15 [paul]       0.8.2claws47
5947
5948         * sync with 0.8.3
5949                 see ChangeLog 2002-09-15
5950
5951 2002-09-14 [paul]       0.8.2claws46
5952
5953         * po/bg.po
5954                 updated Bulgarian translation, submitted by
5955                 George Danchev
5956
5957 2002-09-13 [paul]       0.8.2claws45
5958
5959         * src/compose.c
5960                 merge claws' select_account() with main's
5961                 (new) compose_select_account(). [sync with
5962                 0.8.2cvs15, see ChangeLog 2002-09-11]
5963
5964 2002-09-12 [christoph]  0.8.2claws44
5965
5966         * src/filter.c
5967                 allocate 1 elements of FolderItem not 0
5968
5969 2002-09-12 [colin]      0.8.2claws43
5970
5971         * src/compose.c
5972                 Fix bug #590825 (obey Follow-up: poster)
5973
5974 2002-09-12 [colin]      0.8.2claws42
5975
5976         * src/procmime.c
5977                 Fix bug #557009 (wrong headers for messages 
5978                 forwarded as attachments)
5979
5980 2002-09-11 [colin]      0.8.2claws41
5981         
5982         * src/compose.c
5983                 Put SCF: pseudo-header on top of message
5984                 Set draft tmp_flag when saved as draft
5985
5986         * src/procmsg.c
5987           src/procheader.c
5988                 Skip after first \n\n for beginning of real message
5989                 for drafts too
5990
5991 2002-09-11 [christoph]  0.8.2claws40
5992
5993         * src/filtering.c
5994                 use procmsg flag functions in filtering or processing
5995                 will cause incorrect folder message counts
5996
5997 2002-09-11 [colin]      0.8.2claws39
5998
5999         * src/compose.c
6000                 Fix bug #550175 - wrong save folder when reediting
6001                 drafts
6002
6003 2002-09-11 [paul]       0.8.2claws38
6004
6005         * sync with 0.8.2cvs14
6006                 see ChangeLog 2002-09-11
6007
6008 2002-09-11 [colin]      0.8.2claws37
6009
6010         * src/folder.c
6011                 Fix a typo (seeming to cause new/unread status to
6012                 be lost)
6013
6014 2002-09-10 [christoph]  0.8.2claws36
6015
6016         * src/compose.c
6017                 compose_redirect should not use compose_generic_new
6018                 because that does more stuff than expected including
6019                 opening the external editor
6020                 (closes bug "[ 526608 ] bounced messages appear blank
6021                  in editor")
6022
6023 2002-09-10 [christoph]  0.8.2claws35
6024
6025         * src/folder.c
6026                 fix problem with too large message number range
6027                 causing a crash in folder_item_scan
6028
6029 2002-09-10 [paul]       0.8.2claws34
6030
6031         * sync with 0.8.2cvs13
6032                 see ChangeLog 2002-09-10
6033
6034 2002-09-10 [christoph]  0.8.2claws33
6035
6036         * src/msgcache.c
6037                 set MsgInfo TmpFlags for queue and draft folders
6038                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6039
6040 2002-09-10 [paul]       0.8.2claws32
6041
6042         * AUTHORS
6043           po/bg.po      ** NEW FILE **
6044                 new Bulgarian translation submitted by
6045                 George Danchev <danchev@spnet.net>
6046                 
6047         * tools/Makefile.am
6048           tools/README
6049           tools/tb2sylpheed     ** NEW FILE **
6050                 add script that converts an addressbook exported
6051                 from The Bat! into a Sylpheed addressbook. Submitted
6052                 by Urke MMI <urke-kg@eunet.yu>
6053
6054 2002-09-10 [paul]       0.8.2claws31
6055
6056         * sync with 0.8.2cvs12
6057                 see ChangeLog 2002-09-10
6058
6059 2002-09-06 [paul]       0.8.2claws30
6060
6061         * src/prefs_common.c
6062                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6063                 
6064         * tools/Makefile.am
6065           tools/README
6066           tools/ldif-to-xml.py  ** REMOVED **
6067                 remove obsolete python script
6068
6069 2002-09-06 [paul]       0.8.2claws29
6070
6071         * sync with 0.8.2cvs10
6072                 see ChangeLog 2002-09-06
6073
6074 2002-09-04 [paul]       0.8.2claws28
6075
6076         * sync with 0.8.2cvs9
6077                 see ChangeLog 2002-08-04
6078
6079 2002-09-04 [colin]      0.8.2claws27 
6080
6081         * src/prefs_common.[ch]
6082                 Added signature color configuration
6083         * src/textview.c
6084                 Use user-specified signature color
6085
6086 2002-09-03 [colin]      0.8.2claws26
6087
6088         * src/prefs_common.[ch]
6089                 Added autosave and autosave_length prefs
6090         * src/compose.c
6091                 Added compose_remove_draft()
6092                 Auto-save drafts according to the prefs
6093         * src/main.c
6094                 Added a crash-indicator file, allowing to check
6095                 for new messages on startup if Sylpheed crashed
6096                 (makes saved drafts "reappear")
6097
6098 2002-09-03 [colin]      0.8.2claws25
6099
6100         * src/textview.[ch]
6101                 Grey the signature
6102
6103 2002-09-03 [paul]       0.8.2claws24
6104
6105         * sync with 0.8.2cvs8
6106                 see ChangeLog 2002-09-02 and 2002-09-03
6107
6108 2002-09-03 [darko]      0.8.2claws23
6109
6110         * src/folderview.c
6111                 use normal style when creating new folder to pick
6112                 proper font size 
6113
6114 2002-09-02 [melvin]     0.8.2claws22
6115
6116         * src/gtkaspell.m4
6117                 removed some obsolete code
6118
6119 2002-09-02 [melvin]     0.8.2claws21
6120
6121         * ac/aspell.m4
6122                 fixed test's equality sign (== to =)
6123
6124 2002-09-02 [alfons]     0.8.2claws20
6125
6126         * src/folder.c
6127         * src/mh.c
6128                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6129                 as folder->destroy virtual as suggested by Hiro
6130                 (the mh.c code seems to have been lost around mh.c.1.21)
6131
6132 2002-09-02 [paul]       0.8.2claws19
6133
6134         * po/pt_BR.po
6135                 updated by Fabio Jr. Beneditto
6136                 
6137         * src/defs.h
6138                 use 'http://claws.sylpheed.org' for homepage link. 
6139                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6140
6141 2002-09-01 [alfons]     0.8.2claws18
6142
6143         * src/mh.c
6144                 plug memleak related to one Martin Kluge found
6145
6146 2002-08-31 [paul]       0.8.2claws17
6147
6148         * sync with 0.8.2cvs6
6149                 see ChangeLog 2002-08-30
6150
6151 2002-08-31 [alfons]     0.8.2claws16
6152
6153         * src/folder.c
6154                 folder_destroy(): remove mailbox from folderlist even if it has
6155                 no destroy virtual
6156
6157 2002-08-31 [alfons]     0.8.2claws15
6158
6159         * src/folder.c
6160                 :%sno/if(/if (/gc
6161                 :%sno/for(/for (/gc
6162                 (being pedantic I know)
6163
6164 2002-08-31 [alfons]     0.8.2claws14
6165
6166         * src/folder.c
6167                 check for NULL pointers returned from folder->fetch_msginfo virtual
6168                 (should solve some reported crashes)
6169
6170 2002-08-30 [alfons]     0.8.2claws13
6171
6172         * acconfig.h
6173         * configure.in
6174         * src/crash.c
6175                 enable crash dialog on compilation time
6176                 (--enable-crash-dialog configure option)
6177
6178 2002-08-30 [alfons]     0.8.2claws12
6179
6180         * AUTHORS
6181                 add Martin Kluge
6182         * src/mh.c
6183                 apply memory leak plug patch by Martin Kluge
6184                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6185                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6186                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6187
6188 2002-08-30 [darko]      0.8.2claws11
6189
6190         * src/folderview.c
6191                 copy Gtk style from normal style to match
6192                 font size for coloured folders
6193
6194 2002-08-29 [alfons]     0.8.2claws10
6195
6196         * sylpheed.desktop
6197                 Type=Internet <- Type=Application
6198                 (reported by Michael Schwendt, see:
6199                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6200                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6201
6202 2002-08-29 [paul]       0.8.2claws9
6203
6204         * sync with 0.8.2cvs5
6205                 see ChangeLog 2002-08-29
6206
6207 2002-08-29 [colin]      0.8.2claws8
6208
6209         * src/summaryview.c
6210                 Added a sanity check in summary_select_thread
6211                 Should fix bug 601605
6212
6213 2002-08-29 [colin]      0.8.2claws7
6214
6215         * src/main.c
6216                 Revert claws6 changes regarding bug #591676
6217
6218 2002-08-28 [colin]      0.8.2claws6
6219         
6220         * src/main.c
6221                 Ignore cache for queue folderitems
6222                 Fix bug #591676
6223
6224 2002-08-28 [melvin]     0.8.2claws5
6225
6226         * README.claws
6227                 Fixed typos.
6228
6229 2002-08-28 [melvin]     0.8.2claws4
6230
6231         * README.claws
6232                 Updated a bit the text concerning the spell checker
6233
6234 2002-08-28 [melvin]     0.8.2claws3
6235
6236         Merged the GNU_aspell_branch:
6237                 Support of new GNU/aspell is now included and the old pspell
6238                 is not supported anymore.
6239                 See README.claws
6240
6241         * README.claws
6242                 Updated spell checker text to reflect the switch to GNU/aspell
6243
6244         * ac/aspell.m4          *** NEW ***
6245         * src/gtkaspell.[ch]    *** NEW *** 
6246         * ac/pspell.m4          *** DELETED *** 
6247         * src/gtkspell.[ch]     *** DELETED ***
6248
6249         * ac/Makefile.am
6250                 Updated for GNU/aspell support
6251
6252         * po/POTFILES.in
6253                 Replaced gtkspell.c by gtkaspell.c
6254
6255         * acconfig.h
6256         * src/Makefile.am
6257         * src/about.c
6258         * src/compose.[ch]
6259         * src/crash.c
6260         * src/main.c
6261         * src/prefs_common.[ch]
6262                 Updated for GNU/aspell support
6263
6264 2002-08-28 [paul]       0.8.2claws2
6265
6266         * sync with 0.8.2cvs4
6267                 see ChangeLog 2002-08-27 and 2002-08-28
6268
6269 2002-08-28 [colin]      0.8.2claws1
6270
6271         * src/summary_search.c
6272                 Added "AND search"
6273
6274 2002-08-28 [jens]       0.8.2claws
6275
6276         *po/de.po
6277                 Updated German translations
6278
6279 2002-08-27 [melvin]     0.8.2claws
6280
6281         * po/fr.po
6282                 Updated French translations
6283
6284 2002-08-27 [paul]       0.8.2claws
6285
6286         * sync with 0.8.2 main release
6287
6288         * po/en_GB.po
6289           po/es.po
6290           po/it.po
6291           po/pl.po
6292           po/pt_BR.po
6293           po/sr.po
6294                 updated message catalogs submitted by
6295                 Ricardo Mones Lastra, Alessandro Maestri,
6296                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6297                 Beneditto and Urke MMI  
6298
6299 2002-08-27 [hoa]        0.8.1claws123
6300
6301         * src/mainwindow.[ch]
6302         * src/summaryview.[ch]
6303                 removed the "filter setting" menu option.
6304                 add a "cancel a news message" menu option.
6305
6306 2002-08-26 [martin]     0.8.1claws122
6307
6308         * ChangeLog.claws
6309                 changed string under 0.8.1claws79 changed by myself
6310                 i'm sorry alfons :(
6311
6312 2002-08-26 [martin]     0.8.1claws121
6313
6314         * src/crash.c
6315                 added kill command to debuggerrc to start crash dialog
6316
6317 2002-08-26 [paul]       0.8.1claws120
6318
6319         * sync with 0.8.1cvs31
6320                 see ChangeLog 2002-08-26
6321
6322 2002-08-25 [alfons]     0.8.1claws119
6323
6324         * src/procmsg.c
6325                 fix bug that didn't send out correct headers to news server
6326                 when sending news article and email from queue (bug reported
6327                 and patch provided by Tim Mann; closes bug 
6328                 "[ 583196 ] 0.7.8claws can't post news")
6329
6330 2002-08-25 [alfons]     0.8.1claws118
6331
6332         * src/selective_download.c
6333                 mark two strings as translatable
6334                 (thanks to Urke MMI for pointing this out)
6335
6336 2002-08-25 [alfons]     0.8.1claws117
6337
6338         * src/summaryview.c
6339                 treat sent boxes as special and allow sorting them by addressee
6340                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6341                 submitted by Steve Lamb)
6342
6343 2002-08-24 [alfons]     0.8.1claws116
6344
6345         * src/matcher.c
6346                 fix memleak reported by Martin Kluge
6347                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6348
6349 2002-08-24 [oliver]     0.8.1claws115
6350
6351         * src/prefs_toolbar.c
6352                 o code cleanup as suggested by Alfons
6353                 o memleak fix
6354
6355 2002-08-24 [alfons]     0.8.1claws114
6356
6357         * src/summaryview.c
6358                 o fix another memory leak reported by Martin Kluge
6359                   (see "[ 599568 ] Small Memory Leak")
6360                 o remove 'from' variable from 'summary_set_header()'; we can
6361                   do with just 'to' 
6362
6363 2002-08-24 [paul]       0.8.1claws113
6364
6365         * sync with 0.8.1cvs30
6366                 see ChangeLog 2002-08-23
6367
6368 2002-08-24 [alfons]     0.8.1claws112
6369
6370         * src/summaryview.c
6371                 remove unnecessary allocations for search bar fixing leaks
6372                 reported by Martin Kluge
6373                 (see "[ 599451 ] Further memory leaks?")
6374
6375 2002-08-24 [alfons]     0.8.1claws111
6376
6377         * src/main.c
6378                 make get_socket_name() public for crash.c
6379         * src/crash.c
6380                 o make report bug button work (goes to claws' 
6381                   bug tracker at sf.net)
6382                 o introduce function for doing important stuff just
6383                   before claws goes down
6384                 o clean up code 
6385
6386 2002-08-24 [alfons]     0.8.1claws110
6387
6388         * src/compose.c
6389                 move cursor to "To" entry when forwarding as attachment
6390                 (reported and solved by Steve Lamb, closes bug report
6391                 "[ 592880 ] Forward as attachment; cursor not in to")
6392
6393 2002-08-24 [colin]      0.8.1claws109
6394
6395         * src/mainwindow.c
6396                 fix quick search visibility after GUI (de)separations.
6397
6398 2002-08-23 [colin]      0.8.1claws108
6399
6400         * src/mainwindow.c
6401                 fix header pane visibility after folderview or
6402                 messageview (de)separation
6403
6404 2002-08-23 [paul]       0.8.1claws107
6405
6406         * src/mainwindow.[ch]
6407           src/toolbar.c
6408                 give full control of display or non-display 
6409                 of the Execute icon to Custom toolbar settings.
6410                 add new sensitivity condition to maninwindow.h: 
6411                 M_DELAY_EXEC
6412
6413         * ChangeLog
6414           ChangeLog.jp
6415           NEWS
6416                 more sync with 0.8.1cvs29
6417
6418 2002-08-23 [melvin]     0.8.1claws106
6419
6420         * src/alertpanel.c
6421                 Readded support for custom widget in alertpanel lost in last
6422                 sync.
6423
6424 2002-08-23 [paul]       0.8.1claws105
6425
6426         * sync with 0.8.1cvs29
6427                 see ChangeLog 2002-08-23
6428
6429 2002-08-23 [colin]      0.8.1claws104
6430
6431         * src/summaryview.c
6432                 Fix folder and search pixmaps exchanging positions
6433                 after theme or toolbar changes. Thank to Oliver for 
6434                 reporting this.
6435
6436 2002-08-23 [colin]      0.8.1claws103
6437
6438         * src/mainwindow.c
6439           src/messageview.[ch]
6440           src/noticeview.[ch]
6441           src/summaryview.c
6442                 Changed messageview_create() and noticeview_create()
6443                 to avoid the last gdk_warning
6444
6445 2002-08-22 [colin]      0.8.1claws102
6446
6447         * src/summaryview.c
6448                 Fix my new `Creating pixmap from xpm' warning
6449
6450 2002-08-22 [colin]      0.8.1claws101
6451
6452         * src/mainwindow.c
6453                 Fix some of the gdk warnings
6454
6455 2002-08-22 [colin]      0.8.1claws100
6456
6457         * src/Makefile.am
6458         * src/stock_pixmap.c
6459         * src/stock_pixmap.h
6460         * src/pixmaps/quicksearch.xpm *ADDED*
6461                 Add the quicksearch pixmap
6462         * src/mainwindow.c
6463         * src/summaryview.c
6464         * src/summaryview.h
6465                 Make quicksearch bar visible/hidden via a button
6466
6467 2002-08-22 [christoph]  0.8.1claws99
6468
6469         * src/folder.c
6470                 fix folder update for newsgroups with message
6471                 numbers below minimum number of articles to fetch
6472                 (closes bug #598445)
6473
6474 2002-08-22 [paul]       0.8.1claws98
6475
6476         * sync with 0.8.1cvs28
6477                 see ChangeLog 2002-08-22
6478
6479 2002-08-21 [alfons]     0.8.1claws97
6480
6481         * src/crash.c
6482                 use bt instead of bt full which seems to work 
6483                 better, and bt full doesn't give a great deal 
6484                 of information anyway
6485
6486 2002-08-21 [colin]      0.8.1claws96
6487
6488         * src/summaryview.c
6489                 fix summaryview_searchtype_changed prototype
6490
6491 2002-08-21 [christoph]  0.8.1claws95
6492
6493         * src/mainwindow.c
6494                 o fix broken menu update for sorting type, we have to
6495                   get this info from the summaryview now
6496                 o removed setting of threaded state in menu callback
6497         * src/summaryview.[ch]
6498                 more summaryview/folderitem seperation for
6499                 threading option
6500         * configure.in
6501                 removed not required --with-compiler-flags option
6502
6503 2002-08-21 [oliver]     0.8.1claws94
6504         
6505         * src/toolbar.h 
6506                 o rename toolbar.xml to toolbar_main.xml
6507                   since toolbar_compose.xml might come up 
6508                   any time soon
6509         * README.claws
6510                 add custom toolbar              
6511
6512 2002-08-21 [darko]      0.8.1claws93
6513
6514         * src/procmsg.c
6515                 don't reset tmp flags for messages copied
6516                 to sent folder
6517
6518 2002-08-21 [colin]      0.8.1claws92
6519         
6520         * src/prefs_filtering.c
6521                 fix renaming rules on folder rename 
6522                 when folder is not a leaf folder
6523
6524 2002-08-21 [paul]       0.8.1claws91
6525
6526         * src/prefs_folder_item.c
6527                 fix alignment of colour selector
6528
6529 2002-08-21 [paul]       0.8.1claws90
6530
6531         * sync with 0.8.1cvs27
6532                 see ChangeLog 2002-08-21
6533
6534 2002-08-21 [paul]       0.8.1claws89
6535
6536         * src/summaryview.c
6537                 fix crash when changing field type in
6538                 Quick search bar
6539
6540 2002-08-21 [colin]      0.8.1claws88
6541
6542         * src/summaryview.c
6543                 Made quick search case-insensitive
6544
6545 2002-08-21 [paul]       0.8.1claws87
6546
6547         * sync with 0.8.1cvs26
6548                 see ChangeLog 2002-08-21
6549
6550 2002-08-20 [christoph]  0.8.1claws86
6551
6552         * src/folderview.c
6553         * src/main.c
6554         * src/summaryview.[ch]
6555                 more summaryview/folderitem seperation for
6556                 sort_key and sort_type
6557         * src/procmsg.c
6558                 added missing return statement
6559
6560 2002-08-20 [colin]      0.8.1claws85
6561
6562         * src/summaryview.[ch]
6563                 Added a quick search box
6564         * src/mainwindow.c
6565         * src/prefs_common.[ch]
6566                 Added a show/hide option for the quick search
6567
6568 2002-08-20 [oliver]     0.8.1claws84
6569         
6570         * src/mainwindow.c
6571                 remove toolbar_create_popups
6572         * src/toolbar.[ch]
6573                 o remove toolbar_create_popups
6574                 o fix toolbar_set_sensitive 
6575                   (Bug reports #596834 and #596832)     
6576         * src/prefs_toolbar.c
6577                 o add "Set default" button
6578                 o align label and text + combo widgets
6579
6580 2002-08-20 [hoa]        0.8.1claws83bis
6581
6582         * src/imap.c
6583                 fixed a bug in imap_fetch_msginfo() in case there is no
6584                 current folder.
6585
6586 2002-08-20 [darko]      0.8.1claws83
6587
6588         * src/folderview.c
6589                 copy the color style of folder view so it
6590                 works with GTK themes
6591
6592 2002-08-20 [darko]      0.8.1claws82
6593
6594         * src/folder.h
6595         * src/folderview.c
6596         * src/prefs_folder_item.[hc]
6597                 don't use UI stuff in folder.h
6598
6599 2002-08-20 [darko]      0.8.1claws81
6600
6601         * src/folder.h
6602         * src/prefs_folder_item.h
6603         * src/folderview.c
6604         * src/prefs_folder_item.c
6605                 ability to set folder color in folderview
6606
6607 2002-08-19 [alfons]     0.8.1claws80
6608
6609         * src/summaryview.c
6610                 fix one of the earlier memleaks reported by Martin Kluge
6611
6612 2002-08-19 [alfons]     0.8.1claws79
6613
6614         * src/mainwindow.c
6615                 hide notice view when selecting seperate folder
6616                 view (reported by Urke MMI)
6617
6618 2002-08-19 [christoph]  0.8.1claws78
6619
6620         * src/folderview.c
6621         * src/prefs_folder_item.h
6622         * src/summaryview.[ch]
6623                 o add summary_set_prefs_from_folderitem to set
6624                   summaryview prefs (first step to remove all
6625                   references to the folderitem in summaryview)
6626                 o moved compiled regex stuff from folderitem prefs
6627                   to summaryview code
6628
6629 2002-08-19 [paul]       0.8.1claws77
6630
6631         * src/compose.c
6632                 add check for '.' to QUOTE_IF_REQUIRED
6633
6634 2002-08-19 [paul]       0.8.1claws76
6635
6636         * src/inc.c
6637                 sync with 0.8.1cvs25 (plug memory leak)
6638
6639         * src/prefs_toolbar.c
6640                 re-order prefs_toolbar_cancel()
6641
6642 2002-08-18 [alfons]     0.8.1claws75
6643
6644         * src/inc.c
6645         * src/matcher.c
6646                 plug other memleaks reported by Martin Kluge
6647
6648 2002-08-18 [paul]       0.8.1claws74
6649
6650         * po/pt_BR.po
6651                 updated by Fabio Jr. Beneditto
6652
6653 2002-08-18 [paul]       0.8.1claws73
6654
6655         * src/toolbar.[ch]
6656                 fix bug where tooltips were displayed untranslated              
6657
6658         * src/prefs_toolbar.c
6659                 fix bug where clicking 'Cancel' creates an icon & text
6660                 toolbar regardless of prefs
6661         
6662
6663 2002-08-17 [oliver]     0.8.1claws72
6664
6665         * src/prefs_toolbar.c
6666                 update toolbar on CANCEL
6667                 bug reported by Martin Kluge
6668         * src/toolbar.c
6669                 toolbar_destroy memleak fixed           
6670
6671 2002-08-17 [alfons]     0.8.1claws71
6672
6673         * src/toolbar.c
6674                 plug another memleak reported by Martin Kluge
6675
6676 2002-08-16 [alfons]     0.8.1claws70
6677
6678         * src/crash.c
6679                 use execvp() correctly (suggested by wwp; thanks!)
6680
6681 2002-08-16 [alfons]     0.8.1claws69
6682
6683         * src/gtksctree.c
6684                 plug memory leak reported by Kim Schultz & Martin Kluge
6685
6686 2002-08-16 [paul]       0.8.1claws68
6687
6688         * po/es.po
6689                 updated by Ricardo Mones Lastra
6690
6691 2002-08-16 [paul]       0.8.1claws67
6692
6693         * src/toolbar.h
6694                 fix bug where 'Compose News' icon showed wrong
6695                 tooltip
6696
6697 2002-08-16 [paul]       0.8.1claws66
6698
6699         * sync with 0.8.1cvs24
6700                 see ChangeLog 2002-08-16
6701
6702         * po/it.po
6703                 updated by Alessandro Maestri
6704
6705 2002-08-15 [paul]       0.8.1claws65
6706
6707         * po/sr.po
6708                 updated by Urke MMI
6709
6710 2002-08-15 [paul]       0.8.1claws64
6711
6712         * src/*.c
6713                 don't translate debug info
6714
6715         * src/matcher.[ch]
6716                 add copyright info
6717
6718 2002-08-15 [paul]       0.8.1claws63
6719
6720         * src/prefs_toolbar.c
6721                 fix bug where clicking 'OK' creates an icon & text
6722                 toolbar regardless of prefs
6723
6724 2002-08-14 [alfons]     0.8.1claws62
6725
6726         * src/main.c
6727                 add global var that has the full argv[0]
6728         * src/crash.c
6729                 o execvp the correct sylpheed by using argv0
6730                   and setting the correct work dir
6731                 o other tweaks  
6732
6733 2002-08-14 [oliver]     0.8.1claws61
6734         
6735         * enable/disable Toolbar Action Buttons 
6736         * code cleanups
6737         * src/mainwindow.c
6738         * src/toolbar.[ch]      
6739         * src/prefs_toolbar.c   
6740
6741 2002-08-14 [melvin]     0.8.1claws60
6742
6743         * po/fr.po
6744                 Updated French translations
6745
6746 2002-08-14 [melvin]     0.8.1claws59
6747
6748         * src/crash.c
6749                 Made bug report not translatable
6750         * src/exporthtml.c
6751                 Fixed exporthtml_build_filespec() return value
6752         * src/foldersel.c
6753                 Fixed incorrect include file
6754         * src/gtkspell.c
6755         * src/prefs_actions.c
6756         * src/prefs_toolbar.c
6757                 Made debug info not translatable
6758         * src/mutt.c
6759         * src/quote_fmt.c
6760                 Added missing includes
6761         * src/prefs_common.c
6762                 Fixed typo
6763
6764 2002-08-14 [paul]       0.8.1claws58
6765
6766         * faq/es/sylpheed-faq.html
6767           faq/es/sylpheed-faq-[1-3].html
6768           faq/es/sylpheed-faq-4.html     **NEW FILE **
6769                 update Spanish FAQ
6770
6771 2002-08-13 [christoph]  0.8.1claws57
6772
6773         * src/procmsg.c
6774                 ignore thread fix that did not mark all
6775                 child nodes of a ignored thread as
6776                 ignored. Does not work perfectly yet,
6777                 but it is better now
6778
6779 2002-08-13 [alfons]     0.8.1claws56
6780
6781         * src/crash.c
6782                 o implement 'save crash log'
6783                 o some tweaks
6784
6785 2002-08-13 [melvin]     0.8.1claws55
6786
6787         * src/main.c
6788                 removed unrequired "execinfo.h" header
6789
6790 2002-08-12 [paul]       0.8.1claws54
6791
6792         * faq/en/sylpheed-faq.html
6793           faq/en/sylpheed-faq-[1-3].html
6794           faq/en/sylpheed-faq-4.html     **NEW FILE **
6795                 update English FAQ
6796
6797 2002-08-12 [alfons]     0.8.1claws53
6798
6799         * po/POTFILES.in
6800                 add crash.c to translatables
6801         * src/crash.c
6802                 bring in Leandro's crash dialog
6803
6804 2002-08-11 [alfons]     0.8.1claws52
6805
6806         * src/crash.c
6807                 clean up some warnings
6808
6809 2002-08-11 [alfons]     0.8.1claws51
6810
6811         * acconfig.h
6812         * configure.in
6813         * src/crash.[ch]        ** NEW FILES **
6814         * src/main.c            
6815                 initial gdb crash handler
6816
6817 2002-08-11 [paul]       0.8.1claws50
6818
6819         * src/prefs_toolbar.c
6820                 replace Up/Down arrow pixmaps with text to be
6821                 consistent across icon themes
6822
6823 2002-08-11 [paul]       0.8.1claws49
6824
6825         * src/prefs_common.c
6826           src/prefs_toolbar.c
6827                 rename 'Pixmap' -> 'Icon'
6828
6829         * src/toolbar.[ch]
6830                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6831
6832 2002-08-10 [paul]       0.8.1claws48
6833
6834         * src/prefs_toolbar.c
6835                 re-work the UI
6836
6837 2002-08-10 [paul]       0.8.1claws47
6838
6839         * src/main.c
6840                 don't write Processing progress to status bar
6841                 patch submitted by Alexander Evseev
6842
6843         * src/prefs_toolbar.c
6844                 re-position and resize window
6845                 make window assume correct size on first call
6846
6847 2002-08-10 [paul]       0.8.1claws46
6848
6849         * src/mainwindow.c
6850           src/prefs_toolbar.c
6851           src/toolbar.c
6852           src/toolbar.h
6853                 obey coding style
6854                 follow UI text conventions
6855
6856 2002-08-10 [alfons]     0.8.1claws45
6857
6858         * src/toolbar.c
6859                 correct pixmap for delete action
6860
6861 2002-08-10 [paul]       0.8.1claws44
6862
6863         * po/pt_BR.po
6864                 updated by Fabio Jr. Beneditto
6865
6866 2002-08-10 [paul]       0.8.1claws43
6867
6868         * po/POTFILES.in
6869                 add custom toolbar files
6870
6871 2002-08-10 [paul]       0.8.1claws42
6872
6873         * sync with 0.8.1cvs22
6874                 see ChangeLog 2002-08-09
6875
6876 2002-08-09 [paul]       0.8.1claws41
6877
6878         * tools/Makefile.am
6879           tools/README
6880           tools/outlook2sylpheed.pl     ** NEW FILE **
6881                 add script to convert exported Outlook
6882                 contacts list to a Sylpheed addressbook.
6883                 Submitted by Ricardo Mones Lastra.
6884
6885 2002-08-09 [paul]       0.8.1claws40
6886
6887         * AUTHORS
6888           configure.in
6889           po/sr.po      ** NEW FILE **
6890                 add Serbian message catalog. Submitted by
6891                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
6892
6893 2002-08-09 [paul]       0.8.1claws39
6894
6895         * sync with 0.8.1cvs21
6896                 see ChangeLog 2002-08-08
6897
6898 2002-08-08 [oliver]     0.8.1claws38
6899
6900         * src/mainwindow.c
6901                 move Custom Toolbar to Configuration menu
6902
6903 2002-08-08 [oliver]     0.8.1claws37
6904
6905         * src/prefs_toolbar.c
6906                 fix substitute pixmap bug
6907
6908 2002-08-08 [paul]       0.8.1claws36
6909
6910         * sync with 0.8.1cvs19
6911                 see ChangeLog 2002-08-08
6912
6913 2002-08-07 [christoph]  0.8.1claws35
6914
6915         * src/utils.c
6916                 fixed a memory leak in new canonicalize_file_replace
6917
6918 2002-08-07 [christoph]  0.8.1claws34
6919
6920         * src/utils.[ch]
6921                 o canonicalize_file_replace should create the temporary
6922                   file in the same directory as the original file.
6923                 o added get_tmpfile_in_dir that creates a temorary file
6924                   in a specified directory.
6925
6926 2002-08-07 [melvin]     0.8.1claws33
6927
6928         * src/toolbar.c
6929                 fixed bug where 'Article' button acted as 'Email' button.
6930
6931 2002-08-07 [paul]       0.8.1claws32
6932
6933         * sync with 0.8.1.cvs17
6934                 see ChangeLog 2002-08-07
6935
6936 2002-08-07 [colin]      0.8.1claws31
6937         
6938         * src/news.c
6939                 fix mass-cancel problem
6940
6941 2002-08-07 [thorsten]   0.8.1claws30
6942
6943         * src/prefs_toolbar.c
6944                 fix: crash on replace or add new button
6945         * src/toolbar.c
6946                 fix: close xmlfile after reading
6947         * src/utils.c
6948                 fix: unlink() file before rename()
6949
6950 2002-08-06 [paul]       0.8.1claws29
6951
6952         * sync with 0.8.cvs15
6953                 see ChangeLog 2002-08-06
6954
6955 2002-08-06 [oliver]     0.8.1claws28
6956
6957         * src/toolbar.c
6958         * src/prefs_toolbar.c
6959                 fixed empty toolbar issue
6960
6961 2002-08-06 [oliver]     0.8.1claws27
6962
6963         * Custom Toolbar Final 
6964         * src/folderview.c
6965         * src/inc.c
6966         * src/summaryview.c
6967                 o toolbar stuff now lives in src/toolbar.[ch]
6968                 o main_window_toolbar_* functions are renamed to
6969                   toolbar_* reflecting their new source file
6970         * src/mainwindow.[ch]
6971                 o remove toolbar stuff  
6972
6973 2002-08-06 [oliver]     0.8.1claws26
6974         
6975         * src/Makefile.am
6976         * src/prefs_toolbar.[ch]        **New File**
6977         * src/toolbar.[ch]              **New File**
6978                 o prefs_toolbar.[ch] custom toolbar frontend
6979                 o toolbar.[ch]       backend 
6980
6981 2002-08-06 [oliver]     0.8.1claws25
6982
6983         * src/prefs_actions.[ch]
6984                 o new exported function actions_execute
6985
6986 2002-08-06 [paul]       0.8.1claws24
6987
6988         * sync with 0.8.1cvs4
6989                 see ChangeLog 2002-08-06
6990
6991 2002-08-06 [paul]       0.8.1claws23
6992
6993         * sync with 0.8.1cvs13
6994                 see ChangeLog 2002-08-06
6995
6996 2002-08-06 [paul]       0.8.1claws22
6997
6998         * sync with 0.8.1cvs12
6999                 see ChangeLog 2002-08-05 and 2002-08-06
7000
7001 2002-08-06 [match]      0.8.1claws21
7002
7003         * src/addrclip.c
7004                 improvements to cut/copy/paste address
7005
7006 2002-08-05 [match]      0.8.1claws20
7007
7008         * src/addritem.[ch]
7009         * src/addrcache.c
7010         * src/addrbook.c
7011         * src/editaddress.c
7012         * src/addressbook.c
7013                 fixes to improve cut/copy/paste
7014
7015 2002-08-06 [melvin]     0.8.1claws19
7016
7017         * src/account.[ch]
7018                 account_find_all_from_address(): new function that returns the
7019                 list of all accounts that are matched in an address.
7020         * src/alertpanel.[ch]
7021                 alertpanel() now accepts a custom widget
7022                 alertpanel_with_widget(): new function that pops up a panel with
7023                 a custom widget in it 
7024         * src/gtkutils.[ch]
7025                 gtkut_account_menu_new(): new function that allows the selection
7026                 of an account from a list of accounts.
7027         * src/messageview.c
7028                 Extended Return Receipt notification to select the correct 
7029                 account and to make a security test on the Delivery-Notification
7030                 address which should be the same as the Return-Path.
7031
7032 2002-08-06 [thorsten]   0.8.1claws18
7033
7034         * src/mimeview.c
7035                 attach_all: save unnamed as "noname.%d",
7036                 dont free static dirname
7037
7038 2002-08-05 [alfons]     0.8.1claws17
7039
7040         * configure.in
7041                 detect XIM by trying to link rather than compile a XIM program
7042
7043 2002-08-05 [oliver]     0.8.1claws16
7044                 
7045         * src/stock_pixmap.[ch]
7046                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7047                 o new func to retrieve pixmaps
7048
7049 2002-08-05 [paul]       0.8.1claws15
7050
7051         * sync with 0.8.1cvs10
7052                 see ChangeLog 2002-08-05
7053
7054 2002-08-04 [alfons]     0.8.1claws14
7055
7056         * src/textview.c
7057                 see if this plugs memleak
7058
7059 2002-08-04 [melvin]     0.8.1claws13
7060
7061         * src/gtkspell.c
7062                 fixed bug that could crash Sylpheed when highlighting
7063                 all misspelled words.
7064
7065 2002-08-03 [melvin]     0.8.1claws12
7066
7067         * src/prefs_actions.c
7068                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7069         * src/messageview.c
7070                 fixed bug where the Return Receipt was sent to
7071                 Delivery-Notification-To address even if it was not present
7072
7073 2002-08-02 [alfons]     0.8.1claws11
7074
7075         * src/prefs_actions.c
7076                 o more check for NULLs
7077                 o put create_io_dialog() in right conditional block
7078
7079 2002-08-02 [paul]       0.8.1claws10
7080
7081         * po/es.po
7082                 updated by Ricardo Mones Lastra
7083
7084 2002-08-01 [christoph]  0.8.1claws9
7085
7086         * src/folder.c
7087                 don't free the cache of the opened
7088                 folder in the summaryview
7089         * src/summaryview.c
7090                 don't unset flags, if it is not required
7091
7092 2002-08-01 [paul]       0.8.1claws8
7093
7094         * sync with 0.8.1cvs8
7095                 see ChangeLog entry 2002-08-01
7096
7097 2002-08-01 [paul]       0.8.1claws7
7098
7099         * sync with 0.8.1cvs7
7100                 see ChangeLog 2002-07-31 and 2002-08-01
7101
7102 2002-07-31 [christoph]  0.8.1claws6
7103
7104         * src/mainwindow.c
7105                 forgot to update menu sensitivity
7106                 function for new menu entry
7107
7108 2002-07-31 [alfons]     0.8.1claws5
7109
7110         * src/main.c
7111                 check folder item and its path for NULL on
7112                 initial processing
7113
7114 2002-07-31 [christoph]  0.8.1claws4
7115
7116         * src/folder.c
7117                 check if folder_item_get_msginfo in
7118                 folder_item_remove_msg returned NULL
7119         * src/imap.c
7120                 better clear the uid cache in the
7121                 uid validity check function and delete
7122                 cached messages
7123
7124 2002-07-31 [paul]       0.8.1claws3
7125
7126         * man/sylpheed.1
7127                 add the '--attach' option and a few other
7128                 minor changes
7129
7130 2002-07-31 [paul]       0.8.1claws2
7131
7132         * sync with 0.8.1cvs5
7133                 see ChangeLog 2002-07-31
7134
7135 2002-07-31 [christoph]  0.8.1claws1
7136
7137         * src/folderview.[ch]
7138         * src/mainwindow.c
7139                 replace "Rescan all folders..." with
7140                 "Check all folders for new messages..."
7141
7142 2002-07-30 [paul]       0.8.1claws
7143
7144         * version 0.8.1claws released
7145
7146 2002-07-30 [paul]       0.8.0claws29
7147
7148         * tools/OOo2sylpheed.pl ** NEW FILE **
7149           tools/README
7150                 add script to enable sending documents as
7151                 attachments from OpenOffice.org
7152
7153 2002-07-30 [melvin]     0.8.0claws28
7154
7155         * src/prefs_actions.c
7156                 Made the actions' input/output dialog display
7157                 without delay.
7158
7159 2002-07-30 [christoph]  0.8.0claws27
7160
7161         * src/procmsg.c
7162                 check if folder_item_get_msginfo in
7163                 procmsg_save_to_outbox returned NULL
7164
7165 2002-07-30 [paul]       0.8.0claws26
7166
7167         * sync with 0.8.1cvs4
7168                 see ChangeLog 2002-07-29
7169
7170 2002-07-29 [thorsten]   0.8.0claws25
7171
7172         * README.claws
7173                 added selective download, delete on server
7174
7175 2002-07-29 [paul]       0.8.0claws24
7176
7177         * sync with 0.8.1cvs3
7178                 see ChangeLog 2002-07-29
7179
7180 2002-07-27 [christoph]  0.8.0claws23
7181
7182         * src/folder.c
7183                 add extra check if fetching the msginfo
7184                 returned NULL
7185
7186 2002-07-27 [paul]       0.8.0claws22
7187
7188         * sync with 0.8.1cvs2
7189                 see ChangeLog 2002-07-26
7190
7191 2002-07-27 [christoph]  0.8.0claws21
7192
7193         * src/imap.c
7194                 add another check if a valid msginfo
7195                 was returned
7196
7197 2002-07-26 [hoa]        0.8.0claws20
7198
7199         * src/folder.c
7200                 Fixed a condition in folder_item_destroy()
7201
7202         * src/imap.c
7203                 Fixed an error in IMAP protocol
7204
7205 2002-07-26 [alfons]     0.8.0claws19
7206
7207         * src/folder.c
7208                 ofcourse compare with identifier, not the path
7209
7210 2002-07-26 [alfons]     0.8.0claws18
7211
7212         * src/folder.c
7213                 use folder item identifier for saving / restoring
7214                 preferences because folder->path might not be unique
7215
7216 2002-07-26 [melvin]     0.8.0claws17
7217
7218         * src/logwindow.c
7219                 Fixed a crash introduced in 0.8.0claws5 when log is 
7220                 cut under 80 characters.
7221
7222 2002-07-26 [paul]       0.8.0claws16
7223
7224         * sync with 0.8.1cvs1
7225                 see ChangeLog 2002-07-26
7226
7227 2002-07-26 [christoph]  0.8.0claws15
7228
7229         * src/imap.[ch]
7230                 imap folder now remembers the last selected
7231                 folder and imap_fetch_msginfo skips selecting
7232                 the folder if it is already selected
7233
7234 2002-07-26 [christoph]  0.8.0claws14
7235
7236         * src/folder.c
7237         * src/folderview.c
7238         * src/imap.c
7239                 fix imap folder rescanning
7240
7241 2002-07-25 [christoph]  0.8.0claws13
7242
7243         * src/filter.c
7244         * src/folder.[ch]
7245         * src/folderview.c
7246         * src/imap.[ch]
7247         * src/mainwindow.c
7248         * src/mbox_folder.c
7249         * src/mh.c
7250         * src/news.c
7251                 implement imap uid cache and uid validity check
7252
7253 2002-07-25 [alfons]     0.8.0claws12
7254
7255         * src/summaryview.c
7256                 fix a brown paper bag bug, and also add some more
7257                 checks
7258
7259 2002-07-25 [christoph]  0.8.0claws11
7260
7261         * src/folder.c
7262                 don't mix copy, fetch_msginfo and remove
7263                 operations in folder item copy and move
7264                 operations
7265
7266 2002-07-25 [christoph]  0.8.0claws10
7267
7268         * src/folderview.c
7269         * src/mainwindow.c
7270         * src/prefs_folder_item.c
7271         * src/summaryview.[ch]
7272                 remove no longer required parameter update_cache from
7273                 summary_show
7274
7275 2002-07-25 [paul]       0.8.0claws9
7276
7277         * sync with 0.8.1
7278         
7279         * AUTHORS
7280                 a few corrections
7281
7282 2002-07-24 [alfons]     0.8.0claws8
7283
7284         * src/summaryview.c
7285                 sort correctly when using simplified subject line
7286                 (closes feature request "[ 585141 ] applying regexp to subject 
7287                 before sort" submitted by Alexandra Walford)
7288
7289 2002-07-24 [paul]       0.8.0claws7
7290
7291         * sync with 0.8.0cvs3
7292                 see ChangeLog 2002-07-24
7293
7294 2002-07-23 [christoph]  0.8.0claws6
7295
7296         * src/folder.c
7297         * src/folder.h
7298         * src/summaryview.c
7299         * src/summaryview.h
7300         * src/main.c
7301                 o separate processing and summaryview
7302                 o removed summary_write_cache from summaryview
7303                 o removed summaryview->killed_messages, because we don't have
7304                   to keep a list of killed messages anymore. New cache will
7305                   keep the hidden messages in cache anyway
7306         * src/folderview.c
7307         * src/inc.c
7308         * src/selective_download.c
7309                 o removed unnecessary summary_write_cache calls
7310         * src/procmsg.c
7311                 o don't set ignore thread flag in procmsg_get_thread_tree
7312                   if it is already set
7313         * src/mainwindow.c
7314         * src/statusbar.h
7315                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7316                   they are used in different files
7317
7318 2002-07-23 [melvin]     0.8.0claws5
7319
7320         * src/addressbook.c
7321         * src/addrgather.c
7322         * src/editaddress.c
7323         * src/editgroup.c
7324         * src/editldap_basedn.c
7325         * src/importldif.c
7326         * src/prefs_common.c
7327                 Fixed few memory leak (gtk_editable_get_chars returns
7328                 an allocated string)
7329         * src/logwindow.c
7330                 Fixed few memory leak (gtk_editable_get_chars returns
7331                 an allocated string) and modified a little the log cutting
7332                 loop.
7333         * src/compose.c
7334                 Replaced a call to an obsolete function gtk_entry_get_text()
7335                 by gtk_editable_get_chars()
7336         * src/send.c
7337                 Removed a debug printf
7338
7339 2002-07-23 [christoph]  0.8.0claws4
7340
7341         * src/filesel.c
7342                 fix another g_dirname memory leak
7343
7344 2002-07-23 [christoph]  0.8.0claws3
7345
7346         * src/mh.c
7347                 fixed a memory leak in mh_fetch_msginfo
7348                 fixed crash when message header could not be
7349                 parsed
7350
7351 2002-07-23 [paul]       0.8.0claws2
7352
7353         * sync with 0.8.0cvs2
7354                 see ChangeLog 2002-07-23
7355
7356 2002-07-23 [paul]       0.8.0claws1
7357
7358         * sync with 0.8.0cvs1
7359                 see ChangeLog 2002-07-23
7360
7361 2002-07-23 [paul]       0.8.0claws
7362
7363         * release of 0.8.0claws
7364
7365 2002-07-23 [paul]       0.7.8claws99
7366
7367         * po/ru.po
7368                 new Russian translation, submitted by
7369                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7370
7371 2002-07-22 [jens]       0.7.8claws98
7372
7373         * po/de.po
7374                 Updated German translations.
7375
7376 2002-07-22 [paul]       0.7.8claws97
7377
7378         * po/es.po
7379           po/it.po
7380           po/nl.po
7381           po/pt_BR.po
7382                 updated translations by Ricardo Mones Lastra,
7383                 Alessandro Maestri, Wilbert Berendsen and 
7384                 Fabio Jr. Beneditto respectively
7385
7386 2002-07-22 [christoph]  0.7.8claws96
7387
7388         * src/mimeview.c
7389                 fix memory leak caused by wrong g_dirname usage
7390
7391 2002-07-22 [christoph]  0.7.8claws95
7392
7393         * src/summaryview.c
7394                 update new and unread message counts for summaryview
7395                 summaryview does not get it from the folder anymore
7396                 and has to update the values itself
7397
7398 2002-07-22 [melvin]     0.7.8claws94
7399
7400         * po/fr.po
7401                 Updated French translations.
7402
7403 2002-07-22 [christoph]  0.7.8claws93
7404
7405         * src/matcher.c
7406                 set prop->preg pointer to NULL or following check
7407                 will not fail and regexec will be called with
7408                 invalid pointer
7409
7410 2002-07-21 [alfons]     0.7.8claws92
7411         
7412         * src/prefs_common.[ch]
7413                 remove option "Send return receipt on request"
7414
7415 2002-07-21 [thorsten]   0.7.8claws91
7416
7417         * src/mimeview.c
7418                 fixed memleaks, coding style as pointed out by alfons
7419
7420 2002-07-21 [alfons]     0.7.8claws90
7421
7422         * src/messageview.c
7423         * src/noticeview.[ch]
7424                 o fix bug notice view being displayed when going to empty folder 
7425                   (noticed by Christoph)
7426                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7427                   (noticed by Thorsten)
7428
7429 2002-07-21 [thorsten]   0.7.8claws89
7430
7431         * src/mimeview.c
7432                 Included save_all patch from Xaview FACQ
7433                 added support for pathnames
7434
7435 2002-07-21 [alfons]     0.7.8claws88
7436
7437         * po/POTFILES.in
7438         * src/Makefile.am
7439         * src/mainwindow.c
7440         * src/messageview.[ch]
7441         * src/noticeview.c      ** NEW FILE **
7442         * src/noticeview.h      ** NEW FILE **
7443                 make return receipts work again
7444                 (UI idea by Leandro Pereira)
7445
7446 2002-07-21 [paul]       0.7.8claws87
7447
7448         * src/summaryview.c
7449                 fix sensitivity of 'Select thread'
7450
7451 2002-07-21 [paul]       0.7.8claws86
7452
7453         * src/prefs_common.c
7454                 add browser command line for Galeon
7455
7456 2002-07-21 [paul]       0.7.8claws85
7457
7458         * Makefile.am
7459                 fix 'EXTRA_DIST': remove README.README, add TODO
7460                 and TODO.claws
7461
7462 2002-07-21 [alfons]     0.7.8claws84
7463
7464         * src/gtkstext.c
7465                 make enter clear selection
7466                 (closes "[ 579888 ] Editor selection/entry error"
7467                 reported by Steve Lamb)
7468
7469 2002-07-21 [alfons]     0.7.8claws83
7470         
7471         * src/summaryview.c
7472                 sort message list when selecting unthread messages
7473                 (closes "[ 501593 ] switching threaded view doesn't sort"
7474                 reported by Simon Schubert)
7475
7476 2002-07-20 [alfons]     0.7.8claws82
7477         
7478         * src/matcher.c
7479                 const-correctness
7480
7481 2002-07-20 [thorsten]   0.7.8claws81
7482
7483         * src/matcher.c
7484                 Fixed expansion of empty fields in matchactions
7485
7486 2002-07-19 [melvin]     0.7.8claws80
7487
7488         * src/gtkspell.c
7489                 Removed a duplicate menu entry (fast mode) introduced during
7490                 the new cache merge
7491                 Added a menu separator between 'Use alternate' and 'Fast mode'
7492
7493 2002-07-19 [paul]       0.7.8claws79
7494
7495         * tools/Makefile.am
7496           tools/README
7497                 correct typos
7498
7499 2002-07-19 [thorsten]   0.7.8claws78
7500
7501         * tools/calypso_convert.pl      ** NEW FILE **
7502           tools/README
7503           tools/Makefile.am
7504                 script to import mbox files exported
7505                 by calypso
7506                 o generates folder structure
7507                 o includes attachments
7508
7509 2002-07-19 [melvin]     0.7.8claws77
7510
7511         * src/selective_download.[ch]
7512                 Fixed bug where closing the dialog with the window manager's
7513                 close button will not unlock the summary
7514                 Corrected some function declarations that missed a return value
7515                 Made the source code comply better with coding style.
7516         * src/prefs_common.c
7517                 Added new browser command line for Mozilla.
7518
7519 2002-07-18 [paul]       0.7.8claws76
7520
7521         * src/mainwindow.c
7522           src/selective_download.[ch]
7523                 reflect theme changes, fix Gdk Warning when creating 
7524                 pixmap from NULL window, and minor clean up.
7525                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7526
7527         * po/en_GB.po
7528                 updated
7529
7530 2002-07-17 [paul]       0.7.8claws75
7531
7532         * INSTALL[.jp]
7533                 sync with 0.8.0
7534         
7535         * po/en_GB.po
7536                 updated
7537
7538 2002-07-16 [paul]       0.7.8claws74
7539
7540         * tools/filter_conv.pl
7541           tools/README
7542                 replace conversion script with reimplemented version, 
7543                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7544
7545 2002-07-16 [colin]      0.7.8claws73
7546
7547         * src/summaryview.c
7548                 remove forgotten debug messages - sorry ;-)
7549
7550 2002-07-16 [colin]      0.7.8claws72
7551
7552         * src/mimeview.c
7553           src/summaryview.c
7554           src/textview.c
7555           src/textview.h
7556                 add the ability to select part of a text mime-part 
7557                 to reply.
7558
7559 2002-07-15 [christoph]  0.7.8claws71
7560
7561         * src/folder.c
7562                 fix folder message count for folders without
7563                 msg_is_changed (includes news folders)
7564
7565 2002-07-15 [martin]     0.7.8claws70
7566
7567         * src/summaryview.c
7568                 option "display recipient on 'From'..." now works
7569                 without the need of enabling the option
7570                 "display  sender  using  address  book".
7571
7572 2002-07-15 [christoph]  0.7.8claws69
7573
7574         * src/summaryview.c
7575                 removed setting folder status from summaryview.
7576                 folder.c should update all message counts correctly.
7577
7578 2002-07-15 [paul]       0.7.8claws68
7579
7580         * po/pt_BR.po
7581                 updated by Fabio Junior Beneditto
7582
7583 2002-07-15 [darko]      0.7.8claws67
7584
7585         * src/mh.c
7586                 Fixed target folder colorization, don't decrease op
7587                 number twice
7588
7589 2002-07-14 [paul]       0.7.8claws66
7590
7591         * sync with main 0.8.0
7592                 see ChangeLog 2002-07-14
7593
7594 2002-07-13 [melvin]     0.7.8claws65
7595         
7596         * src/addrbook.c
7597         * src/addressbook.c
7598         * src/addrindex.c
7599                 Replaced sprintf by g_snprintf to prevent possible buffer
7600                 overflow.
7601         * src/news.c
7602                 Corrected a log message output format.
7603                 Added a missing "done" debug output.
7604         * src/compose.c
7605                 Added keyboard accelerator for Priority menu items
7606                 Added missing \n in debug output
7607         * src/logwindow.c
7608         * src/gtkspell.c
7609         * src/rfc2015.c
7610                 Added missing \n in debug output
7611
7612 2002-07-13 [paul]       0.7.8claws64
7613
7614         * man/sylpheed.1
7615                 change Sergey's email address to the sf address
7616
7617         * src/textview.c
7618                 increase show_url_timeout (more useful for long
7619                 urls)
7620
7621 2002-07-12 [sergey]     0.7.8claws63
7622
7623         * src/rfc2015.c
7624                 applied (with some modifications) patch to set the
7625                 micalg parameter for signatures
7626                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7627
7628 2002-07-12 [sergey]     0.7.8claws62
7629
7630         * man/Makefile.am
7631         * configure.in
7632                 fixed man page installation
7633
7634 2002-07-12 [paul]       0.7.8claws61
7635
7636         * sync with 0.7.8cvs26
7637                 see ChangeLog 2002-07-11 and 2002-07-12
7638
7639 2002-07-11 [christoph]  0.7.8claws60
7640
7641         * src/compose.c
7642         * src/procmsg.c
7643                 first use the message number to find the message
7644                 to mark with a reply flag but check the
7645                 message-id if we got the correct message, if not
7646                 try to find it by message-id.
7647                 use new string seperator that is not allowed
7648                 in message-ids.
7649
7650 2002-07-11 [paul]       0.7.8claws59
7651
7652         * sync with 0.7.8cvs23
7653                 see ChangeLog 2002-07-10
7654
7655 2002-07-10 [christoph]  0.7.8claws58
7656
7657         * src/folder.[ch]
7658         * src/msgcache.[ch]
7659                 Added message-id table to the cache in memory
7660                 and functions to msgcache.c and folder.c to
7661                 fetch MsgInfos by message id
7662         * src/compose.c
7663         * src/procmsg.c
7664                 store folder and message-id of message replying
7665                 to in queue header and set reply flag after sending
7666                 (Closes bug #469498)
7667
7668 2002-07-10 [paul]       0.7.8claws57
7669
7670         * AUTHORS
7671           man/sylpheed.1.gz
7672                 add Martin to the list of authors
7673
7674 2002-07-09 [martin]     0.7.8claws56
7675         * src/gtksctree.c
7676                 Added gtk_ctree_last_visible(), tree_update_level(),
7677                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7678                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7679                 from gtk+ to gtksctree.c for the new sorting code
7680                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7681                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7682         * src/gtksctree.h
7683                 Added declaration for gtk_sctree_sort_recursive() and
7684                 gtk_sctree_sort_node
7685         * src/addressbook.c
7686         * src/foldersel.c
7687         * src/folderview.c
7688         * src/summaryview.c
7689                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7690                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7691
7692 2002-07-08 [paul]       0.7.8claws55
7693
7694         * more sync with 0.7.8cvs21
7695                 see ChangeLog 2002-07-08
7696
7697 2002-07-08 [paul]       0.7.8claws54
7698
7699         * sync with 0.7.8cvs21
7700                 see ChangeLog 2002-07-08
7701
7702 2002-07-07 [alfons]     0.7.8claws53
7703
7704         * src/Makefile.am
7705         * src/stock_pixmap.[ch]
7706         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7707         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7708         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7709                 add new pixmaps for upcoming notice pane
7710
7711 2002-07-06 [melvin]     0.7.8claws52
7712
7713         * src/gtkspell.[ch]
7714                 Made them a bit closer to Sylpheed's coding style.
7715                 Removed old code.
7716                 Removed possible memory leaks when some errors occurs.
7717
7718 2002-07-06 [melvin]     0.7.8claws51
7719
7720         * po/Makefile.in.in
7721                 Removed --no-location in xgettext command line to help
7722                 translators that use Emacs' po-mode
7723         * src/quote_fmt.c
7724                 Removed unnecessary comments that messed up sylpheed.pot
7725
7726 2002-07-06 [paul]       0.7.8claws50
7727
7728         * sync with 0.7.8cvs19
7729                 see ChangeLog 2002-07-05
7730
7731 2002-07-06 [christoph]  0.7.8claws49
7732
7733         * src/folder.c
7734         * src/mainwindow.c
7735                 fix folder_item_remove_all_msg and folderview
7736                 status for trash folders after emptying trash
7737
7738 2002-07-05 [paul]       0.7.8claws48
7739
7740         * sync with 0.7.8cvs16
7741                 see ChangeLog 2002-07-04 and 2002-07-05
7742
7743 2002-07-04 [paul]       0.7.8claws47
7744
7745         * sync with 0.7.8cvs14
7746                 see  ChangeLog 2002-07-04
7747
7748 2002-07-03 [alfons]     0.7.8claws46
7749
7750         * src/folder.c
7751                 dupe folder item's path because it's being reallocated
7752                 by new folder scanning code
7753
7754 2002-07-03 [christoph]  0.7.8claws45
7755
7756         * src/imap.c
7757                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7758         * src/msgcache.c
7759                 add missing return in msgcache_write
7760
7761 2002-07-02 [thorsten]   0.7.8claws44
7762
7763         * src/jpilot.c
7764         * src/msgcache.c
7765         * src/rfc2015.c
7766                 use binary mode for file access
7767
7768 2002-07-02 [christoph]  0.7.8claws43
7769
7770         * major code cleanup (part 1)
7771         
7772                 - unused variables removed
7773                 - unused functions removed
7774                 - uninitialized variables checked
7775                 - missing return statements added
7776                 - missing function return types added
7777                 - added parentheses around assignment and
7778                   && in || when suggested by gcc
7779               
7780         * src/mh.c
7781         * src/folder.c
7782                 replaced direct calls to folder->scan_tree
7783                 with folder_scan_tree and restore folder
7784                 prefs in this function. The folder should
7785                 not have to deal with them.
7786                 ( Should now work for all folder types )
7787
7788 2002-07-02 [paul]       0.7.8claws42
7789
7790         * sync with 0.7.8cvs13
7791                 see ChangeLog 2002-07-01 and 2002-07-02
7792
7793 2002-07-01 [christoph]  0.7.8claws41
7794
7795         * src/summaryview.c
7796                 fix "goto next/prev unread message" with
7797                 ignored threads
7798
7799 2002-07-01 [paul]       0.7.8claws40
7800
7801         * po/es.po
7802                 updated by Ricardo Mones Lastra
7803
7804 2002-06-30 [match]      0.7.8claws39
7805
7806         * src/jpilot.c
7807                 applied variation of leonerd's patch (566661) to
7808                 allow multiple email addresses per JPilot entry.
7809                 addresses may be separated by space, comma, pipe,
7810                 semi-colon, new-line.
7811
7812 2002-06-30 [alfons]     0.7.8claws38
7813
7814         * src/procmsg.c
7815                 simple fix for putting older nodes before
7816                 newer nodes when threading by subject
7817
7818 2002-06-30 [christoph]  0.7.8claws37
7819
7820         * src/folder.c
7821         * src/folderview.c
7822         * src/mh.c
7823         * src/news.c
7824         * src/procmsg.c
7825                 fix broken folder tree rescaning
7826                 and don't use procmsg_get_mark_sum
7827                 anymore
7828
7829 2002-06-30 [christoph]  0.7.8claws36
7830
7831         * merge new cache branch
7832         * src/imap.c
7833                 fix new cache imap copy bug
7834         * src/folder.c
7835                 improved folder_item_scan
7836                 it should now always set the correct
7837                 new, unread and total message counts
7838
7839 2002-06-29 [paul]       0.7.8claws35
7840
7841         * configure.in
7842                 correct syntax error
7843
7844 2002-06-29 [paul]       0.7.8claws34
7845
7846         * configure.in
7847           Makefile.am
7848           man/Makefile.am       ** NEW FILE **
7849           man/sylpheed.1.gz     ** NEW FILE **
7850                 add Sylpheed man page
7851
7852 2002-06-29 [paul]       0.7.8claws33
7853
7854         * po/pt_BR.po
7855                 updated by Fabio Junior Beneditto
7856
7857 2002-06-28 [jens]       0.7.8claws32
7858
7859         * po/de.po
7860                 translation updated
7861
7862         * src/selective_download.c
7863                 removed gettext for space " "
7864
7865         * src/imap.c
7866                 removed wrong space
7867
7868 2002-06-28 [paul]       0.7.8claws31
7869
7870         * sync with 0.7.8cvs11
7871                 see ChangeLog 2002-06-28
7872
7873 2002-06-28 [paul]       0.7.8claws30
7874
7875         * sync with 0.7.8cvs10
7876                 see ChangeLog 2002-06-27 and 2002-06-28
7877
7878 2002-06-26 [paul]       0.7.8claws29
7879
7880         * src/addrgather.c
7881           src/selective_download.c
7882                 don't gettextise empty strings.
7883                 reserved by gettext. gettext("") returns 
7884                 the header entry with meta information, 
7885                 not the empty string
7886
7887         * po/en_GB.po
7888                 updated
7889
7890 2002-06-26 [paul]       0.7.8claws28
7891
7892         * sync with 0.7.8cvs7
7893                 see ChangeLog 2002-06-25
7894
7895         * src/prefs_common.c
7896                 ...and in the process, tweak the gui a little
7897
7898 2002-06-25 [alfons]     0.7.8claws27
7899         
7900         * configure.in
7901         * src/Makefile.am
7902                 fine tune ldap library detection
7903
7904 2002-06-25 [alfons]     0.7.8claws26
7905
7906         * src/compose.c
7907                 don't allow return receipts when composing a news article
7908
7909 2002-06-25 [paul]       0.7.8claws25
7910
7911         * Makefile.am
7912                 add '$(AMTAR)' to 'release' section to allow for
7913                 new and older autotools
7914
7915 2002-06-25 [paul]       0.7.8claws24
7916
7917         * src/summaryview.c
7918                 fix "No more unread messages" persistant pop-up
7919                 window bug
7920
7921 2002-06-25 [paul]       0.7.8claws23
7922
7923         * po/it.po
7924                 updated by Alessandro Maestri
7925
7926 2002-06-25 [paul]       0.7.8claws22
7927
7928         * sync with 0.7.8cvs6
7929                 see ChangeLog 2002-06-25
7930
7931 2002-06-24 [paul]       0.7.8claws21
7932
7933         * tools/update-po
7934                 add GPL copyright information
7935
7936 2002-06-24 [paul]       0.7.8claws20
7937
7938         * tools/Makefile.am
7939           tools/README
7940           tools/update-po       ** NEW FILE **
7941                 add script that eases the creation of *.po files
7942                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
7943
7944 2002-06-23 [alfons]     0.7.8claws19
7945
7946         * src/messageview.c
7947                 make notification_convert_header obey const correctness
7948                 (next step will be fixing the broken return receipt)
7949
7950 2002-06-23 [paul]       0.7.8claws18
7951
7952         * src/messageview.c
7953                 fix bug introduced in last commit:
7954                 removed too much code in last commit - put back what's
7955                 needed
7956
7957 2002-06-23 [paul]       0.7.8claws17
7958
7959         * src/messageview.[ch]
7960                 remove code committed in error from locally patched
7961                 source
7962
7963 2002-06-23 [colin]      0.7.8claws16
7964
7965         * src/compose.[ch]
7966                 add compose_entry_select(), used to select the default_to
7967                 email address - hopefully avoiding people sending mails to
7968                 wrong recipients.
7969
7970 2002-06-22 [alfons]     0.7.8claws15
7971
7972         * AUTHORS
7973                 add Bram Metsch & Stanislav Karchebny
7974         * src/smtp.[ch]
7975         * src/prefs_account.[ch]
7976         * src/send.c
7977                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
7978                   options.  (see <http://sourceforge.net/tracker/index.php
7979                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
7980
7981                 - merge Stanislav's fix to make SMTP AUTH work with qmail
7982                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
7983
7984 2002-06-22 [paul]       0.7.8claws14
7985
7986         * sync with 0.7.8cvs5
7987                 see ChangeLog 2002-06-19 and 2002-06-20
7988
7989 2002-06-22 [alfons]     0.7.8claws13
7990
7991         * src/selective_download.c
7992                 fix a stupid mistake I made
7993
7994 2002-06-22 [alfons]     0.7.8claws12
7995
7996         * src/selective_download.[ch]
7997                 fix another unnoticed leak; cleanup code
7998
7999 2002-06-21 [alfons]
8000
8001         * tools/Makefile.am
8002                 gpg-sign <-- gpg-sign-syl
8003
8004 2002-06-21 [alfons]     0.7.8claws11
8005
8006         * src/selective_download.c
8007         * src/selective_download.h
8008                 fix assorted mix of allocation errors (should solve
8009                 problem reported by Philippe Gramoullé, see:
8010                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8011
8012 2002-06-20 [melvin]     0.7.8claws10
8013
8014         * tools/gpg-sign *REMOVED*
8015           tools/gpg-sign-syl *ADDED*
8016                 Replaced the gpg clearsigning script with the version using
8017                 xterm instead of ssh-askpass and changed its name.
8018
8019         * README.claws
8020                 Updated actions example to reflect the renaming of the
8021                 gpg clearsigning script.
8022
8023 2002-06-19 [paul]       0.7.8claws9
8024
8025         * sync with 0.7.8claws9
8026                 see ChangeLog 2002-06-18 and 2002-06-19
8027
8028 2002-06-19 [paul]       0.7.8claws8
8029
8030         * sync with 0.7.8cvs1
8031                 see ChangeLog 2002-06-18
8032
8033 2002-06-18 [alfons]     0.7.8claws7
8034
8035         * src/mainwindow.h
8036                 add omitted prototype
8037
8038 2002-06-17 [paul]       0.7.8claws6
8039
8040         * src/mainwindow.c
8041                 fix hiding of exec_btn
8042
8043 2002-06-17 [paul]       0.7.8claws5
8044
8045         * src/pop.c
8046                 remove unneeded code: should_delete() 
8047                 and Pop3State::uidl_todelete_list
8048
8049 2002-06-17 [paul]       0.7.8claws4
8050
8051         * sync with 0.7.8
8052                 see ChangeLog 2002-06-11 and 2002-06-13
8053
8054 2002-06-16 [alfons]     0.7.8claws3
8055         
8056         * src/folder.c
8057                 make sure lock sort mode (claws specific) is
8058                 also persists after a tree rescan
8059
8060 2002-06-16 [alfons]     0.7.8claws2
8061
8062         * src/prefs_folder_item.c
8063         * src/folder.[ch]
8064                 fix persistence of folder sort mode (broken
8065                 by adapting Hiro's new folder persistence code)
8066
8067 2002-06-16 [alfons]     0.7.8claws1
8068
8069         * AUTHORS
8070         * src/logwindow.c
8071         * src/prefscommon.[ch]
8072                 control size of log text in log window; 
8073                 closes patch #569155 submitted by Mitko Haralanov.
8074
8075 2002-06-15 [paul]       0.7.8claws
8076
8077         * release of 0.7.8claws
8078
8079 2002-06-15 [paul]       0.7.7claws
8080
8081         * po/pt_BR.po
8082                 updated by Fabio Junior Beneditto
8083
8084 2002-06-14 [paul]       0.7.6claws49
8085
8086         * po/es.po
8087                 updated by Ricardo Mones Lastra
8088
8089 2002-06-14 [paul]       0.7.6claws48
8090
8091         * po/nl.po
8092                 updated translation by Wilbert Berendsen
8093
8094 2002-06-14 [melvin]     0.7.6claws47
8095
8096         * po/fr.po
8097                 Updated French translation
8098
8099 2002-06-13 [paul]       0.7.6claws46
8100
8101         * src/filesel.c
8102                 allow filename to be typed in, rather than just
8103                 selected by the mouse. Patch by Gustavo Noronha Silva.
8104
8105 2002-06-13 [alfons]     0.7.6claws45
8106
8107         * src/mainwindow.[ch]
8108                 more cleanups (removing unnecessary menu items Expand 
8109                 summary / message view)
8110
8111 2002-06-13 [melvin]     0.7.6claws44
8112
8113         * po/POTFILES.in
8114                 Added src/string_match.c
8115         * src/string_match.c
8116                 Fixed possible buffer overflow.
8117                 Corrected typo.
8118                 Added missing config.h header.
8119         * src/prefs_common.c
8120           src/prefs_matcher.c
8121           src/prefs_scoring.c
8122                 Made some strings translatable (missing _(..)).
8123
8124 2002-06-13 [melvin]     0.7.6claws43
8125
8126         * README.claws
8127                 Corrected action example (verifying clearsigned mail).
8128         * src/prefs_account.c
8129                 Corrected typo.
8130         * src/prefs_common.c
8131                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8132
8133 2002-06-12 [alfons]     0.7.6claws42
8134
8135         * src/summaryview.c
8136                 add init of score column lost in 0.7.6claws42
8137
8138 2002-06-12 [paul]       0.7.6claws41
8139
8140         * src/prefs_account.c
8141                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8142                 behavior of the radio buttons, (from 0.7.7cvs2)
8143
8144 2002-06-11 [alfons]     0.7.6claws40
8145
8146         * src/messageview.[ch]
8147         * src/summaryview.[ch]
8148         * src/summary_search.c
8149         * src/mainwindow.c
8150                 perform a sync to bring in Hiro's separate view implementation 
8151
8152                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8153
8154 2002-06-11 [paul]       0.7.6claws39
8155         
8156         * src/prefs_account.c
8157                 correct a typo on the Receive tab
8158
8159 2002-06-10 [match]      0.7.6claws38
8160
8161         * src/addressbook.c
8162                 Included address completion patch from Gustavo Noronha.
8163
8164 2002-06-10 [paul]       0.7.6claws37
8165
8166         * src/inc.[ch]
8167           src/pop.c
8168           src/prefs_account.[ch]
8169           src/selective_download.[ch]
8170                 apply PATCH #561712
8171                  NEW:
8172                 - check if POP Account
8173                 - Receive Button renamed to Preview
8174                 - Preview Button Popup: preview new/all messages
8175                 - Download Button
8176                 - Account Preferences-->Receive tab checkbutton if you
8177                   want to remove Mail after Download
8178                 -: default YES
8179                 - Account Preferences-->Receive tab checkbutton use
8180                   filtering rules on preview
8181                   (think of delete_on_server)
8182                 -: default YES
8183                 - Account selectable from SD dialog
8184                 - checkbutton to show already downloaded messages if
8185                   all messages are previewed
8186                 - new clist column showing Date
8187                 - ESC KEY close
8188                 FIXES:
8189                 - play ball with UIDL
8190                 - fault tolerant (?) 
8191                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8192
8193 2002-06-10 [melvin]     0.7.6claws36
8194
8195         * README.claws
8196                 Added a hint to ac/README in cvs instructions.
8197
8198         * src/prefs_actions.c
8199                 Made it possible to use a more elaborate command line
8200                 for asynchronous actions, too.
8201
8202 2002-06-10 [melvin]     0.7.6claws35
8203         
8204         * src/prefs_actions.c
8205                 Make it possible to use a more elaborate command line
8206                 (e.g. |foo|bar|cat>there;echo Done|)
8207                 Corrected error message when calling %f, %F and %p commands
8208                 from the compose window.
8209
8210 2002-06-09 [colin]      0.7.6claws34
8211
8212         * src/summaryview.c
8213                 Automatically find unread messages in current folder
8214                 before annoying the user.
8215
8216 2002-06-08 [alfons]     0.7.6claws33
8217
8218         * po/it.po
8219                 remove bad formatting string in it.po translation
8220                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8221
8222 2002-06-08 [paul]       0.7.6claws32
8223
8224         * sync with 0.7.6cvs25
8225                 see ChangeLog 2002-06-07
8226
8227 2002-06-05 [paul]       0.7.6claws31
8228
8229         * src/mainwindow.c
8230                 add 'Sort by locked' and 'Sort by score'
8231
8232 2002-06-05 [paul]       0.7.6claws30
8233
8234         * sync with 0.7.6cvs24
8235                 see ChangeLog 2002-06-04
8236
8237 2002-06-04 [paul]       0.7.6claws29
8238
8239         * po/pt_BR.po
8240                 updated by Fabio Junior Beneditto
8241
8242 2002-06-03 [thorsten]   0.7.6claws28
8243
8244         * src/matcher.c
8245                 fclose() matcherrc after reading
8246
8247 2002-06-03 [paul]       0.7.6claws27
8248
8249         * sync with 0.7.6cvs21
8250                 see ChangeLog 2002-05-31
8251
8252 2002-05-31 [paul]       0.7.6claws26
8253
8254         * sync with 0.7.6cvs20
8255                 see ChangeLog 2002-05-29 and 2002-05-30
8256
8257 2002-05-31 [paul]       0.7.6claws25
8258
8259         * src/imap.c
8260                 hopefully fix last buggy sync
8261
8262         * README.claws
8263                 correct typo in 'Actions' examples
8264
8265 2002-05-29 [paul]       0.7.6claws24
8266
8267         * sync with 0.7.6cvs18
8268                 see ChangeLog 2002-05-28 and 2002-05-29
8269
8270         * src/news.c
8271           src/nntp.[ch]
8272                 sync with above 
8273
8274 2002-05-28 [paul]       0.7.6claws23
8275
8276         * sync with 0.7.6cvs16
8277                 see ChangeLog 2002-05-28
8278
8279 2002-05-27 [thorsten]   0.7.6claws22 
8280
8281         * faq/it/sylpheed-faq-1.html
8282           faq/it/sylpheed-faq-2.html
8283           faq/it/sylpheed-faq-3.html
8284           faq/it/sylpheed-faq.html
8285                 corrected DOS lineendings
8286         * faq/de/sylpheed-faq-1.html
8287           faq/de/sylpheed-faq-2.html
8288           faq/en/sylpheed-faq-1.html
8289           faq/en/sylpheed-faq-2.html
8290           faq/en/sylpheed-faq-3.html
8291           faq/es/sylpheed-faq-1.html
8292           faq/es/sylpheed-faq-2.html
8293           faq/es/sylpheed-faq-3.html
8294           faq/fr/sylpheed-faq-1.html
8295           faq/it/sylpheed-faq-1.html
8296           faq/it/sylpheed-faq-2.html
8297           faq/it/sylpheed-faq-3.html
8298           faq/it/sylpheed-faq.html
8299                 changed ">" to &quot;
8300
8301 2002-05-27 [paul]       0.7.6claws21
8302         
8303         * sync with 0.7.6cvs15
8304                 see ChangeLog 2002-05-27
8305
8306 2002-05-27 [paul]       0.7.6claws20
8307
8308         * src/prefs_account.c
8309                 correct a typo
8310
8311 2002-05-26 [paul]       0.7.6claws19
8312
8313         * tools/README
8314                 correct a typo
8315
8316 2002-05-25 [paul]       0.7.6claws18
8317
8318         * tools/README
8319                 add description of kmail2sylpheed.pl
8320
8321 2002-05-25 [paul]       0.7.6claws17
8322
8323         * tools/kmail2sylpheed.pl       ** NEW FILE **
8324                 perl script that converts an exported Kmail address
8325                 book, converts it to sylpheed addressbook file,
8326                 writes the file to .sylpheed, and updates
8327                 addrbook--index.xml 
8328
8329 2002-05-25 [paul]       0.7.6claws16
8330
8331         * sync with 0.7.6cvs14
8332                 see ChangeLog 2002-05-23
8333
8334 2002-05-24 [paul]       0.7.6claws15
8335
8336         * README.claws
8337                 make a correction and add some more info
8338
8339 2002-05-24 [paul]       0.7.6claws14
8340
8341         * src/compose.c
8342                 fix memory leak in 
8343                 compose_redirect_write_headers_from_headerlist()
8344                 add Subject and Resent-Message-ID to
8345                 compose_redirect_write_headers()
8346                 Received, Subject, and X-UIDL are filtered out in 
8347                 compose_redirect_write_to_file()
8348
8349 2002-05-23 [paul]       0.7.6claws13
8350
8351         * src/compose.[ch]
8352           src/filtering.c
8353           src/mainwindow.c
8354           src/matcher.[ch]
8355           src/matcher_parser_lex.l
8356           src/matcher_parser_parse.y
8357           src/prefs_common.[ch]
8358           src/prefs_filtering.c
8359           src/summaryview.c
8360                 rename 'Bounce' to 'Redirect'
8361
8362 2002-05-23 [paul]       0.7.6claws12
8363
8364         * more sync with 0.7.6cvs13
8365           src/compose.c
8366                 see ChangeLog 2002-05-22
8367
8368 2002-05-22 [paul]       0.7.6claws11
8369
8370         * sync with 0.7.6cvs13
8371           src/codeconv.c
8372                 see ChangeLog 2002-05-20
8373           src/prefs_common.c
8374                 see ChangeLog 2002-05-22
8375
8376 2002-05-21 [melvin]     0.7.6claws10
8377
8378         * src/folderview.c
8379                 Added missing filtering and scoring headers
8380                 Fixed bad function call that showed garbage 
8381                 in Folder->Processing
8382
8383 2002-05-21 [paul]       0.7.6claws9
8384
8385         * tools/Makefile.am
8386                 make all tools executable, (patch by Alfons).
8387
8388 2002-05-20 [alfons]     0.7.6claws8
8389
8390         * src/procheader.c
8391                 don't forget to call mktime() so we have a valid week 
8392                 and year day
8393                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8394
8395 2002-05-20 [paul]       0.7.6claws7
8396
8397         * src/html.c
8398                 fix broken parsing of urls
8399         * src/textview.c
8400                 fix displaying of urls
8401
8402                 both fixes from the patch [547855] by Eugene 
8403                 Brevdo (zonem)
8404
8405 2002-05-19 [alfons]     0.7.6claws6
8406
8407         * configure.in
8408                 make sylpheed configure correctly with the latest
8409                 and greatest of automake / autoconf / gettext
8410
8411 2002-05-19 [alfons]     0.7.6claws5
8412
8413         * src/procheader.c
8414         * src/procheader.h
8415                 add function for returning ime zone offset
8416         * src/quote_fmt.c
8417         * src/quote_fmt_parse.y
8418                 better quotation formatting - does not convert
8419                 to local time, but uses the original date string.
8420                 
8421                 Note: %z inserts the timezone offset (should 
8422                 work also on platforms where strftime does not
8423                 support %z).
8424
8425 2002-05-18 [christoph]  0.7.6claws4
8426
8427         * src/summaryview.c
8428                 fix indentation of some code
8429         * tools/Makefile.am
8430                 fix spaces after \
8431         * src/Makefile.am
8432                 add missing \
8433                 correct path for ignorethread.xpm
8434                 incorrect filename for sylpheed_logo.xpm
8435                 add missing include matcher_parser_parse.h
8436
8437 2002-05-18 [paul]       0.7.6claws3
8438
8439         * sync with 0.7.6cvs8
8440                 see ChangeLog 2002-05-16 and 2002-05-17
8441
8442 2002-05-18 [melvin]     0.7.6claws2
8443
8444         * README.claws
8445                 Corrected an action's definition and fixed some misspellings.
8446
8447 2002-05-18 [paul]       0.7.6claws1
8448
8449         * tools/Makefile.am
8450           tools/gpg-sign        ** new file **
8451           tools/uudec           ** new file **
8452                 add Melvin's Actions scripts
8453
8454         * README.claws
8455                 add Melvin's descriptions for Actions
8456
8457 2002-05-18 [paul]       0.7.6claws
8458
8459         * Version 0.7.6claws released
8460
8461 2002-05-17 [paul]       0.7.5claws32
8462
8463         * po/es.po
8464                 updated by Ricardo Mones Lastra
8465
8466 2002-05-17 [paul]       0.7.5claws31
8467
8468         * src/compose.c
8469                 fix Account prefs default folder for sent/draft/deleted
8470                 messages bug
8471
8472         * po/it.po
8473           po/nl.po
8474                 updated translation by Alessandro Maestri and
8475                 Wilbert Berendsen
8476
8477 2002-05-17 [melvin]     0.7.5claws30
8478
8479         * src/prefs_actions.c
8480                 Fixed bug where using %F not at the end of the command 
8481                 resulted in an additional empty argument being created.
8482                 Thanks to Darko Koruga for reporting the bug.
8483
8484 2002-05-17 [melvin]     0.7.5claws29
8485
8486         * po/fr.po
8487                 Updated French translations.
8488
8489 2002-05-15 [paul]       0.7.5claws28
8490         
8491         * po/es.po
8492                 updated by Ricardo Mones Lastra
8493
8494 2002-05-15 [paul]       0.7.5claws27
8495
8496         * sync with 0.7.6cvs4
8497                 see ChangeLog 2002-05-14 and 2002-05-15
8498
8499 2002-05-14 [paul]       0.7.5claws26
8500
8501         * sync with 0.7.6cvs1
8502                 see ChangeLog 2002-05-13
8503
8504 2002-05-13 [thorsten]   0.7.5claws25
8505
8506         * src/messageview.c
8507                 fix select_all and copy in multipart messages
8508         * src/mainwindow.c
8509                 fix select_all and copy in multipart messages
8510
8511 2002-05-12 [paul]       0.7.5claws24
8512
8513         * src/summaryview.c
8514                 reverse last commit, bug already fixed in 0.7.5claws3
8515
8516 2002-05-12 [netztorte]  0.7.5claws23
8517
8518         * src/summaryview.c
8519                 dont parse empty addressbook (checked in before claws20)
8520
8521 2002-05-12 [melvin]     0.7.5claws22
8522
8523         * src/procmsg.[ch]
8524                 Removed unneeded priority code introduced by the previous 
8525                 commit.
8526
8527 2002-05-12 [melvin]     0.7.5claws21
8528
8529         * src/compose.[ch]
8530                 Added possibility to set message's priority.
8531         * src/procmsg.[ch]
8532                 Added possibility to set message's priority.
8533                 Added missing headers
8534
8535 2002-05-12 [melvin]     0.7.5claws20
8536
8537         * src/prefs_actions.c
8538                 Removed implicitely added quotes around the name
8539                 of the temporary files of mime parts.
8540
8541 2002-05-12 [paul]       0.7.5claws19
8542
8543         * sync with 0.7.5cvs20
8544                 see ChangeLog 2002-05-11
8545
8546 2002-05-12 [alfons]     0.7.5claws18
8547
8548         * src/quote_fmt_lex.l
8549         * src/quote_fmt_parse.y
8550                 allow quote / reply date & time format to be set using
8551                 %D{format}. format is a format string you'd pass to
8552                 strftime() (see man strftime, or the Display tab |
8553                 Date format setting).
8554
8555                 Currently %D converts the date to local time. 
8556
8557 2002-05-11 [paul]       0.7.5claws17
8558
8559         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8560                 see ChangeLog 2002-05-10 and 2002-05-11
8561
8562 2002-05-10 [paul]       0.7.5claws16
8563
8564         * sync with 0.7.5cvs16
8565                 see ChangeLog entries 2002-05-09 and 
8566                 2002-05-10
8567
8568 2002-05-10 [colin]      0.7.5claws15
8569
8570         * src/textview.c
8571                 Corrected a bug that prevented sylpheed to open
8572                 double-clicked URIs.
8573
8574 2002-05-09 [paul]       0.7.5claws14
8575
8576         * sync with 0.7.5cvs14
8577                 see ChangeLog 2002-05-08 and 2002-05-09
8578
8579 2002-05-08 [paul]       0.7.5claws13
8580
8581         * sync with 0.7.5cvs11
8582                 see ChangeLog entry 2002-05-08
8583
8584 2002-05-08 [paul]       0.7.5claws12
8585
8586         * src/mainwindow.c
8587           src/textview.[ch]
8588                 fix segfault on View->Open in new window
8589                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8590
8591 2002-05-07 [paul]       0.7.5claws11
8592
8593         * sync with 0.7.5cvs9
8594                 see ChangeLog entry 2002-05-07
8595
8596 2002-05-06 [paul]       0.7.5claws10
8597
8598         * src/messageview.c
8599           src/textview.c
8600                 display url in statusbar on single-click
8601                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8602
8603 2002-05-06 [match]      0.7.5claws9
8604
8605         * src/addritem.[ch]
8606                 new functions.
8607         * src/addrcache.c
8608                 tidy up.
8609         * src/xmlprops.[ch]
8610                 XML implementation of properties file.
8611         * src/exporthtml.[ch]
8612         * src/expthtmldlg.[ch]
8613         * src/addressbook.c
8614                 export to HTML.
8615
8616 2002-05-02 [sergey]     0.7.5claws8
8617
8618         * src/mainwindow.c (mainwin_entries),
8619           src/prefs_common.c (prefs_send_create()),
8620           src/codeconv.c (locale_table):
8621                 use charset name "Windows-1251" instead of "CP1251".
8622
8623 2002-05-02 [colin]      0.7.5claws7
8624         
8625         * src/compose.c
8626           src/prefs_common.c
8627           src/prefs_folder_item.c
8628                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8629
8630 2002-05-02 [hiro]       0.7.5claws6
8631
8632         * src/imap.c
8633                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8634
8635 2002-05-02 [paul]       0.7.5claws5
8636
8637         * src/compose.c
8638                 more sync with 0.7.5cvs7, see ChangeLog entry
8639                 2002-05-02
8640
8641 2002-05-02 [hiro]       0.7.5claws4
8642
8643         * src/compose.c
8644                 compose_queue_sub():
8645                 check if queue folder exists (closes #550397).
8646                 removed directory creation since it should be handled
8647                 transparently.
8648         * src/imap.c
8649                 imap_add_msg(): return UID for appended message
8650                 (closes #548842).
8651
8652 2002-04-30 [paul]       0.7.5claws3
8653
8654         * src/summaryview.c
8655                 fix account_find_from_address() bug
8656
8657 2002-04-28 [colin]      0.7.5claws2
8658
8659         * src/compose.c
8660           src/textview.c
8661           src/prefs_common.[ch]
8662           src/utils.[ch]
8663                 Added user-definable quotation characters recognition.
8664
8665 2002-04-28 [paul]       0.7.5claws1
8666
8667         * sync with 0.7.5cvs4
8668                 see ChangeLog entry  2002-04-25
8669
8670 2002-04-28 [paul]       0.7.5claws
8671
8672         * po/es.po
8673           po/nl.po
8674           po/pt_BR.po
8675                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8676                 Fabio Junior Beneditto
8677
8678 2002-04-27 [jens]       0.7.4claws103
8679
8680         * po/de.po
8681                 updated German translation.
8682
8683 2002-04-27 [hiro]       0.7.4claws102
8684
8685         * src/summaryview.c
8686                 summary_write_cache(): fixed the mark loss of hidden messages.
8687
8688 2002-04-26 [melvin]     0.7.4claws101
8689
8690         * src/procmsg.c
8691                 fixed a second typo (same one)
8692         * po/fr.po
8693           po/it.po
8694           po/pt_BR.po
8695                 fixed the type again...
8696
8697 2002-04-26 [melvin]     0.7.4claws100
8698
8699         * src/procmsg.c
8700                 fixed a typo in an alert message ("temorary").
8701         * po/it.po
8702         * po/pt_BR.po
8703                 corrected the typo  described above.
8704         * po/fr.po
8705                 updated French translation.
8706
8707 2002-04-26 [darko]      0.7.4claws99
8708
8709         * src/summaryview.c
8710                 fix target folder colorization
8711
8712 2002-04-25 [paul]       0.7.4claws98
8713
8714         * po/it.po
8715                 updated by Alessandro Maestri
8716
8717 2002-04-24 [colin]      0.7.4claws97
8718         
8719         * src/compose.c
8720                 Fixed double "subject is empty" question.
8721
8722 2002-04-23 [colin]      0.7.4claws96
8723         
8724         * src/mimeview.c
8725                 Corrected issue when "automatically display images" was
8726                 not set : first image remained after selecting second.
8727
8728 2002-04-23 [melvin]     0.7.4claws95
8729
8730         * src/prefs_actions.c
8731                 Don't display in/out dialog if there is nothing to show.
8732
8733 2002-04-23 [paul]       0.7.4claws94
8734
8735         * sync with 0.7.5cvs3
8736                 bug fixes: see ChangeLog entry 2002-04-23
8737
8738 2002-04-22 [darko]      0.7.4claws93
8739
8740         * src/compose.c
8741                 fix previous check-in which changed code after
8742                 merge from main
8743
8744 2002-04-22 [paul]       0.7.4claws92
8745
8746         * faq/de/*
8747                 add German FAQ
8748         * faq/en/*
8749           faq/es/*
8750           faq/fr/*
8751                 update English, Spanish and French FAQs
8752         * manual/de/*
8753           manual/es/*
8754                 add German and Spanish manuals
8755         * manual/en/*
8756           manual/fr/*
8757                 update English and French manuals
8758
8759         * src/Makefile.am
8760                 add to and re-arrange the pixmap entries
8761
8762 2002-04-22 [darko]      0.7.4claws91
8763
8764         * src/compose.c
8765                 fix sender initials recognition to only allow
8766                 '>' after the initials
8767
8768 2002-04-21 [paul]       0.7.4claws90
8769
8770         * sync with 0.7.5 release
8771                 see ChangeLog entry 2002-04-21
8772
8773 2002-04-21 [alfons]
8774
8775         * src/Makefile.am
8776                 add colin's new pixmaps to EXTRA_DIST
8777
8778 2002-04-21 [colin]      0.7.4claws89
8779         * src/compose.c
8780         * src/inc.c
8781         * src/mainwindow.[ch]
8782         * src/prefs_common.[ch]
8783         * src/stock_pixmap.[ch]
8784                 Added "Work offline" ability.
8785
8786 2002-04-21 [colin]      0.7.4claws88
8787         
8788         * src/mimeview.c
8789         * src/prefs_common.c
8790         * src/prefs_common.h
8791         * src/textview.c : Added an option to common preferences -> display
8792           to allow user not to automatically display images.
8793
8794 2002-04-21 [paul]       0.7.4claws87
8795
8796         * sync with 0.7.4cvs52
8797                 see ChangeLog entry 2002-04-21 (src/imap.c)
8798
8799 2002-04-21 [paul]       0.7.4claws86
8800
8801         * sync with 0.7.4cvs51
8802                 see ChangeLog entry 2002-04-21
8803
8804 2002-04-21 [paul]       0.7.4claws85
8805
8806         * sync with 0.7.4cvs49
8807                 see ChangeLog entries 2002-04-20 and 2002-04-21
8808
8809         * src/Makefile.am
8810                 clean up: remove old 'stock_' element from xpm 
8811                 filenames.
8812
8813 2002-04-21 [alfons]     0.7.4claws84
8814
8815         apply sync patch from Paul
8816
8817         * src/folderview.c
8818                 use old claws prefs_folder_item_create() for now
8819
8820 2002-04-19 [match]      0.7.4claws83
8821
8822         * src/addressbook.[ch]
8823         * src/addrharvest.[ch]
8824         * src/addrgather.[ch]
8825                 recurse folders.
8826         * src/mainwindow.c
8827         * src/summaryview.[ch]
8828                 change menu option.
8829
8830 2002-04-19 [paul]       0.7.4claws82
8831
8832         * po/pt_BR.po
8833                 updated by Fabio Junior Beneditto
8834
8835 2002-04-14 [alfons]     0.7.4claws81
8836
8837         * src/passphrase.c
8838                 add #include <sys/types.h> for mode_t and off_t 
8839
8840 2002-04-13 [paul]       0.7.4claws80
8841         
8842         * src/main.c
8843           src/passphrase.[ch]
8844           src/pgptext.c
8845           src/prefs_common.[ch]
8846           src/rfc2015.c
8847                 enable storing of GnuPG passphrase for the whole 
8848                 session or a user-defined number of minutes. patch 
8849                 submitted by Ravemax <ravemax@dextrose.com>
8850
8851 2002-04-13 [alfons]     0.7.4claws79
8852
8853         * src/textview.c
8854                 make email parser also stop scanning when encountering separators
8855                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8856
8857 2002-04-13 [paul]       0.7.4claws78
8858
8859         * sync with 0.7.4cvs39
8860                 see ChangeLog entry 2002-04-12
8861
8862 2002-04-11 [paul]       0.7.4claws77
8863
8864         * sync with 0.7.4cvs37
8865                 see ChangeLog entry 2002-04-11
8866
8867 2002-04-11 [paul]       0.7.4claws76
8868
8869         * COPYING 
8870                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8871                 the clause for OpenSSL). sync with sylpheed main
8872
8873 2002-04-09 [melvin]     0.7.4claws75
8874
8875         * src/compose.c
8876                 Made 'Ctrl-Enter' on send ignore some modifiers 
8877                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8878                 to bind other *-Enter (but not Alt-Enter).
8879
8880 2002-04-09 [paul]       0.7.4claws74
8881
8882         * sync with 0.7.4cvs35
8883                 see ChangeLog entries 2002-04-09
8884
8885 2002-04-08 [paul]       0.7.4claws73
8886
8887         * sync with 0.7.4cvs33
8888                 see ChangeLog entry 200-04-08
8889
8890 2002-04-07 [match]      0.7.4claws72
8891
8892         * src/addrharvest.[ch]
8893                 fixed to read all addresses in header, regardless
8894                 of header size. improved name parsing. accommodate
8895                 harvest from folders and selected message.
8896         * src/addritem.[ch]
8897                 included new address parsing function.
8898         * src/addrgather.[ch]
8899         * src/addressbook.[ch]
8900         * src/summaryview.[ch]
8901         * src/mainwindow.c
8902                 allow address harvest of folder as well as selected
8903                 messages.
8904
8905 2002-04-07 [paul]       0.7.4claws71
8906
8907         * src/esmtp.[ch]
8908           src/smtp.c
8909                 don't try to authenticate with CRAM-MD5 in SMTP when 
8910                 SMTP-AUTH enabled if MTA doesn't issue this 
8911                 auth-method in it's ehlo-response. bug item #531364,
8912                 patch item #938910. patch submitted by Colin Leroy 
8913                 <colin@colino.net>
8914
8915 2002-04-07 [paul]       0.7.4claws70
8916
8917         * src/nntp.c
8918                 fix missing MODE_READER bug. patch submitted by
8919                 Colin Leroy <colin@colino.net>
8920
8921 2002-04-07 [alfons]     0.7.4claws69
8922
8923         * src/matcher.[ch]
8924         * src/prefs_filtering.c
8925         * src/summaryview.c
8926                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
8927                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
8928
8929 2002-04-07 [paul]       0.7.4claws68
8930
8931         * sync with 0.7.4cvs32
8932                 see ChangeLog entry 2002-04-06
8933
8934         * tools/filter_conv.pl
8935                 more bug fixes
8936
8937 2002-04-06 [paul]       0.7.4claws67
8938
8939         * tools/filter_conv.pl
8940                 modify to be able to find the name of the first
8941                 mailbox and use that. main's filter does not
8942                 record the full path to the mailbox and therefore
8943                 can only filter to the first mailbox.
8944
8945 2002-04-05 [paul]       0.7.4claws66
8946
8947         * tools/filter_conv.pl
8948                 attempt to make the script all-encompassing and
8949                 be able to convert any main 'filter' rule thrown
8950                 at it
8951
8952 2002-04-05 [paul]       0.7.4claws65
8953
8954         * tools/filter_conv.pl
8955                 allow for collapsed folder trees
8956
8957 2002-04-05 [paul]       0.7.4claws64
8958
8959         * sync with 0.7.4cvs31
8960                 see ChangeLog entries 2002-04-05
8961
8962 2002-04-03 [paul]       0.7.4claws63
8963
8964         * sync with 0.7.4cvs29
8965                 see ChangeLog entries 2002-04-02 and 2002-04-03
8966
8967 2002-04-02 [paul]       0.7.4claws62
8968
8969         * sync with 0.7.4cvs26
8970                 see ChangeLog entry 2002-04-01
8971
8972 2002-04-02 [match]      0.7.4claws61
8973
8974         * src/pine.[ch]
8975         * src/importpine.[ch]
8976         * src/addressbook.c
8977                 import Pine address book.
8978
8979 2002-04-02 [match]      0.7.4claws60
8980
8981         * src/addrharvest.[ch]
8982                 improve address parsing of funky addresses.
8983
8984 2002-04-02 [darko]      0.7.4claws59
8985
8986         * src/compose.c
8987                 wrap on send improvements, it now recognizes quoted
8988                 initials as part of the quotation string, and it
8989                 does not join lines separated by CR
8990
8991 2002-04-01 [match]      0.7.4claws58
8992
8993         * src/mgutils.[ch]
8994                 added new functions.
8995         * src/mutt.[ch]
8996                 remove excessive duplicate address generation
8997                 on import.
8998
8999 2002-04-01 [alfons]     0.7.4claws57
9000         
9001         * src/summaryview.c
9002                 put back g_free() 
9003
9004 2002-04-01 [paul]       0.7.4claws56
9005
9006         * sync with 0.7.4cvs25
9007                 see ChangeLog entry 2002-04-01
9008
9009 2002-04-01 [alfons]     0.7.4aprilfool55
9010
9011         * src/summaryview.c
9012                 honour feature request item #537427 to allow for
9013                 displaying names from address book for sent mail also
9014
9015 2002-03-29 [paul]       0.7.4claws54
9016
9017         * src/mainwindow.c
9018           src/prefs_filtering.[ch]
9019           src/prefs_matcher.c
9020           src/summaryview.c
9021                 add 'fast filter' for claws' filtering,
9022                 /Tools/Create filter rule/... patch submitted
9023                 by Neill Miller <neillm@thecodefactory.org>
9024
9025 2002-03-29 [paul]       0.7.4claws53
9026
9027         * sync with 0.7.4cvs24
9028                 see ChangeLog entry 2002-03-29
9029
9030 2002-03-28 [paul]       0.7.4claws52
9031
9032         * sync with 0.7.4cvs23
9033                 see ChangeLog entry 2002-03-28
9034
9035 2002-03-27 [melvin]     0.7.4claws51
9036
9037         * src/prefs_actions.c
9038                 Added support to pass only one message part (as a
9039                 file) to the command using '%p'. No quotes are needed
9040                 because doubles quotes are automatically added.
9041                 Fixed bug where Sylpheed could block when waiting for
9042                 a child process to finish.
9043                 Changed the help menu to remove quotes around symbols to 
9044                 avoid misinterpretation (they must not be used).
9045
9046 2002-03-27 [melvin]     0.7.4claws50
9047
9048         * src/inc.c
9049                 Made the new mail notification command always 
9050                 execute asynchronously.
9051
9052 2002-03-27 [paul]       0.7.4claws49
9053
9054         * src/compose.c
9055                 fix bug introduced in last commit
9056
9057 2002-03-27 [paul]       0.7.4claws48
9058
9059         * sync with 0.7.4cvs21
9060                 see ChangeLog 2002-03-26 and 2002-03-27
9061
9062 2002-03-26 [hoa]        0.7.4claws47
9063
9064         * src/prefs_folder_item.c
9065                 really fixed the bug #516442 with folder rescan.
9066
9067 2002-03-26 [paul]       0.7.4claws46
9068
9069         * sync with 0.7.4cvs19
9070                 see ChangeLog entries 2002-03-25 and 2002-03-26
9071
9072 2002-03-25 [hoa]        0.7.4claws45
9073
9074         * src/matcher.c
9075         * src/mh.c
9076                 fix the bug #516442 with folder rescan.
9077
9078         * src/prefs_common.[ch]
9079         * src/compose.c
9080                 added an option to enable two different behaviours
9081                 for bounce.
9082
9083
9084 2002-03-25 [paul]       0.7.4claws44
9085
9086         * src/mainwindow.c
9087           src/selective_download.c
9088                 correct a few menuitem labels
9089
9090 2002-03-25 [christoph]  0.7.4claws43
9091
9092         * src/procmsg.c
9093                 fix non deleted tmp message in
9094                 procmsg_save_to_outbox
9095                 fix problems caused by sync with
9096                 main branch's procmsg_send_queue
9097
9098 2002-03-25 [paul]       0.7.4claws42
9099
9100         * src/quote_fmt.c
9101           src/quote_fmt_lex.l
9102           src/quote_fmt_parse.y
9103                 add Last name (%L) placeholder for quoting. 
9104                 patch submitted by Thorsten Thielen 
9105                 <thth@users.sourceforge.net>
9106
9107 2002-03-25 [paul]       0.7.4claws41
9108
9109         * src/utils.c
9110                 get full hostname. patch submitted by
9111                 Bob Woodside <rwoodside1@comcast.net>
9112
9113 2002-03-25 [paul]       0.7.4claws40
9114
9115         * src/account.c
9116           src/news.c
9117           src/nntp.[ch]
9118           src/prefs_account.[ch]
9119                 enable NNTP over SSL. patch submitted by
9120                 Pascal Jermini <pascal@infinity.hn.org>
9121
9122 2002-03-24 [paul]       0.7.4claws39
9123
9124         * src/prefs_common.c
9125                 make the arrangement of the Compose tab more
9126                 coherent
9127
9128         * src/mainwindow.c
9129                 fix some irregularities of style
9130
9131         * po/de.po
9132                 updated by Kilian Krause
9133
9134 2002-03-23 [paul]       0.7.4claws38
9135
9136         * po/pt_BR.po
9137                 updated by Fabio Junior Beneditto
9138
9139 2002-03-23 [paul]       0.7.4claws37
9140
9141         * src/mainwindow.c
9142                 move 'Gather addresses' to 'Tools' menu
9143                 make 'Selective download' sensitive
9144
9145 2002-03-23 [paul]       0.7.4claws36
9146
9147         * sync with 0.7.4cvs16
9148                 see ChangeLog entries 2002-03-23
9149
9150 2002-03-22 [christoph]  0.7.4claws35
9151
9152         * src/quote_fmt_parse.y
9153                 fix include program output
9154
9155 2002-03-22 [alfons]     0.7.4claws34
9156
9157         * src/pop.c
9158                 initialize GDate stack variable correctly (sorry!)
9159
9160 2002-03-22 [paul]       0.7.4claws33
9161
9162         * src/compose.c
9163           src/mainwindow.c
9164           src/prefs_actions.c
9165           src/prefs_common.c
9166                 rename 'Tool' to 'Tools'
9167
9168         * src/mainwindow.c
9169                 move 'Delete duplicated messages' from
9170                 'Message/' to 'Tools/'
9171                 re-arrange the order of 'Tools/' items
9172
9173 2002-03-22 [paul]       0.7.4claws32
9174
9175         * src/addr_compl.c
9176           src/addressbook.[ch]
9177                 auto-address completion now also matches on
9178                 Nickname. patch submitted by Bob Forsman 
9179                 <hammor@users.sourceforge.net>
9180
9181         * src/editaddress.c
9182                 correct a spelling mistake
9183
9184 2002-03-22 [alfons]     0.7.4claws31
9185
9186         * src/pop.c
9187                 fix getting uidl from incorrect string 
9188                 (spotted by Colin)
9189
9190 2002-03-21 [alfons]     0.7.4claws30
9191
9192         * src/pop.c
9193                 more code refactoring
9194                 plug mem leak introduced by delete on server
9195
9196 2002-03-21 [paul]       0.7.4claws29
9197
9198         * sync with 0.7.4cvs11
9199                 see ChangeLog entries 2002-03-20
9200
9201 2002-03-20 [alfons]     0.7.4claws28
9202
9203         * src/inc.c
9204                 apply Colin's patch and refactor
9205
9206 2002-03-20 [paul]       0.7.4claws27
9207
9208         * sync with sylpheed 0.7.4cvs9
9209                 see ChangeLog entry 2002-03-20
9210
9211 2002-03-19 [christoph]  0.7.4claws26
9212
9213         * src/mh.c
9214         * src/procmsg.[ch]
9215         * src/summaryview.c
9216                 revert changes for flag updates
9217                 (does not work correctly and no time to debug)
9218
9219 2002-03-20 [alfons]     0.7.4claws25
9220
9221         * src/pop.c
9222                 refactor should_delete() a little bit 
9223
9224 2002-03-19 [paul]       0.7.4claws24
9225
9226         * src/inc.[ch]
9227           src/pop.c
9228           src/prefs_account.[ch]
9229                 allow the user to leave downloaded mail on the 
9230                 server for n days. Patch submitted by Colin Leroy 
9231                 <colin@colino.net>
9232
9233 2002-02-19 [paul]       0.7.4claws23
9234
9235         * sync with sylpheed 0.7.4cvs8
9236                 see ChangeLog entries 2002-03-19
9237
9238 2002-03-18 [paul]       0.7.4claws22
9239
9240         * sync with sylpheed 0.7.4cvs6
9241                 see ChangeLog entry 2002-03-18
9242
9243 2002-03-18 [paul]       0.7.4claws21
9244
9245         * po/en_GB.po
9246                 add en_GB message catalogue
9247
9248         * src/mbox_folder.c
9249           src/prefs_account.c
9250           src/prefs_actions.c
9251                 correct a few spelling mistakes
9252
9253 2002-03-17 [alfons]     0.7.4claws20
9254
9255         * src/matcher.c
9256                 more stringent checks for NULL params when writing
9257                 filtering actions to a file
9258                 
9259 2002-03-17 [hoa]        0.7.3claws20
9260
9261         * src/news.c
9262                 fixed the count of new messages
9263
9264         * src/compose.c
9265                 fixed the "attachment properties" window
9266
9267 2002-03-17 [paul]       0.7.4claws19
9268
9269         * src/defs.h
9270           src/folder.h
9271           src/news.c
9272           src/prefs_account.[ch]
9273           src/procmsg.[ch]
9274           src/summaryview.c
9275                 automatically mark cross-posted messages as read 
9276                 and (optionally) give them a colour label
9277                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9278                 
9279
9280 2002-03-17 [paul]       0.7.4claws18
9281
9282         * sync with sylpheed 0.7.4cvs5
9283                 see ChangeLog entry 2002-03-17
9284
9285 2002-03-17 [melvin]     0.7.4claws17
9286         
9287         * src/textview.c
9288                 Worked around a gtktext 'bug': when searching for 
9289                 a text in a long message it was scrolling slowly
9290                 line by line until it hit the searched text.
9291         * po/fr.po
9292                 Updated French translation
9293
9294 2002-03-17 [melvin]     0.7.4claws16
9295
9296         * src/mainwindow.c
9297         * src/compose.c
9298         * src/prefs_actions.c
9299                 Moved "Edit/Actions" to "Tool/Actions"
9300                 Made mainwindow/compose window sensitive as soon as
9301                 no child process is running anymore even if the io dialog
9302                 is open.
9303                 Fixed a struct being initialized with a non constant char*
9304
9305 2002-03-16 [christoph]  0.7.4claws15
9306
9307         * configure.in
9308                 add --with-compiler-flags option
9309                 (only for developer hacking)
9310         * src/mh.c
9311         * src/procmsg.[ch]
9312         * src/summaryview.c
9313                 try to make folder-stats and flag handling more
9314                 independent from the summaryview. msgcounts
9315                 are only set when the folder is opened and
9316                 procmsg_msginfo_(un)set_flags will handle it
9317                 later and summaryview will get the values
9318                 from the folder.
9319
9320 2002-03-16 [paul]       0.7.4claws14
9321
9322         * src/messageview.c
9323                 fix Return-receipt. Patch submitted by Bob
9324                 Woodside <rwoodside1@comcast.net>
9325
9326 2002-03-16 [paul]       0.7.4claws13
9327
9328         * src/compose.c
9329                 fix 'dynamic' signatures, make it work again
9330                 broken during sync on 2002-03-14 (0.7.4claws2)
9331
9332 2002-03-15 [match]      0.7.4claws12
9333
9334         * src/addrharvest.[ch]
9335         * src/addrgather.[ch]
9336         * src/addressbook.[ch]
9337         * src/mainwindow.c
9338                 included address harvester feature. still some
9339                 issues with address parsing that I will fix.
9340
9341 2002-03-15 [match]      0.7.4claws11
9342
9343         * src/addrbook.[ch]
9344         * src/addrcache.[ch]
9345         * src/addressbook.[ch]
9346         * src/addrindex.c
9347         * src/editbook.c
9348         * src/importldif.c
9349         * src/importmutt.c
9350         * src/jpilot.[ch]
9351         * src/main.c
9352         * src/syldap.[ch]
9353         * src/vcard.[ch]
9354                 tidy up. fix memory leaks. moved attribs and methods
9355                 from individual interfaces to addrcache object. prep
9356                 for new stuff to come in.
9357
9358 2002-03-15 [alfons]     0.7.4claws10
9359
9360         * src/matcher.[ch]
9361         * src/matcher_parser_parse.y
9362         * src/matcher_parser_lex.l
9363         * src/prefs_matcher.c
9364                 add filtering conditions message greater than, smaller 
9365                 than, and exactly matching a size in bytes
9366                 (does not work with delete from POP3 server yet)
9367
9368                 this should also give others an idea what you should
9369                 do to add new criterions to claws filtering system
9370                 
9371
9372 2002-03-15 [paul]       0.7.4claws9
9373
9374         * tools/filter_conv.pl
9375                 exit if there are no filter rules to convert
9376                 rename filterrc to filterrc.old after completion
9377
9378 2002-03-15 [paul]       0.7.4claws8
9379
9380         * sync with sylpheed 0.7.4cvs3
9381                 see ChangeLog entry 2002-03-14
9382
9383 2002-03-14 [paul]       0.7.4claws7
9384
9385         * src/compose.c
9386                 clean up the last commit (ahem)
9387
9388 2002-03-14 [paul]       0.7.4claws6
9389
9390         * src/compose.c
9391                 fix bug #515655. honour account preferences
9392                 regarding gpg default signing/encryption when 
9393                 changing account from the compose window.
9394
9395 2002-03-14 [paul]       0.7.4claws5
9396
9397         * src/folderview.c
9398                 remove unnecessary curly brackets
9399
9400 2002-03-14 [paul]       0.7.4claws4
9401
9402         * src/folderview.c
9403           src/prefs_filtering.[ch]
9404                 add filter rename on folder rename and filter
9405                 delete on folder delete. Patch submitted by
9406                 Neill Miller <neillm@thecodefactory.org> 
9407
9408 2002-03-14 [christoph]  0.7.4claws3
9409
9410         * src/procmsg.c
9411         * src/send.c
9412                 fix local delivery
9413                 (patch submitted by "Simon 'corecode' Schubert")
9414         * src/prefs_common.c
9415         * src/procmsg.c
9416                 fix gcc 3.0 warning
9417
9418 2002-03-14 [paul]       0.7.4claws2
9419
9420         * sync with sylpheed 0.7.4cvs2
9421                 see ChangeLog entry 2002-03-13
9422
9423 2002-03-12 [darko]      0.7.4claws1
9424
9425         * src/mainwindow.c
9426                 fix what seems to be a copy and paste error
9427                 when setting color for important messages
9428                 (reported by wwp)
9429
9430 2002-03-11 [paul]       version 0.7.4claws released
9431
9432 2002-03-11 [paul]       0.7.4claws
9433
9434         * po/es.po
9435           po/it.po
9436           po/nl.po
9437           po/pt_BR.po
9438                 update message catalogs. Submitted by Ricardo Mones 
9439                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9440                 Fabio Junior Beneditto
9441
9442         * configure.in
9443           faq/Makefile.am
9444           faq/it/Makefile
9445           faq/it/sylpheed-faq*
9446           src/mainwindow.c
9447           src/manual.[ch]
9448                 add FAQ in Italian
9449         
9450
9451 2002-03-11 [jens]       0.7.3claws7
9452
9453         * po/de.po
9454                 updated German translation
9455
9456 2002-03-11 [melvin]     0.7.3claws6
9457
9458         * po/fr.po
9459                 updated and corrected French translation
9460
9461 2002-03-10 [hoa]        0.7.3claws5
9462
9463         * src/account.c
9464         * src/inc.c
9465         * src/prefs_account.c
9466         * src/procmsg.c
9467         * src/send.[ch]
9468                 fixed the local account.
9469                 you have to change the default "/usr/sbin/sendmail"
9470                 to "/usr/sbin/sendmail -t" in the preferences of
9471                 the local account.
9472
9473         * src/procmime.c
9474                 removed some debug display for renderer
9475
9476 2002-03-10 [paul]       0.7.3claws4
9477
9478         * faq/en/sylpheed-faq-1.html
9479           faq/en/sylpheed-faq-2.html
9480                 update
9481
9482 2002-03-09 [paul]       0.7.3claws3
9483
9484         * sync with sylpheed 0.7.4
9485                 see ChangeLog entry 2002-03-09
9486
9487 2002-03-08 [paul]       0.7.3claws2
9488
9489         * faq/en/sylpheed-faq*
9490           faq/es/sylpheed-faq*
9491           faq/fr/sylpheed-faq*
9492                 update the FAQs
9493
9494         * manual/fr/.cvsignore
9495           manual/fr/Makefilea.am
9496           manual/fr/sylpheed*
9497           src/mainwindow.c
9498           src/manual.[ch]
9499                 add the French manual
9500
9501 2002-03-07 [paul]       0.7.3claws1
9502
9503         * sync with sylpheed 0.7.3cvs4
9504                 see ChangeLog entries  2002-03-06 and 2002-03-07
9505         
9506         * po/nl.po
9507                 updated by Wilbert Berendsen
9508
9509 2002-03-07 [melvin]     0.7.2claws34
9510
9511         * src/selective_download.c
9512                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9513
9514 2002-03-06 [paul]       0.7.2claws33
9515
9516         * sync with sylpheed 0.7.3cvs1
9517                 bug fix, see ChangeLog entry 2002-03-05
9518
9519 2002-03-05 [paul]       0.7.2claws32
9520
9521         * src/mimeview.c
9522           src/pgptext.[ch]
9523           src/procmsg.c
9524                 reverse the pgp ascii-armored code implemented in 
9525                 0.7.2claws16. removal of this code until it matures.
9526                 this means that verifying ascii-armored pgp sigs and
9527                 automatic decryption of ascii-armored encrypted
9528                 messages no longer works.
9529
9530 2002-03-05 [paul]       0.7.2claws31
9531
9532         * configure.in
9533           Makefile.am
9534         * faq/Makefile.am
9535         * faq/en/Makefile.am
9536           faq/en/sylpheed-faq.html
9537           faq/en/sylpheed-faq-1.html
9538           faq/en/sylpheed-faq-2.html
9539           faq/en/sylpheed-faq-3.html
9540         * faq/es/Makefile.am
9541           faq/es/sylpheed-faq.html
9542           faq/es/sylpheed-faq-1.html
9543           faq/es/sylpheed-faq-2.html
9544           faq/es/sylpheed-faq-3.html
9545           faq/es/sylpheed-faq-4.html
9546         * faq/fr/Makefile.am
9547           faq/fr/sylpheed-faq.html
9548           faq/fr/sylpheed-faq-1.html
9549           faq/fr/sylpheed-faq-2.html
9550           faq/fr/sylpheed-faq-3.html
9551         * src/Makefile.am
9552           src/defs.h
9553           src/mainwindow.c
9554           src/manual.[ch]
9555                 add FAQs in English, Spanish and French
9556
9557
9558 2002-03-05 [paul]       0.7.2claws30
9559
9560         * manual/en/sylpheed.html
9561           manual/en/sylpheed-XX.html
9562                 updated the English manual
9563
9564 2002-03-05 [hoa]        
9565
9566         * src/summaryview.c
9567                 dialog box pops up if the article can't be deleted.
9568
9569 2002-03-04 [paul]       
9570         
9571         * po/pt_BR.po
9572                 updated by Fabio Junior Benedito
9573
9574 2002-03-04 [hoa]
9575
9576         * removed ac/gpgme.m4
9577                 to avoid autogen common problem
9578                 developers have to install gpgme development package now
9579
9580         * src/compose.c
9581                 encoding to 7bit or 8bit is enabled.
9582
9583 2002-03-03 [alfons]     0.7.2claws29
9584
9585         * src/pop.c
9586                 merge fix by Oliver Haertel for selective
9587                 download buglet
9588
9589 2002-03-03 [paul]       0.7.2claws28
9590         
9591         * sync with sylpheed 0.7.3
9592
9593 2002-03-03 [paul]       0.7.2claws27
9594
9595         * sync with sylpheed 0.7.2cvs24
9596                 see ChangeLog entries 2002-03-02 and 2002-03-03
9597
9598 2002-03-02 [melvin]     0.7.2claws26
9599
9600         * src/inc.[ch]
9601         * src/main.c
9602         * src/mainwindow.c
9603         * src/prefs_common.[ch]
9604                 Added user definable notification on new mail arrival.
9605                 Removed unused variables in spell checker prefs code.
9606
9607 2002-03-02 [melvin]     0.7.2claws25
9608
9609         * src/quote_fmt.c
9610                 Removed unnecessary escape sequences.
9611                 Changed 'Initial...' to 'Initials of Sender'
9612
9613 2002-03-02 [paul]       0.7.2claws24
9614
9615         * sync with sylpheed 0.7.2cvs22
9616                 see ChangeLog entry 2002-03-01
9617
9618 2002-03-01 [hoa]        0.7.2claws23
9619
9620         * src/mainwindow.c
9621                 Set sensitivity of delete actions to active
9622                 even if the folder is a newsgroup.
9623
9624         * src/summaryview.c
9625                 - Set sensitivity of delete actions
9626                 - Added function check_permission() that will check if the
9627                   user is authorized to delete a message. For news, it
9628                   will check if the author is the same.
9629                 - Enabled deletion when there is no trash folder.
9630
9631         * src/news.[ch]
9632                 - Added news_cancel_article() to cancel articles
9633                 - Implemented news_remove_message() (public function)
9634
9635 2002-03-01 [paul]       0.7.2claws22
9636
9637         * src/gtkutils.c
9638           src/textview.c
9639                 recognise urls that that don't include 'http://' and
9640                 simply begin 'www.' 
9641
9642         * AUTHORS
9643                 remove duplicated name
9644
9645 2002-02-28 [paul]       0.7.2claws21
9646
9647         * src/mainwindow.c
9648           src/summaryview.[ch]
9649                 add ability to 'Select thread'
9650                 combines Melvin's "Select thread's head" patch (#510907)
9651                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9652                 patch (#518514) 
9653
9654 2002-02-28 [paul]       0.7.2claws20
9655
9656         * src/mimeview.c
9657                 hopefully fix segfault on right-clicking a mime part
9658                 that some people have experienced.      
9659                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9660
9661 2002-02-28 [paul]       0.7.2claws19
9662
9663         * sync with sylpheed 0.7.2cvs21
9664                 see ChangeLog entries 2002-02-27 and 2002-02-28
9665
9666 2002-02-27 [paul]       0.7.2claws18
9667
9668         * sync with sylpheed 0.7.2cvs18
9669                 see ChangeLog entries 2002-02-26 and 2002-02-27
9670
9671 2002-02-26 [alfons]     0.7.2claws17
9672
9673         * src/procheader.c
9674                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9675                 (spotted by Chris Hessman <idatech@gmx.net>)
9676
9677 2002-02-26 [paul]       0.7.2claws16
9678
9679         * src/mimeview.c
9680           src/pgptext.[ch]
9681           src/procmsg.c
9682                 make decryption of ascii-armored pgp encrypted messages
9683                 and verification of ascii-armored signatures work again.
9684                 slightly altered from the patch by Jens Jahnke 
9685                 <jan0sch@gmx.net>
9686
9687                 ##FIX ME##
9688                 * the checking of plaintext signatures always comes up in 
9689                   a popup box
9690                 * it doesn't work for multipart messages 
9691                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9692                   including the msg headers and these 2 line themselves, are 
9693                   not displayed
9694
9695         * src/mainwindow.c
9696                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9697                 "View/Message View" becomes "View/Separate Message View"
9698                 because its less ambiguous.
9699
9700         * po/es.po
9701                 updated by Ricardo Mones Lastra
9702
9703 2002-02-26 [paul]       0.7.2claws15
9704
9705         * sync with sylpheed 0.7.2cvs17
9706                 see ChangeLog entries 2002-02-25 and 2002-02-26
9707
9708 2002-02-25 [christoph]  0.7.2claws14
9709
9710         * src/filtering.[ch]
9711         * src/inc.c
9712                 do filtering stuff after all messages have been received
9713                   1. drop all messages to .processing
9714                   2. scan processing folder for messages
9715                   3. filter messages or move to inbox
9716                 this will also find old messages left in processing after
9717                 a crash or something like that and we get a real msginfo
9718                 from folder->get_msg_list and do not have to create our
9719                 own in filter_message
9720         * src/matcher_parser_parse.y
9721                 remove MIX/MAX warning (reordered includes)
9722
9723 2002-02-25 [paul]       0.7.2claws13
9724
9725         * sync with sylpheed 0.7.2cvs15
9726                 see ChangeLog entry 2002-02-24
9727
9728 2002-02-24 [alfons]     0.7.2claws12
9729
9730         * src/filtering.c
9731                 clear old color flags first when applying a new color to
9732                 a message info. 
9733                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9734
9735 2002-02-24 [alfons]     0.7.2.claws11
9736         
9737         * AUTHORS
9738         * src/prefs_common.c
9739                 add presets for Opera and Konqueror, closes patch #517261,
9740                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9741
9742 2002-02-24 [alfons]     0.7.2.claws10
9743
9744         * AUTHORS
9745         * src/summaryview.c
9746                 fix threading for null message ids, closes patch #521601,
9747                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9748
9749 2002-02-24 [alfons]     0.7.2claws9
9750
9751         * src/summaryview.c
9752         * src/filtering.c
9753                 make Tool | Filter Message work with filtering system so
9754                 setting flags also works
9755
9756                 TODO:
9757
9758                 - Processing uses the same function as Tool | Filter
9759                   Message, but doesn't use the same update proc yet
9760
9761 2002-02-23 [paul]       0.7.2claws8
9762
9763         * sync with sylpheed 0.7.2cvs14
9764                 see ChangeLog entries 2002-02-22 and 2002-02-23
9765
9766 2002-02-22 [christoph]  0.7.2claws7
9767
9768         * src/quote_fmt.c
9769                 Add column space to table
9770         * src/quote_fmt_parse.y
9771                 Close files
9772
9773 2002-02-22 [paul]       0.7.2claws6
9774
9775         * src/Makefile.am
9776           src/defs.h
9777           src/filtering.c
9778           src/inc.[ch]
9779           src/mainwindow.c
9780           src/matcher.[ch]
9781           src/matcher_parser_lex.l
9782           src/matcher_parser_parse.y
9783           src/pop.[ch]
9784           src/prefs_account.h
9785           src/prefs_filtering.c
9786           src/selective_download.[ch]   *** NEW FILES ***
9787           src/utils.[ch]
9788           po/POTFILES.in
9789                 Selective Download added to 'Tool' menu. 
9790                 Retrieves email headers of the currently selected pop3 
9791                 account and allows the user to mark emails for deletion 
9792                 right on the pop3 server. Patch submitted by Oliver Haertel 
9793                 <oha@users.sourceforge.net>.
9794         
9795         * po/POTFILES.in
9796                 add 'src/quote_fmt.c'           
9797
9798 2002-02-22 [christoph]  0.7.2claws5
9799
9800         * src/Makefile.am
9801                 added quote_fmt.c
9802         * src/prefs_common.[ch]
9803         * src/prefs_template.c
9804         * src/quote_fmt.c               *** NEW FILE ***
9805         * src/quote_fmt.h
9806                 move quote format symbol description code
9807                 to it's own file because it is used from
9808                 differnent code parts
9809                 Rewrote symbol description GUI
9810                   + use table
9811                   + add separators
9812                   + get data from array (no more long constant strings)
9813         * src/quote_fmt_lex.l
9814         * src/quote_fmt_parse.y
9815                 Symbol for Literal % changed to \% instead of %%
9816                 (More logical as \ is used for quoting for other symbols)
9817                 Add |f and |p to include files and program output
9818                 Examples:
9819                     |f{/home/.../.signature}
9820                     |p{date}
9821         * po/de.po
9822                 Correct wrong spelling for "Referenzen"
9823
9824 2002-02-21 [paul]       0.7.2claws4
9825
9826         * src/procmsg.c
9827                 forgotten during sync
9828
9829 2002-02-21 [paul]       0.7.2claws3
9830
9831         * sync with sylpheed 0.7.2cvs11
9832                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9833                 2002-02-20 and 2002-02-21
9834
9835 2002-02-20 [melvin]     0.7.2claws2
9836
9837         * src/prefs_actions.c
9838                 Added error report when child cannot fork or when execvp 
9839                 returns with an error.
9840
9841 2002-02-19 [christoph]  0.7.2claws1
9842
9843         * src/codeconv.c
9844                 return unconverted text if conde conversion is not possible
9845                 when libjconv is used.
9846                 (patch submitted by "Simon 'corecode' Schubert")
9847
9848 2002-02-19 [paul]       
9849
9850         * version 0.7.2claws release
9851
9852 2002-02-19 [paul]       0.7.2claws
9853
9854         * po/nl.po
9855                 updated by Wilbert Berendsen
9856
9857
9858 2002-02-18 [alfons]     0.7.1claws13
9859
9860         * src/syldap.c
9861         * src/jpilot.c
9862                 remove references to dlfcn and explicitly loading functions
9863                 from dynalink libs, because libs linked anyway, and functions
9864                 are loaded explicitly
9865
9866 2002-02-17 [melvin]     0.7.1claws12
9867
9868         * src/prefs_actions.c
9869                 Replaced children wait loop with double fork technique.
9870                 Now, input/output window updated at each new output.
9871                 free_children(): Fixed a memory leak.
9872                 Made input/output window non closable if running children
9873                 still exist.
9874                 Added missing <unistd.h> include.
9875                 Added some --debug outputs.
9876
9877 2002-02-17 [melvin]     0.7.1claws11
9878
9879         * src/summaryview.c
9880                 Fixed bug where descending sort order did not select top
9881                 message.
9882
9883 2002-02-17 [melvin]     0.7.1claws10
9884
9885         * acconfig.h
9886                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9887         * src/prefs_common.c
9888                 Pspell data package directory no more hard coded but
9889                 set during configuration (PSPELL_PATH). (Thanks to 
9890                                 Gustavo Noronha Silva.)
9891
9892 2002-02-17 [melvin]     0.7.1claws9
9893
9894         * configure.in
9895                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9896         * src/gtkspell.c
9897                 Fixed compile-time warnings.
9898
9899 2002-02-16 [alfons]     0.7.1claws8
9900
9901         * src/filesel.c
9902                 fix inadvertent free of NULL pointer which caused
9903                 sylpheed to crash when closing the save-as dialog
9904                 using the window close button
9905
9906 2002-02-16 [carsten]    0.7.1claws7
9907         * src/mainwindow.[ch]
9908           src/summaryview.c
9909           src/prefs_common.c
9910                 fixes for pixmap theming code:
9911                         - recently changed mail attributes shouldn't get
9912                           lost any longer
9913                         - theme is only reloaded iff another theme was
9914                           selected
9915
9916 2002-02-16 [paul]       0.7.1claws6
9917
9918         * sync with sylpheed 0.7.2 release
9919                 see ChangeLog entry 2002-02-15 and 2002-02-16
9920
9921 2002-02-15 [paul]       0.7.1claws5
9922
9923         * sync with sylpheed 0.7.1cvs9
9924                 see ChangeLog entry 2002-02-15
9925
9926         * po/POTFILES.in
9927                 remove unneeded headerwindow.c entry
9928
9929 2002-02-14 [carsten]    0.7.1claws4
9930         * src/summaryview.c
9931                 fixed a bug for "Go to next unread message": there was
9932                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
9933                 in the prefs, because of doing "Search again" instead
9934                 "No"
9935
9936 2002-02-14 [carsten]    0.7.1claws3
9937         * src/stock_pixmap.c
9938                 removed 2 more mem leaks; following memprof,
9939                 this code is "leak free" now :)
9940
9941 2002-02-14 [carsten]    0.7.1claws2
9942         * src/stock_pixmap.c
9943                 used opendir/readdir/closedir instead of scandir
9944                 -> code should work now on Solaris
9945
9946 2002-02-14 [paul]       0.7.1claws1
9947
9948         * sync with sylpheed 0.7.1cvs8
9949                 see ChangeLog entries 2002-02-13 and 2002-02-14
9950
9951         * README.claws
9952                 add some description of Actions and Pixmap Themes
9953
9954 2002-02-13 [paul]       
9955
9956         * version 0.7.1claws release
9957
9958 2002-02-13 [paul]       0.7.1claws
9959
9960         * po/es.po
9961           po/it.po
9962           po/pt_BR.po
9963                 updated translations, submitted by Ricardo Mones Lastra,
9964                 Alessandro Maestri and Fabio Junior Beneditto
9965
9966 2002-02-13 [melvin]     0.7.0claws75
9967
9968         * src/prefs_actions.c
9969                 Added missing "signal.h" include
9970
9971 2002-02-13 [melvin]     0.7.0claws74
9972
9973         * src/prefs_folder_item.c
9974                 Added missing "config.h" include
9975         * po/fr.po
9976                 Updated French translation for folder propriety.
9977
9978 2002-02-13 [jens]       0.7.0claws73
9979
9980         * po/POTFILES.in
9981                 Added missing src/prefs_folder_item.c [log added by melvin]
9982         * po/de.po
9983                 Updated German translation.
9984
9985 2002-02-13 [melvin]     0.7.0claws72
9986
9987         * po/fr.po
9988                 Updated French translation.
9989
9990 2002-02-13 [melvin]     0.7.0claws71
9991
9992         * src/gtkutils.c
9993                 Made gtkut_editable_get_selection return NULL if selection
9994                 is of length zero.
9995                 This fixes a bug where selecting part of message A then
9996                 switching to message B and replying to it will not
9997                 quote the message's body.
9998
9999 2002-02-12 [paul]       0.7.0claws70
10000
10001         * src/mainwindow.c
10002                 cosmetic, relating to pixmap themes: on toolbar make 
10003                 updating of 'Exec' and 'Compose news/Compose email'
10004                 icons faster.
10005
10006 2002-02-12 [carsten]    0.7.0claws69
10007         * src/folderview.c
10008           src/mainwindow.[ch]
10009           src/stock_pixmap.c
10010           src/summaryview.c
10011           src/prefs_common.c
10012                 - refreshing after changing pixmap theme better
10013                   now (thanks Paul)
10014                 - wanted to remove some mem leaks, but alfons was
10015                   faster (and had the better solution ;)
10016
10017 2002-02-12 [alfons]     0.7.0claws68
10018
10019         * src/prefs_common.c
10020         * src/stock_pixmap.[ch]
10021                 plug mem leaks, refactor code a little bit
10022
10023
10024 2002-02-12 [sergey]     0.7.0claws67
10025
10026         * src/imap.c
10027                 Fixed problem with copying messages to IMAP folders when the
10028                 server uses something other than '/' as a namespace separator
10029                 (cyrus-imapd uses '.').
10030
10031 2002-02-12 [jens]       0.7.0claws66
10032
10033         * po/de.po
10034                 Updated German Translation
10035
10036 2002-02-12 [paul]       0.7.0claws65
10037
10038         * sync with sylpheed 0.7.1cvs1
10039                 see ChangeLog entry 2002-02-12
10040
10041 2002-02-12 [melvin]     0.7.0claws64
10042
10043         * src/prefs_actions.c
10044                 Fixed "feature" where children's output was duplicated 
10045                 instead of refreshed while monitoring.
10046                 Removed some debug code.
10047
10048 2002-02-12 [christoph]  0.7.0claws63
10049
10050         * src/compose.c
10051                 always delete message from queue after sending/send error
10052                 (closes bug #509601)
10053
10054 2002-02-12 [melvin]     0.7.0claws62
10055
10056         * src/prefs_actions.c
10057                 Children wait loop is now triggered with a timeout of 1s
10058                 Added %F which is replaced with the list of filenames 
10059                 of all selected messages (as suggested by Ricardo Mones Lestra)
10060                 Pipe syntax changed. Prefix with | to send selection, postfix
10061                 with | to retrieve output. Prefix with > or * to send
10062                 user definable input to the command (*: input is hidden)
10063                 Old pipe action should now be postfixed with |, too.
10064
10065 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10066         * src/stock_pixmap.c
10067                 fixed a bug: if there's no theme directory don't
10068                 throw an error, just do "nothing" (thanks Alfons)
10069
10070 2002-02-12 [carsten]    0.7.0claws60
10071         * src/folderview.c
10072           src/summaryview.c
10073                 had to write the cache twice (nasty!); some marks would 
10074                 get lost if not
10075
10076 2002-02-11 [carsten]    0.7.0claws59
10077         * acconfig.h
10078           configure.in
10079           doc-src/maintainer_guide.txt
10080           src/compose.[ch]
10081           src/defs.h
10082           src/folderview.[ch]
10083           src/gtkutils.[ch]
10084           src/mainwindow.[ch]
10085           src/prefs_common.[ch]
10086           src/stock_pixmap.[ch]
10087           src/summaryview.[ch]
10088                 pixmap theming and related work on pixmap
10089                 handling on some other places
10090                 (e.g. hrm features for all folder)
10091           src/pixmap/stock_*.xpm -> the stock_ was removed
10092         
10093 2002-02-11 [paul]       0.7.0claws58
10094
10095         * sync with sylpheed 0.7.1 release
10096                 see ChangeLog entries 2002-02-11
10097
10098 2002-02-08 [paul]       0.7.0claws57
10099
10100         * sync with sylpheed 0.7.0cvs39
10101                 see ChangeLog entry 2002-02-07 (last entry) 
10102
10103         * src/prefs_actions.c
10104           src/prefs_filtering.c
10105           src/prefs_matcher.c
10106           src/prefs_scoring.c
10107                 sync: made it compile with C compilers other than gcc
10108
10109 2002-02-07 [paul]       0.7.0claws56
10110
10111         * sync with sylpheed 0.7.0cvs38
10112                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10113                 2002-02-07
10114
10115 2002-02-07 [darko]      0.7.0claws55
10116
10117         * src/gtkutils.[ch]
10118         * src/summaryview.c
10119                 Fix const gchar */gchar * issue (thanks Hiro)
10120
10121 2002-02-07 [darko]      0.7.0claws54
10122
10123         * src/compose.[ch]
10124         * src/filtering.c
10125         * src/gtkutils.[ch]
10126         * src/prefs_template.c
10127         * src/quote_fmt.h
10128         * src/quote_fmt_parse.y
10129         * src/summaryview.c
10130         * src/utils.[ch]
10131                 When replying or forwarding an email don't quote the entire
10132                 mail body but use the part of the message text that is selected
10133
10134 2002-02-06 [melvin]     0.7.0claws53
10135
10136         * src/prefs_common.[ch]
10137         * src/gtkspell.[ch]
10138         * src/compose.c
10139                 Made possible to switch quickly to last used dictionary
10140                 which makes checking bilingual documents easier.
10141
10142 2002-02-06 [melvin]     0.7.0claws52
10143         
10144         * po/POTFILES.in
10145                 Added forgotten new file src/prefs_actions.c
10146
10147 2002-02-06 [melvin]     0.7.0claws51
10148
10149         * src/prefs_actions.c   ** NEW FILE **
10150         * src/prefs_actions.h   ** NEW FILE **
10151                 Added actions to execute on message text view, or on the
10152                         message's file.
10153         * src/Makefile.am
10154                 Added src/prefs_actions.[ch]
10155         * src/compose.c
10156                 Added new menu "Edit/Actions"
10157         * src/defs.h
10158                 Added new actionsrc file.
10159         * src/main.c
10160                 Added actionsrc reading.
10161         * src/mainwindow.c
10162                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10163         * src/prefs_common.h
10164                 Added new element actionslst element to prefs_common.
10165
10166 2002-02-06 [paul]       0.7.0claws50
10167
10168         * sync with sylpheed 0.7.0cvs36
10169                 see ChangeLog entry 2002-02-06
10170
10171 2002-02-05 [paul]
10172
10173         * po/es.po
10174                 updated by Ricardo Mones Lastra
10175
10176 2002-02-05 [paul]       0.7.0claws49
10177
10178         * sync with sylpheed 0.7.0cvs33
10179                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10180
10181 2002-02-05 [paul]       0.7.0claws48
10182
10183         * src/compose.c
10184                 re-add 'Edit/Advanced/Delete entire line', previously named
10185                 'Delete Line+'
10186
10187 2002-02-04 [paul]       0.7.0claws47
10188
10189         * src/compose.c
10190           src/summaryview.c
10191                 fix bug #494993 (Reply All not taking Reply-To into consi)
10192                 eliminate differences in behaviour of right-click 'Reply to all' 
10193                 in summary view and 'Reply to all' on the toolbar. 
10194                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10195                 view and From gets ignored by 'Reply to all' on toolbar.
10196                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10197                 From when no Reply-To header is present.
10198
10199 2002-02-04 [paul]       0.7.0claws46
10200
10201         * sync with sylpheed 0.7.0cvs30
10202                 see ChangeLog entries 2002-02-03 and 2002-02-04
10203
10204 2002-02-03 [melvin]     0.7.0claws45
10205
10206         * src/gtkspell.[ch]
10207                 Readded function to highlight all misspelled words.
10208                 Fixed bug where user-provided-words did not replace
10209                         correctly the misspelled word when using the mouse.
10210                 Fixed bug where checking a region selected from right to left did
10211                         not check the region at all.
10212                 Fixed bug where 'Check backwards' may not check at all. 
10213                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10214                 Fixed possible buffer overflow when checking for long strings (>1k).
10215                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10216                 Accelerators code uses now gtk_widget_add_accel.
10217                 Removed and disabled obsolete and unfinished code.
10218                 Cleaning up.
10219
10220         * src/compose.c
10221                 Added menu item to Highlight all misspelled words.
10222
10223 2002-02-01 [paul]       0.7.0claws44
10224
10225         * src/mainwindow.c
10226                 fix '/View/Hide read messages' sensitivity when all
10227                 messages in a folder are hidden
10228
10229 2002-02-01 [paul]       0.7.0claws43
10230
10231         * src/main.c
10232                 add --send option to command line interface, sends all
10233                 queued mail. Patch submitted by Ricardo Mones Lastra.
10234
10235 2002-01-31 [paul]       0.7.0claws42
10236
10237         * src/mainwindow.c
10238                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10239
10240 2002-01-31 [paul]       0.7.0claws41
10241
10242         * sync with sylpheed 0.7.0cvs27
10243                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10244                 and 2002-01-31
10245
10246         * src/textview.c
10247                 comment out elements of textview_show_part() as temporary
10248                 workaround for attachment 'Display as text' bug 
10249
10250         * po/pt_BR.po
10251                 updated by Fabio Junior Beneditto
10252
10253 2002-01-30 [paul]       0.7.0claws40
10254
10255         * sync with sylpheed 0.7.0cvs24
10256                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10257                 and 2002-01-30
10258
10259         * src/compose.c
10260                 add {N_("/_Spelling"), ... "<Branch>"} to 
10261                 GtkItemFactoryEntry compose_entries[]
10262
10263         * src/prefs_common.c
10264                 add claws menu items to prefs_keybind_apply_clicked()
10265                 and remove non-claws menu items
10266
10267 2002-01-29 [paul]       0.7.0claws39
10268
10269         * sync with sylpheed 0.7.0cvs22
10270                 see ChangeLog entries 2002-01-28 and 2002-01-29
10271
10272 2002-01-28 [melvin]     0.7.0claws38
10273
10274         * src/compose.c
10275                 Added the declartion of compose_send_control_enter.
10276
10277         * src/compose.c
10278         * src/gtkspell.[ch]
10279                 Added in a 'Spelling' menu which includes the configuration menu. 
10280                 Added a real 'Check all' and got rid from the old one which only
10281                 highlited misspelled word.
10282                 Made 'Check while typing' a disableable option.
10283                 Added a dialog when there are no more misspelled word.
10284                 Added a dialog if error occurs when switching to a dictionary.
10285         
10286         * src/prefs_common.[ch]
10287                 Added option for the default 'Check while typing' option.
10288
10289
10290 2002-01-28 [alfons]     0.7.0claws37
10291
10292         * src/compose.c
10293                 fix buglet and make code comply with sylpheed code style
10294
10295 2002-01-28 [paul]       0.7.0claws36
10296
10297         * sync with sylpheed 0.7.0cvs19
10298                 see ChangeLog entries for 2002-01-28
10299
10300 2002-01-28 [hoa]        0.7.0claws35
10301
10302         * src/defs.h
10303                 added rendererrc
10304
10305         * src/main.c
10306                 read the renderer config
10307
10308         * src/procmime.[ch]
10309                 use the renderer config to convert mime attachments
10310
10311         * src/textview.c
10312                 don't use textview_show_html/ertf,
10313                 use get_text_content instead
10314
10315 2002-01-27 [alfons]     0.7.0claws34
10316         
10317         * src/news.c
10318                 make sylpheed believe it can delete a news message...
10319                 (messages are NOT deleted, maybe we should remove
10320                 processing from the folder properties after all.)
10321
10322 2002-01-27 [alfons]     0.7.0claws33
10323
10324         * src/folder.c
10325                 add extra checks
10326         * src/news.c
10327                 implement remove_msg() 
10328
10329 2002-01-27 [alfons]     0.7.0claws32
10330
10331         * src/procmsg.h
10332         * src/procheader.c
10333         * src/messageview.c
10334                 fix return receipt / disposition notification again. this
10335                 stuff seems to break on _every_ major summary UI change, so
10336                 it's now implemented using a flag which is saved in the
10337                 marks cache
10338                 
10339 2002-01-26 [alfons]     0.7.0claws31
10340
10341         * src/import.c
10342                 let import dialog show the destination folder identifier
10343
10344 2002-01-26 [melvin]     0.7.0claws30
10345
10346         * src/folderview.c
10347         * src/summaryview.c
10348                 Readded 'Mark all read' into summary view popup menu
10349                 Added 'Mark all read' in folder view popup menu for IMAP
10350                 and NNTP.
10351                 Made it insensitive if the selected folder is not the shown
10352                 one to avoid 'Mark all read' on the wrong folder.
10353                 
10354 2002-01-26 [paul]       0.7.0claws29
10355
10356         * src/folderview.c
10357           src/summaryview.c
10358                 move 'Mark all read' from summary view to folder view
10359                 menu. (adapted from) patch submitted by Jeremy Andrews,
10360                 <lists@kerneltrap.com>
10361
10362 2002-01-25 [alfons]     0.7.0claws28
10363
10364         * src/gtkstext.c
10365                 put the gtk class name back so GtkSText adapts the 
10366                 settings of GtkText
10367
10368 2002-01-25 [alfons]     0.7.0claws27
10369
10370         * src/folderview.c 
10371                 assimilate Ricardo's patch that shows pixmaps instead of
10372                 plain "new" and "unread" texts in the folder view column
10373                 headers 
10374
10375 2002-01-25 [paul]       0.7.0claws26
10376
10377         * src/Makefile.am
10378                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10379                 be found in non-standard locations. 
10380                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10381
10382 2002-01-25 [paul]       0.7.0claws25
10383
10384         * sync with sylpheed 0.7.0cvs16
10385                 see ChangeLog entry 2002-01-25
10386
10387 2002-01-24 [paul]       0.7.0claws24
10388
10389         * more sync with sylpheed 0.7.0cvs15
10390                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10391
10392 2002-01-23 [sergey]     0.7.0claws23
10393
10394         * src/importldif.c
10395                 Fixed segfault when closing LDIF import wizard with
10396                 the window manager.
10397         * src/imageview.c
10398         * src/imageview.h
10399         * src/messageview.c
10400         * src/mimeview.c
10401                 Fixed wrong scrolling position after switching between
10402                 text and image parts.
10403
10404 2002-01-23 [paul]       0.7.0claws22
10405
10406         * sync with sylpheed 0.7.0cvs15
10407                 see ChangeLog entries 2002-01-22 and 2002-01-23
10408
10409 2002-01-21 [melvin]     0.7.0claws21
10410
10411         * src/prefs_scoring.c
10412         * src/prefs_filtering.c
10413                 Fixed bug where scoring and filtering windows stopped
10414                 autochecking.
10415
10416 2002-01-21 [paul]       0.7.0claws20
10417
10418         * sync with sylpheed 0.7.0cvs12
10419                 see ChangeLog entries 2002-01-20 and 2002-01-21
10420
10421 2002-01-21 [carsten]    0.7.0claws19
10422         * src/mainwindow.c
10423         * src/menu.[ch]
10424         * src/messageview.[ch]
10425         * src/summaryview.[ch]
10426                 changes to shortcuts handling again:
10427                         + "Q" now controled by mainwin
10428                         + v/V are now customizable and have slightly
10429                           different meanings
10430                 the "button" to minimize the messageview (and maximize
10431                 the summary view) is a real button now
10432         * src/compose.c
10433                 "Delete Line+" added to Edit/Advanced (this will also
10434                 delete the '\n')
10435
10436 2002-01-20 [melvin] 0.7.0claws18
10437
10438         * src/addressbook.c
10439                 Made "Bcc" sensitive when addressbook is called from
10440                 compose window (it was a Claws only bug).
10441
10442 2002-01-19 [alfons] 0.7.0claws17
10443
10444         * src/inc.c
10445                 prevent unnecessary updates when currently selected folder has
10446                 no new messages 
10447
10448 2002-01-19 [alfons] 0.7.0claws16
10449         
10450         * src/summaryview.c
10451                 prevent writing the cache based on current message list in summary 
10452                 view when filtering also put messages in currently selected folder
10453
10454 2002-01-19 [paul]
10455
10456         * po/it.po
10457                 Italian translation submitted by Alessandro Maestri
10458                 <a.maestri@cs.tin.it>
10459
10460 2002-01-18 [melvin]     0.7.0claws15
10461
10462         * src/prefs_filters.c
10463                 fixed bug where 'cancel' from 'filters' window stops autochecking
10464                 if the timer timed out  when the window was open.
10465
10466 2002-01-18 [match]      0.7.0claws14
10467
10468         * src/addrclip.[ch]     ** NEW FILE **
10469         * src/addrselect.[ch]   ** NEW FILE **
10470         * src/adbookbase.h      ** NEW FILE **
10471                 addressbook cut, copy and paste
10472         * src/addrbook.[ch]
10473         * src/addrcache.[ch]
10474         * src/addressitem.h
10475         * src/addrindex.[ch]
10476         * src/addritem.[ch]
10477         * src/importldif.c
10478         * src/importmutt.c
10479         * src/jpilot.[ch]
10480         * src/syldap.[ch]
10481         * src/vcard.[ch]
10482         * src/jpilot.[ch]
10483         * src/editbook.c
10484         * src/editjpilot.c
10485         * src/editldap.c
10486         * src/editvcard.c
10487                 support for copy/paste
10488         * src/addressbook.c
10489                 support for copy/paste
10490                 tidy up menu option processing
10491                 correct address list function arguments
10492         * src/editaddress.c
10493                 sort user attributes
10494         * src/ldif.h
10495         * src/mutt.h
10496                 tidy up
10497
10498         * src/addrbook.[ch]
10499         * src/addrbook.[ch]
10500         * src/addrbook.[ch]
10501                 
10502
10503 2002-01-18 [paul]       0.7.0claws13
10504
10505         * sync with sylpheed 0.7.0cvs8
10506                 configure.in: support Mac OS X (Darwin)
10507
10508 2002-01-18 [carsten]    0.7.0claws12
10509         * src/html.c
10510                 small hack to fix a segfault with an empty href
10511                 (reported by Alexandra Walford <deeni@altern.org>)
10512         * src/mainwindow.c
10513         * src/summaryview.c
10514                 the shortcuts for Mark und Mark as unread are hardcoded
10515                 again
10516         * src/compose.c
10517         * src/gtkstext.[ch]
10518                 readded the shortcuts in gtkstext but made them
10519                 customizeable (simply by adding a menu plus a wrapper
10520                 to compose.c)
10521
10522 2002-01-17 [melvin]     0.7.0claws11
10523
10524         * src/gtkspell.c
10525                 fix default dictionary not being saved.
10526
10527 2002-01-16 [darko]      0.7.0claws10
10528
10529         * src/compose.c
10530                 fix wrapping crash with URL longer than wrapping margin
10531
10532 2002-12-08 [hoa]        0.7.0claws10
10533
10534         * src/matcher_parser_parse.y
10535                 fixed some bugs
10536
10537         * src/prefs_filtering.c
10538                 now, we can use bounce action in the dialog box.
10539
10540 2002-01-16 [carsten]    0.7.0claws9
10541         * src/gtkstext.c
10542                 removed the <control> and <alt> shortcuts because they're
10543                 not needed and interefered with the "normal" shortcuts
10544         * src/mainwindow.c
10545         * src/summaryview.c
10546                 removed most of the hardcoded shortcuts and assigned
10547                 them to menu entries making them easy customizable by
10548                 that
10549
10550 2002-01-16 |melvin]     0.7.0claws8
10551
10552         * src/gtkspell.c
10553                 fixed bug where using the mouse and when the compose
10554                 window is not on top may result in a crash.
10555
10556 2002-01-16 [melvin]     0.7.0claws7
10557
10558         * src/compose.c
10559                 fixed a long standingspell checker bug which could 
10560                 cause a crash after sending a message.
10561
10562 2002-01-16 [paul]       0.7.0claws6
10563
10564         * sync with sylpheed 0.7.0cvs7
10565                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10566                 2002-01-15, and 2002-01-16
10567
10568 2002-01-16 [melvin]     0.7.0claws5
10569
10570         * README.claws
10571         * src/compose.c
10572         * src/gtkspell.[ch]
10573         * src/main.c
10574                 Heavily modified spell checker code to work around
10575                 ispell bug, to add keyboard shortcuts and for future
10576                 enhancements. See README.claws for usage information.
10577
10578 2002-01-15 [alfons]     0.7.0claws4
10579         
10580         * src/summaryview.c
10581                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10582                 so sorting within threads reflects sort mode
10583
10584 2002-01-15 [christoph]  0.7.0claws3
10585
10586         * src/procmsg.c
10587                 added alertpanel if mail sending failed
10588
10589 2002-01-15 [alfons]     0.7.0claws2
10590         
10591         * src/prefs_filtering.c
10592                 don't stop timer when prefs filtering dialog is opened
10593
10594 2002-01-14 [alfons]     0.7.0claws1
10595
10596         * src/addr_compl.c
10597         * src/prefs.c
10598                 remove debug_print()s for privacy reasons
10599
10600 2002-01-14 [darko]      0.7.0claws
10601
10602         * README.claws
10603                 quotation wrapping is now also in the main branch
10604
10605 2002-01-14 [paul]
10606
10607         * tools/filter_conv.pl
10608                 allow for Boolean Op and case-sensitivity
10609                 this file is included in the release and tagged
10610                 'rel_0_7_0'
10611
10612 2002-01-13 [paul]       0.7.0claws
10613
10614         * release 0.7.0, with cvs tag 'rel_0_7_0'
10615
10616 2002-01-13 [paul]
10617
10618         * tools/filter_conv.pl
10619         * tools/README
10620                 rewritten to output to matcherrc instead of filteringrc
10621
10622         * po/es.po
10623                 updated Spanish translation by Ricardo Mones Lastra
10624
10625 2002-01-13 [alfons]
10626
10627         * po/nl.po
10628                 update dutch translation
10629
10630 2002-01-13 [paul]
10631
10632         * po/pt_BR.po
10633                 Updated by Fabio Junior Beneditto 
10634
10635 2002-01-13 [melvin]     0.6.6claws53
10636
10637         * po/fr.po
10638                 Updated french translation
10639
10640 2002-01-12 [alfons]     0.6.6claws52
10641
10642         * src/filtering.c
10643                 plug mem leak that has been sitting there for ages              
10644
10645 2002-01-12 [alfons]     0.6.6claws51
10646
10647         * src/summaryview.c
10648                 undo melvin's changes from 0.6.6claws48 because summary
10649                 view now refuses to select first unread message when
10650                 selecting a folder 
10651
10652 2002-01-11 [alfons]     0.6.6claws50
10653
10654         * src/import.c
10655                 use claws' semantics for getting folder item when
10656                 importing an mbox file into a folder 
10657                 (submitted by Dale P. Smith)
10658
10659 2002-01-11 [christoph]  0.6.6claws49
10660
10661         * src/prefs.h
10662                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10663                 toggle widget, because non static prefs can not use
10664                 prefs_set_* functions
10665         * src/prefs_account.c
10666                 toggle smtp auth password field sensitivity if
10667                 user id is empty and add descrition of usage for
10668                 these fields
10669         * src/prefs_folder_item.c
10670                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10671                 callbacks
10672
10673 2002-01-11 [melvin]     0.6.6claws48
10674
10675         * src/compose.c
10676                 fix the 'Ctrl-Enter' feature for sending and test really
10677                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10678                 editables which was not documented in Gtk)
10679
10680         * src/summaryview.c
10681                 Made summaryview refresh after sorting and not before.
10682
10683 2002-01-11 [christoph]  0.6.6claws47
10684
10685         * src/compose.c
10686                 select account from account ids if possible and
10687                 correctly set save folder for copy in reedit
10688
10689 2002-01-10 [paul]       0.6.6claws46
10690
10691         * sync with sylpheed 0.7.0 release
10692                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10693                 2002-01-09
10694
10695 2002-01-09 [alfons]
10696
10697         * src/summaryview.c
10698                 remove more dirt traces...
10699
10700 2002-01-09 [alfons]
10701         
10702         * src/summaryview.c
10703                 clean up some traces of my debugging stuff
10704
10705 2002-01-09 [alfons]     0.6.6claws45
10706
10707         * src/filtering.c
10708                 break up filteringprop_apply() in three separate pieces
10709                 so we can drop messages that failed processing in the
10710                 inbox
10711
10712         * src/summaryview.c
10713                 fix bug #469598 "no refresh of inbox after filter" which 
10714                 was introduced by the new summary view locking, and which 
10715                 prevented the summary view to update after a manual filter 
10716                 message. claw's filter message requires a summary_show().
10717                 (aargh, summary_show() again! :-)
10718                 
10719 2002-01-07 [alfons]     0.6.6claws44
10720
10721         * src/headerwindow.c
10722         * src/logwindow.c
10723         * src/messageview.c
10724         * src/sourcewindow.c
10725                 bring in Hiro's last 0.7.0 wm class fixes
10726
10727         * tools/sylprint.pl
10728                 bring in Ricardo's fix for sylprint script
10729
10730         * AUTHORS       
10731         * src/rfc2015.[ch]
10732         * src/prefs_common.[ch]
10733         * src/prefs_account.[ch]
10734         * src/compose.c
10735                 clean up account preference poison in rfc2015,
10736                 and preparation to fix double sign bug 
10737                 (patch submitted by Simon 'corecode' Schubert)
10738
10739 2002-01-07 [christoph]  0.6.6claws43
10740
10741         * src/mh.c
10742                 search for free message number, do not only rely
10743                 on last_num
10744         * src/send.c
10745                 fix smtp auth and use extra account information
10746                 if available, if not use pop3 data instead
10747                 (closes bug #500341)            
10748         * src/ssl.[ch]
10749                 match coding style
10750
10751 2002-01-06 [alfons]     0.6.6claws42
10752
10753         * src/mainwindow.c
10754                 try making the separate windows work again...
10755
10756 2002-01-06 [alfons]     0.6.6claws41
10757
10758         * src/mainwindow.c
10759                 adapt Hiro's separate window menu (to get rid of the funny
10760                 duplicate menu items), and make it work again
10761
10762 2002-01-06 [alfons]     0.6.6claws40
10763
10764         * tools/Makefile.am
10765         * tools/sylprint.rc
10766         * tools/sylprint.pl
10767         * tools/README.sylprint
10768                 add sylprint script for printing mails from Sylpheed
10769                 (contributed by Ricardo Mones Lastra)
10770
10771         * src/acount.c
10772                 clean up
10773
10774 2002-01-06 [melvin]     0.6.6claws39
10775
10776         * src/mainwindow.c
10777         * src/summaryview.c
10778                 Fixed crash introduced in 0.6.6claws38 by the menu
10779                 reorganisation (Hide read messages)
10780         
10781         * ChangeLog.claws 
10782                 Fixed typo (we are now in 2002, alfons ;) )
10783
10784 2002-01-05 [alfons]     0.6.6claws38
10785
10786         * sync with sylpheed 0.6.6cvs10-17
10787                 (last stuff marked as LAST_STABLE)
10788
10789 2002-01-04 [melvin]     0.6.6claws37
10790
10791         * src/account.c
10792                 Made account selection code use strcasestr again instead of
10793                 g_strcasecmp (fixes bug where reediting queued messages
10794                 did not select proper account reported by T. Link).
10795         
10796         * src/folderview.c
10797                 Fix bug where folder icons are not shown when 'hide read messages'
10798                 is on.
10799         
10800         * src/stock_pixmaps.[ch]
10801                 Added folder icons for 'hide read messages'.
10802         
10803         * src/compose.c
10804                 Fixed bug where 'Enter' in a header entry will send the message 
10805                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10806
10807 2002-01-03 [melvin]     0.6.6claws36
10808         
10809         * src/prefs.[ch]
10810                 Added popup menu for common preferences and
10811                 account preferences (right click on tab displays
10812                                 a menu of all tabs.)
10813
10814 2002-01-02 [melvin]     0.6.6claws35
10815
10816         * src/gtkspell.[ch]
10817                 Made spelling code compatible with undo/redo feature.
10818                 Added creation of suggestion mode menu for the general
10819                         preferences.
10820         
10821         * src/prefs_common.[ch]
10822                 Added option menu for the speller's suggestion mode.
10823                 Added missing spaces in "..." buttons and made a "..."
10824                         button non translatable!
10825         
10826         * src/compose.c
10827                 Made speller use the default suggestion mode.
10828                 Hack to make it possible to choose 'CTRL-Enter' as a
10829                         shortcut for sending (and only for sending).
10830
10831         * src/prefs_folder_item.c
10832                 Changing subject simplification does not update cache 
10833                         anymore (because it is unnecessary).
10834                 Fixed bug where changing subject simplification updated the 
10835                         summaryview even when the viewed folder is not the
10836                         folder which properties are being changed. (E.g. 
10837                                         viewing folder A and changing
10838                                         the subject simplification of 
10839                                         folder B -not being viewed- updated the 
10840                                         summaryview of folder A with data of
10841                                         folder B). (Hope this is clear... )
10842
10843 2001-12-31 [alfons]     0.6.6claws34
10844         
10845         * src/ldif.c
10846         * src/mutt.c
10847                 fgetc() returns a signed integer which doesn't
10848                 fit in a char. so c truncates this to a char
10849                 but we may lose significant bits. i.e. we may
10850                 comparing 0xFF which may not be equal to -1
10851                 unless properly casted to signed char which
10852                 we won't do because fgetc() returns a signed
10853                 integer which doesn't fit in a char. so c 
10854                 truncates this to a char but we may lose 
10855                 significat bits. (you got the idea, thanks
10856                 to Gustavo Noronha Silva <kov@debian.org>
10857                 and the Debian folks!)
10858
10859 2001-12-30 [alfons]     0.6.6claws33
10860
10861         * src/prefs_common.c
10862                 add #ifdef USE_PSPELLs that Melvin forgot               
10863
10864 2001-12-30 [melvin]     0.6.6claws32
10865         
10866         * src/prefs_common.[ch]
10867                 Added configurable color for misspelled words.
10868
10869         * src/gtkspell.[ch]
10870                 Fixed bug of foreground text color (reported by David
10871                                 Mehrmann)
10872                 Added configurable color for misspelled words.
10873
10874 2001-12-30 [alfons]     0.6.6claws31
10875
10876         * src/folder.c
10877                 remove unnecessary things someone put there
10878
10879         * src/mh.c
10880         * src/folder.[ch]
10881                 make folder properties (like threading and sorting) persistent
10882                 (closes bug #497424 "rescan folder tree resets proprieties")
10883                 currently this is only for MH folders. 
10884
10885 2001-12-29 [melvin]     0.6.6claws30
10886
10887         * src/string_match.[ch]
10888                 Optimized a bit: regexp pattern buffer compiled only once, and
10889                   one subroutine call removed. Fixed ^ regexp search: Now, 
10890                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
10891         
10892         * src/summaryview.c
10893                 Subject filtering changed to filter summary columns and
10894                   not directly the messages subject cache. The loss in 
10895                   performance is balanced by the improvement of string_match.
10896                 Added an alert panel if there is an error in the regexp.
10897
10898         * src/src/prefs_folder_item.h
10899                 Added a regexp pattern buffer.
10900
10901 2001-12-28 [alfons]     0.6.6claws29
10902
10903         * src/string_match.[ch]
10904                 clean up name space
10905                 allow compilation *BSD
10906
10907 2001-12-27 [alfons]     0.6.6claws28
10908
10909         * src/filter.c
10910                 sync the Hiro's bug fix for BSD
10911
10912 2001-12-27 [melvin]     0.6.6claws27
10913         
10914         * src/compose.c
10915                 Simplify focus to subject entry code.
10916
10917 2001-12-27 [darko]      0.6.6claws26
10918
10919         * src/filtering.c
10920         * src/mbox_folder.c
10921         * src/messageview.c
10922         * src/mh.c
10923         * src/procheader.[ch]
10924         * src/procmsg.h
10925         * src/stock_pixmap.[ch]
10926         * src/summaryview.c
10927                 Show key icon for encrypted mails in summary view
10928
10929         * src/pixmaps/clip.xpm
10930         * src/pixmaps/clipkey.xpm
10931         * src/pixmaps/key.xpm
10932                 New/modified icons for the above
10933
10934 2001-12-27 [melvin]     0.6.6claws25
10935
10936         * src/prefs_common.c
10937                 Put spell checker options in a separate tab to decrease
10938                 the Common Preferences window height.
10939
10940         * README.claws  
10941                 Update spell checker usage instruction about its options
10942                 location.
10943
10944 2001-12-27 [melvin]     0.6.6claws24
10945
10946         * src/compose.c
10947                 Changed subject entry widget position. Initial focus is
10948                 on the To header instead of the subject entry.
10949                 Creating a new header scrolls the header list to make the
10950                 created one visible. Nevertheless, when automatically filling
10951                 headers, the first one is shown.
10952                 A Tab key press in the last empty header entry zips the 
10953                 focus to the subject entry.
10954                 (I did not change the combo boxes, yet)
10955
10956 2001-12-26 [alfons]     0.6.6claws23
10957
10958         * src/prefs_account.c
10959         * src/inc.c
10960                 allow default inbox to reside in another mailbox (only
10961                 works for POP3 accounts)
10962
10963 2001-12-26 [alfons]     0.6.6claws22
10964         
10965         * src/textview.c
10966                 make reply-on-click work with the account of the selected folder
10967         * src/compose.c
10968                 put a fixme here to remind me to fix finding correct default
10969                 account for nested folders
10970
10971 2001-12-25 [alfons]     0.6.6claws21
10972
10973         * src/summaryview.c
10974                 make column headers display locked and mark pixmaps (idea by Melvin) 
10975                 fix bug by adding score and locked column type to sort array
10976
10977 2001-12-25 [alfons]     0.6.6claws20
10978         
10979         * src/summaryview.c
10980                 catch a *potentially* inadvertent write back of  
10981                 the message cache(s) introduced by 0.6.5claws37
10982
10983 2001-12-25 [christoph]  0.6.6claws19
10984
10985         * src/stock_pixmap.[ch]
10986         * src/summaryview.c
10987                 add ignore thread pixmap
10988                 (can someone draw a better icon for this?)
10989
10990 2001-12-24 [alfons]     0.6.6claws18
10991
10992         * src/prefs_folder_item.c
10993                 make address completion actually work for the
10994                 Default To address in the Folder Property dialog.
10995
10996 2001-12-24 [alfons]     0.6.6claws17
10997         
10998         * src/summaryview.c
10999                 use new style regexp for subject stripping 
11000                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11001
11002 2001-12-24 [darko]      0.6.6claws16
11003
11004         * src/pgptext.c
11005         * src/rfc2015.c
11006                 move GPG related informational messages to debug mode
11007
11008 2001-12-23 [alfons]     0.6.6claws15
11009
11010         * src/stock_pixmap.[ch]
11011         * src/summaryview.c
11012                 add the forgotten Claws' locked pixmap
11013
11014 2001-12-23 [alfons]     0.6.6claws14
11015
11016         * src/filesel.c
11017                 accept file name typed in entry in multi file
11018                 selector (patch submitted by Gustavo Noronha Silva 
11019                 <kov@debian.org>)
11020
11021 2001-12-23 [alfons]     0.6.6claws13
11022
11023         * src/prefs_filter.c
11024         * src/prefs_filtering.c
11025         * src/matcher.c
11026         * src/importmutt.c
11027                 clean up a little bit
11028         
11029         * src/string_match.c
11030                 validate input strings a little bit more
11031
11032 2001-12-23 [alfons]     0.6.6claws12
11033
11034         * src/Makefile.am
11035         * src/summaryview.c
11036         * src/string_match.[ch]         ** NEW **
11037         * src/folderview.[ch]
11038         * src/headerview.h
11039         * src/folder.[ch]
11040         * src/prefs_folder_item.[ch]
11041                 add subject simplification to strip out strings from
11042                 a subject line (esp. handy for mailing lists). 
11043                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11044                 but slightly changed things for better integration.)
11045
11046 2001-12-23 [alfons]     0.6.6claws11
11047
11048         * src/mainwindow.c
11049                 fix bug introduced by submission included in 0.6.5claws52.
11050                 ideally this submission should clean the trash if any trash
11051                 folder has a message. however, the hasTrash variable was
11052                 set to false whenever a trash folder was empty (discarding
11053                 a previously found *filled* trash folder.)
11054
11055                 also edited the code a little bit and made it more safe.
11056
11057 2001-12-22 [alfons]     0.6.6claws10
11058
11059         * src/imap.c
11060                 quick fix for Martin Pool's omission of an account
11061                 specific SSL setting
11062
11063 2001-12-22 [alfons]     0.6.6claws9
11064
11065         * src/compose.c
11066         * src/messageview.c
11067         * src/mimeview.c
11068         * src/pgptext.c
11069         * src/procmime.[ch]
11070                 better support for multipart/digest (submitted
11071                 by Fredrik <e98fo@efd.lth.se>)
11072
11073 2001-12-22 [alfons]     0.6.6claws8
11074
11075         * src/addressbook.c
11076                 correct function signature
11077         * src/socket.[ch]
11078         * src/imap.[ch]
11079         * src/prefs_account.[ch]
11080                 allow IMAP over SSH tunnel (patch submitted by 
11081                 Martin Pool <mbp@samba.org>)
11082
11083 2001-12-21 [alfons]     0.6.6claws7
11084
11085         * sync with sylpheed 0.6.6cvs4-9
11086                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11087
11088 2001-12-21 [christoph]  0.6.6claws6
11089
11090         * src/compose.c
11091         * src/prefs_folder_item.[ch]
11092                 implement saving of outgoing messages to current folder.
11093                 fix segfault when no default outbox is available
11094                 (closes bug #495683)
11095
11096 2001-12-21 [carsten]    0.6.6claws5
11097         * src/folderview.c
11098         * src/summaryview.c
11099                 pressing CTRL while DND does now the expected thing and
11100                 copies the mail (moving is still the default, as this
11101                 seam more appropriate for handling mails by DND)
11102
11103 2001-12-18 [paul]       0.6.6claws4
11104
11105         * sync with sylpheed 0.6.6cvs3
11106                 see ChangeLog entries 2001-12-18
11107
11108 2001-12-18 [hiro]       0.6.6claws3
11109
11110         * src/undo.c
11111                 fix for multibyte characters (obtain the number of letters
11112                 instead of bytes).
11113
11114 2001-12-17 [paul]       0.6.6claws2
11115
11116         * sync with sylpheed 0.6.6cvs1
11117                 see ChangeLog entry 2001-12-16
11118
11119 2000-12-17 [alfons]     0.6.6claws1
11120
11121         * src/filtering.c
11122                 clean up
11123
11124 2001-12-16 [paul]       0.6.6claws
11125 2001-12-15
11126
11127         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11128
11129         * src/mimeview.c
11130                 last minute sync with main 0.6.6
11131
11132         * po/es.po
11133                 updated by Ricardo Mones Lastra
11134                 update for last minute sync
11135         * po/fr.po
11136         * po/nl.po
11137                 update for last minute sync
11138         * po/de.po
11139                 updated by Jens Oberender
11140         * po/pt_BR.po
11141                 updated by Fabio Junior Beneditto
11142
11143         * src/prefs_common.[ch]
11144         * src/undo.c
11145                 number of undo levels is user configurable
11146                 (squeeze it into the release in the dying
11147                 moments) Submitted by Jens Oberender    
11148
11149 2001-12-15 [melvin]
11150
11151         * po/fr.po
11152                 updated french translation
11153
11154 2001-12-15 [paul]       0.6.5claws92
11155
11156         * sync with sylpheed 0.6.5cvs28
11157                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11158
11159         * po/nl.po
11160                 update to allow for sync
11161
11162 2001-12-15 [alfons]
11163         
11164         * po/nl.po
11165                 update dutch translation
11166
11167 2001-12-14 [carsten]    0.6.5claws91
11168         * src/summaryview.c
11169                 fixed bug #473785; also after changing the column order
11170                 the same message will be selected and displayed as before
11171                 the reordering
11172
11173 2001-12-14 [carsten]    0.6.5claws90
11174         * src/folderview.c
11175                 probably found the bug reported by wwb opening or closing
11176                 a folder tree just before dnd (found the solution in the
11177                 balsa source -- thanks to them)
11178
11179 2001-12-14 [carsten]    0.6.5claws89
11180         * src/gtkutils.c
11181         * src/account.c
11182                 moved gtk_clist_moveto to the right place, so that
11183                 only the accounts dialog is effected on opening
11184
11185 2001-12-14 [carsten]    0.6.5claws88
11186         * src/gtkutils.c
11187                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11188                 now, so that the focused row will be seen in any case
11189                 (reported by wwp on sf-claws-user)
11190
11191 2001-12-14 [darko]      0.6.5claws87
11192
11193         * src/compose.c
11194                 remove unnecessary line
11195
11196 2001-12-14 [paul]       0.6.5claws86
11197
11198         * sync with sylpheed 0.6.5cvs27
11199                 see ChangeLog entries 2001-12-14
11200
11201 2001-12-14 [carsten]    0.6.5claws85
11202         * src/mainwindow.c
11203                 following a suggestion of Melvin the rcoabm pops up
11204                 right under the button now and the button is reliefed
11205                 while the popup is open
11206
11207 2001-12-14 [darko]      0.6.5claws84
11208
11209         * src/compose.c
11210                 fix crash when wrapping long lines if linewrap quotation
11211                 is disabled and wrapper encounters a word spanning more
11212                 than one line
11213
11214 2001-12-13 [paul]       0.6.5claws83
11215
11216         * src/compose.c
11217                 prefer 'Reply-To' header over mailing list header when
11218                 replying to a message. Finally prevent all those confirmation 
11219                 messages being sent to the list itself.
11220
11221         * src/summaryview.c
11222                 remove unused summary_set_menu_sensitive() entry
11223
11224 2001-12-13 [paul]       0.6.5claws82
11225
11226         * src/folderview.c
11227         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11228         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11229         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11230                 improvements to 'Hide read messages': Inbox, Outbox,
11231                 Trash, Queue, and Draft icons now reveal presence of hidden 
11232                 messages
11233
11234 2001-12-12 [alfons]     0.6.5claws81
11235
11236         0.6.5claws80 was tagged as LAST_STABLE
11237
11238         * src/filtering.[ch]
11239         * src/matcher.[ch]
11240         * src/matcher_parser_lex.c
11241                 fix the filtering; my last attempt to get it right, 
11242                 if it does not work, it's Hoa's turn. ;-)
11243
11244                 for my honourable peers:
11245                 
11246                 the code now makes a clear distinction between
11247                 rules as they are displayed (probably escaped),
11248                 and as they are executed (probably unescaped). the
11249                 parser does *NOT* do any unescaping, this is
11250                 the task of the matcher.c (which breaks up a
11251                 rule into condition) and the filtering.c (which
11252                 breaks up the rule's action). to make this
11253                 run happily we provide an unescaped copy of
11254                 crucial strings to the MatcherProp and 
11255                 FilteringAction structures. note that the only
11256                 exception to this is any REGEXP string. those
11257                 are directly passed to regcomp() and regexp()
11258                 (who have much more powerful unescape functions).
11259                 
11260                 for everyone else:
11261         
11262                 you can escape tab (\t), carriage return (\r),
11263                 linefeed (\n), form feed (\f), quote (\"), 
11264                 single quote (\'), bell (\b) in all the entry
11265                 lines in the scoring & filtering dialogs.
11266                 as an added bonus this should not affect
11267                 existing filtering rules.
11268
11269 2001-12-12 [carsten]    0.6.5claws80
11270
11271         * src/summaryview.c
11272         * po/de.po
11273                 "item(s) selected" is now sensitive to 1 or more
11274                 than one selected (nice for language where simple
11275                 adding of a "s" is not possible as German (Eintrag
11276                 ->Eintr"age)
11277                 
11278                 the "forward as attachment" entry from the right
11279                 click menu removed, "forward" acts following the
11280                 prefs
11281         
11282         * src/textview.c
11283                 reverted my former changes; so compiler warning again
11284                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11285                 nevertheless
11286
11287         * src/messageview.c
11288                 "search in message" does now *not* only work in MVIEW_TEXT
11289                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11290                 message
11291
11292         * src/mainwindow.c
11293                 removed "/File/_Close" as it was the same as "/File/E_xit"
11294                 and we don't need it two times
11295
11296                 the separate folder view and message view now get a distinct
11297                 WMCLASS, just in case someone is using sawfish ;-)
11298
11299                 as the menu entries "/View/Message view" and "/View/Folder tree"
11300                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11301                 make them sensitive accordingly and as these two are "shown"
11302                 after startup anytime check this menuitem at startup
11303
11304 2001-12-12 [paul]       0.6.5claws79
11305
11306         * src/folderview.c
11307                 fix sensitivity of 'Search folder...', broken in
11308                 0.6.5claws75
11309
11310         * src/mainwindow.c
11311                 fix dodgy English
11312
11313 2001-12-11 [carsten]    0.6.5claws78
11314         * src/filtering.c
11315                 fixed two typos returning a wrong FALSE/TRUE
11316         * src/mainwindow.[ch]
11317                 extra menu for email/news button removed
11318
11319 2001-12-11 [alfons]     0.6.5claws77
11320         
11321         * src/matcher.c                 (1.3)
11322         * src/matcher_parser_lex.l      (1.28)
11323                 revert for another attempt
11324                 mark 0.6.5claws77 as LAST_STABLE
11325
11326 2001-12-11 [christoph]  0.6.5claws76
11327
11328         * po/de.po
11329                 fixed wrong translation for prev. unread msg
11330
11331 2001-12-11 [paul]       0.6.5claws75
11332
11333         * src/folder.[ch]
11334         * src/folderview.c
11335         * src/mainwindow.c
11336         * src/summaryview.[ch]
11337         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11338                 enable ability to hide read messages on per folder basis via 
11339                 '/Summary/Hide read messages'; when selected, a folder will 
11340                 have a red open folder icon, instead of a blue icon, if the 
11341                 folder contains hidden messges
11342                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11343
11344         * src/mainwindow.c
11345                 remove '/Message/Forward as attachment' from 
11346                 main_window_set_menu_sensitive() to prevent debug warning
11347
11348         * src/folderview.c
11349         * src/mainwindow.c
11350                 Clean up some of the English
11351
11352         * tools/newscache_clean.pl
11353                 allow for new 'hidereadmsgs' entry in folderlist.xml
11354
11355         * po/es.po
11356                 updated translation, submitted by Ricardo Mones Lastra
11357
11358 2001-12-11 [paul]       0.6.5claws74
11359
11360         * sync with sylpheed 0.6.5cvs25
11361                 see ChangeLog entry 2001-12-11
11362
11363 2001-12-10 [alfons]     0.6.5claws73
11364
11365         * src/matcher.c
11366                 add more control characters
11367         * src/matcher_parser_lex.l
11368                 make escaping / unescaping work again
11369
11370 2001-12-10 [alfons]     0.6.5claws72
11371
11372         * src/imap.c
11373                 clean up warnings "returning value for void function" 
11374         * src/prefs_filtering.c
11375                 make info button for execute action sensitive
11376
11377 2001-12-10 [paul]       0.6.5claws71
11378
11379         * src/compose.c
11380         * src/imap.[ch]
11381         * src/summaryview.c
11382                 fix: imap server now gets informed of MARKED, UNMARKED
11383                 and REPLY events. Now people can use different IMAP-Mail
11384                 clients and have the exact same information about MARKED,
11385                 UNMARKED and REPLY status with all of them. Especially
11386                 useful for imap servers with a web-frontend.
11387                 submitted by Tobias Sandhaas <medlor@web.de>
11388
11389 2001-12-09 [melvin]     0.6.5claws70
11390         
11391         * src/textview.[ch]
11392                 fixed bug #490076 (hunted down by Alfons who implemented
11393                 a workaround in 0.6.5claws65)
11394
11395 2001-12-09 [christoph]  0.6.5claws69
11396
11397         * src/summaryview.c
11398                 set pointer to string in LOCKED column to NULL
11399                 (might fix bug #490800)
11400
11401 2001-12-09 [carsten]    0.6.5claws68
11402
11403         * po/de.po
11404                 resolved some cluttered menu shortcuts 
11405                 ('creating new email' and 'creating news message'
11406                 hade the same)
11407         * src/compose.c
11408                 wmclass now distinc from main window
11409         * src/mainwindow.c
11410           src/mainwindow.h
11411                 email/news and forward button functionality similar
11412                 to the reply buttons; removed the ugly dropdown arrows
11413                 and use instead the right mouse button
11414
11415 2001-12-09 [paul]       0.6.5claws67
11416
11417         * src/imap.c
11418         * src/utils.h
11419                 allow spaces in imap folder names
11420                 submitted by Willem van Engen <wvengen@stack.nl>
11421
11422 2001-12-09 [paul]       0.6.5claws66
11423
11424         * sync with sylpheed 0.6.5cvs24
11425                 see ChangeLog entry 2001-12-09
11426
11427 2001-12-08 [alfons]     0.6.5claws65
11428
11429         * src/textview.c
11430                 prevent secondary selection claim after "add to sender" dialog
11431                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11432                 we trick GTK by simulating a click at (0, 0) in the textview.
11433
11434 2001-12-08 [hoa]        0.6.5claws64
11435
11436         * src/folder.c
11437                 fixed a bug about the .processing folder name while filtering
11438
11439 2001-12-08 [alfons]     0.6.5claws63
11440
11441         * src/folderview.c 
11442                 work around problem of not correctly updating folder stats
11443                 when deleting messages. there's some folder scanning evil
11444                 going so the folderview_update_msg_num() does not work
11445                 correctly. need to investigate this.
11446
11447 2001-12-08 [paul]       0.6.5claws62
11448
11449         * sync with sylpheed 0.6.5cvs23
11450                 see ChangeLog entry 2001-12-08
11451
11452 2001-12-07 [christoph]  0.6.5claws61
11453
11454         * src/compose.c
11455                 fix another header translation problem
11456
11457 2001-12-07 [alfons]     0.6.5claws60
11458
11459         * src/mbox.c
11460                 make filtering also work on local spool mbox
11461
11462 2001-12-07 [carsten]    0.6.5claws59
11463         * src/addressbook.c
11464                 addressbook window gets a wmclass distinct from the main
11465                 sylpheed window
11466         * src/compose.h
11467         * src/mainwindow.[ch]
11468                   forward menu item will use mode selected in prefs, forward 
11469                 as attatchment in menu removed (will be substituted in the
11470                 toolbar similar to reply buttons)
11471                   create news message menu entry and news button is now 
11472                 sensitive to the existance of a news account
11473         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11474         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11475         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11476                 these are removed because the toolbar buttons don't show
11477                 the quoting modus any longer
11478
11479 2001-12-07 [paul]
11480
11481         * tools/newscache_clean.pl      ** NEW FILE **
11482                 perl script to do some tidying up in the newscache directory 
11483                 
11484         * tools/sylpheed-switcher       ** NEW FILE **
11485                 perl script to enable easy switching between main and claws
11486                 
11487         * tools/README
11488                 added descriptions of the two new perl scripts          
11489
11490
11491 2001-12-07 [melvin]     0.6.5claws58
11492
11493         * src/messageview.c
11494                 fixed a warning during compilation introduced in 0.6.5claws56
11495
11496 2001-12-07 [paul]       0.6.5claws57
11497
11498         * src/mainwindow.[ch]
11499         * src/menu.[ch]
11500                 further usability enhancements to replying with or without 
11501                 quoting via the toolbar, use of Ctrl key is replaced by 
11502                 drop down menu 
11503                 Submitted by Carsten Schurig            
11504
11505 2001-12-07 [melvin]     0.6.5claws56
11506
11507         * src/messageview.c
11508                 hack to fix bug that prevented to make/paste selections
11509                 after switching between MVIEW_TEXT and MVIEW_MIME views
11510                 without deselecting the selection first.
11511
11512 2001-12-06 [alfons]     0.6.5claws55
11513
11514         * src/filtering.[ch]
11515         * src/inc.c
11516                 revise filtering a little bit more, and make sure
11517                 messages are delivered to the appropriate inbox
11518                 (perhaps set per account)
11519
11520 2001-12-06 [paul]       0.6.5claws54
11521
11522         * sync with sylpheed 0.6.5cvs22
11523                 see ChangeLog entry 2001-12-06
11524
11525 2001-12-05 [alfons]     0.6.5claws53
11526
11527         * src/inc.c
11528         * src/folder.[ch]
11529         * src/procmsg.c
11530         * src/filtering.c
11531                 more revisions of filtering system
11532                 (last stable version is marked as LAST_STABLE)
11533                 
11534                 | NOTE 1): the filtering system now uses a local folder called
11535                 | .processing. if filtering fails, check this directory
11536                 | for missing messages.
11537                 |
11538                 | NOTE 2): help us find the filtering actions still missing
11539
11540 2001-12-05 [paul]       0.6.5claws52
11541
11542         * src/mainwindow.c
11543                 fix bug where 'Empty Trash?' pop-up window appears even
11544                 when Trash is empty, submitted by Jesse Skinner         
11545
11546 2001-12-05 [melvin]     0.6.5claws51
11547
11548         * src/compose.c
11549                 fixed bug #486106 to select correct account when reediting 
11550                 a queued message
11551         
11552 2001-12-04 [alfons]     0.6.5claws50
11553
11554         * src/mh.c
11555                 declare markfile in appropriate functions when
11556                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11557                 for spotting this)
11558
11559 2001-12-04 [paul]       0.6.5claws49
11560
11561         * sync with sylpheed 0.6.5cvs21
11562                 see ChangeLog entry 2001-12-04
11563
11564 2001-12-03 [christoph]  0.6.5claws48
11565
11566         * po/de.po
11567                 changed translation of undo
11568         * src/account.c
11569         * src/folder.c
11570                 don't reinvent the wheel to traverse a GNode
11571         * src/compose.[ch]
11572                 seperate code to create the compose gui into functions
11573                 add "Others" page with folder selection for saving copy
11574                 of the message.
11575                 the folder identifier is saved to queue header
11576         * src/procmsg.c
11577                 save message to folder in queue header
11578
11579 2001-12-03 [paul]       0.6.5claws47
11580
11581         * sync with sylpheed 0.6.5cvs20
11582                 see ChangeLog entry 2001-12-03
11583
11584 2001-12-01 [paul]
11585
11586         * more sync with sylpheed 0.6.5cvs19
11587                 see ChangeLog entry 2001-11-29
11588
11589 2001-11-30 [paul]       0.6.5claws46
11590         
11591         * src/compose.c
11592                 remove conflicts introduced by Hoa's last commit
11593          
11594         * src/mainwindow.c
11595                 make 'Message/Bounce' sensitive
11596
11597 2001-11-30 [hoa]        0.6.5claws45
11598
11599         * src/compose.c
11600                 slightly change bounce function to add
11601                 information about the user that bounced the mail
11602                 in the From header line.
11603
11604         * src/folderview.c
11605                 permit the use of processing in outbox folder.
11606
11607 2001-11-29 [paul]       0.6.5claws44
11608
11609         * src/mainwindow.[ch]
11610         * src/prefs_common.c
11611         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11612         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11613         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11614                 usability enhancements to the quoting, implements
11615                 use of Ctrl key to toggle quoting settings
11616                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11617
11618 2001-11-29 [paul]       0.6.5claws43
11619         
11620         * sync with sylpheed 0.6.5cvs19
11621                 see ChangeLog entry 2001-11-28
11622
11623 2001-11-29 [melvin]     0.6.5claws42
11624         * src/Makefile.am
11625                 added enriched.[ch] to the list of files
11626
11627         * src/textview.c
11628         * src/mimeview.c
11629         * src/procmime.[ch]
11630         * src/enriched.[ch]
11631                 added support to view text/enriched
11632                 added support to show headers in message view for text/enriched and text/html
11633                         in non multipart messages
11634
11635 2001-11-28 [paul]       0.6.5claws41
11636
11637         * more sync with sylpheed 0.6.5cvs18
11638                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11639
11640 2001-11-27 [paul]       0.6.5claws40
11641         
11642         * po/pt_BR.po
11643                 updated translation, submitted by Fabio Junior Beneditto
11644                 
11645         * sync with sylpheed 0.6.5cvs18
11646                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11647                 2001-11-27
11648
11649
11650 2001-11-26 [paul]
11651
11652         * po/es.po
11653                 updated translation, submitted by Ricardo Mones Lastra
11654
11655 2001-11-26 [alfons]
11656
11657         * src/matcher.c
11658                 add more translatable strings
11659
11660 2001-11-26 [christoph]  0.6.5claws39
11661
11662         * po/de.po      
11663                 fixed one more umlaut
11664         * src/compose.c
11665                 fix translated header when it should not be translated
11666
11667 2001-11-26 [paul]       0.6.5claws38
11668
11669         * src/mainwindow.c
11670                 remove '/Message/Add Sender to address book' from 
11671                 main_window_set_menu_sensitive(), prevent debug warning
11672                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11673
11674 2001-11-26 [paul]       0.6.5claws37
11675
11676         * src/summaryview.c
11677                 fix 'recurring unread state' bug 
11678
11679         * tools/README 
11680         * tools/filter_conv.pl
11681                 read name of top level mailbox from folderlist.xml
11682                 and presume nothing about its name              
11683
11684 2001-11-26 [darko]      0.6.5claws36
11685
11686         * src/gtkstext.[ch]
11687                 removed functions that are now in gtkutils.c
11688                 use gtkut_text_is_uri_string() from gtkutils.c
11689         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11690
11691 2001-11-26 [paul]       0.6.5claws35
11692
11693         * sync with sylpheed 0.6.5cvs16
11694                 see ChangeLog entries 2001-11-25 and 2001-11-26
11695
11696 2001-11-25 [alfons]     0.6.5claws34
11697
11698         EXPERIMENTAL!!! Please checkout the last stable version using: 
11699           
11700         % cvs update -r LAST_STABLE -dRAP
11701
11702         (Or help us testing this stuff.)
11703
11704         * src/filtering.c               (1.14)
11705         * src/filtering.h               (1.6)
11706         * src/inc.c                     (1.28)
11707         * src/matcher.c                 (1.20)
11708         * src/mbox.c                    (1.9)
11709         * src/procmsg.h                 (1.14)
11710         * src/summaryview.c             (1.59)
11711         * src/summaryview.h             (dunno)
11712                 revert/merge/sync to as it was before commit 
11713                 on Thu, 19 Jul 2001 10:15:51 -0700.
11714
11715 2001-11-25 [hoa]        0.6.5claws33
11716
11717         * src/main.c
11718                 processing mails at startup
11719
11720         * src/folderview.c
11721         * src/summaryview.[ch]
11722                 processing mails when entering folder
11723
11724         * src/prefs_filtering.c
11725                 fixed some UI bugs
11726
11727 2001-11-24 [alfons]     0.6.5claws32
11728
11729         * src/summaryview.[ch]
11730                 make summary sort headers work, and also make
11731                 sure the sort type is stored
11732
11733 2001-11-23 [alfons]     0.6.5claws31
11734
11735         * src/summaryview.[ch]
11736                 make lock work like mark
11737                 disallow deleting messages marked as locked
11738
11739 2001-11-23 [alfons]     0.6.5claws30
11740
11741         * src/gtkstext.c
11742         * src/compose.[ch]
11743         * src/Makefile.am
11744         * src/undo.[ch]
11745                 merge undo patch submitted by Jens
11746
11747 2001-11-23 [christoph]  0.6.5claws29
11748
11749         * src/.cvsignore
11750                 added ylwrap
11751         * src/compose.c
11752                 fixed gpg signing and encoding
11753         * src/folder.[ch]
11754         * src/main.c
11755                 added --status option to get new, unread and total
11756                 message count from a running sylpheed
11757         * src/prefs_common.c
11758                 temporary fix for reply_with_quote problem
11759                 (don't call functions for non existing widget)
11760         * src/procmsg.c
11761                 one more check for ignored threads but still not
11762                 always working correctly. probably a recursive
11763                 check for all parents is needed
11764
11765 2001-11-23 [darko]      0.6.5claws28
11766
11767         * src/compose.c
11768                 wrapping on send improvements
11769         * src/gtkutils.[ch]
11770                 fix for GtkSText after last sync with main branch
11771                 GTK_TEXT -> GTK_STEXT
11772
11773 2001-11-23 [paul]       0.6.5claws27
11774
11775         * sync with sylpheed 0.6.5cvs14
11776                 see ChangeLog entries 2001-11-22 and 2001-11-23
11777                 
11778         * po/de.po
11779                 fixed the scrambled umlauts 
11780                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11781
11782 2001-11-21 [paul]       0.6.5claws26
11783
11784         * sync with sylpheed 0.6.5cvs12
11785                 see 2nd ChangeLog entry dated 2001-11-20
11786
11787 2001-11-20 [paul]       0.6.5claws25
11788
11789         * sync with sylpheed 0.6.5cvs11
11790                 see ChangeLog entry 2001-11-19 (src/utils.c)
11791
11792 2001-11-20 [hiro]
11793
11794         * src/compose.c
11795                 GTK_TEXT -> GTK_STEXT
11796                 fix for wrong comment
11797
11798 2001-11-20 [hiro]       0.6.5claws24
11799
11800         * src/compose.[ch]
11801                 more merges from main branch
11802                 removed fatal warnings (uninitialized variables etc.)
11803                 some coding style fix
11804         * src/gtkutils.h
11805                 fixed typo.
11806         * src/addressbook.c
11807           src/addrindex.c
11808                 V-Card -> vCard
11809
11810 2001-11-19 [hoa]        0.6.5claws23
11811
11812         * src/filtering.c
11813         * src/prefs_scoring.c
11814         * src/matcher.[ch]
11815         * src/scoring.c
11816                 cleaning code
11817
11818         * src/matcher_parser_parse.y
11819         * src/prefs_filtering.c
11820                 bouncing
11821
11822 2001-11-19 [alfons]     0.6.5claws22
11823
11824         more of my old things into claws
11825
11826         * src/Makefile.am
11827         * src/prefs_common.c
11828         * src/procmsg.h
11829         * src/summaryview.[ch]
11830         * src/prefs_summary_column.c
11831         * src/pixmaps/locked.xpm
11832                 add indicators for locking of message in summary view
11833                 (does not work yet, only visual indicator)
11834
11835 2001-11-19 [paul]       0.6.5claws21
11836
11837         * sync with sylpheed 0.6.5cvs10
11838                 see ChangeLog entry 2001-11-19
11839
11840 2001-11-18 [alfons]     0.6.5claws20
11841         
11842         * src/filtering.c
11843                 remove an inadvertent free I forgot in previous clean up 
11844
11845 2001-11-18 [alfons]     0.6.5claws19
11846
11847         * src/filtering.[ch]
11848                 clean up & plug leaks
11849
11850 2001-11-18 [paul]       0.6.5claws18
11851
11852         * sync with sylpheed 0.6.5cvs9
11853                 see ChangeLog entries 2001-11-17 and 2001-11-18
11854
11855 2001-11-16 [paul]       0.6.5claws17
11856
11857         * sync with sylpheed 0.6.5cvs8
11858                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11859
11860 2001-11-16 [paul]       0.6.5claws16
11861
11862         * sync with sylpheed 0.6.5cvs7
11863                 see ChangeLog entries 2001-11-15 and 2001-11-16
11864
11865 2001-11-15 [hoa]        0.6.5claws15
11866
11867         * src/compose.c
11868                 fix bounce, mails we received couln't be bounced to ourself.
11869
11870         * src/defs.h
11871         * src/filtering.[ch]
11872         * src/matcher.[ch]
11873         * src/matcher_parser.h
11874         * src/matcher_parser_lex.l
11875         * src/matcher_parser_parse.y
11876         * src/inc.c
11877         * src/main.c
11878         * src/mbox.c
11879         * src/prefs_filtering.[ch]
11880         * src/mainwindow.c
11881         * src/prefs_matcher.c
11882         * src/prefs_scoring.c
11883         * src/scoring.[ch]
11884         * src/summaryview.c
11885                 new matcher/filter/score configuration file parser
11886                 one unique configuration file => ~/.sylpheed/matcherrc
11887                 import in currently automatic, then save are made
11888                 in this new file.
11889                 one filter per folder and one global filter
11890                 (filter of a folder will be used as folder processing)
11891
11892         * src/folder.c
11893                 fix a bug in folder_item_get_identifier
11894                 
11895         * src/messageview.c
11896                 receive receipt return are fixed.
11897
11898 2001-11-14 [alfons]     0.6.5claws14
11899
11900         * src/session.h
11901                 add things from main branch to make claws compile
11902
11903 2001-11-14 [paul]       0.6.5claws13
11904
11905         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
11906                 see ChangeLog entries 2001-11-08 to 2001-11-14
11907
11908 2001-11-14 [hoa] 0.6.5claws12
11909
11910         * src/compose.[ch]
11911         * src/mainwindow.c
11912         * src/summaryview.c
11913                 add "bounce mail" option
11914
11915 2001-11-13 [christoph]  0.6.5claws11
11916
11917         * src/compose.c
11918                 Cleanup a mess i add before commiting
11919
11920 2001-11-13 [hoa]        0.6.5claws10
11921
11922         * src/compose.c
11923                 some fixes when mail are sent or
11924                 for crossposts
11925
11926 2001-11-13 [christoph]  0.6.5claws9
11927
11928         * po/de.po
11929                 Changed two string with the same translation
11930         * src/compose.c
11931         * src/procmsg.[ch]
11932         * src/send.[ch]
11933                 New mailsending process:
11934                   - Always queue message before sending
11935                     (message will be saved if sylpheed crashed or
11936                      freezes while sending)
11937                   - Allow queuing of newspostings
11938                   - No copy in outbox before sending
11939                     (closes bug #469501)
11940                   - No more redundant code for send and send_later
11941         * src/summaryview.c
11942                 Applied wwp <subscript@free.fr>'s patch that fixes
11943                 marks for multiple forwarded messages (+compose.c)
11944
11945 2001-11-12 [alfons]
11946
11947         * README.claws
11948                 remove things that are now in main branch
11949         
11950         * po/nl.po
11951                 update Dutch translation
11952
11953 2001-11-12 [mhadasht]   0.6.5.claws8
11954
11955         * src/prefs_common.c
11956                 re-enabled account autoselection feature for forward
11957                 and reedit lost during the branch point for SYNC-B4-REL
11958         * src/gtkspell.c
11959                 gtkpspell_get_dict(): more readable code (even if function is
11960                 not used yet)
11961         * ChangeLog.claws
11962                 added version number info to 2001-11-12 [hiro] comment.
11963
11964 2001-11-12 [hiro]       0.6.5.claws7
11965
11966         * src/compose.c
11967                 compose_forward(): fixed a bug that forward quote mark
11968                 wasn't used.
11969                 removed unnecessary code.
11970         * src/template_select.[ch]: removed.
11971
11972 2001-11-11 [alfons]
11973
11974         * src/compose.c
11975                 :%s/GTK_TEXT/GTK_STEXT/g
11976         
11977         * src/compose.[ch]
11978         * src/undo.[ch]
11979         * src/Makefile.am
11980                 revert the undo stuff (this is 0.6.6claws stuff)
11981
11982 2001-11-11 [hoa]        0.6.5.claws6
11983
11984         * src/compose.[ch]
11985                 Insert signature at the end of the text.
11986                 Added undo patch but currently disabled
11987
11988         * src/procmsg.c
11989                 Threading by subject improved.
11990
11991         * added src/undo.[ch]
11992                 Undo module for compose dialog box.
11993
11994 2001-11-11 [alfons]     0.6.5.claws5
11995
11996         * src/procmsg.c
11997                 prevent threading by subject on nodes that have already been
11998                 threaded by in-reply-to (as in "circular references in a tree
11999                 result in a dead branch")
12000
12001 2001-11-09 [hoa]        0.6.5.claws4
12002         
12003         * src/folderview.c
12004                 allows creation of mbox folder item from any files.
12005
12006 2001-11-09 [alfons]     0.6.5.claws3
12007         
12008         * src/utils.c
12009         * src/procmsg.c
12010                 do what I mean and correct threading by subject so it really
12011                 ignores attracting lines without "Re: "
12012
12013 2001-11-07 [alfons]     0.6.5.claws2
12014
12015         * src/procmsg.c
12016         * src/utils.[ch]
12017                 only attract by subject if a subject line starts with a "Re: "
12018         * src/syldap.c
12019                 remove warning
12020
12021 2001-11-07 [paul]       0.6.5claws1
12022
12023         * sync with sylpheed 0.6.5. release
12024                 see ChangeLog entry 2001-11-07
12025
12026 2001-11-07 [paul]       0.6.4claws31
12027
12028         * sync with sylpheed 0.6.4cvs18
12029                 see ChangeLog entries 2001-10-30 to 2001-11-07
12030                 prefs_templates.[ch] renamed prefs_template.[ch]
12031
12032 2001-11-06 [alfons]
12033         
12034         * src/utils.h
12035                 add semicolon Hoa forgot ;-)
12036                 
12037
12038 2001-11-06 [hoa]        0.6.4claws30
12039         
12040         * src/procmsg.c
12041         * src/summaryview.c
12042         * src/utils.c
12043         * src/utils.h
12044                 threading by subject - empty subject are ignored
12045
12046 2001-11-06 [christoph]  0.6.4claws29
12047
12048         * src/socket.c
12049                 use SSL_peek for sock_gets
12050         * src/utils.c
12051                 removed unneeded pointer in extracting quoted
12052                 names implementation
12053
12054 2001-11-06 [melvin]     0.6.4claws28
12055
12056         * src/gtkspell.c
12057                 fixed bug #476792 Selection overtyping with spell checker
12058                 fixed bug which could cause a buffer overflow
12059                 fixed a memory leak
12060
12061 2001-11-06 [hoa]        0.6.4claws27
12062         
12063         * src/procmsg.c
12064         * src/summaryview.c
12065                 threading by subject
12066
12067 2001-11-05 [alfons]     0.6.4claws26
12068         
12069         * README.claws
12070                 Claws -> Sylpheed (vice versa)
12071
12072         * src/compose.c
12073                 :%s/gtk_text/gtk_stext/g
12074                 :%s/GTK_TEXT/GTK_STEXT/g
12075                 (thanks to Jonathan Ware for spotting this)
12076
12077 2001-11-04 [christoph]  0.6.4claws25
12078
12079         * src/summaryview.c
12080                 replace Xalloca + strdup with Xstrdup_a
12081         * src/utils.c
12082                 better implementation of extracting quoted names
12083                 from addresses (remove backlashes and ignore
12084                 quotes after them)
12085
12086 2001-11-04 [alfons]     0.6.4claws24
12087
12088         * src/utils.[ch]
12089                 edit to comply more with coding style
12090
12091         * src/textview.c
12092                 fix bug reported by Kim Schulz. introduced by the patch integrated
12093                 in 0.6.4claws15. the code did not check the return value of
12094                 the html parser.
12095
12096         * AUTHORS
12097                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12098
12099 2001-11-04 [christoph]  0.6.4claws23
12100
12101         * src/main.c
12102         * src/prefs_common.[ch]
12103                 init some pointers that possibly caused a segfault
12104                 reported in the claws-users ML
12105
12106 2001-11-04 [hoa]        0.6.4claws22
12107
12108         * src/grouplistdialog.c
12109                 change the names of the nodes in the tree
12110
12111         * src/compose.c
12112                 enhanced mailto syntax as described in
12113                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12114                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12115
12116         * src/utils.c
12117                 encode and decode URI (useful when opening URL into
12118                 netscape).
12119
12120 2001-11-03 [hoa]        0.6.4claws21
12121
12122         * src/grouplistdialog.c
12123                 a new newsgroups list selection dialog box
12124                 with a CTree instead of a CList
12125
12126 2001-11-03 [hoa]        0.6.4claws20
12127
12128         * src/folderview.c
12129                 enable property and scoring options when right
12130                 click on "inbox"
12131
12132         * src/summaryview.c
12133                 fixed bug when nickname were displayed using
12134                 the address book.
12135
12136 2001-11-02 [darko]      0.6.4claws19
12137
12138         * src/compose.c
12139                 new wrap quotation and URL/long words wrapping implementation
12140         * src/compose.c src/gtkstext.[ch]
12141                 move gtkstext_strncmp() to gtkstext.c
12142
12143 2001-11-01 [christoph]  0.6.4claws18
12144
12145         * src/prefs_account.c
12146                 fixed mess in account settings dialog
12147         * src/prefs_folder_item.c
12148                 added label with folder path to dialog
12149
12150 2001-10-31 [match]      0.6.4claws17
12151
12152         * src/vcard.c
12153                 fix memory leak.
12154         * src/addrbook.c
12155                 fix generation of spurious address book file names.
12156                 remove redundant functions.
12157         * po/POTFILES.in
12158                 added missing file names.
12159
12160 2001-10-30 [paul]       0.6.4claws16
12161
12162         * sync with sylpheed 0.6.4cvs6
12163                 see ChangeLog entries 2001-10-26 to 2001-10-30
12164
12165         * tools/filter_conv.pl
12166                 read folderlist.xml to discover whether the top-level
12167                 folder is called 'Mailbox' or 'Mail' 
12168
12169 2001-10-29 [paul]       0.6.4claws15
12170
12171         * src/html.c, src/textview.c
12172                 activate links in html mail and fix clickable parts
12173                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12174
12175 2001-10-29 [paul]
12176
12177         * po/de.po, po/es.po, po/pt_BR/po
12178                 updated translations, submitted by Jens Oberender,
12179                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12180
12181 2001-10-29 [darko]      0.6.4claws14
12182
12183         * src/compose.c
12184                 fix wrapping for good
12185
12186 2001-10-29 [darko]
12187
12188         * src/compose.c
12189                 undo previous change as it broke the smart wrapping
12190
12191 2001-10-29 [darko]      0.6.4claws13
12192
12193         * src/compose.c
12194                 fix infinite loop when long URL is quoted
12195                 (closes bug #475122.
12196
12197 2001-10-28 [match]
12198
12199         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12200                 import Mutt address book
12201         * src/ldif.[ch] src/importldif.h
12202                 modified import LDIF handle user attributes
12203
12204 2001-10-28 [christoph]  0.6.4claws12
12205
12206         * src/summaryview.c
12207                 fixed that filtering did not work if there
12208                 were no filter rules
12209                 (closes bug #472003 and better implementation
12210                  of patch #474644)
12211
12212 2001-10-27 [christoph]  0.6.4claws11
12213
12214         * src/compose.c
12215                 make the folder's default account to be used when
12216                 replying. (patch by wwp <subscript@free.fr>)
12217         * src/compose.c
12218                 code cleanup, nearly killed all of wwp's patch
12219                 for folder's default account in compose
12220         * src/folderview.c
12221                 error panel when a folder could not be created
12222                 (closes bug #471080 new folder name & already
12223                  existing file)
12224
12225 2001-10-26 [alfons]
12226
12227         * src/utils.h
12228                 change prototype of strstr2() that Christoph forgot about
12229
12230 2001-10-26 [christoph]  0.6.4claws10
12231
12232         * src/account.c
12233                 made search for accounts by email address not case
12234                 sensitive
12235         * src/folder.c
12236                 fixed memory leak in folder_item_get_identifier
12237         * src/gtkspell.c
12238         * src/utils.c
12239                 fixed wrong strstr2 (should work like strstr)
12240
12241 2001-10-26 [darko]      0.6.4claws9
12242
12243         * src/compose.c src/gtkstext.[ch]
12244         * src/gtkstext.c
12245                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12246
12247 2001-10-26 [paul]       0.6.4claws8
12248
12249         * src/html.c
12250                 ignore css and javascript tags in html mail
12251                 case-insensitive, with or without double-quoted
12252                 strings
12253
12254 2001-10-26 [paul]       0.6.4claws7
12255
12256         * sync with sylpheed 0.6.4cvs1
12257                 see ChangeLog entry 2001-10-26
12258
12259         * src/prefs_account.c, src/prefs_common.c,
12260           src/prefs_summary_column.c
12261                 minor improvements to the English
12262
12263 2001-10-25 [alfons]     0.6.4claws6
12264
12265         * src/gtkstext.c
12266         
12267                 make GtkSText follow style of GtkText (closes bug 
12268                 #469211 "text selection while writing message")
12269                 
12270                 do sync with GTK 1.2.10
12271
12272 2001-10-25 [paul]       0.6.4claws5
12273
12274         * src/html.c
12275                 ignore css tags in html mail
12276
12277 2001-10-25 [darko]      0.6.4claws4
12278
12279         * src/compose.c
12280                 don't declare is_url_string as static function since
12281                 we need it in gtkstext.c
12282         * src/gtkstext.c
12283                 remove unused variable
12284                 don't wrap long URLs while composing a message
12285
12286 2001-10-24 [christoph]  0.6.4claws3
12287
12288         * src/socket.c
12289                 fix ssl deadlock, when peer closes connection
12290
12291 2001-10-24 [paul]       0.6.4claws2
12292
12293         * src/prefs_common.c
12294                 gettextize the gpg ascii-armored warning message
12295
12296         * src/compose.c
12297                 insert a DOS/MAC file into the composed message
12298                 (improvements)
12299
12300         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12301
12302 2001-10-22 [paul]       0.6.4claws1
12303
12304         * sync with sylpheed 0.6.4 release
12305                 see ChangeLog entries 2001-10-21
12306
12307         * po/fr.po, po/pt_BR.po
12308                 updated by Melvin Hadasht and Fabio Junior Beneditto
12309
12310 2001-10-21 [paul]       0.6.3claws30
12311
12312         * src/compose.c
12313                 insert a DOS text file from the compose window
12314                 into the composed message text (removes CRs characters)
12315                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12316
12317         * tools/filter_conv.pl, tools/README
12318                 automatically use ~/.sylpheed as working directory
12319                 print out confirmation message on completion
12320
12321         * correct Hoa's last ChangeLog.claws entry
12322
12323 2001-10-20 [hoa]        0.6.3claws29
12324
12325         * src/grouplistdialog.c
12326                 bugfix (another ?) to give the right
12327                 newsgroups list for each news server.
12328
12329         * src/news.c
12330         * src/news.h
12331                 improve the newsgroups list cache
12332
12333 2001-10-20 [paul]       0.6.3claws28
12334
12335         * sync with sylpheed 0.6.3cvs9
12336                 see ChangeLog entry 2001-10-19
12337
12338         * correct Alfons' last ChangeLog.claws entry
12339
12340 2001-10-19 [alfons]
12341
12342         * src/pgptext.[ch]
12343                 fix compilation problems (part of bug #472895)
12344
12345 2001-10-18 [hoa]        0.6.3claws27
12346
12347         * src/grouplistdialog.c
12348                 bugfix when we refresh was clicked (bug 472701)
12349
12350 2001-10-19 [christoph]  0.6.3claws26
12351
12352         * src/compose.c
12353                 last header entry should default to "To:" or
12354                 "Newsgroups:" and not copy the last entry line
12355                 in a new compose window
12356                 (closes bug #472686, #470792)
12357
12358 2001-10-19 [paul]       0.6.3claws25
12359
12360         * sync with Sylpheed 0.6.3cvs8
12361                 see ChangeLog entries 2001-10-18 and 2001-10-19
12362
12363 2001-10-18 [christoph]  0.6.3claws24
12364
12365         * src/procmsg.c
12366                 reimplement ignore thread
12367         
12368 2001-10-18 [hoa]        0.6.3claws23
12369
12370         * src/folderview.c
12371         * src/grouplistdialog.[ch]
12372                 enhanced news subscription interface (feature 469113)
12373
12374         * src/news.c
12375         * src/news.h
12376                 enchanced newsgroup listing,
12377                 now, we can get groups informations
12378                 (NNTPGroupInfo)
12379
12380 2001-10-18 [paul]       0.6.3claws22
12381
12382         * src/summaryview.c
12383                 remove comment (sync with main branch)
12384         * src/mainwindow.c
12385                 fix 'Re-edit' bug in 'Message' menu
12386
12387 2001-10-17 [christoph]  0.6.3claws21
12388
12389         * src/compose.c
12390                 ignore empty or whitespace only header lines
12391
12392 2001-10-17 [paul]       0.6.3claws20
12393
12394         * sync with sylpheed 0.6.3cvs7
12395                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12396                 2001-10-17
12397
12398 2001-10-17 [darko]
12399
12400         * src/compose.c
12401                 wrap long lines without spaces
12402                 don't wrap URLs
12403
12404 2001-10-16 [paul]
12405
12406         * po/es.po, po/nl.po, po/pt_BR.po
12407                 updated by Ricardo Mones Lastra, Alfons,
12408                 and Fabio Junior Beneditto
12409
12410         * sylpheed-0.6.3claws released
12411
12412 2001-10-15 [melvin] 0.6.3claws18
12413
12414         * README.claws
12415                 added summary and detailed installation instructions
12416                 for spell checker
12417         * po/fr.po
12418                 Updated, corrected and completed french translation
12419
12420 2001-10-15 [hoa] 0.6.3claws17
12421         * src/grouplistdialog.c
12422                 we can choose the newsgroups to display with wildcards
12423
12424 2001-10-15 [christoph]  0.6.3claws16
12425
12426         * src/account.c
12427         * src/compose.c
12428         * src/prefs_folder_item.[ch]
12429                 applied wwp <subscript@free.fr>'s folder
12430                 default account patch
12431         * po/de.po
12432                 Fixed wrong translation
12433
12434 2001-10-13 [alfons, christoph, melvin]  
12435                         0.6.3claws15
12436
12437         solution #2 to solve MT-safety problems defers all GUI related calls
12438         to the main thread using a gtk_idle_add() callback. discussed on
12439         ircnet #sylpheed, with christoph spotting some issues with the
12440         original code, and melvin allowing us to lobotomize his sylpheed.
12441
12442         * src/syldap.[ch], src/main.c
12443                 fix race problem in ldap search thread by deferring GUI 
12444                 stuff to main thread using gtk_idle_add()
12445
12446 2001-10-13 [paul]       0.6.3claws14
12447
12448         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12449                 add Sergey's smtpcred.patch
12450                 adds separate username/password setting for SMTP Auth
12451                 needed by some servers
12452                 (closes feature request #471659)
12453
12454 2001-10-13 [paul]       0.6.3claws13
12455
12456         * src/pgptext.[ch] **NEW FILES**
12457         * src/Makefile.am, src/messageview.c, src/mimeview.c
12458                 decrypt ascii-armored gpg text embedded in
12459                 the message body.
12460                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12461
12462 2001-10-13 [christoph]  0.6.3claws12
12463
12464         * README.claws
12465                 some more details on default to and
12466                 feature requests
12467         * src/main.c
12468                 init glib threading when ldap is used
12469         * src/syldap.c
12470                 threading fixes
12471         * po/de.po
12472                 fixed a typo
12473
12474 2001-10-12 [paul]       0.6.3claws11
12475
12476         * src/prefs_common.[ch], src/rfc2015.c
12477                 enable ascii-armored gpg text to be embedded in the
12478                 message body, selectable through the 'Privacy'
12479                 preferences. Supports encrypting only.
12480                 Submitted by Ravemax <ravemax@dextrose.com>
12481
12482 2001-10-12 [paul]       0.6.3claws10
12483
12484         * sync with sylpheed 0.6.3cvs6
12485                 see ChangeLog entries 2001-10-11 and 2001-11-12
12486
12487         * src/folderview.c
12488                 incorporated mbox folders, scoring, and folder
12489                 properties into the sync
12490
12491 2001-10-12 [darko]      0.6.3claws9
12492
12493         * README.claws
12494                 describe quotation wrapping
12495         * src/compose.c
12496                 don't treat tab as space to calculate line length properly
12497
12498 2001-10-11 [alfons]
12499
12500         * README.claws
12501                 correct description of how to make new filtering system work,
12502                 add some other things
12503                 
12504         * src/syldap.c
12505                 remove sched_yield() (not necessary / unportable)
12506
12507 2001-10-11 [paul]       0.6.3claws8
12508
12509         * sync with sylpheed 0.6.3cvs3
12510                 see ChangeLog entry 2001-10-10
12511
12512 2001-10-10 [christoph]  0.6.3claws7
12513
12514         * .cvsignore
12515                 ignore 2 files created by newer autotools
12516         * src/prefs_folder_item.c
12517                 using table for widget alignment
12518                 fixed memory leak and broken octal display
12519         * src/filesel.c
12520                 fixed segfault caused by lost filename
12521                 workaround (closes bug #469551)
12522
12523 2001-10-10 [paul]       0.6.3claws6
12524
12525         * sync with sylpheed 0.6.3cvs2
12526                 see ChangeLog entries 2001-10-09 and 2001-10-10
12527
12528 2001-10-10 [darko]      0.6.3.claws5
12529
12530         * src/gtkstext.c
12531                 proper calculation of right margin if smart wrapping is enabled
12532         * src/compose.c
12533                 automatically wrap long lines if wrap quotation is enabled
12534
12535 2001-10-09 [alfons]     0.6.3.claws4
12536
12537         * src/summaryview.c
12538                 select correct row when deleting last row in the summary view (and
12539                 close bug "[ #469104 ] select second last in list when deleting")
12540
12541 2001-10-09 [paul]       0.6.3claws3
12542
12543         * sync with sylpheed 0.6.3cvs1
12544                 updated some autotool scripts
12545
12546 2001-10-09 [darko]      0.6.3claws2
12547
12548         * src/gtkstext.[ch]
12549                 new name and mark with Sylpheed comment
12550         * src/compose.c
12551                 smart quotation wrapping a-la VIM
12552
12553 2001-10-08 [paul]       0.6.3claws1
12554
12555         * sync with sylpheed 0.6.3 release
12556                 see ChangeLog entry 2001-10-08
12557
12558 2001-10-08 [paul]       0.6.2claws24
12559
12560         * src/summaryview.c
12561                 more sync with sylpheed 0.6.2cvs12
12562                 Fixed the bug that didn't select the last row correctly
12563
12564
12565 2001-10-07 [paul]       0.6.2claws23
12566
12567         * sync with sylpheed 0.6.2cvs12
12568                 see ChangeLog entry 2001-10-07
12569
12570 2001-10-06 [match]
12571         * src/jpilot.[ch]
12572                 enable jpilot to read unsynch'ed addresses.
12573
12574         * src/editldap_basedn.c
12575                 fix segfault when opening dialog.
12576
12577 2001-10-06 [alfons]     0.6.2.claws22
12578
12579         * src/summaryview.c
12580                 fix bug with summary view selecting last *inserted*
12581                 node instead of last *visible* node. remember we
12582                 work with a tree
12583
12584 2001-10-06 [paul]       0.6.2claws21
12585
12586         * po/pt_BR.po
12587                 updated translation, contains some fixes and new
12588                 translations, submitted by Gustavo Noronha Silva
12589                 <kov@debian.org>
12590
12591         * src/prefs_common.c
12592                 change 'each' to 'every' - fix dubious English
12593
12594         * sync with sylpheed 0.6.2cvs11
12595
12596 2001-10-05 [alfons]     0.6.2claws20
12597
12598         * src/mainwindow.[ch], src/folderview.c
12599                 make composite tool button switch between "Compose News"
12600                 and "Compose Mail" depending on selected folder
12601                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12602
12603 2001-10-05 [paul]       0.6.2claws19
12604
12605         * src/mainwindow.c, src/summaryview.c
12606                 fix 'Message/Reply to all', broken in last commit
12607
12608         * src/compose.c
12609                 fix X_BEENTHERE seg fault, thanks to Alfons
12610
12611 2001-10-04 [paul]       0.6.2claws18
12612
12613         * src/compose.[ch], src/mainwindow.c
12614                 make "Message/Reply" reply to mailing lists; matches
12615                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12616                 based on portions of the patch submitted by
12617                 Junichi Uekawa <dancer@netfort.gr.jp>
12618
12619 2001-10-04 [darko]      0.6.2claws17
12620
12621         * src/compose.c
12622                 better smart wrapping
12623         * src/gtkstext.[hc]
12624                 a function to make text buffer contiguous
12625
12626 2001-10-03 [paul]       0.6.2claws16
12627
12628         * sync with sylpheed 0.6.2cvs10
12629
12630 2001-10-02 [alfons]
12631
12632         * configure.in
12633         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12634                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12635                 references to chinese translations (hope someone picks up
12636                 this)
12637
12638 2001-10-02 [christoph]  0.6.2claws15
12639
12640         * src/compose.c
12641                 fixed non translated header bug
12642         * ChangeLog.claws
12643                 fixed wrong date in alfons last entry ;)
12644
12645 2001-10-02 [alfons]     0.6.2claws14
12646
12647         * src/compose.c, src/prefs_common.[ch]
12648                 add block cursor option
12649
12650 2001-10-02 [paul]       0.6.2claws13
12651
12652         * sync with sylpheed 0.6.2cvs9
12653
12654 2001-09-30 [paul]       0.6.2claws12
12655
12656         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12657                 updated translations
12658
12659         * po/POTFILES.in
12660                 add 'src/importldif.c'
12661
12662         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12663                 added eudora-to-vCard conversion tool
12664                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12665
12666         * sync with sylpheed 0.6.2cvs8
12667
12668 2001-09-30 [paul]
12669
12670         * sylpheed-0.6.2claws released
12671
12672 2001-09-27 [melvin]     0.6.2claws11
12673
12674         * src/gtkspell.c
12675                 fixed crash when using default path (introduced 
12676                 in 0.6.2claws10)
12677                 fixed tiny bug for initial suggestion mode
12678
12679 2001-09-27 [melvin]     0.6.2claws10
12680         
12681         * src/gtkspell.c
12682                 fixed bug where gtkpspell didn't set the path correctly
12683
12684         * README.claws
12685                 added a paragraph about spell checking
12686                 
12687
12688
12689 2001-09-27 [paul]       0.6.2claws9
12690
12691         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12692                 replace '// comments' with '/* comments */' to prevent
12693                 some compiler warnings 
12694
12695         * sync with sylpheed 0.6.2cvs6
12696
12697 2001-09-26 [alfons]     0.6.2claws8
12698
12699         * src/messageview.c
12700                 introduce return receipt request notification again,
12701                 which was lost because of other semantics in 
12702                 procheader_parse() (???)
12703
12704 2001-09-26 [christoph]  0.6.2claws7
12705
12706         * src/compose.c
12707                 replace comments for old code with #if 0
12708                 readded auto cc, bcc and reply-to
12709         * src/prefs_matcher.c
12710         * src/prefs_scoring.c
12711                 removed some definition (was moved to
12712                 prefs.h)
12713
12714 2001-09-26 [paul]       0.6.2claws6
12715
12716         * src/mainwindow.c
12717                 make 'Follow-up and reply to' sensitive
12718
12719         * more sync with sylpheed 0.6.2cvs5
12720
12721 2001-09-25 [melvin]
12722
12723         * 0.6.2claws5
12724
12725         * src/gtkspell.c
12726                 fixed bug for "US-ASCII" introduced by the encoding code
12727
12728 2001-09-25 [paul]
12729
12730         * 0.6.2claws4
12731
12732         * src/prefs_common.[ch], src/summaryview.c
12733                 'next unread msg' 'go to next folder?' dialog can be
12734                 given default behaviour, either always show dialog,
12735                 or assume 'yes', or assume 'no'
12736                 Submitted by wwp <subscript@free.fr>
12737
12738 2001-09-25 [melvin]
12739                 
12740         * src/compose.c src/gtkspell.[ch]
12741                 added support for different encodings
12742
12743 2001-09-25 [paul]
12744
12745         * more sync with sylpheed 0.6.2cvs5
12746
12747 2001-09-24 [alfons]
12748         
12749         * src/prefs_folder_item.c
12750                 add check for item->prefs->default_to string is NULL and
12751                 add another check when freeing this string
12752
12753 2001-09-24 [paul]
12754
12755         * configure.in
12756                 change to version 0.6.2claws3
12757
12758         * sync with sylpheed 0.6.2cvs5 
12759
12760 2001-09-24 [match]
12761         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12762                 import LDIF files.
12763         * src/addrcache.[ch], addrindex.[ch]
12764                 small update for future
12765         * src/addrbook.c
12766                 fix test XML file.
12767
12768 2001-09-24 [melvin]
12769         * src/gtkspell.[ch]
12770                 added 'Learn from mistakes' option
12771                 better handling of quotes in checked words
12772                 sorted dict list
12773         * po/fr.po
12774                 small update for spell checking stuff
12775
12776 2001-09-23 [alfons]
12777         
12778         * src/gtkspell.c
12779                 edit a little bit so it complies more with main coding style
12780
12781 2001-09-23 [alfons]
12782
12783         * src/folder.[ch], prefs_folder_item.c, compose.c
12784                 migrate "request return receipt" folder property
12785                 to folderlist.xml
12786
12787 2001-09-22 [alfons]
12788
12789         * README.claws **NEW**
12790                 (add things of interest for users of main branch 
12791                 and claws here)
12792
12793         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12794                 re-implement threading per folder option, but store 
12795                 the setting in folderlist.xml (where it belongs)
12796
12797 2001-09-21 [melvin]
12798
12799         * src/gtkspell.[ch]
12800                 fixed bug when compose window is under another window
12801         * src/prefs_common.[ch] src/compose.c
12802                 changed 'dictionary_path' to 'dictionary' to be consistent
12803                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12804         * ac/pspell.m4 src/Makefile.am 
12805                 dropped PSPELL_PATH macro
12806         * po/fr.po
12807                 updated translations
12808
12809 2001-09-21 [christoph]
12810
12811         * src/compose.c
12812                 added border around header fields
12813                 keep header type when new field is added
12814
12815 2001-09-20 [christoph]
12816
12817         * src/utils.[ch]
12818                 more portable debug_print with source filename
12819                 and linenumber
12820         * src/procmsg.c
12821                 more newlines after debug messages
12822
12823 2001-09-20 [paul]
12824
12825         * configure.in
12826                 change to version 0.6.2claws2
12827
12828         * sync with sylpheed 0.6.2cvs3
12829
12830 2001-09-19 [melvin]
12831
12832         * src/gtkspell.c
12833                 fixed the post-right-click focus pb
12834                 fixed crash when 'Spell check all' after dict change 
12835                         and when cursor is at the end of the text
12836                 shift-right-click pops up config menu even on misspelled words.
12837         * po/POTFILES.in
12838                 added gtkspell.c
12839
12840 2001-09-19 [melvin]
12841
12842         * src/about.c
12843                 added pspell to compiled-in features list
12844
12845 2001-09-18 [melvin]
12846
12847         * switched to pspell and dropped ispell
12848         * ac/pspell.m4
12849                 new file. autoconf macro for pspell
12850         * ac/Makefile.am 
12851         * configure.in acconfig.h
12852                 added pspell support
12853         * src/Makefile.am
12854         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12855         * src/prefs_common.[ch] 
12856                 added pspell support
12857
12858 2001-09-18 [christoph]
12859
12860         * src/addr_compl.c
12861         * src/template.[ch]
12862                 replace LOG_MESSAGE with debug_print
12863         * src/compose.[ch]
12864                 gui improvements
12865         * src/menu.c
12866                 added newline after debug message
12867         * src/utils.h
12868                 using __VA_ARGS__ for debug_print macro
12869         * tools/.cvsignore
12870                 ignore Makefile and Makefile.in
12871
12872 2001-09-18 [paul]
12873
12874         * configure.in
12875                 change to version 0.6.2claws1
12876         * sync with sylpheed 0.6.2cvs1
12877
12878         * src/matcher.c 
12879         * src/prefs_matcher.c
12880                 add 'score equal to' option, submitted by
12881                 Paul Evans <nerd@freeuk.com>
12882
12883 2001-09-15 [christoph]
12884
12885         * src/mainwindow.c
12886                 comment out menu entry not existing in claws
12887         * src/menu.c
12888                 add debug output for non existing menu entries
12889         * src/summaryview.c
12890                 fix next/prev unread message for ignored threads
12891         * src/utils.[ch]
12892                 add sourcefile and line number to debug output
12893                 otherwise it is sometimes hard to find the
12894                 source code part if debug messages are translated
12895
12896 2001-09-14 [darko]
12897         
12898         * src/folderview.c
12899                 refresh target folder style after colour is changed
12900
12901 2001-09-13 [paul]
12902
12903         * configure.in
12904                 change to version 0.6.1claws3
12905
12906         * sync with sylpheed 0.6.1cvs6
12907
12908 2001-09-13 [darko]
12909         
12910         * src/folderview.c
12911                 fix target folder colourization to use user selected colour
12912
12913 2001-09-12 [darko]
12914         
12915         * src/summaryview.c
12916                 fix crash when message that is marked for copy/move is unmarked
12917
12918 2001-09-09 [paul]
12919
12920         * configure.in
12921                 change to version 0.6.1claws2
12922
12923         * sync with sylpheed 0.6.1cvs3
12924
12925 2001-09-09 [alfons]
12926         
12927         * src/folderview.c
12928                 fix bug with default font used for trash folder text
12929
12930 2001-09-06 [paul]
12931
12932         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12933                 updated translations
12934
12935         * configure.in
12936                 change to version 0.6.1claws1
12937
12938         * sync with sylpheed 0.6.1cvs2
12939
12940 2001-09-03 [paul]
12941
12942         * po/POTFILES.in
12943                 add Match's new addressbook
12944
12945         * po/de.po
12946                 updated translation submitted by Jens Oberender
12947
12948 2001-09-02 [paul]
12949
12950         * configure.in
12951                 change to 0.6.1claws
12952         * sync with sylpheed 0.6.1 release
12953
12954 2001-09-02 [paul]
12955
12956         * configure.in
12957                 change to 0.6.0claws2
12958
12959         * sync with sylpheed 0.6.0cvs4
12960
12961         * po/pt_BR.po
12962                 updated translation submitted by Fabio Junior Beneditto
12963
12964 2001-09-01 [match]
12965         * pixmaps/
12966                 interface.xpm
12967                 book.xpm
12968                 address.xpm
12969         * src/
12970                 Makefile.am
12971                 a ton of new files
12972
12973 2001-08-31 [paul]
12974
12975         * configure.in
12976                 change to version 0.6.0claws1
12977
12978         * sync with sylpheed 0.6.0cvs1
12979
12980         * po/es.po
12981                 updated translation submitted by Ricardo Mones Lastra
12982
12983         * po/POTFILES.in
12984                 add 'src/prefs_templates.c'
12985
12986         * src/compose.c, src/summaryview.c
12987                 fix segfault on 'Re_edit'               
12988
12989 2001-08-30 [alfons]
12990
12991         * configure.in, Makefile.am
12992         * tools/Makefile.am
12993                 add tools directory to source distribution
12994
12995 2001-08-30 [paul]
12996
12997         * configure.in
12998                 change to version 0.6.0claws
12999
13000         * sync with sylpheed 0.6.0 release
13001
13002 2001-08-30 [christoph]
13003
13004         * configure.in
13005                 removed autoconf version check
13006
13007 2001-08-30 [paul]
13008
13009         * src/account.c, src/compose.c, src/prefs_common.[ch]
13010         * src/procheader.[ch] src/utils.[ch]
13011                 Enhanced automatic account selection on replies
13012                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13013
13014         * configure.in
13015                 add LDAP and JPilot to the configuration results output.
13016
13017 2001-08-29 [christoph]
13018
13019         * src/summeryview.c
13020                 no bold font for ignored threads
13021
13022 2001-08-29 [paul]
13023
13024         * configure.in
13025                 change to version 0.5.3claws6
13026
13027         * sync with sylpheed 0.5.3cvs10
13028                 src/stringtable.[ch]: New Files
13029
13030         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13031         * src/pixmaps/sylpheed.xpm
13032                 add mini-icons to windows (by Alfons)
13033
13034 2001-08-27 [paul]
13035
13036         * src/mainwindow.c
13037                 new functions: next_labeled_cb(), prev_labeled_cb()
13038
13039         * src/summaryview.c
13040                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13041                 summary_select_next_labeled(), summary_select_prev_labeled()
13042
13043         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13044                 give claws blue folders and a blue trash can
13045
13046 2001-08-27 [paul]
13047
13048         * configure.in
13049                 change to version 0.5.3claws5
13050
13051         * sync with sylpheed 0.5.3cvs9
13052                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13053
13054 2001-08-24 [christoph]
13055
13056         * src/filesel.c
13057                 keep filename when browsing directories
13058                 (not working for user entered filename, but
13059                  for default name and selected filename from
13060                  file list)
13061         * src/mainwindow.c
13062                 fixed wrong spelling "Folllow-up"
13063         * src/mbox_folder.c
13064         * src/procmsg.c
13065         * src/summaryview.c
13066                 fixed new/unread message count with ignored
13067                 threads (2 commits, first didn't notice no
13068                 longer needed decreasing)
13069         * src/inc.c
13070                 readded scrolling of progress dialog
13071                 (lost in sync)
13072
13073 2001-08-24 [paul]
13074
13075         * configure.in
13076                 change to 0.5.3claws4
13077
13078         * sync with sylpheed 0.5.3cvs7
13079
13080 2001-08-24 [christoph]
13081
13082         * src/compose.c
13083                 set request return receipt when replying
13084                 if it is set is the folder prefs of the
13085                 message
13086         * src/inc.c
13087                 disable final error popup if popups are
13088                 disabled in config (again)
13089
13090 2001-08-23 [paul]
13091
13092         * configure.in
13093                 Change version number to 0.5.3claws3
13094
13095         * sync with sylpheed 0.5.3cvs5
13096
13097         * src/mimeview.c
13098                 double quote '%s' in 'gedit %s' to fix bug when
13099                 opening attachment with spaces in the name
13100
13101 2001-08-22 [alte]
13102         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13103           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13104                 initial message templates support
13105
13106
13107 2001-08-22 [paul]
13108
13109         * configure.in
13110                 change version number to 0.5.3claws2
13111
13112         * sync with sylpheed 0.5.3cvs4
13113
13114         * src/procmsg.h src/summaryview.c
13115                 re-implement (un)ignore thread
13116
13117 2001-08-21 [paul]
13118
13119         * src/summaryview.c
13120                 remove unnecessary code
13121         * src/compose.c
13122                 enable 'dynamic' signatures (submitted by
13123                 Eric Limpens <eric@hscg-internet.nl>)
13124
13125 2001-08-21 [paul]
13126
13127         clean up after sync with sylpheed 0.5.3 release
13128
13129         * src/folderview.c
13130                 fix re-introduced font mess, see Christoph's
13131                 entry 2001-06-24
13132
13133         * src/summaryview.c
13134                 remove prev_msgnum
13135                 use sylpheed's small font instead of
13136                 gtk default font for summary view
13137
13138
13139 2001-08-17 [paul]
13140
13141         * configure.in
13142                 add pl to ALL_LINGUAS - sync with main branch
13143
13144         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13145                 Updated. Translations by Jens Oberender, Ricardo Mones
13146                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13147
13148         * po/pl.po  ** NEW FILE **
13149                 sync with the main branch
13150
13151         * src/folderview.c
13152                 fix target folder colorizing and refresh problem
13153
13154
13155 2001-08-17 [christoph]
13156
13157         * src/mainwindow.c
13158                 claws uses 4 colors for target folder coloring.
13159                 arrays were not long enough and destroyed the
13160                 stack causing a segfault.
13161                 target folder colorizing does not work anymore
13162                 for me
13163
13164 2001-08-16 [paul]
13165
13166         * configure.in
13167                 change to version 0.5.3claws1
13168
13169         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13170           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13171           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13172
13173                 sync with sylpheed 0.5.3 release, but keep claws method of
13174                 configuring/saving fonts
13175
13176         * src/addressbook.[ch]
13177                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13178                 in line with a similar change in Hiroyuki's branch
13179
13180         * src/mainwindow.[ch]
13181                 disable main_window_set_thread_option()
13182         * src/prefs_folder_item.c
13183                 comment out &tmps_prefs.enable_thread,
13184         * src/mbox_folder.c, src/procmsg.[ch]
13185                 comment out MSG_IS_IGNORE_THREAD
13186         * src/summaryview.c
13187                 comment out summary_ignore_thread() and summary_unignore_thread()
13188                 comment out MSG_IS_IGNORE_THREAD
13189
13190                 use Hiroyuki's threading instead.
13191
13192
13193
13194 2001-08-15 [paul]
13195
13196         * src/account.c
13197                 use Hiroyuki's 0.5.3 column scheme but also
13198                 include the enable/disable button.
13199         * src/pixmaps/mark.xpm
13200                 add Hiroyuki's amended pixmap
13201
13202 2001-08-13 [christoph]
13203
13204         * src/account.c
13205                 receive at get all column showed wrong state for APOP
13206                 button should only work for POP3 and APOP accounts
13207         * src/prefs_account.c
13208                 added missing preprocessor statement for SSL
13209
13210 2001-08-12 [paul]
13211
13212         * src/account.[ch]
13213                 add 'receive at get all' column and enable/disable
13214                 button.
13215
13216 2001-08-06 [christoph]
13217
13218         * src/account.c
13219                 show usage of SSL in protocol column
13220
13221         * src/imap.c
13222         * src/inc.c
13223                 renamed ssl options
13224
13225         * src/prefs_account.[ch]
13226                 moved ssl options to a new page
13227
13228         * src/send.c
13229         * src/smtp.c
13230         * src/ssl.[ch]
13231                 renamed ssl options
13232                 added support for SMTP STARTTLS command
13233
13234 2001-08-05 [christoph]
13235
13236         * configure.in
13237                 debian autoconf needs version check to find
13238                 correct autoconf version. if the file is
13239                 named configure.in 2.13 is used, which does
13240                 not work with this configure.in script.
13241                 other solution would be to rename the script
13242                 to configure.ac as suggested in the autoconf
13243                 manual.
13244
13245         * src/inc.c
13246                 disable final error popup if popups are
13247                 diabled in config
13248
13249         * src/socket.c
13250                 bugfix in ssl_gets
13251                 fixes IMAP over SSL problem
13252
13253 2001-08-03 [paul]
13254
13255         * configure.in
13256                 change to 0.5.2claws1
13257
13258         * sync with sylpheed 0.5.2cvs1
13259
13260 2001-08-02 [alfons]
13261
13262         * configure.in
13263                 quick fix for ispell detection...
13264
13265 2001-08-01 [paul]
13266
13267         * configure.in
13268                 change to 0.5.1claws4
13269
13270         * sync with sylpheed 0.5.1cvs7
13271
13272 2001-07-31 [alfons]
13273
13274         * src/prefs_common.c, src/prefs_common.h, 
13275           src/gtkspell.c, src/gtkspell.h
13276                 add global spelling checker settings (compose tab) +
13277                 selection of dictionary 
13278           
13279         * configure.in  
13280                 guess valid ispell location
13281
13282 2001-07-31 [paul]
13283
13284         * po/POTFILES.in
13285                 removal of 'src/quote_fmt_parse.c'
13286         * po/de.po
13287                 Updated de.po
13288                 (submitted by Jens Oberender <didge@suse.de>)
13289
13290 2001-07-31 [darko]
13291
13292         * src/folder.[ch]
13293         * src/folderview.[ch]
13294         * src/mainwindow.c
13295         * src/mh.c
13296         * src/prefs_common.[ch]
13297         * src/summaryview.c
13298                 target folder colourization
13299
13300 2001-07-30 [paul]
13301
13302         more sync with Sylpheed 0.5.1cvs6 
13303
13304 2001-07-30 [darko]
13305
13306         * src/mh.c
13307         * src/prefs_folder_item.[hc]
13308         * src/summaryview.c
13309                 shared folders support with a GUI
13310
13311 2001-07-29 [paul]
13312
13313         0.5.1claws3
13314
13315         * sync with Sylpheed 0.5.1cvs6
13316
13317 2001-07-29 [paul]
13318
13319         * po/pt_BR.po
13320                 updated
13321                 (submitted by Fabio Junior Beneditto)
13322
13323 2001-07-28 [paul]
13324
13325         * src/procmime.c
13326         * AUTHORS
13327                 patch to correct bad image mime headers
13328                 (submitted by Don Quijote <dq@searchlores.org>)
13329
13330 2001-07-28 [paul]
13331
13332         * tools/gif2xface.pl   **NEW FILE**
13333         * tools/README
13334                 script to convert file.gif to file.xface for
13335                 use in a custom header.
13336                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13337
13338 2001-07-27 [alfons]
13339         
13340         * configure.in
13341                 change macros for detecting JPilot and LDAP
13342
13343 2001-07-27 [christoph]
13344
13345         * src/filtering.c
13346                 code cleanup (MIN / MAX warning, needed casting)
13347
13348 2001-07-27 [alfons]
13349
13350         * procheader.c
13351                 disallow setting flags when detecting certain headers
13352                 (X-Status, Status, Seen, X-Seen). 
13353         
13354         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13355
13356 2001-07-27 [christoph]
13357
13358         * src/prefs_filter.c
13359         * src/prefs_filtering.c
13360         * src/prefs_matcher.c
13361         * src/prefs_scoring.c
13362                 scroll list when moving rows up or down
13363
13364         * src/imap.c
13365         * src/imap.h
13366         * src/prefs_account.c
13367         * src/prefs_account.h
13368         * src/send.c
13369                 SMTP over SSL (untested, feedback requested)
13370                 IMAP over SSL
13371
13372         * src/ssl.c
13373                 code cleanup
13374
13375 2001-07-26 [alfons]
13376         
13377         * configure.in, acconfig.h
13378                 define CLAWS (need this for main / claws detection)
13379
13380 2001-07-25 [alfons]
13381
13382         * configure.in
13383                 Sylpheed 0.5.1claws2
13384                 
13385         * sync with Sylpheed 0.5.1cvs4
13386
13387 2001-07-25 [christoph]
13388
13389         * src/scoring.c
13390                 fixed segfault
13391                 item->prefs == NULL (don't know why)
13392
13393 2001-07-25 [alfons]
13394
13395         * configure.in
13396                 Sylpheed 0.5.1claws1
13397
13398         * sync with Sylpheed 0.5.1cvs1-3
13399
13400 2001-07-24 [christoph]
13401
13402         * src/folderview.c
13403         * src/prefs_folder_item.[ch]
13404                 added folderitem preferences dialog with
13405                 default To: and auto request return receipt
13406
13407         * src/compose.[ch]
13408         * src/menu.[ch]
13409                 changes to handle new folderitem preferences
13410
13411         * src/mainwindow.c
13412         * src/summaryview.c
13413                 call compose new mail with current folderitem
13414
13415 2001-07-24 [alfons]
13416
13417         Release Sylpheed 0.5.1claws
13418
13419         * configure.in
13420                 change to release version 0.5.1claws
13421
13422 2001-07-24 [christoph]
13423
13424         * src/summaryview.c
13425                 fixed segfault that happend when the selected
13426                 message was removed while retrieving new messages.
13427
13428         * po/es.po
13429                 updated translation
13430                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13431
13432 2001-07-22 [alfons]
13433
13434         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13435         this is a work in progress, for more information: http://nlpagan.net/sylman 
13436         
13437         * configure.in, src/mainwindow.c, manual/Makefile.am
13438                 add support for English manual
13439
13440         * AUTHORS
13441                 add authors of user manuals
13442
13443         * manual/en/sylpheed*.html
13444                 add English documentation
13445
13446 2001-07-22 [christoph]
13447
13448         * po/POTFILES.in
13449                 added src/ssl.c
13450         * src/ssl.c
13451                 changed a wrong debug message
13452
13453 2001-07-22 [alfons]
13454
13455         * po/nl.po
13456                 update Dutch translation
13457
13458         * src/prefs_filtering.c, 
13459           src/prefs_matcher.c
13460                 add more translatable strings           
13461
13462 2001-07-21 [alfons]
13463
13464         0.5.0claws7
13465
13466         * configure.in
13467                 change version
13468
13469         * src/inc.c, src/summaryview.[ch]
13470                 prevent update of mark file when filtering has done, by
13471                 using a variable; this affects two functions:
13472                         inc.c::inc_finished()
13473                         summaryview.c::summary_show()
13474
13475 2001-07-20 [alfons]
13476
13477         * src/filtering.[ch], src/prefs_filtering.c, 
13478           src/matcher.[ch]
13479                 add filtering action for label coloring 
13480
13481         * po/POTFILES.in
13482                 add labelcolors.c
13483
13484         * added src/labelcolors.c
13485         * added src/labelcolors.h
13486         * src/Makefile.am, src/summaryview.c
13487                 rearrange label coloring code
13488
13489         * src/procmsg.h
13490                 add more parentheses so label colouring works correctly
13491
13492         * src/filtering.c
13493                 don't really delete message, but move it to Trash
13494
13495         * src/prefs_matcher.c
13496                 add quote options to info dialog
13497
13498 2001-07-20 [christoph]
13499
13500         * src/Makefile.am
13501         * src/inc.c
13502         * src/main.[ch]
13503         * src/socket.h
13504         * src/ssl.[ch] (new)
13505                 moved ssl stuff to a seperate file
13506
13507 2001-07-20 [darko]
13508
13509         * src/summaryview.c
13510                 fix show sender using address book with no e-mail
13511                 address in From: field
13512
13513 2001-07-19 [alfons]
13514
13515         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13516                 fix messy handling of escaping... now at least the
13517                 execute command is useful. escape char is '\', we
13518                 accept \n and \r too. 
13519
13520                 Real life example:
13521                 
13522                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13523                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13524
13525 2001-07-18 [alfons]
13526
13527         0.5.0claws6
13528
13529         * src/summaryview.c
13530                 clean up
13531
13532         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13533           src/procmsg.[ch]
13534                 revise filtering; currently move, copy, marking have
13535                 been tested. if you like bleeding edge stuff, you
13536                 should definitely go for this version :)
13537
13538         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13539
13540 2001-07-17 [christoph]
13541
13542         * src/utils.c
13543                 timestamp log
13544
13545 2001-07-17 [alfons]
13546
13547         0.5.0claws5
13548
13549         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13550           bits in the mark file, without affecting either branch. Lots of
13551           files changed, also in claws branch.
13552
13553           UNTESTED: use of mbox folders
13554
13555         * src/summaryview.c
13556                 added mark all read; however this was a quick hack used for
13557                 cleaning up mess after initial merge with Hiroyuki
13558
13559         * configure.in
13560                 change claws version number back to 0.5.0claws5 to clear up 
13561                 confusion & pretension (recent release was technically 
13562                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13563
13564 2001-07-16 [alfons]
13565
13566         sync with Hiroyuki's 0.5.0cvs4
13567
13568 2001-07-16 [alfons]
13569
13570         0.5.1claws3
13571
13572         * src/filtering.[ch]
13573                 remove invalid updating of mark files for 
13574                 filter actions MATCHING_ACTION_MOVE and 
13575                 MATCHING_ACTION_DELETE; this should fix the
13576                 folder update bug
13577                 
13578         * src/procmsg.c
13579                 revert Christoph's stab at fixing the folder 
13580                 update bug
13581
13582         * po/POTFILES.in
13583                 add missing files with translatable strings
13584
13585         * src/summaryview.c
13586                 remove debug print
13587
13588 2001-07-15 [alfons]
13589
13590         * src/addr_compl.[ch], src/prefs_filtering.c
13591                 make "filtering pref dialog's destination entry" an
13592                 "address completable entry", if filter destination is 
13593                 an email address
13594
13595         0.5.1claws2
13596         
13597         sync with Hiroyuki's 0.5.0cvs2-3
13598
13599 2001-07-15 [christoph]
13600
13601         * src/procmsg.c
13602                 fixed folder stats update after incorporation
13603
13604 2001-07-15 [alfons]
13605
13606         * src/summaryview.c
13607                 * finish label colouring stuff (for now)
13608                 * fix incorrect colour bug (off by one) 
13609
13610 2001-07-14 [alfons]
13611
13612         * src/mainwindow.c
13613                 change text labels for news and mail message so there's
13614                 plenty of toolbar estate left
13615
13616         * configure.in
13617                 0.5.1claws1
13618
13619         * src/folderview.c
13620           src/folder.[ch]
13621                 sync with Hiroyuki's 0.5.0cvs1
13622
13623         * src/summaryview.c
13624                 more rewrite label colouring
13625
13626 2001-07-14 [alfons]
13627
13628         * src/summaryview.[ch]
13629                 * start rewrite label colouring 
13630                 * fix proper location "Add Sender To Addressbook" menu item
13631
13632 2001-07-13
13633
13634         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13635         (actually this is 0.5.0claws4)
13636
13637 2001-07-13 [alfons]
13638
13639         * po/pt_BR.po
13640                 * fix duplicate message
13641                 * add updated Portugese / Brazilian translation
13642                   submitted by Fabio Junior Beneditto
13643
13644 2001-07-12 [alfons]
13645
13646         * AUTHORS
13647                 add Jens
13648
13649         * po/nl.po
13650                 add updated Dutch translation
13651
13652         * po/de.po
13653                 add updated German translation submitted by Jens
13654
13655 2001-07-11 [alfons]
13656
13657         Prerelease before 0.5.0claws. Please test.
13658         This version is temporarily tagged as VERSION_0_5_0_TEST
13659
13660         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13661           src/prefs_scoring.c, src/prefs_matcher.c, 
13662           src/prefs_filtering.c, src/mbox.c, 
13663           src/main.c, src/inc.c, src/filtering.[ch]
13664                 revert new Hoa's new matcher (does not work yet)
13665
13666         * src/Makefile.am
13667                 clean up
13668
13669 2001-07-10
13670
13671         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13672
13673
13674 2001-07-10 [alfons]
13675
13676         * Makefile.am
13677                 add ChangeLog.claws to EXTRA_DIST
13678         * src/Makefile.am
13679                 add matcher_parser_parse.h to EXTRA_DIST
13680
13681 2001-07-10 [christoph]
13682
13683         * src/inc.c
13684                 add destination folder to table of
13685                 folders that need to be updated after
13686                 incorporation
13687
13688 2001-07-10 [alfons]
13689
13690         * folder.[ch]
13691           folderview.c
13692                 make collapse state of folders and folder items persistent, i.e.
13693                 if you collapse a folder tree, the next time sylpheed-claws starts 
13694                 up the folder tree remains collapsed.  
13695                 
13696 2001-07-10 [christoph]
13697
13698         * acconfig.h
13699         * configure.in
13700                 added --enable-ssl
13701         * src/md5.[ch]
13702                 renamed MD5_CTX to MD5_CTX_syl
13703                 conflicts with a struct in openssl
13704         * src/inc.c
13705         * src/main.[ch]
13706         * src/prefs_account.[ch]
13707         * src/socket.[ch]
13708                 SSL support for POP
13709         * src/mainwindow.c
13710                 fixed compose with current account
13711                 broken by new compose button stuff
13712
13713 2001-07-09 [hoa]
13714
13715         * AUTHORS
13716                 changed my email address
13717
13718         * src/matcher_parser_parse.y
13719                 clean the parser to remove conflicts
13720
13721 2001-07-09 [alfons]
13722
13723         * AUTHORS
13724                 add Match Grun
13725
13726         * configure.in
13727                 fix incorrect description of --enable-ldap parameter
13728
13729         * src/prefs_common.[ch]
13730           src/compose.c
13731                 add experimental option "smart wrapping" which makes the
13732                 compose editor auto wrap.
13733                 
13734                 | TODO: the problem with the buggy cursor handling is caused |
13735                 | by the GtkText. when deleting / backspacing text its       |
13736                 | wrapping algorithm does not take in account the previous   |
13737                 | line. should find a way to hack this in.                   |
13738                 | or should perhaps combine this with the word wrapping      |
13739                 | patch i wrote in january.                                  |
13740
13741         * src/about.c
13742                 show build parameters for LDAP and JPilot
13743
13744         * src/summaryview.c
13745                 revert Christoph's bugfix for selecting next unread message, 
13746                 because folder stats aren't updated correctly
13747
13748 2001-07-08 [hoa]
13749
13750         * src/filtering.c
13751         * src/mainwindow.c
13752         * src/matcher.c
13753         * src/matcher_parser_lex.l
13754         * src/matcher_parser_parse.y
13755         * src/prefs_filtering.c
13756         * src/prefs_scoring.c
13757         * src/scoring.c
13758                 bugfix of the config file parser
13759
13760 2001-07-08 [alfons]
13761
13762         * src/Makefile.am
13763                 added generated matcher sources to BUILT_SOURCES
13764
13765 2001-07-08 [hoa]
13766
13767         * src/Makefile.am
13768         * src/.cvsignore
13769                 added new config file parser
13770
13771         * src/scoring.[ch]
13772         * src/filtering.[ch]
13773         * src/matcher.[ch]
13774         * src/prefs_filtering.c
13775         * src/prefs_matcher.c
13776         * src/prefs_scoring.c
13777         * added src/matcher_parser.h
13778         * added src/matcher_parser_lex.h
13779         * added src/matcher_parser_lex.l
13780         * added src/matcher_parser_parse.y
13781                 lex & yacc config file parser
13782
13783         * src/mbox.c
13784         * src/inc.c
13785         * src/main.c
13786                 changes prefs_filtering into global_filtering           
13787
13788         * src/summaryview.c
13789                 build threads with subjects only if "Re: " is at the
13790                 beginning of the subject
13791
13792 2001-07-07 [paul]
13793
13794         0.5.0claws
13795
13796         sync with sylpheed 0.5.0
13797                 change of version number only
13798
13799 2001-07-06 [paul]
13800
13801         0.5.0claws5
13802
13803         sync with sylpheed 0.5.0pre5
13804
13805 2001-07-05 [paul]
13806
13807         sync with sylpheed 0.5.0pre4 release
13808                 /po and /manual/ja not sync'ed
13809
13810 2001-07-04 [paul]
13811
13812         more sync with sylpheed 0.5.0pre4
13813
13814 2001-07-03 [christoph]
13815
13816         * src/addressbook.c
13817                 fixed address book broken by address book
13818                 for VCard, JPilot, LDAP
13819
13820 2001-07-03 [alfons]
13821
13822         * src/matcher.c
13823         * src/textview.c
13824                 stopped memory leaks
13825
13826 2001-07-03 [paul]
13827
13828         more sync with sylpheed 0.5.0pre4
13829
13830 2001-07-02 [match]
13831
13832         * included address book patch for VCard, JPilot, LDAP
13833         * pref_common.c - fixed Font options on Display tab (cosmetic)
13834         * alertpanel.c - fixed truncated message
13835
13836 2001-07-02 [christoph]
13837
13838         * src/mbox_folder.c
13839         * src/procmsg.[ch]
13840         * src/summaryview.c
13841                 mark threads for ignoring
13842
13843 2001-07-02 [paul]
13844
13845         0.5.0claws4
13846
13847         * sync with sylpheed 0.5.0pre4
13848                 updated gettext to 0.10.38.
13849
13850 2001-07-01 [paul]
13851
13852         * src/ mainwindow.c
13853         * src/procmsg.h
13854         * src/summaryview.[ch]
13855                 new right-click option: Label.
13856                 substitute for 'Mark-->Mark/Unmark', colours the line.
13857                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13858
13859 2001-07-01 [christoph]
13860
13861         * src/folderview.c
13862                 fixed font for trash
13863         * src/summaryview.c
13864                 move ctree to unread message
13865
13866 2001-07-01 [paul]
13867
13868         * sync with sylpheed 0.5.0pre3 release
13869
13870 2001-06-30 [alfons]
13871
13872         * src/filesel.[ch]
13873         * src/compose.c
13874                 allow inserting / attaching multiple files in
13875                 the composer window
13876
13877 2001-06-30 [paul]
13878
13879         * src/codeconv.c
13880                 small change to Alfons' previous stuff so that it
13881                 actually makes
13882
13883 2001-06-30 [alfons]
13884
13885         * lots of files changed; first attempt to merge the changes
13886           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
13887
13888 2001-06-30 [paul]
13889
13890         * po/pt_BR.po
13891                 updated and completed, translations by Fabio
13892                 Junior Beneditto <fjbeneditto@yahoo.com.br>
13893
13894 2001-06-29 [alfons]
13895
13896         * src/compose.c
13897         * src/mimeproc.[ch]
13898                 allow selecting an attached files' mime type from a 
13899                 list of types.
13900
13901 2001-06-29 [paul]
13902
13903         * more sync with sylpheed 0.5.0pre3
13904
13905 2001-06-29 [paul]
13906
13907         * po/pt_BR.po
13908                 merge with sylpheed.pot and pt_BR.po provided by
13909                 Fabio Junior Beneditto.
13910
13911 2001-06-29 [darko]
13912
13913         * src/procmime.c
13914                 make MIME types case insensitive
13915
13916 2001-06-28 [alfons]
13917
13918         * po/nl.po
13919                 merge with sylpheed.pot and old nl.po; translations added.
13920
13921 2001-06-28 [paul]
13922
13923         * more sync with sylpheed 0.5.0pre3
13924
13925 2001-06-27 [alfons]
13926
13927         * src/summaryview.c
13928                 don't crash when removing parent node of messages
13929                 attracted by subject. this was caused by not deleting
13930                 the parent node from the subject line hash table.
13931
13932 2001-06-27 [alfons]
13933
13934         * src/summaryview.c
13935         * src/compose.[ch]
13936         * src/mainwindow.c
13937                 if there are multiple messages selected, allow forwarding
13938                 them as attachments.
13939
13940 2001-06-27 [paul]
13941
13942         * more sync with sylpheed 0.5.0pre3
13943
13944 2001-06-26 [paul]
13945
13946         0.5.0claws3
13947
13948         * sync with sylpheed 0.5.0pre3
13949
13950 2001-06-25 [paul]
13951
13952         * src/mainwindow.c
13953                 fixed 'compose news article' bug
13954                 from icon-and-text toolbar
13955
13956 2001-06-25 [paul]
13957
13958         * sync with sylpheed 0.5.0pre2 release
13959
13960 2001-06-24 [christoph]
13961
13962         * src/prefs_common.c
13963                 bug fix in font selection
13964         * src/folderview.c
13965                 use sylpheed's normal font instead of
13966                 gtk default font for folders without
13967                 new messages
13968
13969 2001-06-24 [alfons]
13970
13971         * src/mainwindow.[ch]
13972                 added composite compose mail / news button (an idea by Leandro
13973                 Pereira <leandro@linuxmag.com.br>)
13974
13975 2001-06-24 [paul]
13976
13977         Added instructions for ldif-to-xml.py
13978
13979         * tools/README
13980
13981 2001-06-23 [alfons]
13982
13983         Some minor things.
13984
13985         * src/pixmaps/stock_news_compose.xpm
13986                 added pixmap by Leandro
13987         * src/prefs_common.c
13988                 tested built-in spelling checker of GCC 3.0 :)
13989         * po/nl.po
13990                 merged dutch translation of sylpheed-main with
13991                 sylpheed.pot
13992
13993 2001-06-23 [paul]
13994
13995         Added tools directory and files.
13996
13997         * tools/filter_conv.pl
13998                 converts old filter system to new filtering system
13999         * tools/ldif-to-xml.py
14000                 converts netscape addressbook to sylpheed addressbook
14001         * tools/README
14002                 descriptions/instructions for above two files
14003
14004 2001-06-23 [christoph]
14005
14006         * src/inc.c
14007         * src/manage_window.[ch]
14008         * src/prefs_common.[ch]
14009                 mail retrieval dialog can be enabled, disabled
14010                 or hidden if non of sylpheed's windows is active
14011
14012 2001-06-22 [paul]
14013
14014         0.5.0claws2
14015
14016         * sync with sylpheed 0.5.0pre2
14017
14018 2001-06-21 [christoph]
14019
14020         * src/summaryview.c
14021                 show recipient on 'from' for all accounts
14022                 
14023         * src/inc.c
14024         * src/prefs_common.[ch]
14025                 disable error popup on mail receive errors
14026
14027 2001-06-21 [alfons]
14028
14029         * src/compose.c
14030                 made the ruler correctly appear and disappear.
14031
14032         * src/Makefile.am
14033                 removed Hoa's work-in-progress-stuff (interesting!) so 
14034                 claws compiles ok.
14035
14036 2001-06-20 [christoph]
14037
14038         * src/inc.c
14039         * src/progressdialog.c
14040                 added scrolled window for list in progressdialog
14041
14042 2001-06-20 [paul]
14043
14044         sync with sylpheed 0.5.0pre1 release
14045
14046 2001-06-20 [christoph]
14047
14048         * src/summeryview.c
14049                 make building threads by subject work when
14050                 thread view is enabled
14051                 
14052         * src/compose.c
14053         * src/prefs_common.[ch]
14054                 automatically select account for mail replys
14055
14056 2001-06-19 [sergey]
14057
14058         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14059         they are filled in from the account settings.
14060
14061 2001-06-19 [paul]
14062
14063         * more sync with sylpheed 0.5.0pre1
14064
14065 2001-06-18 [alfons]
14066
14067         * src/Makefile.am,
14068           src/procmime.c
14069                 added --sysconfdir to CPPFLAGS for pointing to the correct
14070                 location of mime.types. 
14071
14072                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14073                 or ./configure!
14074
14075 2001-06-18 [hoa]
14076
14077         * src/summaryview.c
14078                 fixed some bug when building threads
14079
14080 2001-06-18 [pau]l
14081
14082         * src/prefs_account.c
14083                 UI stuff: More changes to the English
14084
14085 2001-06-18 [paul]
14086
14087         * src/pixmaps/stock_news_compose.xpm: new file
14088         * src/Makefile.am
14089         * src/mainwindow.c
14090         * src/summaryview.c
14091                 Added new icon for Hoa's 'compose a news
14092                 message', plus minor improvements to the
14093                 English
14094
14095         * po/ja.po
14096         * ChangeLog
14097         * ChangeLog.jp
14098                 more sync with sylpheed 0.5.0pre1
14099
14100 2001-06-18 [hoa]
14101
14102         * src/compose.[ch]
14103         * src/mainwindow.c
14104                 Follow-up and reply to
14105
14106         * src/summaryview.[ch]
14107                 Build threads also with subjects
14108
14109 2001-06-17 [hoa]
14110
14111         * src/compose.c
14112                 forwarding use the current account.
14113
14114         * src/mainwindow.c
14115                 the "compose message" button has been replaced with
14116                 "new mail" and "new news" buttons
14117
14118         * src/prefs_common.[ch]
14119                 added a configuration option to use the forward button
14120                 as "forward as attachment"
14121                 changed reply and forward format description
14122
14123         * src/quote_fmt_lex.l
14124         * src/quote_fmt_parse.y
14125                 added message with no signature in format for reply
14126                 and forward.
14127
14128 2001-06-17 [paul]
14129
14130         Minor UI stuff
14131
14132         * src/mainwindow.c
14133         * src/summaryview.c
14134                 Improvements to the English
14135
14136         * src/prefs_common.c
14137                 Improvements to the English and some
14138                 clarity/continuity improvements in the
14139                 description of Quote symbols.
14140
14141 2001-06-17 [paul]
14142
14143         0.5.0claws1
14144
14145         * sync with sylpheed 0.5.0pre1
14146
14147 2001-06-17 [hoa]
14148
14149         * src/compose.c
14150                 Better interface for compose, displayed fields
14151                 are updated whenever we change account.
14152                 Newsgroups field is automatically filled.
14153
14154         * src/mainwindow.c
14155                 Newsgroups field is automatically filled.
14156
14157         * src/prefs_account.c
14158                 Some interface stuff when fields appear and
14159                 disappear.
14160
14161 2001-06-16 [paul]
14162
14163         0.4.99claws
14164
14165         * sync with sylpheed 0.4.99
14166
14167 2001-06-16 [sergey]
14168
14169         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14170         base64_decoder_free, base64_decoder_decode): new object and
14171         functions for decoding base64 streams.
14172         * src/procmime.c (procmime_decode_content): modified to use the
14173         new base64 decoder.
14174
14175 2001-06-15 [paul]
14176
14177         0.4.99claws10
14178
14179         * sync with sylpheed 0.4.99cvs11
14180
14181 2001-06-13 [paul]
14182
14183         0.4.99claws9
14184
14185         * sync with sylpheed 0.4.99cvs9
14186
14187 2001-06-13 [hoa]
14188
14189         * src/compose.c
14190         * src/prefs_account.c
14191
14192                 SMTP server can be defined in the news account
14193                 mime type of attachment are kept.
14194
14195         * src/summaryview.c
14196
14197                 now choose the highest important score between default
14198                 and important score of folder.
14199
14200 2001-06-09 [alfons]
14201         
14202         * src/prefs_common.c: 
14203
14204                 (prefs_quote_description_create): corrected description of 
14205                 quote format characters
14206
14207 2001-06-09 [paul]
14208
14209         0.4.99claws8
14210
14211         * sync with sylpheed 0.4.99cvs8
14212
14213 2001-06-08 [sergey]
14214
14215         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14216         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14217
14218 2001-06-08 [paul]
14219
14220         0.4.99claws7
14221
14222         * sync with sylpheed 0.4.99cvs7
14223
14224 2001-06-06 [sergey]
14225
14226         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14227         clashes with autogenerated header).
14228         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14229         * src/Makefile.am: added quote_fmt.h.
14230         * src/.cvsignore: added lex/yacc autogenerated files
14231         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14232
14233 2001-06-06 [paul]
14234
14235         0.4.99claws6
14236
14237         * sync with sylpheed 0.4.99cvs6
14238
14239 2001-06-06 [hoa]
14240
14241         * added src/quote_fmt_parse.h
14242         * src/compose.c
14243                 removed warnings
14244
14245         * src/prefs.[ch]
14246                 don't modify readonly configuration files
14247
14248         * src/prefs_account.c
14249         * src/prefs_common.c
14250         * src/prefs_customheader.c
14251         * src/prefs_display_header.c
14252         * src/prefs_filter.c
14253         * src/prefs_filtering.c
14254         * src/prefs_scoring.c
14255                 don't open dialog box when configuration files
14256                 are readonly
14257
14258 2001-06-05 [sergey]
14259
14260         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14261
14262         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14263         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14264         BUILT_SOURCES to make all files rebuild properly.
14265
14266         * src/compose.c: removed #include "quote_fmt.tab.h".
14267
14268         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14269         CHARACTER value in yylval.
14270
14271         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14272         receive CHARACTER value by documented means (yylval).
14273
14274         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14275
14276 2001-06-05 [hoa]
14277
14278         * src/Makefile.am
14279                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14280
14281         * src/filtering.c
14282         * src/matcher.c
14283         * src/matcher.h
14284         * src/prefs_filtering.c
14285                 now keep the configuration for execute action
14286
14287         * src/mbox_folder.c
14288                 fixed a warning
14289
14290 2001-06-05 [paul]
14291
14292         * sync with sylpheed 0.4.99cvs5
14293
14294 2001-06-05 [hoa]
14295
14296         * src/Makefile.am
14297                 added quote_fmt.[ch]
14298
14299         * added src/quote_fmt.y
14300         * added src/quote_fmt.l
14301         * added src/quote_fmt.tab.h
14302         * added src/quote_fmt.tab.c
14303         * added src/lex.quote_fmt.c
14304                 parsing configuration for replying
14305                 and forwarding
14306
14307         * src/prefs_common.[ch]
14308                 added configuration UI for replying
14309                 and forwarding
14310
14311         * src/compose.c
14312                 using configuration for replying
14313                 and forwarding
14314
14315 2001-06-04 [hoa]
14316
14317         * src/filtering.c
14318         * src/matcher.c
14319         * src/matcher.h
14320         * src/prefs_filtering.c
14321         * src/prefs_matcher.c
14322         * src/prefs_matcher.h
14323                 action "run a command" for filtering
14324                 and matching with a command.
14325                 fixed the "whole message" matching
14326
14327         * src/mbox_folder.c
14328                 changed temporary filename for security
14329
14330         * src/messageview.c
14331                 queue the notification if it fails to send.
14332
14333         * src/prefs_common.c
14334         * src/prefs_folder_item.c
14335                 changed the default important score             
14336
14337         * src/prefs_scoring.c
14338         * src/scoring.c
14339                 hide kill score input when the folder is not
14340                 a newsgroup
14341
14342 2001-06-03 [alfons]
14343
14344         * src/prefs_common.c:
14345
14346                 (prefs_font_select): pass font name in font entry box to font
14347                 selection dialog.
14348
14349 2001-06-03 [sergey]
14350
14351         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14352
14353 2001-06-03 [paul]
14354
14355         * sync with sylpheed 0.4.99cvs4
14356
14357 2001-06-03 [alfons]
14358
14359         * src/headerwindow.c:
14360
14361                 (headerwindow_show_cb): use the selected summary view item, not
14362                 the displayed item.
14363
14364 2001-06-02 [alfons]
14365
14366         * src/headerwindow.c:
14367
14368                 (headerwindow_show_cb): always try to show msginfo
14369
14370 2001-06-02 [hoa]
14371
14372         * src/compose.c
14373                 keep attached parts when reediting or forwarding.
14374
14375 2001-06-01 [hoa]
14376
14377         * src/folderview.c
14378         * src/prefs_folder_item.[ch]
14379         * src/prefs_scoring.[ch]
14380         * src/scoring.[ch]
14381         * src/summaryview.[ch]
14382         * src/main.c
14383         * src/mainwindow.c
14384         * src/prefs_common.[ch]
14385                 support for folder scoring
14386                 kill score and important score for messages
14387         
14388         * src/prefs_account.c
14389                 some display bug fixed for local account
14390                 preferences
14391
14392 2001-05-31 [alfons]
14393
14394         * src/summaryview.c:
14395
14396                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14397                 sender to address book menu item is disabled.
14398
14399 2001-05-30 [hoa]
14400
14401         * src/filtering.[ch]
14402         * src/summaryview.c
14403                 handling summary menu / filter messages
14404
14405         * src/folder.[ch]
14406                 add some stuff
14407
14408         * src/foldersel.c
14409                 imap folders now appears in list
14410
14411         * src/mbox_folder.c
14412                 doesn't crash if destination mail is not writeable
14413
14414 2001-05-29 [hoa]
14415
14416         * src/compose.c
14417                 removed some warnings
14418
14419         * src/filtering.c
14420         * src/folder.[ch]
14421         * src/prefs_filtering.c
14422                 global string to identify any folders           
14423                 removed some debug info
14424                 filtering to mbox folders is now possible
14425
14426         * src/mainwindow.c
14427                 removed some warnings
14428
14429         * src/mbox_folder.c
14430                 permission on files are changed to read/write for user only,
14431                 nothing for other.
14432                 creation of subfolder is handled better.
14433
14434 2001-05-28 [alfons]
14435
14436         Verified the sync for src/prefs_common.[ch] and
14437         src/prefs_account.[ch]. I believe there were some
14438         minor indentation differences.
14439
14440 2001-05-28 [paul]
14441
14442         0.4.99claws3
14443
14444         * sync with 0.4.99cvs3
14445
14446 2001-05-28 [hoa]
14447
14448         * src/compose.c
14449                 handling flags for mbox format
14450
14451         * src/filtering.c
14452                 use of mark file only for MH format
14453                 handling flags for mbox format
14454                 filtering cannot yet move or copy mails to mbox folders.
14455
14456         * src/folder.[ch]
14457                 changed move_msg, copy_msg,
14458                 move_msgs_with_dest, copy_msgs_with_dest functions
14459                 uses only folder->copy_msg() function
14460                 uses folder->finished_copy() to handle the destination
14461                 folder at the end of the copy or move operation.
14462
14463         * src/foldersel.c
14464                 included mbox directories.
14465
14466         * src/folderview.[ch]
14467         * src/mainwindow.c
14468                 handle folders operation for mbox format
14469
14470         * src/mbox.c
14471                 disable conversion of "From " header
14472
14473         * src/mbox_folder.[ch]
14474                 completion of mbox format handling
14475
14476         * src/mh.c
14477                 changed mh_copy_msg() function and
14478                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14479                 mh_copy_msgs_with_dest()
14480
14481         * src/prefs_filtering.c
14482                 removed some warnings
14483
14484         * src/prefs_matcher.c
14485                 default boolean operation is AND
14486
14487         * src/procheader.c
14488                 handling flags for mbox format
14489                 handling of "From " header
14490
14491         * src/procmsg.[ch]
14492                 removed data field
14493                 added MSG_REALLY_DELETED flags to handle deletion of
14494                 messages in mbox format.
14495
14496         * src/summaryview.c
14497                 handling flags for mbox format
14498                 disable the MSG_DELETED flags when messages
14499                 are deleted in mbox format
14500
14501         * src/textview.c
14502                 "From " headers display fixed.
14503
14504 2001-05-27 [alfons]
14505
14506         * src/textview.c:
14507                 
14508                 (get_email_part): skip quoted email addresses, like in e.g.
14509                 "'alfons@proteus.demon.nl'".
14510
14511 2001-05-26 [alfons]
14512
14513         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14514         and fixing the persistence troubles when using separate windows.
14515
14516         * src/mainwindow.c:
14517         
14518             Added #define SEPARATE_ACTION used in the gtk item factory for 
14519             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14520                 use gtk_item_factory_get_widget_by_action() to get the items.
14521                 
14522             Removed separate_widget_cb from the gtk item factory data   
14523           
14524             (mainwindow_create): connect separate_widget_cb() to check
14525             menu item "toggled" signal. also passing a MainWindow pointer
14526                 as object data for both check menu items.
14527                 
14528             (separate_widget_cb): definition of separate_widget_cb() to match
14529             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14530                 window using gtk_object_get_data(). The type of window separation 
14531                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14532         
14533         * src/prefs_filtering.c,
14534           src/prefs_matcher.c: added horizontal scrollbars
14535
14536 2001-05-25 [darko]
14537
14538         * src/headerview.c
14539                 fix segfault with invalid bold font
14540         * src/summaryview.c
14541                 correctly display summary stats after row is marked
14542
14543 2001-05-23 [sergey]
14544
14545         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14546         encodings with libjconv.
14547
14548 2001-05-23 [hoa]
14549
14550         * src/Makefile.am
14551                 added mbox_folder.[ch]
14552         * src/defs.h
14553                 mbox temporary folder
14554         * src/folder.[ch]
14555         * added src/mbox_folder.[ch]
14556         * src/folderview.c
14557         * src/procheader.[ch]
14558                 added mbox support
14559         * src/mbox.c
14560                 bugfix for file incorporation filtering
14561         * src/imap.c
14562                 enable creation of MBOX
14563         * src/prefs_display_header.c
14564                 enable use of headers like "From "
14565                 something that should be fixed :
14566                         displaying of such headers add an extra space
14567         * src/prefs_folder_item.c
14568                 don't create folders because it is not necessary
14569         * src/procmsg.h
14570                 added data field to MsgInfo for mbox internal use
14571         * src/summaryview.c
14572                 added some support for mbox
14573         * src/utils.[ch]
14574                 added get_mbox_cache_dir() function
14575
14576 2001-05-23 [hiroyuki]
14577
14578         * src/headerwindow.c
14579           src/inc.c
14580           src/main.c
14581           src/mh.c
14582           src/nntp.c
14583           src/procmsg.h
14584           src/session.h
14585           src/socket.[ch]
14586           src/summaryview.c
14587           src/textview.c
14588           src/automaton.c
14589           src/folderview.c: more sync with 0.4.99cvs2.
14590
14591         * src/headerwindow.c: reverted.
14592
14593 2001-05-22 [paul]
14594
14595         0.4.99claws2
14596
14597         * sync with sylpheed 0.4.99cvs2
14598                 * src/news.[ch]
14599                 * src/nntp.[ch]
14600                 * INSTALL
14601                 * INSTALL.jp
14602
14603 2001-05-22 [alfons]
14604
14605         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14606
14607 2001-05-21 [alfons]
14608
14609         Minor things:
14610
14611         * configure.in: if gnome-config not found, "no" is displayed
14612         
14613         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14614
14615         * src/textview.c: now also possible to add mail addresses by right
14616           clicking in the text view
14617
14618         * src/codeconv.c: merged patch which fixes endless loop when encountering
14619           invalid wide characters; from Alte <010@imis.ru>  
14620
14621 2001-05-20 [alfons]
14622
14623         Added installation of gnome specific things:
14624
14625         * Makefile.am: gnome conditional
14626
14627         * configure.in: check for installed gnome
14628
14629         * added sylpheed.png, sylpheed.desktop
14630
14631 2001-05-20 [sergey]
14632
14633         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14634
14635         * src/mainwindow.h (main_window_toolbar_create): created a button
14636         for "Reply to all".
14637         (main_window_set_toolbar_sensitive): enable/disable the new button
14638         appropriately.
14639         (toolbar_reply_to_author_cb): handle the new button.
14640
14641         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14642         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14643         failure).
14644
14645 2001-05-19 [sergey]
14646
14647         * src/compose.h (ComposeReplyMode): new modes
14648         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14649         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14650
14651         * src/compose.c
14652         (compose_send): move some code into a new function:
14653         (compose_current_mail_account): new function.
14654         (compose_reply): new argument to_author, all callers changed; if
14655         to_author==TRUE and account->protocol==A_NNTP, find and use an
14656         appropriate mail account for replying.
14657         (compose_reply_set_entry): new argument to_author; ignore
14658         compose->replyto if to_author==TRUE.
14659
14660         * src/mainwindow.c: new command "Message/Reply to author".
14661         (main_window_set_menu_sensitive): enable/disable it.
14662         (reply_cb): handle it.
14663
14664         * src/summaryview.c: new command "Reply to author".
14665         (summary_set_menu_sensitive): enable/disable it.
14666         (summary_reply_cb): handle it.
14667
14668         * src/account.c (account_find_mail_from_address): new function.
14669
14670 2001-05-18 [paul]
14671
14672         0.4.99claws1
14673
14674         * sync with sylpheed 0.4.99cvs1
14675
14676 2001-05-18 [hoa]
14677
14678         * src/compose.[ch]
14679         * src/filtering.c
14680         * src/summaryview.c
14681                 new filtering action : forward and forward as attachment
14682
14683         * src/main.c
14684                 no need for $DISPLAY when we run sylpheed --help
14685                 call to parse_cmd_opt() is moved
14686
14687         * src/mainwindow.[ch]
14688                 execute button is hidden when immediate execute
14689                 is chosen
14690
14691         * src/mh.c
14692         * src/news.c
14693         * src/prefs_folder_item.c
14694         * src/procmsg.c
14695                 better handling of missing directories
14696
14697         * src/summaryview.c
14698                 reedit is enabled in outbox
14699                 reedit is enabled in queue
14700
14701 2001-05-17 [hoa]
14702
14703         * src/filtering.c
14704         * src/matcher.[ch]
14705         * src/prefs_filtering.c
14706                 changed attachement into attachment
14707
14708 2001-05-17 [alfons]
14709
14710         0.4.67claws4    
14711
14712         * sync with sylpheed 0.4.67cvs9
14713         * sync with sylpheed 0.4.67cvs7-8
14714
14715 2001-05-17 [hoa]
14716
14717         * src/Makefile.am
14718                 added prefs_filtering.c
14719
14720         * src/filtering.[ch]
14721         * src/matcher.[ch]
14722                 removed action : forward_news and forward_news_as_attachement
14723                 (forward and forward_as_attachement can be used instead)
14724
14725         * src/mainwindow.c
14726                 added menu option to access filtering configuration
14727
14728         * src/prefs_account.c
14729                 changed mail_command default to /usr/sbin/sendmail
14730
14731         * added src/prefs_filtering.[ch]
14732                 dialog box for filtering configuration
14733
14734         * src/prefs_matcher.c
14735                 added function prefs_matcher_get_criteria_from_matching()
14736
14737         * src/prefs_scoring.c
14738                 reset the dialog when register or substitute is clicked
14739
14740 2001-05-15 [hoa]
14741
14742         * src/Makefile.am
14743                 added filtering.[ch]
14744         * src/inc.c
14745                 using filering.[ch] instead of filter.[ch]
14746         * src/main.c
14747                 reading new filtering configuration
14748         * src/matcher.[ch]
14749                 added some filtering actions
14750                 and fixed a bug for headers and mail body matching
14751         * src/mbox.c
14752                 using filering.[ch] instead of filter.[ch]
14753         * src/mh.c
14754                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14755         * src/summaryview.c
14756                 some fixes for filtering
14757
14758 2001-05-14 [hiroyuki]
14759
14760         * src/send.c: fixed some weird indentations.
14761           send_message_with_command(): call pclose() only if p != NULL.
14762         * src/textview.c: get_email_part(): modified the code for readability.
14763
14764 2001-05-14 [hiroyuki]
14765
14766         * src/md5global.h
14767           src/md5ify.c
14768           src/md5ify.h: removed from the cvs.
14769
14770 2001-05-13 [sergey]
14771
14772         * src/main.c: include rfc2015.h to avoid compiler warnings.
14773         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14774         the panel is already on screen.
14775         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14776         closing the alert window by ESC as "No".
14777         * src/prefs_common.c (prefs_interface_create): moved return
14778         receipt check button to the correct place.
14779
14780 2001-03-13 [alfons]
14781
14782         * src/prefs_common.c: 
14783                 moved return receipt check button to the Send tab. (prefs_send_create)
14784                 removed the date format ui related globals. (prefs_display_create)
14785
14786         0.4.67claws3
14787         
14788         * sync with sylpheed 0.4.67cvs5-6
14789
14790 2001-05-13 [paul]
14791
14792         * added Alfons' font selection patch
14793
14794         * src/defs.h
14795         * src/headerwindow.c
14796         * src/prefs_common.c
14797         * src/prefs_common.h
14798
14799 2001-05-13 [hoa]
14800         * src/defs.h
14801                 changed version of cache
14802         * src/matcher.[ch]
14803         * src/prefs_matcher.c
14804                 added additionnal matching criteria
14805         * src/procheader.c
14806         * src/procmsg.[ch]
14807         * src/news.c
14808                 added references in MsgInfo
14809
14810 2001-05-12 [hoa]
14811
14812         * src/defs.h
14813                 prepared some things for new filtering
14814         * src/matcher.[ch]
14815                 added some matching properties
14816                 inreplyto need to be enhanced
14817                 prepared some things for new filtering
14818         * src/messageview.c
14819                 added Return-Receipt-To handling
14820         * src/prefs_folder_item.c
14821                 changed default value to TRUE
14822         * src/prefs_matcher.c
14823                 added some matching properties
14824         * src/prefs_scoring.[ch]
14825                 the scoring dialog is finished
14826         * src/procheader.c
14827                 added Return-Receipt-To handling
14828                 Reference need to be added
14829         * src/procmsg.[ch]
14830                 added Return-Receipt-To handling
14831                 added threadscore to get a better score sorting when
14832                 threads are enabled
14833         * src/summaryview.c
14834                 suppressed a bug when we sort the list
14835                 when no folder is opened.
14836                 better score sorting when threads are enabled
14837
14838 2001-05-12 [alfons]
14839
14840         * reverted previous patch because of potential errors 
14841
14842         0.4.67claws2
14843         
14844         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14845                 applied "toggle mail-retrieval dialog window" patch submitted 
14846                 by Eric Limpens <eric@qnt.net>
14847
14848         * sync with sylpheed 0.4.67cvs4
14849
14850 2001-05-12 [sergey]
14851
14852         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14853         some picky compilers.
14854         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14855         * src/grouplist_dialog.c: include alertpanel.h.
14856         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14857         fix compile warning.
14858         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14859         #include "defs.h" before others to prevent the warning of `MIN'
14860         and `MAX' redefinition.
14861
14862 2001-05-11 [hoa]
14863
14864         * src/main.c
14865         * src/messageview.c
14866         * src/prefs_account.c
14867         * src/prefs_display_header.c
14868                 removed warning
14869         * src/Makefile.am
14870                 added prefs_scoring.[ch]
14871         * src/grouplist_dialog.c
14872                 display an error dialog box if the group list
14873                 cannot be fetched.
14874         * src/mainwindow.[ch]
14875                 added main_window_set_thread_option() function
14876                 scoring dialog box enabled
14877         * src/matcher.[ch]
14878                 added flags matching unread /new / marked
14879                 / deleted / replied / forwarded
14880         * src/news.c
14881                 newsgroups are now finally in newscache
14882         * src/prefs_matcher.[ch]
14883                 finished preferences for matching dialog
14884         * added src/prefs_scoring.[ch]
14885                 scoring dialog box completed
14886         * src/scoring.[ch]
14887                 conversion to string : added scoringprop_to_string()
14888                 write config for preferences :
14889                 added prefs_scoring_write_config()
14890         * src/summaryview.c
14891                 threads can be enabled/disabled independently
14892                 for each folder
14893
14894 2001-05-10 [alfons]
14895
14896         0.4.67claws1
14897         
14898         * AUTHORS: 
14899                 thought it would be nice to have a list of all
14900                 contributors (used Changelog as a reference)
14901         
14902         * configure.in: 
14903                 messed up version numbering...
14904
14905         0.4.66claws1
14906
14907         * sync with sylpheed 0.4.67cvs1-3
14908
14909 2001-05-10 [darko]
14910
14911         * src/prefs_common.c:
14912                 better UI for strftime format, double clicking
14913                 on format now inserts the format in text entry
14914                 replaced close button with standard OK/Cancel
14915                 moved date format button to the right of the
14916                 text entry field
14917
14918 2001-05-09 [alfons]
14919
14920         * src/gtkstext.c:
14921                 Ctrl-Home / Ctrl-End have proper cursor navigation
14922
14923 2001-05-09 [hoa]
14924
14925         * src/prefs_matcher.c
14926                 finished UI to define matching properties
14927                 added ok and cancel button
14928         * src/prefs_filter.c
14929                 added ok and cancel button
14930         * src/news.c
14931                 fixed some bug in xhdr parsing
14932
14933 2001-05-08 [alfons]
14934
14935         * src/textview.c: 
14936                 fixed a bug in textview_show_header(), which displayed two colons (':');
14937                 cleaned up some warnings
14938
14939 2001-05-08 [hoa]
14940
14941         * src/Makefile.am
14942                 added prefs_matcher.[ch]
14943                 compilation with -W -Wall
14944         * src/alertpanel.c
14945                 ungrab the mouse events if grabbed - does it
14946                 fix the bug for disposition notification ?
14947         * src/mainwindow.c
14948                 added a menu option to open the matching dialog.
14949         * src/matcher.[ch]
14950                 added matcherprop_to_string() and matcherlist_to_string()
14951                 fixed some bugs, changed the name of some options
14952                 age_sup and age_inf becomes age_greater and age_lower,
14953                 body and messageheaders becomes body_part and headers_part,
14954                 changed the names of constants from SCORING_XXX to MATCHING_XXX
14955         * src/prefs_display_header.c
14956         * src/prefs_headers.c
14957                 fixed a bug that accidentally destroyed dialogs
14958                 when closed them with delete_event
14959                 Added *_deleted() which handle delete_event signal correctly.
14960         * src/prefs_folder_item.[ch]
14961                 added "enable_thread" field for future customization
14962         * added src/prefs_matcher.[ch]
14963                 sample of the UI to define matching properties
14964         * src/procheader.c
14965                 using procheader_headername_equal instead of str*cmp functions
14966                 using procheader_parse_header() function
14967         * src/scoring.c
14968                 using MATCHING_XXX instead of SCORING_XXX
14969         * src/summaryview.c
14970                 display the sender of the news even if this is ourself
14971                 when this is a news message.
14972         * src/textview.c
14973                 using headername_equal() instead of str*cmp functions
14974
14975 2001-05-08 [alfons]
14976
14977         0.4.66claws
14978
14979         * sync with sylpheed 0.4.66
14980         * src/gtkstext.c: trace logs added 
14981
14982 2001-05-08 [sergey]
14983
14984         * src/prefs_common.[ch]: added option to enable/disable GnuPG
14985         signature check popup.
14986         * src/rfc2015.c (check_signature): show signature check popup only
14987         if it is enabled in preferences.
14988
14989 2001-05-07 [alfons]
14990
14991         0.4.66claws4
14992         
14993         * sync with sylpheed 0.4.66cvs6
14994
14995 2001-05-07 [darko]
14996
14997         * src/prefs_common.[ch]: added option to enable/disable
14998           looking up sender name in address book for summary pane
14999         * src/summaryview.c: look up sender in the address book
15000           by using Alfons' address completion code
15001
15002 2001-05-07 [hiroyuki]
15003
15004         * src/inc.h
15005           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15006           member of Pop3State.
15007         * src/news.c: brought #include "defs.h" before #include <glib.h>
15008           to prevent the warning of `MIN' and `MAX' redefinition.
15009
15010 2001-05-06 [hoa]
15011
15012         * removed src/headers_display.[ch]
15013         * removed src/prefs_display_headers.[ch]
15014         * src/inc.c
15015                 use a temporary file in the user directory for mbox import
15016         * src/news.c
15017                 added XHDR support to get "To" and "Cc" headers
15018                 (in order to match news with to or cc field for
15019                 scoring)
15020                 added function news_parse_xhdr() to get XHDR response
15021         * src/nntp.[ch]
15022                 added function nntp_xhdr()
15023         * src/matcher.c
15024                 fetch the message if necessary
15025
15026 2001-05-06 [alfons]
15027
15028         0.4.66claws3
15029
15030         * sync with sylpheed 0.4.66cvs3-5
15031
15032 2001-05-06 [hoa]
15033
15034         * src/utils.[ch]
15035                 added function itos_buf() to enable use of several buffers
15036         * src/summaryview.c
15037                 use of itos_buf() instead of itos() in summary list
15038                 to fix the broken display of message number.
15039
15040 2001-05-06 [alfons]
15041
15042         * src/gtkstext.c: bug in cursor up navigation fixed,
15043                 fixed another unsigned / signed comparison (we're getting there :-)
15044
15045 2001-05-06 [hoa]
15046
15047         * src/Makefile.am
15048                 added scoring.c scoring.h
15049                 prefs_folder_item.c prefs_folder_item.h
15050                 matcher.c matcher.h
15051         * src/defs.h
15052                 added FOLDERITEM_RC SCORING_RC
15053         * src/folder.[ch]
15054                 added prefs field in FolderItem :
15055                 properties for each folder (PrefsFolderItem),
15056                 sorting type and mode were added as the first properties.
15057         * src/main.c
15058                 read config for scoring
15059         * added src/matcher.[ch]
15060                 gives functions to parse configuration file to do
15061                 matching on mails with a list of conditions.
15062         * src/mainwindow.c
15063                 add option to sort by score
15064         * src/prefs_common.[ch]
15065                 added preference option to show score and for
15066                 the score column size
15067         * added src/prefs_folder_item.[ch]
15068                 properties for each folder (PrefsFolderItem),
15069                 sorting type and mode were added as the first properties.
15070         * src/procheader.[ch]
15071                 added procheader_parse_header()
15072                 added procheader_header_free()
15073                 added procheader_headername_equal()
15074                 and made modification to use them.
15075         * src/procmsg.[ch]
15076                 added score field to MsgInfo structure
15077         * added src/scoring.[ch]
15078                 gives functions to parse configuration file to do
15079                 scoring on mails with a list of conditions.
15080         * src/summaryview.[ch]
15081                 save the sorting type and mode for the folder
15082                 added column to display the score of the mail
15083                 added function summary_score_clicked()
15084                 sorting type and mode are restored to the folder
15085                 when it is reopen
15086         * src/textview.c
15087                 use procheader_parse_header(), procheader_headername_equal()
15088                 removed memory leak in text_scan_header when freeing headers
15089         * src/filter.c
15090                 changed the function to match names of headers
15091                 using procheader_headername_equal()
15092
15093         Scoring functions are implemented, an interface is needed
15094         to configure that.
15095
15096 2001-05-04 [alfons]
15097
15098         * src/gtkstext.c: 
15099                 hopefully fixed the row up navigation bug,
15100                 removed adding back / forward lines to cache
15101
15102 2001-05-04 [sergey]
15103
15104         * src/prefs_display_headers.c: user interface changes:
15105         (prefs_display_headers_create): remove unused "Show" check button;
15106         allow reordering of headers by dragging.
15107         (prefs_display_headers_write_config): remove unused variables.
15108         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15109         of lists (not needed with the new UI).
15110         (prefs_display_headers_set_list): scan lists starting from row 0,
15111         not 1 (do not skip "(New)").
15112         (prefs_display_headers_find_header): new function.
15113         (prefs_display_headers_clist_set_row): do not allow duplicates.
15114         (prefs_display_headers_delete_cb): do not skip row 0; treat
15115         closing the alert window by ESC as "No".
15116         (prefs_display_headers_up): do not protect row 0.
15117         (prefs_display_headers_down): do not protect row 0.
15118
15119 2001-05-04 [sergey]
15120
15121         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15122         functions.
15123
15124         * src/summaryview.c
15125         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15126         summary_select_next_marked, summary_select_prev_marked): new
15127         functions.
15128
15129 2001-05-03 [sergey]
15130
15131         * src/news.c: fixed a bug when no article can be fetched after
15132         server timeout if the connection was restored by news_post():
15133         (news_select_group): new function.
15134         (news_fetch_msg): call news_select_group() before fetching
15135         article.
15136         (news_get_uncached_articles): set session->group after successful
15137         GROUP command.
15138
15139 2001-05-03 [hoa]
15140
15141         * src/defs.h
15142         * src/procmsg.[ch]
15143         * src/procheader.c
15144                  changed version of cache, added cc field
15145
15146         * src/prefs_display_headers.c
15147                 the interface was changed
15148
15149         * src/prefs_headers.c
15150                 added cancel button
15151
15152 2001-05-03 [alfons]
15153
15154         * completed sync of sylpheed cvs2
15155         * src/gtkstext.c: updated row up / down cursor navigation
15156         * src/textview.c: re-edited, prepared for fixing the email address
15157                 scanner.
15158
15159 2001-05-03 [darko]
15160
15161         * src/prefs_common.c: use alfons' strftime ui code
15162         entry_datefmt and datefmt_sample widgets have to be
15163         global in this module because of this change
15164
15165 2001-05-03 [hoa]
15166
15167         * src/messageview.c
15168         * src/prefs_common.[ch] added option to activate the return receipt
15169                 feature.
15170
15171 2001-05-02 [alfons]
15172
15173         * src/gtkstext.c: fix for row up/down cursor navigation. 
15174
15175         0.4.66claws2
15176         
15177         * sync with 0.4.66cvs2
15178
15179 2001-05-02 [paul]
15180
15181         added add-sender-to-addressbook patch
15182
15183         * src/addressbook.c
15184         * src/addressbook.h
15185         * src/summaryview.c
15186
15187 2001-05-02 [sergey]
15188
15189         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15190         G_ALERTDISABLE.
15191
15192         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15193         all existing callers changed to pass FALSE; create a check button
15194         to disable the message.
15195         (alertpanel_message_with_disable): new function.
15196         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15197         (alertpanel_button_toggled): new function.
15198         (alertpanel_button_clicked, alertpanel_close): set value using
15199         G_ALERT_VALUE_MASK.
15200
15201         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15202
15203         * src/prefs_common.c (prefs_privacy_create): new check button
15204         checkbtn_gpgme_warning.
15205
15206         * src/main.c (main): moved preferences reading before gpgme
15207         initialization; check prefs_common.gpgme_warning before giving the
15208         GnuPG warning and set it to FALSE if the user wants to disable the
15209         warning.
15210
15211 2001-05-02 [hiroyuki]
15212
15213         * src/prefs_display_headers.c: modified the layout and some labels.
15214
15215 2001-05-02 [sergey]
15216
15217         * src/prefs_account.c (prefs_account_fix_size): new function.
15218         (prefs_account_create): call prefs_account_fix_size(); use
15219         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15220         size when the window is shown for the first time).
15221         (prefs_account_basic_create): changed layout of serv_table; moved
15222         localmbox_entry above smtpserv_entry (logically it replaces
15223         POP3/IMAP server).
15224         (prefs_account_protocol_activated): set sensitivity of
15225         nntpauth_chkbtn according to the protocol (in addition to
15226         hide/show); commented out gtk_table_set_row_spacing() calls.
15227         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15228         not sensitive (fixes a bug with disabled username/password boxes
15229         when editing POP3 account after NNTP with authentication).
15230
15231 2001-05-02 [hoa]
15232
15233         * src/account.c
15234         * src/inc.c
15235         * src/prefs_account.[ch]
15236         * src/send.c
15237                 removed local account without SMTP server
15238                 added option to use mail command instead of a connexion
15239                 to SMTP server when a local account is used
15240         * src/prefs_headers.c
15241                 fixed a bug
15242         * src/news.c
15243                 fixed a bug when connexion immediately closed
15244
15245 2001-05-01 [alfons]
15246
15247         0.4.66claws1
15248         
15249         * sync with 0.4.65
15250
15251 2001-05-01 [sergey]
15252
15253         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15254         widget nntpauth_chkbtn.
15255         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15256         visibility.
15257         (prefs_account_nntpauth_toggled): new function.
15258
15259         * src/news.c (news_session_new_for_folder): use NNTP
15260         authentication only if ac->use_nntp_auth is set.
15261
15262 2001-05-01 [hoa]
15263
15264         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15265         * src/prefs_display_headers.c changed the UI
15266         * src/prefs_headers.c changed account_name to account_id
15267         * src/compose.c using customheader.h
15268
15269 2001-05-01 [hiroyuki]
15270
15271         * src/esmtp.c
15272           src/news.c
15273           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15274           unsynched.
15275
15276 2001-05-01 [hoa]
15277
15278         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15279         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15280                 for displaying of headers
15281         * src/grouplist_dialog.[ch] minor changes to remove warnings
15282         * src/prefs_display_headers.[ch] dialog to choose the
15283         headers to display in the mail viewer.
15284         * src/headers.h correction of #define
15285         * src/headers_display.[ch] configuration for displaying of headers.
15286         * src/main.c read config of displaying of headers
15287         * src/prefs_common.c add a button to access the config dialog
15288                 for displaying of headers
15289         * src/prefs_display_headers.[ch] dialog for configuration for
15290                 displaying of the headers.
15291         * src/prefs_headers.c cleaning of code
15292         * src/procheader.c comments added to code
15293         * src/textview.c changes to reorder the headers depending
15294                 on the config for displaying of headers
15295
15296 2001-04-30 [alfons]
15297
15298         0.4.65claws7
15299
15300         * sync with 0.4.65cvs12
15301
15302         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15303
15304 2001-04-30 [sergey]
15305
15306         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15307
15308         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15309         is set to force reconnection after authentication failure.
15310         (nntp_gen_command): set sock->auth_failed on authentication
15311         failure, or if sock->userid and sock->passwd are not set.
15312
15313         * src/news.c (news_session_new_for_folder): set userid=NULL if
15314         password dialog is cancelled.
15315
15316 2001-04-30 [sergey]
15317
15318         * src/nntp.h (NNTPSockInfo): new type.
15319
15320         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15321         SockInfo.
15322         (nntp_open_auth, nntp_close): new functions.
15323         (nntp_gen_command): new function to handle authentication; all
15324         NNTP command functions updated to use it.
15325         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15326         (nntp_list): removed old useless code.
15327
15328         * src/news.h (NNTPSession): new field nntp_sock.
15329
15330         * src/news.c: all functions updated to use NNTPSockInfo instead of
15331         SockInfo.
15332         (news_session_new): new arguments (userid, passwd); made static;
15333         use nntp_open_auth() if needed.
15334         (news_session_destroy): use nntp_close() instead of sock_close().
15335         (news_query_password): changed arguments.
15336         (news_session_new_for_folder): new function.
15337         (news_session_get): use news_session_new_for_folder().
15338         (news_authenticate): deleted.
15339         (news_get_uncached_articles): removed old authentication code.
15340
15341 2001-04-30 [sergey]
15342
15343         * src/news.c: reverted my previous changes (need to do NNTP
15344         authentication in a cleaner way).
15345         
15346 2001-04-29 [sergey]
15347
15348         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15349         news_nntp_post, news_nntp_mode): new functions (wrappers with
15350         authentication support).
15351         (news_get_article_cmd, news_get_article, news_get_header): new
15352         argument "folder"; all callers changed.
15353         (news_get_article_cmd): added authentication support.
15354         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15355         (news_post): use news_nntp_post() instead of nntp_post().
15356         (news_get_uncached_articles): use news_nntp_group() instead of
15357         nntp_group() and news_nntp_xover() instead of nntp_xover();
15358         removed old authentication code.
15359         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15360
15361         * src/nntp.c (nntp_list): return real error code instead of
15362         hardcoded NN_ERROR.
15363
15364 2001-04-29 [sergey]
15365
15366         * configure.in: fixed wint_t typedef detection again
15367
15368 2001-04-28 [hoa]
15369
15370         * src/prefs_account.[ch], added A_LOCAL_CMD
15371                 (send mail with mail command)
15372         * src/send.c added function send_message_with_command()
15373         * src/inc.c made a more secure get_spool() function with
15374                 mktemp() but maybe mkstemp() or something more
15375                 secure can be used.
15376
15377 2001-04-28 [alfons]
15378
15379         * src/textview.c, colorization of email addresses in headers
15380
15381         0.4.65claws6
15382
15383         * bug sync with sylpheed
15384         * prefs_common.c: created date format ui for darko
15385         * sync with 0.4.65cvs11
15386         * configure.in: corrected to have the new gpg checks
15387
15388 2001-04-27 [alfons]
15389
15390         * completed sync with 0.4.65cvs10
15391         * minor debug things added to gtkstext.c
15392
15393 2001-04-27 [darko]
15394
15395         * configure.in: remove check for availability of
15396           strftime() as advised by Hiroyuki
15397         * src/prefs_common.[ch], src/procheader.c:
15398           synch strftime() code with Hiroyki's main branch
15399
15400 2001-04-26 [sergey]
15401
15402         * src/news.c: news_query_password(), news_authenticate(): new
15403           functions.
15404           news_get_uncached_articles(): added NNTP authentication
15405           handling.
15406         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15407           new functions.
15408         * src/prefs_account.c: prefs_account_protocol_activated():
15409           enable userid and password fields for NNTP.
15410
15411 2001-04-26
15412
15413         * configure.in: check for availability of strftime()
15414           [darko]
15415         * src/prefs_common.[ch], src/procheader.c: use
15416           strftime() for displaying date in summary pane if it
15417           is available
15418
15419 2001-04-25
15420
15421         * more .cvsignore cleanups [alfons]
15422
15423 2001-04-25
15424
15425         * ac/sv-check-type.m4: new autoconf macro.
15426         * configure.in: fixed wint_t typedef detection (did not work
15427           with gcc-2.96).
15428
15429 2001-04-25
15430
15431         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15432           [hiroyuki]
15433
15434 2001-04-24
15435         * modified gtkstext.c : buggy cursor navigation fixed, 
15436           and font descent also taken in account when drawing
15437           cursor. [alfons]
15438
15439 2001-04-24 [hoa]
15440         * added comments in src/news.c src/nntp.c
15441         * added src/prefs_headers.[ch]
15442         * added src/headers.[ch]
15443         * modified compose.c to activate custom headers
15444                 added function is_in_custom_headers
15445         * modified prefs_account.[ch]
15446                 added function prefs_account_customhdr_edit
15447         * modified src/defs.h :
15448                 added HEADERS_RC : name of the config file
15449                 for the custom headers
15450
15451 2001-04-24
15452
15453     0.4.65claws5
15454
15455         * configure.in
15456           src/gtkstext.[ch]
15457           src/compose.c
15458           src/Makefile.am
15459           
15460           added gtkstext with configure.in patch by Hiroyuki which
15461           should fix the XIM detection [alfons]
15462
15463         * more clean up of cvs [alfons]
15464
15465                  * removed all Makefile.in files to attic.
15466
15467                  * updated all .cvsignores to really ignore things that could
15468                    be unintentionally committed by a recursive commit.
15469
15470 2001-04-23 [hoa]
15471         * added src/grouplist_dialog.[ch]
15472         * changed src/folderview.c to call grouplist_dialog instead
15473                 of inputdialog
15474         * src/news.c :
15475                 added functions news_reset_group_list
15476                 and news_get_group_list
15477         * src/nntp.c :
15478                 added function nntp_list
15479         * src/defs.h :
15480                 added GROUPLIST_FILE : name of the newsgroup list cache file
15481
15482 2001-04-21
15483
15484         * added option to warn about queued messages on exit [sergey]:
15485
15486           * src/compose.c: compose_queue(): call folder_item_scan()
15487             and folderview_update_item() after queueing.
15488           * src/folderview.c: folderview_update_node(): draw the queue
15489             folder in bold font if there are queued messages.
15490           * src/mainwindow.c: queued_messages(): new function.
15491             app_exit_cb(): display warning if there are queued messages
15492             if warn_queued_on_exit is set.
15493           * prefs_common.[ch]: add warn_queued_on_exit option.
15494
15495         * enhanced GnuPG key selection support [sergey]:
15496
15497           * src/select-keys.c: updated to newer version from Win32
15498             branch with support for selecting arbitrary keys.
15499           * src/prefs_account.c: added the Privacy tab to the account
15500             options window.
15501             prefs_account_privacy_create(),
15502             prefs_account_sign_key_set_data_from_radiobtn(),
15503             prefs_account_sign_key_set_radiobtn(): new functions.
15504           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15505           * src/rfc2015.c: set_signers(): new function.
15506             pgp_sign(): add the account parameter, call set_signers().
15507             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15508           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15509           * src/compose.c: pass the current account to rfc2015_sign().
15510
15511         * tag name claws added to prevent confusion with main branch [alfons]
15512
15513         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15514
15515         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15516
15517         * sync with recent sylpheed cvs. Untested though. [alfons]
15518