0.8.11claws83
[claws.git] / ChangeLog.claws
1 2003-04-10 [christoph]  0.8.11claws83
2
3         * src/mbox.c
4                 fix typo that did not move unfiltered mails to destination
5                 folder
6
7         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
8          when filtering from spool)
9
10 2003-04-10 [christoph]  0.8.11claws82
11
12         * src/imap.c
13                 use BODY.PEEK instead of BODY in in message fetch operation
14                 to make sure the IMAP server does not set the \Seen flag for
15                 messages. Sylpheed does that later itself, when the message
16                 is opened in sylpheed
17
18         (closes Bug 111 Claws destroys unread marks)
19
20 2003-04-09 [oliver]     0.8.11claws81
21         
22         * src/folder.c
23                 fix crash in folder_destroy
24         * README.claws
25                 remove selective download
26
27 2003-04-09 [christoph]  0.8.11claws80
28
29         * src/imap.c
30                 fix crash in imap_get_msginfo() when then fetched message
31                 is not found
32
33         (closes Bug 110 Crash during mail composition)
34
35 2003-04-08 [christoph]  0.8.11claws79
36
37         * src/folder.c
38         * src/prefs_account.c
39                 Filter new messages that are found in an INBOX folder
40                 when 'Filter messages on receiving' is enabled in the
41                 Folder's AccountPrefs. This allows to use Sylpheed's
42                 filtering engine for IMAP folders where messages are
43                 added to the INBOX by a MTA
44
45 2003-04-08 [paul]       0.8.11claws78
46
47         * src/procmsg.h
48                 clean up after last commit
49
50 2003-04-08 [paul]       0.8.11claws77
51
52         * sync with 0.8.11cvs20
53                 see ChangeLog 2003-04-07 and 2003-04-08
54
55 2003-04-07 [christoph]  0.8.11claws76
56
57         * src/filtering.[ch]
58         * src/inc.[ch]
59         * src/mbox.c
60         * src/procmsg.[ch]
61                 add procmsg_msginfo_filter() to execute filtering actions
62
63 2003-04-06 [christoph]  0.8.11claws75
64
65         * src/imap.c
66                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
67
68 2003-04-06 [christoph]  0.8.11claws74
69
70         * src/common/utils.[ch]
71                 add g_int_compare() function for slist sorting
72
73         * src/imap.c
74                 fetch all MsgInfos with one command in imap_get_msginfos()
75                 using an imap set with a list of ranges
76
77         * src/news.c
78                 use new g_int_compare() function
79
80 2003-04-06 [thorsten]   0.8.11claws73
81
82         * src/mh.c
83                 corrected implementation of mh_folder_destroy()
84
85 2003-04-05 [christoph]  0.8.11claws72
86
87         * src/account.c
88         * src/folder.[ch]
89         * src/folderview.c
90         * src/imap.c
91         * src/inc.c
92         * src/main.c
93         * src/mainwindow.c
94         * src/mbox_folder.c
95         * src/mh.c
96         * src/mimeview.h
97         * src/msgcache.[ch]
98         * src/news.c
99         * src/procmime.h
100         * src/procmsg.[ch]
101         * src/setup.c
102         * src/gtk/gtkutils.c
103                 o rename structure field names class and new to klass and
104                   new_msgs, to allow including files in C++
105                 o add 'extern "C"' block to some header files
106                 o add MsgInfoList and MsgNumberList as alias for GSList for
107                   developers to know what type of list is expected
108
109         * src/plugins/image_viewer/plugin.c
110         * src/plugins/image_viewer/viewer.[ch]
111         * src/plugins/image_viewer/viewerprefs.[ch]
112                 rename function names to prevent conflicts
113
114 2003-04-05 [paul]       0.8.11claws71
115
116         * sync with 0.8.11cvs18
117                 see ChangeLog 2003-04-03 and 2003-04-04
118
119 2003-04-02 [christoph]  0.8.11claws70
120
121         * src/folder.[ch]
122         * src/imap.[ch]
123         * src/mbox_folder.[ch]
124         * src/mh.[ch]
125         * src/news.[ch]
126                 o Make all virtual folder functions private
127                 o remove unused folder code
128
129         * src/common/socket.[ch]
130         * src/summaryview.c
131                 fix warnings
132
133 2003-03-30 [alfons]     0.8.11claws69
134
135         * src/send_message.c
136                 remove two debug traces and see if people still report
137                 errors
138
139 2003-03-30 [alfons]     0.8.11claws68
140
141         * src/send_message.c
142         * src/commons/session.c
143                 add more debug traces
144
145 2003-03-30 [christoph]  0.8.11claws67
146
147         * src/folder.c
148                 change processing folder name from .processing to processing
149
150         * src/common/ssl.c
151                 disable SSL certificate check because it causes Xlib error
152                 when the child process want's to open an GTK window
153
154 2003-03-30 [christoph]  0.8.11claws66
155
156         * src/folder.c
157                 don't use default folder for processing folder item because
158                 it can be a non local folder
159
160         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
161
162 2003-03-30 [alfons]     0.8.11claws65
163
164         * src/send_message.c
165                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
166                 to generate bad code for 'send_send_data_progressive': When
167                 called from 'send_send_data_finished', the 'data' pointer is
168                 cleared just before the assignment to the dialog pointer
169
170 2003-03-29 [christoph]  0.8.11claws64
171
172         * src/common/prefs.h
173         * src/plugins/image_viewer/Makefile.am
174         * src/plugins/image_viewer/plugin.c
175         * src/plugins/image_viewer/viewer.[ch]
176         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
177                 add PrefsPage for ImageViewer
178
179 2003-03-28 [thorsten]   0.8.11claws63
180
181         * src/common/session.c
182                 added some comments
183
184 2003-03-28 [paul]       0.8.11claws62
185
186         * sync with 0.8.11cvs16
187                 see ChangeLog 2003-03-28
188
189 2003-03-28 [paul]       0.8.11claws61
190
191         * sync with 0.8.11cvs15
192                 see ChangeLog 2003-03-28
193
194 2003-03-27 [christoph]  0.8.11claws60
195
196         * src/folder.c
197         * src/imap.c
198         * src/common/socket.[ch]
199                 set socket state to DISCONNECTED when any operation
200                 fails to allow reconnecting in IMAP code without
201                 checking the return code of all calls to the command
202                 functions
203
204         * src/folderview.c
205         * src/summaryview.c
206                 remove some more stuff that depends on specific
207                 folder types
208
209 2003-03-27 [paul]       0.8.11claws59
210
211         * sync with 0.8.11cvs14
212                 see ChangeLog 2003-03-27
213                 
214         * src/selective_download.[ch]   ** REMOVED **
215                 really removed
216
217 2003-03-27 [christoph]  0.8.11claws58
218
219         * src/folder.c
220                 fix handling of tmp_flags in flag copy function
221
222 2003-03-27 [paul]       0.8.11claws57
223
224         * sync with 0.8.11cvs13
225                 see ChangeLog 2003-03-27
226
227 2003-03-27 [oliver]     0.8.11claws56
228
229         * src/maiwindow.c
230                 remove sel_download_cb
231
232 2003-03-27 [oliver]     0.8.11claws55
233         
234         * src/inc.c
235                 remove POP3_TOP
236         
237 2003-03-26 [oliver]     0.8.11claws54
238
239         *src/pop.h
240                 remove POP3_TOP*
241         * README.claws
242                 remove selective donwload readme
243
244 2003-03-26 [oliver]     0.8.11claws53
245         * src/matcher.[ch]
246         * src/matcher_parser_parse.y 
247         * src/pop.c 
248         * src/prefs_account.[ch]
249         * src/prefs_filtering.c
250                 remove selective donwload
251
252 2003-03-26 [oliver]     0.8.11claws52
253
254         * src/inc.[ch] 
255         * src/filtering.c 
256         * src/mainwindow.c 
257                 remove selective donwload
258
259 2003-03-26 [oliver]     0.8.11claws51
260         
261         * src/Makefile.am
262         * src/selective_download.[ch]   ** REMOVE **    
263
264 2003-03-26 [christoph]  0.8.11claws50
265
266         * src/news.c
267                 fix NEWS that got broken by a sync with sylpheed-main
268
269 2003-03-26 [christoph]  0.8.11claws49
270
271         * src/mimeview.c
272                 fix mime type guessing when no mime type is found for a file
273
274 2003-03-25 [christoph]  0.8.11claws48
275
276         * src/mimeview.c
277         * src/procmime.c
278                 remove mime type guessing from mime parser and use
279                 name based mime types in viewer lookup for mime type
280                 application/octet-stream
281
282 2003-03-25 [christoph]  0.8.11claws47
283
284         * doc-src/readme.txt
285         * doc-src/rfc2554.txt
286                 add RFC about SMTP AUTH
287
288         * src/send_message.c
289         * src/common/smtp.[ch]
290                 add extra error code for authentication errors and
291                 clear temporary password when this error occurs
292
293         (closes Bug 84 authentication failure while sending should
294          prompt for password again)
295
296 2003-03-25 [christoph]  0.8.11claws46
297
298         * configure.ac
299         * src/Makefile.am
300         * src/imageview.[ch]                            ** REMOVE **
301         * src/messageview.[ch]
302         * src/mimeview.[ch]
303         * src/prefs_common.[ch]
304         * src/textview.c
305         * src/plugins/Makefile.am
306         * src/plugins/image_viewer/.cvsignore           ** NEW **
307         * src/plugins/image_viewer/Makefile.am          ** NEW **
308         * src/plugins/image_viewer/plugin.c             ** NEW **
309         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
310                 move image viewer into a plugin (building is enabled by default)
311                 [ToDo: Prefs for resize and autoview]
312
313 2003-03-25 [paul]       0.8.11claws45
314
315         * sync with 0.8.11cvs12
316                 see ChangeLog 2003-03-26
317
318 2003-03-25 [paul]       0.8.11claws44
319
320         * sync with 0.8.11cvs11
321                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
322                 
323         Note: Selective Download is broken.
324                 
325 2003-03-22 [christoph]  0.8.11claws43
326
327         * src/folder.c
328                 code cleanup for flags copying
329
330 2003-03-22 [christoph]  0.8.11claws42
331
332         * src/plugins/trayicon/trayicon.c
333                 fix setting the transparent area when the window size
334                 is forced by the system tray
335
336 2003-03-22 [christoph]  0.8.11claws41
337
338         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
339         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
340         * src/plugins/trayicon/newmail.xpm              ** NEW **
341         * src/plugins/trayicon/nomail.xpm               ** NEW **
342         * src/plugins/trayicon/trayicon.c
343         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
344                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
345                 o add icon for unread mails
346                 o set transparency for window
347
348 2003-03-22 [christoph]  0.8.11claws40
349
350         * src/news.c
351                 init news session to prevent crash when session is closed
352
353 2003-03-22 [christoph]  0.8.11claws39
354
355         * src/imap.c
356         * src/common/session.[ch]
357                 Init session data to make sure we don't have invalid pointers
358                 for read_ch and write_ch when new multi process sessions are
359                 not used
360
361         * src/main.c
362         * src/common/plugin.c
363         * src/common/sylpheed.c
364         * src/plugins/demo/demo.c
365         * src/plugins/dillo_viewer/dillo_viewer.c
366         * src/plugins/mathml_viewer/mathml_viewer.c
367         * src/plugins/spamassassin/spamassassin.c
368         * src/plugins/spamassassin/spamassassin_gtk.c
369                 add plugin types to allow loading plugins at different times
370                 (and maybe for different frontends), because it's not good to
371                 load GTK-Plugins gefore gtk_init was called
372
373         * configure.ac
374         * src/plugins/Makefile.am
375         * src/plugins/trayicon/.cvsignore               ** NEW **
376         * src/plugins/trayicon/Makefile.am              ** NEW **
377         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
378         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
379         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
380         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
381         * src/plugins/trayicon/trayicon.c               ** NEW **
382                 New Trayicon plugin that shows an icon in a systray that uses
383                 XEMBED protocol like Gnome's systray. Icon shows if there
384                 are new mails and a tooltip shows information about new,
385                 unread and total messages.
386
387 2003-03-22 [paul]       0.8.11claws38
388
389         * src/common/smtp.c
390                 fix ESMTP AUTH CRAM-MD5
391                 [sync with main (still version 0.8.11cvs6), see
392                  ChangeLog 2003-03-22]
393
394 2003-03-21 [colin]      0.8.11claws37
395
396         * src/send_message.c
397                 Fix USE_SSL => USE_OPENSSL
398
399 2003-03-21 [colin]      0.8.11claws36
400
401         * src/folderview.c
402                 Fix counts in drag and dropped subfolders
403
404 2003-03-21 [colin]      0.8.11claws35
405
406         * src/folder.c 
407         * src/folderview.c
408                 speed up a bit folder dnd
409
410 2003-03-20 [alfons]     0.8.11claws34
411
412         * src/main.c
413         * src/toolbar.c
414         * src/procmsg.c
415                 don't send locked queue messages
416                 (feature request "[ 705245 ] Locking message in outbox 
417                  should prevent sending")
418
419 2003-03-20 [christoph]  0.8.11claws33
420
421         * src/folder.c
422                 remove NEW and UNREAD flag in special folders when scanning
423                 
424         * src/common/smtp.c
425                 fix ESMTP AUTH CRAM-MD5
426
427 2003-03-20 [paul]       0.8.11claws32
428
429         * src/prefs_account.c
430                 Re-write 'Tunnel command to open connection' as
431                 'Use command to communicate with server', and disable
432                 it for all except IMAP accounts
433
434 2003-03-20 [paul]       0.8.11claws31
435
436         * sync with 0.8.11cvs6
437                 see ChangeLog 2003-03-20
438
439 2003-03-19 [match]      0.8.11claws30
440
441         * src/addritem.[ch]
442                 include documentation. minor refactoring.
443         * src/addr_compl.[ch]
444         * src/addrindex.[ch]
445         * src/addresbook.[ch]
446         * src/summaryview.c
447                 re-enable address lookup (was disabled in
448                 0.8.11claws20).
449
450 2003-03-19 [christoph]  0.8.11claws29
451
452         * src/procmsg.c
453                 add temp flag handling, will make moving and copying
454                 messages possible again
455
456         * src/folder.c
457                 correct calulation of folder stats
458
459 2003-03-18 [match]      0.8.11claws28
460
461         * src/editgroup.h
462                 remove case sensitive comparison (closes bug 80).
463
464 2003-03-18 [christoph]  0.8.11claws27
465
466         * src/imap.c
467                 fix imap using a tunnel command
468
469         (closes bug 87)
470
471 2003-03-18 [christoph]  0.8.11claws26
472
473         * src/folder.[ch]
474         * src/imap.c
475         * src/procmsg.[ch]
476                 rewrite flag handling for folders
477
478 2003-03-18 [christoph]  0.8.11claws25
479
480         * src/folder.c
481         * src/procmsg.c
482         * src/summaryview.c
483                 unset NEW and UNREAD flags when message is ignored, to make
484                 sure messages don't show up as unread on other IMAP clients,
485                 because the IGNORE_THREAD flag can not be syncronized through
486                 the IMAP folder
487
488 2003-03-17 [christoph]  0.8.11claws24
489
490         * src/imap.c
491                 don't use recursion to fetch uids when the number of messages
492                 does not match. Moved code into subfunction that is used
493                 again when needed, to prevent an endless loop.
494
495 2003-03-17 [thorsten]   0.8.11claws23
496
497         * src/imageview.[ch]
498                 export imageview_get_resized_size() (for plugins)
499         * src/prefs_common.[ch]
500                 added prefs_common_get() (for plugins)
501
502 2003-03-17 [christoph]  0.8.11claws22
503
504         * src/imap.c
505                 o remove UID guessing from copy code
506                 o support UIDPLUS extension for APPEND command
507
508 2003-03-17 [paul]       0.8.11claws21
509
510         * src/gtk/about.c
511                 remove 'Compiled-plugins' section.
512                 
513         * src/plugins/dillo_viewer/dillo_viewer.c
514                 slight change to description text
515
516 2003-03-16 [match]      0.8.11claws20
517         * src/ldapserver.[ch]           ** NEW **
518         * src/ldapctrl.[ch]             ** NEW **
519         * src/ldapquery.[ch]            ** NEW **
520         * src/ldaputil.[ch]             ** NEW **
521         * src/addrcindex.[ch]           ** NEW **
522         * src/addrquery.h               ** NEW **
523         * src/addritem.[ch]
524         * src/addrcache.[ch]
525         * src/addrindex.[ch]
526         * src/addr_compl.[ch]
527         * src/addressbook.[ch]
528         * src/addrbook.[ch]
529         * src/editgroup.c
530         * src/editaddress.c
531         * src/editldap.c
532         * src/editldap_basedn.c
533         * src/vcard.c
534         * src/jpilot.c
535         * src/Makefile.am
536                 included dynamic LDAP queries. improved address
537                 completion.
538
539 2003-03-16 [paul]       0.8.11claws19
540
541         * tools/multiwebsearch.pl
542                 fix a fatal typo
543
544 2003-03-16 [christoph]  0.8.11claws18
545
546         * src/mimeview.c
547         * src/plugins/dillo_viewer/dillo_viewer.c
548         * src/plugins/mathml_viewer/mathml_viewer.c
549                 make unregistering of MimeViewerFactorys possible
550
551 2003-03-16 [alfons]     0.8.11claws17
552
553         * configure.ac
554                 correct typo
555
556 2003-03-16 [melvin]     0.8.11claws16
557
558         * src/plugins/dillo_viewer.c
559                 Fixed bug where it was not possible to view more than
560                 one text/html attachment per message (bug discovered
561                 by Christoph Hohmann).
562
563 2003-03-15 [melvin]     0.8.11claws15
564
565         * src/prefs_actions.c
566                 Fixed compilation warnings.
567
568 2003-03-15 [melvin]     0.8.11claws14
569
570         * src/plugins/Makefile.am
571         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
572         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
573         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
574                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
575                 newer (http://dillo.auriga.wearlab.de/).
576
577 2003-03-15 [christoph]  0.8.11claws13
578
579         * src/imap.c
580                 don't query imap folder for attributes because we already
581                 for them from imap_status
582
583         * src/mimeview.[ch]
584                 add support for plugable MimeViewers (unloading Viewers
585                 not yet complete)
586
587         * src/plugins/Makefile.am
588         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
589         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
590         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
591                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
592                 widget from http://helm.cs.unibo.it/mml-widget/
593
594 2003-03-14 [christoph]  0.8.11claws12
595
596         * src/folder.[ch]
597                 o error return code's should better be negative
598                 o replace printf with debug_print
599
600         * src/imap.c
601                 improve IMAP folder scan by checking UID-NEXT
602
603         * src/summaryview.c
604                 remove check that are unnecessary in my opinion
605
606 2003-03-13 [christoph]  0.8.11claws11
607
608         * src/folder.[ch]
609         * src/foldersel.c
610         * src/folderview.c
611         * src/imap.c
612         * src/mbox_folder.c
613         * src/mh.c
614         * src/news.c
615         * src/prefs_scoring.c
616         * src/summaryview.c
617                 use a common function to get a displayable name
618                 for a FolderItem
619
620 2003-03-13 [paul]       0.8.11claws10
621
622         * tools/Makefile.am
623           tools/README
624           tools/multiwebsearch.conf     ** NEW FILE **
625           tools/multiwebsearch.pl       ** NEW FILE **
626                 add multiwebsearch Actions script
627
628 2003-03-13 [colin]      0.8.11claws9
629
630         * src/compose.c
631                 Remove leading emtpy lines from quoted text
632                 before quoting it
633
634 2003-03-13 [melvin]     0.8.11claws8
635
636         * src/prefs_actions.c
637                 Fixed a memory leak
638                 Code clean ups
639                 Added Cancel and OK buttons
640                 Corrected help text
641
642 2003-03-13 [christoph]  0.8.11claws7
643
644         * src/account.c
645         * src/folder.[ch]
646         * src/imap.c
647         * src/mainwindow.c
648         * src/mbox_folder.c
649         * src/mh.c
650         * src/news.c
651         * src/setup.c
652                 replace more folder type stuff with folder class stuff
653
654 2003-03-13 [melvin]     0.8.11claws6
655
656         * src/prefs_actions.c
657                 Added new tokens:
658                 %u: user provided argument
659                 %h: user provided argument (hidden on input)
660                 %s: current text selection in the message view 
661
662 2003-03-13 [paul]       0.8.11claws5
663
664         * sync with 0.8.11cvs5
665                 see ChangeLog 2003-03-11, 2003-03-12
666
667 2003-03-12 [christoph]  0.8.11claws4
668
669         * src/folder.c
670                 use folder class idstr when writing folderlist.xml
671
672         * src/folder.h
673         * src/imap.c
674         * src/news.c
675                 replace folder type checks with folder class checks
676
677 2003-03-12 [christoph]  0.8.11claws3
678
679         * src/folder.[ch]
680         * src/imap.[ch]
681         * src/main.c
682         * src/mbox_folder.[ch]
683         * src/mh.[ch]
684         * src/news.[ch]
685                 o create a list of known folder classes in the folder system
686                 o use folder class id strings for folder item identifiers
687
688 2003-03-12 [christoph]  0.8.11claws2
689
690         * src/imap.c
691                 fix imap uid validity check
692
693 2003-03-12 [christoph]  0.8.11claws1
694
695         * src/account.c
696         * src/folder.[ch]
697         * src/foldersel.c
698         * src/folderview.c
699         * src/imap.c
700         * src/mainwindow.c
701         * src/mbox_folder.c
702         * src/mh.c
703         * src/news.c
704         * src/prefs_scoring.c
705         * src/procmsg.c
706         * src/setup.c
707         * src/summaryview.c
708                 initial restructuring of folder system, seperating
709                 folders and folder classes
710
711 2003-03-12 [paul]       0.8.11claws
712
713         0.8.11claws release
714
715 2003-03-12 [christoph]
716
717         * src/gtk/prefswindow.c
718                 fix translation of "Page Index"
719
720 2003-03-12 [paul]       0.8.10claws110
721
722         a sync from 0.8.11cvs4 before the release
723
724         * src/common/utils.c
725                 subject_compare_for_sort(): allow null strings (fixes
726                 summary sorting).
727
728 2003-03-11 [paul]       0.8.10claws109
729
730         * po/es.po
731                 update Spanish translation, submitted by
732                 Ricardo Mones Lastra
733
734 2003-03-11 [melvin]     0.8.10claws108
735
736         * po/fr.po
737                 Updated French translations
738
739 2003-03-11 [paul]       0.8.10claws107
740
741         * manual/en/Makefile.am
742           manual/en/*.html
743                 update English manual, add a new page
744                 updated by Francois Barriere <fbarriere@atmel.fr>
745                 
746         * po/bg.po
747           po/it.po
748           po/sr.po
749                 update Bulgarian, Italian, and Serbian translations
750                 submitted by George Danchev, Alessandro Maestri, and
751                 Urke MMI
752
753 2003-03-10 [paul]       0.8.10claws106
754
755         * src/gtk/about.c
756           src/gtk/prefswindow.c
757                 make some strings translatable
758
759 2003-03-10 [darko]      0.8.10claws105
760
761         * src/compose.c
762                 code cleanup to make Hiro happy
763
764 2003-03-10 [paul]       0.8.10claws104
765
766         * sync with 0.8.11cvs2
767                 see ChangeLog 2003-03-10
768
769 2003-03-09 [melvin]     0.8.10claws103
770
771         * src/textview.c
772                 textview_set_font(): fix for message display in
773                 UTF-8 locales (thanks to Sergey Vlasov).
774                 (was unintentionnaly reverted in 0.8.6claws6)   
775
776 2003-03-08 [darko]      0.8.10claws102
777
778         * src/compose.c
779                 fix infinite loop in wrapping as reported
780                 by happycactus
781                 obsoletes patch #696482
782
783 2003-03-08 [christoph]  0.8.10claws101
784
785         * src/imap.c
786                 add workaround for IMAP servers that do not
787                 support the "UID SEARCH UID" command
788
789 2003-03-07 [christoph]  0.8.10claws100
790
791         * src/plugins/spamassassin/spamassassin.[ch]
792         * src/plugins/spamassassin/spamassassin_gtk.c
793                 code cleanup
794
795 2003-03-07 [paul]       0.8.10claws99
796
797         * po/es.po
798                 updated Spanish translation, submitted by
799                 Ricardo Mones Lastra
800
801 2003-03-07 [christoph]  0.8.10claws98
802
803         * src/send.c
804                 fix in 0.8.10claws94 was wrong
805                 local delivery does not require escaping, remove escaping
806                 code to make signatures of mails with "." lines valid
807                 
808                 NOTE: requires that sendmail is executed with "-i" option,
809                       what is the default now, but has to be changed in all
810                       exsiting accounts)
811
812 2003-03-07 [paul]       0.8.10claws97
813
814         * sync with 0.8.11 release
815                 see ChangeLog 2003-03-07
816
817 2003-03-06 [paul]       0.8.10claws96
818
819         * src/compose.c
820                 revert commit 0.8.10claws92
821
822 2003-03-06 [paul]       0.8.10claws95
823
824         * src/folderview.c
825                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
826
827         * src/gtkaspell.c
828                 fix bug 74, 'Crash opening editor window with pseudo-color
829                 display'
830                 
831         Patches submitted by Kevin Vigor <kevin@vigor.nu>
832
833 2003-03-06 [christoph]  0.8.10claws94
834
835         * src/send.c
836                 fix rfc2821 (4.5.2) violation in SMTP data sending,
837                 all lines starting with a period get an extra period
838                 inserted
839                 (found by Simon 'corecode' Schubert)
840
841 2003-03-06 [paul]       0.8.10claws93
842
843         * src/folderview.c
844                 if configured font can't be loaded fall back to gtk
845                 default. (with thanks to Christoph)
846                 
847                 closes long-standing bug 15 'Crashes on startup'
848
849 2003-03-06 [paul]       0.8.10claws92
850
851         * src/compose.c
852                 freeze text before autosave and thaw afterwards
853                 fixes bug 67 'autosave make re-rediting message crazy'
854
855 2003-03-06 [christoph]  0.8.10claws91
856
857         * src/compose.c
858                 ignore address comment in dupe check for Cc-list
859
860         (closes reopened bug 47 Replying to message strips name part of
861          e-mail addresses of Cc: lines)
862
863 2003-03-06 [paul]       0.8.10claws90
864
865         * src/Makefile.am
866                 remove reference to gtkxtext.h as its no longer in
867                 the repository
868
869 2003-03-06 [paul]       0.8.10claws89
870
871         * sync with 0.8.10cvs25
872                 see ChangeLog 2003-03-06
873
874 2003-03-06 [oliver]     0.8.10claws88
875         
876         * src/messageview.c
877                 remove include
878
879 2003-03-06 [oliver]     0.8.10claws87
880         
881         * src/folderview.c 
882                 remove changes introduced inclaws74
883         * src/messageview.c
884                 another attempt to sanely delete and update
885                 messages deleted in separate messageview
886
887 2003-03-05 [christoph]  0.8.10claws86
888
889         * src/summaryview.c
890                 check if "From" matches any account's address if
891                 addressbook completion of addresses is disabled too
892
893         (closes Bug 70 "Display recipient in from" doesn't check
894          folder's default account)
895
896 2003-03-05 [christoph]  0.8.10claws85
897
898         * src/compose.c
899         * src/common/utils.[ch]
900                 don't strip address comments when building Cc lists
901
902         (closes Bug 47 Replying to message strips name part of e-mail addresses
903          of Cc: lines)
904
905         * src/folder.c
906                 fix return value of copy function
907
908 2003-03-05 [christoph]  0.8.10claws84
909
910         * src/imap.c
911                 don't ask imap server for non rfc822 headers
912
913         (closes bug 71 IMAP FETCH asks for FROM header field twice)
914
915         * src/imap.c
916                 destroy session on socket error to allow reconnecting
917
918 2003-03-05 [christoph]  0.8.10claws83
919
920         * configure.ac
921                 fix building with gnome when no prefix is set
922
923         (closes bug 66 Gnome directory is set to NONE)
924
925 2003-03-05 [paul]       0.8.10claws82
926
927         * sync with 0.8.10cvs23
928                 see ChangeLog 2003-03-05
929
930 2003-03-04 [christoph]  0.8.10claws81
931
932         * src/folder.c
933                 o fix moving and copying when folder returns 0 for new
934                   message number
935                 o remove some code for single message copy and move
936                   operations and use functions for multiple messages
937
938         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
939
940         * src/news.c
941                 remove unused include
942
943 2003-03-04 [paul]       0.8.10claws80
944
945         * src/gtk/about.c
946                 list 'Compiled plugins'
947
948 2003-03-03 [christoph]  0.8.10claws79
949
950         * src/news.[ch]
951                 have to multiply the percentage of the current fetch with
952                 the percentage that it has of the total fetch operation
953                 for correct values
954
955 2003-03-03 [christoph]  0.8.10claws78
956
957         * src/news.c
958                 fix calculation of expected lines for progress indicator
959
960 2003-03-03 [christoph]  0.8.10claws77
961
962         * src/summaryview.c
963         * src/common/utils.c
964                 fix segfault when opening the root news folder
965
966 2003-03-03 [christoph]  0.8.10claws76
967
968         * src/mainwindow.[ch]
969         * src/common/Makefile.am
970         * src/common/progressindicator.[ch]
971                 add UI independent progress indicator handling
972
973         * src/news.[ch]
974                 use new progress indicator for message info fetching
975
976         * src/common/hooks.h
977                 code cleanup
978
979 2003-03-03 [oliver]     0.8.10claws75
980
981         * src/toolbar.c
982         * src/compose.c
983                 removed commented code
984
985 2003-03-03 [oliver]     0.8.10claws74
986
987         * src/toolbar.[ch]
988                 cleanups and refactoring
989         * src/compose.[ch]
990                 compose_reply_mode reply & forwarding interface for
991                 toolbar buttons
992         * src/folderview.c
993                 act on messages marked for deletion in folderview_selected
994                 based on prefs_common.immediate_exec since a message might 
995                 have been deleted by messageview in a folder we are changing 
996                 to (does anybody understand what I'm on about ?)
997
998 2003-03-03 [oliver]     0.8.10claws73
999         
1000         * src/messageview.[ch]
1001                 new functions
1002                 - messageview_delete: delete message shown in messagview
1003                 - messageview_update_view: update messageview to currently 
1004                   selected summaryview message
1005                 - add separate messageview to msgview_list in order to update 
1006                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
1007         * src/summaryview.[ch]
1008                 summary_get_selection returns a list of selected msgs
1009                 in summaryview
1010         * src/mainwindow.c
1011                 toolbar reply refactoring
1012
1013 2003-03-03 [paul]       0.8.10claws72
1014
1015         * sync with 0.8.10cvs21
1016                 see ChangeLog 2003-03-03
1017
1018 2003-03-02 [christoph]  0.8.10claws71
1019
1020         * src/common/passcrypt.c
1021                 use POSIX includes
1022
1023 2003-03-02 [christoph]  0.8.10claws70
1024
1025         * configure.ac
1026         * src/prefs_account.c
1027         * src/prefs_gtk.[ch]
1028         * src/common/.cvsignore
1029         * src/common/Makefile.am
1030         * src/common/passcrypt.c                ** NEW **
1031         * src/common/passcrypt.h.in             ** NEW **
1032                 Implement password encryption in config files
1033                 using unix encrypt and setkey functions. The crypt
1034                 key can be set as a configure parameter. Old
1035                 passwords will be converted if they do not begin
1036                 with '!'
1037
1038 2003-03-02 [paul]       0.8.10claws69
1039
1040         * src/prefs_account.c
1041                 fix compile error
1042
1043 2003-03-01 [thorsten]   0.8.10claws68
1044
1045         * po/el.po
1046           po/hr.po
1047           po/it.po
1048           po/nl.po
1049           po/sr.po
1050           po/sv.po
1051                 corrected format strings
1052         * po/en_GB.po
1053                 corrected headers
1054                 (fix compile errors with GNU gettext-0.11.5)
1055
1056 2003-03-01 [oliver]     0.8.10claws67
1057
1058         * src/summaryview.c
1059                 menu callbacks call toolbar_menu_reply
1060
1061 2003-03-01 [oliver]     0.8.10claws66
1062
1063         * src/mainwindow.c
1064         * src/messageview.c
1065                 menu callbacks call toolbar_menu_reply
1066         * src/toolbar.[ch]
1067                 callbacks from menu handled by toolbar_menu_reply
1068
1069 2003-03-01 [paul]       0.8.10claws65
1070
1071         * src/addressbook.c
1072                 revert commit 0.8.10claws54 - breaks editing of
1073                 addressbook.
1074                 
1075         * po/bg.po
1076                 update Bulgarian translation, submitted by
1077                 George Danchev
1078
1079 2003-02-28 [christoph]  0.8.10claws64
1080
1081         * src/account.c
1082         * src/addressadd.c
1083         * src/compose.c
1084         * src/gtkaspell.c
1085         * src/gtkxtext.h                ** REMOVE **
1086         * src/imap.c
1087         * src/matcher.[ch]
1088         * src/mh.c
1089         * src/news.c
1090         * src/pine.c
1091         * src/prefs_common.c
1092         * src/prefs_matcher.c
1093         * src/procheader.[ch]
1094         * src/procmsg.[ch]
1095         * src/toolbar.c
1096         * src/common/ssl_certificate.c
1097         * src/gtk/colorlabel.c
1098         * src/gtk/menu.c
1099                 o fix warnings
1100                 o remove code obsoleted by new cache and folder system rework
1101
1102 2003-02-28 [oliver]     0.8.10claws63
1103         
1104         * src/toolbar.[ch]
1105                 * fix bug where reply in Messageview replied to 
1106                 Message displayed in summaryview
1107                 (reportedd via ML by chinatinte at gmx dot ch)
1108                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1109                 didn't work in separate MessageView Toolbar
1110                 (wondering if anybody uses this at all ?)
1111         * src/summaryview.[ch]
1112                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1113                 (generalize reply and forward code);
1114         * src/messageview.c 
1115                 remove focus_in event which updated summaryview to messageview
1116
1117 2003-02-28 [paul]       0.8.10claws62
1118
1119         * po/Makefile.in.in
1120                 add the --check option
1121                 Patch submitted by Ricardo Mones Lastra
1122
1123 2003-02-28 [paul]       0.8.10claws61
1124
1125         * src/prefs_account.c
1126                 re-order 'Signature' items
1127
1128 2003-02-28 [paul]       0.8.10claws60
1129
1130         * sync with 0.8.10cvs20
1131                 see ChangeLog 2003-02-28
1132
1133 2003-02-28 [paul]       0.8.10claws59
1134
1135         * po/POTFILES.in
1136                 update to reflect recent movement of files
1137
1138 2003-02-28 [paul]       0.8.10claws58
1139
1140         * sync with 0.8.10cvs19
1141                 see ChangeLog 2003-02-28
1142
1143 2003-02-27 [martin]     0.8.10claws57
1144
1145         * src/prefs_matcher.c 
1146                 fix segfault in prefs_matcher_ok() when the
1147                 last entry is deleted and prevents that the
1148                 message "entry not saved" comes up after deleting
1149                 an entry
1150
1151 2003-02-27 [martin]     0.8.10claws56
1152
1153         * src/prefs_filtering.c 
1154                 fix segfault in prefs_filtering_ok() when the
1155                 last entry is deleted and prevents that the
1156                 message "entry not saved" comes up after deleting
1157                 an entry
1158
1159 2003-02-27 [paul]       0.8.10claws55
1160
1161         * sync with 0.8.10cvs18
1162                 see ChangeLog 2003-02-27
1163
1164 2003-02-27 [paul]       0.8.10claws54
1165
1166         * src/addressbook.c
1167                 fix bug where the address book crashes with 
1168                 multiple lookups.
1169                 Patch [687729] submitted by David Frager 
1170                 <dbfrager@users.sourceforge.net>
1171
1172 2003-02-25 [christoph]  0.8.10claws53
1173
1174         * src/Makefile.am
1175         * src/colorlabel.[ch]           ** REMOVE **
1176         * src/gtk/Makefile.am
1177         * src/gtk/colorlabel.[ch]       ** NEW **
1178                 move colorlabel files to gtk directory
1179
1180         * src/esmtp.[ch]                ** REMOVE **
1181                 has been merged into smtp.[ch] in 0.7.5
1182
1183 2003-02-25 [christoph]  0.8.10claws52
1184
1185         * src/Makefile.am
1186         * src/about.[ch]                ** REMOVE **
1187         * src/gtk/Makefile.am
1188         * src/gtk/about.[ch]            ** NEW **
1189                 move about files to gtk directory
1190
1191 2003-02-25 [christoph]  0.8.10claws51
1192
1193         * src/folder.c
1194                 some code optimization of folder scanning code
1195
1196         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1197
1198 2003-02-25 [christoph]  0.8.10claws50
1199
1200         * src/main.c
1201         * src/common/sylpheed.c
1202                 add command line parameter parsing to common code
1203
1204 2003-02-24 [christoph]
1205
1206         * Makefile.am
1207         * configure.ac
1208                 fix gnome prefix problems, the configure script now removed
1209                 `gnome-config --prefix` from `gnome-config --datadir`
1210                 and adds $(prefix} instead
1211
1212         (closes Bug 24 Makefile does not respect prefix when installing
1213          GNOME data)
1214
1215 2003-02-24 [christoph]  0.8.10claws49
1216
1217         * src/news.c
1218                 check for valid session before trying to authenticate
1219
1220         (closes Bug 60 crash if "authenticate on logon" is activated
1221          and newsserver-hostname is not valid)
1222
1223 2003-02-24 [melvin]     0.8.10claws48
1224
1225         * src/prefs_actions.c
1226                 Make sure all user's input is sent to the action and then
1227                 close the socket..
1228
1229 2003-02-23 [alfons]     0.8.10claws46
1230
1231         * src/summaryview.c
1232                 also wait cursor when deleting files
1233
1234 2003-02-23 [paul]
1235
1236         * tools/freshmeat_search.pl
1237           tools/google_search.pl
1238                 scripts should now work for any browser/browser command line
1239
1240 2003-02-22 [christoph]  0.8.10claws45
1241
1242         * src/procmsg.c
1243                 fix IMAP flag setting, IMAP flag is not handled correctly
1244                 anymore by the folder system and information about the
1245                 folder should not be saved in the MsgInfo (in my opinion)
1246
1247         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1248
1249 2003-02-22 [christoph]  0.8.10claws44
1250
1251         * src/summaryview.c
1252                 fix spelling of "label" ;-)
1253
1254 2003-02-22 [thorsten]   0.8.10claws43
1255
1256         * src/mimeview.c
1257           src/prefs_common.[ch]
1258           src/procmime.[ch]
1259                 do not use description as attachment name
1260
1261 2003-02-22 [alfons]     0.8.10claws42
1262
1263         * src/summaryview.c
1264                 freeze/thaw folder item updates when changing color labels,
1265                 and put a wait cursors on
1266
1267 2003-02-22 [thorsten]   0.8.10claws41
1268
1269         * src/mimeview.c
1270                 save-all fixes: crash if invoked on multipart container,
1271                 mimeinfo access, pathseparators, error dialog
1272
1273 2003-02-21 [alfons]     0.8.10claws40
1274
1275         * src/prefs_gtk.c
1276                 remove unused var
1277
1278 2003-02-21 [colin]      0.8.10claws39
1279
1280         * src/send.c
1281                 Fix smtp logging
1282
1283 2003-02-21 [colin]      0.8.10claws38
1284
1285         * src/summaryview.c
1286                 Freeze/thaw folderItem updates when filtering messages 
1287                 via Tools/Filter messages
1288
1289 2003-02-21 [paul]       0.8.10claws37
1290
1291         * src/compose.c
1292                 revert commit 0.8.10claws26, there are ulterior motives
1293                 for users to set a Reply-To header when posting to
1294                 newsgroups
1295
1296 2003-02-21 [paul]       0.8.10claws36
1297
1298         * sync with 0.8.10cvs17
1299                 see ChangeLog 2003-02-21
1300
1301 2003-02-20 [christoph]  0.8.10claws35
1302
1303         * src/imap.c
1304                 IMAP UID fetch speedup using SEARCH
1305
1306         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1307
1308         * src/imap.c
1309                 fix problem with UIDs in IMAP UID cache that no longer existed
1310
1311 2003-02-20 [christoph]  0.8.10claws34
1312
1313         * src/imap.c
1314         * src/procheader.c
1315         * src/procheader.h
1316                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1317
1318         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1319
1320         * src/imap.c
1321                 Rewrite imap_cmd_gen_recv use sock_getline instead
1322                 of sock_gets to avoid problems with too long reply
1323                 lines
1324     
1325 2003-02-20 [colin]      0.8.10claws33
1326         
1327         * src/prefs_account.c
1328                 Better wording
1329
1330 2003-02-20 [colin]      0.8.10claws32
1331
1332         * src/compose.c
1333                 Remove useless '&& !to_sender' 
1334
1335 2003-02-20 [darko]
1336
1337         * AUTHORS
1338                 change my e-mail address
1339
1340 2003-02-19 [colin]      0.8.10claws31
1341
1342         * src/prefs_common.c
1343                 X11 style colors for every configurable color
1344
1345 2003-02-19 [alfons]     0.8.10claws30
1346
1347         * src/prefs_gtk.[ch]
1348         * src/prefs_common.c
1349                 for color_new accept both plain integers and X11 style color
1350                 names (as found in /usr/lib/X11/rgb.txt)
1351
1352 2003-02-19 [paul]       0.8.10claws29
1353
1354         * src/mainwindow.c
1355                 add tooltips to online/offline button and account selector
1356                 button
1357
1358 2003-02-19 [paul]       0.8.10claws28
1359
1360         * src/folder.c
1361           src/news.c
1362           src/prefs_account.[ch]
1363           src/prefs_common.[ch]
1364                 move 'Maximum number of articles to download' to
1365                 account prefs.
1366                 clean up account prefs gui a little by hiding entries
1367                 rather then greying out entries
1368
1369 2003-02-19 [hiro]       0.8.10claws27
1370
1371         * src/common/utils.c
1372                 fix bug #54 'yesterdays date is displayed in the message 
1373                 summary window'
1374
1375 2003-02-19 [paul]       0.8.10claws26
1376
1377         * src/compose.c
1378                 fix bug reported in Feature Request [688596] 
1379                 'Reply-to header in news'
1380
1381 2003-02-18 [paul]       0.8.10claws25
1382
1383         * src/select-keys.c
1384                 add a 'List all keys' button to key selection dialog
1385
1386 2003-02-18 [colin]      0.8.10claws24
1387         
1388         * src/stock_pixmap.c
1389                 fix compile error
1390
1391 2003-02-18 [colin]      0.8.10claws23
1392
1393         * src/common/smtp.[ch]
1394           src/prefs_account.c
1395                 Try to starttls if it seems to be the only
1396                 way to authenticate a user
1397
1398 2003-02-18 [paul]       0.8.10claws22
1399
1400         * src/Makefile.am
1401           src/folderview.c
1402           src/stock_pixmap.[ch]
1403           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1404           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1405                 as a Drafts folder is a special folder allow it to have
1406                 its own unique icons
1407
1408 2003-02-18 [colin]      0.8.10claws21
1409
1410         * src/imap.c
1411                 Fix port selection when using starttls
1412
1413 2003-02-18 [paul]       0.8.10claws20
1414
1415         * src/mainwindow.c
1416           src/prefs_common.[ch]
1417                 make blue the default new mail colour
1418
1419 2003-02-18 [paul]       0.8.10claws19
1420
1421         * sync with 0.8.10cvs14
1422                 see ChangeLog 2003-02-18
1423
1424 2003-02-17 [jens]       0.8.10claws18
1425
1426         * src/common/md5.c
1427                 fixed a compile problem with gcc 3.3
1428                 works on 2.95.3 too (testet on PPC as it is big endian)
1429
1430 2003-02-17 [paul]       0.8.10claws17
1431
1432         * sync with 0.8.10cvs13
1433                 see ChangeLog 2003-02-17
1434
1435 2003-02-17 [paul]       0.8.10claws16
1436
1437         * sync with 0.8.10cvs12
1438                 see ChangeLog 2003-02-17
1439
1440 2003-02-16 [match]      0.8.10claws15
1441
1442         * src/addressbook.c
1443                 Eliminates reloading of address data when items
1444                 deleted or added. Applied submitted by
1445                 Luke Plant <lukeplant@softhome.net>
1446
1447 2003-02-16 [paul]       0.8.10claws14
1448
1449         * src/news.c
1450                 when a 'protocol error' is encountered disconnect from
1451                 the server. This means that the user can carry on viewing
1452                 other articles and doesn't have to either wait until the
1453                 server timesout or quit sylpheed.
1454                 Fixes bug #53 'Unable to read messages in newsgroups, 
1455                 displayed message doesn't change'
1456
1457 2003-02-15 [christoph]  0.8.10claws13
1458
1459         * src/imap.c
1460                 fix bug that stopped scanning of folders when an
1461                 IMAP folder was empty
1462
1463         (closes bug 46 stop scan messages in folders after empty folder)
1464
1465 2003-02-15 [paul]
1466
1467         * tools/Makefile.am
1468           tools/README
1469           tools/freshmeat_search.pl     ** NEW FILE **
1470           tools/google_search.pl        ** NEW FILE **
1471                 Add 2 Actions scripts which search freshmeat/google
1472                 for the selected text using the browser configured
1473                 in sylpheedrc.
1474                 
1475         Note: These scripts are very dependent on the format of the
1476         browser command and may not work on every occasion. Testing
1477         is welcome. 
1478
1479 2003-02-14 [alfons]     0.8.10claws12
1480
1481         * src/compose.c
1482                 fix breakage because of uninitialized account pointer.
1483                 please verify.
1484
1485 2003-02-14 [paul]       0.8.10claws11
1486
1487         * src/compose.c
1488           src/prefs_account.[ch]
1489           src/prefs_common.[ch]
1490                 move signature settings to Account Prefs
1491
1492 2003-02-14 [paul]       0.8.10claws10
1493
1494         * sync with 0.8.10cvs11
1495                 see ChangeLog 2003-02-14
1496
1497 2003-02-13 [thorsten]   0.8.10claws9
1498
1499         * src/news.c
1500                 revert news progressbar (GUI separation)
1501
1502 2003-02-13 [paul]       0.8.10claws8
1503
1504         * src/compose.c
1505                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1506                 paragraph 1
1507
1508 2003-02-13 [paul]       0.8.10claws7
1509
1510         * src/compose.[ch]
1511           src/summaryview.c
1512                 fix 'Follow-up and Reply-to' so that it creates a reply to
1513                 the newsgroup and the sender. If the message has the keyword
1514                 'poster' in the Followup-To header, all replies go to the
1515                 sender, re: RFC 1036, Section 2.2.3
1516                 rename all instances of 'ignore_replyto' to 'to_sender', both
1517                 were previously used, now we use just one.
1518
1519 2003-02-13 [paul]       0.8.10claws6
1520
1521         * sync with 0.8.10cvs9
1522                 see ChangeLog 2003-02-13
1523
1524 2003-02-13 [paul]       0.8.10claws5
1525
1526         * configure.ac
1527                 show which plugins are configured in the configure
1528                 output.
1529
1530 2003-02-12 [thorsten]   0.8.10claws4
1531
1532         * src/news.c
1533                 show progress while fetching news headers
1534
1535 2003-02-12 [christoph]  0.8.10claws3
1536
1537         * configure.ac
1538         * src/plugins/Makefile.am
1539                 use AM_CONDITIONAL to enable plugins, automake correctly
1540                 manages this when creating distdir
1541
1542 2003-02-12 [christoph]  0.8.10claws2
1543
1544         * ac/spamassassin.m4
1545         * src/plugins/spamassassin/Makefile.am
1546                 fix building SpamAssassin plugin without OpenSSL
1547
1548 2003-02-12 [paul]       0.8.10claws1
1549
1550         * ac/Makefile.am
1551           src/Makefile.am
1552           src/plugins/Makefile.am
1553                 fix failure of 'make release'
1554
1555 2003-02-12 [paul]       0.8.10claws
1556
1557         * 0.8.10claws released
1558
1559 2003-02-12 [paul]       0.8.9claws56
1560
1561         * po/bg.po
1562           po/es.po
1563           po/it.po
1564           po/ru.po
1565           po/sr.po
1566                 updated translations by George Danchev, Ricardo Mones Lastra,
1567                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1568                 
1569         * sylpheed.spec.in
1570                 Allow the building of RPMs by a regular user. Submitted
1571                 by Sergei Astanin
1572
1573 2003-02-11 [alfons]     0.8.9claws55
1574
1575         * src/colorlabel.c
1576                 don't use pixmaps for label color rect but draw rectangles
1577                 so we can respect the color map of palette based visuals
1578                 (fixes the long time crashes on Suns - thanks to Andreas
1579                 Engel and Steve O'Hara-Smith for testing)
1580
1581 2003-02-11 [christoph]  0.8.9claws54
1582
1583         * src/matcher_parser_parse.y
1584                 correct bug where filering rules of not existing folders in
1585                 matcherrc were added to global filtering
1586                 
1587         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1588          main filter-rules after removing directory, http://bugs.debian.org/180253)
1589         
1590 2003-02-11 [paul]       0.8.9claws53
1591
1592         * sync with 0.8.10cvs7
1593                 see ChangeLog 2003-02-09
1594
1595 2003-02-11 [melvin]     0.8.9claws52
1596
1597         * po/fr.po
1598                 Updated French tranlsations
1599
1600 2003-02-10 [paul]       0.8.9claws51
1601
1602         * sylpheed.spec.in
1603                 correct --enable-openssl
1604                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1605
1606 2003-02-09 [martin]     0.8.9claws50
1607
1608         * src/prefs_matcher.c
1609                 fix segfault in prefs_matcher_substitute_cb() when
1610                 no row is selected
1611
1612 2003-02-09 [paul]       0.8.9claws49
1613
1614         * src/folderview.c
1615                 fix bug where a newsgroup folder's processing rules were
1616                 merged with the global filtering rules when the newsgroup
1617                 folder was deleted, causing some seriously bad results,
1618                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1619
1620 2003-02-08 [melvin]     0.8.9claws48
1621
1622         * src/compose.c
1623                 Corrected and modified an alert message.
1624
1625 2003-02-07 [paul]       0.8.9claws47
1626
1627         * src/folderview.c
1628                 fix bug where both an 'Account properties' window and a
1629                 'Folder properties' window were opened when clicking on
1630                 'Properties' in an NNTP or IMAP folder's popup menu.
1631
1632 2003-02-07 [paul]       0.8.9claws46
1633
1634         * sync with 0.8.10cvs6
1635                 see ChangeLog 2003-02-06
1636
1637 2003-02-06 [christoph]  0.8.9claws45
1638
1639         * src/mbox.c
1640                 freeze folder updates while importing mbox files
1641                 (closes bug 43 importing mbox took hours)
1642                 
1643         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1644
1645 2003-02-06 [thorsten]   0.8.9claws44
1646
1647         * po/de.po
1648                 Updated german translations
1649
1650 2003-02-06 [thorsten]   0.8.9claws43
1651
1652         * src/news.h
1653                 use guint for message numbers (fix count in grouplist dialog)
1654
1655 2003-02-05 [paul]       0.8.9claws42
1656
1657         * sync with 0.8.10cvs2
1658                 see ChangeLog 2003-02-05
1659
1660 2003-02-04 [colin]      0.8.9claws41
1661
1662         * src/prefs_common.[ch]
1663           src/procmsg.c
1664           src/summaryview.c
1665                 Add an option to disable threading by subject
1666
1667 2003-02-04 [christoph]  0.8.9claws40
1668
1669         * src/inc.c
1670                 only abort fetching mails from multiple accounts when the
1671                 error is fatal and does not allow to check any more accounts
1672                 (currently only disk full error)
1673
1674         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1675          receive mails for other accouts)
1676
1677 2003-02-04 [christoph]  0.8.9claws39
1678
1679         * src/folder.c
1680                 first add the new message to the cache, then
1681                 send the update notification
1682
1683         (closes bug 39 after sending message folderview doesnt get updated)
1684
1685 2003-02-04 [colin]      0.8.9claws38
1686
1687         * src/inc.c
1688                 _really_ fix this Connecting... status
1689
1690 2003-02-04 [paul]       0.8.9claws37
1691
1692         * sync with 0.8.10
1693                 see ChangeLog 2003-02-04
1694
1695 2003-02-04 [paul]       0.8.9claws36
1696
1697         * sync with 0.8.9cvs6
1698                 see ChangeLog 2003-02-03
1699
1700 2003-02-04 [paul]       0.8.9claws35
1701
1702         * po/pt_BR.po
1703                 updated by André Filipe de Assunção e Brito 
1704                 <bedecko@netsite.com.br>
1705
1706 2003-02-03 [thorsten]   0.8.9claws34
1707
1708         * po/de.po
1709                 Updated german translations
1710
1711 2003-02-02 [paul]       0.8.9claws33
1712
1713         * po/es.po
1714                 updated by Ricardo Mones Lastra
1715
1716 2003-02-02 [thorsten]   0.8.9claws32
1717
1718         * src/mh.c
1719                 Fix mh_get_msginfo() segfault if file is inaccessible
1720
1721 2003-01-31 [colin]      0.8.9claws31
1722
1723         * src/procheader.c
1724                 Fix last commit's bug
1725
1726 2003-01-31 [colin]      0.8.9claws30
1727
1728         * src/procheader.c
1729                 Missing a change for gpg-signed messages
1730
1731 2003-01-31 [paul]       0.8.9claws29
1732
1733         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1734           src/procheader.c
1735           src/stock_pixmap.[ch]
1736           src/summaryview.c
1737                 indicate GnuPG signed messages by displaying an icon
1738                 in the Attachment column.
1739
1740 2003-01-31 [paul]       0.8.9claws28
1741
1742         * sync with 0.8.9cvs4
1743                 see ChangeLog 2003-01-31
1744
1745 2003-01-31 [alfons]     0.8.9claws27
1746
1747         * src/textview.c
1748                 tune URI parser to accept mailto URLs with a '?'
1749                 (patch from Ruslan Balkin)
1750
1751 2003-01-31 [colin]      0.8.9claws26
1752
1753         * src/summaryview.c
1754                 Fix a leak introduced in claws24
1755
1756 2003-01-31 [colin]      0.8.9claws25
1757
1758         * src/summaryview.c
1759                 Freeze/Thaw folder updates when deleting dups
1760
1761 2003-01-31 [colin]      0.8.9claws24
1762         
1763         * src/addr_compl.c
1764           src/summaryview.c
1765           src/msgcache.c
1766                 little speed improvements
1767
1768 2003-01-31 [colin]      0.8.9claws23
1769
1770         * src/summaryview.c
1771                 Fix segfault when forwarding nothing
1772                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1773                 
1774 2003-01-30 [paul]       0.8.9claws22
1775
1776         * sync with 0.8.9cvs3
1777                 see ChangeLog 2003-01-30
1778
1779 2003-01-30 [paul]       0.8.9claws21
1780
1781         * sync with 0.8.9cvs2
1782                 see ChangeLog 2003-01-30
1783
1784 2003-01-29 [paul]       0.8.9claws20
1785
1786         * sync with 0.8.9cvs1
1787                 see ChangeLog 2003-01-29
1788
1789 2003-01-28 [paul]       0.8.9claws19
1790
1791         * po/POTFILES.in
1792                 update to reflect changes. 
1793                 thanks to Ricardo Mones Lastra
1794
1795 2003-01-27 [christoph]  0.8.9claws18
1796
1797         * ac/openssl.m4
1798         * ac/spamassassin.m4
1799         * src/plugins/spamassassin/README
1800         * src/plugins/spamassassin/libspamc.[ch]
1801         * src/plugins/spamassassin/utils.[ch]
1802                 updated to latest libspamc
1803
1804 2003-01-27 [christoph]  0.8.9claws17
1805
1806         * src/folder.c
1807                 fix wrong use of procheader_get_header_fields
1808
1809 2003-01-27 [christoph]  0.8.9claws16
1810
1811         * src/news.c
1812         * src/prefs_account.[ch]
1813         * src/common/nntp.[ch]
1814                 allow to force authentication for NNTP servers
1815
1816         Patch submitted by Florian Mickler <dmk@d-labs.de>
1817
1818 2003-01-26 [paul]       0.8.9claws15
1819
1820         * src/summaryview.c
1821                 speed up of marking messages as read
1822                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1823
1824 2003-01-26 [christoph]  0.8.9claws14
1825
1826         * src/Makefile.am
1827         * src/mgutils.[ch]              ** REMOVE **
1828         * src/xml.[ch]                  ** REMOVE **
1829         * src/xmlprops.[ch]             ** REMOVE **
1830         * src/common/Makefile.am
1831         * src/common/mgutils.[ch]       ** NEW **
1832         * src/common/xml.[ch]           ** NEW **
1833         * src/common/xmlprops.[ch]      ** NEW **
1834                 move xml files to common directory
1835
1836 2003-01-26 [christoph]  0.8.9claws13
1837
1838         * src/plugins/spamassassin/spamassassin_gtk.c
1839                 only set gtk entry text if string is available
1840
1841 2003-01-26 [melvin]     0.8.9claws12
1842
1843         * src/description_window.c
1844                 Allow resizing of the window
1845                 Allow automatic horizontal scroll bar
1846                 Do not vertically expand and fill
1847
1848 2003-01-26 [christoph]  0.8.9claws11
1849
1850         * src/Makefile.am
1851         * src/gtkutils.[ch]             ** REMOVE **
1852         * src/common/sylpheed.c
1853         * src/gtk/Makefile.am
1854         * src/gtk/description_window.c
1855         * src/gtk/gtkutils.[ch]         ** NEW **
1856         * src/gtk/prefswindow.c
1857                 move gtkutils to gtk directory
1858
1859 2003-01-26 [paul]       0.8.9claws10
1860
1861         * src/summaryview.c
1862                 rename summary_unread_clicked() to summary_status_clicked()
1863
1864 2003-01-26 [melvin]     0.8.9claws9
1865
1866         * src/prefs_actions.c
1867                 Cosmetical changes to the help text
1868
1869 2003-01-26 [paul]       0.8.9claws8
1870
1871         * src/folder.[ch]
1872           src/mainwindow.c
1873           src/prefs_common.c
1874           src/prefs_sumamry_column.c
1875           summaryview.[ch]
1876                 rename the 'Unread' column to 'Status'
1877
1878 2003-01-25 [match]      0.8.9claws7
1879
1880         * src/mgutils.[ch]
1881                 removed reference to LDAP constants. removed error2string.
1882                 included functions to support LDAP dynamic queries.
1883         * src/syldap.h
1884                 moved LDAP constants here.
1885         * src/addressbook.c
1886         * src/addrindex.c
1887         * src/importldif.c
1888                 removed references to LDAP constants and references to
1889                 error2string.
1890
1891 2003-01-25 [paul]       0.8.9claws6
1892
1893         * src/summaryview.c
1894                 summary_thread_build(), summary_thread_init(): remove 
1895                 unneeded reference to summaryview->folder_item
1896
1897 2003-01-25 [christoph]  0.8.9claws5
1898
1899         * src/gtk/description_window.c
1900                 o allow description texts to expand over multiple columns
1901                 o translate all columns
1902         * src/prefs_actions.c
1903                 change syntax description to use new multi column feature
1904
1905         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1906
1907 2003-01-25 [match]      0.8.9claws4
1908
1909         * src/vcard.c
1910                 fixed bug with Quoted-Printable
1911
1912 2003-01-25 [paul]       0.8.9claws3
1913
1914         * src/folder.[ch]
1915           src/summaryview.[ch]
1916                 implement per-folder collapsed/expanded threads setting
1917                 
1918         * src/prefs_common.c
1919                 remove global collapsed/expanded threads option
1920
1921 2003-01-25 [christoph]  0.8.9claws2
1922
1923         * po/POTFILES.in
1924                 add pluginwindow and prefswindow
1925         * src/compose.c
1926                 make send respond correctly to messages that could be added
1927                 to the queue folder, but the UID of the message is unknown
1928         * src/folder.c
1929         * src/imap.c
1930                 don't return guessed UIDs in imap_add_msg anymore. We return
1931                 0 to tell the folder system it was appened but the UID is
1932                 unknown. Folder system now get's the UID by scaning the folder
1933                 and searching the cache for the Message-ID
1934                 (closes bug #29 Messages queued, but not sent)
1935
1936 2003-01-25 [paul]       0.8.9claws1
1937
1938         * src/codeconv.c
1939                 conv_encode_header():  fix bug when long headers with 8-bit
1940                 characters are used, so that the encoded words are wrapped.
1941                 If the space in the original text falls on the wrap boundary,
1942                 it can be lost.
1943                 Patch by Sergey Vlasov.
1944                 
1945         * src/folderview.c
1946                  fix bug where a change to the sorting method or thread view
1947                  of a folder's messages is lost if simpify-subject is set and
1948                  toggled on or off.
1949                  Patch by Luke Plant.
1950
1951 2003-01-24 [paul]       0.8.9claws
1952
1953         * sylpheed-0.8.9claws released
1954         
1955         * Makefile.am
1956           sylpheed.spec.in
1957                 remove reference to 'INSTALL.jp'
1958
1959 2003-01-23 [paul]       0.8.8claws128
1960
1961         * po/es.po
1962           po/it.po
1963           po/ru.po
1964           po/sr.po
1965                 updated translations. submitted by Ricardo Mones Lastra,
1966                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1967
1968 2003-01-23 [colin]      0.8.8claws127
1969
1970         * src/compose.c
1971                 Fix drafted and queued news articles re-edition
1972
1973 2003-01-23 [melvin]     0.8.8claws126
1974
1975         * po/fr.po
1976                 Updated French translations
1977
1978 2003-01-23 [colin]      0.8.8claws125
1979
1980         * src/inc.c
1981                 Fix "Connecting to..." status message
1982
1983 2003-01-22 [paul]       0.8.8claws124
1984
1985         * po/bg.po
1986                 updated by George Danchev
1987                 
1988         * src/folder.c
1989                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1990                 and folder deletion
1991
1992 2003-01-21 [paul]       0.8.8claws123
1993
1994         * po/bg.po
1995                 updated by George Danchev
1996                 
1997         * src/about.c
1998                 its now 2003
1999                 
2000         * src/toolbar.c
2001                 don't translate 'Separator'
2002                 
2003         * src/plugins/spamassassin/Makefile.am
2004                 add aspell to CPPFLAGS
2005                 
2006         * src/plugins/spamassassin/spamassassin.c
2007           src/plugins/spamassassin/spamassassin_gtk.c
2008                 set correct default for spamassassin_receive_spam
2009                 slightly re-word descriptions and some
2010                 other minor changes
2011
2012 2003-01-19 [alfons]     0.8.8claws122
2013                 
2014         * src/mimeview.c
2015                 mimeview_save_as(): we might as well show the file name for
2016                 the single case "Save As" too
2017
2018 2003-01-19 [alfons]     0.8.8claws121
2019
2020         * src/crash.c
2021                 change bug tracker URL to bugzilla URL
2022
2023 2003-01-19 [alfons]     0.8.8claws120
2024
2025         * src/mimeview.c
2026                 mimeview_save_all(): display name of file before overwriting;
2027                 continue saving all, even when one overwrite was cancelled
2028
2029 2003-01-19 [christoph]  0.8.8claws119
2030
2031         * src/summaryview.c
2032         * src/procmsg.[ch]
2033                 fix wrong usage of procmsg_find_children in summaryview
2034                 by using procmsg_update_unread_children instead of
2035                 summaryview_update_unread_children
2036
2037 2003-01-19 [christoph]  0.8.8claws118
2038
2039         * src/procmsg.c
2040                 fix infinite loop in procmsg_find_children
2041                  (closes bug #25 sylpheed crashes on delete.)
2042
2043         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2044
2045 2003-01-19 [paul]       0.8.8claws117
2046
2047         * po/pt_BR.po
2048                 updated by Ivan Francolin Martinez
2049
2050 2003-01-18 [melvin]     0.8.8claws116
2051
2052         * src/prefs_actions.c
2053                 Removed syntax limitation of only one '&' at the end of command.
2054                         Now actions that contain '>/dev/null 2>&1' are possible.
2055
2056 2003-01-18 [melvin]     0.8.8claws115
2057
2058         * src/prefs_actions.c
2059                 Actions IO dialog: when the action ends
2060                 the "Close" button now has focus and [Escape] closes the
2061                 window.
2062
2063 2003-01-18 [christoph]  0.8.8claws114
2064
2065         * src/procmsg.c
2066                 o add debug output when MsgInfos are really freed
2067                 o free GSLists in procmsg_find_children and
2068                   procmsg_update_unread_children
2069
2070 2003-01-18 [christoph]  0.8.8claws113
2071
2072         * src/mainwindow.c
2073                 reorder Configuration menu
2074
2075 2003-01-18 [christoph]  0.8.8claws112
2076
2077         * src/compose.c
2078                 fix applying templates to forwarded messages
2079
2080         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2081
2082 2003-01-17 [christoph]  0.8.8claws111
2083
2084         * src/folder.c
2085                 destroy folder items, when a folder item is removed
2086
2087 2003-01-17 [christoph]  0.8.8claws110
2088
2089         * src/folder.c
2090                 fix wrong folder stats update when ignored message is
2091                 deleted
2092
2093 2003-01-17 [colin]      0.8.8claws109
2094         
2095         * src/mainwindow.c
2096         * src/summaryview.c
2097                 Quicksearch bugfixes: 
2098                 - hide help button at startup if not extended
2099                 - switch to extended when looking for replies
2100
2101 2003-01-17 [paul]
2102
2103         * sync with 0.8.9 release
2104
2105 2003-01-17 [paul]       0.8.8claws108
2106
2107         * sync with 0.8.8cvs11
2108                 see ChangeLog 2003-01-17
2109
2110 2003-01-16 [colin]      0.8.8claws107
2111
2112         * src/procmsg.c
2113                 Changed encryption test to re-ask passphrase
2114                 if an encrypted message hasn't been decrypted
2115                 Fixes bug #5
2116
2117 2003-01-16 [christoph]  0.8.8claws106
2118
2119         * src/prefs_gtk.c
2120         * src/prefs_toolbar.c
2121         * src/gtk/prefswindow.h
2122         * src/plugins/spamassassin/spamassassin_gtk.c
2123                 remove page destroy function that is not used anymore
2124
2125 2003-01-16 [paul]       0.8.8claws105
2126
2127         * sync with 0.8.8cvs9
2128                 see ChangeLog 2002-01-16
2129
2130 2003-01-16 [colin]      0.8.8claws104
2131
2132         * src/compose.[ch]
2133                 Fix bug with autosaved drafts for IMAP, when draft
2134                 folder is specified - fixes bugzilla bug #20
2135
2136 2003-01-15 [paul]       0.8.8claws103
2137
2138         * src/compose.[ch]
2139           src/procmsg.c
2140                 store folder and message-id of message forwarding
2141                 in queue header and set forward flag after sending
2142
2143 2003-01-15 [paul]       0.8.8claws102
2144
2145         * sync with 0.8.8cvs8
2146                 see ChangeLog 2002-01-15
2147
2148 2003-01-15 [colin]      0.8.8claws101
2149
2150         * src/Makefile.am
2151                 Fix linking with GNU libiconv
2152
2153 2003-01-15 [darko]      0.8.8claws100
2154
2155         * src/pine.c
2156                 fix crash when importing pine address book
2157                 entry with an empty name (reported by DY
2158                 <dybulk at tri8.net>)
2159
2160 2003-01-14 [paul]       0.8.8claws99
2161
2162         * configure.in  ** REMOVED **
2163           configure.ac  ** NEW FILE **
2164                 rename configure.in to configure.ac, as it is now
2165                 preferred
2166
2167 2003-01-14 [melvin]     0.8.8claws98
2168
2169         * src/folderview.c
2170                 folderview_check_new(): More precise function description
2171
2172 2003-01-14 [melvin]     0.8.8claws97
2173
2174         * src/folderview.c
2175                 folderview_check_new(): return the number of new messages 
2176                         since last check.
2177         * src/inc.c
2178                 inc_account_mail(): Disable counting of new messages for IMAP
2179                         and NNTP until bug [19] and [14] are fixed.
2180
2181 2003-01-14 [paul]       0.8.8claws96
2182
2183         * sync with 0.8.8cvs6
2184                 see ChangeLog 2003-01-14
2185
2186 2003-01-13 [alfons]     0.8.8claws95
2187
2188         * src/textview.c
2189                 tune email address validation (c. 0.8.8claws89): if . is 
2190                 just one char away from @, the address is invalid too 
2191                 (correctly rejects addresses like foo@.com)
2192
2193 2003-01-13 [paul]       0.8.8claws94
2194
2195         * src/messageview.c
2196           src/toolbar.c
2197                 fixes to the Message View toolbar and menu:
2198                 fix non-functioning Forward button
2199                 make Reply button consider default_reply_list
2200                 remove 'Follow-up...' menu entry
2201                 add 'Forward' and 'Redirect' menu entries
2202
2203 2003-01-13 [melvin]     0.8.8claws93
2204
2205         * src/inc.c
2206                 Fixed typo that could make new messages count incorrect.
2207
2208 2003-01-13 [melvin]     0.8.8claws92
2209
2210         * src/folderview.[ch]
2211                 folderview_check_new(): return the number of new messages.
2212         * src/inc.c
2213                 Should fix bug [14] where new mail notification worked 
2214                         incorrectly with IMAP accounts.
2215                 inc_spool_account(): return number of new msgs, or -1 on error
2216                 inc_all_spool(): return number of new msgs
2217                 
2218 2003-01-13 [melvin]     0.8.8claws91
2219
2220         * src/prefs_actions.c
2221                 Justify help text.
2222
2223 2003-01-12 [thorsten]   0.8.8claws90
2224
2225         * src/common/prefs.c
2226                 close file before rename
2227
2228 2003-01-12 [alfons]     0.8.8claws89
2229
2230         * AUTHORS
2231                 add Christian Mertes
2232         * src/common/utils.[ch]
2233                 g_stricase_hash(), g_stricase_equal(): functions for 
2234                 case insensitive hash tables
2235         * src/textview.c
2236                 use top level domain names to validate email address, based
2237                 on a patch by Christian Mertes (thanks!), but changed 
2238                 implementation to use a hash table 
2239
2240 2003-01-12 [paul]       0.8.8claws88
2241
2242         * po/bg.po
2243                 updated by George Danchev
2244
2245 2003-01-12 [alfons]     0.8.8claws87
2246
2247         * src/summaryview.c
2248                 delete / execute performance: use new style folder update
2249
2250 2003-01-12 [paul]       0.8.8claws86
2251
2252         * sync with 0.8.8cvs5
2253                 see ChangeLog 2003-01-13 (!)
2254
2255 2003-01-12 [alfons]     0.8.8claws85
2256
2257         * src/filtering.c
2258         * src/matcher_parser_parse.y
2259                 prepare change_score filtering action
2260         * src/matcher.[ch]
2261                 give up const-correctness on functions that call non-const-correct functions;
2262                 several casts to gpointer in g_free();
2263                 add change_score;
2264
2265 2003-01-12 [christoph]  0.8.8claws84
2266
2267         * src/compose.c
2268                 fix 2 warnings
2269
2270         * src/gtk/prefswindow.[ch]
2271         * src/plugins/spamassassin/spamassassin_gtk.c
2272                 changed the call of the widget create function
2273                 for PrefsPages, because sometimes the widget
2274                 create function needs a widget that already has
2275                 been attached to a window (to create GDK pixmaps
2276                 for exmaple). So we simply pass the GtkWindow as
2277                 the second parameter now.
2278
2279         * src/main.c
2280         * src/mainwindow.c
2281         * src/prefs_toolbar.[ch]
2282                 rewrite Toolbar Preferences using the new
2283                 prefs window
2284
2285 2003-01-11 [alfons]     0.8.8claws83
2286
2287         * src/addressadd.c
2288                 fix crash when adding sender to addressbook because status bar
2289                 isn't there (the status bar doesn't seem to be used though,
2290                 but I'll let Match decide what to do with it)
2291
2292 2003-01-11 [colin]      0.8.8claws82
2293
2294         * src/main.c
2295           src/toolbar.c
2296                 Two useless changes reversed
2297
2298 2003-01-11 [colin]      0.8.8claws81
2299
2300         * src/mainwindow.c
2301           src/mainwindow.h
2302                 Add mainwindow_get_mainwindow()
2303         * src/alertpanel.c
2304           src/alertpanel.h
2305                 Add alertpanel_error_log() 
2306         * src/compose.c
2307           src/inc.c
2308           src/messageview.c
2309           src/toolbar.c
2310           src/main.c
2311           src/procmsg.c
2312                 Network errors get a View Log button
2313
2314 2003-01-10 [alfons]     0.8.8claws80
2315
2316         * src/prefs_toolbar.c
2317         * src/toolbar.c
2318                 use the translatable string for "Separator" as file name for
2319                 separator toolbar items (probably make this uppercase?)
2320
2321 2003-01-10 [alfons]     0.8.8claws79
2322
2323         * src/prefs_toolbar.c
2324                 put right A_SEPARATOR description string in "displayed
2325                 toolbar items list" so manually added separators are
2326                 saved correctly (bug #10, "Adding a separator to the main 
2327                 toolbar fails, entry in xml file is wrong")
2328
2329 2003-01-10 [christoph]  0.8.8claws78
2330
2331         * src/imap.c
2332                 o fix warnings
2333                 o use CAPABILITY to check if NAMESPACE is available
2334
2335 2003-01-10 [christoph]  0.8.8claws77
2336
2337         * src/imap.[ch]
2338                 apply UIDPLUS IMAP extension support patch
2339
2340         Patch submitted by Simon 'corecode' Schubert
2341
2342 2003-01-10 [paul]       0.8.8claws76
2343
2344         * src/folderview.c
2345                 a sync from main which fixes the news account folders'
2346                 Properties bug
2347
2348 2003-01-10 [christoph]  0.8.8claws75
2349
2350         * src/folder.c
2351                 don't accept 0 as a valid uid returned by copy and move
2352                 functions. 0 means the message was copied or moved but the
2353                 new uid could not be fetched. It is not an error condition
2354                 for the copy or move operation.
2355
2356 2003-01-10 [paul]       0.8.8claws74
2357
2358         * src/prefs_filtering.c
2359                 change English used in Alert when entry is not
2360                 saved.
2361                 
2362         * sync with 0.8.8cvs4
2363                 see ChangeLog 2003-01-10
2364
2365 2003-01-10 [darko]      0.8.8claws73
2366
2367         * src/pine.c
2368                 fix crash when importing address book entry
2369                 without a valid address
2370
2371 2003-01-09 [alfons]     0.8.8claws72
2372
2373         * src/inc.c
2374                 filtering performance: use new style folder update
2375
2376 2003-01-09 [christoph]  0.8.8claws71
2377
2378         * src/compose.c
2379         * src/gtk/menu.[ch]
2380                 fix wrong selecting of mime encoding type, when
2381                 opening property dialog of attachments in the
2382                 compose window. 7bit was always selected and that
2383                 destoryed files with 8bit data.
2384                 (closes bug #9 Sylpheed-claws destroys attachments when
2385                  changing MIME-types)
2386
2387 2003-01-09 [paul]       0.8.8claws70
2388
2389         * sync with 0.8.8cvs3
2390                 see ChangeLog 2003-01-09
2391
2392 2003-01-08 [alfons]     0.8.8claws69
2393         
2394         * src/addressadd.c
2395                 apply patch by Kim Schulz to fix build breakage
2396                 because of missing variable
2397
2398 2003-01-08 [paul]       0.8.8claws68
2399
2400         * sync with 0.8.8cvs2
2401                 see ChangeLog 2002-01-08
2402
2403 2003-01-08 [paul]       0.8.8claws67
2404
2405         * po/it.po
2406                 updated by Alessandro Maestri
2407                 
2408         * src/addressadd.c
2409                 when using 'Add sender to addressbook' allow
2410                 name to be edited and remarks to be entered
2411                 Patch submitted by Luke Plant
2412
2413 2003-01-08 [darko]      0.8.8claws66
2414
2415         * README.claws, src/summaryview.c
2416                 fix description for marked messages
2417
2418 2003-01-08 [paul]
2419
2420         * tools/Makefile.am
2421           tools/launch_phoenix  ** NEW FILE **
2422                 add script that enables using Phoenix as the default
2423                 web browser. 
2424                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2425                 
2426         * tools/OOo2sylpheed.pl
2427                 remove full path to sylpheed executable, just 'sylpheed'
2428                 will do
2429                 
2430         * tools/README
2431                 add launch_phoenix informtion and re-arrange and compress
2432                 the data a little
2433
2434 2003-01-07 [christoph]  0.8.8claws65
2435
2436         * src/folder.c
2437                 fix update for source folder when moving messages
2438         * src/procmsg.[ch]
2439         * src/summaryview.c
2440                 use function to set to_folder for message infos and
2441                 automatically update the op_count for old and new
2442                 folder
2443
2444 2003-01-07 [melvin]     0.8.8claws64
2445
2446         * src/prefs_actions.c
2447                 Fixed bug where an '%p' Action on a displayed image crashed 
2448                         Sylpheed
2449                 Code clean up (get rid of duplicated code and removed unnecessary 
2450                                 structure member)
2451
2452 2003-01-07 [christoph]  0.8.8claws63
2453
2454         * src/compose.c
2455         * src/folder.[ch]
2456         * src/folderview.c
2457         * src/import.c
2458         * src/inc.c
2459         * src/main.c
2460         * src/mainwindow.c
2461         * src/messageview.c
2462         * src/prefs_folder_item.c
2463         * src/procmsg.c
2464         * src/summaryview.c
2465         * src/toolbar.c
2466                 o remove all folder update triggering from the UI code. The folder
2467                   system should know much better when a folder needs an update.
2468                 o to prevent multiple updates in a row the folder updates can be
2469                   frozen for some time.
2470
2471                 Note: - Please verify that no updates are missing
2472                       - Check where freeze/thaws should be added
2473
2474 2003-01-07 [christoph]  0.8.8claws62
2475
2476         * src/prefs_actions.c
2477                 don't translate empty strings
2478
2479         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2480
2481 2003-01-06 [christoph]  0.8.8claws61
2482
2483         * src/prefs_actions.c
2484                 mark strings for gettext
2485         * src/prefs_matcher.c
2486                 use new description window for Execute action and
2487                 match condition in Filtering
2488
2489         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2490
2491 2003-01-06 [alfons]     0.8.8claws60
2492
2493         keep myself inspired to re-organize matcher part 8; 
2494         yes, more to come (I need to move out the descriptive
2495         text for actions to matcher.c, or at least make it not
2496         depend on the wicked ordering)
2497
2498         * src/prefs_matcher.c
2499                 add documentation so others may comprehend the
2500                 UI part of the conditions
2501                 
2502 2003-01-06 [christoph]  0.8.8claws59
2503
2504         * src/prefs_actions.c
2505                 use new description window for syntax help
2506         * src/gtk/description_window.c
2507                 fix display of descriptions with column count != 2
2508
2509         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2510
2511 2003-01-06 [christoph]  0.8.8claws58
2512
2513         * src/quote_fmt.c
2514         * src/summaryview.[ch]
2515         * src/gtk/Makefile.am
2516         * src/gtk/description_window.[ch]       ** NEW **
2517                 use a generic window to display syntax descriptions
2518                 currently used in quote_fmt and summaryview (new description
2519                 for extended quick search)
2520
2521         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2522
2523 2003-01-06 [paul]       0.8.8claws57
2524
2525         * sync with 0.8.8cvs1
2526                 see ChangeLog 2003-01-06
2527
2528 2003-01-06 [christoph]  0.8.8claws56
2529
2530         * src/mainwindow.c
2531         * src/prefs_gtk.[ch]
2532         * src/gtk/prefswindow.[ch]
2533         * src/plugins/spamassassin/spamassassin_gtk.c
2534                 o remove page management from prefswindow, pages
2535                   will be an argument to prefswindow_open
2536                 o prefswindow_open gets a datapointer that is
2537                   passed to the widget_create function to allow
2538                   creation of prefswindow for specific items
2539
2540 2003-01-06 [colin]      0.8.8claws55
2541         
2542         * src/summaryview.c
2543                 We don't want regexp in the reply-finder, 
2544                 because MIDs can contain !,$,. and so on
2545
2546 2003-01-06 [jens]       0.8.8claws54
2547
2548         * src/jpilot.c
2549                 fixed a wrong free in jpilot_read_db_files
2550
2551 2003-01-06 [alfons]     0.8.8claws53
2552
2553         re-organize matcher part 8; more to come
2554        
2555         * src/matcher.c
2556                 matcherprop_to_string(): put g_free()s before the
2557                 switch-case break to fix memleaks                
2558
2559 2003-01-06 [colin]      0.8.8claws52
2560
2561         * src/summaryview.c
2562                 cleanup & reply-finder now displays the first 
2563                 matching message
2564
2565 2003-01-05 [alfons]     0.8.8claws51
2566
2567         re-organize matcher part 7; more to come
2568
2569         * src/matcher.[ch]
2570                 fixes for constant correctness;
2571                 more documentation;
2572
2573 2003-01-05 [alfons]     0.8.8claws50
2574
2575         re-organize matcher part 6; more to come
2576         
2577         * src/matcher.[ch]
2578                 fixes for constant correctness;
2579                 more documentation;
2580         * src/filtering.c
2581                 fix for constant correctness
2582
2583 2003-01-05 [colin]      0.8.8claws49
2584
2585         * src/account.[ch]
2586                 Add account_get_reply_account function
2587         * src/compose.c
2588                 Use account_get_reply_account function 
2589         * src/summaryview.c
2590                 Basic reply-finder - click on the replied
2591                 icon gets you to the outbox using quick-search
2592
2593 2003-01-05 [paul]       0.8.8claws48
2594
2595         * src/prefs_common.c
2596                 small change to English
2597                 
2598         * src/prefs_filtering.c
2599                 prefs_filtering_action_select(): improve logic and uniformity
2600                 of gui
2601
2602 2003-01-05 [alfons]     0.8.8claws47
2603
2604         fine tune solution to focus problems (bug #7)
2605
2606         * src/mainwindow.c
2607                 mainwindow_focus_in_event(): remove grab event check
2608         * src/summaryview.c
2609                 summary_button_pressed(): move selection on right-click
2610                 too. we can't possibly move the selection back after
2611                 canceling a dialog, because gtk's incomplete focus 
2612                 management. whether this is a good solution, only time
2613                 will tell.
2614
2615 2003-01-05 [christoph]  0.8.8claws46
2616
2617         * src/imap.c
2618                 fix crash when no imap connection could be established
2619
2620 2003-01-05 [paul]       0.8.8claws45
2621
2622         * src/mainwindow.c
2623           src/sumamryview.c
2624           src/gtk/menu.[ch]
2625                 fix bug 605957 'shortcuts in popup-menu'
2626                 make user-defined shortcuts work
2627                 show shortcuts that are already defined
2628                 in the main menu
2629                 Patch submitted by Luke Plant
2630
2631 2003-01-05 [alfons]     0.8.8claws44
2632
2633         * src/mainwindow.c
2634                 focus_in_event handler should not select summary view row 
2635                 when another window (menu, dialog) grabbed for events 
2636                 (bug #7, "[0.8.8claws42] Message summary focus") 
2637
2638 2003-01-04 [christoph]  0.8.8claws43
2639
2640         * src/procmsg.c
2641                 update save folder after adding the sent message
2642                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2643
2644 2003-01-02 [christoph]  0.8.8claws42
2645
2646         * src/common/plugin.c
2647                 fix unloading of all plugins and unload
2648                 plugins in reverse order
2649                 
2650         * src/gtk/pluginwindow.c
2651                 implement function of load and unload button
2652
2653         * src/gtk/prefswindow.c
2654         * src/gtk/prefswindow.h
2655                 rename register function and add new unregister
2656                 function
2657
2658         * src/plugins/spamassassin/spamassassin_gtk.c
2659                 unregister prefs page and update for changes in
2660                 src/gtk/prefswindow.c
2661
2662 2003-01-02 [paul]       0.8.8claws41
2663
2664         * po/es.po
2665                 updated by Ricardo Mones Lastra
2666
2667 2003-01-02 [paul]
2668
2669         * tools/tb2sylpheed
2670                 fixes and improvements by Urke MMI
2671
2672 2003-01-02 [thorsten]   0.8.8claws40
2673
2674         * src/procmsg.c
2675                 fixed wrong return value
2676
2677 2003-01-02 [thorsten]   0.8.8claws39
2678
2679         * src/prefs.c
2680                 fixed printing wrong variable
2681
2682 2003-01-02 [thorsten]   0.8.8claws38
2683
2684         * src/prefs.c
2685                 fixed acessing members of freed pfile struct
2686
2687 2003-01-02 [thorsten]   0.8.8claws37
2688
2689         * src/procmsg.c
2690                 detect loops across several messages
2691                 as suggested by Christoph Hohmann
2692
2693 2003-01-01 [match]      0.8.8claws36
2694
2695         * src/addrindex.c
2696                 fixed another memory leak.
2697
2698 2003-01-01 [match]      0.8.8claws35
2699
2700         * src/jpilot.[ch]
2701                 fixed memory leaks. applied Doxygen comments.
2702
2703 2003-01-01 [thorsten]   0.8.8claws34
2704
2705         * src/procmsg.c
2706                 inhibit endless loop if msg references itself
2707                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2708
2709 2003-01-01 [christoph]  0.8.8claws33
2710
2711         * src/mainwindow.c
2712         * src/gtk/Makefile.am
2713         * src/gtk/pluginwindow.c                ** NEW **
2714         * src/gtk/pluginwindow.h                ** NEW **
2715                 add plugin window
2716
2717         * src/plugins/demo/demo.c
2718         * src/plugins/spamassassin/spamassassin.c
2719         * src/plugins/spamassassin/spamassassin_gtk.c
2720                 write better plugin descriptions
2721
2722 2002-12-31 [christoph]  0.8.8claws32
2723
2724         * src/gtk/prefswindow.c
2725         * src/plugins/spamassassin/spamassassin_gtk.c
2726                 some small improvements to GTK code
2727
2728 2002-12-31 [christoph]  0.8.8claws31
2729
2730         * src/plugins/spamassassin/spamassassin_gtk.c
2731                 enable folder select button
2732
2733 2002-12-31 [christoph]  0.8.8claws30
2734
2735         * src/mainwindow.c
2736         * src/gtk/Makefile.am
2737         * src/gtk/prefswindow.c                         ** NEW **
2738         * src/gtk/prefswindow.h                         ** NEW **
2739                 add new prefs window
2740
2741         * src/common/plugin.c
2742                 don't try to load empty config lines
2743         
2744         * src/plugins/spamassassin/Makefile.am
2745         * src/plugins/spamassassin/spamassassin.c
2746         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2747         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2748                 GTK config for SpamAssassin Plugin using
2749                 the new prefs window
2750
2751 2002-12-31 [paul]       0.8.8claws29
2752
2753         * po/POTFILES.in
2754                 remove obsolete entry 'src/menu.c'
2755
2756 2002-12-31 [alfons]     0.8.8claws28
2757
2758         * src/matcher.[ch]
2759         * src/matcher_parser_parse.y
2760         * src/prefs_matcher.c
2761                 add "ignore_thread" and "~ignore_thread" condition so it's
2762                 possible to make the actions / scoring operate on the ignore
2763                 thread flag
2764
2765 2002-12-31 [christoph]  0.8.8claws27
2766
2767         * src/addrbook.c
2768         * src/addrindex.c
2769         * src/folder.c
2770         * src/matcher.c
2771         * src/prefs_account.c
2772         * src/prefs_actions.c
2773         * src/prefs_customheader.c
2774         * src/prefs_display_header.c
2775         * src/prefs_gtk.c
2776         * src/procmime.c
2777         * src/toolbar.c
2778         * src/xmlprops.c
2779         * src/common/prefs.[ch]
2780                 extend prefs file handling for reading and automatic handling
2781                 of blocks. When reading prefs_set_block_label will automatically
2782                 move on to the block. When writing it will copy all other blocks
2783                 automatically
2784
2785         * src/common/plugin.c
2786                 Now loading plugin filenames from [Plugins] block in
2787                 sylpheed rc file
2788
2789 2002-12-30 [christoph]  0.8.8claws26
2790
2791         * src/common/hooks.[ch]
2792                 return abort status to caller of hooks_invoke
2793                 
2794         * src/inc.[ch]
2795                 invoke message filtering hook and stop
2796                 default handling when filter returns abort
2797
2798         * src/common/plugin.[ch]
2799         * src/plugins/demo/demo.c
2800                 modify plugin loader, because resolving symbols for strings
2801                 does not work correctly
2802         
2803         * configure.in
2804         * ac/spamassassin.m4                            ** NEW **
2805         * src/plugins/spamassassin/.cvsignore           ** NEW **
2806         * src/plugins/spamassassin/Makefile.am          ** NEW **
2807         * src/plugins/spamassassin/README               ** NEW **
2808         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2809         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2810         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2811                 add spamassassin plugin, see src/plugins/spamassassin/README
2812                 for details
2813
2814 2002-12-29 [alfons]     0.8.8claws25
2815
2816         * src/mainwindow.c
2817                 when moving focus from a message view to the main 
2818                 window, don't forget to select the summary node
2819                 of the displayed message. should fix "[ 659103 ] 
2820                 focus-follows-mouse confuses sylpheed"
2821
2822 2002-12-29 [christoph]  0.8.8claws24
2823
2824         * src/Makefile.am
2825         * src/stringtable.[ch]          ** REMOVE **
2826         * src/common/Makefile.am
2827         * src/common/stringtable.[ch]   ** NEW **
2828                 move stringtable files to common directory
2829
2830 2002-12-29 [christoph]  0.8.8claws23
2831
2832         * src/Makefile.am
2833         * src/menu.[ch]                 ** REMOVE **
2834         * src/gtk/Makefile.am
2835         * src/gtk/menu.[ch]             ** NEW **
2836                 move menu files to gtk directory
2837
2838 2002-12-29 [match]      0.8.8claws22
2839
2840         * src/addressbook.c
2841         * src/syldap.c
2842                 moved UI specific code out of LDAP code into addressbook
2843                 UI code. fixed memory leak.
2844
2845 2002-12-29 [christoph]  0.8.8claws21
2846
2847         * src/folder.c
2848                 only check for IGNORED parent message when message is
2849                 not IGNORED itself
2850
2851 2002-12-29 [alfons]     0.8.8claws20
2852
2853         * src/summaryview.c
2854                 set gtksctree's anchor correct (immediate execute
2855                 changes the tree's layout, and anchor points at 
2856                 the incorrect row). fixes "[ 657233 ] multiple msg 
2857                 delete sometimes off by 1".
2858                 we probably have to look for more tree layout /
2859                 anchor glitches.
2860
2861 2002-12-29 [paul]       0.8.8claws19
2862
2863         * src/summaryview.c
2864                 fix bug [ 659054 ] incorrect sorting of 'From' column
2865                 when using 'display sender using address book'
2866                 thanks to Alfons and Luke Plant
2867
2868 2002-12-29 [christoph]  0.8.8claws18
2869
2870         * src/folder.c
2871         * src/procmsg.[ch]
2872                 check parent messages for IGNORE THREAD flag, when adding,
2873                 moving or copying messages to a folder
2874
2875 2002-12-27 [alfons]     0.8.8claws17
2876
2877         re-organize matcher part 5; more to come
2878
2879         * src/matcher.c
2880                 hash keywords in matchparser_tab 
2881
2882 2002-12-27 [alfons]     0.8.8claws16
2883
2884         re-organize matcher part 4; more to come
2885
2886         * src/matcher_parser.h
2887         * src/matcher_parser_lex.l
2888         * src/matcher_parser_parse.y
2889                 cleanup
2890
2891 2002-12-27 [alfons]     0.8.8claws15
2892
2893         re-organize matcher part 3; more to come
2894
2895         * src/matcher.[ch]
2896                 cleanup
2897
2898 2002-12-27 [alfons]     0.8.8claws14
2899
2900         re-organize matcher part 2; more to come but this should
2901         work. cc me if there are any regressions.
2902
2903         * src/matcher.h
2904                 add prototype for get_matchparser_tab_id()
2905         * src/matcher_parser_lex.l
2906                 look up keywords using matchparser_tab_id();
2907
2908 2002-12-27 [alfons]     0.8.8claws12
2909
2910         re-organize matcher part 1
2911
2912         * src/matcher.h
2913                 map yacc generated constants to sylpheed matcher constants
2914         * src/matcher.c
2915                 add function to find a matcher constant from a string
2916
2917 2002-12-27 [christoph]  0.8.8claws11
2918
2919         * src/compose.c
2920                 MENUITEM_ADD casts the 4th argument from integer to pointer
2921                 so it probably should not be a pointer, this means we
2922                 should use account id for it and not the account's pointer
2923
2924 2002-12-27 [paul]       0.8.8claws10
2925
2926         * src/mainwindow.c
2927                 remove unneeded 'GtkWidget *vbox'
2928                 
2929         * src/summaryview.c
2930                 further sync with 0.8.8 - make sort
2931                 by recipient work as expected
2932                 
2933         * NEWS
2934                 sync with 0.8.8
2935
2936 2002-12-27 [paul]       0.8.8claws9
2937
2938         * po/pt_BR.po
2939                 updated by Ivan F. Martinez
2940                 
2941 2002-12-27 [darko]      0.8.8claws8
2942
2943         * src/common/utils.c
2944                 added locked pattern to extended search
2945
2946 2002-12-27 [alfons]     0.8.8claws7
2947
2948         * src/prefs_matcher.[ch]
2949                 clean up
2950
2951 2002-12-26 [alfons]     0.8.8claws6
2952
2953         * src/matcher.[ch]
2954         * src/matcher_parser_lex.l
2955         * src/matcher_parser_parse.y
2956         * src/prefs_matcher.c
2957                 allow color label as a condition in the matcher
2958
2959 2002-12-26 [oliver]     0.8.8claws5
2960         
2961         * src/toolbar.c 
2962                 enable Addressbook for Main and Messageview
2963         * src/prefs_actions.c
2964                 enable actions in Messageview
2965
2966 2002-12-26 [christoph]  0.8.8claws4
2967
2968         * src/common/plugin.c
2969                 add a little debug output
2970         * configure.in
2971         * src/plugins/demo/Makefile.am
2972                 better use of automake
2973
2974 2002-12-26 [christoph]  0.8.8claws3
2975
2976         * src/Makefile.am
2977         * src/common/Makefile.am
2978                 fix "make distdir"
2979
2980 2002-12-26 [christoph]  0.8.8claws2
2981
2982         * configure.in
2983                 sort configure checks into common / gtk / plugins
2984         * po/POTFILES.in
2985                 add src/prefs_gtk.c
2986         * src/Makefile.am
2987                 add plugins SUBDIR
2988         * src/main.c
2989         * src/common/sylpheed.[ch]
2990                 added now sylpheed_done function for shutdown
2991         * src/common/Makefile.am
2992         * src/common/plugin.[ch]                ** NEW **
2993                 plugin loader and unloader
2994         * src/plugins/.cvsignore                ** NEW **
2995         * src/plugins/Makefile.am               ** NEW **
2996                 build plugins
2997         * src/plugins/demo/.cvsignore           ** NEW **
2998         * src/plugins/demo/Makefile.am          ** NEW **
2999         * src/plugins/demo/demo.c               ** NEW **
3000                 small demo plugin that installs a logtext hook and
3001                 outputs the log text to stdout
3002
3003 2002-12-26 [paul]       0.8.8claws1
3004
3005         * po/es.po
3006                 updated by Ricardo Mones Lastra
3007
3008 2002-12-26 [paul]       0.8.8claws
3009
3010         * 0.8.8claws released
3011
3012 2002-12-26 [paul]       0.8.7claws12
3013
3014         * po/bg.po
3015                 updated by George Danchev
3016
3017 2002-12-26 [paul]       0.8.7claws11
3018
3019         * po/POTFILES.in
3020                 remove unneeded 'src/prefs.c' entry 
3021
3022 2002-12-26 [paul]       0.8.7claws10
3023
3024         * src/codeconv.c
3025           src/mainwindow.c
3026                 sync with 0.8.8 release
3027         
3028         * src/folder.[ch]
3029           src/mh.c
3030           src/summaryview.c
3031                 partial sync with 0.8.8 release
3032         
3033
3034 2002-12-25 [alfons]     0.8.7claws9
3035
3036         * src/matcher.[ch]
3037         * src/matcher_parser_lex.l
3038         * src/matcher_parser_parse.y
3039         * src/prefs_matcher.c
3040                 add locked flag to possible filtering / matcher 
3041                 conditions (also a good example what should be
3042                 done to add a simple boolean condition)
3043
3044 2002-12-25 [christoph]  0.8.7claws8
3045
3046         * src/Makefile.am
3047         * src/account.[ch]
3048         * src/addrbook.c
3049         * src/addressbook.c
3050         * src/addrindex.c
3051         * src/filtering.c
3052         * src/folder.c
3053         * src/matcher.c
3054         * src/prefs.[ch]                ** REMOVE **
3055         * src/prefs_account.c
3056         * src/prefs_actions.c
3057         * src/prefs_common.c
3058         * src/prefs_customheader.c
3059         * src/prefs_display_header.c
3060         * src/prefs_filtering.c
3061         * src/prefs_folder_item.c
3062         * src/prefs_gtk.[ch]            ** NEW **
3063         * src/prefs_matcher.c
3064         * src/prefs_scoring.c
3065         * src/prefs_summary_column.c
3066         * src/procmime.c
3067         * src/selective_download.c
3068         * src/toolbar.c
3069         * src/common/Makefile.am
3070         * src/common/prefs.[ch]         ** NEW **
3071                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3072
3073 2002-12-24 [alfons]     0.8.7claws7
3074
3075         * src/summaryview.c
3076                 summary_thread_build(): fix real cause of the crash mentioned in
3077                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
3078                 this way we get meaningful ctree nodes 
3079
3080 2002-12-24 [oliver]     0.8.7claws6
3081
3082         * src/mainwindow.[ch]
3083         * src/messageview.[ch]
3084         * src/compose.[ch]
3085         * src/inc.c
3086         * src/summaryview.c
3087                 changes to use updated toolbar handling
3088                 
3089 2002-12-24 [oliver]     0.8.7claws5
3090
3091         * src/toolbar.[ch]
3092                 generic toolbar handling
3093                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3094         * src/prefs_toolbar.[ch]
3095                 adjust to handling
3096         
3097 2002-12-24 [oliver]     0.8.7claws4
3098         
3099         * src/stock_pixmap.[ch]
3100                 move SYLPHEED_LOGO to end of list in order 
3101                 to remove it from Custom Toolbar`s Icon View
3102
3103 2002-12-24 [alfons]     0.8.7claws3
3104
3105         * src/summaryview.c
3106                 summary_thread_build(): fix crash because of focus != selection 
3107                 after threading. when deleting the selection, gtk tries but fails 
3108                 to find the correct focusable element. we now force the selection
3109                 to be focused. this should solve the infamous bug reported by 
3110                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3111                 a test case is available. 
3112
3113 2002-12-24 [darko]      0.8.7claws2
3114
3115         * src/summaryview.c
3116                 don't crash when unmarking message with unread children
3117
3118 2002-12-23 [christoph]  0.8.7claws1
3119
3120         * src/Makefile.am
3121         * src/common/Makefile.am
3122                 update Makefiles for moved intl.h, version.h and defs.h
3123         * src/imap.c
3124                 rewrite imap_session_get to avoid duplicate code
3125
3126 2002-12-23 [paul]       0.8.7claws
3127
3128         * Santa-Claws released
3129         
3130         * po/hu.po
3131           po/ru.po
3132                 squeeze in updated Hungarian and Russian translations.
3133                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3134
3135 2002-12-23 [paul]       0.8.6claws129
3136
3137         * po/pl.po
3138                 updated by Witold Wladyslaw Wojciech Wilk
3139
3140 2002-12-23 [paul]       0.8.6claws128
3141
3142         * src/quote_fmt_parse.y
3143                 fix typo and add licence header
3144
3145 2002-12-23 [paul]       0.8.6claws127
3146
3147         * po/en_GB.po
3148                 updated
3149
3150 2002-12-23 [paul]       0.8.6claws126
3151
3152         * po/it.po
3153                 updated translation, submitted by Alessandro Maestri
3154                 
3155 2002-12-23 [paul]       0.8.6claws125
3156
3157         * src/quote_fmt_parse.y
3158                 fix signature-stripping on replies bug. match
3159                 '-- \n' and not '-- '.
3160
3161 2002-12-22 [paul]       0.8.6claws124
3162
3163         * po/bg.po
3164           po/es.po
3165           po/sr.po
3166                 updated translations. submitted by George Danchev,
3167                 Ricardo Mones Lastra, and Urke MMI respectively
3168
3169 2002-12-21 [paul]       0.8.6claws123
3170
3171         * src/addrbook.c
3172                 fix coding style
3173
3174 2002-12-21 [paul]       0.8.6claws122
3175
3176         * src/addrbook.c
3177                 fix bug [643638] where if a person is in one or more
3178                 addressbook groups editing that person's email 
3179                 address results in removal from those groups.
3180                 Patch submitted by Luke Plant.
3181
3182 2002-12-20 [christoph]  0.8.6claws121
3183
3184         * src/common/utils.c
3185         * src/summaryview.c
3186                 reimplement expand_search_string using GString to
3187                 prevent crashs caused by miscalculated string
3188                 lengths reported by Paul
3189
3190 2002-12-20 [christoph]  0.8.6claws120
3191
3192         * src/summaryview.c
3193                 don't use "changed" to check if op_count has to be changed as it
3194                 is also set when the message has unread children
3195                 (closes bug [ 653221 ] crash while deleting duplicates)
3196
3197 2002-12-20 [paul]       0.8.6claws119
3198
3199         * sync with 0.8.6cvs27
3200                 see ChangeLog 2002-12-20
3201
3202 2002-12-20 [paul]       0.8.6claws118
3203
3204         * sync with 0.8.6cvs26
3205                 see ChangeLog 2002-12-19 and 2002-12-20
3206
3207 2002-12-19 [alfons]     0.8.6claws117
3208
3209         * src/textview.c
3210                 fix incorrect parsing of email addresses, submitted by 
3211                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3212                 name display if it contains @".
3213
3214 2002-12-18 [paul]       0.8.6claws116
3215
3216         * sync with 0.8.6cvs23
3217                 see ChangeLog 2002-12-18
3218
3219 2002-12-18 [paul]       0.8.6claws115
3220
3221         * src/Makefile.am
3222         * src/account.c
3223         * src/codeconv.c
3224         * src/gtkutils.[ch]
3225         * src/imap.c
3226                 sync with 0.8.6cvs22.
3227                 see ChangeLog 2002-12-17 and 2002-12-18
3228
3229 2002-12-17 [christoph]  0.8.6claws114
3230
3231         * src/imap.c
3232                 o don't create a session if imap greeting fails
3233                 o don't close socket when authentication fails
3234                   this is done by imap_session_destroy
3235
3236 2002-12-17 [thorsten]   0.8.6claws113
3237
3238         * tools/Makefile.am
3239           tools/README
3240           tools/google_msgid.pl ** NEW FILE **
3241                 Added "search for message-id" script and doc
3242
3243 2002-12-17 [thorsten]   0.8.6claws112
3244
3245         * po/hu.po
3246                 Updated hungarian translation
3247                 (updated by Gal Zoltan)
3248
3249 2002-12-16 [christoph]  0.8.6claws111
3250
3251         * src/addr_compl.c
3252                 remove stupid addressbook dump to debug output
3253         * src/mh.c
3254                 fix memory leak found by Hiro
3255
3256 2002-12-14 [paul]       0.8.6claws110
3257
3258         * src/compose.c
3259                 fix menubar sensitivity on send
3260                 
3261         * src/prefs_filtering.c
3262         * src/prefs_matcher.c
3263         * src/prefs_scoring.c
3264                 Fix english ;)
3265                 
3266         * src/common/quoted-printable.h
3267                 sync: fix typo
3268         
3269 2002-12-13 [christoph]  0.8.6claws109
3270
3271         * src/Makefile.am
3272         * src/manage_window.[ch]        ** REMOVE **
3273         * src/gtk/Makefile.am
3274         * src/gtk/manage_window.[ch]    ** NEW **
3275                 move manage_window files to gtk directory
3276
3277 2002-12-13 [christoph]  0.8.6claws108
3278
3279         * src/Makefile.am
3280         * src/gtkshruler.[ch]           ** REMOVE **
3281         * src/gtk/Makefile.am
3282         * src/gtk/gtkshruler.[ch]       ** NEW **
3283                 move gtkshruler files to gtk directory
3284
3285 2002-12-13 [christoph]  0.8.6claws107
3286
3287         * src/Makefile.am
3288         * src/compose.c
3289         * src/gtkstext.[ch]             ** REMOVE **
3290         * src/gtkutils.[ch]
3291         * src/textview.c
3292         * src/gtk/gtkstext.[ch]         ** NEW **
3293         * src/gtk/Makefile.am
3294                 o move stext functions to gtkstext.c to remove
3295                   dependency of gtkutils
3296                 o move gtkstext files to gtk directory
3297
3298         * src/gtk/Makefile.am
3299         * src/gtk/sslcertwindow.[ch]
3300                 UI stuff can always depend on common code so
3301                 it's ok to add ../common to include path
3302
3303 2002-12-13 [colin]      0.8.6claws106
3304
3305         * src/summaryview.c
3306                 Disconnect sighandlers for mainwindow when
3307                 quicksearch has the focus
3308                 Fix bug #653231
3309         * src/mainwindow.[ch]
3310                 Make key_pressed callback public, to be able
3311                 to disconnect it
3312
3313 2002-12-13 [christoph]  0.8.6claws105
3314
3315         * src/mh.c
3316                 create .mh_sequences file in new MH folders
3317                 (closes feature request [ 523162 ] MH folders should
3318                  get a .mh_sequences)
3319
3320 2002-12-13 [colin]      0.8.6claws104
3321
3322         * src/summaryview.c
3323                 Better handling of quicksearch show/hide
3324                 (basically the button stays under the mouse 
3325                  when toggled)
3326
3327 2002-12-13 [paul]       0.8.6claws103
3328
3329         * sync with 0.8.6cvs17
3330                 see ChangeLog 2002-12-13
3331
3332 2002-12-13 [paul]       0.8.6claws102
3333
3334         * po/es.po
3335                 updated by Ricardo Mones Lastra
3336
3337 2002-12-11 [colin]       0.8.6claws101
3338
3339         * src/folder.c
3340                 remove statusbar stuff
3341           src/folderview.c
3342                 set statusbar verbosity when moving folders
3343
3344 2002-12-11 [colin]       0.8.6claws100
3345         * src/prefs_filtering.c
3346         * src/prefs_matcher.c
3347         * src/prefs_scoring.c
3348                 Fix english ;)
3349
3350 2002-12-11 [colin]       0.8.6claws99
3351
3352         * src/prefs_common.[ch]
3353                 Add summary_quicksearch_type
3354         * src/summaryview.c
3355                 Save last used quicksearch type
3356
3357 2002-12-11 [jens]       0.8.6claws98
3358         * src/prefs_filtering.c
3359         * src/prefs_matcher.c
3360         * src/prefs_scoring.c
3361                 added dialog for incomplete rules in scoring, filtering and
3362                 matcher to ask wheather really close
3363
3364 2002-12-11 [colin]      0.8.6claws97
3365
3366         * src/folder.c
3367                 Fix folder dnd statusbar logging
3368
3369 2002-12-10 [christoph]  0.8.6claws96
3370
3371         * src/compose.c
3372         * src/folder.c
3373         * src/imap.c
3374         * src/inc.c
3375         * src/main.c
3376         * src/mainwindow.c
3377         * src/news.c
3378         * src/send.c
3379         * src/statusbar.[ch]
3380         * src/common/hooks.c
3381         * src/common/log.[ch]
3382                 o handle verbose logging in statusbar directly in statusbar code
3383                   and common code does not need any knowledge about a statusbar
3384                 o remove direct calls to statusbar_(puts|pop)_all functions
3385
3386 2002-12-10 [jens]       0.8.6claws95
3387
3388         * src/*.c
3389                 removed gettext from g_warnings
3390         * po/POTFILES.in
3391                 cleaned and updated
3392         * po/de.po
3393                 updated
3394
3395 2002-12-10 [colin]      0.8.6claws94
3396
3397         * src/main.c
3398                 finish crash dialog fix
3399
3400 2002-12-10 [colin]      0.8.6claws93
3401
3402         * src/main.c
3403                 "Fix" "sylpheed already running" instead of
3404                 crash dialog appearing after a crash
3405
3406 2002-12-10 [colin]      0.8.6claws92
3407
3408         * po/POTFILES.in
3409                 add src/gtk/sslcertwindow.c
3410
3411 2002-12-10 [paul]       0.8.6claws91
3412
3413         * po/POTFILES.in
3414                 updated to reflect recent changes
3415                 submitted by Alessandro Maestri
3416
3417 2002-12-09 [christoph]  0.8.6claws90
3418
3419         * src/Makefile.am
3420         * src/smtp.[ch]                 ** REMOVE **
3421         * src/common/Makefile.am
3422         * src/common/smtp.[ch]          ** NEW **
3423                 move smtp files to common directory
3424
3425 2002-12-09 [christoph]  0.8.6claws89
3426
3427         * src/Makefile.am
3428         * src/session.[ch]              ** REMOVE **
3429         * src/common/Makefile.am
3430         * src/common/session.[ch]       ** NEW **
3431                 move session files to common directory
3432
3433 2002-12-09 [paul]       0.8.6claws88
3434
3435         * src/account.c
3436                 fix bug [649746] edit accounts: move account reverted
3437                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3438
3439 2002-12-09 [colin]      0.8.6claws87
3440
3441         * src/ssl_certificate.c
3442                 cleanup
3443
3444 2002-12-09 [colin]      0.8.6claws86
3445
3446         * src/ssl.c
3447                 Try to open the cert.pem database and 
3448                 issue a warning if it isn't there
3449
3450 2002-12-09 [colin]      0.8.6claws85
3451
3452         * src/common/ssl_certificate.c
3453         * src/gtk/sslcertwindow.c
3454                 Warning fixes
3455
3456 2002-12-09 [colin]      0.8.6claws84
3457
3458         * src/ssl_certificate.[ch] ** REMOVED **
3459         * src/common/ssl_certificate.[ch] ** NEW **
3460         * src/Makefile.am
3461         * src/common/Makefile.am
3462                 Moved ssl_certificate.[ch] to common
3463         * src/common/ssl.c 
3464                 Put back needed include
3465         * src/gtk/sslcertwindow.[ch]
3466                 Changed ssl_certificate.h include
3467         
3468 2002-12-09 [colin]      0.8.6claws83
3469
3470         * src/gtk/sslcertwindow.[ch]
3471                 Implement hook for certificate acception
3472         * src/ssl_certificate.[ch]
3473                 Implement hook for certificate acception
3474         * src/common/ssl.c
3475                 Reenable certificate acception check
3476         * src/mainwindow.c
3477                 Register sslcertwindow's hook
3478         
3479 2002-12-08 [christoph]  0.8.6claws82
3480
3481         * src/about.c
3482         * src/addr_compl.c
3483         * src/codeconv.c
3484         * src/manual.c
3485         * src/undo.c
3486         * src/common/utils.c
3487                 o add missing includes
3488                 o fix warnings
3489         * src/.cvsignore
3490         * src/common/.cvsignore
3491         * src/common/version.h          ** REMOVE **
3492                 remove autogenerated file
3493
3494 2002-12-08 [paul]       0.8.6claws81
3495
3496         * src/stringtable.c
3497                 put back needed include
3498
3499 2002-12-08 [colin]      0.8.6claws80
3500         
3501         * src/gtk/sslcertwindow.c
3502                 Cleaner popups when asking
3503         * src/ssl_certificate.c
3504         * src/prefs_common.[ch]
3505                 remove ssl certificate pref
3506                 put back needed include
3507         * src/undo.c
3508                 put back needed include
3509
3510 2002-12-08 [christoph]  0.8.6claws79
3511
3512         * src/folderview.c
3513         * src/logwindow.c
3514         * src/statusbar.c
3515         * src/summaryview.c
3516                 only abort hook invokation if required data is missing not
3517                 if our own data pointer is NULL, update hookfunction for
3518                 log window
3519
3520 2002-12-08 [paul]       0.8.6claws78
3521
3522         * src/about.c
3523         * src/addrcache.c
3524         * src/addrclip.c
3525         * src/addr_compl.c
3526         * src/addrselect.c
3527         * src/codeconv.c
3528         * src/colorlabel.c
3529         * src/enriched.c
3530         * src/esmtp.c
3531         * src/exporthtml.c
3532         * src/headerview.c
3533         * src/imageview.c
3534         * src/manual.c
3535         * src/noticeview.c
3536         * src/pgptext.c
3537         * src/scoring.c
3538         * src/sourcewindow.c
3539         * src/stringtable.c
3540         * src/undo.c
3541                 clean up: remove unneccesary includes
3542
3543 2002-12-08 [christoph]  0.8.6claws77
3544
3545         * src/folderview.c
3546         * src/statusbar.c
3547         * src/summaryview.c
3548         * src/common/hooks.[ch]
3549                 hook functions now have a gboolean return value, if a hook
3550                 returns TRUE it will stop executing of any more hooks in
3551                 the same hooklist for this invokation
3552
3553 2002-12-08 [colin]      0.8.6claws76
3554         
3555         * src/main.c
3556                 put back argv0 for CRASH_DIALOG
3557
3558 2002-12-08 [christoph]  0.8.6claws75
3559
3560         * src/Makefile.am
3561         * src/about.c
3562         * src/account.c
3563         * src/crash.c
3564         * src/esmtp.h
3565         * src/imap.[ch]
3566         * src/inc.c
3567         * src/main.c
3568         * src/mainwindow.c
3569         * src/news.c
3570         * src/pop.[ch]
3571         * src/prefs_account.[ch]
3572         * src/prefs_common.[ch]
3573         * src/send.[ch]
3574         * src/smtp.[ch]
3575         * src/ssl_certificate.[ch]
3576         * src/ssl_manager.[ch]
3577         * src/common/Makefile.am
3578         * src/common/log.c
3579         * src/common/nntp.[ch]
3580         * src/common/socket.[ch]
3581         * src/common/ssl.[ch]
3582         * src/gtk/sslcertwindow.[ch]
3583         * ac/openssl.m4
3584                 use new autoconf script to detect OpenSSL with extra parameters
3585                 to specify the location of libs and includes, also remove USE_SSL
3586                 to USE_OPENSSL
3587
3588         * src/common/sylpheed.[ch]
3589         * src/common/version.h.in
3590                 start seperation of common code initialization seperated from gui
3591
3592         * src/summaryview.c
3593                 The function that is called when a color label changes
3594                 should not change the color lable again
3595
3596 2002-12-08 [colin]      0.8.6claws74
3597
3598         * src/gtk/sslcertwindow.c
3599                 warning fixes
3600
3601 2002-12-08 [colin]      0.8.6claws73
3602
3603         * src/statusbar.c
3604           src/common/log.h
3605                 Register a hook for statusbar_puts_all
3606         * src/common/log.c
3607                 invoke statusbar_puts_all's hook
3608         
3609 2002-12-08 [colin]      0.8.6claws72
3610
3611         * src/ssl_certificate.c
3612                 Put back a badly-removed include
3613
3614 2002-12-08 [colin]      0.8.6claws71
3615
3616         * src/gtk/sslcertwindow.[ch]    ** NEW **
3617                 new certificate presentation
3618         * src/gtk/Makefile.am
3619                 add new files
3620         * src/ssl_certificate.[ch]
3621                 gtk cleanup, made utility functions public
3622         * src/ssl_manager.c
3623                 use new cert presentation
3624
3625 2002-12-07 [christoph]  0.8.6claws70
3626
3627         * src/Makefile.am
3628         * src/nntp.[ch]                 ** REMOVE **
3629         * src/common/Makefile.am
3630         * src/common/nntp.[ch]          ** NEW **
3631                 move nntp files to common directory
3632
3633 2002-12-07 [christoph]  0.8.6claws69
3634
3635         * src/procmsg.[ch]
3636         * src/summaryview.c
3637                 implement msginfo update callback using sylpheed's new
3638                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3639
3640 2002-12-06 [christoph]  0.8.6claws68
3641
3642         * src/editgroup.c
3643                 This patch changes the 'Edit Group Details' dialog to
3644                 allow extended selections in either pane, so that
3645                 addresses can be added or removed from a group more
3646                 quickly and easily. (it actually is a net decrease in
3647                 file size, as some unnecessary functions have been
3648                 removed). 
3649                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3650
3651 2002-12-06 [christoph]  0.8.6claws67
3652
3653         * src/Makefile.am
3654         * src/template.[ch]             ** REMOVE **
3655         * src/common/Makefile.am
3656         * src/common/template.[ch]      ** NEW **
3657                 move template files to common directory
3658
3659         * src/nntp.c
3660                 add missing log.h include
3661
3662 2002-12-06 [melvin]     0.8.6claws66
3663
3664         * src/prefs_actions.c
3665                 Added the trailing ">" syntax to insert command's output
3666                 without replacing old text (in contrast to trailing "|").
3667
3668 2002-12-05 [colin]      0.8.6claws65
3669         
3670         * src/common/utils.c
3671                 Don't modify original search_string or it'll change
3672                 the next iterations in the for()
3673
3674 2002-12-05 [darko]      0.8.6claws64
3675
3676         * src/common/utils.c
3677                 proper check for filtering commands, found by Colin
3678
3679 2002-12-05 [darko]      0.8.6claws63
3680
3681         * src/common/utils.c
3682                 check proper string for NULL pointer, found by Colin
3683
3684 2002-12-05 [darko]      0.8.6claws62
3685
3686         * src/common/utils.[ch]
3687                 expand_search_string(): new function
3688                 converts Mutt-like patterns to Sylpheed's
3689                 filtering engine
3690         * src/summaryview.c
3691                 use expand_search_string() to allow Mutt-like
3692                 patterns in extended search
3693         * README.claws
3694                 document extended option in quick search
3695
3696 2002-12-05 [paul]       0.8.6claws61
3697
3698         * sync with 0.8.6cvs16
3699                 see ChangeLog 2002-12-05
3700                 
3701         * po/POTFILES.in
3702                 clean up
3703
3704 2002-12-04 [christoph]  0.8.6claws60
3705
3706         * src/imap.[ch]
3707                 put imap authentication code into a new function and
3708                 remove it from imap_session_new that will allow to
3709                 send other commands before authentication
3710
3711 2002-12-04 [christoph]  0.8.6claws59
3712
3713         * src/imap.[ch]
3714                 use already existing method to prevent unneeded IMAP
3715                 folder selects. Set imap_select parameters to NULL
3716                 in some functions if the values are not required.
3717
3718         * src/xml.h
3719                 remove no longer required include
3720
3721 2002-12-04 [paul]       0.8.6claws58
3722
3723         * po/es.po
3724                 updated by Ricardo Mones Lastra
3725                 
3726         * configure.in
3727           po/hu.po      ** NEW FILE **
3728                 initial Hungarian translation, submitted
3729                 by Gál Zoltán <galzoli@hu.inter.net>
3730
3731 2002-12-03 [christoph]  0.8.6claws57
3732
3733         * src/Makefile.am
3734         * src/gtksctree.[ch]            ** REMOVE **
3735         * src/gtk/Makefile.am
3736         * src/gtk/gtksctree.[ch]        ** NEW **
3737                 move gtksctree files to gtk directory
3738
3739 2002-12-03 [christoph]  0.8.6claws56
3740
3741         * src/Makefile.am
3742         * src/md5.[ch]                  ** REMOVE **
3743         * srm/common/Makefile.am
3744         * src/common/md5.[ch]           ** NEW **
3745                 move md5 files to common directory
3746
3747         * src/gtkstext.c
3748                 remove not required #include
3749
3750 2002-12-03 [sergey]     0.8.6claws55
3751
3752         * src/gtkutils.c
3753         * src/gtkutils.h
3754                 gtkut_window_popup(): new function.
3755         * src/mainwindow.c
3756                 main_window_popup(): use gtkut_window_popup() to raise
3757                 window without changing its position.
3758                 (see sylpheed-main ML message [sylpheed:17247])
3759
3760 2002-12-03 [sergey]     0.8.6claws54
3761
3762         * src/send.c
3763                 send_message_local(): removed first-dot escaping
3764                 (SMTP-only, not needed for sending through pipe)
3765
3766 2002-12-03 [paul]       0.8.6claws53
3767
3768         * po/POTFILES.in
3769                 update to reflect recent changes (thanks
3770                 to Ricardo Mones Lastra)
3771                 
3772         * tools/filter_conv.pl
3773                  fix problem with quoted strings. Patch submitted
3774                  by Luke Plant <lukeplant@softhome.net>
3775
3776 2002-12-03 [paul]       0.8.6claws52
3777
3778         * sync with 0.8.6cvs15
3779                 see ChangeLog 2002-12-03
3780
3781 2002-12-02 [christoph]  0.8.6claws51
3782
3783         * src/logwindow.[ch]
3784         * src/common/log.[ch]
3785                 implement logging using a hook function
3786
3787         * src/folderview.c
3788         * src/folder.[ch]
3789                 define hooklist name in header file to avoid
3790                 errors caused by wrong spelling of hooklist names
3791
3792         * src/toolbar.c
3793                 fix warnings
3794
3795 2002-12-02 [christoph]  0.8.6claws50
3796
3797         * src/common/Makefile.am
3798                 add src/common/hooks.[ch]
3799
3800         * src/common/hooks.[ch]
3801                 implement a simple hook system using glib's hook functions
3802
3803         * src/folder.[ch]
3804         * src/folderview.c
3805                 use new hook system for folder item updates
3806
3807 2002-12-02 [christoph]  0.8.6claws49
3808
3809         * doc-src/ui_seperation.txt     ** NEW **
3810                 information for ui seperation
3811
3812         * src/Makefile.am
3813                 remove files that were moved to common
3814                 include common directory by default for the header files
3815
3816         * src/inc.c
3817         * src/common/socket.c
3818         * src/automaton.[ch]
3819                 implement automaton using g_io_*-functions instead of
3820                 gdk_input_add to make it ui independent
3821
3822         * src/codeconv.c
3823         * src/compose.c
3824         * src/ldif.c
3825         * src/pgptext.c
3826         * src/procmime.c
3827         * src/rfc2015.c
3828         * src/smtp.c
3829         * src/unmime.c
3830                 remove common/ prefix because directory is now in
3831                 include path
3832
3833         * src/compose.c
3834         * src/folder.c
3835         * src/folderview.c
3836         * src/mainwindow.c
3837         * src/messageview.c
3838         * src/prefs_common.c
3839         * src/procmsg.c
3840         * src/rfc2015.c
3841                 fix warnings
3842
3843         * src/imap.c
3844         * src/inc.c
3845         * src/news.c
3846         * src/pop.c
3847         * src/send.c
3848         * src/smtp.c
3849         * src/ssl_certificate.c
3850                 add log.h header file for logging functions
3851
3852         * src/main.c
3853         * src/common/utils.c
3854         * src/summaryview.c
3855         * src/xml.c
3856                 o move debug_mode to common/utils.c
3857                 o add functions to set and get debug_mode
3858
3859         * src/defs.h                    ** REMOVE **
3860         * src/intl.h                    ** REMOVE **
3861         * src/socket.[ch]               ** REMOVE **
3862         * src/ssl.[ch]                  ** REMOVE **
3863         * src/utils.[ch]                ** REMOVE **
3864                 replaced by new files in src/common/
3865         
3866         * src/common/Makefile.am
3867                 add new files in src/common/
3868
3869         * src/common/defs.h             ** NEW **
3870         * src/common/intl.h             ** NEW **
3871         * src/common/log.[ch]           ** NEW **
3872         * src/common/socket.[ch]        ** NEW **
3873         * src/common/ssl.[ch]           ** NEW **
3874         * src/common/utils.[ch]         ** NEW **
3875                 replacement for files in src/
3876
3877 2002-12-02 [colin]      0.8.6claws48
3878
3879         * src/folderview.c
3880                 Scroll folderview if necessary during dnd
3881
3882 2002-12-02 [colin]      0.8.6claws47
3883
3884         * src/folder.[ch]
3885                 Add check to verify a move is within a single mailbox
3886         * src/folderview.c
3887                 Add specific error string for this check
3888
3889 2002-12-02 [colin]      0.8.6claws46
3890
3891         * src/folder.c
3892                 Add a test to folder moving, remove a statusbar_print
3893         * src/folderview.c
3894                 Add Move folder... context-menu item
3895                 Factorize folder moving code
3896                 Enable folder DND for mbox
3897
3898 2002-12-01 [christoph]  0.8.6claws45
3899
3900         * ac/aspell.m4
3901                 remove conf.aspelltest if the version check fails
3902
3903 2002-11-30 [christoph]  0.8.6claws44
3904
3905         * autogen.sh
3906                 run libtoolize --force in autogen to create missing
3907                 libtool scripts
3908
3909 2002-11-30 [christoph]  0.8.6claws43
3910
3911         * src/Makefile.am
3912         * src/pgptext.c
3913         * src/procmime.c
3914         * src/rfc2015.c
3915         * src/uuencode.[ch]             ** REMOVED **
3916         * src/common/Makefile.am
3917         * src/common/uuencode.[ch]      ** NEW **
3918                 move uuen/decoder to common directory
3919
3920 2002-11-30 [christoph]  0.8.6claws42
3921
3922         * src/Makefile.am
3923         * src/base64.[ch]               ** REMOVED **
3924         * src/codeconv.c
3925         * src/compose.c
3926         * src/ldif.c
3927         * src/pgptext.c
3928         * src/procmime.c
3929         * src/rfc2015.c
3930         * src/smtp.c
3931         * src/unmime.c
3932         * src/common/Makefile.am
3933         * src/common/base64.[ch]        ** NEW **
3934                 move base64 en/decoder to common directory
3935
3936 2002-11-30 [christoph]  0.8.6claws41
3937
3938         * src/common                    ** NEW **
3939                 new directory for UI independent code
3940         * src/gtk                       ** NEW **
3941                 new directory for GTK frontend
3942         * src/common/.cvsignore         ** NEW **
3943         * src/gtk/.cvsignore            ** NEW **
3944                 ignore build files
3945         * src/common/Makefile.am        ** NEW **
3946         * src/gtk/Makefile.am           ** NEW **
3947                 automake files to build new seperated stuff
3948         * src/Makefile.am
3949                 the binary will currently still be build with the
3950                 files in src, so we include the code from the
3951                 subdirs for now after building the libs there
3952
3953 2002-11-30 [paul]       0.8.6claws40
3954
3955         * src/compose.c
3956                 fix bug [642731] 'Wrong selected account with drafted mail'
3957
3958 2002-11-29 [oliver]     0.8.6claws39
3959         
3960         * src/messageview.c
3961                 o update summaryview when switching between different
3962                   messageviews          
3963         * src/toolbar.c  
3964                 o check if messageview holds already removed msg
3965                   from summaryview
3966                 
3967
3968 2002-11-29 [oliver]     0.8.6claws38
3969
3970         * src/toolbar.c 
3971                 remove not needed variables and includes
3972                 make messageview stay opened and move to next when msgs are deleted 
3973
3974 2002-11-29 [oliver]     0.8.6claws37
3975         
3976         * src/toolbar.c 
3977                 disable compose button (messageview toolbar) by default
3978                 deleted msgs are moved to trash
3979         
3980 2002-11-29 [melvin]     0.8.6claws36
3981
3982         * configure.in
3983                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3984                 and to detect signatures expirations (gpgme 0.3.6)
3985
3986         * src/main.c
3987                 Use non obsolescent function for Gpgme engine checking.
3988
3989         * src/rfc2015.c
3990                 Inform about expired signatures or signatures which key
3991                 has expired. Expiration date is displayed.
3992
3993         * src/sigstatus.c
3994                 Inform about expired signatures or signatures which key
3995                 has expired.
3996
3997 2002-11-28 [paul]       0.8.6claws35
3998
3999         * src/folderview.c
4000                 re-instate 'Check for new messages' in Newsgroup
4001                 folders right-click menu, after a suggestion from
4002                 Tim Mann <timmann@users.sourceforge.net>
4003
4004         * src/main.c
4005                 after a crash check only local folders for new
4006                 messages
4007
4008 2002-11-28 [paul]       0.8.6claws34
4009
4010         * configure.in
4011                 apply patch that fixes the checking of GTK with XIM 
4012                 support on different OSs, such as FreeBSD. Patch 
4013                 submitted by Topia <topia@users.sourceforge.net>
4014                 
4015 2002-11-28 [paul]       0.8.6claws33
4016
4017         * src/mainwindow.c
4018           src/prefs_common.c
4019           src/prefs_toolbar.c
4020                 more changes to the English
4021
4022 2002-11-28 [paul]       0.8.6claws32
4023
4024         * sync with 0.8.6cvs13
4025                 see ChangeLog 2002-11-28 (no sync needed
4026                 for src/compose.c)
4027
4028 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
4029         
4030         * src/mainwindow.[ch]
4031                 add patch by Ivan F. Martinez introducing messageview Toolbar
4032                 some changes and committed by oliver    
4033
4034 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
4035
4036         * src/messageview.[ch]
4037                 add patch by Ivan F. Martinez introducing messageview Toolbar
4038                 some changes and committed by oliver    
4039
4040 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
4041
4042         * src/compose.[ch]
4043                 add patch by Ivan F. Martinez introducing messageview Toolbar
4044                 some changes and committed by oliver    
4045
4046 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
4047         
4048         * src/toolbar.[ch]
4049                 add patch by Ivan F. Martinez introducing messageview Toolbar
4050                 some changes and committed by oliver
4051
4052 2002-11-28 [oliver]     0.8.6claws27
4053         
4054         * src/prefs_toolbar.[ch]
4055                 getting ready for messageview toolbar
4056                 free mem allocated by gettext
4057                 change prefs_toolbar to prefs_toolbar_open
4058  
4059 2002-11-28 [thorsten]   0.8.6claws26
4060
4061         * src/imageview.[ch]
4062                 cleaned up conflicting declarations of
4063                 imageview_show_image()
4064
4065 2002-11-28 [paul]       0.8.6claws25
4066
4067         * src/grouplistdialog.c
4068           src/prefs_common.c
4069           src/prefs_summary_column.c
4070                 a few more improvements to the English
4071
4072 2002-11-28 [colin]      0.8.6claws24
4073
4074         * man/sylpheed.1
4075                 A few updates to command-line parameters
4076
4077 2002-11-28 [colin]      0.8.6claws23
4078
4079         * src/prefs_filtering.c
4080                 Fix problems with prefs_filtering_delete_path:
4081                 a) if the first rule is removed, original pointers
4082                    weren't updated (leading to segfaults)
4083                 b) it was always global_processing updated in case
4084                    of removed path was parent of rule path
4085
4086 2002-11-27 [paul]       0.8.6claws22
4087
4088         * src/mainwindow.c
4089           src/prefs_account.c
4090           src/prefs_actions.c
4091           src/prefs_common.c
4092           src/prefs_customheader.c
4093           src/prefs_display_header.c
4094           src/prefs_filtering.c
4095           src/prefs_folder_item.c
4096           src/prefs_matcher.c
4097           src/prefs_scoring.c
4098           src/prefs_summary_column.c
4099           src/prefs_template.c
4100           src/prefs_toolbar.c
4101                  improve the English in the GUI
4102
4103 2002-11-27 [colin]      0.8.6claws21
4104
4105         * src/folder.c
4106                 Fix processing renaming problems happening after
4107                 last commit
4108
4109 2002-11-27 [colin]      0.8.6claws20
4110
4111         * src/folder.c
4112                 recursive move now deletes src each subfolder after 
4113                 having moved it
4114         * src/folderview.c
4115                 Use identifier instead of path during dnd (enables
4116                 IMAP folder dnd)
4117
4118 2002-11-27 [paul]       0.8.6claws19
4119
4120         * src/main.c
4121                 apply patch that does command-line processing 
4122                 BEFORE gtk_init, allowing claws to run from 
4123                 shell-scripts in non-X environment (e.g. crontab 
4124                 or ip-up, ip-down scripts). Patch submitted by
4125                 Ruslan N. Balkin <baron@dartel.ru>
4126                 
4127         * po/it.po
4128                 updated by Alessandro Maestri
4129
4130 2002-11-27 [paul]       0.8.6claws18
4131
4132         * sync with 0.8.6cvs12
4133           src/prefs_common.c
4134                 Differences are that main uses a 'Receive dialog'
4135                 frame on the Interface tab, whereas claws groups all 
4136                 the dialogs together in a 'Dialogs' frame.
4137
4138 2002-11-27 [colin]      0.8.6claws17
4139
4140         * src/prefs_matcher.c
4141                 Fix Execute criteria's NOT flag
4142
4143
4144 2002-11-26 [christoph]  0.8.6claws16
4145
4146         * src/ssl.c
4147                 rewrite the ssl code a little bit, only use one
4148                 SSL context, set default certificates' file/path
4149
4150 2002-11-26 [thorsten]   0.8.6claws15
4151
4152         * src/compose.c
4153                 default-reply-to didn't work for ml-reply
4154
4155 2002-11-26 [melvin]     0.8.6claws14
4156
4157         * src/prefs_actions.c
4158                 Made pipe-actions ignore short headers in message view
4159                 Made trailing-pipe-actions write in the message view with
4160                 the same font as the original message
4161
4162 2002-11-26 [paul]       0.8.6claws13
4163
4164         * src/compose.c
4165                 this time commit the correct file
4166
4167 2002-11-26 [paul]       0.8.6claws12
4168
4169         * sync with 0.8.6cvs11
4170           src/quote_fmt_parse.y  
4171                 no sync needed
4172           src/account.[ch]       
4173                 not sync'ed
4174           src/compose.c
4175                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4176                 on draft mode.
4177                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4178                 header
4179                 
4180         see ChangeLog 2002-11-25 and 2002-11-26
4181
4182 2002-11-26 [colin]      0.8.6claws11
4183
4184         * src/folderview.c
4185                 Fix collapsed folder not auto-expanding during
4186                 mail dnd, if it was the source folder.
4187
4188 2002-11-25 [colin]      0.8.6claws10
4189
4190         * src/folderview.[ch]
4191                 Variable renaming and cleaning (slist of nodes 
4192                 to be re-collapsed is stored in FolderView)
4193
4194 2002-11-25 [paul]       0.8.6claws9
4195
4196         * src/prefs_common.[ch]
4197                 fix breakage caused by last commit
4198
4199 2002-11-25 [paul]       0.8.6claws8
4200
4201         * sync with 0.8.6cvs4
4202                 see ChangeLog 2002-11-21
4203
4204 2002-11-25 [paul]       0.8.6claws7
4205
4206         * sync with 0.8.6cvs4
4207                 see ChangeLog 2002-11-20
4208
4209 2002-11-25 [paul]       0.8.6claws6
4210
4211         * sync with 0.8.6cvs3
4212                 see ChangeLog 2002-11-18
4213
4214 2002-11-25 [colin]      0.8.6claws5
4215
4216         * src/gtkutils.[ch]
4217                 Add gtkut_ctree_node_is_parent()
4218         * src/folderview.c
4219                 Spring-loaded folders
4220
4221 2002-11-25 [colin]      0.8.6claws4
4222
4223         * src/utils.[ch]
4224                 Add slist_concat_unique(), function to merge
4225                 two GSList filtering dups
4226         * src/folder.[ch]
4227         * src/summaryview.[ch]
4228         * src/folderview.c
4229         * src/main.c
4230                 Add detection/update/display of unread answers
4231                 to marked mails
4232         * src/procmsg.[ch]
4233                 Add procmsg_find_children()
4234                 Add procmsg_msg_has_marked_parent()
4235
4236 2002-11-25 [colin]      0.8.6claws3
4237
4238         * src/ssl_certificate.[ch]
4239                 Allow checking a certificate without a DNS
4240                 lookup
4241                 Allow to forget a cert (by deleting it)
4242                 Make ssl_certificate_destroy_public
4243         * src/ssl_manager.[ch] ** NEW FILES **
4244                 Gui to manage (display/remove) certificates
4245         * src/prefs_common.[ch]
4246                 Add a pref to allow silent acceptation of
4247                 trusted certificates or not (based on the
4248                 "I want to know what's going on" principle)
4249         * src/mainwindow.c
4250                 Add SSL manager in Tools menu
4251         * src/Makefile.am
4252                 Add the new files to the build
4253         * po/POTFILES.in
4254                 Add ssl_manager.c to translations
4255
4256 2002-11-25 [colin]      0.8.6claws2
4257
4258         * src/summaryview.[ch]
4259                 Add S_SEARCH_EXTENDED to the quick search, which 
4260                 allows to search using filtering syntax.
4261
4262 2002-11-25 [colin]      0.8.6claws1
4263
4264         * src/summaryview.c
4265                 Deletion of duplicates now prefer deleting
4266                 the unread dup (fixes feature-request 638989).
4267
4268 2002-11-24 [paul]       0.8.6claws
4269
4270         * po/es.po
4271           po/pl.po
4272           po/ru.po
4273           po/sr.po
4274                 updated by Ricardo Mones Lastra,
4275                 Witold Wladyslaw Wojciech Wilk,
4276                 Ruslan N. Balkin, and  Urke MMI 
4277                 respectively
4278
4279 2002-11-24 [paul]       0.8.5claws182
4280
4281         * po/bg.po
4282                 updated by George Danchev
4283
4284 2002-11-23 [alfons]     0.8.5claws181
4285
4286         * src/imap.c
4287                 tiny memory leak found by browsing Dimitar's 
4288                 valgrind report
4289
4290 2002-11-23 [paul]       0.8.5claws180
4291
4292         * po/it.po
4293                 updated by Alessandro Maestri
4294
4295 2002-11-22 [christoph]  0.8.5claws179
4296
4297         * src/compose.c
4298         * src/inc.c
4299         * src/prefs_filtering.c
4300         * src/summaryview.c
4301                 more warning fixes
4302
4303 2002-11-22 [alfons]     0.8.5claws178
4304
4305         * src/summaryview.c
4306                 summary_execute_delete_func(): if message is deleted, make 
4307                 sure to also remove its entry in the subject hash table. 
4308                 fixes a corner case bug.
4309
4310 2002-11-22 [paul]       0.8.5claws177
4311
4312         * .cvsignore
4313                 add 'autom4te.cache'
4314                 
4315         * ltconfig      ** REMOVED **
4316                 not needed
4317
4318 2002-11-22 [paul]       0.8.5claws176
4319
4320         * src/textview.c
4321                 textview_set_font(): fix for message display in
4322                 UTF-8 locales (thanks to Sergey Vlasov).
4323                 
4324         * AUTHORS
4325                 add new team members and contributors
4326
4327
4328 2002-11-21 [colin]      0.8.5claws175
4329
4330         * src/procmsg.[ch]
4331                 Add procmsg_remove_special_headers()
4332         * src/mh.c
4333                 Use procmsg_remove_special_headers() for 
4334                 previous fix
4335
4336 2002-11-21 [colin]      0.8.5claws174
4337
4338         * src/mh.c
4339                 Fix moving/copying from queue/draft folders
4340                 for MH folders
4341
4342 2002-11-21 [christoph]  0.8.5claws173
4343
4344         * src/crash.c
4345         * src/filtering.c
4346         * src/logwindow.c
4347         * src/main.c
4348         * src/matcher_parser_lex.[hl]
4349         * src/mbox.c
4350         * src/mbox_folder.[ch]
4351         * src/prefs_filtering.c
4352         * src/procheader.c
4353         * src/quote_fmt_lex.l
4354         * src/ssl.c
4355                 fix all warnings except the warnings in lex and yacc files
4356
4357 2002-11-20 [christoph]  0.8.5claws172
4358
4359         * src/imap.c
4360                 fix MsgInfo retrieval for IMAP draft and queue folders
4361                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4362
4363 2002-11-19 [christoph]  0.8.5claws171
4364
4365         * src/compose.c
4366                 fix segfault, when draft saving does not get
4367                 the MsgInfo of the new message
4368                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4369
4370 2002-11-19 [christoph]  0.8.5claws170
4371
4372         * src/procmsg.c
4373                 add parameter check for flag setting function
4374                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4375
4376 2002-11-18 [paul]       0.8.5claws169
4377
4378         * src/compose.c
4379                 more sensitivity fixes to redirect mode:
4380                 * disable toolbar draft button
4381                 * allow only Address book in the Tools menu
4382                 * disable editing of message by the spell
4383                   checker
4384
4385 2002-11-18 [paul]       0.8.5claws168
4386
4387         * src/compose.c
4388                 fix sensitivity of menu items in compose_redirect():
4389                 allow only the necessary items 
4390
4391 2002-11-18 [paul]       0.8.5claws167
4392
4393         * src/compose.c
4394                 fix bug [ 603259 ] 'attachment got lost on bounce'
4395
4396 2002-11-18 [paul]       0.8.5claws166
4397
4398         * po/ru.po
4399                 updated by Ruslan N. Balkin <baron@dartel.ru>
4400
4401 2002-11-18 [colin]      0.8.5claws165
4402
4403         * src/main.c
4404           src/defs.h
4405                 Remove old filtering stuff
4406
4407
4408 2002-11-17 [oliver]     0.8.5claws164
4409
4410         * src/toolbar.h
4411                 remove not needed typedef 
4412
4413 2002-11-17 [oliver]     0.8.5claws163
4414
4415         * src/toolbar.c
4416                 make toolbar's on click events translatable
4417
4418 2002-11-15 [colin]      0.8.5claws162
4419
4420         * src/summaryview.c
4421                 Revert too-soon integration of a feature
4422
4423 2002-11-15 [christoph]  0.8.5claws161
4424
4425         * src/imap.c
4426                 use main's implementation of imap_get_msginfo
4427
4428 2002-11-15 [christoph]  0.8.5claws160
4429
4430         * src/compose.c
4431         * src/folder.[ch]
4432         * src/imap.c
4433         * src/mbox_folder.c
4434         * src/mh.c
4435         * src/news.c
4436         * src/procmsg.c
4437         * src/summaryview.c
4438                 replace claws' fetch_msginfo with main's get_msginfo
4439                 (use main's implementation where possible)
4440
4441 2002-11-15 [colin]      0.8.5claws159
4442
4443         * src/ssl_certificate.c
4444                 Missed a check
4445
4446 2002-11-16 [melvin]     0.8.5claws158
4447
4448         * po/fr.po
4449                 Updated French translations.
4450
4451 2002-11-16 [colin]      0.8.5claws157
4452
4453         * src/ssl_certificate.c
4454                 Check for missing parts in the certificates
4455
4456 2002-11-15 [colin]      0.8.5claws156
4457
4458         * src/folderview.c
4459                 Preventive fix (missing check) found by
4460                 Alfons
4461
4462 2002-11-15 [paul]
4463
4464         * NEWS
4465                 sync with 0.8.6 release
4466
4467 2002-11-15 [colin]      0.8.5claws155
4468
4469         * src/folder.[ch]
4470           src/folderview.c
4471                 Fix error handling of folder_item_move_to()
4472                 (thanks to Alfons!)
4473
4474 2002-11-15 [colin]      0.8.5claws154
4475
4476         * src/folder.[ch]
4477           src/folderview.c
4478                 folder_item_move_to() sets an error message instead
4479                 of having GUI stuff in folder.c
4480
4481 2002-11-15 [colin]      0.8.5claws153
4482
4483         * src/procmsg.[ch]
4484                 Implemented a callback for MsgInfo updates, 
4485                 heavily copy/pasted from Christoph's folder 
4486                 callback system
4487         * src/summaryview.[ch]
4488                 Register summary_update_msg as callback
4489
4490 2002-11-14 [colin]      0.8.5claws152
4491         
4492         * src/procmsg.c
4493                 Update the FolderItem after sending (fixes 617593)
4494
4495 2002-11-14 [christoph]  0.8.5claws151
4496
4497         * src/folder.c
4498                 fix wrong position of NULL pointer check found
4499                 by Sergey
4500
4501 2002-11-14 [christoph]  0.8.5claws150
4502
4503         * src/folder.c
4504                 fix segfault when deleting messages from IMAP folders
4505                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4506
4507 2002-11-14 [colin]      0.8.5claws149
4508
4509         * src/compose.c
4510                 Forwarding was also ignoring the folder's default account.
4511
4512 2002-11-14 [colin]      0.8.5claws148
4513
4514         * src/compose.c
4515                 Fix sent folder not set to folder properties when 
4516                 forwarding.
4517
4518 2002-11-14 [thorsten]   0.8.5claws147
4519
4520         * src/inc.c
4521                 inc_start(): Files were not moved from .processing to inbox,
4522                 if no global processing rule existed
4523
4524 2002-11-14 [colin]      0.8.5claws146
4525
4526         * src/ssl_certificate
4527                 Fix file operations
4528
4529 2002-11-14 [paul]       0.8.5claws145
4530
4531         * po/it.po
4532                 updated by Alessandro Maestri
4533
4534 2002-11-13 [alfons]     0.8.5claws144
4535
4536         * src/folder.c
4537                 folder_item_close(): only mark messages unread
4538                 when a folder has new messages 
4539
4540 2002-11-13 [keith]      0.8.5claws143
4541
4542         * src/imap.c
4543                 Fix problem moving or copying between
4544                 IMAP folders
4545
4546 2002-11-13 [colin]      0.8.5claws142
4547
4548         * src/matcher_parser_parse.y
4549                 Fix rule problem when " don't match
4550
4551 2002-11-13 [christoph]  0.8.5claws141
4552
4553         * src/folder.c
4554         * src/folderview.c
4555                 moved cache saving to folder_item_close
4556                 the folderview should not have to deal with
4557                 this things
4558
4559 2002-11-13 [christoph]  0.8.5claws140
4560
4561         * src/summaryview.c
4562                 moved setting of important score to
4563                 summary_set_prefs_from_folderitem
4564
4565 2002-11-13 [colin]      0.8.5claws139
4566
4567         * src/matcher_parser_parse.y
4568                 Fix a segfault in the parser (happening when
4569                 a good expression had been tested and a bad 
4570                 one arrives)
4571
4572 2002-11-13 [paul]       0.8.5claws138
4573
4574         * sync with 0.8.5cvs24
4575                 see ChangeLog 2002-11-13
4576                 
4577         * po/pt_BR.po
4578                 updated by Fabio Jr. Beneditto
4579
4580 2002-11-13 [colin]      0.8.5claws137
4581         
4582         * src/msgcache.c
4583           src/defs.h
4584           src/procmsg.[ch]
4585                 Revert last commit, problem
4586
4587 2002-11-13 [colin]      0.8.5claws136
4588
4589         * src/msgcache.c
4590                 Remove duplicated code
4591         * src/defs.h
4592                 Bumped CACHE_VERSION and MARK_VERSION
4593         * src/procmsg.[ch]
4594                 Network endian for cache and mark files
4595
4596 2002-11-12 [colin]      0.8.5claws135
4597
4598         * src/inc.c
4599                 Fix the "socket error" dialog which disappeared
4600
4601 2002-11-12 [colin]      0.8.5claws134
4602
4603         * src/msgcache.c
4604                 Reverse last commit which had performance 
4605                 problems, but still reverse the list
4606
4607 2002-11-12 [colin]      0.8.5claws133
4608
4609         * src/msgcache.c
4610                 Reverse list order
4611
4612 2002-11-12 [melvin]     0.8.5claws132
4613
4614         * src/compose.c
4615                 Added a check for a NULL prefs_common.dictionary
4616
4617 2002-11-12 [colin]      0.8.5claws131
4618
4619         * src/ssl_certificate.[ch]
4620                 Use FQDN hostname
4621
4622 2002-11-12 [colin]      0.8.5claws130
4623
4624         * src/ssl_certificate.[ch]
4625                 Take connection port into account for 
4626                 checking certificates (a single hostname
4627                 could have multiple servers with multiple
4628                 certificates)
4629         * src/ssl.c
4630                 Pass the port to ssl_certificate_check
4631
4632 2002-11-12 [paul]       0.8.5claws129
4633
4634         * src/folder.c
4635                 fix a typo in last commit
4636
4637 2002-11-12 [paul]       0.8.5claws128
4638
4639         * sync with 0.8.5cvs23
4640                 see ChangeLog entry 2002-11-12
4641
4642 2002-11-11 [colin]      0.8.5claws127
4643
4644         * src/ssl_certificate.c
4645                 Cleaner messages
4646                 Don't popup, instead log error, if the 
4647                 corresponding pref is checked
4648         * src/ssl_certificate.h
4649                 include <openssl/objects/h>
4650
4651 2002-11-11 [colin]      0.8.5claws126
4652
4653         * src/ssl_certificate.h
4654                 _Really_ clean it
4655
4656 2002-11-11 [colin]      0.8.5claws125
4657         
4658         * src/ssl_certificate.c
4659                 Fixed leak
4660
4661 2002-11-11 [colin]      0.8.5claws124
4662
4663         * src/ssl.c
4664                 Cleaned a bit
4665         * src/ssl_certificate.[ch]
4666                 Cleaned a bit (better use of SSL API)
4667                 (This will cause non-recognition of saved 
4668                  certificates of claws12[23]...)
4669
4670 2002-11-11 [paul]       0.8.5claws123
4671         
4672         * po/es.po
4673                 updated by Ricardo Mones Lastra
4674
4675 2002-11-11 [colin]      0.8.5claws122
4676
4677         * src/ssl.c
4678                 Fix a typo
4679
4680 2002-11-11 [colin]      0.8.5claws121
4681
4682         * src/ssl_certificate.[ch] ** NEW FILES **
4683         * src/ssl.[ch]
4684                 Check SSL certificates presented to us
4685         * src/Makefile.am
4686                 Add ssl_certificate.[ch]
4687         * po/POTFILES.in
4688                 Add ssl_certificate.c
4689
4690 2002-11-11 [paul]       0.8.5claws120
4691
4692         * sync with 0.8.5cvs22
4693                 see ChangeLog 2002-11-11
4694
4695 2002-11-11 [paul]       0.8.5claws119
4696
4697         * sync with 0.8.5cvs21
4698                 see ChangeLog 2002-11-11
4699
4700 2002-11-10 [jens]       0.8.5claws118
4701
4702         * src/folder.c
4703         * src/folderview.c
4704                 corrected some typing
4705         * po/de.po
4706                 updated german translation
4707         * sylpheed.spec.in
4708                 cleaned up specfile and adjusted it for claws
4709
4710 2002-11-10 [colin]      0.8.5claws117
4711
4712         * src/summaryview.c
4713                 a STATUSBAR_PUSH/POP fix
4714
4715 2002-11-10 [colin]      0.8.5claws116
4716
4717         * src/prefs_folder_item.c
4718                 Fix hanging after opening folder properties
4719
4720 2002-11-10 [hoa]        0.8.5claws115
4721
4722         * src/matcher_parser_lex.l
4723         * src/matcher_parser_parse.y
4724                 config file for scoring and filtering is no more trashed
4725                 when there is a syntax error in a filtering rule when
4726                 editing it in a dialog.
4727
4728 2002-11-09 [colin]      0.8.5claws114
4729
4730         * src/mbox_folder.c
4731                 Added missing initialisation of folder->destroy()
4732
4733 2002-11-09 [colin]      0.8.5claws113
4734
4735         * src/folder.c
4736           src/folderview.c
4737                 Fix the status bar messages
4738
4739 2002-11-09 [colin]      0.8.5claws112
4740
4741         * src/folderview.c
4742                 Fix hangs after folder dnd, happening after 
4743                 claws109.
4744
4745 2002-11-09 [christoph]  0.8.5claws111
4746
4747         * src/folderview.c
4748                 just changed order of calls (reverse order of
4749                 associated calls)
4750         * src/inc.c
4751                 lock inc when checking only one account, otherwise
4752                 inc all could be executed at the same time
4753
4754 2002-11-09 [christoph]  0.8.5claws110
4755
4756         * src/folderview.c
4757                 better unlock the mouse cursor before calling
4758                 summary_show because it changes the cursor too
4759
4760 2002-11-09 [christoph]  0.8.5claws109
4761
4762         * src/folder.[ch]
4763         * src/folderview.c
4764                 add functions to open and close a folder
4765                 o opending will execute scanning for remote folders
4766                   and processing
4767                 o closing will unset new flag for messages
4768
4769 2002-11-09 [colin]      0.8.5claws108
4770
4771         * src/folder.c
4772                 Add a call to prefs_matcher_write_config to 
4773                 avoid non-leaf folders filtering settings to be
4774                 lost
4775
4776 2002-11-09 [paul]       0.8.5claws107
4777
4778         * src/prefs_account.c
4779                 re-word a label
4780
4781 2002-11-09 [colin]      0.8.5claws106
4782
4783         * src/folderview.c
4784                 Minor esthetic fix
4785
4786 2002-11-09 [colin]      0.8.5claws105
4787
4788         * src/folderview.c
4789                 Fix prefs_filtering deletion for MH folders (same
4790                 reason as below)
4791         * src/prefs_filtering.c
4792                 Fix prefs_filtering renaming and deletion for 
4793                 folder-based processing rules.  
4794
4795 2002-11-09 [christoph]  0.8.5claws104
4796
4797         * src/compose.c
4798         * src/folder.[ch]
4799         * src/folderview.[ch]
4800         * src/import.c
4801         * src/inc.c
4802         * src/main.c
4803         * src/mainwindow.c
4804         * src/messageview.c
4805         * src/prefs_folder_item.c
4806         * src/procmsg.c
4807         * src/summaryview.c
4808                 implement a callback system for folder item updates
4809
4810 2002-11-09 [colin]      0.8.5claws103
4811
4812         * src/folderview.c
4813                 Fix prefs_filtering renaming for MH folders (we
4814                 shouldn't rename by path as another folder could
4815                 have the same hierarchy).
4816
4817 2002-11-09 [colin]      0.8.5claws102
4818
4819         * src/folder.c
4820                 Fix a leak found by Christoph, use better variable
4821                 names
4822
4823 2002-11-09 [colin]      0.8.5claws101
4824
4825         * src/folder.c
4826                 One more fix for processing rules
4827
4828 2002-11-08 [colin]      0.8.5claws100
4829         
4830         * src/matcher.c
4831                 Don't copy the compiled regexp (will be reevaluated)
4832         * src/folderview.c
4833                 Lock folderview while moving
4834         * src/folder.c
4835                 Provide info on what's happening to the user
4836
4837 2002-11-08 [colin]      0.8.5claws99
4838
4839         * src/folderview.c
4840                 Fix folder reordering after a move if parent is 
4841                 root
4842         * src/scoring.[ch]
4843                 Add function to copy a ScoringProp
4844         * src/prefs_folder_item.c
4845                 Copy scoring rules when copying a folder prefs
4846
4847 2002-11-08 [colin]      0.8.5claws98
4848
4849         * src/folderview.c
4850                 Fixes in case of failure
4851         * src/filtering.[ch]    
4852                 Add function to duplicate a FilteringProp
4853         * src/matcher.[ch]
4854                 Add function to duplicate a MatcherProp
4855         * src/prefs_folder_item.c
4856                 Save folder's processing rules when copying 
4857                 its prefs
4858
4859 2002-11-08 [colin]      0.8.5claws97
4860         
4861         * src/folderview.c
4862                 Sort after move
4863         * src/folder.c 
4864                 Change a printf to debug_print
4865
4866 2002-11-08 [colin]      0.8.5claws96
4867
4868         * src/folder.c
4869           src/folderview.c
4870                 Fix segfaults, call me stupido
4871         
4872
4873 2002-11-08 [colin]      0.8.5claws95
4874
4875         *src/folder.c
4876                 Added forgotten prefs to save when moving folders
4877
4878 2002-11-08 [colin]      0.8.5claws94
4879
4880         * src/folder.c
4881                 Fixes to folder DND (prefs copy)
4882         * src/folderview.c
4883                 Optimization for folder DND (don't rescan whole tree)
4884                 Added folderview_create_folder_node() for this 
4885                 optimization, so de-duped a bit the code
4886         * src/prefs_folder_item.[ch]
4887                 Added prefs_folder_item_copy_prefs()    
4888           
4889 2002-11-08 [paul]       0.8.5claws93
4890
4891         * src/prefs_account.c
4892           tools/README
4893           tools/kmail2sylpheed_v2.pl
4894                 correct some typos
4895
4896 2002-11-08 [paul]       0.8.5claws92
4897
4898         * src/compose.c
4899           src/prefs_account.[ch]
4900                 remove account options 'clearsign' and 'ascii_armored',
4901                 replace with 'default_gnupg_mode' to prevent mixed-mode
4902                 Privacy settings
4903
4904 2002-11-08 [paul]       0.8.5claws91
4905
4906         * src/compose.[ch]
4907                 re-implement GnuPG 'on-the-fly' mode selection,
4908                 disallow mixed-mode
4909
4910 2002-11-08 [colin]      0.8.5claws90
4911
4912         * src/folderview.c
4913           src/prefs_folder_item.c
4914                 Change "Property" to "Properties"
4915
4916 2002-11-07 [colin]      0.8.5claws89
4917
4918         * src/folderview.c
4919           src/folder.c
4920                 Allow folder dropping to a root folder
4921
4922 2002-11-07 [paul]       0.8.5claws88
4923
4924         * src/compose.c
4925                 revert last commit
4926
4927 2002-11-07 [paul]       0.8.5claws87
4928
4929         * src/compose.c
4930                 fix reply-to-list bug. closes bug report
4931                 "[633382] reply-to-list broken in recent cvs"
4932
4933 2002-11-07 [paul]       0.8.5claws86
4934
4935         * src/compose.c
4936                 add a forgotten '#if USE_GPGME ... #endif'
4937
4938 2002-11-07 [paul]       0.8.5claws85
4939
4940         * sync with 0.8.5cvs20
4941                 see ChangeLog 2002-11-07
4942
4943 2002-11-07 [colin]      0.8.5claws84
4944
4945         * src/folder.[ch]
4946                 Change folder_item_move_to to return the newly 
4947                 created folderitem.
4948         * src/folderview.c
4949                 Select the new folderitem after moving.
4950
4951 2002-11-07 [colin]      0.8.5claws83
4952
4953         * src/prefs_filtering.c
4954                 Fix rule rewriting when moving a leaf folder to a 
4955                 shorter path
4956
4957 2002-11-07 [colin]      0.8.5claws82
4958
4959         * src/prefs_filtering.c
4960                 fix a leak
4961
4962 2002-11-07 [colin]      0.8.5claws81
4963
4964         * src/folder.[ch]
4965                 Add folder_item_move_to() function to move a 
4966                 folderitem into another one (updates matcher etc)
4967         * src/folderview.c
4968                 Add folder drag'n drop (context menu to come)
4969                 [Should be dataloss free, but Please backup before 
4970                  trying !]
4971
4972 2002-11-06 [colin]      0.8.5claws80
4973
4974         * src/mh.c
4975                 mh_create_folder() returns NULL if can't create
4976                 directory hierarchy
4977
4978 2002-11-06 [paul]       0.8.5claws79
4979
4980         * src/compose.[ch]
4981                 allow 'on-the-fly' changing of the type of encryption 
4982                 and/or signing used (mime/ascii) via the compose window
4983
4984 2002-11-06 [paul]       0.8.5claws78
4985
4986         * sync with 0.8.5cvs19
4987                 see ChangeLog 2002-11-06 for src/account.c: 
4988                 account_get_special_folder()
4989                 
4990 2002-11-05 [alfons]     0.8.5claws77
4991
4992         * src/crash.c
4993                 very minor cleanups: nothing to see here, move on. :-)
4994
4995 2002-11-05 [colin]      0.8.5claws76
4996
4997         * src/main.c
4998                 Changes choices if compose windows are opened to
4999                 Discard, Draft, Don't quit
5000
5001 2002-11-05 [thorsten]   0.8.5claws75
5002
5003         * src/compose.c
5004                 reenabled default_reply_to folder option
5005
5006 2002-11-05 [colin]      0.8.5claws74
5007
5008         * src/compose.[ch] 
5009                 add compose_draft()
5010         * src/crash.c
5011                 add SIGTERM handler
5012         * src/main.[ch]
5013                 add clean_quit() for the SIGTERM handler
5014
5015 2002-11-05 [paul]       0.8.5claws73
5016         
5017         * po/es.po
5018                 updated by Ricardo Mones Lastra
5019
5020 2002-11-05 [melvin]     0.8.5claws72
5021
5022         * src/logwindow.c
5023                 Fixed log-clipping bug #616795.
5024                 To stop logging in the log window use 0 length.
5025         * src/prefs_common.c
5026                 Added a label to inform about the 0 log length behaviour.
5027
5028 2002-11-05 [paul]       0.8.5claws71
5029
5030         * sync with 0.8.5cvs17
5031                 see ChangeLog 2002-11-05
5032
5033 2002-11-04 [paul]       0.8.5claws70
5034
5035         * sylpheed-128x128.png
5036           sylpheed-64x64.png
5037           sylpheed.png
5038                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
5039                 <nikai@users.sourceforge.net>
5040                 
5041         * po/bg.po
5042                 updated by George Danchev
5043
5044 2002-11-03 [thorsten]   0.8.5claws69
5045
5046         * src/main.c
5047           src/mimeview.c
5048           src/rfc2015.h
5049                 add check if gpg is active
5050
5051 2002-11-03 [thorsten]   0.8.5claws68
5052
5053         * src/toolbar.h
5054                 removed GSList declaration causing trouble on MacOS-X
5055                 (submitted by alfons, reported by xfesty)
5056
5057 2002-11-01 [paul]       0.8.5claws67
5058
5059         * src/mainwindow.c
5060                 remove last remnants of main's filter code
5061
5062 2002-11-01 [paul]       0.8.5claws66
5063
5064         * tools/filter_conv.pl
5065                 fix bug where user-defined headers were ignored
5066
5067 2002-11-01 [paul]       0.8.5claws65
5068
5069         * src/logwindow.c
5070                 make a debug_print() not translatable
5071
5072 2002-10-31 [melvin]     0.8.5claws64
5073
5074         * ac/aspell.m4
5075                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
5076                 not run any GNU/aspell test.  The dictionary path will
5077                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
5078                 was given, in which case, it will be $prefix/lib/aspell/
5079         * configure.in
5080                 Fixed typo in commentary (Aspell code).
5081
5082 2002-10-31 [paul]       0.8.5claws63
5083
5084         * po/POTFILES.in
5085                 remove src/filter.c and src/prefs_filter.c
5086                 thanks to Ricardo for reminding me
5087
5088 2002-10-31 [colin]      0.8.5claws62
5089
5090         * src/mbox_folder.c
5091                 Plug some leaks
5092
5093 2002-10-31 [paul]       0.8.5claws61
5094
5095         * src/prefs_filter.[ch] ** REMOVED **
5096           src/filter.[ch]       ** REMOVED **
5097           
5098         * src/Makefile.am
5099           src/folderview.c
5100           src/inc.c
5101           src/main.c
5102           src/mainwindow.c
5103           src/mbox.c
5104           src/prefs_common.c
5105           src/prefs_filtering.c
5106           src/summaryview.[ch]
5107                 remove main's 'filter' code
5108                 
5109         README.claws
5110                 update to reflect removal of main's filter
5111
5112 2002-10-31 [paul]       0.8.5claws60
5113
5114         * src/summaryview.c
5115                 remove check for global_processing in summary_filter_open(). 
5116                 This fixes the bug where if the user uses the right-click 
5117                 'Create filter rule...' and doesn't have any filter rules 
5118                 already defined in claws' advanced filtering, the newly 
5119                 created filter rule goes to main's filtering which is 
5120                 inaccessible through the gui. Now the filter rule gets added
5121                 to claws' filtering by default.
5122
5123 2002-10-28 [melvin]     0.8.5claws59
5124
5125         * src/prefs_actions.c
5126                 Fixed bug #627322 where MIME parts were not always
5127                 correctly passed to a %p action
5128                 Display an error dialog when message filename is not found.
5129
5130 2002-10-28 [melvin]     0.8.5claws58
5131
5132         * src/prefs_common.c
5133                 Readded a missing function declaration lost in 0.8.3claws34
5134
5135 2002-10-28 [paul]       0.8.5claws57
5136
5137         * sync with 0.8.5cvs15
5138                 see ChangeLog 2002-10-28 and 2002-10-25
5139                 
5140         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5141
5142 2002-10-27 [oliver]     0.8.5claws56
5143
5144         * src/pop.c
5145                 plug leak in pop3_top_recv
5146
5147 2002-10-26 [christoph]  0.8.5claws55
5148
5149         * src/folder.c
5150                 set need_update folder flag when messages are added
5151                 (closes bug [ 626922 ] folder not updated after receiving)
5152
5153 2002-10-25 [melvin]     0.8.5claws54
5154
5155         * src/imageview.c
5156                 Fixed a memleak introduced in the scaling code.
5157
5158 2002-10-24 [alfons]     0.8.5claws53
5159
5160         * src/filtering.c
5161                 make filtering's forward message action forward from the 
5162                 correct account
5163                 (closes bug [628089 ] Filter -> Forward from address problem
5164                 reported by Oktay)
5165
5166 2002-10-24 [christoph]  0.8.5claws52
5167
5168         * src/mainwindow.c
5169         * src/manual.[ch]
5170                 o use manual of current locale or english if current
5171                   locale is not available (and english is available)
5172                 o also link to sylpheed doc project manuals
5173
5174 2002-10-23 [paul]       0.8.5claws51
5175
5176         * tools/README
5177           tools/kmail2sylpheed_v2.pl
5178                 add new version of kmail addressbook importer script.
5179                 works with newer versions of Kmail/KAddressBook which
5180                 have new and rearranged data.
5181
5182 2002-10-23 [martin]     0.8.5claws50
5183
5184         * src/folderview.c
5185         * src/summaryview.c
5186         * src/utils.h
5187         * src/utils.c
5188                 added length parameter to get_abbrev_newsgroup_name()
5189                 changed this function so that it abbreviates the newsgroup
5190                 names only so long it is smaller than the length parameter
5191                 (for better reading of some newsgroup names and space efficiency)
5192
5193 2002-10-22 [colin]      0.8.5claws49
5194
5195         *src/foldersel.c
5196                 Revert Alfons' last modification (after voting ;-))
5197
5198 2002-10-21 [alfons]     0.8.5claws48
5199
5200         * src/foldersel.c
5201                 folder view in folder selection dialog reflects state of
5202                 folder view in main window
5203
5204 2002-10-18 [alfons]     0.8.5claws47
5205
5206         * src/mbox.c
5207                 drop imported messages in folder selected by user,
5208                 and not in the inbox
5209                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5210
5211 2002-10-18 [alfons]     0.8.5claws46
5212
5213         * src/compose.c
5214                 make automagic reply work correctly for email accounts 
5215                 (whether it's viable to do a full sync with Hiro's 
5216                 compose.c is still under discussion)
5217
5218 2002-10-18 [melvin]     0.8.5claws45
5219
5220         * src/prefs_actions.c
5221                 Fixed bug #622275 where asynchroneous actions left 
5222                 zombies processes
5223                 Made (synchroneous) actions' input be displayed live.
5224
5225 2002-10-18 [christoph]  0.8.5claws44
5226
5227         * src/textview.c
5228                 don't add a newline in the textview in front of the
5229                 first textpart if header display is disabled
5230                 (closes bug [ 603385 ] disabled header display leaves blank
5231                  lin)
5232
5233 2002-10-18 [christoph]  0.8.5claws43
5234
5235         * src/folder.[ch]
5236         * src/imap.c
5237         * src/mbox_folder.c
5238         * src/mh.c
5239         * src/news.c
5240                 folder->get_num_list now returns an error code
5241                 (closes bug [ 609424 ] News cache cleared on failure)
5242                 
5243 2002-10-17 [colin]      0.8.5claws42
5244         
5245         * src/news.c
5246                 Changed a printf by debug_print
5247
5248 2002-10-16 [paul]       
5249
5250         * tools/OOo2sylpheed.pl
5251                 allow for spaces in the name of the
5252                 file to be attached.
5253
5254 2002-10-16 [colin]      0.8.5claws41
5255
5256         * src/main.c
5257                 Use a tristate to change online mode
5258
5259 2002-10-16 [paul]       0.8.5claws40
5260
5261         * po/es.po
5262                 updated by Ricardo Mones Lastra
5263
5264 2002-10-16 [colin]      0.8.5claws39
5265
5266         * src/main.c
5267           src/mainwindow.[ch]
5268                 Added --online and --offline command-line
5269                 switches
5270
5271 2002-10-15 [christoph]  0.8.5claws38
5272
5273         * src/procmime.c
5274                 set mimeinfo->name to NULL after g_free to
5275                 avoid double freeing with g_free
5276
5277 2002-10-14 [christoph]  0.8.5claws37
5278
5279         * src/compose.c
5280         * src/filtering.c
5281         * src/summaryview.c
5282                 remove calls to folder->change_flags that are now
5283                 done by procmsg flag functions (seems it is not
5284                 used by any foldertype anyway)
5285         * src/folder.c
5286                 init folder->change_flags with NULL
5287
5288 2002-10-14 [christoph]  0.8.5claws36
5289
5290         * src/folder.[ch]
5291         * src/imap.[ch]
5292                 use virtual functions for folder item new and destroy
5293                 functions
5294
5295 2002-10-14 [melvin]     0.8.5claws35
5296
5297         * src/compose.c
5298                 Added a test to not run the spell checker if no default
5299                 dictionary is available. No dialog is displayed though.
5300
5301 2002-10-14 [melvin]     0.8.5claws34
5302
5303         * src/gtkaspell.c
5304                 Fixed bug in dictionary list context menu where
5305                 "More..." pointed to an emtpy submenu if the
5306                 number of dictionaries is a multiple of 15
5307                 Removed unneeded code in suggestions list creation
5308
5309 2002-10-14 [paul]       0.8.5claws33
5310
5311         * po/bg.po
5312                 updated by George Danchev
5313
5314 2002-10-13 [hoa]        0.8.5claws32
5315
5316         * src/matcher.[ch]
5317           src/matcher_parser_parser.y
5318                 removed the escaped string from internal structure
5319                 of matcher.
5320
5321 2002-10-12 [colin]      0.8.5claws31
5322
5323         * src/gtksctree.[ch]
5324           src/summaryview.c
5325                 Removed useless function gtksctree_reanchor
5326
5327 2002-10-12 [alfons]     0.8.5claws30
5328         
5329         * sync with remaining main changes 2002-10-09 - 2002-10-11
5330         - drop changes to src/compose.c (requires claws specific changes)
5331         
5332 2002-10-12 [alfons]     0.8.5claws29
5333         
5334         * sync with main changes of 2002-10-08
5335         - drop changes to src/compose.c (requires claws specific changes)
5336         - drop changes to src/summaryview.c (requires changes to compose.c)     
5337
5338 2002-10-12 [alfons]     0.8.5claws28
5339         
5340         * sync with main changes of 2002-10-07
5341
5342 2002-10-12 [alfons]     0.8.5claws27
5343
5344         * sync with main changes of 2002-10-04
5345         - drop changes to src/compose.c (requires claws specific changes)
5346         - drop changes to src/prefs_folder_item.c (claws implementation
5347           seems to be working)
5348
5349 2002-10-12 [colin]      0.8.5claws26
5350
5351         * src/mainwindow.c
5352                 Fix folder-flicker when space-reading, introduced 
5353                 in claws22.
5354
5355 2002-10-12 [colin]      0.8.5claws25
5356
5357         * src/compose.c
5358                 Save account address when saving as draft.
5359                 (closes bug 621838)
5360
5361 2002-10-12 [colin]      0.8.5claws24
5362
5363         * src/summaryview.c
5364                 Fix the problem consisting of no message selected
5365                 after the last message in a folder has been moved.
5366
5367 2002-10-12 [paul]       0.8.5claws23
5368
5369         * src/compose.c
5370           src/prefs_template.c
5371           src/template.[ch]
5372                 add Cc and Bcc to templates. Patch submitted by
5373                 John L. Males.
5374
5375 2002-10-12 [colin]      0.8.5claws22
5376
5377         * src/folderview.c
5378                 Fix a bug after "Check for new messages":
5379                 If a folder was opened, it was still selected at
5380                 the end of the check, but displayed empty.
5381         * src/mainwindow.c
5382                 Remove unnecessary check
5383
5384 2002-10-12 [paul]
5385
5386         * tools/README
5387                 be more verbose in the description of
5388                 OOo2sylpheed.pl
5389                 
5390
5391 2002-10-11 [colin]      0.8.5claws21
5392
5393         * src/mainwindow.c
5394                 Make space work (better) when no mail is selected
5395
5396 2002-10-11 [colin]      0.8.5claws20
5397
5398         * src/inc.c
5399           src/news.c
5400                 fix warnings
5401
5402 2002-10-11 [colin]      0.8.5claws19
5403
5404         * src/mainwindow.c
5405                 revert 0.8.5claws6 changes as i couldn't get to
5406                 anything satisfying
5407
5408 2002-10-11 [melvin]     0.8.5claws18
5409
5410         * src/compose.c
5411                 Removed buggy and unused macro (should have been committed in
5412                 0.8.5claws17)
5413
5414 2002-10-11 [melvin]     0.8.5claws17
5415
5416         * src/compose.c
5417                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5418
5419 2002-10-11 [thorsten]   0.8.5claws16 
5420
5421         * src/folderview.c
5422                 remove rescan warning
5423
5424 2002-10-11 [colin]      0.8.5claws15 
5425
5426         * src/procheader.c
5427                 fix a segfault that happens if conv_unmime_header
5428                 fails (should be better to find out why it fails)
5429
5430 2002-10-11 [christoph]  0.8.5claws14
5431
5432         * src/summaryview.c
5433                 update folderview stats after ignore/unignore thread
5434
5435 2002-10-11 [hoa]        0.8.5claws13
5436
5437         * src/quote_fmt_parse.y
5438                 Fixed a yacc/bison syntax error
5439         * src/matcher.c
5440                 Escaping of string is fixed.
5441
5442 2002-10-11 [colin]      0.8.5claws12
5443
5444         * src/imageview.c
5445                 Resize images to fit
5446
5447 2002-10-11 [paul]       0.8.5claws11
5448
5449         * po/es.po
5450                 updated by Ricardo Mones Lastra
5451
5452 2002-10-10 [alfons]     0.8.5claws10
5453
5454         * src/compose.c
5455                 allow dropping files by "moving" files from a file manager,
5456                 not only by the more cumbersome "copying". the latter 
5457                 mostly implies holding down the Control button
5458
5459 2002-10-10 [christoph]  0.8.5claws9
5460
5461         * src/summaryview.c
5462                 update folders after thread building for ignored threads
5463
5464 2002-10-10 [christoph]  0.8.5claws8
5465
5466         * config/.cvsignore
5467                 added Makefile
5468         * src/filtering.[ch]
5469         * src/folder.[ch]
5470         * src/folderview.[ch]
5471         * src/import.c
5472         * src/inc.[ch]
5473         * src/mbox.[ch]
5474         * src/procmsg.c
5475         * src/summaryview.[ch]
5476                 o added new flag need_update to FolderItem
5477                 o removed folder_table from various functions from tracking
5478                   folder updates
5479                 o set need_update flags in folder.c's move, copy and delete
5480                   functions and procmsg's flags functions
5481                 o added function folderview_update_items_when_required that
5482                   updates all folders with need_update set
5483                 o call folderview_update_items_when_required instead of
5484                   folderview_update_item_foreach
5485
5486 2002-10-09 [sergey]     0.8.5claws7
5487
5488         * src/compose.c
5489                 Strip CRs whel loading the text into editor in reedit mode.
5490
5491 2002-10-09 [colin]      0.8.5claws6
5492
5493         * src/mainwindow.c
5494                 Make Space work when no mail is selected
5495
5496 2002-10-09 [colin]      0.8.5claws5
5497
5498         * src/gtksctree.[ch]
5499                 Fix range_select
5500                 Add gtk_sctree_reanchor() 
5501         * src/summaryview.c
5502                 Use gtk_sctree_reanchor() - better fix for 
5503                 bug 60413
5504
5505 2002-10-09 [colin]      0.8.5claws4
5506
5507         * src/summaryview.c
5508                 Fix shift-click select after delete problem
5509                 (closes bug 60413)
5510
5511 2002-10-08 [thorsten]   0.8.5claws3
5512
5513         * src/summaryview.c
5514                 exclude current msg from -hide read messages-
5515
5516 2002-10-08 [colin]      0.8.5claws2
5517
5518         * src/inc.[ch]
5519           src/pop.c
5520           src/recv.c
5521                 Differentiate socket errors from disk full
5522                 errors
5523
5524 2002-10-08 [christoph]  0.8.5claws1
5525
5526         * Makefile.am
5527         * configure.in
5528                 modifications for new config directory
5529
5530         * config.guess  ** REMOVED **
5531         * config.sub    ** REMOVED **
5532         * install-sh    ** REMOVED **
5533         * ltmain.sh     ** REMOVED **
5534         * missing       ** REMOVED **
5535         * mkinstalldirs ** REMOVED **
5536                 these files are autogenerated by automake
5537                 when you run autogen.sh
5538
5539         * config/.cvsignore     ** NEW FILE **
5540         * config/Makefile.am    ** NEW FILE **
5541                 ignore autogenerated files
5542                 create a Makefile in this directory
5543
5544 2002-10-08 [paul]       0.8.5claws
5545
5546         * 0.8.5claws release
5547         
5548         * src/compose.c
5549           src/procheader.c
5550           src/procmsg.c
5551                 fix quote reply format for newsgroups reply bug
5552                 (thanks to Hoa)
5553                 
5554         * po/en_GB.po
5555           po/pl.po
5556                 updated by me and Witold Wladyslaw Wojciech Wilk
5557                 repectively
5558
5559 2002-10-07 [paul]       0.8.3claws53
5560
5561         * po/it.po
5562           po/pt_BR.po
5563           po/sr.po
5564                 updated messages catalogs, submitted by
5565                 Alessandro Maestri, Fabio Jr.Beneditto 
5566                 and Urke MMI, respectively.
5567
5568 2002-10-07 [christoph]  0.8.3claws52
5569
5570         * src/folder.[ch]
5571         * src/folderview.c
5572         * src/mainwindow.c
5573                 fix new folder ghost message bug
5574                 (closes bug [ 619722 ] wrong count for newly created folders)
5575
5576 2002-10-07 [christoph]  0.8.3claws51
5577
5578         * src/compose.c
5579                 fix news posting problem
5580
5581 2002-10-07 [melvin]     0.8.3claws50
5582
5583         * po/fr.po
5584                 Updated French translation
5585
5586 2002-10-05 [christoph]  0.8.3claws49
5587
5588         * src/gtkstext.c
5589                 check if line_start_cache is set in gtk_stext_update_text
5590                 (closes bug [ 618119 ] crash while doing search in folder)
5591
5592 2002-10-05 [christoph]  0.8.3claws48
5593
5594         * src/imap.c
5595         * src/news.c
5596         * src/utils.c
5597         * src/utils.h
5598                 implement cache cleanups for claws' folder system
5599                 (closes bug [ 595916 ] imapcache not cleaned up)
5600
5601 2002-10-05 [melvin]     0.8.3claws47
5602
5603         * src/prefs_actions.c
5604                 Made the help text more clear for the %p token
5605
5606 2002-10-04 [paul]       0.8.3claws46
5607
5608         * sync with 0.8.5
5609                 see ChangeLog 2002-10-02 and 2002-10-03
5610
5611 2002-10-04 [christoph]  0.8.3claws45
5612
5613         * src/inc.c
5614                 fix segfault caused by pop before smtp
5615                 call to inc_account_mail with NULL
5616                 pointer for mainwin
5617
5618 2002-10-04 [paul]       0.8.3claws44
5619
5620         * configure.in
5621                 sync the LDAP detection from 0.8.5cvs1
5622
5623 2002-10-02 [christoph]  0.8.3claws43
5624
5625         * po/de.po
5626                 fix small spelling error
5627
5628 2002-10-02 [melvin]     0.8.3claws42
5629
5630         * ac/aspell.m4
5631                 Behave better and say "no" when test program cannot be run.
5632
5633 2002-10-02 [paul]       0.8.3claws41
5634
5635         * sync with 0.8.4cvs1
5636                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5637                 
5638         * src/summaryview.c
5639                 toggle the behavior of Reply menuitem between
5640                 normal reply and reply-to-list
5641
5642 2002-10-01 [sergey]     0.8.3claws40
5643
5644         * src/compose.c
5645                 Convert newlines in the message text to the canonical form
5646                 before base64 encoding (RFC2045 compliance, fixes some
5647                 interoperability issues with Evolution 1.0.3)
5648
5649 2002-09-29 [colin]      0.8.3claws39
5650
5651         * src/summaryview.c
5652                 Fix an unwanted copy/paste
5653
5654 2002-09-29 [colin]      0.8.3claws38
5655
5656         * src/mainwindow.c
5657                 Renamed "Custom toolbar" to "Customize toolbar"
5658                 Renamed "Show all header" to "Show all headers"
5659                 Renamed "Set diplay item" to "Set displayed items"
5660         * src/prefs_common.c
5661                 Renamed "Show all header" to "Show all headers"
5662         * src/prefs_summary_column.c
5663                 Renamed "diplay item" to "displayed items"
5664
5665 2002-09-29 [colin]      0.8.3claws37
5666
5667         * src/mainwindow.[ch]
5668                 online/offline status pixmaps follow theme
5669                 changes
5670         * src/summaryview.[ch]
5671                 quicksearch pixmap follows theme changes
5672
5673 2002-09-29 [thorsten]   0.8.3claws36
5674
5675         * src/compose.c
5676           src/prefs_folder_item.[ch]
5677                 add default_reply_to folder option (closes patch 581044)
5678
5679 2002-09-29 [christoph]  0.8.3claws35
5680
5681         * acconfig.h    ** REMOVED **
5682         * configure.in
5683         * ac/aspell.m4
5684         * ac/check-type.m4
5685         * ac/gnupg-check-typedef.m4
5686                 fix autoheader 2.50 warning
5687
5688 2002-09-29 [christoph]  0.8.3claws34
5689
5690         * major code cleanup (part 2)
5691         
5692                 - unused variables removed
5693                 - unused functions removed
5694                 - uninitialized variables checked
5695                 - missing return statements added
5696                 - missing function return types added
5697                 - added parentheses around assignment
5698                   when suggested by gcc
5699
5700 2002-09-29 [alfons]     0.8.3claws33
5701
5702         * src/logwindow.c
5703                 log_window_clear(): only bracket gtk_text_forward_delete() 
5704                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5705                 works around GTK text bug)
5706
5707 2002-09-29 [paul]       0.8.3claws32
5708
5709         * po/bg.po
5710           po/sr.po
5711                 updated by George Danchev and Urke MMI
5712                 respectively
5713
5714 2002-09-27 [christoph]  0.8.3claws31
5715
5716         * doc-src/readme.txt
5717         * doc-src/rfc1806.txt   ** REMOVED **
5718         * doc-src/rfc2183.txt   ** NEW FILE **
5719         * doc-src/rfc2980.txt   ** NEW FILE **
5720                 update rfcs
5721
5722 2002-09-27 [melvin]     0.8.3claws30
5723
5724         * ac/aspell.m4
5725                 Fixed typo which could break linking
5726
5727 2002-09-27 [melvin]     0.8.3claws29
5728
5729         * ac/aspell.m4
5730                 Improved GNU/aspell checking. 
5731                 Fixed bug #614490
5732
5733 2002-09-27 [paul]       0.8.3claws28
5734
5735         * sync with 0.8.3cvs8
5736                 see ChangeLog 2002-09-27
5737
5738 2002-09-26 [colin]      0.8.3claws27
5739
5740         * src/toolbar.[ch]
5741           src/mainwindow.[ch]
5742                 Add "Reply to Mailing-list" to the toolbar
5743
5744 2002-09-26 [christoph]  0.8.3claws26
5745
5746         * src/summaryview.c
5747                 Fix wrong message counts in summaryview status
5748
5749 2002-09-26 [paul]       0.8.3claws25
5750
5751         * sync with 0.8.3cvs7
5752                 see ChangeLog 2002-09-26
5753
5754 2002-09-26 [paul]       0.8.3claws24
5755
5756         * sync with 0.8.3cvs6
5757                 see ChangeLog 2002-09-25
5758
5759 2002-09-25 [christoph]  0.8.3claws23
5760
5761         * src/prefs_common.c
5762         * src/prefs_folder_item.c
5763         * src/prefs_scoring.c
5764                 Renamed "kill score" to "hide score" in GUI
5765                 and prefs files
5766
5767 2002-09-25 [paul]       0.8.3claws22
5768
5769         * sync with 0.8.3cvs5
5770                 see ChangeLog 2002-09-24
5771
5772 2002-09-24 [alfons]     0.8.3claws21
5773
5774         patch by Satoshi Nagayasu: allows appending / saving multiple 
5775         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5776         'Save as ...'")
5777
5778         * AUTHORS
5779                 add Satoshi Nagayasu
5780         * src/summaryview.c
5781                 summary_save_as(): allow saving selected files to
5782                 one file
5783                 summary_set_menu_sensitive: enable "Save As..." when
5784                 multiple files are selected
5785         * src/utils.[ch]
5786                 append_file(): new function
5787
5788 2002-09-24 [colin]      0.8.3claws20
5789
5790         * src/procmime.c
5791                 Fix segfault when mimeinfo doesn't have a 
5792                 content_type. 
5793
5794 2002-09-24 [colin]      0.8.3claws19
5795
5796         * src/prefs_common.[ch]
5797                 Add a preference to display send dialog or not
5798         * src/send.c
5799                 Display send dialog according to preference
5800
5801 2002-09-24 [colin]      0.8.3claws18
5802
5803         * src/compose.[ch]
5804                 Disable user actions when sending
5805
5806 2002-09-24 [colin]      0.8.3claws17
5807
5808         * src/procmime.c
5809                 Do not display name or filename for attachments
5810                 with an application/pgp-signature type
5811                 (security flaw, see bug 537413)
5812
5813 2002-09-23 [colin]      0.8.3claws16
5814
5815         * src/editaddress.c
5816                 Initialize entry_email, entry_alias and 
5817                 entry_remarks to first email address of the list
5818
5819 2002-09-23 [colin]      0.83claws15
5820
5821         * src/compose.c
5822                 Drop pgp-signature when reediting a signed queued
5823                 message
5824
5825 2002-09-23 [melvin]     0.8.3claws14
5826
5827         * po/fr.po
5828                 Updated French translation
5829
5830 2002-09-23 [melvin]     0.8.3claws13
5831
5832         * src/mainwindow.c
5833                 Made custom toolbar menu labels more consistent
5834         * src/prefs_toolbar.c
5835                 Made custom toolbar window title more consistent
5836
5837 2002-09-22 [colin]      0.8.3claws12
5838
5839         * src/inc.c
5840                 Initialize session type to normal before getting 
5841                 mail (fixes strange Get behaviour)
5842         * src/prefs_account.h
5843                 Move STYPE_POP_BEFORE_SMTP to last position to 
5844                 avoid other side-effects
5845
5846 2002-09-22 [colin]      0.8.3claws11
5847
5848         * src/prefs_account.c
5849                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5850                 from pop3 to apop or vice-versa
5851
5852 2002-09-22 [colin]      0.8.3claws10
5853         
5854         * src/prefs_account.[ch]
5855                 Add an option for the POP before SMTP timeout
5856         * src/inc.c
5857                 Remember time of last POP connection
5858         * src/send.c
5859                 Do POP before SMTP only if timeout reached
5860
5861 2002-09-22 [oliver]     0.8.3claws9
5862         
5863         * README.claws
5864                 explain custom toolbar
5865
5866 2002-09-22 [oliver]     0.8.3claws8
5867
5868         * src/prefs_actions.[ch]
5869         custom toolbar for compose      
5870                 actions callback from compose toolbar
5871         * src/folderview.c
5872                 remove include toolbar.h
5873
5874 2002-09-22 [oliver]     0.8.3claws7
5875         
5876         * src/prefs_toolbar.[ch]
5877                 custom toolbar for compose
5878                 - generic prefs_toolbar handles both
5879                   Mainwin's toolbar as well as Compose toolbar          
5880
5881 2002-09-22 [oliver]     0.8.3claws6
5882         
5883         * src/toolbar.[ch]
5884                 custom toolbar for compose
5885                 restructure toolbar.[ch]
5886
5887 2002-09-22 [oliver]     0.8.3claws5
5888
5889         * src/compose.[ch]
5890                 custom toolbar for compose
5891
5892 2002-09-22 [oliver]     0.8.3claws4
5893         
5894         * src/mainwindow.[ch]
5895                 custom toolbar for compose 
5896                 move mainwin toolbar back to mainwindow
5897
5898 2002-09-22 [alfons]     0.8.3claws3
5899
5900         * src/procmsg.c
5901                 :%sno/if(/if (/gc
5902                 :%sno/for(/for (/gc
5903                 (beautify)
5904
5905 2002-09-22 [alfons]     0.8.3claws2
5906         
5907         * src/procmsg.c
5908                 procmsg_save_to_outbox(): don't unlink message file from queue;
5909                 callers should do it using folder_item_remove_msg()
5910
5911 2002-09-22 [colin]      0.8.3claws1
5912
5913         * src/mimeview.[ch]
5914                 Made mimeview_check_signature() public
5915         * src/textview.c
5916                 Made GPG signatures verifiable by clicking
5917                 the [application/pgp-signature] in the Text
5918                 view
5919
5920 2002-09-22 [paul]       0.8.3claws
5921
5922         * po/bg.po
5923           po/en_GB.po
5924           po/es.po
5925           po/it.po
5926           po/pl.po
5927           po/pt_BR.po
5928           po/sr.po
5929                 updated translations, submitted by George Danchev,
5930                 me, Ricardo Mones Lastra, Alessandro Maestri,
5931                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5932                 and Urke MMI, respectively.     
5933
5934 2002-09-22 [alfons]     0.8.2claws65
5935
5936         * src/procmsg.c
5937         * src/pgptext.c
5938                 no furry valgrinds have been used to plug these memleaks
5939
5940 2002-09-20 [paul]       0.8.2claws64
5941
5942         * sync with 0.8.3cvs4
5943                 'Select thread' re-implemented 
5944                 see ChangeLog 2002-09-20
5945
5946 2002-09-21 [alfons]     0.8.2claws63
5947
5948         * src/compose.c
5949                 compose_send(): plug unnoticed memleak
5950
5951 2002-09-20 [alfons]     0.8.2claws62
5952
5953         * src/addr_compl.c
5954                 replace_address_in_edit(): strict check for NULL address to
5955                 fix "[ 607348 ] Segfault in address completion". My guess is
5956                 that this happens with an empty address book, but it's good
5957                 to have this check here anyway
5958                 
5959                 completion_window_button_press(): free string returned 
5960                 from the internal cache
5961
5962 2002-09-20 [christoph]  0.8.2claws61
5963
5964         * src/procmime.h
5965                 added ENC_BINARY to EncodingType
5966         * src/procmime.c
5967                 the string returned by procmime_get_encoding_str
5968                 should not depend on the order of values in the
5969                 EncodingType definition
5970         * doc-src/rfc1806.txt   ** NEW FILE **
5971                 Added rfc1806 about MIME Content-Disposition
5972                 Extension
5973
5974 2002-09-19 [paul]       0.8.2claws60
5975
5976         * sync with 0.8.2cvs3
5977                 see ChangeLog 2002-09-19
5978
5979 2002-09-19 [paul]       0.8.2claws59
5980
5981         * src/prefs_folder_item.c
5982                 revert to Darko's original alignment of colour
5983                 selector button
5984                 add a colon to folder_color label
5985                 
5986         * src/compose.c
5987                 add Colin's patch (with Hiro's modifications) to 
5988                 force BASE64 encoding for 8-bit text when signing
5989                 (sync with 0.8.3cvs2)
5990
5991 2002-09-18 [alfons]     0.8.2claws58
5992
5993         * src/compose.c
5994                 :%sno/if(/if (/gc
5995                 :%sno/for(/for (/gc
5996                 (beautify a little bit)
5997
5998 2002-09-18 [christoph]  0.8.2claws57
5999
6000         * src/pine.c
6001                 fix handling of fgetc return value
6002
6003 2002-09-17 [alfons]     0.8.2claws56
6004         
6005         * src/summaryview.c
6006                 summary_sort(): check non-NULL summaryview->folder_item when no 
6007                 folder is selected at all
6008                 (closes "[ 610344 ] sort label make syl Crash")
6009
6010 2002-09-17 [alfons]     0.8.2claws55
6011         
6012         * src/compose.c
6013                 beautify a little bit
6014
6015 2002-09-17 [christoph]  0.8.2claws54
6016
6017         * src/folder.c
6018                 initialize max values for cache and folder
6019                 when cache or folder is empty
6020
6021 2002-09-15 [colin]      0.8.2claws53
6022
6023         * src/compose.c
6024                 Fix a leak (thanks Alfons!) and cleaned
6025                 variables names for custom headers
6026
6027 2002-09-15 [colin]      0.8.2claws52
6028
6029         * src/compose.c
6030                 Fix custom headers recognition when
6031                 prefs_common.trans_hdr is on
6032
6033 2002-09-15 [colin]      0.8.2claws51
6034
6035         * src/compose.c
6036                 Allow dynamically-added custom headers
6037                 Yet not reparsed if reedited
6038
6039 2002-09-15 [alfons]     0.8.2claws50
6040
6041         * src/prefs_account.c
6042                 fix warnings
6043
6044 2002-09-15 [colin]      0.8.2claws49
6045         
6046         * src/prefs_account.c
6047                 fix pop_before_smtp sensitivity
6048
6049 2002-09-15 [colin]      0.8.2claws48
6050
6051         * src/inc.[ch]
6052                 add inc_pop_before_smtp()
6053                 allow MainWindow to be undefined in 
6054                 inc_account_mail() and inc_start()
6055         * src/pop.c
6056           src/prefs_account.h
6057                 add STYPE_POP_BEFORE_SMTP session type
6058         * src/prefs_account.c
6059                 activated pop before smtp option
6060         * src/send.c
6061                 do pop before smtp if the relevant option 
6062                 is set
6063
6064 2002-09-15 [paul]       0.8.2claws47
6065
6066         * sync with 0.8.3
6067                 see ChangeLog 2002-09-15
6068
6069 2002-09-14 [paul]       0.8.2claws46
6070
6071         * po/bg.po
6072                 updated Bulgarian translation, submitted by
6073                 George Danchev
6074
6075 2002-09-13 [paul]       0.8.2claws45
6076
6077         * src/compose.c
6078                 merge claws' select_account() with main's
6079                 (new) compose_select_account(). [sync with
6080                 0.8.2cvs15, see ChangeLog 2002-09-11]
6081
6082 2002-09-12 [christoph]  0.8.2claws44
6083
6084         * src/filter.c
6085                 allocate 1 elements of FolderItem not 0
6086
6087 2002-09-12 [colin]      0.8.2claws43
6088
6089         * src/compose.c
6090                 Fix bug #590825 (obey Follow-up: poster)
6091
6092 2002-09-12 [colin]      0.8.2claws42
6093
6094         * src/procmime.c
6095                 Fix bug #557009 (wrong headers for messages 
6096                 forwarded as attachments)
6097
6098 2002-09-11 [colin]      0.8.2claws41
6099         
6100         * src/compose.c
6101                 Put SCF: pseudo-header on top of message
6102                 Set draft tmp_flag when saved as draft
6103
6104         * src/procmsg.c
6105           src/procheader.c
6106                 Skip after first \n\n for beginning of real message
6107                 for drafts too
6108
6109 2002-09-11 [christoph]  0.8.2claws40
6110
6111         * src/filtering.c
6112                 use procmsg flag functions in filtering or processing
6113                 will cause incorrect folder message counts
6114
6115 2002-09-11 [colin]      0.8.2claws39
6116
6117         * src/compose.c
6118                 Fix bug #550175 - wrong save folder when reediting
6119                 drafts
6120
6121 2002-09-11 [paul]       0.8.2claws38
6122
6123         * sync with 0.8.2cvs14
6124                 see ChangeLog 2002-09-11
6125
6126 2002-09-11 [colin]      0.8.2claws37
6127
6128         * src/folder.c
6129                 Fix a typo (seeming to cause new/unread status to
6130                 be lost)
6131
6132 2002-09-10 [christoph]  0.8.2claws36
6133
6134         * src/compose.c
6135                 compose_redirect should not use compose_generic_new
6136                 because that does more stuff than expected including
6137                 opening the external editor
6138                 (closes bug "[ 526608 ] bounced messages appear blank
6139                  in editor")
6140
6141 2002-09-10 [christoph]  0.8.2claws35
6142
6143         * src/folder.c
6144                 fix problem with too large message number range
6145                 causing a crash in folder_item_scan
6146
6147 2002-09-10 [paul]       0.8.2claws34
6148
6149         * sync with 0.8.2cvs13
6150                 see ChangeLog 2002-09-10
6151
6152 2002-09-10 [christoph]  0.8.2claws33
6153
6154         * src/msgcache.c
6155                 set MsgInfo TmpFlags for queue and draft folders
6156                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6157
6158 2002-09-10 [paul]       0.8.2claws32
6159
6160         * AUTHORS
6161           po/bg.po      ** NEW FILE **
6162                 new Bulgarian translation submitted by
6163                 George Danchev <danchev@spnet.net>
6164                 
6165         * tools/Makefile.am
6166           tools/README
6167           tools/tb2sylpheed     ** NEW FILE **
6168                 add script that converts an addressbook exported
6169                 from The Bat! into a Sylpheed addressbook. Submitted
6170                 by Urke MMI <urke-kg@eunet.yu>
6171
6172 2002-09-10 [paul]       0.8.2claws31
6173
6174         * sync with 0.8.2cvs12
6175                 see ChangeLog 2002-09-10
6176
6177 2002-09-06 [paul]       0.8.2claws30
6178
6179         * src/prefs_common.c
6180                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6181                 
6182         * tools/Makefile.am
6183           tools/README
6184           tools/ldif-to-xml.py  ** REMOVED **
6185                 remove obsolete python script
6186
6187 2002-09-06 [paul]       0.8.2claws29
6188
6189         * sync with 0.8.2cvs10
6190                 see ChangeLog 2002-09-06
6191
6192 2002-09-04 [paul]       0.8.2claws28
6193
6194         * sync with 0.8.2cvs9
6195                 see ChangeLog 2002-08-04
6196
6197 2002-09-04 [colin]      0.8.2claws27 
6198
6199         * src/prefs_common.[ch]
6200                 Added signature color configuration
6201         * src/textview.c
6202                 Use user-specified signature color
6203
6204 2002-09-03 [colin]      0.8.2claws26
6205
6206         * src/prefs_common.[ch]
6207                 Added autosave and autosave_length prefs
6208         * src/compose.c
6209                 Added compose_remove_draft()
6210                 Auto-save drafts according to the prefs
6211         * src/main.c
6212                 Added a crash-indicator file, allowing to check
6213                 for new messages on startup if Sylpheed crashed
6214                 (makes saved drafts "reappear")
6215
6216 2002-09-03 [colin]      0.8.2claws25
6217
6218         * src/textview.[ch]
6219                 Grey the signature
6220
6221 2002-09-03 [paul]       0.8.2claws24
6222
6223         * sync with 0.8.2cvs8
6224                 see ChangeLog 2002-09-02 and 2002-09-03
6225
6226 2002-09-03 [darko]      0.8.2claws23
6227
6228         * src/folderview.c
6229                 use normal style when creating new folder to pick
6230                 proper font size 
6231
6232 2002-09-02 [melvin]     0.8.2claws22
6233
6234         * src/gtkaspell.m4
6235                 removed some obsolete code
6236
6237 2002-09-02 [melvin]     0.8.2claws21
6238
6239         * ac/aspell.m4
6240                 fixed test's equality sign (== to =)
6241
6242 2002-09-02 [alfons]     0.8.2claws20
6243
6244         * src/folder.c
6245         * src/mh.c
6246                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6247                 as folder->destroy virtual as suggested by Hiro
6248                 (the mh.c code seems to have been lost around mh.c.1.21)
6249
6250 2002-09-02 [paul]       0.8.2claws19
6251
6252         * po/pt_BR.po
6253                 updated by Fabio Jr. Beneditto
6254                 
6255         * src/defs.h
6256                 use 'http://claws.sylpheed.org' for homepage link. 
6257                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6258
6259 2002-09-01 [alfons]     0.8.2claws18
6260
6261         * src/mh.c
6262                 plug memleak related to one Martin Kluge found
6263
6264 2002-08-31 [paul]       0.8.2claws17
6265
6266         * sync with 0.8.2cvs6
6267                 see ChangeLog 2002-08-30
6268
6269 2002-08-31 [alfons]     0.8.2claws16
6270
6271         * src/folder.c
6272                 folder_destroy(): remove mailbox from folderlist even if it has
6273                 no destroy virtual
6274
6275 2002-08-31 [alfons]     0.8.2claws15
6276
6277         * src/folder.c
6278                 :%sno/if(/if (/gc
6279                 :%sno/for(/for (/gc
6280                 (being pedantic I know)
6281
6282 2002-08-31 [alfons]     0.8.2claws14
6283
6284         * src/folder.c
6285                 check for NULL pointers returned from folder->fetch_msginfo virtual
6286                 (should solve some reported crashes)
6287
6288 2002-08-30 [alfons]     0.8.2claws13
6289
6290         * acconfig.h
6291         * configure.in
6292         * src/crash.c
6293                 enable crash dialog on compilation time
6294                 (--enable-crash-dialog configure option)
6295
6296 2002-08-30 [alfons]     0.8.2claws12
6297
6298         * AUTHORS
6299                 add Martin Kluge
6300         * src/mh.c
6301                 apply memory leak plug patch by Martin Kluge
6302                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6303                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6304                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6305
6306 2002-08-30 [darko]      0.8.2claws11
6307
6308         * src/folderview.c
6309                 copy Gtk style from normal style to match
6310                 font size for coloured folders
6311
6312 2002-08-29 [alfons]     0.8.2claws10
6313
6314         * sylpheed.desktop
6315                 Type=Internet <- Type=Application
6316                 (reported by Michael Schwendt, see:
6317                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6318                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6319
6320 2002-08-29 [paul]       0.8.2claws9
6321
6322         * sync with 0.8.2cvs5
6323                 see ChangeLog 2002-08-29
6324
6325 2002-08-29 [colin]      0.8.2claws8
6326
6327         * src/summaryview.c
6328                 Added a sanity check in summary_select_thread
6329                 Should fix bug 601605
6330
6331 2002-08-29 [colin]      0.8.2claws7
6332
6333         * src/main.c
6334                 Revert claws6 changes regarding bug #591676
6335
6336 2002-08-28 [colin]      0.8.2claws6
6337         
6338         * src/main.c
6339                 Ignore cache for queue folderitems
6340                 Fix bug #591676
6341
6342 2002-08-28 [melvin]     0.8.2claws5
6343
6344         * README.claws
6345                 Fixed typos.
6346
6347 2002-08-28 [melvin]     0.8.2claws4
6348
6349         * README.claws
6350                 Updated a bit the text concerning the spell checker
6351
6352 2002-08-28 [melvin]     0.8.2claws3
6353
6354         Merged the GNU_aspell_branch:
6355                 Support of new GNU/aspell is now included and the old pspell
6356                 is not supported anymore.
6357                 See README.claws
6358
6359         * README.claws
6360                 Updated spell checker text to reflect the switch to GNU/aspell
6361
6362         * ac/aspell.m4          *** NEW ***
6363         * src/gtkaspell.[ch]    *** NEW *** 
6364         * ac/pspell.m4          *** DELETED *** 
6365         * src/gtkspell.[ch]     *** DELETED ***
6366
6367         * ac/Makefile.am
6368                 Updated for GNU/aspell support
6369
6370         * po/POTFILES.in
6371                 Replaced gtkspell.c by gtkaspell.c
6372
6373         * acconfig.h
6374         * src/Makefile.am
6375         * src/about.c
6376         * src/compose.[ch]
6377         * src/crash.c
6378         * src/main.c
6379         * src/prefs_common.[ch]
6380                 Updated for GNU/aspell support
6381
6382 2002-08-28 [paul]       0.8.2claws2
6383
6384         * sync with 0.8.2cvs4
6385                 see ChangeLog 2002-08-27 and 2002-08-28
6386
6387 2002-08-28 [colin]      0.8.2claws1
6388
6389         * src/summary_search.c
6390                 Added "AND search"
6391
6392 2002-08-28 [jens]       0.8.2claws
6393
6394         *po/de.po
6395                 Updated German translations
6396
6397 2002-08-27 [melvin]     0.8.2claws
6398
6399         * po/fr.po
6400                 Updated French translations
6401
6402 2002-08-27 [paul]       0.8.2claws
6403
6404         * sync with 0.8.2 main release
6405
6406         * po/en_GB.po
6407           po/es.po
6408           po/it.po
6409           po/pl.po
6410           po/pt_BR.po
6411           po/sr.po
6412                 updated message catalogs submitted by
6413                 Ricardo Mones Lastra, Alessandro Maestri,
6414                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6415                 Beneditto and Urke MMI  
6416
6417 2002-08-27 [hoa]        0.8.1claws123
6418
6419         * src/mainwindow.[ch]
6420         * src/summaryview.[ch]
6421                 removed the "filter setting" menu option.
6422                 add a "cancel a news message" menu option.
6423
6424 2002-08-26 [martin]     0.8.1claws122
6425
6426         * ChangeLog.claws
6427                 changed string under 0.8.1claws79 changed by myself
6428                 i'm sorry alfons :(
6429
6430 2002-08-26 [martin]     0.8.1claws121
6431
6432         * src/crash.c
6433                 added kill command to debuggerrc to start crash dialog
6434
6435 2002-08-26 [paul]       0.8.1claws120
6436
6437         * sync with 0.8.1cvs31
6438                 see ChangeLog 2002-08-26
6439
6440 2002-08-25 [alfons]     0.8.1claws119
6441
6442         * src/procmsg.c
6443                 fix bug that didn't send out correct headers to news server
6444                 when sending news article and email from queue (bug reported
6445                 and patch provided by Tim Mann; closes bug 
6446                 "[ 583196 ] 0.7.8claws can't post news")
6447
6448 2002-08-25 [alfons]     0.8.1claws118
6449
6450         * src/selective_download.c
6451                 mark two strings as translatable
6452                 (thanks to Urke MMI for pointing this out)
6453
6454 2002-08-25 [alfons]     0.8.1claws117
6455
6456         * src/summaryview.c
6457                 treat sent boxes as special and allow sorting them by addressee
6458                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6459                 submitted by Steve Lamb)
6460
6461 2002-08-24 [alfons]     0.8.1claws116
6462
6463         * src/matcher.c
6464                 fix memleak reported by Martin Kluge
6465                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6466
6467 2002-08-24 [oliver]     0.8.1claws115
6468
6469         * src/prefs_toolbar.c
6470                 o code cleanup as suggested by Alfons
6471                 o memleak fix
6472
6473 2002-08-24 [alfons]     0.8.1claws114
6474
6475         * src/summaryview.c
6476                 o fix another memory leak reported by Martin Kluge
6477                   (see "[ 599568 ] Small Memory Leak")
6478                 o remove 'from' variable from 'summary_set_header()'; we can
6479                   do with just 'to' 
6480
6481 2002-08-24 [paul]       0.8.1claws113
6482
6483         * sync with 0.8.1cvs30
6484                 see ChangeLog 2002-08-23
6485
6486 2002-08-24 [alfons]     0.8.1claws112
6487
6488         * src/summaryview.c
6489                 remove unnecessary allocations for search bar fixing leaks
6490                 reported by Martin Kluge
6491                 (see "[ 599451 ] Further memory leaks?")
6492
6493 2002-08-24 [alfons]     0.8.1claws111
6494
6495         * src/main.c
6496                 make get_socket_name() public for crash.c
6497         * src/crash.c
6498                 o make report bug button work (goes to claws' 
6499                   bug tracker at sf.net)
6500                 o introduce function for doing important stuff just
6501                   before claws goes down
6502                 o clean up code 
6503
6504 2002-08-24 [alfons]     0.8.1claws110
6505
6506         * src/compose.c
6507                 move cursor to "To" entry when forwarding as attachment
6508                 (reported and solved by Steve Lamb, closes bug report
6509                 "[ 592880 ] Forward as attachment; cursor not in to")
6510
6511 2002-08-24 [colin]      0.8.1claws109
6512
6513         * src/mainwindow.c
6514                 fix quick search visibility after GUI (de)separations.
6515
6516 2002-08-23 [colin]      0.8.1claws108
6517
6518         * src/mainwindow.c
6519                 fix header pane visibility after folderview or
6520                 messageview (de)separation
6521
6522 2002-08-23 [paul]       0.8.1claws107
6523
6524         * src/mainwindow.[ch]
6525           src/toolbar.c
6526                 give full control of display or non-display 
6527                 of the Execute icon to Custom toolbar settings.
6528                 add new sensitivity condition to maninwindow.h: 
6529                 M_DELAY_EXEC
6530
6531         * ChangeLog
6532           ChangeLog.jp
6533           NEWS
6534                 more sync with 0.8.1cvs29
6535
6536 2002-08-23 [melvin]     0.8.1claws106
6537
6538         * src/alertpanel.c
6539                 Readded support for custom widget in alertpanel lost in last
6540                 sync.
6541
6542 2002-08-23 [paul]       0.8.1claws105
6543
6544         * sync with 0.8.1cvs29
6545                 see ChangeLog 2002-08-23
6546
6547 2002-08-23 [colin]      0.8.1claws104
6548
6549         * src/summaryview.c
6550                 Fix folder and search pixmaps exchanging positions
6551                 after theme or toolbar changes. Thank to Oliver for 
6552                 reporting this.
6553
6554 2002-08-23 [colin]      0.8.1claws103
6555
6556         * src/mainwindow.c
6557           src/messageview.[ch]
6558           src/noticeview.[ch]
6559           src/summaryview.c
6560                 Changed messageview_create() and noticeview_create()
6561                 to avoid the last gdk_warning
6562
6563 2002-08-22 [colin]      0.8.1claws102
6564
6565         * src/summaryview.c
6566                 Fix my new `Creating pixmap from xpm' warning
6567
6568 2002-08-22 [colin]      0.8.1claws101
6569
6570         * src/mainwindow.c
6571                 Fix some of the gdk warnings
6572
6573 2002-08-22 [colin]      0.8.1claws100
6574
6575         * src/Makefile.am
6576         * src/stock_pixmap.c
6577         * src/stock_pixmap.h
6578         * src/pixmaps/quicksearch.xpm *ADDED*
6579                 Add the quicksearch pixmap
6580         * src/mainwindow.c
6581         * src/summaryview.c
6582         * src/summaryview.h
6583                 Make quicksearch bar visible/hidden via a button
6584
6585 2002-08-22 [christoph]  0.8.1claws99
6586
6587         * src/folder.c
6588                 fix folder update for newsgroups with message
6589                 numbers below minimum number of articles to fetch
6590                 (closes bug #598445)
6591
6592 2002-08-22 [paul]       0.8.1claws98
6593
6594         * sync with 0.8.1cvs28
6595                 see ChangeLog 2002-08-22
6596
6597 2002-08-21 [alfons]     0.8.1claws97
6598
6599         * src/crash.c
6600                 use bt instead of bt full which seems to work 
6601                 better, and bt full doesn't give a great deal 
6602                 of information anyway
6603
6604 2002-08-21 [colin]      0.8.1claws96
6605
6606         * src/summaryview.c
6607                 fix summaryview_searchtype_changed prototype
6608
6609 2002-08-21 [christoph]  0.8.1claws95
6610
6611         * src/mainwindow.c
6612                 o fix broken menu update for sorting type, we have to
6613                   get this info from the summaryview now
6614                 o removed setting of threaded state in menu callback
6615         * src/summaryview.[ch]
6616                 more summaryview/folderitem seperation for
6617                 threading option
6618         * configure.in
6619                 removed not required --with-compiler-flags option
6620
6621 2002-08-21 [oliver]     0.8.1claws94
6622         
6623         * src/toolbar.h 
6624                 o rename toolbar.xml to toolbar_main.xml
6625                   since toolbar_compose.xml might come up 
6626                   any time soon
6627         * README.claws
6628                 add custom toolbar              
6629
6630 2002-08-21 [darko]      0.8.1claws93
6631
6632         * src/procmsg.c
6633                 don't reset tmp flags for messages copied
6634                 to sent folder
6635
6636 2002-08-21 [colin]      0.8.1claws92
6637         
6638         * src/prefs_filtering.c
6639                 fix renaming rules on folder rename 
6640                 when folder is not a leaf folder
6641
6642 2002-08-21 [paul]       0.8.1claws91
6643
6644         * src/prefs_folder_item.c
6645                 fix alignment of colour selector
6646
6647 2002-08-21 [paul]       0.8.1claws90
6648
6649         * sync with 0.8.1cvs27
6650                 see ChangeLog 2002-08-21
6651
6652 2002-08-21 [paul]       0.8.1claws89
6653
6654         * src/summaryview.c
6655                 fix crash when changing field type in
6656                 Quick search bar
6657
6658 2002-08-21 [colin]      0.8.1claws88
6659
6660         * src/summaryview.c
6661                 Made quick search case-insensitive
6662
6663 2002-08-21 [paul]       0.8.1claws87
6664
6665         * sync with 0.8.1cvs26
6666                 see ChangeLog 2002-08-21
6667
6668 2002-08-20 [christoph]  0.8.1claws86
6669
6670         * src/folderview.c
6671         * src/main.c
6672         * src/summaryview.[ch]
6673                 more summaryview/folderitem seperation for
6674                 sort_key and sort_type
6675         * src/procmsg.c
6676                 added missing return statement
6677
6678 2002-08-20 [colin]      0.8.1claws85
6679
6680         * src/summaryview.[ch]
6681                 Added a quick search box
6682         * src/mainwindow.c
6683         * src/prefs_common.[ch]
6684                 Added a show/hide option for the quick search
6685
6686 2002-08-20 [oliver]     0.8.1claws84
6687         
6688         * src/mainwindow.c
6689                 remove toolbar_create_popups
6690         * src/toolbar.[ch]
6691                 o remove toolbar_create_popups
6692                 o fix toolbar_set_sensitive 
6693                   (Bug reports #596834 and #596832)     
6694         * src/prefs_toolbar.c
6695                 o add "Set default" button
6696                 o align label and text + combo widgets
6697
6698 2002-08-20 [hoa]        0.8.1claws83bis
6699
6700         * src/imap.c
6701                 fixed a bug in imap_fetch_msginfo() in case there is no
6702                 current folder.
6703
6704 2002-08-20 [darko]      0.8.1claws83
6705
6706         * src/folderview.c
6707                 copy the color style of folder view so it
6708                 works with GTK themes
6709
6710 2002-08-20 [darko]      0.8.1claws82
6711
6712         * src/folder.h
6713         * src/folderview.c
6714         * src/prefs_folder_item.[hc]
6715                 don't use UI stuff in folder.h
6716
6717 2002-08-20 [darko]      0.8.1claws81
6718
6719         * src/folder.h
6720         * src/prefs_folder_item.h
6721         * src/folderview.c
6722         * src/prefs_folder_item.c
6723                 ability to set folder color in folderview
6724
6725 2002-08-19 [alfons]     0.8.1claws80
6726
6727         * src/summaryview.c
6728                 fix one of the earlier memleaks reported by Martin Kluge
6729
6730 2002-08-19 [alfons]     0.8.1claws79
6731
6732         * src/mainwindow.c
6733                 hide notice view when selecting seperate folder
6734                 view (reported by Urke MMI)
6735
6736 2002-08-19 [christoph]  0.8.1claws78
6737
6738         * src/folderview.c
6739         * src/prefs_folder_item.h
6740         * src/summaryview.[ch]
6741                 o add summary_set_prefs_from_folderitem to set
6742                   summaryview prefs (first step to remove all
6743                   references to the folderitem in summaryview)
6744                 o moved compiled regex stuff from folderitem prefs
6745                   to summaryview code
6746
6747 2002-08-19 [paul]       0.8.1claws77
6748
6749         * src/compose.c
6750                 add check for '.' to QUOTE_IF_REQUIRED
6751
6752 2002-08-19 [paul]       0.8.1claws76
6753
6754         * src/inc.c
6755                 sync with 0.8.1cvs25 (plug memory leak)
6756
6757         * src/prefs_toolbar.c
6758                 re-order prefs_toolbar_cancel()
6759
6760 2002-08-18 [alfons]     0.8.1claws75
6761
6762         * src/inc.c
6763         * src/matcher.c
6764                 plug other memleaks reported by Martin Kluge
6765
6766 2002-08-18 [paul]       0.8.1claws74
6767
6768         * po/pt_BR.po
6769                 updated by Fabio Jr. Beneditto
6770
6771 2002-08-18 [paul]       0.8.1claws73
6772
6773         * src/toolbar.[ch]
6774                 fix bug where tooltips were displayed untranslated              
6775
6776         * src/prefs_toolbar.c
6777                 fix bug where clicking 'Cancel' creates an icon & text
6778                 toolbar regardless of prefs
6779         
6780
6781 2002-08-17 [oliver]     0.8.1claws72
6782
6783         * src/prefs_toolbar.c
6784                 update toolbar on CANCEL
6785                 bug reported by Martin Kluge
6786         * src/toolbar.c
6787                 toolbar_destroy memleak fixed           
6788
6789 2002-08-17 [alfons]     0.8.1claws71
6790
6791         * src/toolbar.c
6792                 plug another memleak reported by Martin Kluge
6793
6794 2002-08-16 [alfons]     0.8.1claws70
6795
6796         * src/crash.c
6797                 use execvp() correctly (suggested by wwp; thanks!)
6798
6799 2002-08-16 [alfons]     0.8.1claws69
6800
6801         * src/gtksctree.c
6802                 plug memory leak reported by Kim Schultz & Martin Kluge
6803
6804 2002-08-16 [paul]       0.8.1claws68
6805
6806         * po/es.po
6807                 updated by Ricardo Mones Lastra
6808
6809 2002-08-16 [paul]       0.8.1claws67
6810
6811         * src/toolbar.h
6812                 fix bug where 'Compose News' icon showed wrong
6813                 tooltip
6814
6815 2002-08-16 [paul]       0.8.1claws66
6816
6817         * sync with 0.8.1cvs24
6818                 see ChangeLog 2002-08-16
6819
6820         * po/it.po
6821                 updated by Alessandro Maestri
6822
6823 2002-08-15 [paul]       0.8.1claws65
6824
6825         * po/sr.po
6826                 updated by Urke MMI
6827
6828 2002-08-15 [paul]       0.8.1claws64
6829
6830         * src/*.c
6831                 don't translate debug info
6832
6833         * src/matcher.[ch]
6834                 add copyright info
6835
6836 2002-08-15 [paul]       0.8.1claws63
6837
6838         * src/prefs_toolbar.c
6839                 fix bug where clicking 'OK' creates an icon & text
6840                 toolbar regardless of prefs
6841
6842 2002-08-14 [alfons]     0.8.1claws62
6843
6844         * src/main.c
6845                 add global var that has the full argv[0]
6846         * src/crash.c
6847                 o execvp the correct sylpheed by using argv0
6848                   and setting the correct work dir
6849                 o other tweaks  
6850
6851 2002-08-14 [oliver]     0.8.1claws61
6852         
6853         * enable/disable Toolbar Action Buttons 
6854         * code cleanups
6855         * src/mainwindow.c
6856         * src/toolbar.[ch]      
6857         * src/prefs_toolbar.c   
6858
6859 2002-08-14 [melvin]     0.8.1claws60
6860
6861         * po/fr.po
6862                 Updated French translations
6863
6864 2002-08-14 [melvin]     0.8.1claws59
6865
6866         * src/crash.c
6867                 Made bug report not translatable
6868         * src/exporthtml.c
6869                 Fixed exporthtml_build_filespec() return value
6870         * src/foldersel.c
6871                 Fixed incorrect include file
6872         * src/gtkspell.c
6873         * src/prefs_actions.c
6874         * src/prefs_toolbar.c
6875                 Made debug info not translatable
6876         * src/mutt.c
6877         * src/quote_fmt.c
6878                 Added missing includes
6879         * src/prefs_common.c
6880                 Fixed typo
6881
6882 2002-08-14 [paul]       0.8.1claws58
6883
6884         * faq/es/sylpheed-faq.html
6885           faq/es/sylpheed-faq-[1-3].html
6886           faq/es/sylpheed-faq-4.html     **NEW FILE **
6887                 update Spanish FAQ
6888
6889 2002-08-13 [christoph]  0.8.1claws57
6890
6891         * src/procmsg.c
6892                 ignore thread fix that did not mark all
6893                 child nodes of a ignored thread as
6894                 ignored. Does not work perfectly yet,
6895                 but it is better now
6896
6897 2002-08-13 [alfons]     0.8.1claws56
6898
6899         * src/crash.c
6900                 o implement 'save crash log'
6901                 o some tweaks
6902
6903 2002-08-13 [melvin]     0.8.1claws55
6904
6905         * src/main.c
6906                 removed unrequired "execinfo.h" header
6907
6908 2002-08-12 [paul]       0.8.1claws54
6909
6910         * faq/en/sylpheed-faq.html
6911           faq/en/sylpheed-faq-[1-3].html
6912           faq/en/sylpheed-faq-4.html     **NEW FILE **
6913                 update English FAQ
6914
6915 2002-08-12 [alfons]     0.8.1claws53
6916
6917         * po/POTFILES.in
6918                 add crash.c to translatables
6919         * src/crash.c
6920                 bring in Leandro's crash dialog
6921
6922 2002-08-11 [alfons]     0.8.1claws52
6923
6924         * src/crash.c
6925                 clean up some warnings
6926
6927 2002-08-11 [alfons]     0.8.1claws51
6928
6929         * acconfig.h
6930         * configure.in
6931         * src/crash.[ch]        ** NEW FILES **
6932         * src/main.c            
6933                 initial gdb crash handler
6934
6935 2002-08-11 [paul]       0.8.1claws50
6936
6937         * src/prefs_toolbar.c
6938                 replace Up/Down arrow pixmaps with text to be
6939                 consistent across icon themes
6940
6941 2002-08-11 [paul]       0.8.1claws49
6942
6943         * src/prefs_common.c
6944           src/prefs_toolbar.c
6945                 rename 'Pixmap' -> 'Icon'
6946
6947         * src/toolbar.[ch]
6948                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6949
6950 2002-08-10 [paul]       0.8.1claws48
6951
6952         * src/prefs_toolbar.c
6953                 re-work the UI
6954
6955 2002-08-10 [paul]       0.8.1claws47
6956
6957         * src/main.c
6958                 don't write Processing progress to status bar
6959                 patch submitted by Alexander Evseev
6960
6961         * src/prefs_toolbar.c
6962                 re-position and resize window
6963                 make window assume correct size on first call
6964
6965 2002-08-10 [paul]       0.8.1claws46
6966
6967         * src/mainwindow.c
6968           src/prefs_toolbar.c
6969           src/toolbar.c
6970           src/toolbar.h
6971                 obey coding style
6972                 follow UI text conventions
6973
6974 2002-08-10 [alfons]     0.8.1claws45
6975
6976         * src/toolbar.c
6977                 correct pixmap for delete action
6978
6979 2002-08-10 [paul]       0.8.1claws44
6980
6981         * po/pt_BR.po
6982                 updated by Fabio Jr. Beneditto
6983
6984 2002-08-10 [paul]       0.8.1claws43
6985
6986         * po/POTFILES.in
6987                 add custom toolbar files
6988
6989 2002-08-10 [paul]       0.8.1claws42
6990
6991         * sync with 0.8.1cvs22
6992                 see ChangeLog 2002-08-09
6993
6994 2002-08-09 [paul]       0.8.1claws41
6995
6996         * tools/Makefile.am
6997           tools/README
6998           tools/outlook2sylpheed.pl     ** NEW FILE **
6999                 add script to convert exported Outlook
7000                 contacts list to a Sylpheed addressbook.
7001                 Submitted by Ricardo Mones Lastra.
7002
7003 2002-08-09 [paul]       0.8.1claws40
7004
7005         * AUTHORS
7006           configure.in
7007           po/sr.po      ** NEW FILE **
7008                 add Serbian message catalog. Submitted by
7009                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
7010
7011 2002-08-09 [paul]       0.8.1claws39
7012
7013         * sync with 0.8.1cvs21
7014                 see ChangeLog 2002-08-08
7015
7016 2002-08-08 [oliver]     0.8.1claws38
7017
7018         * src/mainwindow.c
7019                 move Custom Toolbar to Configuration menu
7020
7021 2002-08-08 [oliver]     0.8.1claws37
7022
7023         * src/prefs_toolbar.c
7024                 fix substitute pixmap bug
7025
7026 2002-08-08 [paul]       0.8.1claws36
7027
7028         * sync with 0.8.1cvs19
7029                 see ChangeLog 2002-08-08
7030
7031 2002-08-07 [christoph]  0.8.1claws35
7032
7033         * src/utils.c
7034                 fixed a memory leak in new canonicalize_file_replace
7035
7036 2002-08-07 [christoph]  0.8.1claws34
7037
7038         * src/utils.[ch]
7039                 o canonicalize_file_replace should create the temporary
7040                   file in the same directory as the original file.
7041                 o added get_tmpfile_in_dir that creates a temorary file
7042                   in a specified directory.
7043
7044 2002-08-07 [melvin]     0.8.1claws33
7045
7046         * src/toolbar.c
7047                 fixed bug where 'Article' button acted as 'Email' button.
7048
7049 2002-08-07 [paul]       0.8.1claws32
7050
7051         * sync with 0.8.1.cvs17
7052                 see ChangeLog 2002-08-07
7053
7054 2002-08-07 [colin]      0.8.1claws31
7055         
7056         * src/news.c
7057                 fix mass-cancel problem
7058
7059 2002-08-07 [thorsten]   0.8.1claws30
7060
7061         * src/prefs_toolbar.c
7062                 fix: crash on replace or add new button
7063         * src/toolbar.c
7064                 fix: close xmlfile after reading
7065         * src/utils.c
7066                 fix: unlink() file before rename()
7067
7068 2002-08-06 [paul]       0.8.1claws29
7069
7070         * sync with 0.8.cvs15
7071                 see ChangeLog 2002-08-06
7072
7073 2002-08-06 [oliver]     0.8.1claws28
7074
7075         * src/toolbar.c
7076         * src/prefs_toolbar.c
7077                 fixed empty toolbar issue
7078
7079 2002-08-06 [oliver]     0.8.1claws27
7080
7081         * Custom Toolbar Final 
7082         * src/folderview.c
7083         * src/inc.c
7084         * src/summaryview.c
7085                 o toolbar stuff now lives in src/toolbar.[ch]
7086                 o main_window_toolbar_* functions are renamed to
7087                   toolbar_* reflecting their new source file
7088         * src/mainwindow.[ch]
7089                 o remove toolbar stuff  
7090
7091 2002-08-06 [oliver]     0.8.1claws26
7092         
7093         * src/Makefile.am
7094         * src/prefs_toolbar.[ch]        **New File**
7095         * src/toolbar.[ch]              **New File**
7096                 o prefs_toolbar.[ch] custom toolbar frontend
7097                 o toolbar.[ch]       backend 
7098
7099 2002-08-06 [oliver]     0.8.1claws25
7100
7101         * src/prefs_actions.[ch]
7102                 o new exported function actions_execute
7103
7104 2002-08-06 [paul]       0.8.1claws24
7105
7106         * sync with 0.8.1cvs4
7107                 see ChangeLog 2002-08-06
7108
7109 2002-08-06 [paul]       0.8.1claws23
7110
7111         * sync with 0.8.1cvs13
7112                 see ChangeLog 2002-08-06
7113
7114 2002-08-06 [paul]       0.8.1claws22
7115
7116         * sync with 0.8.1cvs12
7117                 see ChangeLog 2002-08-05 and 2002-08-06
7118
7119 2002-08-06 [match]      0.8.1claws21
7120
7121         * src/addrclip.c
7122                 improvements to cut/copy/paste address
7123
7124 2002-08-05 [match]      0.8.1claws20
7125
7126         * src/addritem.[ch]
7127         * src/addrcache.c
7128         * src/addrbook.c
7129         * src/editaddress.c
7130         * src/addressbook.c
7131                 fixes to improve cut/copy/paste
7132
7133 2002-08-06 [melvin]     0.8.1claws19
7134
7135         * src/account.[ch]
7136                 account_find_all_from_address(): new function that returns the
7137                 list of all accounts that are matched in an address.
7138         * src/alertpanel.[ch]
7139                 alertpanel() now accepts a custom widget
7140                 alertpanel_with_widget(): new function that pops up a panel with
7141                 a custom widget in it 
7142         * src/gtkutils.[ch]
7143                 gtkut_account_menu_new(): new function that allows the selection
7144                 of an account from a list of accounts.
7145         * src/messageview.c
7146                 Extended Return Receipt notification to select the correct 
7147                 account and to make a security test on the Delivery-Notification
7148                 address which should be the same as the Return-Path.
7149
7150 2002-08-06 [thorsten]   0.8.1claws18
7151
7152         * src/mimeview.c
7153                 attach_all: save unnamed as "noname.%d",
7154                 dont free static dirname
7155
7156 2002-08-05 [alfons]     0.8.1claws17
7157
7158         * configure.in
7159                 detect XIM by trying to link rather than compile a XIM program
7160
7161 2002-08-05 [oliver]     0.8.1claws16
7162                 
7163         * src/stock_pixmap.[ch]
7164                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7165                 o new func to retrieve pixmaps
7166
7167 2002-08-05 [paul]       0.8.1claws15
7168
7169         * sync with 0.8.1cvs10
7170                 see ChangeLog 2002-08-05
7171
7172 2002-08-04 [alfons]     0.8.1claws14
7173
7174         * src/textview.c
7175                 see if this plugs memleak
7176
7177 2002-08-04 [melvin]     0.8.1claws13
7178
7179         * src/gtkspell.c
7180                 fixed bug that could crash Sylpheed when highlighting
7181                 all misspelled words.
7182
7183 2002-08-03 [melvin]     0.8.1claws12
7184
7185         * src/prefs_actions.c
7186                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7187         * src/messageview.c
7188                 fixed bug where the Return Receipt was sent to
7189                 Delivery-Notification-To address even if it was not present
7190
7191 2002-08-02 [alfons]     0.8.1claws11
7192
7193         * src/prefs_actions.c
7194                 o more check for NULLs
7195                 o put create_io_dialog() in right conditional block
7196
7197 2002-08-02 [paul]       0.8.1claws10
7198
7199         * po/es.po
7200                 updated by Ricardo Mones Lastra
7201
7202 2002-08-01 [christoph]  0.8.1claws9
7203
7204         * src/folder.c
7205                 don't free the cache of the opened
7206                 folder in the summaryview
7207         * src/summaryview.c
7208                 don't unset flags, if it is not required
7209
7210 2002-08-01 [paul]       0.8.1claws8
7211
7212         * sync with 0.8.1cvs8
7213                 see ChangeLog entry 2002-08-01
7214
7215 2002-08-01 [paul]       0.8.1claws7
7216
7217         * sync with 0.8.1cvs7
7218                 see ChangeLog 2002-07-31 and 2002-08-01
7219
7220 2002-07-31 [christoph]  0.8.1claws6
7221
7222         * src/mainwindow.c
7223                 forgot to update menu sensitivity
7224                 function for new menu entry
7225
7226 2002-07-31 [alfons]     0.8.1claws5
7227
7228         * src/main.c
7229                 check folder item and its path for NULL on
7230                 initial processing
7231
7232 2002-07-31 [christoph]  0.8.1claws4
7233
7234         * src/folder.c
7235                 check if folder_item_get_msginfo in
7236                 folder_item_remove_msg returned NULL
7237         * src/imap.c
7238                 better clear the uid cache in the
7239                 uid validity check function and delete
7240                 cached messages
7241
7242 2002-07-31 [paul]       0.8.1claws3
7243
7244         * man/sylpheed.1
7245                 add the '--attach' option and a few other
7246                 minor changes
7247
7248 2002-07-31 [paul]       0.8.1claws2
7249
7250         * sync with 0.8.1cvs5
7251                 see ChangeLog 2002-07-31
7252
7253 2002-07-31 [christoph]  0.8.1claws1
7254
7255         * src/folderview.[ch]
7256         * src/mainwindow.c
7257                 replace "Rescan all folders..." with
7258                 "Check all folders for new messages..."
7259
7260 2002-07-30 [paul]       0.8.1claws
7261
7262         * version 0.8.1claws released
7263
7264 2002-07-30 [paul]       0.8.0claws29
7265
7266         * tools/OOo2sylpheed.pl ** NEW FILE **
7267           tools/README
7268                 add script to enable sending documents as
7269                 attachments from OpenOffice.org
7270
7271 2002-07-30 [melvin]     0.8.0claws28
7272
7273         * src/prefs_actions.c
7274                 Made the actions' input/output dialog display
7275                 without delay.
7276
7277 2002-07-30 [christoph]  0.8.0claws27
7278
7279         * src/procmsg.c
7280                 check if folder_item_get_msginfo in
7281                 procmsg_save_to_outbox returned NULL
7282
7283 2002-07-30 [paul]       0.8.0claws26
7284
7285         * sync with 0.8.1cvs4
7286                 see ChangeLog 2002-07-29
7287
7288 2002-07-29 [thorsten]   0.8.0claws25
7289
7290         * README.claws
7291                 added selective download, delete on server
7292
7293 2002-07-29 [paul]       0.8.0claws24
7294
7295         * sync with 0.8.1cvs3
7296                 see ChangeLog 2002-07-29
7297
7298 2002-07-27 [christoph]  0.8.0claws23
7299
7300         * src/folder.c
7301                 add extra check if fetching the msginfo
7302                 returned NULL
7303
7304 2002-07-27 [paul]       0.8.0claws22
7305
7306         * sync with 0.8.1cvs2
7307                 see ChangeLog 2002-07-26
7308
7309 2002-07-27 [christoph]  0.8.0claws21
7310
7311         * src/imap.c
7312                 add another check if a valid msginfo
7313                 was returned
7314
7315 2002-07-26 [hoa]        0.8.0claws20
7316
7317         * src/folder.c
7318                 Fixed a condition in folder_item_destroy()
7319
7320         * src/imap.c
7321                 Fixed an error in IMAP protocol
7322
7323 2002-07-26 [alfons]     0.8.0claws19
7324
7325         * src/folder.c
7326                 ofcourse compare with identifier, not the path
7327
7328 2002-07-26 [alfons]     0.8.0claws18
7329
7330         * src/folder.c
7331                 use folder item identifier for saving / restoring
7332                 preferences because folder->path might not be unique
7333
7334 2002-07-26 [melvin]     0.8.0claws17
7335
7336         * src/logwindow.c
7337                 Fixed a crash introduced in 0.8.0claws5 when log is 
7338                 cut under 80 characters.
7339
7340 2002-07-26 [paul]       0.8.0claws16
7341
7342         * sync with 0.8.1cvs1
7343                 see ChangeLog 2002-07-26
7344
7345 2002-07-26 [christoph]  0.8.0claws15
7346
7347         * src/imap.[ch]
7348                 imap folder now remembers the last selected
7349                 folder and imap_fetch_msginfo skips selecting
7350                 the folder if it is already selected
7351
7352 2002-07-26 [christoph]  0.8.0claws14
7353
7354         * src/folder.c
7355         * src/folderview.c
7356         * src/imap.c
7357                 fix imap folder rescanning
7358
7359 2002-07-25 [christoph]  0.8.0claws13
7360
7361         * src/filter.c
7362         * src/folder.[ch]
7363         * src/folderview.c
7364         * src/imap.[ch]
7365         * src/mainwindow.c
7366         * src/mbox_folder.c
7367         * src/mh.c
7368         * src/news.c
7369                 implement imap uid cache and uid validity check
7370
7371 2002-07-25 [alfons]     0.8.0claws12
7372
7373         * src/summaryview.c
7374                 fix a brown paper bag bug, and also add some more
7375                 checks
7376
7377 2002-07-25 [christoph]  0.8.0claws11
7378
7379         * src/folder.c
7380                 don't mix copy, fetch_msginfo and remove
7381                 operations in folder item copy and move
7382                 operations
7383
7384 2002-07-25 [christoph]  0.8.0claws10
7385
7386         * src/folderview.c
7387         * src/mainwindow.c
7388         * src/prefs_folder_item.c
7389         * src/summaryview.[ch]
7390                 remove no longer required parameter update_cache from
7391                 summary_show
7392
7393 2002-07-25 [paul]       0.8.0claws9
7394
7395         * sync with 0.8.1
7396         
7397         * AUTHORS
7398                 a few corrections
7399
7400 2002-07-24 [alfons]     0.8.0claws8
7401
7402         * src/summaryview.c
7403                 sort correctly when using simplified subject line
7404                 (closes feature request "[ 585141 ] applying regexp to subject 
7405                 before sort" submitted by Alexandra Walford)
7406
7407 2002-07-24 [paul]       0.8.0claws7
7408
7409         * sync with 0.8.0cvs3
7410                 see ChangeLog 2002-07-24
7411
7412 2002-07-23 [christoph]  0.8.0claws6
7413
7414         * src/folder.c
7415         * src/folder.h
7416         * src/summaryview.c
7417         * src/summaryview.h
7418         * src/main.c
7419                 o separate processing and summaryview
7420                 o removed summary_write_cache from summaryview
7421                 o removed summaryview->killed_messages, because we don't have
7422                   to keep a list of killed messages anymore. New cache will
7423                   keep the hidden messages in cache anyway
7424         * src/folderview.c
7425         * src/inc.c
7426         * src/selective_download.c
7427                 o removed unnecessary summary_write_cache calls
7428         * src/procmsg.c
7429                 o don't set ignore thread flag in procmsg_get_thread_tree
7430                   if it is already set
7431         * src/mainwindow.c
7432         * src/statusbar.h
7433                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7434                   they are used in different files
7435
7436 2002-07-23 [melvin]     0.8.0claws5
7437
7438         * src/addressbook.c
7439         * src/addrgather.c
7440         * src/editaddress.c
7441         * src/editgroup.c
7442         * src/editldap_basedn.c
7443         * src/importldif.c
7444         * src/prefs_common.c
7445                 Fixed few memory leak (gtk_editable_get_chars returns
7446                 an allocated string)
7447         * src/logwindow.c
7448                 Fixed few memory leak (gtk_editable_get_chars returns
7449                 an allocated string) and modified a little the log cutting
7450                 loop.
7451         * src/compose.c
7452                 Replaced a call to an obsolete function gtk_entry_get_text()
7453                 by gtk_editable_get_chars()
7454         * src/send.c
7455                 Removed a debug printf
7456
7457 2002-07-23 [christoph]  0.8.0claws4
7458
7459         * src/filesel.c
7460                 fix another g_dirname memory leak
7461
7462 2002-07-23 [christoph]  0.8.0claws3
7463
7464         * src/mh.c
7465                 fixed a memory leak in mh_fetch_msginfo
7466                 fixed crash when message header could not be
7467                 parsed
7468
7469 2002-07-23 [paul]       0.8.0claws2
7470
7471         * sync with 0.8.0cvs2
7472                 see ChangeLog 2002-07-23
7473
7474 2002-07-23 [paul]       0.8.0claws1
7475
7476         * sync with 0.8.0cvs1
7477                 see ChangeLog 2002-07-23
7478
7479 2002-07-23 [paul]       0.8.0claws
7480
7481         * release of 0.8.0claws
7482
7483 2002-07-23 [paul]       0.7.8claws99
7484
7485         * po/ru.po
7486                 new Russian translation, submitted by
7487                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7488
7489 2002-07-22 [jens]       0.7.8claws98
7490
7491         * po/de.po
7492                 Updated German translations.
7493
7494 2002-07-22 [paul]       0.7.8claws97
7495
7496         * po/es.po
7497           po/it.po
7498           po/nl.po
7499           po/pt_BR.po
7500                 updated translations by Ricardo Mones Lastra,
7501                 Alessandro Maestri, Wilbert Berendsen and 
7502                 Fabio Jr. Beneditto respectively
7503
7504 2002-07-22 [christoph]  0.7.8claws96
7505
7506         * src/mimeview.c
7507                 fix memory leak caused by wrong g_dirname usage
7508
7509 2002-07-22 [christoph]  0.7.8claws95
7510
7511         * src/summaryview.c
7512                 update new and unread message counts for summaryview
7513                 summaryview does not get it from the folder anymore
7514                 and has to update the values itself
7515
7516 2002-07-22 [melvin]     0.7.8claws94
7517
7518         * po/fr.po
7519                 Updated French translations.
7520
7521 2002-07-22 [christoph]  0.7.8claws93
7522
7523         * src/matcher.c
7524                 set prop->preg pointer to NULL or following check
7525                 will not fail and regexec will be called with
7526                 invalid pointer
7527
7528 2002-07-21 [alfons]     0.7.8claws92
7529         
7530         * src/prefs_common.[ch]
7531                 remove option "Send return receipt on request"
7532
7533 2002-07-21 [thorsten]   0.7.8claws91
7534
7535         * src/mimeview.c
7536                 fixed memleaks, coding style as pointed out by alfons
7537
7538 2002-07-21 [alfons]     0.7.8claws90
7539
7540         * src/messageview.c
7541         * src/noticeview.[ch]
7542                 o fix bug notice view being displayed when going to empty folder 
7543                   (noticed by Christoph)
7544                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7545                   (noticed by Thorsten)
7546
7547 2002-07-21 [thorsten]   0.7.8claws89
7548
7549         * src/mimeview.c
7550                 Included save_all patch from Xaview FACQ
7551                 added support for pathnames
7552
7553 2002-07-21 [alfons]     0.7.8claws88
7554
7555         * po/POTFILES.in
7556         * src/Makefile.am
7557         * src/mainwindow.c
7558         * src/messageview.[ch]
7559         * src/noticeview.c      ** NEW FILE **
7560         * src/noticeview.h      ** NEW FILE **
7561                 make return receipts work again
7562                 (UI idea by Leandro Pereira)
7563
7564 2002-07-21 [paul]       0.7.8claws87
7565
7566         * src/summaryview.c
7567                 fix sensitivity of 'Select thread'
7568
7569 2002-07-21 [paul]       0.7.8claws86
7570
7571         * src/prefs_common.c
7572                 add browser command line for Galeon
7573
7574 2002-07-21 [paul]       0.7.8claws85
7575
7576         * Makefile.am
7577                 fix 'EXTRA_DIST': remove README.README, add TODO
7578                 and TODO.claws
7579
7580 2002-07-21 [alfons]     0.7.8claws84
7581
7582         * src/gtkstext.c
7583                 make enter clear selection
7584                 (closes "[ 579888 ] Editor selection/entry error"
7585                 reported by Steve Lamb)
7586
7587 2002-07-21 [alfons]     0.7.8claws83
7588         
7589         * src/summaryview.c
7590                 sort message list when selecting unthread messages
7591                 (closes "[ 501593 ] switching threaded view doesn't sort"
7592                 reported by Simon Schubert)
7593
7594 2002-07-20 [alfons]     0.7.8claws82
7595         
7596         * src/matcher.c
7597                 const-correctness
7598
7599 2002-07-20 [thorsten]   0.7.8claws81
7600
7601         * src/matcher.c
7602                 Fixed expansion of empty fields in matchactions
7603
7604 2002-07-19 [melvin]     0.7.8claws80
7605
7606         * src/gtkspell.c
7607                 Removed a duplicate menu entry (fast mode) introduced during
7608                 the new cache merge
7609                 Added a menu separator between 'Use alternate' and 'Fast mode'
7610
7611 2002-07-19 [paul]       0.7.8claws79
7612
7613         * tools/Makefile.am
7614           tools/README
7615                 correct typos
7616
7617 2002-07-19 [thorsten]   0.7.8claws78
7618
7619         * tools/calypso_convert.pl      ** NEW FILE **
7620           tools/README
7621           tools/Makefile.am
7622                 script to import mbox files exported
7623                 by calypso
7624                 o generates folder structure
7625                 o includes attachments
7626
7627 2002-07-19 [melvin]     0.7.8claws77
7628
7629         * src/selective_download.[ch]
7630                 Fixed bug where closing the dialog with the window manager's
7631                 close button will not unlock the summary
7632                 Corrected some function declarations that missed a return value
7633                 Made the source code comply better with coding style.
7634         * src/prefs_common.c
7635                 Added new browser command line for Mozilla.
7636
7637 2002-07-18 [paul]       0.7.8claws76
7638
7639         * src/mainwindow.c
7640           src/selective_download.[ch]
7641                 reflect theme changes, fix Gdk Warning when creating 
7642                 pixmap from NULL window, and minor clean up.
7643                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7644
7645         * po/en_GB.po
7646                 updated
7647
7648 2002-07-17 [paul]       0.7.8claws75
7649
7650         * INSTALL[.jp]
7651                 sync with 0.8.0
7652         
7653         * po/en_GB.po
7654                 updated
7655
7656 2002-07-16 [paul]       0.7.8claws74
7657
7658         * tools/filter_conv.pl
7659           tools/README
7660                 replace conversion script with reimplemented version, 
7661                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7662
7663 2002-07-16 [colin]      0.7.8claws73
7664
7665         * src/summaryview.c
7666                 remove forgotten debug messages - sorry ;-)
7667
7668 2002-07-16 [colin]      0.7.8claws72
7669
7670         * src/mimeview.c
7671           src/summaryview.c
7672           src/textview.c
7673           src/textview.h
7674                 add the ability to select part of a text mime-part 
7675                 to reply.
7676
7677 2002-07-15 [christoph]  0.7.8claws71
7678
7679         * src/folder.c
7680                 fix folder message count for folders without
7681                 msg_is_changed (includes news folders)
7682
7683 2002-07-15 [martin]     0.7.8claws70
7684
7685         * src/summaryview.c
7686                 option "display recipient on 'From'..." now works
7687                 without the need of enabling the option
7688                 "display  sender  using  address  book".
7689
7690 2002-07-15 [christoph]  0.7.8claws69
7691
7692         * src/summaryview.c
7693                 removed setting folder status from summaryview.
7694                 folder.c should update all message counts correctly.
7695
7696 2002-07-15 [paul]       0.7.8claws68
7697
7698         * po/pt_BR.po
7699                 updated by Fabio Junior Beneditto
7700
7701 2002-07-15 [darko]      0.7.8claws67
7702
7703         * src/mh.c
7704                 Fixed target folder colorization, don't decrease op
7705                 number twice
7706
7707 2002-07-14 [paul]       0.7.8claws66
7708
7709         * sync with main 0.8.0
7710                 see ChangeLog 2002-07-14
7711
7712 2002-07-13 [melvin]     0.7.8claws65
7713         
7714         * src/addrbook.c
7715         * src/addressbook.c
7716         * src/addrindex.c
7717                 Replaced sprintf by g_snprintf to prevent possible buffer
7718                 overflow.
7719         * src/news.c
7720                 Corrected a log message output format.
7721                 Added a missing "done" debug output.
7722         * src/compose.c
7723                 Added keyboard accelerator for Priority menu items
7724                 Added missing \n in debug output
7725         * src/logwindow.c
7726         * src/gtkspell.c
7727         * src/rfc2015.c
7728                 Added missing \n in debug output
7729
7730 2002-07-13 [paul]       0.7.8claws64
7731
7732         * man/sylpheed.1
7733                 change Sergey's email address to the sf address
7734
7735         * src/textview.c
7736                 increase show_url_timeout (more useful for long
7737                 urls)
7738
7739 2002-07-12 [sergey]     0.7.8claws63
7740
7741         * src/rfc2015.c
7742                 applied (with some modifications) patch to set the
7743                 micalg parameter for signatures
7744                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7745
7746 2002-07-12 [sergey]     0.7.8claws62
7747
7748         * man/Makefile.am
7749         * configure.in
7750                 fixed man page installation
7751
7752 2002-07-12 [paul]       0.7.8claws61
7753
7754         * sync with 0.7.8cvs26
7755                 see ChangeLog 2002-07-11 and 2002-07-12
7756
7757 2002-07-11 [christoph]  0.7.8claws60
7758
7759         * src/compose.c
7760         * src/procmsg.c
7761                 first use the message number to find the message
7762                 to mark with a reply flag but check the
7763                 message-id if we got the correct message, if not
7764                 try to find it by message-id.
7765                 use new string seperator that is not allowed
7766                 in message-ids.
7767
7768 2002-07-11 [paul]       0.7.8claws59
7769
7770         * sync with 0.7.8cvs23
7771                 see ChangeLog 2002-07-10
7772
7773 2002-07-10 [christoph]  0.7.8claws58
7774
7775         * src/folder.[ch]
7776         * src/msgcache.[ch]
7777                 Added message-id table to the cache in memory
7778                 and functions to msgcache.c and folder.c to
7779                 fetch MsgInfos by message id
7780         * src/compose.c
7781         * src/procmsg.c
7782                 store folder and message-id of message replying
7783                 to in queue header and set reply flag after sending
7784                 (Closes bug #469498)
7785
7786 2002-07-10 [paul]       0.7.8claws57
7787
7788         * AUTHORS
7789           man/sylpheed.1.gz
7790                 add Martin to the list of authors
7791
7792 2002-07-09 [martin]     0.7.8claws56
7793         * src/gtksctree.c
7794                 Added gtk_ctree_last_visible(), tree_update_level(),
7795                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7796                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7797                 from gtk+ to gtksctree.c for the new sorting code
7798                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7799                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7800         * src/gtksctree.h
7801                 Added declaration for gtk_sctree_sort_recursive() and
7802                 gtk_sctree_sort_node
7803         * src/addressbook.c
7804         * src/foldersel.c
7805         * src/folderview.c
7806         * src/summaryview.c
7807                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7808                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7809
7810 2002-07-08 [paul]       0.7.8claws55
7811
7812         * more sync with 0.7.8cvs21
7813                 see ChangeLog 2002-07-08
7814
7815 2002-07-08 [paul]       0.7.8claws54
7816
7817         * sync with 0.7.8cvs21
7818                 see ChangeLog 2002-07-08
7819
7820 2002-07-07 [alfons]     0.7.8claws53
7821
7822         * src/Makefile.am
7823         * src/stock_pixmap.[ch]
7824         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7825         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7826         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7827                 add new pixmaps for upcoming notice pane
7828
7829 2002-07-06 [melvin]     0.7.8claws52
7830
7831         * src/gtkspell.[ch]
7832                 Made them a bit closer to Sylpheed's coding style.
7833                 Removed old code.
7834                 Removed possible memory leaks when some errors occurs.
7835
7836 2002-07-06 [melvin]     0.7.8claws51
7837
7838         * po/Makefile.in.in
7839                 Removed --no-location in xgettext command line to help
7840                 translators that use Emacs' po-mode
7841         * src/quote_fmt.c
7842                 Removed unnecessary comments that messed up sylpheed.pot
7843
7844 2002-07-06 [paul]       0.7.8claws50
7845
7846         * sync with 0.7.8cvs19
7847                 see ChangeLog 2002-07-05
7848
7849 2002-07-06 [christoph]  0.7.8claws49
7850
7851         * src/folder.c
7852         * src/mainwindow.c
7853                 fix folder_item_remove_all_msg and folderview
7854                 status for trash folders after emptying trash
7855
7856 2002-07-05 [paul]       0.7.8claws48
7857
7858         * sync with 0.7.8cvs16
7859                 see ChangeLog 2002-07-04 and 2002-07-05
7860
7861 2002-07-04 [paul]       0.7.8claws47
7862
7863         * sync with 0.7.8cvs14
7864                 see  ChangeLog 2002-07-04
7865
7866 2002-07-03 [alfons]     0.7.8claws46
7867
7868         * src/folder.c
7869                 dupe folder item's path because it's being reallocated
7870                 by new folder scanning code
7871
7872 2002-07-03 [christoph]  0.7.8claws45
7873
7874         * src/imap.c
7875                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7876         * src/msgcache.c
7877                 add missing return in msgcache_write
7878
7879 2002-07-02 [thorsten]   0.7.8claws44
7880
7881         * src/jpilot.c
7882         * src/msgcache.c
7883         * src/rfc2015.c
7884                 use binary mode for file access
7885
7886 2002-07-02 [christoph]  0.7.8claws43
7887
7888         * major code cleanup (part 1)
7889         
7890                 - unused variables removed
7891                 - unused functions removed
7892                 - uninitialized variables checked
7893                 - missing return statements added
7894                 - missing function return types added
7895                 - added parentheses around assignment and
7896                   && in || when suggested by gcc
7897               
7898         * src/mh.c
7899         * src/folder.c
7900                 replaced direct calls to folder->scan_tree
7901                 with folder_scan_tree and restore folder
7902                 prefs in this function. The folder should
7903                 not have to deal with them.
7904                 ( Should now work for all folder types )
7905
7906 2002-07-02 [paul]       0.7.8claws42
7907
7908         * sync with 0.7.8cvs13
7909                 see ChangeLog 2002-07-01 and 2002-07-02
7910
7911 2002-07-01 [christoph]  0.7.8claws41
7912
7913         * src/summaryview.c
7914                 fix "goto next/prev unread message" with
7915                 ignored threads
7916
7917 2002-07-01 [paul]       0.7.8claws40
7918
7919         * po/es.po
7920                 updated by Ricardo Mones Lastra
7921
7922 2002-06-30 [match]      0.7.8claws39
7923
7924         * src/jpilot.c
7925                 applied variation of leonerd's patch (566661) to
7926                 allow multiple email addresses per JPilot entry.
7927                 addresses may be separated by space, comma, pipe,
7928                 semi-colon, new-line.
7929
7930 2002-06-30 [alfons]     0.7.8claws38
7931
7932         * src/procmsg.c
7933                 simple fix for putting older nodes before
7934                 newer nodes when threading by subject
7935
7936 2002-06-30 [christoph]  0.7.8claws37
7937
7938         * src/folder.c
7939         * src/folderview.c
7940         * src/mh.c
7941         * src/news.c
7942         * src/procmsg.c
7943                 fix broken folder tree rescaning
7944                 and don't use procmsg_get_mark_sum
7945                 anymore
7946
7947 2002-06-30 [christoph]  0.7.8claws36
7948
7949         * merge new cache branch
7950         * src/imap.c
7951                 fix new cache imap copy bug
7952         * src/folder.c
7953                 improved folder_item_scan
7954                 it should now always set the correct
7955                 new, unread and total message counts
7956
7957 2002-06-29 [paul]       0.7.8claws35
7958
7959         * configure.in
7960                 correct syntax error
7961
7962 2002-06-29 [paul]       0.7.8claws34
7963
7964         * configure.in
7965           Makefile.am
7966           man/Makefile.am       ** NEW FILE **
7967           man/sylpheed.1.gz     ** NEW FILE **
7968                 add Sylpheed man page
7969
7970 2002-06-29 [paul]       0.7.8claws33
7971
7972         * po/pt_BR.po
7973                 updated by Fabio Junior Beneditto
7974
7975 2002-06-28 [jens]       0.7.8claws32
7976
7977         * po/de.po
7978                 translation updated
7979
7980         * src/selective_download.c
7981                 removed gettext for space " "
7982
7983         * src/imap.c
7984                 removed wrong space
7985
7986 2002-06-28 [paul]       0.7.8claws31
7987
7988         * sync with 0.7.8cvs11
7989                 see ChangeLog 2002-06-28
7990
7991 2002-06-28 [paul]       0.7.8claws30
7992
7993         * sync with 0.7.8cvs10
7994                 see ChangeLog 2002-06-27 and 2002-06-28
7995
7996 2002-06-26 [paul]       0.7.8claws29
7997
7998         * src/addrgather.c
7999           src/selective_download.c
8000                 don't gettextise empty strings.
8001                 reserved by gettext. gettext("") returns 
8002                 the header entry with meta information, 
8003                 not the empty string
8004
8005         * po/en_GB.po
8006                 updated
8007
8008 2002-06-26 [paul]       0.7.8claws28
8009
8010         * sync with 0.7.8cvs7
8011                 see ChangeLog 2002-06-25
8012
8013         * src/prefs_common.c
8014                 ...and in the process, tweak the gui a little
8015
8016 2002-06-25 [alfons]     0.7.8claws27
8017         
8018         * configure.in
8019         * src/Makefile.am
8020                 fine tune ldap library detection
8021
8022 2002-06-25 [alfons]     0.7.8claws26
8023
8024         * src/compose.c
8025                 don't allow return receipts when composing a news article
8026
8027 2002-06-25 [paul]       0.7.8claws25
8028
8029         * Makefile.am
8030                 add '$(AMTAR)' to 'release' section to allow for
8031                 new and older autotools
8032
8033 2002-06-25 [paul]       0.7.8claws24
8034
8035         * src/summaryview.c
8036                 fix "No more unread messages" persistant pop-up
8037                 window bug
8038
8039 2002-06-25 [paul]       0.7.8claws23
8040
8041         * po/it.po
8042                 updated by Alessandro Maestri
8043
8044 2002-06-25 [paul]       0.7.8claws22
8045
8046         * sync with 0.7.8cvs6
8047                 see ChangeLog 2002-06-25
8048
8049 2002-06-24 [paul]       0.7.8claws21
8050
8051         * tools/update-po
8052                 add GPL copyright information
8053
8054 2002-06-24 [paul]       0.7.8claws20
8055
8056         * tools/Makefile.am
8057           tools/README
8058           tools/update-po       ** NEW FILE **
8059                 add script that eases the creation of *.po files
8060                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
8061
8062 2002-06-23 [alfons]     0.7.8claws19
8063
8064         * src/messageview.c
8065                 make notification_convert_header obey const correctness
8066                 (next step will be fixing the broken return receipt)
8067
8068 2002-06-23 [paul]       0.7.8claws18
8069
8070         * src/messageview.c
8071                 fix bug introduced in last commit:
8072                 removed too much code in last commit - put back what's
8073                 needed
8074
8075 2002-06-23 [paul]       0.7.8claws17
8076
8077         * src/messageview.[ch]
8078                 remove code committed in error from locally patched
8079                 source
8080
8081 2002-06-23 [colin]      0.7.8claws16
8082
8083         * src/compose.[ch]
8084                 add compose_entry_select(), used to select the default_to
8085                 email address - hopefully avoiding people sending mails to
8086                 wrong recipients.
8087
8088 2002-06-22 [alfons]     0.7.8claws15
8089
8090         * AUTHORS
8091                 add Bram Metsch & Stanislav Karchebny
8092         * src/smtp.[ch]
8093         * src/prefs_account.[ch]
8094         * src/send.c
8095                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
8096                   options.  (see <http://sourceforge.net/tracker/index.php
8097                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
8098
8099                 - merge Stanislav's fix to make SMTP AUTH work with qmail
8100                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
8101
8102 2002-06-22 [paul]       0.7.8claws14
8103
8104         * sync with 0.7.8cvs5
8105                 see ChangeLog 2002-06-19 and 2002-06-20
8106
8107 2002-06-22 [alfons]     0.7.8claws13
8108
8109         * src/selective_download.c
8110                 fix a stupid mistake I made
8111
8112 2002-06-22 [alfons]     0.7.8claws12
8113
8114         * src/selective_download.[ch]
8115                 fix another unnoticed leak; cleanup code
8116
8117 2002-06-21 [alfons]
8118
8119         * tools/Makefile.am
8120                 gpg-sign <-- gpg-sign-syl
8121
8122 2002-06-21 [alfons]     0.7.8claws11
8123
8124         * src/selective_download.c
8125         * src/selective_download.h
8126                 fix assorted mix of allocation errors (should solve
8127                 problem reported by Philippe Gramoullé, see:
8128                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8129
8130 2002-06-20 [melvin]     0.7.8claws10
8131
8132         * tools/gpg-sign *REMOVED*
8133           tools/gpg-sign-syl *ADDED*
8134                 Replaced the gpg clearsigning script with the version using
8135                 xterm instead of ssh-askpass and changed its name.
8136
8137         * README.claws
8138                 Updated actions example to reflect the renaming of the
8139                 gpg clearsigning script.
8140
8141 2002-06-19 [paul]       0.7.8claws9
8142
8143         * sync with 0.7.8claws9
8144                 see ChangeLog 2002-06-18 and 2002-06-19
8145
8146 2002-06-19 [paul]       0.7.8claws8
8147
8148         * sync with 0.7.8cvs1
8149                 see ChangeLog 2002-06-18
8150
8151 2002-06-18 [alfons]     0.7.8claws7
8152
8153         * src/mainwindow.h
8154                 add omitted prototype
8155
8156 2002-06-17 [paul]       0.7.8claws6
8157
8158         * src/mainwindow.c
8159                 fix hiding of exec_btn
8160
8161 2002-06-17 [paul]       0.7.8claws5
8162
8163         * src/pop.c
8164                 remove unneeded code: should_delete() 
8165                 and Pop3State::uidl_todelete_list
8166
8167 2002-06-17 [paul]       0.7.8claws4
8168
8169         * sync with 0.7.8
8170                 see ChangeLog 2002-06-11 and 2002-06-13
8171
8172 2002-06-16 [alfons]     0.7.8claws3
8173         
8174         * src/folder.c
8175                 make sure lock sort mode (claws specific) is
8176                 also persists after a tree rescan
8177
8178 2002-06-16 [alfons]     0.7.8claws2
8179
8180         * src/prefs_folder_item.c
8181         * src/folder.[ch]
8182                 fix persistence of folder sort mode (broken
8183                 by adapting Hiro's new folder persistence code)
8184
8185 2002-06-16 [alfons]     0.7.8claws1
8186
8187         * AUTHORS
8188         * src/logwindow.c
8189         * src/prefscommon.[ch]
8190                 control size of log text in log window; 
8191                 closes patch #569155 submitted by Mitko Haralanov.
8192
8193 2002-06-15 [paul]       0.7.8claws
8194
8195         * release of 0.7.8claws
8196
8197 2002-06-15 [paul]       0.7.7claws
8198
8199         * po/pt_BR.po
8200                 updated by Fabio Junior Beneditto
8201
8202 2002-06-14 [paul]       0.7.6claws49
8203
8204         * po/es.po
8205                 updated by Ricardo Mones Lastra
8206
8207 2002-06-14 [paul]       0.7.6claws48
8208
8209         * po/nl.po
8210                 updated translation by Wilbert Berendsen
8211
8212 2002-06-14 [melvin]     0.7.6claws47
8213
8214         * po/fr.po
8215                 Updated French translation
8216
8217 2002-06-13 [paul]       0.7.6claws46
8218
8219         * src/filesel.c
8220                 allow filename to be typed in, rather than just
8221                 selected by the mouse. Patch by Gustavo Noronha Silva.
8222
8223 2002-06-13 [alfons]     0.7.6claws45
8224
8225         * src/mainwindow.[ch]
8226                 more cleanups (removing unnecessary menu items Expand 
8227                 summary / message view)
8228
8229 2002-06-13 [melvin]     0.7.6claws44
8230
8231         * po/POTFILES.in
8232                 Added src/string_match.c
8233         * src/string_match.c
8234                 Fixed possible buffer overflow.
8235                 Corrected typo.
8236                 Added missing config.h header.
8237         * src/prefs_common.c
8238           src/prefs_matcher.c
8239           src/prefs_scoring.c
8240                 Made some strings translatable (missing _(..)).
8241
8242 2002-06-13 [melvin]     0.7.6claws43
8243
8244         * README.claws
8245                 Corrected action example (verifying clearsigned mail).
8246         * src/prefs_account.c
8247                 Corrected typo.
8248         * src/prefs_common.c
8249                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8250
8251 2002-06-12 [alfons]     0.7.6claws42
8252
8253         * src/summaryview.c
8254                 add init of score column lost in 0.7.6claws42
8255
8256 2002-06-12 [paul]       0.7.6claws41
8257
8258         * src/prefs_account.c
8259                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8260                 behavior of the radio buttons, (from 0.7.7cvs2)
8261
8262 2002-06-11 [alfons]     0.7.6claws40
8263
8264         * src/messageview.[ch]
8265         * src/summaryview.[ch]
8266         * src/summary_search.c
8267         * src/mainwindow.c
8268                 perform a sync to bring in Hiro's separate view implementation 
8269
8270                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8271
8272 2002-06-11 [paul]       0.7.6claws39
8273         
8274         * src/prefs_account.c
8275                 correct a typo on the Receive tab
8276
8277 2002-06-10 [match]      0.7.6claws38
8278
8279         * src/addressbook.c
8280                 Included address completion patch from Gustavo Noronha.
8281
8282 2002-06-10 [paul]       0.7.6claws37
8283
8284         * src/inc.[ch]
8285           src/pop.c
8286           src/prefs_account.[ch]
8287           src/selective_download.[ch]
8288                 apply PATCH #561712
8289                  NEW:
8290                 - check if POP Account
8291                 - Receive Button renamed to Preview
8292                 - Preview Button Popup: preview new/all messages
8293                 - Download Button
8294                 - Account Preferences-->Receive tab checkbutton if you
8295                   want to remove Mail after Download
8296                 -: default YES
8297                 - Account Preferences-->Receive tab checkbutton use
8298                   filtering rules on preview
8299                   (think of delete_on_server)
8300                 -: default YES
8301                 - Account selectable from SD dialog
8302                 - checkbutton to show already downloaded messages if
8303                   all messages are previewed
8304                 - new clist column showing Date
8305                 - ESC KEY close
8306                 FIXES:
8307                 - play ball with UIDL
8308                 - fault tolerant (?) 
8309                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8310
8311 2002-06-10 [melvin]     0.7.6claws36
8312
8313         * README.claws
8314                 Added a hint to ac/README in cvs instructions.
8315
8316         * src/prefs_actions.c
8317                 Made it possible to use a more elaborate command line
8318                 for asynchronous actions, too.
8319
8320 2002-06-10 [melvin]     0.7.6claws35
8321         
8322         * src/prefs_actions.c
8323                 Make it possible to use a more elaborate command line
8324                 (e.g. |foo|bar|cat>there;echo Done|)
8325                 Corrected error message when calling %f, %F and %p commands
8326                 from the compose window.
8327
8328 2002-06-09 [colin]      0.7.6claws34
8329
8330         * src/summaryview.c
8331                 Automatically find unread messages in current folder
8332                 before annoying the user.
8333
8334 2002-06-08 [alfons]     0.7.6claws33
8335
8336         * po/it.po
8337                 remove bad formatting string in it.po translation
8338                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8339
8340 2002-06-08 [paul]       0.7.6claws32
8341
8342         * sync with 0.7.6cvs25
8343                 see ChangeLog 2002-06-07
8344
8345 2002-06-05 [paul]       0.7.6claws31
8346
8347         * src/mainwindow.c
8348                 add 'Sort by locked' and 'Sort by score'
8349
8350 2002-06-05 [paul]       0.7.6claws30
8351
8352         * sync with 0.7.6cvs24
8353                 see ChangeLog 2002-06-04
8354
8355 2002-06-04 [paul]       0.7.6claws29
8356
8357         * po/pt_BR.po
8358                 updated by Fabio Junior Beneditto
8359
8360 2002-06-03 [thorsten]   0.7.6claws28
8361
8362         * src/matcher.c
8363                 fclose() matcherrc after reading
8364
8365 2002-06-03 [paul]       0.7.6claws27
8366
8367         * sync with 0.7.6cvs21
8368                 see ChangeLog 2002-05-31
8369
8370 2002-05-31 [paul]       0.7.6claws26
8371
8372         * sync with 0.7.6cvs20
8373                 see ChangeLog 2002-05-29 and 2002-05-30
8374
8375 2002-05-31 [paul]       0.7.6claws25
8376
8377         * src/imap.c
8378                 hopefully fix last buggy sync
8379
8380         * README.claws
8381                 correct typo in 'Actions' examples
8382
8383 2002-05-29 [paul]       0.7.6claws24
8384
8385         * sync with 0.7.6cvs18
8386                 see ChangeLog 2002-05-28 and 2002-05-29
8387
8388         * src/news.c
8389           src/nntp.[ch]
8390                 sync with above 
8391
8392 2002-05-28 [paul]       0.7.6claws23
8393
8394         * sync with 0.7.6cvs16
8395                 see ChangeLog 2002-05-28
8396
8397 2002-05-27 [thorsten]   0.7.6claws22 
8398
8399         * faq/it/sylpheed-faq-1.html
8400           faq/it/sylpheed-faq-2.html
8401           faq/it/sylpheed-faq-3.html
8402           faq/it/sylpheed-faq.html
8403                 corrected DOS lineendings
8404         * faq/de/sylpheed-faq-1.html
8405           faq/de/sylpheed-faq-2.html
8406           faq/en/sylpheed-faq-1.html
8407           faq/en/sylpheed-faq-2.html
8408           faq/en/sylpheed-faq-3.html
8409           faq/es/sylpheed-faq-1.html
8410           faq/es/sylpheed-faq-2.html
8411           faq/es/sylpheed-faq-3.html
8412           faq/fr/sylpheed-faq-1.html
8413           faq/it/sylpheed-faq-1.html
8414           faq/it/sylpheed-faq-2.html
8415           faq/it/sylpheed-faq-3.html
8416           faq/it/sylpheed-faq.html
8417                 changed ">" to &quot;
8418
8419 2002-05-27 [paul]       0.7.6claws21
8420         
8421         * sync with 0.7.6cvs15
8422                 see ChangeLog 2002-05-27
8423
8424 2002-05-27 [paul]       0.7.6claws20
8425
8426         * src/prefs_account.c
8427                 correct a typo
8428
8429 2002-05-26 [paul]       0.7.6claws19
8430
8431         * tools/README
8432                 correct a typo
8433
8434 2002-05-25 [paul]       0.7.6claws18
8435
8436         * tools/README
8437                 add description of kmail2sylpheed.pl
8438
8439 2002-05-25 [paul]       0.7.6claws17
8440
8441         * tools/kmail2sylpheed.pl       ** NEW FILE **
8442                 perl script that converts an exported Kmail address
8443                 book, converts it to sylpheed addressbook file,
8444                 writes the file to .sylpheed, and updates
8445                 addrbook--index.xml 
8446
8447 2002-05-25 [paul]       0.7.6claws16
8448
8449         * sync with 0.7.6cvs14
8450                 see ChangeLog 2002-05-23
8451
8452 2002-05-24 [paul]       0.7.6claws15
8453
8454         * README.claws
8455                 make a correction and add some more info
8456
8457 2002-05-24 [paul]       0.7.6claws14
8458
8459         * src/compose.c
8460                 fix memory leak in 
8461                 compose_redirect_write_headers_from_headerlist()
8462                 add Subject and Resent-Message-ID to
8463                 compose_redirect_write_headers()
8464                 Received, Subject, and X-UIDL are filtered out in 
8465                 compose_redirect_write_to_file()
8466
8467 2002-05-23 [paul]       0.7.6claws13
8468
8469         * src/compose.[ch]
8470           src/filtering.c
8471           src/mainwindow.c
8472           src/matcher.[ch]
8473           src/matcher_parser_lex.l
8474           src/matcher_parser_parse.y
8475           src/prefs_common.[ch]
8476           src/prefs_filtering.c
8477           src/summaryview.c
8478                 rename 'Bounce' to 'Redirect'
8479
8480 2002-05-23 [paul]       0.7.6claws12
8481
8482         * more sync with 0.7.6cvs13
8483           src/compose.c
8484                 see ChangeLog 2002-05-22
8485
8486 2002-05-22 [paul]       0.7.6claws11
8487
8488         * sync with 0.7.6cvs13
8489           src/codeconv.c
8490                 see ChangeLog 2002-05-20
8491           src/prefs_common.c
8492                 see ChangeLog 2002-05-22
8493
8494 2002-05-21 [melvin]     0.7.6claws10
8495
8496         * src/folderview.c
8497                 Added missing filtering and scoring headers
8498                 Fixed bad function call that showed garbage 
8499                 in Folder->Processing
8500
8501 2002-05-21 [paul]       0.7.6claws9
8502
8503         * tools/Makefile.am
8504                 make all tools executable, (patch by Alfons).
8505
8506 2002-05-20 [alfons]     0.7.6claws8
8507
8508         * src/procheader.c
8509                 don't forget to call mktime() so we have a valid week 
8510                 and year day
8511                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8512
8513 2002-05-20 [paul]       0.7.6claws7
8514
8515         * src/html.c
8516                 fix broken parsing of urls
8517         * src/textview.c
8518                 fix displaying of urls
8519
8520                 both fixes from the patch [547855] by Eugene 
8521                 Brevdo (zonem)
8522
8523 2002-05-19 [alfons]     0.7.6claws6
8524
8525         * configure.in
8526                 make sylpheed configure correctly with the latest
8527                 and greatest of automake / autoconf / gettext
8528
8529 2002-05-19 [alfons]     0.7.6claws5
8530
8531         * src/procheader.c
8532         * src/procheader.h
8533                 add function for returning ime zone offset
8534         * src/quote_fmt.c
8535         * src/quote_fmt_parse.y
8536                 better quotation formatting - does not convert
8537                 to local time, but uses the original date string.
8538                 
8539                 Note: %z inserts the timezone offset (should 
8540                 work also on platforms where strftime does not
8541                 support %z).
8542
8543 2002-05-18 [christoph]  0.7.6claws4
8544
8545         * src/summaryview.c
8546                 fix indentation of some code
8547         * tools/Makefile.am
8548                 fix spaces after \
8549         * src/Makefile.am
8550                 add missing \
8551                 correct path for ignorethread.xpm
8552                 incorrect filename for sylpheed_logo.xpm
8553                 add missing include matcher_parser_parse.h
8554
8555 2002-05-18 [paul]       0.7.6claws3
8556
8557         * sync with 0.7.6cvs8
8558                 see ChangeLog 2002-05-16 and 2002-05-17
8559
8560 2002-05-18 [melvin]     0.7.6claws2
8561
8562         * README.claws
8563                 Corrected an action's definition and fixed some misspellings.
8564
8565 2002-05-18 [paul]       0.7.6claws1
8566
8567         * tools/Makefile.am
8568           tools/gpg-sign        ** new file **
8569           tools/uudec           ** new file **
8570                 add Melvin's Actions scripts
8571
8572         * README.claws
8573                 add Melvin's descriptions for Actions
8574
8575 2002-05-18 [paul]       0.7.6claws
8576
8577         * Version 0.7.6claws released
8578
8579 2002-05-17 [paul]       0.7.5claws32
8580
8581         * po/es.po
8582                 updated by Ricardo Mones Lastra
8583
8584 2002-05-17 [paul]       0.7.5claws31
8585
8586         * src/compose.c
8587                 fix Account prefs default folder for sent/draft/deleted
8588                 messages bug
8589
8590         * po/it.po
8591           po/nl.po
8592                 updated translation by Alessandro Maestri and
8593                 Wilbert Berendsen
8594
8595 2002-05-17 [melvin]     0.7.5claws30
8596
8597         * src/prefs_actions.c
8598                 Fixed bug where using %F not at the end of the command 
8599                 resulted in an additional empty argument being created.
8600                 Thanks to Darko Koruga for reporting the bug.
8601
8602 2002-05-17 [melvin]     0.7.5claws29
8603
8604         * po/fr.po
8605                 Updated French translations.
8606
8607 2002-05-15 [paul]       0.7.5claws28
8608         
8609         * po/es.po
8610                 updated by Ricardo Mones Lastra
8611
8612 2002-05-15 [paul]       0.7.5claws27
8613
8614         * sync with 0.7.6cvs4
8615                 see ChangeLog 2002-05-14 and 2002-05-15
8616
8617 2002-05-14 [paul]       0.7.5claws26
8618
8619         * sync with 0.7.6cvs1
8620                 see ChangeLog 2002-05-13
8621
8622 2002-05-13 [thorsten]   0.7.5claws25
8623
8624         * src/messageview.c
8625                 fix select_all and copy in multipart messages
8626         * src/mainwindow.c
8627                 fix select_all and copy in multipart messages
8628
8629 2002-05-12 [paul]       0.7.5claws24
8630
8631         * src/summaryview.c
8632                 reverse last commit, bug already fixed in 0.7.5claws3
8633
8634 2002-05-12 [netztorte]  0.7.5claws23
8635
8636         * src/summaryview.c
8637                 dont parse empty addressbook (checked in before claws20)
8638
8639 2002-05-12 [melvin]     0.7.5claws22
8640
8641         * src/procmsg.[ch]
8642                 Removed unneeded priority code introduced by the previous 
8643                 commit.
8644
8645 2002-05-12 [melvin]     0.7.5claws21
8646
8647         * src/compose.[ch]
8648                 Added possibility to set message's priority.
8649         * src/procmsg.[ch]
8650                 Added possibility to set message's priority.
8651                 Added missing headers
8652
8653 2002-05-12 [melvin]     0.7.5claws20
8654
8655         * src/prefs_actions.c
8656                 Removed implicitely added quotes around the name
8657                 of the temporary files of mime parts.
8658
8659 2002-05-12 [paul]       0.7.5claws19
8660
8661         * sync with 0.7.5cvs20
8662                 see ChangeLog 2002-05-11
8663
8664 2002-05-12 [alfons]     0.7.5claws18
8665
8666         * src/quote_fmt_lex.l
8667         * src/quote_fmt_parse.y
8668                 allow quote / reply date & time format to be set using
8669                 %D{format}. format is a format string you'd pass to
8670                 strftime() (see man strftime, or the Display tab |
8671                 Date format setting).
8672
8673                 Currently %D converts the date to local time. 
8674
8675 2002-05-11 [paul]       0.7.5claws17
8676
8677         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8678                 see ChangeLog 2002-05-10 and 2002-05-11
8679
8680 2002-05-10 [paul]       0.7.5claws16
8681
8682         * sync with 0.7.5cvs16
8683                 see ChangeLog entries 2002-05-09 and 
8684                 2002-05-10
8685
8686 2002-05-10 [colin]      0.7.5claws15
8687
8688         * src/textview.c
8689                 Corrected a bug that prevented sylpheed to open
8690                 double-clicked URIs.
8691
8692 2002-05-09 [paul]       0.7.5claws14
8693
8694         * sync with 0.7.5cvs14
8695                 see ChangeLog 2002-05-08 and 2002-05-09
8696
8697 2002-05-08 [paul]       0.7.5claws13
8698
8699         * sync with 0.7.5cvs11
8700                 see ChangeLog entry 2002-05-08
8701
8702 2002-05-08 [paul]       0.7.5claws12
8703
8704         * src/mainwindow.c
8705           src/textview.[ch]
8706                 fix segfault on View->Open in new window
8707                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8708
8709 2002-05-07 [paul]       0.7.5claws11
8710
8711         * sync with 0.7.5cvs9
8712                 see ChangeLog entry 2002-05-07
8713
8714 2002-05-06 [paul]       0.7.5claws10
8715
8716         * src/messageview.c
8717           src/textview.c
8718                 display url in statusbar on single-click
8719                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8720
8721 2002-05-06 [match]      0.7.5claws9
8722
8723         * src/addritem.[ch]
8724                 new functions.
8725         * src/addrcache.c
8726                 tidy up.
8727         * src/xmlprops.[ch]
8728                 XML implementation of properties file.
8729         * src/exporthtml.[ch]
8730         * src/expthtmldlg.[ch]
8731         * src/addressbook.c
8732                 export to HTML.
8733
8734 2002-05-02 [sergey]     0.7.5claws8
8735
8736         * src/mainwindow.c (mainwin_entries),
8737           src/prefs_common.c (prefs_send_create()),
8738           src/codeconv.c (locale_table):
8739                 use charset name "Windows-1251" instead of "CP1251".
8740
8741 2002-05-02 [colin]      0.7.5claws7
8742         
8743         * src/compose.c
8744           src/prefs_common.c
8745           src/prefs_folder_item.c
8746                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8747
8748 2002-05-02 [hiro]       0.7.5claws6
8749
8750         * src/imap.c
8751                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8752
8753 2002-05-02 [paul]       0.7.5claws5
8754
8755         * src/compose.c
8756                 more sync with 0.7.5cvs7, see ChangeLog entry
8757                 2002-05-02
8758
8759 2002-05-02 [hiro]       0.7.5claws4
8760
8761         * src/compose.c
8762                 compose_queue_sub():
8763                 check if queue folder exists (closes #550397).
8764                 removed directory creation since it should be handled
8765                 transparently.
8766         * src/imap.c
8767                 imap_add_msg(): return UID for appended message
8768                 (closes #548842).
8769
8770 2002-04-30 [paul]       0.7.5claws3
8771
8772         * src/summaryview.c
8773                 fix account_find_from_address() bug
8774
8775 2002-04-28 [colin]      0.7.5claws2
8776
8777         * src/compose.c
8778           src/textview.c
8779           src/prefs_common.[ch]
8780           src/utils.[ch]
8781                 Added user-definable quotation characters recognition.
8782
8783 2002-04-28 [paul]       0.7.5claws1
8784
8785         * sync with 0.7.5cvs4
8786                 see ChangeLog entry  2002-04-25
8787
8788 2002-04-28 [paul]       0.7.5claws
8789
8790         * po/es.po
8791           po/nl.po
8792           po/pt_BR.po
8793                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8794                 Fabio Junior Beneditto
8795
8796 2002-04-27 [jens]       0.7.4claws103
8797
8798         * po/de.po
8799                 updated German translation.
8800
8801 2002-04-27 [hiro]       0.7.4claws102
8802
8803         * src/summaryview.c
8804                 summary_write_cache(): fixed the mark loss of hidden messages.
8805
8806 2002-04-26 [melvin]     0.7.4claws101
8807
8808         * src/procmsg.c
8809                 fixed a second typo (same one)
8810         * po/fr.po
8811           po/it.po
8812           po/pt_BR.po
8813                 fixed the type again...
8814
8815 2002-04-26 [melvin]     0.7.4claws100
8816
8817         * src/procmsg.c
8818                 fixed a typo in an alert message ("temorary").
8819         * po/it.po
8820         * po/pt_BR.po
8821                 corrected the typo  described above.
8822         * po/fr.po
8823                 updated French translation.
8824
8825 2002-04-26 [darko]      0.7.4claws99
8826
8827         * src/summaryview.c
8828                 fix target folder colorization
8829
8830 2002-04-25 [paul]       0.7.4claws98
8831
8832         * po/it.po
8833                 updated by Alessandro Maestri
8834
8835 2002-04-24 [colin]      0.7.4claws97
8836         
8837         * src/compose.c
8838                 Fixed double "subject is empty" question.
8839
8840 2002-04-23 [colin]      0.7.4claws96
8841         
8842         * src/mimeview.c
8843                 Corrected issue when "automatically display images" was
8844                 not set : first image remained after selecting second.
8845
8846 2002-04-23 [melvin]     0.7.4claws95
8847
8848         * src/prefs_actions.c
8849                 Don't display in/out dialog if there is nothing to show.
8850
8851 2002-04-23 [paul]       0.7.4claws94
8852
8853         * sync with 0.7.5cvs3
8854                 bug fixes: see ChangeLog entry 2002-04-23
8855
8856 2002-04-22 [darko]      0.7.4claws93
8857
8858         * src/compose.c
8859                 fix previous check-in which changed code after
8860                 merge from main
8861
8862 2002-04-22 [paul]       0.7.4claws92
8863
8864         * faq/de/*
8865                 add German FAQ
8866         * faq/en/*
8867           faq/es/*
8868           faq/fr/*
8869                 update English, Spanish and French FAQs
8870         * manual/de/*
8871           manual/es/*
8872                 add German and Spanish manuals
8873         * manual/en/*
8874           manual/fr/*
8875                 update English and French manuals
8876
8877         * src/Makefile.am
8878                 add to and re-arrange the pixmap entries
8879
8880 2002-04-22 [darko]      0.7.4claws91
8881
8882         * src/compose.c
8883                 fix sender initials recognition to only allow
8884                 '>' after the initials
8885
8886 2002-04-21 [paul]       0.7.4claws90
8887
8888         * sync with 0.7.5 release
8889                 see ChangeLog entry 2002-04-21
8890
8891 2002-04-21 [alfons]
8892
8893         * src/Makefile.am
8894                 add colin's new pixmaps to EXTRA_DIST
8895
8896 2002-04-21 [colin]      0.7.4claws89
8897         * src/compose.c
8898         * src/inc.c
8899         * src/mainwindow.[ch]
8900         * src/prefs_common.[ch]
8901         * src/stock_pixmap.[ch]
8902                 Added "Work offline" ability.
8903
8904 2002-04-21 [colin]      0.7.4claws88
8905         
8906         * src/mimeview.c
8907         * src/prefs_common.c
8908         * src/prefs_common.h
8909         * src/textview.c : Added an option to common preferences -> display
8910           to allow user not to automatically display images.
8911
8912 2002-04-21 [paul]       0.7.4claws87
8913
8914         * sync with 0.7.4cvs52
8915                 see ChangeLog entry 2002-04-21 (src/imap.c)
8916
8917 2002-04-21 [paul]       0.7.4claws86
8918
8919         * sync with 0.7.4cvs51
8920                 see ChangeLog entry 2002-04-21
8921
8922 2002-04-21 [paul]       0.7.4claws85
8923
8924         * sync with 0.7.4cvs49
8925                 see ChangeLog entries 2002-04-20 and 2002-04-21
8926
8927         * src/Makefile.am
8928                 clean up: remove old 'stock_' element from xpm 
8929                 filenames.
8930
8931 2002-04-21 [alfons]     0.7.4claws84
8932
8933         apply sync patch from Paul
8934
8935         * src/folderview.c
8936                 use old claws prefs_folder_item_create() for now
8937
8938 2002-04-19 [match]      0.7.4claws83
8939
8940         * src/addressbook.[ch]
8941         * src/addrharvest.[ch]
8942         * src/addrgather.[ch]
8943                 recurse folders.
8944         * src/mainwindow.c
8945         * src/summaryview.[ch]
8946                 change menu option.
8947
8948 2002-04-19 [paul]       0.7.4claws82
8949
8950         * po/pt_BR.po
8951                 updated by Fabio Junior Beneditto
8952
8953 2002-04-14 [alfons]     0.7.4claws81
8954
8955         * src/passphrase.c
8956                 add #include <sys/types.h> for mode_t and off_t 
8957
8958 2002-04-13 [paul]       0.7.4claws80
8959         
8960         * src/main.c
8961           src/passphrase.[ch]
8962           src/pgptext.c
8963           src/prefs_common.[ch]
8964           src/rfc2015.c
8965                 enable storing of GnuPG passphrase for the whole 
8966                 session or a user-defined number of minutes. patch 
8967                 submitted by Ravemax <ravemax@dextrose.com>
8968
8969 2002-04-13 [alfons]     0.7.4claws79
8970
8971         * src/textview.c
8972                 make email parser also stop scanning when encountering separators
8973                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8974
8975 2002-04-13 [paul]       0.7.4claws78
8976
8977         * sync with 0.7.4cvs39
8978                 see ChangeLog entry 2002-04-12
8979
8980 2002-04-11 [paul]       0.7.4claws77
8981
8982         * sync with 0.7.4cvs37
8983                 see ChangeLog entry 2002-04-11
8984
8985 2002-04-11 [paul]       0.7.4claws76
8986
8987         * COPYING 
8988                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8989                 the clause for OpenSSL). sync with sylpheed main
8990
8991 2002-04-09 [melvin]     0.7.4claws75
8992
8993         * src/compose.c
8994                 Made 'Ctrl-Enter' on send ignore some modifiers 
8995                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8996                 to bind other *-Enter (but not Alt-Enter).
8997
8998 2002-04-09 [paul]       0.7.4claws74
8999
9000         * sync with 0.7.4cvs35
9001                 see ChangeLog entries 2002-04-09
9002
9003 2002-04-08 [paul]       0.7.4claws73
9004
9005         * sync with 0.7.4cvs33
9006                 see ChangeLog entry 200-04-08
9007
9008 2002-04-07 [match]      0.7.4claws72
9009
9010         * src/addrharvest.[ch]
9011                 fixed to read all addresses in header, regardless
9012                 of header size. improved name parsing. accommodate
9013                 harvest from folders and selected message.
9014         * src/addritem.[ch]
9015                 included new address parsing function.
9016         * src/addrgather.[ch]
9017         * src/addressbook.[ch]
9018         * src/summaryview.[ch]
9019         * src/mainwindow.c
9020                 allow address harvest of folder as well as selected
9021                 messages.
9022
9023 2002-04-07 [paul]       0.7.4claws71
9024
9025         * src/esmtp.[ch]
9026           src/smtp.c
9027                 don't try to authenticate with CRAM-MD5 in SMTP when 
9028                 SMTP-AUTH enabled if MTA doesn't issue this 
9029                 auth-method in it's ehlo-response. bug item #531364,
9030                 patch item #938910. patch submitted by Colin Leroy 
9031                 <colin@colino.net>
9032
9033 2002-04-07 [paul]       0.7.4claws70
9034
9035         * src/nntp.c
9036                 fix missing MODE_READER bug. patch submitted by
9037                 Colin Leroy <colin@colino.net>
9038
9039 2002-04-07 [alfons]     0.7.4claws69
9040
9041         * src/matcher.[ch]
9042         * src/prefs_filtering.c
9043         * src/summaryview.c
9044                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
9045                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
9046
9047 2002-04-07 [paul]       0.7.4claws68
9048
9049         * sync with 0.7.4cvs32
9050                 see ChangeLog entry 2002-04-06
9051
9052         * tools/filter_conv.pl
9053                 more bug fixes
9054
9055 2002-04-06 [paul]       0.7.4claws67
9056
9057         * tools/filter_conv.pl
9058                 modify to be able to find the name of the first
9059                 mailbox and use that. main's filter does not
9060                 record the full path to the mailbox and therefore
9061                 can only filter to the first mailbox.
9062
9063 2002-04-05 [paul]       0.7.4claws66
9064
9065         * tools/filter_conv.pl
9066                 attempt to make the script all-encompassing and
9067                 be able to convert any main 'filter' rule thrown
9068                 at it
9069
9070 2002-04-05 [paul]       0.7.4claws65
9071
9072         * tools/filter_conv.pl
9073                 allow for collapsed folder trees
9074
9075 2002-04-05 [paul]       0.7.4claws64
9076
9077         * sync with 0.7.4cvs31
9078                 see ChangeLog entries 2002-04-05
9079
9080 2002-04-03 [paul]       0.7.4claws63
9081
9082         * sync with 0.7.4cvs29
9083                 see ChangeLog entries 2002-04-02 and 2002-04-03
9084
9085 2002-04-02 [paul]       0.7.4claws62
9086
9087         * sync with 0.7.4cvs26
9088                 see ChangeLog entry 2002-04-01
9089
9090 2002-04-02 [match]      0.7.4claws61
9091
9092         * src/pine.[ch]
9093         * src/importpine.[ch]
9094         * src/addressbook.c
9095                 import Pine address book.
9096
9097 2002-04-02 [match]      0.7.4claws60
9098
9099         * src/addrharvest.[ch]
9100                 improve address parsing of funky addresses.
9101
9102 2002-04-02 [darko]      0.7.4claws59
9103
9104         * src/compose.c
9105                 wrap on send improvements, it now recognizes quoted
9106                 initials as part of the quotation string, and it
9107                 does not join lines separated by CR
9108
9109 2002-04-01 [match]      0.7.4claws58
9110
9111         * src/mgutils.[ch]
9112                 added new functions.
9113         * src/mutt.[ch]
9114                 remove excessive duplicate address generation
9115                 on import.
9116
9117 2002-04-01 [alfons]     0.7.4claws57
9118         
9119         * src/summaryview.c
9120                 put back g_free() 
9121
9122 2002-04-01 [paul]       0.7.4claws56
9123
9124         * sync with 0.7.4cvs25
9125                 see ChangeLog entry 2002-04-01
9126
9127 2002-04-01 [alfons]     0.7.4aprilfool55
9128
9129         * src/summaryview.c
9130                 honour feature request item #537427 to allow for
9131                 displaying names from address book for sent mail also
9132
9133 2002-03-29 [paul]       0.7.4claws54
9134
9135         * src/mainwindow.c
9136           src/prefs_filtering.[ch]
9137           src/prefs_matcher.c
9138           src/summaryview.c
9139                 add 'fast filter' for claws' filtering,
9140                 /Tools/Create filter rule/... patch submitted
9141                 by Neill Miller <neillm@thecodefactory.org>
9142
9143 2002-03-29 [paul]       0.7.4claws53
9144
9145         * sync with 0.7.4cvs24
9146                 see ChangeLog entry 2002-03-29
9147
9148 2002-03-28 [paul]       0.7.4claws52
9149
9150         * sync with 0.7.4cvs23
9151                 see ChangeLog entry 2002-03-28
9152
9153 2002-03-27 [melvin]     0.7.4claws51
9154
9155         * src/prefs_actions.c
9156                 Added support to pass only one message part (as a
9157                 file) to the command using '%p'. No quotes are needed
9158                 because doubles quotes are automatically added.
9159                 Fixed bug where Sylpheed could block when waiting for
9160                 a child process to finish.
9161                 Changed the help menu to remove quotes around symbols to 
9162                 avoid misinterpretation (they must not be used).
9163
9164 2002-03-27 [melvin]     0.7.4claws50
9165
9166         * src/inc.c
9167                 Made the new mail notification command always 
9168                 execute asynchronously.
9169
9170 2002-03-27 [paul]       0.7.4claws49
9171
9172         * src/compose.c
9173                 fix bug introduced in last commit
9174
9175 2002-03-27 [paul]       0.7.4claws48
9176
9177         * sync with 0.7.4cvs21
9178                 see ChangeLog 2002-03-26 and 2002-03-27
9179
9180 2002-03-26 [hoa]        0.7.4claws47
9181
9182         * src/prefs_folder_item.c
9183                 really fixed the bug #516442 with folder rescan.
9184
9185 2002-03-26 [paul]       0.7.4claws46
9186
9187         * sync with 0.7.4cvs19
9188                 see ChangeLog entries 2002-03-25 and 2002-03-26
9189
9190 2002-03-25 [hoa]        0.7.4claws45
9191
9192         * src/matcher.c
9193         * src/mh.c
9194                 fix the bug #516442 with folder rescan.
9195
9196         * src/prefs_common.[ch]
9197         * src/compose.c
9198                 added an option to enable two different behaviours
9199                 for bounce.
9200
9201
9202 2002-03-25 [paul]       0.7.4claws44
9203
9204         * src/mainwindow.c
9205           src/selective_download.c
9206                 correct a few menuitem labels
9207
9208 2002-03-25 [christoph]  0.7.4claws43
9209
9210         * src/procmsg.c
9211                 fix non deleted tmp message in
9212                 procmsg_save_to_outbox
9213                 fix problems caused by sync with
9214                 main branch's procmsg_send_queue
9215
9216 2002-03-25 [paul]       0.7.4claws42
9217
9218         * src/quote_fmt.c
9219           src/quote_fmt_lex.l
9220           src/quote_fmt_parse.y
9221                 add Last name (%L) placeholder for quoting. 
9222                 patch submitted by Thorsten Thielen 
9223                 <thth@users.sourceforge.net>
9224
9225 2002-03-25 [paul]       0.7.4claws41
9226
9227         * src/utils.c
9228                 get full hostname. patch submitted by
9229                 Bob Woodside <rwoodside1@comcast.net>
9230
9231 2002-03-25 [paul]       0.7.4claws40
9232
9233         * src/account.c
9234           src/news.c
9235           src/nntp.[ch]
9236           src/prefs_account.[ch]
9237                 enable NNTP over SSL. patch submitted by
9238                 Pascal Jermini <pascal@infinity.hn.org>
9239
9240 2002-03-24 [paul]       0.7.4claws39
9241
9242         * src/prefs_common.c
9243                 make the arrangement of the Compose tab more
9244                 coherent
9245
9246         * src/mainwindow.c
9247                 fix some irregularities of style
9248
9249         * po/de.po
9250                 updated by Kilian Krause
9251
9252 2002-03-23 [paul]       0.7.4claws38
9253
9254         * po/pt_BR.po
9255                 updated by Fabio Junior Beneditto
9256
9257 2002-03-23 [paul]       0.7.4claws37
9258
9259         * src/mainwindow.c
9260                 move 'Gather addresses' to 'Tools' menu
9261                 make 'Selective download' sensitive
9262
9263 2002-03-23 [paul]       0.7.4claws36
9264
9265         * sync with 0.7.4cvs16
9266                 see ChangeLog entries 2002-03-23
9267
9268 2002-03-22 [christoph]  0.7.4claws35
9269
9270         * src/quote_fmt_parse.y
9271                 fix include program output
9272
9273 2002-03-22 [alfons]     0.7.4claws34
9274
9275         * src/pop.c
9276                 initialize GDate stack variable correctly (sorry!)
9277
9278 2002-03-22 [paul]       0.7.4claws33
9279
9280         * src/compose.c
9281           src/mainwindow.c
9282           src/prefs_actions.c
9283           src/prefs_common.c
9284                 rename 'Tool' to 'Tools'
9285
9286         * src/mainwindow.c
9287                 move 'Delete duplicated messages' from
9288                 'Message/' to 'Tools/'
9289                 re-arrange the order of 'Tools/' items
9290
9291 2002-03-22 [paul]       0.7.4claws32
9292
9293         * src/addr_compl.c
9294           src/addressbook.[ch]
9295                 auto-address completion now also matches on
9296                 Nickname. patch submitted by Bob Forsman 
9297                 <hammor@users.sourceforge.net>
9298
9299         * src/editaddress.c
9300                 correct a spelling mistake
9301
9302 2002-03-22 [alfons]     0.7.4claws31
9303
9304         * src/pop.c
9305                 fix getting uidl from incorrect string 
9306                 (spotted by Colin)
9307
9308 2002-03-21 [alfons]     0.7.4claws30
9309
9310         * src/pop.c
9311                 more code refactoring
9312                 plug mem leak introduced by delete on server
9313
9314 2002-03-21 [paul]       0.7.4claws29
9315
9316         * sync with 0.7.4cvs11
9317                 see ChangeLog entries 2002-03-20
9318
9319 2002-03-20 [alfons]     0.7.4claws28
9320
9321         * src/inc.c
9322                 apply Colin's patch and refactor
9323
9324 2002-03-20 [paul]       0.7.4claws27
9325
9326         * sync with sylpheed 0.7.4cvs9
9327                 see ChangeLog entry 2002-03-20
9328
9329 2002-03-19 [christoph]  0.7.4claws26
9330
9331         * src/mh.c
9332         * src/procmsg.[ch]
9333         * src/summaryview.c
9334                 revert changes for flag updates
9335                 (does not work correctly and no time to debug)
9336
9337 2002-03-20 [alfons]     0.7.4claws25
9338
9339         * src/pop.c
9340                 refactor should_delete() a little bit 
9341
9342 2002-03-19 [paul]       0.7.4claws24
9343
9344         * src/inc.[ch]
9345           src/pop.c
9346           src/prefs_account.[ch]
9347                 allow the user to leave downloaded mail on the 
9348                 server for n days. Patch submitted by Colin Leroy 
9349                 <colin@colino.net>
9350
9351 2002-02-19 [paul]       0.7.4claws23
9352
9353         * sync with sylpheed 0.7.4cvs8
9354                 see ChangeLog entries 2002-03-19
9355
9356 2002-03-18 [paul]       0.7.4claws22
9357
9358         * sync with sylpheed 0.7.4cvs6
9359                 see ChangeLog entry 2002-03-18
9360
9361 2002-03-18 [paul]       0.7.4claws21
9362
9363         * po/en_GB.po
9364                 add en_GB message catalogue
9365
9366         * src/mbox_folder.c
9367           src/prefs_account.c
9368           src/prefs_actions.c
9369                 correct a few spelling mistakes
9370
9371 2002-03-17 [alfons]     0.7.4claws20
9372
9373         * src/matcher.c
9374                 more stringent checks for NULL params when writing
9375                 filtering actions to a file
9376                 
9377 2002-03-17 [hoa]        0.7.3claws20
9378
9379         * src/news.c
9380                 fixed the count of new messages
9381
9382         * src/compose.c
9383                 fixed the "attachment properties" window
9384
9385 2002-03-17 [paul]       0.7.4claws19
9386
9387         * src/defs.h
9388           src/folder.h
9389           src/news.c
9390           src/prefs_account.[ch]
9391           src/procmsg.[ch]
9392           src/summaryview.c
9393                 automatically mark cross-posted messages as read 
9394                 and (optionally) give them a colour label
9395                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9396                 
9397
9398 2002-03-17 [paul]       0.7.4claws18
9399
9400         * sync with sylpheed 0.7.4cvs5
9401                 see ChangeLog entry 2002-03-17
9402
9403 2002-03-17 [melvin]     0.7.4claws17
9404         
9405         * src/textview.c
9406                 Worked around a gtktext 'bug': when searching for 
9407                 a text in a long message it was scrolling slowly
9408                 line by line until it hit the searched text.
9409         * po/fr.po
9410                 Updated French translation
9411
9412 2002-03-17 [melvin]     0.7.4claws16
9413
9414         * src/mainwindow.c
9415         * src/compose.c
9416         * src/prefs_actions.c
9417                 Moved "Edit/Actions" to "Tool/Actions"
9418                 Made mainwindow/compose window sensitive as soon as
9419                 no child process is running anymore even if the io dialog
9420                 is open.
9421                 Fixed a struct being initialized with a non constant char*
9422
9423 2002-03-16 [christoph]  0.7.4claws15
9424
9425         * configure.in
9426                 add --with-compiler-flags option
9427                 (only for developer hacking)
9428         * src/mh.c
9429         * src/procmsg.[ch]
9430         * src/summaryview.c
9431                 try to make folder-stats and flag handling more
9432                 independent from the summaryview. msgcounts
9433                 are only set when the folder is opened and
9434                 procmsg_msginfo_(un)set_flags will handle it
9435                 later and summaryview will get the values
9436                 from the folder.
9437
9438 2002-03-16 [paul]       0.7.4claws14
9439
9440         * src/messageview.c
9441                 fix Return-receipt. Patch submitted by Bob
9442                 Woodside <rwoodside1@comcast.net>
9443
9444 2002-03-16 [paul]       0.7.4claws13
9445
9446         * src/compose.c
9447                 fix 'dynamic' signatures, make it work again
9448                 broken during sync on 2002-03-14 (0.7.4claws2)
9449
9450 2002-03-15 [match]      0.7.4claws12
9451
9452         * src/addrharvest.[ch]
9453         * src/addrgather.[ch]
9454         * src/addressbook.[ch]
9455         * src/mainwindow.c
9456                 included address harvester feature. still some
9457                 issues with address parsing that I will fix.
9458
9459 2002-03-15 [match]      0.7.4claws11
9460
9461         * src/addrbook.[ch]
9462         * src/addrcache.[ch]
9463         * src/addressbook.[ch]
9464         * src/addrindex.c
9465         * src/editbook.c
9466         * src/importldif.c
9467         * src/importmutt.c
9468         * src/jpilot.[ch]
9469         * src/main.c
9470         * src/syldap.[ch]
9471         * src/vcard.[ch]
9472                 tidy up. fix memory leaks. moved attribs and methods
9473                 from individual interfaces to addrcache object. prep
9474                 for new stuff to come in.
9475
9476 2002-03-15 [alfons]     0.7.4claws10
9477
9478         * src/matcher.[ch]
9479         * src/matcher_parser_parse.y
9480         * src/matcher_parser_lex.l
9481         * src/prefs_matcher.c
9482                 add filtering conditions message greater than, smaller 
9483                 than, and exactly matching a size in bytes
9484                 (does not work with delete from POP3 server yet)
9485
9486                 this should also give others an idea what you should
9487                 do to add new criterions to claws filtering system
9488                 
9489
9490 2002-03-15 [paul]       0.7.4claws9
9491
9492         * tools/filter_conv.pl
9493                 exit if there are no filter rules to convert
9494                 rename filterrc to filterrc.old after completion
9495
9496 2002-03-15 [paul]       0.7.4claws8
9497
9498         * sync with sylpheed 0.7.4cvs3
9499                 see ChangeLog entry 2002-03-14
9500
9501 2002-03-14 [paul]       0.7.4claws7
9502
9503         * src/compose.c
9504                 clean up the last commit (ahem)
9505
9506 2002-03-14 [paul]       0.7.4claws6
9507
9508         * src/compose.c
9509                 fix bug #515655. honour account preferences
9510                 regarding gpg default signing/encryption when 
9511                 changing account from the compose window.
9512
9513 2002-03-14 [paul]       0.7.4claws5
9514
9515         * src/folderview.c
9516                 remove unnecessary curly brackets
9517
9518 2002-03-14 [paul]       0.7.4claws4
9519
9520         * src/folderview.c
9521           src/prefs_filtering.[ch]
9522                 add filter rename on folder rename and filter
9523                 delete on folder delete. Patch submitted by
9524                 Neill Miller <neillm@thecodefactory.org> 
9525
9526 2002-03-14 [christoph]  0.7.4claws3
9527
9528         * src/procmsg.c
9529         * src/send.c
9530                 fix local delivery
9531                 (patch submitted by "Simon 'corecode' Schubert")
9532         * src/prefs_common.c
9533         * src/procmsg.c
9534                 fix gcc 3.0 warning
9535
9536 2002-03-14 [paul]       0.7.4claws2
9537
9538         * sync with sylpheed 0.7.4cvs2
9539                 see ChangeLog entry 2002-03-13
9540
9541 2002-03-12 [darko]      0.7.4claws1
9542
9543         * src/mainwindow.c
9544                 fix what seems to be a copy and paste error
9545                 when setting color for important messages
9546                 (reported by wwp)
9547
9548 2002-03-11 [paul]       version 0.7.4claws released
9549
9550 2002-03-11 [paul]       0.7.4claws
9551
9552         * po/es.po
9553           po/it.po
9554           po/nl.po
9555           po/pt_BR.po
9556                 update message catalogs. Submitted by Ricardo Mones 
9557                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9558                 Fabio Junior Beneditto
9559
9560         * configure.in
9561           faq/Makefile.am
9562           faq/it/Makefile
9563           faq/it/sylpheed-faq*
9564           src/mainwindow.c
9565           src/manual.[ch]
9566                 add FAQ in Italian
9567         
9568
9569 2002-03-11 [jens]       0.7.3claws7
9570
9571         * po/de.po
9572                 updated German translation
9573
9574 2002-03-11 [melvin]     0.7.3claws6
9575
9576         * po/fr.po
9577                 updated and corrected French translation
9578
9579 2002-03-10 [hoa]        0.7.3claws5
9580
9581         * src/account.c
9582         * src/inc.c
9583         * src/prefs_account.c
9584         * src/procmsg.c
9585         * src/send.[ch]
9586                 fixed the local account.
9587                 you have to change the default "/usr/sbin/sendmail"
9588                 to "/usr/sbin/sendmail -t" in the preferences of
9589                 the local account.
9590
9591         * src/procmime.c
9592                 removed some debug display for renderer
9593
9594 2002-03-10 [paul]       0.7.3claws4
9595
9596         * faq/en/sylpheed-faq-1.html
9597           faq/en/sylpheed-faq-2.html
9598                 update
9599
9600 2002-03-09 [paul]       0.7.3claws3
9601
9602         * sync with sylpheed 0.7.4
9603                 see ChangeLog entry 2002-03-09
9604
9605 2002-03-08 [paul]       0.7.3claws2
9606
9607         * faq/en/sylpheed-faq*
9608           faq/es/sylpheed-faq*
9609           faq/fr/sylpheed-faq*
9610                 update the FAQs
9611
9612         * manual/fr/.cvsignore
9613           manual/fr/Makefilea.am
9614           manual/fr/sylpheed*
9615           src/mainwindow.c
9616           src/manual.[ch]
9617                 add the French manual
9618
9619 2002-03-07 [paul]       0.7.3claws1
9620
9621         * sync with sylpheed 0.7.3cvs4
9622                 see ChangeLog entries  2002-03-06 and 2002-03-07
9623         
9624         * po/nl.po
9625                 updated by Wilbert Berendsen
9626
9627 2002-03-07 [melvin]     0.7.2claws34
9628
9629         * src/selective_download.c
9630                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9631
9632 2002-03-06 [paul]       0.7.2claws33
9633
9634         * sync with sylpheed 0.7.3cvs1
9635                 bug fix, see ChangeLog entry 2002-03-05
9636
9637 2002-03-05 [paul]       0.7.2claws32
9638
9639         * src/mimeview.c
9640           src/pgptext.[ch]
9641           src/procmsg.c
9642                 reverse the pgp ascii-armored code implemented in 
9643                 0.7.2claws16. removal of this code until it matures.
9644                 this means that verifying ascii-armored pgp sigs and
9645                 automatic decryption of ascii-armored encrypted
9646                 messages no longer works.
9647
9648 2002-03-05 [paul]       0.7.2claws31
9649
9650         * configure.in
9651           Makefile.am
9652         * faq/Makefile.am
9653         * faq/en/Makefile.am
9654           faq/en/sylpheed-faq.html
9655           faq/en/sylpheed-faq-1.html
9656           faq/en/sylpheed-faq-2.html
9657           faq/en/sylpheed-faq-3.html
9658         * faq/es/Makefile.am
9659           faq/es/sylpheed-faq.html
9660           faq/es/sylpheed-faq-1.html
9661           faq/es/sylpheed-faq-2.html
9662           faq/es/sylpheed-faq-3.html
9663           faq/es/sylpheed-faq-4.html
9664         * faq/fr/Makefile.am
9665           faq/fr/sylpheed-faq.html
9666           faq/fr/sylpheed-faq-1.html
9667           faq/fr/sylpheed-faq-2.html
9668           faq/fr/sylpheed-faq-3.html
9669         * src/Makefile.am
9670           src/defs.h
9671           src/mainwindow.c
9672           src/manual.[ch]
9673                 add FAQs in English, Spanish and French
9674
9675
9676 2002-03-05 [paul]       0.7.2claws30
9677
9678         * manual/en/sylpheed.html
9679           manual/en/sylpheed-XX.html
9680                 updated the English manual
9681
9682 2002-03-05 [hoa]        
9683
9684         * src/summaryview.c
9685                 dialog box pops up if the article can't be deleted.
9686
9687 2002-03-04 [paul]       
9688         
9689         * po/pt_BR.po
9690                 updated by Fabio Junior Benedito
9691
9692 2002-03-04 [hoa]
9693
9694         * removed ac/gpgme.m4
9695                 to avoid autogen common problem
9696                 developers have to install gpgme development package now
9697
9698         * src/compose.c
9699                 encoding to 7bit or 8bit is enabled.
9700
9701 2002-03-03 [alfons]     0.7.2claws29
9702
9703         * src/pop.c
9704                 merge fix by Oliver Haertel for selective
9705                 download buglet
9706
9707 2002-03-03 [paul]       0.7.2claws28
9708         
9709         * sync with sylpheed 0.7.3
9710
9711 2002-03-03 [paul]       0.7.2claws27
9712
9713         * sync with sylpheed 0.7.2cvs24
9714                 see ChangeLog entries 2002-03-02 and 2002-03-03
9715
9716 2002-03-02 [melvin]     0.7.2claws26
9717
9718         * src/inc.[ch]
9719         * src/main.c
9720         * src/mainwindow.c
9721         * src/prefs_common.[ch]
9722                 Added user definable notification on new mail arrival.
9723                 Removed unused variables in spell checker prefs code.
9724
9725 2002-03-02 [melvin]     0.7.2claws25
9726
9727         * src/quote_fmt.c
9728                 Removed unnecessary escape sequences.
9729                 Changed 'Initial...' to 'Initials of Sender'
9730
9731 2002-03-02 [paul]       0.7.2claws24
9732
9733         * sync with sylpheed 0.7.2cvs22
9734                 see ChangeLog entry 2002-03-01
9735
9736 2002-03-01 [hoa]        0.7.2claws23
9737
9738         * src/mainwindow.c
9739                 Set sensitivity of delete actions to active
9740                 even if the folder is a newsgroup.
9741
9742         * src/summaryview.c
9743                 - Set sensitivity of delete actions
9744                 - Added function check_permission() that will check if the
9745                   user is authorized to delete a message. For news, it
9746                   will check if the author is the same.
9747                 - Enabled deletion when there is no trash folder.
9748
9749         * src/news.[ch]
9750                 - Added news_cancel_article() to cancel articles
9751                 - Implemented news_remove_message() (public function)
9752
9753 2002-03-01 [paul]       0.7.2claws22
9754
9755         * src/gtkutils.c
9756           src/textview.c
9757                 recognise urls that that don't include 'http://' and
9758                 simply begin 'www.' 
9759
9760         * AUTHORS
9761                 remove duplicated name
9762
9763 2002-02-28 [paul]       0.7.2claws21
9764
9765         * src/mainwindow.c
9766           src/summaryview.[ch]
9767                 add ability to 'Select thread'
9768                 combines Melvin's "Select thread's head" patch (#510907)
9769                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9770                 patch (#518514) 
9771
9772 2002-02-28 [paul]       0.7.2claws20
9773
9774         * src/mimeview.c
9775                 hopefully fix segfault on right-clicking a mime part
9776                 that some people have experienced.      
9777                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9778
9779 2002-02-28 [paul]       0.7.2claws19
9780
9781         * sync with sylpheed 0.7.2cvs21
9782                 see ChangeLog entries 2002-02-27 and 2002-02-28
9783
9784 2002-02-27 [paul]       0.7.2claws18
9785
9786         * sync with sylpheed 0.7.2cvs18
9787                 see ChangeLog entries 2002-02-26 and 2002-02-27
9788
9789 2002-02-26 [alfons]     0.7.2claws17
9790
9791         * src/procheader.c
9792                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9793                 (spotted by Chris Hessman <idatech@gmx.net>)
9794
9795 2002-02-26 [paul]       0.7.2claws16
9796
9797         * src/mimeview.c
9798           src/pgptext.[ch]
9799           src/procmsg.c
9800                 make decryption of ascii-armored pgp encrypted messages
9801                 and verification of ascii-armored signatures work again.
9802                 slightly altered from the patch by Jens Jahnke 
9803                 <jan0sch@gmx.net>
9804
9805                 ##FIX ME##
9806                 * the checking of plaintext signatures always comes up in 
9807                   a popup box
9808                 * it doesn't work for multipart messages 
9809                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9810                   including the msg headers and these 2 line themselves, are 
9811                   not displayed
9812
9813         * src/mainwindow.c
9814                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9815                 "View/Message View" becomes "View/Separate Message View"
9816                 because its less ambiguous.
9817
9818         * po/es.po
9819                 updated by Ricardo Mones Lastra
9820
9821 2002-02-26 [paul]       0.7.2claws15
9822
9823         * sync with sylpheed 0.7.2cvs17
9824                 see ChangeLog entries 2002-02-25 and 2002-02-26
9825
9826 2002-02-25 [christoph]  0.7.2claws14
9827
9828         * src/filtering.[ch]
9829         * src/inc.c
9830                 do filtering stuff after all messages have been received
9831                   1. drop all messages to .processing
9832                   2. scan processing folder for messages
9833                   3. filter messages or move to inbox
9834                 this will also find old messages left in processing after
9835                 a crash or something like that and we get a real msginfo
9836                 from folder->get_msg_list and do not have to create our
9837                 own in filter_message
9838         * src/matcher_parser_parse.y
9839                 remove MIX/MAX warning (reordered includes)
9840
9841 2002-02-25 [paul]       0.7.2claws13
9842
9843         * sync with sylpheed 0.7.2cvs15
9844                 see ChangeLog entry 2002-02-24
9845
9846 2002-02-24 [alfons]     0.7.2claws12
9847
9848         * src/filtering.c
9849                 clear old color flags first when applying a new color to
9850                 a message info. 
9851                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9852
9853 2002-02-24 [alfons]     0.7.2.claws11
9854         
9855         * AUTHORS
9856         * src/prefs_common.c
9857                 add presets for Opera and Konqueror, closes patch #517261,
9858                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9859
9860 2002-02-24 [alfons]     0.7.2.claws10
9861
9862         * AUTHORS
9863         * src/summaryview.c
9864                 fix threading for null message ids, closes patch #521601,
9865                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9866
9867 2002-02-24 [alfons]     0.7.2claws9
9868
9869         * src/summaryview.c
9870         * src/filtering.c
9871                 make Tool | Filter Message work with filtering system so
9872                 setting flags also works
9873
9874                 TODO:
9875
9876                 - Processing uses the same function as Tool | Filter
9877                   Message, but doesn't use the same update proc yet
9878
9879 2002-02-23 [paul]       0.7.2claws8
9880
9881         * sync with sylpheed 0.7.2cvs14
9882                 see ChangeLog entries 2002-02-22 and 2002-02-23
9883
9884 2002-02-22 [christoph]  0.7.2claws7
9885
9886         * src/quote_fmt.c
9887                 Add column space to table
9888         * src/quote_fmt_parse.y
9889                 Close files
9890
9891 2002-02-22 [paul]       0.7.2claws6
9892
9893         * src/Makefile.am
9894           src/defs.h
9895           src/filtering.c
9896           src/inc.[ch]
9897           src/mainwindow.c
9898           src/matcher.[ch]
9899           src/matcher_parser_lex.l
9900           src/matcher_parser_parse.y
9901           src/pop.[ch]
9902           src/prefs_account.h
9903           src/prefs_filtering.c
9904           src/selective_download.[ch]   *** NEW FILES ***
9905           src/utils.[ch]
9906           po/POTFILES.in
9907                 Selective Download added to 'Tool' menu. 
9908                 Retrieves email headers of the currently selected pop3 
9909                 account and allows the user to mark emails for deletion 
9910                 right on the pop3 server. Patch submitted by Oliver Haertel 
9911                 <oha@users.sourceforge.net>.
9912         
9913         * po/POTFILES.in
9914                 add 'src/quote_fmt.c'           
9915
9916 2002-02-22 [christoph]  0.7.2claws5
9917
9918         * src/Makefile.am
9919                 added quote_fmt.c
9920         * src/prefs_common.[ch]
9921         * src/prefs_template.c
9922         * src/quote_fmt.c               *** NEW FILE ***
9923         * src/quote_fmt.h
9924                 move quote format symbol description code
9925                 to it's own file because it is used from
9926                 differnent code parts
9927                 Rewrote symbol description GUI
9928                   + use table
9929                   + add separators
9930                   + get data from array (no more long constant strings)
9931         * src/quote_fmt_lex.l
9932         * src/quote_fmt_parse.y
9933                 Symbol for Literal % changed to \% instead of %%
9934                 (More logical as \ is used for quoting for other symbols)
9935                 Add |f and |p to include files and program output
9936                 Examples:
9937                     |f{/home/.../.signature}
9938                     |p{date}
9939         * po/de.po
9940                 Correct wrong spelling for "Referenzen"
9941
9942 2002-02-21 [paul]       0.7.2claws4
9943
9944         * src/procmsg.c
9945                 forgotten during sync
9946
9947 2002-02-21 [paul]       0.7.2claws3
9948
9949         * sync with sylpheed 0.7.2cvs11
9950                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9951                 2002-02-20 and 2002-02-21
9952
9953 2002-02-20 [melvin]     0.7.2claws2
9954
9955         * src/prefs_actions.c
9956                 Added error report when child cannot fork or when execvp 
9957                 returns with an error.
9958
9959 2002-02-19 [christoph]  0.7.2claws1
9960
9961         * src/codeconv.c
9962                 return unconverted text if conde conversion is not possible
9963                 when libjconv is used.
9964                 (patch submitted by "Simon 'corecode' Schubert")
9965
9966 2002-02-19 [paul]       
9967
9968         * version 0.7.2claws release
9969
9970 2002-02-19 [paul]       0.7.2claws
9971
9972         * po/nl.po
9973                 updated by Wilbert Berendsen
9974
9975
9976 2002-02-18 [alfons]     0.7.1claws13
9977
9978         * src/syldap.c
9979         * src/jpilot.c
9980                 remove references to dlfcn and explicitly loading functions
9981                 from dynalink libs, because libs linked anyway, and functions
9982                 are loaded explicitly
9983
9984 2002-02-17 [melvin]     0.7.1claws12
9985
9986         * src/prefs_actions.c
9987                 Replaced children wait loop with double fork technique.
9988                 Now, input/output window updated at each new output.
9989                 free_children(): Fixed a memory leak.
9990                 Made input/output window non closable if running children
9991                 still exist.
9992                 Added missing <unistd.h> include.
9993                 Added some --debug outputs.
9994
9995 2002-02-17 [melvin]     0.7.1claws11
9996
9997         * src/summaryview.c
9998                 Fixed bug where descending sort order did not select top
9999                 message.
10000
10001 2002-02-17 [melvin]     0.7.1claws10
10002
10003         * acconfig.h
10004                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10005         * src/prefs_common.c
10006                 Pspell data package directory no more hard coded but
10007                 set during configuration (PSPELL_PATH). (Thanks to 
10008                                 Gustavo Noronha Silva.)
10009
10010 2002-02-17 [melvin]     0.7.1claws9
10011
10012         * configure.in
10013                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10014         * src/gtkspell.c
10015                 Fixed compile-time warnings.
10016
10017 2002-02-16 [alfons]     0.7.1claws8
10018
10019         * src/filesel.c
10020                 fix inadvertent free of NULL pointer which caused
10021                 sylpheed to crash when closing the save-as dialog
10022                 using the window close button
10023
10024 2002-02-16 [carsten]    0.7.1claws7
10025         * src/mainwindow.[ch]
10026           src/summaryview.c
10027           src/prefs_common.c
10028                 fixes for pixmap theming code:
10029                         - recently changed mail attributes shouldn't get
10030                           lost any longer
10031                         - theme is only reloaded iff another theme was
10032                           selected
10033
10034 2002-02-16 [paul]       0.7.1claws6
10035
10036         * sync with sylpheed 0.7.2 release
10037                 see ChangeLog entry 2002-02-15 and 2002-02-16
10038
10039 2002-02-15 [paul]       0.7.1claws5
10040
10041         * sync with sylpheed 0.7.1cvs9
10042                 see ChangeLog entry 2002-02-15
10043
10044         * po/POTFILES.in
10045                 remove unneeded headerwindow.c entry
10046
10047 2002-02-14 [carsten]    0.7.1claws4
10048         * src/summaryview.c
10049                 fixed a bug for "Go to next unread message": there was
10050                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
10051                 in the prefs, because of doing "Search again" instead
10052                 "No"
10053
10054 2002-02-14 [carsten]    0.7.1claws3
10055         * src/stock_pixmap.c
10056                 removed 2 more mem leaks; following memprof,
10057                 this code is "leak free" now :)
10058
10059 2002-02-14 [carsten]    0.7.1claws2
10060         * src/stock_pixmap.c
10061                 used opendir/readdir/closedir instead of scandir
10062                 -> code should work now on Solaris
10063
10064 2002-02-14 [paul]       0.7.1claws1
10065
10066         * sync with sylpheed 0.7.1cvs8
10067                 see ChangeLog entries 2002-02-13 and 2002-02-14
10068
10069         * README.claws
10070                 add some description of Actions and Pixmap Themes
10071
10072 2002-02-13 [paul]       
10073
10074         * version 0.7.1claws release
10075
10076 2002-02-13 [paul]       0.7.1claws
10077
10078         * po/es.po
10079           po/it.po
10080           po/pt_BR.po
10081                 updated translations, submitted by Ricardo Mones Lastra,
10082                 Alessandro Maestri and Fabio Junior Beneditto
10083
10084 2002-02-13 [melvin]     0.7.0claws75
10085
10086         * src/prefs_actions.c
10087                 Added missing "signal.h" include
10088
10089 2002-02-13 [melvin]     0.7.0claws74
10090
10091         * src/prefs_folder_item.c
10092                 Added missing "config.h" include
10093         * po/fr.po
10094                 Updated French translation for folder propriety.
10095
10096 2002-02-13 [jens]       0.7.0claws73
10097
10098         * po/POTFILES.in
10099                 Added missing src/prefs_folder_item.c [log added by melvin]
10100         * po/de.po
10101                 Updated German translation.
10102
10103 2002-02-13 [melvin]     0.7.0claws72
10104
10105         * po/fr.po
10106                 Updated French translation.
10107
10108 2002-02-13 [melvin]     0.7.0claws71
10109
10110         * src/gtkutils.c
10111                 Made gtkut_editable_get_selection return NULL if selection
10112                 is of length zero.
10113                 This fixes a bug where selecting part of message A then
10114                 switching to message B and replying to it will not
10115                 quote the message's body.
10116
10117 2002-02-12 [paul]       0.7.0claws70
10118
10119         * src/mainwindow.c
10120                 cosmetic, relating to pixmap themes: on toolbar make 
10121                 updating of 'Exec' and 'Compose news/Compose email'
10122                 icons faster.
10123
10124 2002-02-12 [carsten]    0.7.0claws69
10125         * src/folderview.c
10126           src/mainwindow.[ch]
10127           src/stock_pixmap.c
10128           src/summaryview.c
10129           src/prefs_common.c
10130                 - refreshing after changing pixmap theme better
10131                   now (thanks Paul)
10132                 - wanted to remove some mem leaks, but alfons was
10133                   faster (and had the better solution ;)
10134
10135 2002-02-12 [alfons]     0.7.0claws68
10136
10137         * src/prefs_common.c
10138         * src/stock_pixmap.[ch]
10139                 plug mem leaks, refactor code a little bit
10140
10141
10142 2002-02-12 [sergey]     0.7.0claws67
10143
10144         * src/imap.c
10145                 Fixed problem with copying messages to IMAP folders when the
10146                 server uses something other than '/' as a namespace separator
10147                 (cyrus-imapd uses '.').
10148
10149 2002-02-12 [jens]       0.7.0claws66
10150
10151         * po/de.po
10152                 Updated German Translation
10153
10154 2002-02-12 [paul]       0.7.0claws65
10155
10156         * sync with sylpheed 0.7.1cvs1
10157                 see ChangeLog entry 2002-02-12
10158
10159 2002-02-12 [melvin]     0.7.0claws64
10160
10161         * src/prefs_actions.c
10162                 Fixed "feature" where children's output was duplicated 
10163                 instead of refreshed while monitoring.
10164                 Removed some debug code.
10165
10166 2002-02-12 [christoph]  0.7.0claws63
10167
10168         * src/compose.c
10169                 always delete message from queue after sending/send error
10170                 (closes bug #509601)
10171
10172 2002-02-12 [melvin]     0.7.0claws62
10173
10174         * src/prefs_actions.c
10175                 Children wait loop is now triggered with a timeout of 1s
10176                 Added %F which is replaced with the list of filenames 
10177                 of all selected messages (as suggested by Ricardo Mones Lestra)
10178                 Pipe syntax changed. Prefix with | to send selection, postfix
10179                 with | to retrieve output. Prefix with > or * to send
10180                 user definable input to the command (*: input is hidden)
10181                 Old pipe action should now be postfixed with |, too.
10182
10183 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10184         * src/stock_pixmap.c
10185                 fixed a bug: if there's no theme directory don't
10186                 throw an error, just do "nothing" (thanks Alfons)
10187
10188 2002-02-12 [carsten]    0.7.0claws60
10189         * src/folderview.c
10190           src/summaryview.c
10191                 had to write the cache twice (nasty!); some marks would 
10192                 get lost if not
10193
10194 2002-02-11 [carsten]    0.7.0claws59
10195         * acconfig.h
10196           configure.in
10197           doc-src/maintainer_guide.txt
10198           src/compose.[ch]
10199           src/defs.h
10200           src/folderview.[ch]
10201           src/gtkutils.[ch]
10202           src/mainwindow.[ch]
10203           src/prefs_common.[ch]
10204           src/stock_pixmap.[ch]
10205           src/summaryview.[ch]
10206                 pixmap theming and related work on pixmap
10207                 handling on some other places
10208                 (e.g. hrm features for all folder)
10209           src/pixmap/stock_*.xpm -> the stock_ was removed
10210         
10211 2002-02-11 [paul]       0.7.0claws58
10212
10213         * sync with sylpheed 0.7.1 release
10214                 see ChangeLog entries 2002-02-11
10215
10216 2002-02-08 [paul]       0.7.0claws57
10217
10218         * sync with sylpheed 0.7.0cvs39
10219                 see ChangeLog entry 2002-02-07 (last entry) 
10220
10221         * src/prefs_actions.c
10222           src/prefs_filtering.c
10223           src/prefs_matcher.c
10224           src/prefs_scoring.c
10225                 sync: made it compile with C compilers other than gcc
10226
10227 2002-02-07 [paul]       0.7.0claws56
10228
10229         * sync with sylpheed 0.7.0cvs38
10230                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10231                 2002-02-07
10232
10233 2002-02-07 [darko]      0.7.0claws55
10234
10235         * src/gtkutils.[ch]
10236         * src/summaryview.c
10237                 Fix const gchar */gchar * issue (thanks Hiro)
10238
10239 2002-02-07 [darko]      0.7.0claws54
10240
10241         * src/compose.[ch]
10242         * src/filtering.c
10243         * src/gtkutils.[ch]
10244         * src/prefs_template.c
10245         * src/quote_fmt.h
10246         * src/quote_fmt_parse.y
10247         * src/summaryview.c
10248         * src/utils.[ch]
10249                 When replying or forwarding an email don't quote the entire
10250                 mail body but use the part of the message text that is selected
10251
10252 2002-02-06 [melvin]     0.7.0claws53
10253
10254         * src/prefs_common.[ch]
10255         * src/gtkspell.[ch]
10256         * src/compose.c
10257                 Made possible to switch quickly to last used dictionary
10258                 which makes checking bilingual documents easier.
10259
10260 2002-02-06 [melvin]     0.7.0claws52
10261         
10262         * po/POTFILES.in
10263                 Added forgotten new file src/prefs_actions.c
10264
10265 2002-02-06 [melvin]     0.7.0claws51
10266
10267         * src/prefs_actions.c   ** NEW FILE **
10268         * src/prefs_actions.h   ** NEW FILE **
10269                 Added actions to execute on message text view, or on the
10270                         message's file.
10271         * src/Makefile.am
10272                 Added src/prefs_actions.[ch]
10273         * src/compose.c
10274                 Added new menu "Edit/Actions"
10275         * src/defs.h
10276                 Added new actionsrc file.
10277         * src/main.c
10278                 Added actionsrc reading.
10279         * src/mainwindow.c
10280                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10281         * src/prefs_common.h
10282                 Added new element actionslst element to prefs_common.
10283
10284 2002-02-06 [paul]       0.7.0claws50
10285
10286         * sync with sylpheed 0.7.0cvs36
10287                 see ChangeLog entry 2002-02-06
10288
10289 2002-02-05 [paul]
10290
10291         * po/es.po
10292                 updated by Ricardo Mones Lastra
10293
10294 2002-02-05 [paul]       0.7.0claws49
10295
10296         * sync with sylpheed 0.7.0cvs33
10297                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10298
10299 2002-02-05 [paul]       0.7.0claws48
10300
10301         * src/compose.c
10302                 re-add 'Edit/Advanced/Delete entire line', previously named
10303                 'Delete Line+'
10304
10305 2002-02-04 [paul]       0.7.0claws47
10306
10307         * src/compose.c
10308           src/summaryview.c
10309                 fix bug #494993 (Reply All not taking Reply-To into consi)
10310                 eliminate differences in behaviour of right-click 'Reply to all' 
10311                 in summary view and 'Reply to all' on the toolbar. 
10312                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10313                 view and From gets ignored by 'Reply to all' on toolbar.
10314                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10315                 From when no Reply-To header is present.
10316
10317 2002-02-04 [paul]       0.7.0claws46
10318
10319         * sync with sylpheed 0.7.0cvs30
10320                 see ChangeLog entries 2002-02-03 and 2002-02-04
10321
10322 2002-02-03 [melvin]     0.7.0claws45
10323
10324         * src/gtkspell.[ch]
10325                 Readded function to highlight all misspelled words.
10326                 Fixed bug where user-provided-words did not replace
10327                         correctly the misspelled word when using the mouse.
10328                 Fixed bug where checking a region selected from right to left did
10329                         not check the region at all.
10330                 Fixed bug where 'Check backwards' may not check at all. 
10331                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10332                 Fixed possible buffer overflow when checking for long strings (>1k).
10333                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10334                 Accelerators code uses now gtk_widget_add_accel.
10335                 Removed and disabled obsolete and unfinished code.
10336                 Cleaning up.
10337
10338         * src/compose.c
10339                 Added menu item to Highlight all misspelled words.
10340
10341 2002-02-01 [paul]       0.7.0claws44
10342
10343         * src/mainwindow.c
10344                 fix '/View/Hide read messages' sensitivity when all
10345                 messages in a folder are hidden
10346
10347 2002-02-01 [paul]       0.7.0claws43
10348
10349         * src/main.c
10350                 add --send option to command line interface, sends all
10351                 queued mail. Patch submitted by Ricardo Mones Lastra.
10352
10353 2002-01-31 [paul]       0.7.0claws42
10354
10355         * src/mainwindow.c
10356                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10357
10358 2002-01-31 [paul]       0.7.0claws41
10359
10360         * sync with sylpheed 0.7.0cvs27
10361                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10362                 and 2002-01-31
10363
10364         * src/textview.c
10365                 comment out elements of textview_show_part() as temporary
10366                 workaround for attachment 'Display as text' bug 
10367
10368         * po/pt_BR.po
10369                 updated by Fabio Junior Beneditto
10370
10371 2002-01-30 [paul]       0.7.0claws40
10372
10373         * sync with sylpheed 0.7.0cvs24
10374                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10375                 and 2002-01-30
10376
10377         * src/compose.c
10378                 add {N_("/_Spelling"), ... "<Branch>"} to 
10379                 GtkItemFactoryEntry compose_entries[]
10380
10381         * src/prefs_common.c
10382                 add claws menu items to prefs_keybind_apply_clicked()
10383                 and remove non-claws menu items
10384
10385 2002-01-29 [paul]       0.7.0claws39
10386
10387         * sync with sylpheed 0.7.0cvs22
10388                 see ChangeLog entries 2002-01-28 and 2002-01-29
10389
10390 2002-01-28 [melvin]     0.7.0claws38
10391
10392         * src/compose.c
10393                 Added the declartion of compose_send_control_enter.
10394
10395         * src/compose.c
10396         * src/gtkspell.[ch]
10397                 Added in a 'Spelling' menu which includes the configuration menu. 
10398                 Added a real 'Check all' and got rid from the old one which only
10399                 highlited misspelled word.
10400                 Made 'Check while typing' a disableable option.
10401                 Added a dialog when there are no more misspelled word.
10402                 Added a dialog if error occurs when switching to a dictionary.
10403         
10404         * src/prefs_common.[ch]
10405                 Added option for the default 'Check while typing' option.
10406
10407
10408 2002-01-28 [alfons]     0.7.0claws37
10409
10410         * src/compose.c
10411                 fix buglet and make code comply with sylpheed code style
10412
10413 2002-01-28 [paul]       0.7.0claws36
10414
10415         * sync with sylpheed 0.7.0cvs19
10416                 see ChangeLog entries for 2002-01-28
10417
10418 2002-01-28 [hoa]        0.7.0claws35
10419
10420         * src/defs.h
10421                 added rendererrc
10422
10423         * src/main.c
10424                 read the renderer config
10425
10426         * src/procmime.[ch]
10427                 use the renderer config to convert mime attachments
10428
10429         * src/textview.c
10430                 don't use textview_show_html/ertf,
10431                 use get_text_content instead
10432
10433 2002-01-27 [alfons]     0.7.0claws34
10434         
10435         * src/news.c
10436                 make sylpheed believe it can delete a news message...
10437                 (messages are NOT deleted, maybe we should remove
10438                 processing from the folder properties after all.)
10439
10440 2002-01-27 [alfons]     0.7.0claws33
10441
10442         * src/folder.c
10443                 add extra checks
10444         * src/news.c
10445                 implement remove_msg() 
10446
10447 2002-01-27 [alfons]     0.7.0claws32
10448
10449         * src/procmsg.h
10450         * src/procheader.c
10451         * src/messageview.c
10452                 fix return receipt / disposition notification again. this
10453                 stuff seems to break on _every_ major summary UI change, so
10454                 it's now implemented using a flag which is saved in the
10455                 marks cache
10456                 
10457 2002-01-26 [alfons]     0.7.0claws31
10458
10459         * src/import.c
10460                 let import dialog show the destination folder identifier
10461
10462 2002-01-26 [melvin]     0.7.0claws30
10463
10464         * src/folderview.c
10465         * src/summaryview.c
10466                 Readded 'Mark all read' into summary view popup menu
10467                 Added 'Mark all read' in folder view popup menu for IMAP
10468                 and NNTP.
10469                 Made it insensitive if the selected folder is not the shown
10470                 one to avoid 'Mark all read' on the wrong folder.
10471                 
10472 2002-01-26 [paul]       0.7.0claws29
10473
10474         * src/folderview.c
10475           src/summaryview.c
10476                 move 'Mark all read' from summary view to folder view
10477                 menu. (adapted from) patch submitted by Jeremy Andrews,
10478                 <lists@kerneltrap.com>
10479
10480 2002-01-25 [alfons]     0.7.0claws28
10481
10482         * src/gtkstext.c
10483                 put the gtk class name back so GtkSText adapts the 
10484                 settings of GtkText
10485
10486 2002-01-25 [alfons]     0.7.0claws27
10487
10488         * src/folderview.c 
10489                 assimilate Ricardo's patch that shows pixmaps instead of
10490                 plain "new" and "unread" texts in the folder view column
10491                 headers 
10492
10493 2002-01-25 [paul]       0.7.0claws26
10494
10495         * src/Makefile.am
10496                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10497                 be found in non-standard locations. 
10498                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10499
10500 2002-01-25 [paul]       0.7.0claws25
10501
10502         * sync with sylpheed 0.7.0cvs16
10503                 see ChangeLog entry 2002-01-25
10504
10505 2002-01-24 [paul]       0.7.0claws24
10506
10507         * more sync with sylpheed 0.7.0cvs15
10508                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10509
10510 2002-01-23 [sergey]     0.7.0claws23
10511
10512         * src/importldif.c
10513                 Fixed segfault when closing LDIF import wizard with
10514                 the window manager.
10515         * src/imageview.c
10516         * src/imageview.h
10517         * src/messageview.c
10518         * src/mimeview.c
10519                 Fixed wrong scrolling position after switching between
10520                 text and image parts.
10521
10522 2002-01-23 [paul]       0.7.0claws22
10523
10524         * sync with sylpheed 0.7.0cvs15
10525                 see ChangeLog entries 2002-01-22 and 2002-01-23
10526
10527 2002-01-21 [melvin]     0.7.0claws21
10528
10529         * src/prefs_scoring.c
10530         * src/prefs_filtering.c
10531                 Fixed bug where scoring and filtering windows stopped
10532                 autochecking.
10533
10534 2002-01-21 [paul]       0.7.0claws20
10535
10536         * sync with sylpheed 0.7.0cvs12
10537                 see ChangeLog entries 2002-01-20 and 2002-01-21
10538
10539 2002-01-21 [carsten]    0.7.0claws19
10540         * src/mainwindow.c
10541         * src/menu.[ch]
10542         * src/messageview.[ch]
10543         * src/summaryview.[ch]
10544                 changes to shortcuts handling again:
10545                         + "Q" now controled by mainwin
10546                         + v/V are now customizable and have slightly
10547                           different meanings
10548                 the "button" to minimize the messageview (and maximize
10549                 the summary view) is a real button now
10550         * src/compose.c
10551                 "Delete Line+" added to Edit/Advanced (this will also
10552                 delete the '\n')
10553
10554 2002-01-20 [melvin] 0.7.0claws18
10555
10556         * src/addressbook.c
10557                 Made "Bcc" sensitive when addressbook is called from
10558                 compose window (it was a Claws only bug).
10559
10560 2002-01-19 [alfons] 0.7.0claws17
10561
10562         * src/inc.c
10563                 prevent unnecessary updates when currently selected folder has
10564                 no new messages 
10565
10566 2002-01-19 [alfons] 0.7.0claws16
10567         
10568         * src/summaryview.c
10569                 prevent writing the cache based on current message list in summary 
10570                 view when filtering also put messages in currently selected folder
10571
10572 2002-01-19 [paul]
10573
10574         * po/it.po
10575                 Italian translation submitted by Alessandro Maestri
10576                 <a.maestri@cs.tin.it>
10577
10578 2002-01-18 [melvin]     0.7.0claws15
10579
10580         * src/prefs_filters.c
10581                 fixed bug where 'cancel' from 'filters' window stops autochecking
10582                 if the timer timed out  when the window was open.
10583
10584 2002-01-18 [match]      0.7.0claws14
10585
10586         * src/addrclip.[ch]     ** NEW FILE **
10587         * src/addrselect.[ch]   ** NEW FILE **
10588         * src/adbookbase.h      ** NEW FILE **
10589                 addressbook cut, copy and paste
10590         * src/addrbook.[ch]
10591         * src/addrcache.[ch]
10592         * src/addressitem.h
10593         * src/addrindex.[ch]
10594         * src/addritem.[ch]
10595         * src/importldif.c
10596         * src/importmutt.c
10597         * src/jpilot.[ch]
10598         * src/syldap.[ch]
10599         * src/vcard.[ch]
10600         * src/jpilot.[ch]
10601         * src/editbook.c
10602         * src/editjpilot.c
10603         * src/editldap.c
10604         * src/editvcard.c
10605                 support for copy/paste
10606         * src/addressbook.c
10607                 support for copy/paste
10608                 tidy up menu option processing
10609                 correct address list function arguments
10610         * src/editaddress.c
10611                 sort user attributes
10612         * src/ldif.h
10613         * src/mutt.h
10614                 tidy up
10615
10616         * src/addrbook.[ch]
10617         * src/addrbook.[ch]
10618         * src/addrbook.[ch]
10619                 
10620
10621 2002-01-18 [paul]       0.7.0claws13
10622
10623         * sync with sylpheed 0.7.0cvs8
10624                 configure.in: support Mac OS X (Darwin)
10625
10626 2002-01-18 [carsten]    0.7.0claws12
10627         * src/html.c
10628                 small hack to fix a segfault with an empty href
10629                 (reported by Alexandra Walford <deeni@altern.org>)
10630         * src/mainwindow.c
10631         * src/summaryview.c
10632                 the shortcuts for Mark und Mark as unread are hardcoded
10633                 again
10634         * src/compose.c
10635         * src/gtkstext.[ch]
10636                 readded the shortcuts in gtkstext but made them
10637                 customizeable (simply by adding a menu plus a wrapper
10638                 to compose.c)
10639
10640 2002-01-17 [melvin]     0.7.0claws11
10641
10642         * src/gtkspell.c
10643                 fix default dictionary not being saved.
10644
10645 2002-01-16 [darko]      0.7.0claws10
10646
10647         * src/compose.c
10648                 fix wrapping crash with URL longer than wrapping margin
10649
10650 2002-12-08 [hoa]        0.7.0claws10
10651
10652         * src/matcher_parser_parse.y
10653                 fixed some bugs
10654
10655         * src/prefs_filtering.c
10656                 now, we can use bounce action in the dialog box.
10657
10658 2002-01-16 [carsten]    0.7.0claws9
10659         * src/gtkstext.c
10660                 removed the <control> and <alt> shortcuts because they're
10661                 not needed and interefered with the "normal" shortcuts
10662         * src/mainwindow.c
10663         * src/summaryview.c
10664                 removed most of the hardcoded shortcuts and assigned
10665                 them to menu entries making them easy customizable by
10666                 that
10667
10668 2002-01-16 |melvin]     0.7.0claws8
10669
10670         * src/gtkspell.c
10671                 fixed bug where using the mouse and when the compose
10672                 window is not on top may result in a crash.
10673
10674 2002-01-16 [melvin]     0.7.0claws7
10675
10676         * src/compose.c
10677                 fixed a long standingspell checker bug which could 
10678                 cause a crash after sending a message.
10679
10680 2002-01-16 [paul]       0.7.0claws6
10681
10682         * sync with sylpheed 0.7.0cvs7
10683                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10684                 2002-01-15, and 2002-01-16
10685
10686 2002-01-16 [melvin]     0.7.0claws5
10687
10688         * README.claws
10689         * src/compose.c
10690         * src/gtkspell.[ch]
10691         * src/main.c
10692                 Heavily modified spell checker code to work around
10693                 ispell bug, to add keyboard shortcuts and for future
10694                 enhancements. See README.claws for usage information.
10695
10696 2002-01-15 [alfons]     0.7.0claws4
10697         
10698         * src/summaryview.c
10699                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10700                 so sorting within threads reflects sort mode
10701
10702 2002-01-15 [christoph]  0.7.0claws3
10703
10704         * src/procmsg.c
10705                 added alertpanel if mail sending failed
10706
10707 2002-01-15 [alfons]     0.7.0claws2
10708         
10709         * src/prefs_filtering.c
10710                 don't stop timer when prefs filtering dialog is opened
10711
10712 2002-01-14 [alfons]     0.7.0claws1
10713
10714         * src/addr_compl.c
10715         * src/prefs.c
10716                 remove debug_print()s for privacy reasons
10717
10718 2002-01-14 [darko]      0.7.0claws
10719
10720         * README.claws
10721                 quotation wrapping is now also in the main branch
10722
10723 2002-01-14 [paul]
10724
10725         * tools/filter_conv.pl
10726                 allow for Boolean Op and case-sensitivity
10727                 this file is included in the release and tagged
10728                 'rel_0_7_0'
10729
10730 2002-01-13 [paul]       0.7.0claws
10731
10732         * release 0.7.0, with cvs tag 'rel_0_7_0'
10733
10734 2002-01-13 [paul]
10735
10736         * tools/filter_conv.pl
10737         * tools/README
10738                 rewritten to output to matcherrc instead of filteringrc
10739
10740         * po/es.po
10741                 updated Spanish translation by Ricardo Mones Lastra
10742
10743 2002-01-13 [alfons]
10744
10745         * po/nl.po
10746                 update dutch translation
10747
10748 2002-01-13 [paul]
10749
10750         * po/pt_BR.po
10751                 Updated by Fabio Junior Beneditto 
10752
10753 2002-01-13 [melvin]     0.6.6claws53
10754
10755         * po/fr.po
10756                 Updated french translation
10757
10758 2002-01-12 [alfons]     0.6.6claws52
10759
10760         * src/filtering.c
10761                 plug mem leak that has been sitting there for ages              
10762
10763 2002-01-12 [alfons]     0.6.6claws51
10764
10765         * src/summaryview.c
10766                 undo melvin's changes from 0.6.6claws48 because summary
10767                 view now refuses to select first unread message when
10768                 selecting a folder 
10769
10770 2002-01-11 [alfons]     0.6.6claws50
10771
10772         * src/import.c
10773                 use claws' semantics for getting folder item when
10774                 importing an mbox file into a folder 
10775                 (submitted by Dale P. Smith)
10776
10777 2002-01-11 [christoph]  0.6.6claws49
10778
10779         * src/prefs.h
10780                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10781                 toggle widget, because non static prefs can not use
10782                 prefs_set_* functions
10783         * src/prefs_account.c
10784                 toggle smtp auth password field sensitivity if
10785                 user id is empty and add descrition of usage for
10786                 these fields
10787         * src/prefs_folder_item.c
10788                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10789                 callbacks
10790
10791 2002-01-11 [melvin]     0.6.6claws48
10792
10793         * src/compose.c
10794                 fix the 'Ctrl-Enter' feature for sending and test really
10795                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10796                 editables which was not documented in Gtk)
10797
10798         * src/summaryview.c
10799                 Made summaryview refresh after sorting and not before.
10800
10801 2002-01-11 [christoph]  0.6.6claws47
10802
10803         * src/compose.c
10804                 select account from account ids if possible and
10805                 correctly set save folder for copy in reedit
10806
10807 2002-01-10 [paul]       0.6.6claws46
10808
10809         * sync with sylpheed 0.7.0 release
10810                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10811                 2002-01-09
10812
10813 2002-01-09 [alfons]
10814
10815         * src/summaryview.c
10816                 remove more dirt traces...
10817
10818 2002-01-09 [alfons]
10819         
10820         * src/summaryview.c
10821                 clean up some traces of my debugging stuff
10822
10823 2002-01-09 [alfons]     0.6.6claws45
10824
10825         * src/filtering.c
10826                 break up filteringprop_apply() in three separate pieces
10827                 so we can drop messages that failed processing in the
10828                 inbox
10829
10830         * src/summaryview.c
10831                 fix bug #469598 "no refresh of inbox after filter" which 
10832                 was introduced by the new summary view locking, and which 
10833                 prevented the summary view to update after a manual filter 
10834                 message. claw's filter message requires a summary_show().
10835                 (aargh, summary_show() again! :-)
10836                 
10837 2002-01-07 [alfons]     0.6.6claws44
10838
10839         * src/headerwindow.c
10840         * src/logwindow.c
10841         * src/messageview.c
10842         * src/sourcewindow.c
10843                 bring in Hiro's last 0.7.0 wm class fixes
10844
10845         * tools/sylprint.pl
10846                 bring in Ricardo's fix for sylprint script
10847
10848         * AUTHORS       
10849         * src/rfc2015.[ch]
10850         * src/prefs_common.[ch]
10851         * src/prefs_account.[ch]
10852         * src/compose.c
10853                 clean up account preference poison in rfc2015,
10854                 and preparation to fix double sign bug 
10855                 (patch submitted by Simon 'corecode' Schubert)
10856
10857 2002-01-07 [christoph]  0.6.6claws43
10858
10859         * src/mh.c
10860                 search for free message number, do not only rely
10861                 on last_num
10862         * src/send.c
10863                 fix smtp auth and use extra account information
10864                 if available, if not use pop3 data instead
10865                 (closes bug #500341)            
10866         * src/ssl.[ch]
10867                 match coding style
10868
10869 2002-01-06 [alfons]     0.6.6claws42
10870
10871         * src/mainwindow.c
10872                 try making the separate windows work again...
10873
10874 2002-01-06 [alfons]     0.6.6claws41
10875
10876         * src/mainwindow.c
10877                 adapt Hiro's separate window menu (to get rid of the funny
10878                 duplicate menu items), and make it work again
10879
10880 2002-01-06 [alfons]     0.6.6claws40
10881
10882         * tools/Makefile.am
10883         * tools/sylprint.rc
10884         * tools/sylprint.pl
10885         * tools/README.sylprint
10886                 add sylprint script for printing mails from Sylpheed
10887                 (contributed by Ricardo Mones Lastra)
10888
10889         * src/acount.c
10890                 clean up
10891
10892 2002-01-06 [melvin]     0.6.6claws39
10893
10894         * src/mainwindow.c
10895         * src/summaryview.c
10896                 Fixed crash introduced in 0.6.6claws38 by the menu
10897                 reorganisation (Hide read messages)
10898         
10899         * ChangeLog.claws 
10900                 Fixed typo (we are now in 2002, alfons ;) )
10901
10902 2002-01-05 [alfons]     0.6.6claws38
10903
10904         * sync with sylpheed 0.6.6cvs10-17
10905                 (last stuff marked as LAST_STABLE)
10906
10907 2002-01-04 [melvin]     0.6.6claws37
10908
10909         * src/account.c
10910                 Made account selection code use strcasestr again instead of
10911                 g_strcasecmp (fixes bug where reediting queued messages
10912                 did not select proper account reported by T. Link).
10913         
10914         * src/folderview.c
10915                 Fix bug where folder icons are not shown when 'hide read messages'
10916                 is on.
10917         
10918         * src/stock_pixmaps.[ch]
10919                 Added folder icons for 'hide read messages'.
10920         
10921         * src/compose.c
10922                 Fixed bug where 'Enter' in a header entry will send the message 
10923                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10924
10925 2002-01-03 [melvin]     0.6.6claws36
10926         
10927         * src/prefs.[ch]
10928                 Added popup menu for common preferences and
10929                 account preferences (right click on tab displays
10930                                 a menu of all tabs.)
10931
10932 2002-01-02 [melvin]     0.6.6claws35
10933
10934         * src/gtkspell.[ch]
10935                 Made spelling code compatible with undo/redo feature.
10936                 Added creation of suggestion mode menu for the general
10937                         preferences.
10938         
10939         * src/prefs_common.[ch]
10940                 Added option menu for the speller's suggestion mode.
10941                 Added missing spaces in "..." buttons and made a "..."
10942                         button non translatable!
10943         
10944         * src/compose.c
10945                 Made speller use the default suggestion mode.
10946                 Hack to make it possible to choose 'CTRL-Enter' as a
10947                         shortcut for sending (and only for sending).
10948
10949         * src/prefs_folder_item.c
10950                 Changing subject simplification does not update cache 
10951                         anymore (because it is unnecessary).
10952                 Fixed bug where changing subject simplification updated the 
10953                         summaryview even when the viewed folder is not the
10954                         folder which properties are being changed. (E.g. 
10955                                         viewing folder A and changing
10956                                         the subject simplification of 
10957                                         folder B -not being viewed- updated the 
10958                                         summaryview of folder A with data of
10959                                         folder B). (Hope this is clear... )
10960
10961 2001-12-31 [alfons]     0.6.6claws34
10962         
10963         * src/ldif.c
10964         * src/mutt.c
10965                 fgetc() returns a signed integer which doesn't
10966                 fit in a char. so c truncates this to a char
10967                 but we may lose significant bits. i.e. we may
10968                 comparing 0xFF which may not be equal to -1
10969                 unless properly casted to signed char which
10970                 we won't do because fgetc() returns a signed
10971                 integer which doesn't fit in a char. so c 
10972                 truncates this to a char but we may lose 
10973                 significat bits. (you got the idea, thanks
10974                 to Gustavo Noronha Silva <kov@debian.org>
10975                 and the Debian folks!)
10976
10977 2001-12-30 [alfons]     0.6.6claws33
10978
10979         * src/prefs_common.c
10980                 add #ifdef USE_PSPELLs that Melvin forgot               
10981
10982 2001-12-30 [melvin]     0.6.6claws32
10983         
10984         * src/prefs_common.[ch]
10985                 Added configurable color for misspelled words.
10986
10987         * src/gtkspell.[ch]
10988                 Fixed bug of foreground text color (reported by David
10989                                 Mehrmann)
10990                 Added configurable color for misspelled words.
10991
10992 2001-12-30 [alfons]     0.6.6claws31
10993
10994         * src/folder.c
10995                 remove unnecessary things someone put there
10996
10997         * src/mh.c
10998         * src/folder.[ch]
10999                 make folder properties (like threading and sorting) persistent
11000                 (closes bug #497424 "rescan folder tree resets proprieties")
11001                 currently this is only for MH folders. 
11002
11003 2001-12-29 [melvin]     0.6.6claws30
11004
11005         * src/string_match.[ch]
11006                 Optimized a bit: regexp pattern buffer compiled only once, and
11007                   one subroutine call removed. Fixed ^ regexp search: Now, 
11008                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
11009         
11010         * src/summaryview.c
11011                 Subject filtering changed to filter summary columns and
11012                   not directly the messages subject cache. The loss in 
11013                   performance is balanced by the improvement of string_match.
11014                 Added an alert panel if there is an error in the regexp.
11015
11016         * src/src/prefs_folder_item.h
11017                 Added a regexp pattern buffer.
11018
11019 2001-12-28 [alfons]     0.6.6claws29
11020
11021         * src/string_match.[ch]
11022                 clean up name space
11023                 allow compilation *BSD
11024
11025 2001-12-27 [alfons]     0.6.6claws28
11026
11027         * src/filter.c
11028                 sync the Hiro's bug fix for BSD
11029
11030 2001-12-27 [melvin]     0.6.6claws27
11031         
11032         * src/compose.c
11033                 Simplify focus to subject entry code.
11034
11035 2001-12-27 [darko]      0.6.6claws26
11036
11037         * src/filtering.c
11038         * src/mbox_folder.c
11039         * src/messageview.c
11040         * src/mh.c
11041         * src/procheader.[ch]
11042         * src/procmsg.h
11043         * src/stock_pixmap.[ch]
11044         * src/summaryview.c
11045                 Show key icon for encrypted mails in summary view
11046
11047         * src/pixmaps/clip.xpm
11048         * src/pixmaps/clipkey.xpm
11049         * src/pixmaps/key.xpm
11050                 New/modified icons for the above
11051
11052 2001-12-27 [melvin]     0.6.6claws25
11053
11054         * src/prefs_common.c
11055                 Put spell checker options in a separate tab to decrease
11056                 the Common Preferences window height.
11057
11058         * README.claws  
11059                 Update spell checker usage instruction about its options
11060                 location.
11061
11062 2001-12-27 [melvin]     0.6.6claws24
11063
11064         * src/compose.c
11065                 Changed subject entry widget position. Initial focus is
11066                 on the To header instead of the subject entry.
11067                 Creating a new header scrolls the header list to make the
11068                 created one visible. Nevertheless, when automatically filling
11069                 headers, the first one is shown.
11070                 A Tab key press in the last empty header entry zips the 
11071                 focus to the subject entry.
11072                 (I did not change the combo boxes, yet)
11073
11074 2001-12-26 [alfons]     0.6.6claws23
11075
11076         * src/prefs_account.c
11077         * src/inc.c
11078                 allow default inbox to reside in another mailbox (only
11079                 works for POP3 accounts)
11080
11081 2001-12-26 [alfons]     0.6.6claws22
11082         
11083         * src/textview.c
11084                 make reply-on-click work with the account of the selected folder
11085         * src/compose.c
11086                 put a fixme here to remind me to fix finding correct default
11087                 account for nested folders
11088
11089 2001-12-25 [alfons]     0.6.6claws21
11090
11091         * src/summaryview.c
11092                 make column headers display locked and mark pixmaps (idea by Melvin) 
11093                 fix bug by adding score and locked column type to sort array
11094
11095 2001-12-25 [alfons]     0.6.6claws20
11096         
11097         * src/summaryview.c
11098                 catch a *potentially* inadvertent write back of  
11099                 the message cache(s) introduced by 0.6.5claws37
11100
11101 2001-12-25 [christoph]  0.6.6claws19
11102
11103         * src/stock_pixmap.[ch]
11104         * src/summaryview.c
11105                 add ignore thread pixmap
11106                 (can someone draw a better icon for this?)
11107
11108 2001-12-24 [alfons]     0.6.6claws18
11109
11110         * src/prefs_folder_item.c
11111                 make address completion actually work for the
11112                 Default To address in the Folder Property dialog.
11113
11114 2001-12-24 [alfons]     0.6.6claws17
11115         
11116         * src/summaryview.c
11117                 use new style regexp for subject stripping 
11118                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11119
11120 2001-12-24 [darko]      0.6.6claws16
11121
11122         * src/pgptext.c
11123         * src/rfc2015.c
11124                 move GPG related informational messages to debug mode
11125
11126 2001-12-23 [alfons]     0.6.6claws15
11127
11128         * src/stock_pixmap.[ch]
11129         * src/summaryview.c
11130                 add the forgotten Claws' locked pixmap
11131
11132 2001-12-23 [alfons]     0.6.6claws14
11133
11134         * src/filesel.c
11135                 accept file name typed in entry in multi file
11136                 selector (patch submitted by Gustavo Noronha Silva 
11137                 <kov@debian.org>)
11138
11139 2001-12-23 [alfons]     0.6.6claws13
11140
11141         * src/prefs_filter.c
11142         * src/prefs_filtering.c
11143         * src/matcher.c
11144         * src/importmutt.c
11145                 clean up a little bit
11146         
11147         * src/string_match.c
11148                 validate input strings a little bit more
11149
11150 2001-12-23 [alfons]     0.6.6claws12
11151
11152         * src/Makefile.am
11153         * src/summaryview.c
11154         * src/string_match.[ch]         ** NEW **
11155         * src/folderview.[ch]
11156         * src/headerview.h
11157         * src/folder.[ch]
11158         * src/prefs_folder_item.[ch]
11159                 add subject simplification to strip out strings from
11160                 a subject line (esp. handy for mailing lists). 
11161                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11162                 but slightly changed things for better integration.)
11163
11164 2001-12-23 [alfons]     0.6.6claws11
11165
11166         * src/mainwindow.c
11167                 fix bug introduced by submission included in 0.6.5claws52.
11168                 ideally this submission should clean the trash if any trash
11169                 folder has a message. however, the hasTrash variable was
11170                 set to false whenever a trash folder was empty (discarding
11171                 a previously found *filled* trash folder.)
11172
11173                 also edited the code a little bit and made it more safe.
11174
11175 2001-12-22 [alfons]     0.6.6claws10
11176
11177         * src/imap.c
11178                 quick fix for Martin Pool's omission of an account
11179                 specific SSL setting
11180
11181 2001-12-22 [alfons]     0.6.6claws9
11182
11183         * src/compose.c
11184         * src/messageview.c
11185         * src/mimeview.c
11186         * src/pgptext.c
11187         * src/procmime.[ch]
11188                 better support for multipart/digest (submitted
11189                 by Fredrik <e98fo@efd.lth.se>)
11190
11191 2001-12-22 [alfons]     0.6.6claws8
11192
11193         * src/addressbook.c
11194                 correct function signature
11195         * src/socket.[ch]
11196         * src/imap.[ch]
11197         * src/prefs_account.[ch]
11198                 allow IMAP over SSH tunnel (patch submitted by 
11199                 Martin Pool <mbp@samba.org>)
11200
11201 2001-12-21 [alfons]     0.6.6claws7
11202
11203         * sync with sylpheed 0.6.6cvs4-9
11204                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11205
11206 2001-12-21 [christoph]  0.6.6claws6
11207
11208         * src/compose.c
11209         * src/prefs_folder_item.[ch]
11210                 implement saving of outgoing messages to current folder.
11211                 fix segfault when no default outbox is available
11212                 (closes bug #495683)
11213
11214 2001-12-21 [carsten]    0.6.6claws5
11215         * src/folderview.c
11216         * src/summaryview.c
11217                 pressing CTRL while DND does now the expected thing and
11218                 copies the mail (moving is still the default, as this
11219                 seam more appropriate for handling mails by DND)
11220
11221 2001-12-18 [paul]       0.6.6claws4
11222
11223         * sync with sylpheed 0.6.6cvs3
11224                 see ChangeLog entries 2001-12-18
11225
11226 2001-12-18 [hiro]       0.6.6claws3
11227
11228         * src/undo.c
11229                 fix for multibyte characters (obtain the number of letters
11230                 instead of bytes).
11231
11232 2001-12-17 [paul]       0.6.6claws2
11233
11234         * sync with sylpheed 0.6.6cvs1
11235                 see ChangeLog entry 2001-12-16
11236
11237 2000-12-17 [alfons]     0.6.6claws1
11238
11239         * src/filtering.c
11240                 clean up
11241
11242 2001-12-16 [paul]       0.6.6claws
11243 2001-12-15
11244
11245         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11246
11247         * src/mimeview.c
11248                 last minute sync with main 0.6.6
11249
11250         * po/es.po
11251                 updated by Ricardo Mones Lastra
11252                 update for last minute sync
11253         * po/fr.po
11254         * po/nl.po
11255                 update for last minute sync
11256         * po/de.po
11257                 updated by Jens Oberender
11258         * po/pt_BR.po
11259                 updated by Fabio Junior Beneditto
11260
11261         * src/prefs_common.[ch]
11262         * src/undo.c
11263                 number of undo levels is user configurable
11264                 (squeeze it into the release in the dying
11265                 moments) Submitted by Jens Oberender    
11266
11267 2001-12-15 [melvin]
11268
11269         * po/fr.po
11270                 updated french translation
11271
11272 2001-12-15 [paul]       0.6.5claws92
11273
11274         * sync with sylpheed 0.6.5cvs28
11275                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11276
11277         * po/nl.po
11278                 update to allow for sync
11279
11280 2001-12-15 [alfons]
11281         
11282         * po/nl.po
11283                 update dutch translation
11284
11285 2001-12-14 [carsten]    0.6.5claws91
11286         * src/summaryview.c
11287                 fixed bug #473785; also after changing the column order
11288                 the same message will be selected and displayed as before
11289                 the reordering
11290
11291 2001-12-14 [carsten]    0.6.5claws90
11292         * src/folderview.c
11293                 probably found the bug reported by wwb opening or closing
11294                 a folder tree just before dnd (found the solution in the
11295                 balsa source -- thanks to them)
11296
11297 2001-12-14 [carsten]    0.6.5claws89
11298         * src/gtkutils.c
11299         * src/account.c
11300                 moved gtk_clist_moveto to the right place, so that
11301                 only the accounts dialog is effected on opening
11302
11303 2001-12-14 [carsten]    0.6.5claws88
11304         * src/gtkutils.c
11305                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11306                 now, so that the focused row will be seen in any case
11307                 (reported by wwp on sf-claws-user)
11308
11309 2001-12-14 [darko]      0.6.5claws87
11310
11311         * src/compose.c
11312                 remove unnecessary line
11313
11314 2001-12-14 [paul]       0.6.5claws86
11315
11316         * sync with sylpheed 0.6.5cvs27
11317                 see ChangeLog entries 2001-12-14
11318
11319 2001-12-14 [carsten]    0.6.5claws85
11320         * src/mainwindow.c
11321                 following a suggestion of Melvin the rcoabm pops up
11322                 right under the button now and the button is reliefed
11323                 while the popup is open
11324
11325 2001-12-14 [darko]      0.6.5claws84
11326
11327         * src/compose.c
11328                 fix crash when wrapping long lines if linewrap quotation
11329                 is disabled and wrapper encounters a word spanning more
11330                 than one line
11331
11332 2001-12-13 [paul]       0.6.5claws83
11333
11334         * src/compose.c
11335                 prefer 'Reply-To' header over mailing list header when
11336                 replying to a message. Finally prevent all those confirmation 
11337                 messages being sent to the list itself.
11338
11339         * src/summaryview.c
11340                 remove unused summary_set_menu_sensitive() entry
11341
11342 2001-12-13 [paul]       0.6.5claws82
11343
11344         * src/folderview.c
11345         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11346         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11347         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11348                 improvements to 'Hide read messages': Inbox, Outbox,
11349                 Trash, Queue, and Draft icons now reveal presence of hidden 
11350                 messages
11351
11352 2001-12-12 [alfons]     0.6.5claws81
11353
11354         0.6.5claws80 was tagged as LAST_STABLE
11355
11356         * src/filtering.[ch]
11357         * src/matcher.[ch]
11358         * src/matcher_parser_lex.c
11359                 fix the filtering; my last attempt to get it right, 
11360                 if it does not work, it's Hoa's turn. ;-)
11361
11362                 for my honourable peers:
11363                 
11364                 the code now makes a clear distinction between
11365                 rules as they are displayed (probably escaped),
11366                 and as they are executed (probably unescaped). the
11367                 parser does *NOT* do any unescaping, this is
11368                 the task of the matcher.c (which breaks up a
11369                 rule into condition) and the filtering.c (which
11370                 breaks up the rule's action). to make this
11371                 run happily we provide an unescaped copy of
11372                 crucial strings to the MatcherProp and 
11373                 FilteringAction structures. note that the only
11374                 exception to this is any REGEXP string. those
11375                 are directly passed to regcomp() and regexp()
11376                 (who have much more powerful unescape functions).
11377                 
11378                 for everyone else:
11379         
11380                 you can escape tab (\t), carriage return (\r),
11381                 linefeed (\n), form feed (\f), quote (\"), 
11382                 single quote (\'), bell (\b) in all the entry
11383                 lines in the scoring & filtering dialogs.
11384                 as an added bonus this should not affect
11385                 existing filtering rules.
11386
11387 2001-12-12 [carsten]    0.6.5claws80
11388
11389         * src/summaryview.c
11390         * po/de.po
11391                 "item(s) selected" is now sensitive to 1 or more
11392                 than one selected (nice for language where simple
11393                 adding of a "s" is not possible as German (Eintrag
11394                 ->Eintr"age)
11395                 
11396                 the "forward as attachment" entry from the right
11397                 click menu removed, "forward" acts following the
11398                 prefs
11399         
11400         * src/textview.c
11401                 reverted my former changes; so compiler warning again
11402                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11403                 nevertheless
11404
11405         * src/messageview.c
11406                 "search in message" does now *not* only work in MVIEW_TEXT
11407                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11408                 message
11409
11410         * src/mainwindow.c
11411                 removed "/File/_Close" as it was the same as "/File/E_xit"
11412                 and we don't need it two times
11413
11414                 the separate folder view and message view now get a distinct
11415                 WMCLASS, just in case someone is using sawfish ;-)
11416
11417                 as the menu entries "/View/Message view" and "/View/Folder tree"
11418                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11419                 make them sensitive accordingly and as these two are "shown"
11420                 after startup anytime check this menuitem at startup
11421
11422 2001-12-12 [paul]       0.6.5claws79
11423
11424         * src/folderview.c
11425                 fix sensitivity of 'Search folder...', broken in
11426                 0.6.5claws75
11427
11428         * src/mainwindow.c
11429                 fix dodgy English
11430
11431 2001-12-11 [carsten]    0.6.5claws78
11432         * src/filtering.c
11433                 fixed two typos returning a wrong FALSE/TRUE
11434         * src/mainwindow.[ch]
11435                 extra menu for email/news button removed
11436
11437 2001-12-11 [alfons]     0.6.5claws77
11438         
11439         * src/matcher.c                 (1.3)
11440         * src/matcher_parser_lex.l      (1.28)
11441                 revert for another attempt
11442                 mark 0.6.5claws77 as LAST_STABLE
11443
11444 2001-12-11 [christoph]  0.6.5claws76
11445
11446         * po/de.po
11447                 fixed wrong translation for prev. unread msg
11448
11449 2001-12-11 [paul]       0.6.5claws75
11450
11451         * src/folder.[ch]
11452         * src/folderview.c
11453         * src/mainwindow.c
11454         * src/summaryview.[ch]
11455         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11456                 enable ability to hide read messages on per folder basis via 
11457                 '/Summary/Hide read messages'; when selected, a folder will 
11458                 have a red open folder icon, instead of a blue icon, if the 
11459                 folder contains hidden messges
11460                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11461
11462         * src/mainwindow.c
11463                 remove '/Message/Forward as attachment' from 
11464                 main_window_set_menu_sensitive() to prevent debug warning
11465
11466         * src/folderview.c
11467         * src/mainwindow.c
11468                 Clean up some of the English
11469
11470         * tools/newscache_clean.pl
11471                 allow for new 'hidereadmsgs' entry in folderlist.xml
11472
11473         * po/es.po
11474                 updated translation, submitted by Ricardo Mones Lastra
11475
11476 2001-12-11 [paul]       0.6.5claws74
11477
11478         * sync with sylpheed 0.6.5cvs25
11479                 see ChangeLog entry 2001-12-11
11480
11481 2001-12-10 [alfons]     0.6.5claws73
11482
11483         * src/matcher.c
11484                 add more control characters
11485         * src/matcher_parser_lex.l
11486                 make escaping / unescaping work again
11487
11488 2001-12-10 [alfons]     0.6.5claws72
11489
11490         * src/imap.c
11491                 clean up warnings "returning value for void function" 
11492         * src/prefs_filtering.c
11493                 make info button for execute action sensitive
11494
11495 2001-12-10 [paul]       0.6.5claws71
11496
11497         * src/compose.c
11498         * src/imap.[ch]
11499         * src/summaryview.c
11500                 fix: imap server now gets informed of MARKED, UNMARKED
11501                 and REPLY events. Now people can use different IMAP-Mail
11502                 clients and have the exact same information about MARKED,
11503                 UNMARKED and REPLY status with all of them. Especially
11504                 useful for imap servers with a web-frontend.
11505                 submitted by Tobias Sandhaas <medlor@web.de>
11506
11507 2001-12-09 [melvin]     0.6.5claws70
11508         
11509         * src/textview.[ch]
11510                 fixed bug #490076 (hunted down by Alfons who implemented
11511                 a workaround in 0.6.5claws65)
11512
11513 2001-12-09 [christoph]  0.6.5claws69
11514
11515         * src/summaryview.c
11516                 set pointer to string in LOCKED column to NULL
11517                 (might fix bug #490800)
11518
11519 2001-12-09 [carsten]    0.6.5claws68
11520
11521         * po/de.po
11522                 resolved some cluttered menu shortcuts 
11523                 ('creating new email' and 'creating news message'
11524                 hade the same)
11525         * src/compose.c
11526                 wmclass now distinc from main window
11527         * src/mainwindow.c
11528           src/mainwindow.h
11529                 email/news and forward button functionality similar
11530                 to the reply buttons; removed the ugly dropdown arrows
11531                 and use instead the right mouse button
11532
11533 2001-12-09 [paul]       0.6.5claws67
11534
11535         * src/imap.c
11536         * src/utils.h
11537                 allow spaces in imap folder names
11538                 submitted by Willem van Engen <wvengen@stack.nl>
11539
11540 2001-12-09 [paul]       0.6.5claws66
11541
11542         * sync with sylpheed 0.6.5cvs24
11543                 see ChangeLog entry 2001-12-09
11544
11545 2001-12-08 [alfons]     0.6.5claws65
11546
11547         * src/textview.c
11548                 prevent secondary selection claim after "add to sender" dialog
11549                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11550                 we trick GTK by simulating a click at (0, 0) in the textview.
11551
11552 2001-12-08 [hoa]        0.6.5claws64
11553
11554         * src/folder.c
11555                 fixed a bug about the .processing folder name while filtering
11556
11557 2001-12-08 [alfons]     0.6.5claws63
11558
11559         * src/folderview.c 
11560                 work around problem of not correctly updating folder stats
11561                 when deleting messages. there's some folder scanning evil
11562                 going so the folderview_update_msg_num() does not work
11563                 correctly. need to investigate this.
11564
11565 2001-12-08 [paul]       0.6.5claws62
11566
11567         * sync with sylpheed 0.6.5cvs23
11568                 see ChangeLog entry 2001-12-08
11569
11570 2001-12-07 [christoph]  0.6.5claws61
11571
11572         * src/compose.c
11573                 fix another header translation problem
11574
11575 2001-12-07 [alfons]     0.6.5claws60
11576
11577         * src/mbox.c
11578                 make filtering also work on local spool mbox
11579
11580 2001-12-07 [carsten]    0.6.5claws59
11581         * src/addressbook.c
11582                 addressbook window gets a wmclass distinct from the main
11583                 sylpheed window
11584         * src/compose.h
11585         * src/mainwindow.[ch]
11586                   forward menu item will use mode selected in prefs, forward 
11587                 as attatchment in menu removed (will be substituted in the
11588                 toolbar similar to reply buttons)
11589                   create news message menu entry and news button is now 
11590                 sensitive to the existance of a news account
11591         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11592         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11593         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11594                 these are removed because the toolbar buttons don't show
11595                 the quoting modus any longer
11596
11597 2001-12-07 [paul]
11598
11599         * tools/newscache_clean.pl      ** NEW FILE **
11600                 perl script to do some tidying up in the newscache directory 
11601                 
11602         * tools/sylpheed-switcher       ** NEW FILE **
11603                 perl script to enable easy switching between main and claws
11604                 
11605         * tools/README
11606                 added descriptions of the two new perl scripts          
11607
11608
11609 2001-12-07 [melvin]     0.6.5claws58
11610
11611         * src/messageview.c
11612                 fixed a warning during compilation introduced in 0.6.5claws56
11613
11614 2001-12-07 [paul]       0.6.5claws57
11615
11616         * src/mainwindow.[ch]
11617         * src/menu.[ch]
11618                 further usability enhancements to replying with or without 
11619                 quoting via the toolbar, use of Ctrl key is replaced by 
11620                 drop down menu 
11621                 Submitted by Carsten Schurig            
11622
11623 2001-12-07 [melvin]     0.6.5claws56
11624
11625         * src/messageview.c
11626                 hack to fix bug that prevented to make/paste selections
11627                 after switching between MVIEW_TEXT and MVIEW_MIME views
11628                 without deselecting the selection first.
11629
11630 2001-12-06 [alfons]     0.6.5claws55
11631
11632         * src/filtering.[ch]
11633         * src/inc.c
11634                 revise filtering a little bit more, and make sure
11635                 messages are delivered to the appropriate inbox
11636                 (perhaps set per account)
11637
11638 2001-12-06 [paul]       0.6.5claws54
11639
11640         * sync with sylpheed 0.6.5cvs22
11641                 see ChangeLog entry 2001-12-06
11642
11643 2001-12-05 [alfons]     0.6.5claws53
11644
11645         * src/inc.c
11646         * src/folder.[ch]
11647         * src/procmsg.c
11648         * src/filtering.c
11649                 more revisions of filtering system
11650                 (last stable version is marked as LAST_STABLE)
11651                 
11652                 | NOTE 1): the filtering system now uses a local folder called
11653                 | .processing. if filtering fails, check this directory
11654                 | for missing messages.
11655                 |
11656                 | NOTE 2): help us find the filtering actions still missing
11657
11658 2001-12-05 [paul]       0.6.5claws52
11659
11660         * src/mainwindow.c
11661                 fix bug where 'Empty Trash?' pop-up window appears even
11662                 when Trash is empty, submitted by Jesse Skinner         
11663
11664 2001-12-05 [melvin]     0.6.5claws51
11665
11666         * src/compose.c
11667                 fixed bug #486106 to select correct account when reediting 
11668                 a queued message
11669         
11670 2001-12-04 [alfons]     0.6.5claws50
11671
11672         * src/mh.c
11673                 declare markfile in appropriate functions when
11674                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11675                 for spotting this)
11676
11677 2001-12-04 [paul]       0.6.5claws49
11678
11679         * sync with sylpheed 0.6.5cvs21
11680                 see ChangeLog entry 2001-12-04
11681
11682 2001-12-03 [christoph]  0.6.5claws48
11683
11684         * po/de.po
11685                 changed translation of undo
11686         * src/account.c
11687         * src/folder.c
11688                 don't reinvent the wheel to traverse a GNode
11689         * src/compose.[ch]
11690                 seperate code to create the compose gui into functions
11691                 add "Others" page with folder selection for saving copy
11692                 of the message.
11693                 the folder identifier is saved to queue header
11694         * src/procmsg.c
11695                 save message to folder in queue header
11696
11697 2001-12-03 [paul]       0.6.5claws47
11698
11699         * sync with sylpheed 0.6.5cvs20
11700                 see ChangeLog entry 2001-12-03
11701
11702 2001-12-01 [paul]
11703
11704         * more sync with sylpheed 0.6.5cvs19
11705                 see ChangeLog entry 2001-11-29
11706
11707 2001-11-30 [paul]       0.6.5claws46
11708         
11709         * src/compose.c
11710                 remove conflicts introduced by Hoa's last commit
11711          
11712         * src/mainwindow.c
11713                 make 'Message/Bounce' sensitive
11714
11715 2001-11-30 [hoa]        0.6.5claws45
11716
11717         * src/compose.c
11718                 slightly change bounce function to add
11719                 information about the user that bounced the mail
11720                 in the From header line.
11721
11722         * src/folderview.c
11723                 permit the use of processing in outbox folder.
11724
11725 2001-11-29 [paul]       0.6.5claws44
11726
11727         * src/mainwindow.[ch]
11728         * src/prefs_common.c
11729         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11730         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11731         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11732                 usability enhancements to the quoting, implements
11733                 use of Ctrl key to toggle quoting settings
11734                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11735
11736 2001-11-29 [paul]       0.6.5claws43
11737         
11738         * sync with sylpheed 0.6.5cvs19
11739                 see ChangeLog entry 2001-11-28
11740
11741 2001-11-29 [melvin]     0.6.5claws42
11742         * src/Makefile.am
11743                 added enriched.[ch] to the list of files
11744
11745         * src/textview.c
11746         * src/mimeview.c
11747         * src/procmime.[ch]
11748         * src/enriched.[ch]
11749                 added support to view text/enriched
11750                 added support to show headers in message view for text/enriched and text/html
11751                         in non multipart messages
11752
11753 2001-11-28 [paul]       0.6.5claws41
11754
11755         * more sync with sylpheed 0.6.5cvs18
11756                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11757
11758 2001-11-27 [paul]       0.6.5claws40
11759         
11760         * po/pt_BR.po
11761                 updated translation, submitted by Fabio Junior Beneditto
11762                 
11763         * sync with sylpheed 0.6.5cvs18
11764                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11765                 2001-11-27
11766
11767
11768 2001-11-26 [paul]
11769
11770         * po/es.po
11771                 updated translation, submitted by Ricardo Mones Lastra
11772
11773 2001-11-26 [alfons]
11774
11775         * src/matcher.c
11776                 add more translatable strings
11777
11778 2001-11-26 [christoph]  0.6.5claws39
11779
11780         * po/de.po      
11781                 fixed one more umlaut
11782         * src/compose.c
11783                 fix translated header when it should not be translated
11784
11785 2001-11-26 [paul]       0.6.5claws38
11786
11787         * src/mainwindow.c
11788                 remove '/Message/Add Sender to address book' from 
11789                 main_window_set_menu_sensitive(), prevent debug warning
11790                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11791
11792 2001-11-26 [paul]       0.6.5claws37
11793
11794         * src/summaryview.c
11795                 fix 'recurring unread state' bug 
11796
11797         * tools/README 
11798         * tools/filter_conv.pl
11799                 read name of top level mailbox from folderlist.xml
11800                 and presume nothing about its name              
11801
11802 2001-11-26 [darko]      0.6.5claws36
11803
11804         * src/gtkstext.[ch]
11805                 removed functions that are now in gtkutils.c
11806                 use gtkut_text_is_uri_string() from gtkutils.c
11807         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11808
11809 2001-11-26 [paul]       0.6.5claws35
11810
11811         * sync with sylpheed 0.6.5cvs16
11812                 see ChangeLog entries 2001-11-25 and 2001-11-26
11813
11814 2001-11-25 [alfons]     0.6.5claws34
11815
11816         EXPERIMENTAL!!! Please checkout the last stable version using: 
11817           
11818         % cvs update -r LAST_STABLE -dRAP
11819
11820         (Or help us testing this stuff.)
11821
11822         * src/filtering.c               (1.14)
11823         * src/filtering.h               (1.6)
11824         * src/inc.c                     (1.28)
11825         * src/matcher.c                 (1.20)
11826         * src/mbox.c                    (1.9)
11827         * src/procmsg.h                 (1.14)
11828         * src/summaryview.c             (1.59)
11829         * src/summaryview.h             (dunno)
11830                 revert/merge/sync to as it was before commit 
11831                 on Thu, 19 Jul 2001 10:15:51 -0700.
11832
11833 2001-11-25 [hoa]        0.6.5claws33
11834
11835         * src/main.c
11836                 processing mails at startup
11837
11838         * src/folderview.c
11839         * src/summaryview.[ch]
11840                 processing mails when entering folder
11841
11842         * src/prefs_filtering.c
11843                 fixed some UI bugs
11844
11845 2001-11-24 [alfons]     0.6.5claws32
11846
11847         * src/summaryview.[ch]
11848                 make summary sort headers work, and also make
11849                 sure the sort type is stored
11850
11851 2001-11-23 [alfons]     0.6.5claws31
11852
11853         * src/summaryview.[ch]
11854                 make lock work like mark
11855                 disallow deleting messages marked as locked
11856
11857 2001-11-23 [alfons]     0.6.5claws30
11858
11859         * src/gtkstext.c
11860         * src/compose.[ch]
11861         * src/Makefile.am
11862         * src/undo.[ch]
11863                 merge undo patch submitted by Jens
11864
11865 2001-11-23 [christoph]  0.6.5claws29
11866
11867         * src/.cvsignore
11868                 added ylwrap
11869         * src/compose.c
11870                 fixed gpg signing and encoding
11871         * src/folder.[ch]
11872         * src/main.c
11873                 added --status option to get new, unread and total
11874                 message count from a running sylpheed
11875         * src/prefs_common.c
11876                 temporary fix for reply_with_quote problem
11877                 (don't call functions for non existing widget)
11878         * src/procmsg.c
11879                 one more check for ignored threads but still not
11880                 always working correctly. probably a recursive
11881                 check for all parents is needed
11882
11883 2001-11-23 [darko]      0.6.5claws28
11884
11885         * src/compose.c
11886                 wrapping on send improvements
11887         * src/gtkutils.[ch]
11888                 fix for GtkSText after last sync with main branch
11889                 GTK_TEXT -> GTK_STEXT
11890
11891 2001-11-23 [paul]       0.6.5claws27
11892
11893         * sync with sylpheed 0.6.5cvs14
11894                 see ChangeLog entries 2001-11-22 and 2001-11-23
11895                 
11896         * po/de.po
11897                 fixed the scrambled umlauts 
11898                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11899
11900 2001-11-21 [paul]       0.6.5claws26
11901
11902         * sync with sylpheed 0.6.5cvs12
11903                 see 2nd ChangeLog entry dated 2001-11-20
11904
11905 2001-11-20 [paul]       0.6.5claws25
11906
11907         * sync with sylpheed 0.6.5cvs11
11908                 see ChangeLog entry 2001-11-19 (src/utils.c)
11909
11910 2001-11-20 [hiro]
11911
11912         * src/compose.c
11913                 GTK_TEXT -> GTK_STEXT
11914                 fix for wrong comment
11915
11916 2001-11-20 [hiro]       0.6.5claws24
11917
11918         * src/compose.[ch]
11919                 more merges from main branch
11920                 removed fatal warnings (uninitialized variables etc.)
11921                 some coding style fix
11922         * src/gtkutils.h
11923                 fixed typo.
11924         * src/addressbook.c
11925           src/addrindex.c
11926                 V-Card -> vCard
11927
11928 2001-11-19 [hoa]        0.6.5claws23
11929
11930         * src/filtering.c
11931         * src/prefs_scoring.c
11932         * src/matcher.[ch]
11933         * src/scoring.c
11934                 cleaning code
11935
11936         * src/matcher_parser_parse.y
11937         * src/prefs_filtering.c
11938                 bouncing
11939
11940 2001-11-19 [alfons]     0.6.5claws22
11941
11942         more of my old things into claws
11943
11944         * src/Makefile.am
11945         * src/prefs_common.c
11946         * src/procmsg.h
11947         * src/summaryview.[ch]
11948         * src/prefs_summary_column.c
11949         * src/pixmaps/locked.xpm
11950                 add indicators for locking of message in summary view
11951                 (does not work yet, only visual indicator)
11952
11953 2001-11-19 [paul]       0.6.5claws21
11954
11955         * sync with sylpheed 0.6.5cvs10
11956                 see ChangeLog entry 2001-11-19
11957
11958 2001-11-18 [alfons]     0.6.5claws20
11959         
11960         * src/filtering.c
11961                 remove an inadvertent free I forgot in previous clean up 
11962
11963 2001-11-18 [alfons]     0.6.5claws19
11964
11965         * src/filtering.[ch]
11966                 clean up & plug leaks
11967
11968 2001-11-18 [paul]       0.6.5claws18
11969
11970         * sync with sylpheed 0.6.5cvs9
11971                 see ChangeLog entries 2001-11-17 and 2001-11-18
11972
11973 2001-11-16 [paul]       0.6.5claws17
11974
11975         * sync with sylpheed 0.6.5cvs8
11976                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11977
11978 2001-11-16 [paul]       0.6.5claws16
11979
11980         * sync with sylpheed 0.6.5cvs7
11981                 see ChangeLog entries 2001-11-15 and 2001-11-16
11982
11983 2001-11-15 [hoa]        0.6.5claws15
11984
11985         * src/compose.c
11986                 fix bounce, mails we received couln't be bounced to ourself.
11987
11988         * src/defs.h
11989         * src/filtering.[ch]
11990         * src/matcher.[ch]
11991         * src/matcher_parser.h
11992         * src/matcher_parser_lex.l
11993         * src/matcher_parser_parse.y
11994         * src/inc.c
11995         * src/main.c
11996         * src/mbox.c
11997         * src/prefs_filtering.[ch]
11998         * src/mainwindow.c
11999         * src/prefs_matcher.c
12000         * src/prefs_scoring.c
12001         * src/scoring.[ch]
12002         * src/summaryview.c
12003                 new matcher/filter/score configuration file parser
12004                 one unique configuration file => ~/.sylpheed/matcherrc
12005                 import in currently automatic, then save are made
12006                 in this new file.
12007                 one filter per folder and one global filter
12008                 (filter of a folder will be used as folder processing)
12009
12010         * src/folder.c
12011                 fix a bug in folder_item_get_identifier
12012                 
12013         * src/messageview.c
12014                 receive receipt return are fixed.
12015
12016 2001-11-14 [alfons]     0.6.5claws14
12017
12018         * src/session.h
12019                 add things from main branch to make claws compile
12020
12021 2001-11-14 [paul]       0.6.5claws13
12022
12023         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
12024                 see ChangeLog entries 2001-11-08 to 2001-11-14
12025
12026 2001-11-14 [hoa] 0.6.5claws12
12027
12028         * src/compose.[ch]
12029         * src/mainwindow.c
12030         * src/summaryview.c
12031                 add "bounce mail" option
12032
12033 2001-11-13 [christoph]  0.6.5claws11
12034
12035         * src/compose.c
12036                 Cleanup a mess i add before commiting
12037
12038 2001-11-13 [hoa]        0.6.5claws10
12039
12040         * src/compose.c
12041                 some fixes when mail are sent or
12042                 for crossposts
12043
12044 2001-11-13 [christoph]  0.6.5claws9
12045
12046         * po/de.po
12047                 Changed two string with the same translation
12048         * src/compose.c
12049         * src/procmsg.[ch]
12050         * src/send.[ch]
12051                 New mailsending process:
12052                   - Always queue message before sending
12053                     (message will be saved if sylpheed crashed or
12054                      freezes while sending)
12055                   - Allow queuing of newspostings
12056                   - No copy in outbox before sending
12057                     (closes bug #469501)
12058                   - No more redundant code for send and send_later
12059         * src/summaryview.c
12060                 Applied wwp <subscript@free.fr>'s patch that fixes
12061                 marks for multiple forwarded messages (+compose.c)
12062
12063 2001-11-12 [alfons]
12064
12065         * README.claws
12066                 remove things that are now in main branch
12067         
12068         * po/nl.po
12069                 update Dutch translation
12070
12071 2001-11-12 [mhadasht]   0.6.5.claws8
12072
12073         * src/prefs_common.c
12074                 re-enabled account autoselection feature for forward
12075                 and reedit lost during the branch point for SYNC-B4-REL
12076         * src/gtkspell.c
12077                 gtkpspell_get_dict(): more readable code (even if function is
12078                 not used yet)
12079         * ChangeLog.claws
12080                 added version number info to 2001-11-12 [hiro] comment.
12081
12082 2001-11-12 [hiro]       0.6.5.claws7
12083
12084         * src/compose.c
12085                 compose_forward(): fixed a bug that forward quote mark
12086                 wasn't used.
12087                 removed unnecessary code.
12088         * src/template_select.[ch]: removed.
12089
12090 2001-11-11 [alfons]
12091
12092         * src/compose.c
12093                 :%s/GTK_TEXT/GTK_STEXT/g
12094         
12095         * src/compose.[ch]
12096         * src/undo.[ch]
12097         * src/Makefile.am
12098                 revert the undo stuff (this is 0.6.6claws stuff)
12099
12100 2001-11-11 [hoa]        0.6.5.claws6
12101
12102         * src/compose.[ch]
12103                 Insert signature at the end of the text.
12104                 Added undo patch but currently disabled
12105
12106         * src/procmsg.c
12107                 Threading by subject improved.
12108
12109         * added src/undo.[ch]
12110                 Undo module for compose dialog box.
12111
12112 2001-11-11 [alfons]     0.6.5.claws5
12113
12114         * src/procmsg.c
12115                 prevent threading by subject on nodes that have already been
12116                 threaded by in-reply-to (as in "circular references in a tree
12117                 result in a dead branch")
12118
12119 2001-11-09 [hoa]        0.6.5.claws4
12120         
12121         * src/folderview.c
12122                 allows creation of mbox folder item from any files.
12123
12124 2001-11-09 [alfons]     0.6.5.claws3
12125         
12126         * src/utils.c
12127         * src/procmsg.c
12128                 do what I mean and correct threading by subject so it really
12129                 ignores attracting lines without "Re: "
12130
12131 2001-11-07 [alfons]     0.6.5.claws2
12132
12133         * src/procmsg.c
12134         * src/utils.[ch]
12135                 only attract by subject if a subject line starts with a "Re: "
12136         * src/syldap.c
12137                 remove warning
12138
12139 2001-11-07 [paul]       0.6.5claws1
12140
12141         * sync with sylpheed 0.6.5. release
12142                 see ChangeLog entry 2001-11-07
12143
12144 2001-11-07 [paul]       0.6.4claws31
12145
12146         * sync with sylpheed 0.6.4cvs18
12147                 see ChangeLog entries 2001-10-30 to 2001-11-07
12148                 prefs_templates.[ch] renamed prefs_template.[ch]
12149
12150 2001-11-06 [alfons]
12151         
12152         * src/utils.h
12153                 add semicolon Hoa forgot ;-)
12154                 
12155
12156 2001-11-06 [hoa]        0.6.4claws30
12157         
12158         * src/procmsg.c
12159         * src/summaryview.c
12160         * src/utils.c
12161         * src/utils.h
12162                 threading by subject - empty subject are ignored
12163
12164 2001-11-06 [christoph]  0.6.4claws29
12165
12166         * src/socket.c
12167                 use SSL_peek for sock_gets
12168         * src/utils.c
12169                 removed unneeded pointer in extracting quoted
12170                 names implementation
12171
12172 2001-11-06 [melvin]     0.6.4claws28
12173
12174         * src/gtkspell.c
12175                 fixed bug #476792 Selection overtyping with spell checker
12176                 fixed bug which could cause a buffer overflow
12177                 fixed a memory leak
12178
12179 2001-11-06 [hoa]        0.6.4claws27
12180         
12181         * src/procmsg.c
12182         * src/summaryview.c
12183                 threading by subject
12184
12185 2001-11-05 [alfons]     0.6.4claws26
12186         
12187         * README.claws
12188                 Claws -> Sylpheed (vice versa)
12189
12190         * src/compose.c
12191                 :%s/gtk_text/gtk_stext/g
12192                 :%s/GTK_TEXT/GTK_STEXT/g
12193                 (thanks to Jonathan Ware for spotting this)
12194
12195 2001-11-04 [christoph]  0.6.4claws25
12196
12197         * src/summaryview.c
12198                 replace Xalloca + strdup with Xstrdup_a
12199         * src/utils.c
12200                 better implementation of extracting quoted names
12201                 from addresses (remove backlashes and ignore
12202                 quotes after them)
12203
12204 2001-11-04 [alfons]     0.6.4claws24
12205
12206         * src/utils.[ch]
12207                 edit to comply more with coding style
12208
12209         * src/textview.c
12210                 fix bug reported by Kim Schulz. introduced by the patch integrated
12211                 in 0.6.4claws15. the code did not check the return value of
12212                 the html parser.
12213
12214         * AUTHORS
12215                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12216
12217 2001-11-04 [christoph]  0.6.4claws23
12218
12219         * src/main.c
12220         * src/prefs_common.[ch]
12221                 init some pointers that possibly caused a segfault
12222                 reported in the claws-users ML
12223
12224 2001-11-04 [hoa]        0.6.4claws22
12225
12226         * src/grouplistdialog.c
12227                 change the names of the nodes in the tree
12228
12229         * src/compose.c
12230                 enhanced mailto syntax as described in
12231                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12232                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12233
12234         * src/utils.c
12235                 encode and decode URI (useful when opening URL into
12236                 netscape).
12237
12238 2001-11-03 [hoa]        0.6.4claws21
12239
12240         * src/grouplistdialog.c
12241                 a new newsgroups list selection dialog box
12242                 with a CTree instead of a CList
12243
12244 2001-11-03 [hoa]        0.6.4claws20
12245
12246         * src/folderview.c
12247                 enable property and scoring options when right
12248                 click on "inbox"
12249
12250         * src/summaryview.c
12251                 fixed bug when nickname were displayed using
12252                 the address book.
12253
12254 2001-11-02 [darko]      0.6.4claws19
12255
12256         * src/compose.c
12257                 new wrap quotation and URL/long words wrapping implementation
12258         * src/compose.c src/gtkstext.[ch]
12259                 move gtkstext_strncmp() to gtkstext.c
12260
12261 2001-11-01 [christoph]  0.6.4claws18
12262
12263         * src/prefs_account.c
12264                 fixed mess in account settings dialog
12265         * src/prefs_folder_item.c
12266                 added label with folder path to dialog
12267
12268 2001-10-31 [match]      0.6.4claws17
12269
12270         * src/vcard.c
12271                 fix memory leak.
12272         * src/addrbook.c
12273                 fix generation of spurious address book file names.
12274                 remove redundant functions.
12275         * po/POTFILES.in
12276                 added missing file names.
12277
12278 2001-10-30 [paul]       0.6.4claws16
12279
12280         * sync with sylpheed 0.6.4cvs6
12281                 see ChangeLog entries 2001-10-26 to 2001-10-30
12282
12283         * tools/filter_conv.pl
12284                 read folderlist.xml to discover whether the top-level
12285                 folder is called 'Mailbox' or 'Mail' 
12286
12287 2001-10-29 [paul]       0.6.4claws15
12288
12289         * src/html.c, src/textview.c
12290                 activate links in html mail and fix clickable parts
12291                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12292
12293 2001-10-29 [paul]
12294
12295         * po/de.po, po/es.po, po/pt_BR/po
12296                 updated translations, submitted by Jens Oberender,
12297                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12298
12299 2001-10-29 [darko]      0.6.4claws14
12300
12301         * src/compose.c
12302                 fix wrapping for good
12303
12304 2001-10-29 [darko]
12305
12306         * src/compose.c
12307                 undo previous change as it broke the smart wrapping
12308
12309 2001-10-29 [darko]      0.6.4claws13
12310
12311         * src/compose.c
12312                 fix infinite loop when long URL is quoted
12313                 (closes bug #475122.
12314
12315 2001-10-28 [match]
12316
12317         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12318                 import Mutt address book
12319         * src/ldif.[ch] src/importldif.h
12320                 modified import LDIF handle user attributes
12321
12322 2001-10-28 [christoph]  0.6.4claws12
12323
12324         * src/summaryview.c
12325                 fixed that filtering did not work if there
12326                 were no filter rules
12327                 (closes bug #472003 and better implementation
12328                  of patch #474644)
12329
12330 2001-10-27 [christoph]  0.6.4claws11
12331
12332         * src/compose.c
12333                 make the folder's default account to be used when
12334                 replying. (patch by wwp <subscript@free.fr>)
12335         * src/compose.c
12336                 code cleanup, nearly killed all of wwp's patch
12337                 for folder's default account in compose
12338         * src/folderview.c
12339                 error panel when a folder could not be created
12340                 (closes bug #471080 new folder name & already
12341                  existing file)
12342
12343 2001-10-26 [alfons]
12344
12345         * src/utils.h
12346                 change prototype of strstr2() that Christoph forgot about
12347
12348 2001-10-26 [christoph]  0.6.4claws10
12349
12350         * src/account.c
12351                 made search for accounts by email address not case
12352                 sensitive
12353         * src/folder.c
12354                 fixed memory leak in folder_item_get_identifier
12355         * src/gtkspell.c
12356         * src/utils.c
12357                 fixed wrong strstr2 (should work like strstr)
12358
12359 2001-10-26 [darko]      0.6.4claws9
12360
12361         * src/compose.c src/gtkstext.[ch]
12362         * src/gtkstext.c
12363                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12364
12365 2001-10-26 [paul]       0.6.4claws8
12366
12367         * src/html.c
12368                 ignore css and javascript tags in html mail
12369                 case-insensitive, with or without double-quoted
12370                 strings
12371
12372 2001-10-26 [paul]       0.6.4claws7
12373
12374         * sync with sylpheed 0.6.4cvs1
12375                 see ChangeLog entry 2001-10-26
12376
12377         * src/prefs_account.c, src/prefs_common.c,
12378           src/prefs_summary_column.c
12379                 minor improvements to the English
12380
12381 2001-10-25 [alfons]     0.6.4claws6
12382
12383         * src/gtkstext.c
12384         
12385                 make GtkSText follow style of GtkText (closes bug 
12386                 #469211 "text selection while writing message")
12387                 
12388                 do sync with GTK 1.2.10
12389
12390 2001-10-25 [paul]       0.6.4claws5
12391
12392         * src/html.c
12393                 ignore css tags in html mail
12394
12395 2001-10-25 [darko]      0.6.4claws4
12396
12397         * src/compose.c
12398                 don't declare is_url_string as static function since
12399                 we need it in gtkstext.c
12400         * src/gtkstext.c
12401                 remove unused variable
12402                 don't wrap long URLs while composing a message
12403
12404 2001-10-24 [christoph]  0.6.4claws3
12405
12406         * src/socket.c
12407                 fix ssl deadlock, when peer closes connection
12408
12409 2001-10-24 [paul]       0.6.4claws2
12410
12411         * src/prefs_common.c
12412                 gettextize the gpg ascii-armored warning message
12413
12414         * src/compose.c
12415                 insert a DOS/MAC file into the composed message
12416                 (improvements)
12417
12418         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12419
12420 2001-10-22 [paul]       0.6.4claws1
12421
12422         * sync with sylpheed 0.6.4 release
12423                 see ChangeLog entries 2001-10-21
12424
12425         * po/fr.po, po/pt_BR.po
12426                 updated by Melvin Hadasht and Fabio Junior Beneditto
12427
12428 2001-10-21 [paul]       0.6.3claws30
12429
12430         * src/compose.c
12431                 insert a DOS text file from the compose window
12432                 into the composed message text (removes CRs characters)
12433                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12434
12435         * tools/filter_conv.pl, tools/README
12436                 automatically use ~/.sylpheed as working directory
12437                 print out confirmation message on completion
12438
12439         * correct Hoa's last ChangeLog.claws entry
12440
12441 2001-10-20 [hoa]        0.6.3claws29
12442
12443         * src/grouplistdialog.c
12444                 bugfix (another ?) to give the right
12445                 newsgroups list for each news server.
12446
12447         * src/news.c
12448         * src/news.h
12449                 improve the newsgroups list cache
12450
12451 2001-10-20 [paul]       0.6.3claws28
12452
12453         * sync with sylpheed 0.6.3cvs9
12454                 see ChangeLog entry 2001-10-19
12455
12456         * correct Alfons' last ChangeLog.claws entry
12457
12458 2001-10-19 [alfons]
12459
12460         * src/pgptext.[ch]
12461                 fix compilation problems (part of bug #472895)
12462
12463 2001-10-18 [hoa]        0.6.3claws27
12464
12465         * src/grouplistdialog.c
12466                 bugfix when we refresh was clicked (bug 472701)
12467
12468 2001-10-19 [christoph]  0.6.3claws26
12469
12470         * src/compose.c
12471                 last header entry should default to "To:" or
12472                 "Newsgroups:" and not copy the last entry line
12473                 in a new compose window
12474                 (closes bug #472686, #470792)
12475
12476 2001-10-19 [paul]       0.6.3claws25
12477
12478         * sync with Sylpheed 0.6.3cvs8
12479                 see ChangeLog entries 2001-10-18 and 2001-10-19
12480
12481 2001-10-18 [christoph]  0.6.3claws24
12482
12483         * src/procmsg.c
12484                 reimplement ignore thread
12485         
12486 2001-10-18 [hoa]        0.6.3claws23
12487
12488         * src/folderview.c
12489         * src/grouplistdialog.[ch]
12490                 enhanced news subscription interface (feature 469113)
12491
12492         * src/news.c
12493         * src/news.h
12494                 enchanced newsgroup listing,
12495                 now, we can get groups informations
12496                 (NNTPGroupInfo)
12497
12498 2001-10-18 [paul]       0.6.3claws22
12499
12500         * src/summaryview.c
12501                 remove comment (sync with main branch)
12502         * src/mainwindow.c
12503                 fix 'Re-edit' bug in 'Message' menu
12504
12505 2001-10-17 [christoph]  0.6.3claws21
12506
12507         * src/compose.c
12508                 ignore empty or whitespace only header lines
12509
12510 2001-10-17 [paul]       0.6.3claws20
12511
12512         * sync with sylpheed 0.6.3cvs7
12513                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12514                 2001-10-17
12515
12516 2001-10-17 [darko]
12517
12518         * src/compose.c
12519                 wrap long lines without spaces
12520                 don't wrap URLs
12521
12522 2001-10-16 [paul]
12523
12524         * po/es.po, po/nl.po, po/pt_BR.po
12525                 updated by Ricardo Mones Lastra, Alfons,
12526                 and Fabio Junior Beneditto
12527
12528         * sylpheed-0.6.3claws released
12529
12530 2001-10-15 [melvin] 0.6.3claws18
12531
12532         * README.claws
12533                 added summary and detailed installation instructions
12534                 for spell checker
12535         * po/fr.po
12536                 Updated, corrected and completed french translation
12537
12538 2001-10-15 [hoa] 0.6.3claws17
12539         * src/grouplistdialog.c
12540                 we can choose the newsgroups to display with wildcards
12541
12542 2001-10-15 [christoph]  0.6.3claws16
12543
12544         * src/account.c
12545         * src/compose.c
12546         * src/prefs_folder_item.[ch]
12547                 applied wwp <subscript@free.fr>'s folder
12548                 default account patch
12549         * po/de.po
12550                 Fixed wrong translation
12551
12552 2001-10-13 [alfons, christoph, melvin]  
12553                         0.6.3claws15
12554
12555         solution #2 to solve MT-safety problems defers all GUI related calls
12556         to the main thread using a gtk_idle_add() callback. discussed on
12557         ircnet #sylpheed, with christoph spotting some issues with the
12558         original code, and melvin allowing us to lobotomize his sylpheed.
12559
12560         * src/syldap.[ch], src/main.c
12561                 fix race problem in ldap search thread by deferring GUI 
12562                 stuff to main thread using gtk_idle_add()
12563
12564 2001-10-13 [paul]       0.6.3claws14
12565
12566         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12567                 add Sergey's smtpcred.patch
12568                 adds separate username/password setting for SMTP Auth
12569                 needed by some servers
12570                 (closes feature request #471659)
12571
12572 2001-10-13 [paul]       0.6.3claws13
12573
12574         * src/pgptext.[ch] **NEW FILES**
12575         * src/Makefile.am, src/messageview.c, src/mimeview.c
12576                 decrypt ascii-armored gpg text embedded in
12577                 the message body.
12578                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12579
12580 2001-10-13 [christoph]  0.6.3claws12
12581
12582         * README.claws
12583                 some more details on default to and
12584                 feature requests
12585         * src/main.c
12586                 init glib threading when ldap is used
12587         * src/syldap.c
12588                 threading fixes
12589         * po/de.po
12590                 fixed a typo
12591
12592 2001-10-12 [paul]       0.6.3claws11
12593
12594         * src/prefs_common.[ch], src/rfc2015.c
12595                 enable ascii-armored gpg text to be embedded in the
12596                 message body, selectable through the 'Privacy'
12597                 preferences. Supports encrypting only.
12598                 Submitted by Ravemax <ravemax@dextrose.com>
12599
12600 2001-10-12 [paul]       0.6.3claws10
12601
12602         * sync with sylpheed 0.6.3cvs6
12603                 see ChangeLog entries 2001-10-11 and 2001-11-12
12604
12605         * src/folderview.c
12606                 incorporated mbox folders, scoring, and folder
12607                 properties into the sync
12608
12609 2001-10-12 [darko]      0.6.3claws9
12610
12611         * README.claws
12612                 describe quotation wrapping
12613         * src/compose.c
12614                 don't treat tab as space to calculate line length properly
12615
12616 2001-10-11 [alfons]
12617
12618         * README.claws
12619                 correct description of how to make new filtering system work,
12620                 add some other things
12621                 
12622         * src/syldap.c
12623                 remove sched_yield() (not necessary / unportable)
12624
12625 2001-10-11 [paul]       0.6.3claws8
12626
12627         * sync with sylpheed 0.6.3cvs3
12628                 see ChangeLog entry 2001-10-10
12629
12630 2001-10-10 [christoph]  0.6.3claws7
12631
12632         * .cvsignore
12633                 ignore 2 files created by newer autotools
12634         * src/prefs_folder_item.c
12635                 using table for widget alignment
12636                 fixed memory leak and broken octal display
12637         * src/filesel.c
12638                 fixed segfault caused by lost filename
12639                 workaround (closes bug #469551)
12640
12641 2001-10-10 [paul]       0.6.3claws6
12642
12643         * sync with sylpheed 0.6.3cvs2
12644                 see ChangeLog entries 2001-10-09 and 2001-10-10
12645
12646 2001-10-10 [darko]      0.6.3.claws5
12647
12648         * src/gtkstext.c
12649                 proper calculation of right margin if smart wrapping is enabled
12650         * src/compose.c
12651                 automatically wrap long lines if wrap quotation is enabled
12652
12653 2001-10-09 [alfons]     0.6.3.claws4
12654
12655         * src/summaryview.c
12656                 select correct row when deleting last row in the summary view (and
12657                 close bug "[ #469104 ] select second last in list when deleting")
12658
12659 2001-10-09 [paul]       0.6.3claws3
12660
12661         * sync with sylpheed 0.6.3cvs1
12662                 updated some autotool scripts
12663
12664 2001-10-09 [darko]      0.6.3claws2
12665
12666         * src/gtkstext.[ch]
12667                 new name and mark with Sylpheed comment
12668         * src/compose.c
12669                 smart quotation wrapping a-la VIM
12670
12671 2001-10-08 [paul]       0.6.3claws1
12672
12673         * sync with sylpheed 0.6.3 release
12674                 see ChangeLog entry 2001-10-08
12675
12676 2001-10-08 [paul]       0.6.2claws24
12677
12678         * src/summaryview.c
12679                 more sync with sylpheed 0.6.2cvs12
12680                 Fixed the bug that didn't select the last row correctly
12681
12682
12683 2001-10-07 [paul]       0.6.2claws23
12684
12685         * sync with sylpheed 0.6.2cvs12
12686                 see ChangeLog entry 2001-10-07
12687
12688 2001-10-06 [match]
12689         * src/jpilot.[ch]
12690                 enable jpilot to read unsynch'ed addresses.
12691
12692         * src/editldap_basedn.c
12693                 fix segfault when opening dialog.
12694
12695 2001-10-06 [alfons]     0.6.2.claws22
12696
12697         * src/summaryview.c
12698                 fix bug with summary view selecting last *inserted*
12699                 node instead of last *visible* node. remember we
12700                 work with a tree
12701
12702 2001-10-06 [paul]       0.6.2claws21
12703
12704         * po/pt_BR.po
12705                 updated translation, contains some fixes and new
12706                 translations, submitted by Gustavo Noronha Silva
12707                 <kov@debian.org>
12708
12709         * src/prefs_common.c
12710                 change 'each' to 'every' - fix dubious English
12711
12712         * sync with sylpheed 0.6.2cvs11
12713
12714 2001-10-05 [alfons]     0.6.2claws20
12715
12716         * src/mainwindow.[ch], src/folderview.c
12717                 make composite tool button switch between "Compose News"
12718                 and "Compose Mail" depending on selected folder
12719                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12720
12721 2001-10-05 [paul]       0.6.2claws19
12722
12723         * src/mainwindow.c, src/summaryview.c
12724                 fix 'Message/Reply to all', broken in last commit
12725
12726         * src/compose.c
12727                 fix X_BEENTHERE seg fault, thanks to Alfons
12728
12729 2001-10-04 [paul]       0.6.2claws18
12730
12731         * src/compose.[ch], src/mainwindow.c
12732                 make "Message/Reply" reply to mailing lists; matches
12733                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12734                 based on portions of the patch submitted by
12735                 Junichi Uekawa <dancer@netfort.gr.jp>
12736
12737 2001-10-04 [darko]      0.6.2claws17
12738
12739         * src/compose.c
12740                 better smart wrapping
12741         * src/gtkstext.[hc]
12742                 a function to make text buffer contiguous
12743
12744 2001-10-03 [paul]       0.6.2claws16
12745
12746         * sync with sylpheed 0.6.2cvs10
12747
12748 2001-10-02 [alfons]
12749
12750         * configure.in
12751         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12752                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12753                 references to chinese translations (hope someone picks up
12754                 this)
12755
12756 2001-10-02 [christoph]  0.6.2claws15
12757
12758         * src/compose.c
12759                 fixed non translated header bug
12760         * ChangeLog.claws
12761                 fixed wrong date in alfons last entry ;)
12762
12763 2001-10-02 [alfons]     0.6.2claws14
12764
12765         * src/compose.c, src/prefs_common.[ch]
12766                 add block cursor option
12767
12768 2001-10-02 [paul]       0.6.2claws13
12769
12770         * sync with sylpheed 0.6.2cvs9
12771
12772 2001-09-30 [paul]       0.6.2claws12
12773
12774         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12775                 updated translations
12776
12777         * po/POTFILES.in
12778                 add 'src/importldif.c'
12779
12780         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12781                 added eudora-to-vCard conversion tool
12782                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12783
12784         * sync with sylpheed 0.6.2cvs8
12785
12786 2001-09-30 [paul]
12787
12788         * sylpheed-0.6.2claws released
12789
12790 2001-09-27 [melvin]     0.6.2claws11
12791
12792         * src/gtkspell.c
12793                 fixed crash when using default path (introduced 
12794                 in 0.6.2claws10)
12795                 fixed tiny bug for initial suggestion mode
12796
12797 2001-09-27 [melvin]     0.6.2claws10
12798         
12799         * src/gtkspell.c
12800                 fixed bug where gtkpspell didn't set the path correctly
12801
12802         * README.claws
12803                 added a paragraph about spell checking
12804                 
12805
12806
12807 2001-09-27 [paul]       0.6.2claws9
12808
12809         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12810                 replace '// comments' with '/* comments */' to prevent
12811                 some compiler warnings 
12812
12813         * sync with sylpheed 0.6.2cvs6
12814
12815 2001-09-26 [alfons]     0.6.2claws8
12816
12817         * src/messageview.c
12818                 introduce return receipt request notification again,
12819                 which was lost because of other semantics in 
12820                 procheader_parse() (???)
12821
12822 2001-09-26 [christoph]  0.6.2claws7
12823
12824         * src/compose.c
12825                 replace comments for old code with #if 0
12826                 readded auto cc, bcc and reply-to
12827         * src/prefs_matcher.c
12828         * src/prefs_scoring.c
12829                 removed some definition (was moved to
12830                 prefs.h)
12831
12832 2001-09-26 [paul]       0.6.2claws6
12833
12834         * src/mainwindow.c
12835                 make 'Follow-up and reply to' sensitive
12836
12837         * more sync with sylpheed 0.6.2cvs5
12838
12839 2001-09-25 [melvin]
12840
12841         * 0.6.2claws5
12842
12843         * src/gtkspell.c
12844                 fixed bug for "US-ASCII" introduced by the encoding code
12845
12846 2001-09-25 [paul]
12847
12848         * 0.6.2claws4
12849
12850         * src/prefs_common.[ch], src/summaryview.c
12851                 'next unread msg' 'go to next folder?' dialog can be
12852                 given default behaviour, either always show dialog,
12853                 or assume 'yes', or assume 'no'
12854                 Submitted by wwp <subscript@free.fr>
12855
12856 2001-09-25 [melvin]
12857                 
12858         * src/compose.c src/gtkspell.[ch]
12859                 added support for different encodings
12860
12861 2001-09-25 [paul]
12862
12863         * more sync with sylpheed 0.6.2cvs5
12864
12865 2001-09-24 [alfons]
12866         
12867         * src/prefs_folder_item.c
12868                 add check for item->prefs->default_to string is NULL and
12869                 add another check when freeing this string
12870
12871 2001-09-24 [paul]
12872
12873         * configure.in
12874                 change to version 0.6.2claws3
12875
12876         * sync with sylpheed 0.6.2cvs5 
12877
12878 2001-09-24 [match]
12879         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12880                 import LDIF files.
12881         * src/addrcache.[ch], addrindex.[ch]
12882                 small update for future
12883         * src/addrbook.c
12884                 fix test XML file.
12885
12886 2001-09-24 [melvin]
12887         * src/gtkspell.[ch]
12888                 added 'Learn from mistakes' option
12889                 better handling of quotes in checked words
12890                 sorted dict list
12891         * po/fr.po
12892                 small update for spell checking stuff
12893
12894 2001-09-23 [alfons]
12895         
12896         * src/gtkspell.c
12897                 edit a little bit so it complies more with main coding style
12898
12899 2001-09-23 [alfons]
12900
12901         * src/folder.[ch], prefs_folder_item.c, compose.c
12902                 migrate "request return receipt" folder property
12903                 to folderlist.xml
12904
12905 2001-09-22 [alfons]
12906
12907         * README.claws **NEW**
12908                 (add things of interest for users of main branch 
12909                 and claws here)
12910
12911         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12912                 re-implement threading per folder option, but store 
12913                 the setting in folderlist.xml (where it belongs)
12914
12915 2001-09-21 [melvin]
12916
12917         * src/gtkspell.[ch]
12918                 fixed bug when compose window is under another window
12919         * src/prefs_common.[ch] src/compose.c
12920                 changed 'dictionary_path' to 'dictionary' to be consistent
12921                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12922         * ac/pspell.m4 src/Makefile.am 
12923                 dropped PSPELL_PATH macro
12924         * po/fr.po
12925                 updated translations
12926
12927 2001-09-21 [christoph]
12928
12929         * src/compose.c
12930                 added border around header fields
12931                 keep header type when new field is added
12932
12933 2001-09-20 [christoph]
12934
12935         * src/utils.[ch]
12936                 more portable debug_print with source filename
12937                 and linenumber
12938         * src/procmsg.c
12939                 more newlines after debug messages
12940
12941 2001-09-20 [paul]
12942
12943         * configure.in
12944                 change to version 0.6.2claws2
12945
12946         * sync with sylpheed 0.6.2cvs3
12947
12948 2001-09-19 [melvin]
12949
12950         * src/gtkspell.c
12951                 fixed the post-right-click focus pb
12952                 fixed crash when 'Spell check all' after dict change 
12953                         and when cursor is at the end of the text
12954                 shift-right-click pops up config menu even on misspelled words.
12955         * po/POTFILES.in
12956                 added gtkspell.c
12957
12958 2001-09-19 [melvin]
12959
12960         * src/about.c
12961                 added pspell to compiled-in features list
12962
12963 2001-09-18 [melvin]
12964
12965         * switched to pspell and dropped ispell
12966         * ac/pspell.m4
12967                 new file. autoconf macro for pspell
12968         * ac/Makefile.am 
12969         * configure.in acconfig.h
12970                 added pspell support
12971         * src/Makefile.am
12972         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12973         * src/prefs_common.[ch] 
12974                 added pspell support
12975
12976 2001-09-18 [christoph]
12977
12978         * src/addr_compl.c
12979         * src/template.[ch]
12980                 replace LOG_MESSAGE with debug_print
12981         * src/compose.[ch]
12982                 gui improvements
12983         * src/menu.c
12984                 added newline after debug message
12985         * src/utils.h
12986                 using __VA_ARGS__ for debug_print macro
12987         * tools/.cvsignore
12988                 ignore Makefile and Makefile.in
12989
12990 2001-09-18 [paul]
12991
12992         * configure.in
12993                 change to version 0.6.2claws1
12994         * sync with sylpheed 0.6.2cvs1
12995
12996         * src/matcher.c 
12997         * src/prefs_matcher.c
12998                 add 'score equal to' option, submitted by
12999                 Paul Evans <nerd@freeuk.com>
13000
13001 2001-09-15 [christoph]
13002
13003         * src/mainwindow.c
13004                 comment out menu entry not existing in claws
13005         * src/menu.c
13006                 add debug output for non existing menu entries
13007         * src/summaryview.c
13008                 fix next/prev unread message for ignored threads
13009         * src/utils.[ch]
13010                 add sourcefile and line number to debug output
13011                 otherwise it is sometimes hard to find the
13012                 source code part if debug messages are translated
13013
13014 2001-09-14 [darko]
13015         
13016         * src/folderview.c
13017                 refresh target folder style after colour is changed
13018
13019 2001-09-13 [paul]
13020
13021         * configure.in
13022                 change to version 0.6.1claws3
13023
13024         * sync with sylpheed 0.6.1cvs6
13025
13026 2001-09-13 [darko]
13027         
13028         * src/folderview.c
13029                 fix target folder colourization to use user selected colour
13030
13031 2001-09-12 [darko]
13032         
13033         * src/summaryview.c
13034                 fix crash when message that is marked for copy/move is unmarked
13035
13036 2001-09-09 [paul]
13037
13038         * configure.in
13039                 change to version 0.6.1claws2
13040
13041         * sync with sylpheed 0.6.1cvs3
13042
13043 2001-09-09 [alfons]
13044         
13045         * src/folderview.c
13046                 fix bug with default font used for trash folder text
13047
13048 2001-09-06 [paul]
13049
13050         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13051                 updated translations
13052
13053         * configure.in
13054                 change to version 0.6.1claws1
13055
13056         * sync with sylpheed 0.6.1cvs2
13057
13058 2001-09-03 [paul]
13059
13060         * po/POTFILES.in
13061                 add Match's new addressbook
13062
13063         * po/de.po
13064                 updated translation submitted by Jens Oberender
13065
13066 2001-09-02 [paul]
13067
13068         * configure.in
13069                 change to 0.6.1claws
13070         * sync with sylpheed 0.6.1 release
13071
13072 2001-09-02 [paul]
13073
13074         * configure.in
13075                 change to 0.6.0claws2
13076
13077         * sync with sylpheed 0.6.0cvs4
13078
13079         * po/pt_BR.po
13080                 updated translation submitted by Fabio Junior Beneditto
13081
13082 2001-09-01 [match]
13083         * pixmaps/
13084                 interface.xpm
13085                 book.xpm
13086                 address.xpm
13087         * src/
13088                 Makefile.am
13089                 a ton of new files
13090
13091 2001-08-31 [paul]
13092
13093         * configure.in
13094                 change to version 0.6.0claws1
13095
13096         * sync with sylpheed 0.6.0cvs1
13097
13098         * po/es.po
13099                 updated translation submitted by Ricardo Mones Lastra
13100
13101         * po/POTFILES.in
13102                 add 'src/prefs_templates.c'
13103
13104         * src/compose.c, src/summaryview.c
13105                 fix segfault on 'Re_edit'               
13106
13107 2001-08-30 [alfons]
13108
13109         * configure.in, Makefile.am
13110         * tools/Makefile.am
13111                 add tools directory to source distribution
13112
13113 2001-08-30 [paul]
13114
13115         * configure.in
13116                 change to version 0.6.0claws
13117
13118         * sync with sylpheed 0.6.0 release
13119
13120 2001-08-30 [christoph]
13121
13122         * configure.in
13123                 removed autoconf version check
13124
13125 2001-08-30 [paul]
13126
13127         * src/account.c, src/compose.c, src/prefs_common.[ch]
13128         * src/procheader.[ch] src/utils.[ch]
13129                 Enhanced automatic account selection on replies
13130                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13131
13132         * configure.in
13133                 add LDAP and JPilot to the configuration results output.
13134
13135 2001-08-29 [christoph]
13136
13137         * src/summeryview.c
13138                 no bold font for ignored threads
13139
13140 2001-08-29 [paul]
13141
13142         * configure.in
13143                 change to version 0.5.3claws6
13144
13145         * sync with sylpheed 0.5.3cvs10
13146                 src/stringtable.[ch]: New Files
13147
13148         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13149         * src/pixmaps/sylpheed.xpm
13150                 add mini-icons to windows (by Alfons)
13151
13152 2001-08-27 [paul]
13153
13154         * src/mainwindow.c
13155                 new functions: next_labeled_cb(), prev_labeled_cb()
13156
13157         * src/summaryview.c
13158                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13159                 summary_select_next_labeled(), summary_select_prev_labeled()
13160
13161         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13162                 give claws blue folders and a blue trash can
13163
13164 2001-08-27 [paul]
13165
13166         * configure.in
13167                 change to version 0.5.3claws5
13168
13169         * sync with sylpheed 0.5.3cvs9
13170                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13171
13172 2001-08-24 [christoph]
13173
13174         * src/filesel.c
13175                 keep filename when browsing directories
13176                 (not working for user entered filename, but
13177                  for default name and selected filename from
13178                  file list)
13179         * src/mainwindow.c
13180                 fixed wrong spelling "Folllow-up"
13181         * src/mbox_folder.c
13182         * src/procmsg.c
13183         * src/summaryview.c
13184                 fixed new/unread message count with ignored
13185                 threads (2 commits, first didn't notice no
13186                 longer needed decreasing)
13187         * src/inc.c
13188                 readded scrolling of progress dialog
13189                 (lost in sync)
13190
13191 2001-08-24 [paul]
13192
13193         * configure.in
13194                 change to 0.5.3claws4
13195
13196         * sync with sylpheed 0.5.3cvs7
13197
13198 2001-08-24 [christoph]
13199
13200         * src/compose.c
13201                 set request return receipt when replying
13202                 if it is set is the folder prefs of the
13203                 message
13204         * src/inc.c
13205                 disable final error popup if popups are
13206                 disabled in config (again)
13207
13208 2001-08-23 [paul]
13209
13210         * configure.in
13211                 Change version number to 0.5.3claws3
13212
13213         * sync with sylpheed 0.5.3cvs5
13214
13215         * src/mimeview.c
13216                 double quote '%s' in 'gedit %s' to fix bug when
13217                 opening attachment with spaces in the name
13218
13219 2001-08-22 [alte]
13220         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13221           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13222                 initial message templates support
13223
13224
13225 2001-08-22 [paul]
13226
13227         * configure.in
13228                 change version number to 0.5.3claws2
13229
13230         * sync with sylpheed 0.5.3cvs4
13231
13232         * src/procmsg.h src/summaryview.c
13233                 re-implement (un)ignore thread
13234
13235 2001-08-21 [paul]
13236
13237         * src/summaryview.c
13238                 remove unnecessary code
13239         * src/compose.c
13240                 enable 'dynamic' signatures (submitted by
13241                 Eric Limpens <eric@hscg-internet.nl>)
13242
13243 2001-08-21 [paul]
13244
13245         clean up after sync with sylpheed 0.5.3 release
13246
13247         * src/folderview.c
13248                 fix re-introduced font mess, see Christoph's
13249                 entry 2001-06-24
13250
13251         * src/summaryview.c
13252                 remove prev_msgnum
13253                 use sylpheed's small font instead of
13254                 gtk default font for summary view
13255
13256
13257 2001-08-17 [paul]
13258
13259         * configure.in
13260                 add pl to ALL_LINGUAS - sync with main branch
13261
13262         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13263                 Updated. Translations by Jens Oberender, Ricardo Mones
13264                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13265
13266         * po/pl.po  ** NEW FILE **
13267                 sync with the main branch
13268
13269         * src/folderview.c
13270                 fix target folder colorizing and refresh problem
13271
13272
13273 2001-08-17 [christoph]
13274
13275         * src/mainwindow.c
13276                 claws uses 4 colors for target folder coloring.
13277                 arrays were not long enough and destroyed the
13278                 stack causing a segfault.
13279                 target folder colorizing does not work anymore
13280                 for me
13281
13282 2001-08-16 [paul]
13283
13284         * configure.in
13285                 change to version 0.5.3claws1
13286
13287         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13288           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13289           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13290
13291                 sync with sylpheed 0.5.3 release, but keep claws method of
13292                 configuring/saving fonts
13293
13294         * src/addressbook.[ch]
13295                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13296                 in line with a similar change in Hiroyuki's branch
13297
13298         * src/mainwindow.[ch]
13299                 disable main_window_set_thread_option()
13300         * src/prefs_folder_item.c
13301                 comment out &tmps_prefs.enable_thread,
13302         * src/mbox_folder.c, src/procmsg.[ch]
13303                 comment out MSG_IS_IGNORE_THREAD
13304         * src/summaryview.c
13305                 comment out summary_ignore_thread() and summary_unignore_thread()
13306                 comment out MSG_IS_IGNORE_THREAD
13307
13308                 use Hiroyuki's threading instead.
13309
13310
13311
13312 2001-08-15 [paul]
13313
13314         * src/account.c
13315                 use Hiroyuki's 0.5.3 column scheme but also
13316                 include the enable/disable button.
13317         * src/pixmaps/mark.xpm
13318                 add Hiroyuki's amended pixmap
13319
13320 2001-08-13 [christoph]
13321
13322         * src/account.c
13323                 receive at get all column showed wrong state for APOP
13324                 button should only work for POP3 and APOP accounts
13325         * src/prefs_account.c
13326                 added missing preprocessor statement for SSL
13327
13328 2001-08-12 [paul]
13329
13330         * src/account.[ch]
13331                 add 'receive at get all' column and enable/disable
13332                 button.
13333
13334 2001-08-06 [christoph]
13335
13336         * src/account.c
13337                 show usage of SSL in protocol column
13338
13339         * src/imap.c
13340         * src/inc.c
13341                 renamed ssl options
13342
13343         * src/prefs_account.[ch]
13344                 moved ssl options to a new page
13345
13346         * src/send.c
13347         * src/smtp.c
13348         * src/ssl.[ch]
13349                 renamed ssl options
13350                 added support for SMTP STARTTLS command
13351
13352 2001-08-05 [christoph]
13353
13354         * configure.in
13355                 debian autoconf needs version check to find
13356                 correct autoconf version. if the file is
13357                 named configure.in 2.13 is used, which does
13358                 not work with this configure.in script.
13359                 other solution would be to rename the script
13360                 to configure.ac as suggested in the autoconf
13361                 manual.
13362
13363         * src/inc.c
13364                 disable final error popup if popups are
13365                 diabled in config
13366
13367         * src/socket.c
13368                 bugfix in ssl_gets
13369                 fixes IMAP over SSL problem
13370
13371 2001-08-03 [paul]
13372
13373         * configure.in
13374                 change to 0.5.2claws1
13375
13376         * sync with sylpheed 0.5.2cvs1
13377
13378 2001-08-02 [alfons]
13379
13380         * configure.in
13381                 quick fix for ispell detection...
13382
13383 2001-08-01 [paul]
13384
13385         * configure.in
13386                 change to 0.5.1claws4
13387
13388         * sync with sylpheed 0.5.1cvs7
13389
13390 2001-07-31 [alfons]
13391
13392         * src/prefs_common.c, src/prefs_common.h, 
13393           src/gtkspell.c, src/gtkspell.h
13394                 add global spelling checker settings (compose tab) +
13395                 selection of dictionary 
13396           
13397         * configure.in  
13398                 guess valid ispell location
13399
13400 2001-07-31 [paul]
13401
13402         * po/POTFILES.in
13403                 removal of 'src/quote_fmt_parse.c'
13404         * po/de.po
13405                 Updated de.po
13406                 (submitted by Jens Oberender <didge@suse.de>)
13407
13408 2001-07-31 [darko]
13409
13410         * src/folder.[ch]
13411         * src/folderview.[ch]
13412         * src/mainwindow.c
13413         * src/mh.c
13414         * src/prefs_common.[ch]
13415         * src/summaryview.c
13416                 target folder colourization
13417
13418 2001-07-30 [paul]
13419
13420         more sync with Sylpheed 0.5.1cvs6 
13421
13422 2001-07-30 [darko]
13423
13424         * src/mh.c
13425         * src/prefs_folder_item.[hc]
13426         * src/summaryview.c
13427                 shared folders support with a GUI
13428
13429 2001-07-29 [paul]
13430
13431         0.5.1claws3
13432
13433         * sync with Sylpheed 0.5.1cvs6
13434
13435 2001-07-29 [paul]
13436
13437         * po/pt_BR.po
13438                 updated
13439                 (submitted by Fabio Junior Beneditto)
13440
13441 2001-07-28 [paul]
13442
13443         * src/procmime.c
13444         * AUTHORS
13445                 patch to correct bad image mime headers
13446                 (submitted by Don Quijote <dq@searchlores.org>)
13447
13448 2001-07-28 [paul]
13449
13450         * tools/gif2xface.pl   **NEW FILE**
13451         * tools/README
13452                 script to convert file.gif to file.xface for
13453                 use in a custom header.
13454                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13455
13456 2001-07-27 [alfons]
13457         
13458         * configure.in
13459                 change macros for detecting JPilot and LDAP
13460
13461 2001-07-27 [christoph]
13462
13463         * src/filtering.c
13464                 code cleanup (MIN / MAX warning, needed casting)
13465
13466 2001-07-27 [alfons]
13467
13468         * procheader.c
13469                 disallow setting flags when detecting certain headers
13470                 (X-Status, Status, Seen, X-Seen). 
13471         
13472         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13473
13474 2001-07-27 [christoph]
13475
13476         * src/prefs_filter.c
13477         * src/prefs_filtering.c
13478         * src/prefs_matcher.c
13479         * src/prefs_scoring.c
13480                 scroll list when moving rows up or down
13481
13482         * src/imap.c
13483         * src/imap.h
13484         * src/prefs_account.c
13485         * src/prefs_account.h
13486         * src/send.c
13487                 SMTP over SSL (untested, feedback requested)
13488                 IMAP over SSL
13489
13490         * src/ssl.c
13491                 code cleanup
13492
13493 2001-07-26 [alfons]
13494         
13495         * configure.in, acconfig.h
13496                 define CLAWS (need this for main / claws detection)
13497
13498 2001-07-25 [alfons]
13499
13500         * configure.in
13501                 Sylpheed 0.5.1claws2
13502                 
13503         * sync with Sylpheed 0.5.1cvs4
13504
13505 2001-07-25 [christoph]
13506
13507         * src/scoring.c
13508                 fixed segfault
13509                 item->prefs == NULL (don't know why)
13510
13511 2001-07-25 [alfons]
13512
13513         * configure.in
13514                 Sylpheed 0.5.1claws1
13515
13516         * sync with Sylpheed 0.5.1cvs1-3
13517
13518 2001-07-24 [christoph]
13519
13520         * src/folderview.c
13521         * src/prefs_folder_item.[ch]
13522                 added folderitem preferences dialog with
13523                 default To: and auto request return receipt
13524
13525         * src/compose.[ch]
13526         * src/menu.[ch]
13527                 changes to handle new folderitem preferences
13528
13529         * src/mainwindow.c
13530         * src/summaryview.c
13531                 call compose new mail with current folderitem
13532
13533 2001-07-24 [alfons]
13534
13535         Release Sylpheed 0.5.1claws
13536
13537         * configure.in
13538                 change to release version 0.5.1claws
13539
13540 2001-07-24 [christoph]
13541
13542         * src/summaryview.c
13543                 fixed segfault that happend when the selected
13544                 message was removed while retrieving new messages.
13545
13546         * po/es.po
13547                 updated translation
13548                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13549
13550 2001-07-22 [alfons]
13551
13552         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13553         this is a work in progress, for more information: http://nlpagan.net/sylman 
13554         
13555         * configure.in, src/mainwindow.c, manual/Makefile.am
13556                 add support for English manual
13557
13558         * AUTHORS
13559                 add authors of user manuals
13560
13561         * manual/en/sylpheed*.html
13562                 add English documentation
13563
13564 2001-07-22 [christoph]
13565
13566         * po/POTFILES.in
13567                 added src/ssl.c
13568         * src/ssl.c
13569                 changed a wrong debug message
13570
13571 2001-07-22 [alfons]
13572
13573         * po/nl.po
13574                 update Dutch translation
13575
13576         * src/prefs_filtering.c, 
13577           src/prefs_matcher.c
13578                 add more translatable strings           
13579
13580 2001-07-21 [alfons]
13581
13582         0.5.0claws7
13583
13584         * configure.in
13585                 change version
13586
13587         * src/inc.c, src/summaryview.[ch]
13588                 prevent update of mark file when filtering has done, by
13589                 using a variable; this affects two functions:
13590                         inc.c::inc_finished()
13591                         summaryview.c::summary_show()
13592
13593 2001-07-20 [alfons]
13594
13595         * src/filtering.[ch], src/prefs_filtering.c, 
13596           src/matcher.[ch]
13597                 add filtering action for label coloring 
13598
13599         * po/POTFILES.in
13600                 add labelcolors.c
13601
13602         * added src/labelcolors.c
13603         * added src/labelcolors.h
13604         * src/Makefile.am, src/summaryview.c
13605                 rearrange label coloring code
13606
13607         * src/procmsg.h
13608                 add more parentheses so label colouring works correctly
13609
13610         * src/filtering.c
13611                 don't really delete message, but move it to Trash
13612
13613         * src/prefs_matcher.c
13614                 add quote options to info dialog
13615
13616 2001-07-20 [christoph]
13617
13618         * src/Makefile.am
13619         * src/inc.c
13620         * src/main.[ch]
13621         * src/socket.h
13622         * src/ssl.[ch] (new)
13623                 moved ssl stuff to a seperate file
13624
13625 2001-07-20 [darko]
13626
13627         * src/summaryview.c
13628                 fix show sender using address book with no e-mail
13629                 address in From: field
13630
13631 2001-07-19 [alfons]
13632
13633         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13634                 fix messy handling of escaping... now at least the
13635                 execute command is useful. escape char is '\', we
13636                 accept \n and \r too. 
13637
13638                 Real life example:
13639                 
13640                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13641                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13642
13643 2001-07-18 [alfons]
13644
13645         0.5.0claws6
13646
13647         * src/summaryview.c
13648                 clean up
13649
13650         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13651           src/procmsg.[ch]
13652                 revise filtering; currently move, copy, marking have
13653                 been tested. if you like bleeding edge stuff, you
13654                 should definitely go for this version :)
13655
13656         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13657
13658 2001-07-17 [christoph]
13659
13660         * src/utils.c
13661                 timestamp log
13662
13663 2001-07-17 [alfons]
13664
13665         0.5.0claws5
13666
13667         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13668           bits in the mark file, without affecting either branch. Lots of
13669           files changed, also in claws branch.
13670
13671           UNTESTED: use of mbox folders
13672
13673         * src/summaryview.c
13674                 added mark all read; however this was a quick hack used for
13675                 cleaning up mess after initial merge with Hiroyuki
13676
13677         * configure.in
13678                 change claws version number back to 0.5.0claws5 to clear up 
13679                 confusion & pretension (recent release was technically 
13680                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13681
13682 2001-07-16 [alfons]
13683
13684         sync with Hiroyuki's 0.5.0cvs4
13685
13686 2001-07-16 [alfons]
13687
13688         0.5.1claws3
13689
13690         * src/filtering.[ch]
13691                 remove invalid updating of mark files for 
13692                 filter actions MATCHING_ACTION_MOVE and 
13693                 MATCHING_ACTION_DELETE; this should fix the
13694                 folder update bug
13695                 
13696         * src/procmsg.c
13697                 revert Christoph's stab at fixing the folder 
13698                 update bug
13699
13700         * po/POTFILES.in
13701                 add missing files with translatable strings
13702
13703         * src/summaryview.c
13704                 remove debug print
13705
13706 2001-07-15 [alfons]
13707
13708         * src/addr_compl.[ch], src/prefs_filtering.c
13709                 make "filtering pref dialog's destination entry" an
13710                 "address completable entry", if filter destination is 
13711                 an email address
13712
13713         0.5.1claws2
13714         
13715         sync with Hiroyuki's 0.5.0cvs2-3
13716
13717 2001-07-15 [christoph]
13718
13719         * src/procmsg.c
13720                 fixed folder stats update after incorporation
13721
13722 2001-07-15 [alfons]
13723
13724         * src/summaryview.c
13725                 * finish label colouring stuff (for now)
13726                 * fix incorrect colour bug (off by one) 
13727
13728 2001-07-14 [alfons]
13729
13730         * src/mainwindow.c
13731                 change text labels for news and mail message so there's
13732                 plenty of toolbar estate left
13733
13734         * configure.in
13735                 0.5.1claws1
13736
13737         * src/folderview.c
13738           src/folder.[ch]
13739                 sync with Hiroyuki's 0.5.0cvs1
13740
13741         * src/summaryview.c
13742                 more rewrite label colouring
13743
13744 2001-07-14 [alfons]
13745
13746         * src/summaryview.[ch]
13747                 * start rewrite label colouring 
13748                 * fix proper location "Add Sender To Addressbook" menu item
13749
13750 2001-07-13
13751
13752         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13753         (actually this is 0.5.0claws4)
13754
13755 2001-07-13 [alfons]
13756
13757         * po/pt_BR.po
13758                 * fix duplicate message
13759                 * add updated Portugese / Brazilian translation
13760                   submitted by Fabio Junior Beneditto
13761
13762 2001-07-12 [alfons]
13763
13764         * AUTHORS
13765                 add Jens
13766
13767         * po/nl.po
13768                 add updated Dutch translation
13769
13770         * po/de.po
13771                 add updated German translation submitted by Jens
13772
13773 2001-07-11 [alfons]
13774
13775         Prerelease before 0.5.0claws. Please test.
13776         This version is temporarily tagged as VERSION_0_5_0_TEST
13777
13778         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13779           src/prefs_scoring.c, src/prefs_matcher.c, 
13780           src/prefs_filtering.c, src/mbox.c, 
13781           src/main.c, src/inc.c, src/filtering.[ch]
13782                 revert new Hoa's new matcher (does not work yet)
13783
13784         * src/Makefile.am
13785                 clean up
13786
13787 2001-07-10
13788
13789         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13790
13791
13792 2001-07-10 [alfons]
13793
13794         * Makefile.am
13795                 add ChangeLog.claws to EXTRA_DIST
13796         * src/Makefile.am
13797                 add matcher_parser_parse.h to EXTRA_DIST
13798
13799 2001-07-10 [christoph]
13800
13801         * src/inc.c
13802                 add destination folder to table of
13803                 folders that need to be updated after
13804                 incorporation
13805
13806 2001-07-10 [alfons]
13807
13808         * folder.[ch]
13809           folderview.c
13810                 make collapse state of folders and folder items persistent, i.e.
13811                 if you collapse a folder tree, the next time sylpheed-claws starts 
13812                 up the folder tree remains collapsed.  
13813                 
13814 2001-07-10 [christoph]
13815
13816         * acconfig.h
13817         * configure.in
13818                 added --enable-ssl
13819         * src/md5.[ch]
13820                 renamed MD5_CTX to MD5_CTX_syl
13821                 conflicts with a struct in openssl
13822         * src/inc.c
13823         * src/main.[ch]
13824         * src/prefs_account.[ch]
13825         * src/socket.[ch]
13826                 SSL support for POP
13827         * src/mainwindow.c
13828                 fixed compose with current account
13829                 broken by new compose button stuff
13830
13831 2001-07-09 [hoa]
13832
13833         * AUTHORS
13834                 changed my email address
13835
13836         * src/matcher_parser_parse.y
13837                 clean the parser to remove conflicts
13838
13839 2001-07-09 [alfons]
13840
13841         * AUTHORS
13842                 add Match Grun
13843
13844         * configure.in
13845                 fix incorrect description of --enable-ldap parameter
13846
13847         * src/prefs_common.[ch]
13848           src/compose.c
13849                 add experimental option "smart wrapping" which makes the
13850                 compose editor auto wrap.
13851                 
13852                 | TODO: the problem with the buggy cursor handling is caused |
13853                 | by the GtkText. when deleting / backspacing text its       |
13854                 | wrapping algorithm does not take in account the previous   |
13855                 | line. should find a way to hack this in.                   |
13856                 | or should perhaps combine this with the word wrapping      |
13857                 | patch i wrote in january.                                  |
13858
13859         * src/about.c
13860                 show build parameters for LDAP and JPilot
13861
13862         * src/summaryview.c
13863                 revert Christoph's bugfix for selecting next unread message, 
13864                 because folder stats aren't updated correctly
13865
13866 2001-07-08 [hoa]
13867
13868         * src/filtering.c
13869         * src/mainwindow.c
13870         * src/matcher.c
13871         * src/matcher_parser_lex.l
13872         * src/matcher_parser_parse.y
13873         * src/prefs_filtering.c
13874         * src/prefs_scoring.c
13875         * src/scoring.c
13876                 bugfix of the config file parser
13877
13878 2001-07-08 [alfons]
13879
13880         * src/Makefile.am
13881                 added generated matcher sources to BUILT_SOURCES
13882
13883 2001-07-08 [hoa]
13884
13885         * src/Makefile.am
13886         * src/.cvsignore
13887                 added new config file parser
13888
13889         * src/scoring.[ch]
13890         * src/filtering.[ch]
13891         * src/matcher.[ch]
13892         * src/prefs_filtering.c
13893         * src/prefs_matcher.c
13894         * src/prefs_scoring.c
13895         * added src/matcher_parser.h
13896         * added src/matcher_parser_lex.h
13897         * added src/matcher_parser_lex.l
13898         * added src/matcher_parser_parse.y
13899                 lex & yacc config file parser
13900
13901         * src/mbox.c
13902         * src/inc.c
13903         * src/main.c
13904                 changes prefs_filtering into global_filtering           
13905
13906         * src/summaryview.c
13907                 build threads with subjects only if "Re: " is at the
13908                 beginning of the subject
13909
13910 2001-07-07 [paul]
13911
13912         0.5.0claws
13913
13914         sync with sylpheed 0.5.0
13915                 change of version number only
13916
13917 2001-07-06 [paul]
13918
13919         0.5.0claws5
13920
13921         sync with sylpheed 0.5.0pre5
13922
13923 2001-07-05 [paul]
13924
13925         sync with sylpheed 0.5.0pre4 release
13926                 /po and /manual/ja not sync'ed
13927
13928 2001-07-04 [paul]
13929
13930         more sync with sylpheed 0.5.0pre4
13931
13932 2001-07-03 [christoph]
13933
13934         * src/addressbook.c
13935                 fixed address book broken by address book
13936                 for VCard, JPilot, LDAP
13937
13938 2001-07-03 [alfons]
13939
13940         * src/matcher.c
13941         * src/textview.c
13942                 stopped memory leaks
13943
13944 2001-07-03 [paul]
13945
13946         more sync with sylpheed 0.5.0pre4
13947
13948 2001-07-02 [match]
13949
13950         * included address book patch for VCard, JPilot, LDAP
13951         * pref_common.c - fixed Font options on Display tab (cosmetic)
13952         * alertpanel.c - fixed truncated message
13953
13954 2001-07-02 [christoph]
13955
13956         * src/mbox_folder.c
13957         * src/procmsg.[ch]
13958         * src/summaryview.c
13959                 mark threads for ignoring
13960
13961 2001-07-02 [paul]
13962
13963         0.5.0claws4
13964
13965         * sync with sylpheed 0.5.0pre4
13966                 updated gettext to 0.10.38.
13967
13968 2001-07-01 [paul]
13969
13970         * src/ mainwindow.c
13971         * src/procmsg.h
13972         * src/summaryview.[ch]
13973                 new right-click option: Label.
13974                 substitute for 'Mark-->Mark/Unmark', colours the line.
13975                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13976
13977 2001-07-01 [christoph]
13978
13979         * src/folderview.c
13980                 fixed font for trash
13981         * src/summaryview.c
13982                 move ctree to unread message
13983
13984 2001-07-01 [paul]
13985
13986         * sync with sylpheed 0.5.0pre3 release
13987
13988 2001-06-30 [alfons]
13989
13990         * src/filesel.[ch]
13991         * src/compose.c
13992                 allow inserting / attaching multiple files in
13993                 the composer window
13994
13995 2001-06-30 [paul]
13996
13997         * src/codeconv.c
13998                 small change to Alfons' previous stuff so that it
13999                 actually makes
14000
14001 2001-06-30 [alfons]
14002
14003         * lots of files changed; first attempt to merge the changes
14004           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
14005
14006 2001-06-30 [paul]
14007
14008         * po/pt_BR.po
14009                 updated and completed, translations by Fabio
14010                 Junior Beneditto <fjbeneditto@yahoo.com.br>
14011
14012 2001-06-29 [alfons]
14013
14014         * src/compose.c
14015         * src/mimeproc.[ch]
14016                 allow selecting an attached files' mime type from a 
14017                 list of types.
14018
14019 2001-06-29 [paul]
14020
14021         * more sync with sylpheed 0.5.0pre3
14022
14023 2001-06-29 [paul]
14024
14025         * po/pt_BR.po
14026                 merge with sylpheed.pot and pt_BR.po provided by
14027                 Fabio Junior Beneditto.
14028
14029 2001-06-29 [darko]
14030
14031         * src/procmime.c
14032                 make MIME types case insensitive
14033
14034 2001-06-28 [alfons]
14035
14036         * po/nl.po
14037                 merge with sylpheed.pot and old nl.po; translations added.
14038
14039 2001-06-28 [paul]
14040
14041         * more sync with sylpheed 0.5.0pre3
14042
14043 2001-06-27 [alfons]
14044
14045         * src/summaryview.c
14046                 don't crash when removing parent node of messages
14047                 attracted by subject. this was caused by not deleting
14048                 the parent node from the subject line hash table.
14049
14050 2001-06-27 [alfons]
14051
14052         * src/summaryview.c
14053         * src/compose.[ch]
14054         * src/mainwindow.c
14055                 if there are multiple messages selected, allow forwarding
14056                 them as attachments.
14057
14058 2001-06-27 [paul]
14059
14060         * more sync with sylpheed 0.5.0pre3
14061
14062 2001-06-26 [paul]
14063
14064         0.5.0claws3
14065
14066         * sync with sylpheed 0.5.0pre3
14067
14068 2001-06-25 [paul]
14069
14070         * src/mainwindow.c
14071                 fixed 'compose news article' bug
14072                 from icon-and-text toolbar
14073
14074 2001-06-25 [paul]
14075
14076         * sync with sylpheed 0.5.0pre2 release
14077
14078 2001-06-24 [christoph]
14079
14080         * src/prefs_common.c
14081                 bug fix in font selection
14082         * src/folderview.c
14083                 use sylpheed's normal font instead of
14084                 gtk default font for folders without
14085                 new messages
14086
14087 2001-06-24 [alfons]
14088
14089         * src/mainwindow.[ch]
14090                 added composite compose mail / news button (an idea by Leandro
14091                 Pereira <leandro@linuxmag.com.br>)
14092
14093 2001-06-24 [paul]
14094
14095         Added instructions for ldif-to-xml.py
14096
14097         * tools/README
14098
14099 2001-06-23 [alfons]
14100
14101         Some minor things.
14102
14103         * src/pixmaps/stock_news_compose.xpm
14104                 added pixmap by Leandro
14105         * src/prefs_common.c
14106                 tested built-in spelling checker of GCC 3.0 :)
14107         * po/nl.po
14108                 merged dutch translation of sylpheed-main with
14109                 sylpheed.pot
14110
14111 2001-06-23 [paul]
14112
14113         Added tools directory and files.
14114
14115         * tools/filter_conv.pl
14116                 converts old filter system to new filtering system
14117         * tools/ldif-to-xml.py
14118                 converts netscape addressbook to sylpheed addressbook
14119         * tools/README
14120                 descriptions/instructions for above two files
14121
14122 2001-06-23 [christoph]
14123
14124         * src/inc.c
14125         * src/manage_window.[ch]
14126         * src/prefs_common.[ch]
14127                 mail retrieval dialog can be enabled, disabled
14128                 or hidden if non of sylpheed's windows is active
14129
14130 2001-06-22 [paul]
14131
14132         0.5.0claws2
14133
14134         * sync with sylpheed 0.5.0pre2
14135
14136 2001-06-21 [christoph]
14137
14138         * src/summaryview.c
14139                 show recipient on 'from' for all accounts
14140                 
14141         * src/inc.c
14142         * src/prefs_common.[ch]
14143                 disable error popup on mail receive errors
14144
14145 2001-06-21 [alfons]
14146
14147         * src/compose.c
14148                 made the ruler correctly appear and disappear.
14149
14150         * src/Makefile.am
14151                 removed Hoa's work-in-progress-stuff (interesting!) so 
14152                 claws compiles ok.
14153
14154 2001-06-20 [christoph]
14155
14156         * src/inc.c
14157         * src/progressdialog.c
14158                 added scrolled window for list in progressdialog
14159
14160 2001-06-20 [paul]
14161
14162         sync with sylpheed 0.5.0pre1 release
14163
14164 2001-06-20 [christoph]
14165
14166         * src/summeryview.c
14167                 make building threads by subject work when
14168                 thread view is enabled
14169                 
14170         * src/compose.c
14171         * src/prefs_common.[ch]
14172                 automatically select account for mail replys
14173
14174 2001-06-19 [sergey]
14175
14176         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14177         they are filled in from the account settings.
14178
14179 2001-06-19 [paul]
14180
14181         * more sync with sylpheed 0.5.0pre1
14182
14183 2001-06-18 [alfons]
14184
14185         * src/Makefile.am,
14186           src/procmime.c
14187                 added --sysconfdir to CPPFLAGS for pointing to the correct
14188                 location of mime.types. 
14189
14190                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14191                 or ./configure!
14192
14193 2001-06-18 [hoa]
14194
14195         * src/summaryview.c
14196                 fixed some bug when building threads
14197
14198 2001-06-18 [pau]l
14199
14200         * src/prefs_account.c
14201                 UI stuff: More changes to the English
14202
14203 2001-06-18 [paul]
14204
14205         * src/pixmaps/stock_news_compose.xpm: new file
14206         * src/Makefile.am
14207         * src/mainwindow.c
14208         * src/summaryview.c
14209                 Added new icon for Hoa's 'compose a news
14210                 message', plus minor improvements to the
14211                 English
14212
14213         * po/ja.po
14214         * ChangeLog
14215         * ChangeLog.jp
14216                 more sync with sylpheed 0.5.0pre1
14217
14218 2001-06-18 [hoa]
14219
14220         * src/compose.[ch]
14221         * src/mainwindow.c
14222                 Follow-up and reply to
14223
14224         * src/summaryview.[ch]
14225                 Build threads also with subjects
14226
14227 2001-06-17 [hoa]
14228
14229         * src/compose.c
14230                 forwarding use the current account.
14231
14232         * src/mainwindow.c
14233                 the "compose message" button has been replaced with
14234                 "new mail" and "new news" buttons
14235
14236         * src/prefs_common.[ch]
14237                 added a configuration option to use the forward button
14238                 as "forward as attachment"
14239                 changed reply and forward format description
14240
14241         * src/quote_fmt_lex.l
14242         * src/quote_fmt_parse.y
14243                 added message with no signature in format for reply
14244                 and forward.
14245
14246 2001-06-17 [paul]
14247
14248         Minor UI stuff
14249
14250         * src/mainwindow.c
14251         * src/summaryview.c
14252                 Improvements to the English
14253
14254         * src/prefs_common.c
14255                 Improvements to the English and some
14256                 clarity/continuity improvements in the
14257                 description of Quote symbols.
14258
14259 2001-06-17 [paul]
14260
14261         0.5.0claws1
14262
14263         * sync with sylpheed 0.5.0pre1
14264
14265 2001-06-17 [hoa]
14266
14267         * src/compose.c
14268                 Better interface for compose, displayed fields
14269                 are updated whenever we change account.
14270                 Newsgroups field is automatically filled.
14271
14272         * src/mainwindow.c
14273                 Newsgroups field is automatically filled.
14274
14275         * src/prefs_account.c
14276                 Some interface stuff when fields appear and
14277                 disappear.
14278
14279 2001-06-16 [paul]
14280
14281         0.4.99claws
14282
14283         * sync with sylpheed 0.4.99
14284
14285 2001-06-16 [sergey]
14286
14287         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14288         base64_decoder_free, base64_decoder_decode): new object and
14289         functions for decoding base64 streams.
14290         * src/procmime.c (procmime_decode_content): modified to use the
14291         new base64 decoder.
14292
14293 2001-06-15 [paul]
14294
14295         0.4.99claws10
14296
14297         * sync with sylpheed 0.4.99cvs11
14298
14299 2001-06-13 [paul]
14300
14301         0.4.99claws9
14302
14303         * sync with sylpheed 0.4.99cvs9
14304
14305 2001-06-13 [hoa]
14306
14307         * src/compose.c
14308         * src/prefs_account.c
14309
14310                 SMTP server can be defined in the news account
14311                 mime type of attachment are kept.
14312
14313         * src/summaryview.c
14314
14315                 now choose the highest important score between default
14316                 and important score of folder.
14317
14318 2001-06-09 [alfons]
14319         
14320         * src/prefs_common.c: 
14321
14322                 (prefs_quote_description_create): corrected description of 
14323                 quote format characters
14324
14325 2001-06-09 [paul]
14326
14327         0.4.99claws8
14328
14329         * sync with sylpheed 0.4.99cvs8
14330
14331 2001-06-08 [sergey]
14332
14333         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14334         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14335
14336 2001-06-08 [paul]
14337
14338         0.4.99claws7
14339
14340         * sync with sylpheed 0.4.99cvs7
14341
14342 2001-06-06 [sergey]
14343
14344         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14345         clashes with autogenerated header).
14346         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14347         * src/Makefile.am: added quote_fmt.h.
14348         * src/.cvsignore: added lex/yacc autogenerated files
14349         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14350
14351 2001-06-06 [paul]
14352
14353         0.4.99claws6
14354
14355         * sync with sylpheed 0.4.99cvs6
14356
14357 2001-06-06 [hoa]
14358
14359         * added src/quote_fmt_parse.h
14360         * src/compose.c
14361                 removed warnings
14362
14363         * src/prefs.[ch]
14364                 don't modify readonly configuration files
14365
14366         * src/prefs_account.c
14367         * src/prefs_common.c
14368         * src/prefs_customheader.c
14369         * src/prefs_display_header.c
14370         * src/prefs_filter.c
14371         * src/prefs_filtering.c
14372         * src/prefs_scoring.c
14373                 don't open dialog box when configuration files
14374                 are readonly
14375
14376 2001-06-05 [sergey]
14377
14378         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14379
14380         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14381         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14382         BUILT_SOURCES to make all files rebuild properly.
14383
14384         * src/compose.c: removed #include "quote_fmt.tab.h".
14385
14386         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14387         CHARACTER value in yylval.
14388
14389         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14390         receive CHARACTER value by documented means (yylval).
14391
14392         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14393
14394 2001-06-05 [hoa]
14395
14396         * src/Makefile.am
14397                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14398
14399         * src/filtering.c
14400         * src/matcher.c
14401         * src/matcher.h
14402         * src/prefs_filtering.c
14403                 now keep the configuration for execute action
14404
14405         * src/mbox_folder.c
14406                 fixed a warning
14407
14408 2001-06-05 [paul]
14409
14410         * sync with sylpheed 0.4.99cvs5
14411
14412 2001-06-05 [hoa]
14413
14414         * src/Makefile.am
14415                 added quote_fmt.[ch]
14416
14417         * added src/quote_fmt.y
14418         * added src/quote_fmt.l
14419         * added src/quote_fmt.tab.h
14420         * added src/quote_fmt.tab.c
14421         * added src/lex.quote_fmt.c
14422                 parsing configuration for replying
14423                 and forwarding
14424
14425         * src/prefs_common.[ch]
14426                 added configuration UI for replying
14427                 and forwarding
14428
14429         * src/compose.c
14430                 using configuration for replying
14431                 and forwarding
14432
14433 2001-06-04 [hoa]
14434
14435         * src/filtering.c
14436         * src/matcher.c
14437         * src/matcher.h
14438         * src/prefs_filtering.c
14439         * src/prefs_matcher.c
14440         * src/prefs_matcher.h
14441                 action "run a command" for filtering
14442                 and matching with a command.
14443                 fixed the "whole message" matching
14444
14445         * src/mbox_folder.c
14446                 changed temporary filename for security
14447
14448         * src/messageview.c
14449                 queue the notification if it fails to send.
14450
14451         * src/prefs_common.c
14452         * src/prefs_folder_item.c
14453                 changed the default important score             
14454
14455         * src/prefs_scoring.c
14456         * src/scoring.c
14457                 hide kill score input when the folder is not
14458                 a newsgroup
14459
14460 2001-06-03 [alfons]
14461
14462         * src/prefs_common.c:
14463
14464                 (prefs_font_select): pass font name in font entry box to font
14465                 selection dialog.
14466
14467 2001-06-03 [sergey]
14468
14469         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14470
14471 2001-06-03 [paul]
14472
14473         * sync with sylpheed 0.4.99cvs4
14474
14475 2001-06-03 [alfons]
14476
14477         * src/headerwindow.c:
14478
14479                 (headerwindow_show_cb): use the selected summary view item, not
14480                 the displayed item.
14481
14482 2001-06-02 [alfons]
14483
14484         * src/headerwindow.c:
14485
14486                 (headerwindow_show_cb): always try to show msginfo
14487
14488 2001-06-02 [hoa]
14489
14490         * src/compose.c
14491                 keep attached parts when reediting or forwarding.
14492
14493 2001-06-01 [hoa]
14494
14495         * src/folderview.c
14496         * src/prefs_folder_item.[ch]
14497         * src/prefs_scoring.[ch]
14498         * src/scoring.[ch]
14499         * src/summaryview.[ch]
14500         * src/main.c
14501         * src/mainwindow.c
14502         * src/prefs_common.[ch]
14503                 support for folder scoring
14504                 kill score and important score for messages
14505         
14506         * src/prefs_account.c
14507                 some display bug fixed for local account
14508                 preferences
14509
14510 2001-05-31 [alfons]
14511
14512         * src/summaryview.c:
14513
14514                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14515                 sender to address book menu item is disabled.
14516
14517 2001-05-30 [hoa]
14518
14519         * src/filtering.[ch]
14520         * src/summaryview.c
14521                 handling summary menu / filter messages
14522
14523         * src/folder.[ch]
14524                 add some stuff
14525
14526         * src/foldersel.c
14527                 imap folders now appears in list
14528
14529         * src/mbox_folder.c
14530                 doesn't crash if destination mail is not writeable
14531
14532 2001-05-29 [hoa]
14533
14534         * src/compose.c
14535                 removed some warnings
14536
14537         * src/filtering.c
14538         * src/folder.[ch]
14539         * src/prefs_filtering.c
14540                 global string to identify any folders           
14541                 removed some debug info
14542                 filtering to mbox folders is now possible
14543
14544         * src/mainwindow.c
14545                 removed some warnings
14546
14547         * src/mbox_folder.c
14548                 permission on files are changed to read/write for user only,
14549                 nothing for other.
14550                 creation of subfolder is handled better.
14551
14552 2001-05-28 [alfons]
14553
14554         Verified the sync for src/prefs_common.[ch] and
14555         src/prefs_account.[ch]. I believe there were some
14556         minor indentation differences.
14557
14558 2001-05-28 [paul]
14559
14560         0.4.99claws3
14561
14562         * sync with 0.4.99cvs3
14563
14564 2001-05-28 [hoa]
14565
14566         * src/compose.c
14567                 handling flags for mbox format
14568
14569         * src/filtering.c
14570                 use of mark file only for MH format
14571                 handling flags for mbox format
14572                 filtering cannot yet move or copy mails to mbox folders.
14573
14574         * src/folder.[ch]
14575                 changed move_msg, copy_msg,
14576                 move_msgs_with_dest, copy_msgs_with_dest functions
14577                 uses only folder->copy_msg() function
14578                 uses folder->finished_copy() to handle the destination
14579                 folder at the end of the copy or move operation.
14580
14581         * src/foldersel.c
14582                 included mbox directories.
14583
14584         * src/folderview.[ch]
14585         * src/mainwindow.c
14586                 handle folders operation for mbox format
14587
14588         * src/mbox.c
14589                 disable conversion of "From " header
14590
14591         * src/mbox_folder.[ch]
14592                 completion of mbox format handling
14593
14594         * src/mh.c
14595                 changed mh_copy_msg() function and
14596                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14597                 mh_copy_msgs_with_dest()
14598
14599         * src/prefs_filtering.c
14600                 removed some warnings
14601
14602         * src/prefs_matcher.c
14603                 default boolean operation is AND
14604
14605         * src/procheader.c
14606                 handling flags for mbox format
14607                 handling of "From " header
14608
14609         * src/procmsg.[ch]
14610                 removed data field
14611                 added MSG_REALLY_DELETED flags to handle deletion of
14612                 messages in mbox format.
14613
14614         * src/summaryview.c
14615                 handling flags for mbox format
14616                 disable the MSG_DELETED flags when messages
14617                 are deleted in mbox format
14618
14619         * src/textview.c
14620                 "From " headers display fixed.
14621
14622 2001-05-27 [alfons]
14623
14624         * src/textview.c:
14625                 
14626                 (get_email_part): skip quoted email addresses, like in e.g.
14627                 "'alfons@proteus.demon.nl'".
14628
14629 2001-05-26 [alfons]
14630
14631         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14632         and fixing the persistence troubles when using separate windows.
14633
14634         * src/mainwindow.c:
14635         
14636             Added #define SEPARATE_ACTION used in the gtk item factory for 
14637             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14638                 use gtk_item_factory_get_widget_by_action() to get the items.
14639                 
14640             Removed separate_widget_cb from the gtk item factory data   
14641           
14642             (mainwindow_create): connect separate_widget_cb() to check
14643             menu item "toggled" signal. also passing a MainWindow pointer
14644                 as object data for both check menu items.
14645                 
14646             (separate_widget_cb): definition of separate_widget_cb() to match
14647             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14648                 window using gtk_object_get_data(). The type of window separation 
14649                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14650         
14651         * src/prefs_filtering.c,
14652           src/prefs_matcher.c: added horizontal scrollbars
14653
14654 2001-05-25 [darko]
14655
14656         * src/headerview.c
14657                 fix segfault with invalid bold font
14658         * src/summaryview.c
14659                 correctly display summary stats after row is marked
14660
14661 2001-05-23 [sergey]
14662
14663         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14664         encodings with libjconv.
14665
14666 2001-05-23 [hoa]
14667
14668         * src/Makefile.am
14669                 added mbox_folder.[ch]
14670         * src/defs.h
14671                 mbox temporary folder
14672         * src/folder.[ch]
14673         * added src/mbox_folder.[ch]
14674         * src/folderview.c
14675         * src/procheader.[ch]
14676                 added mbox support
14677         * src/mbox.c
14678                 bugfix for file incorporation filtering
14679         * src/imap.c
14680                 enable creation of MBOX
14681         * src/prefs_display_header.c
14682                 enable use of headers like "From "
14683                 something that should be fixed :
14684                         displaying of such headers add an extra space
14685         * src/prefs_folder_item.c
14686                 don't create folders because it is not necessary
14687         * src/procmsg.h
14688                 added data field to MsgInfo for mbox internal use
14689         * src/summaryview.c
14690                 added some support for mbox
14691         * src/utils.[ch]
14692                 added get_mbox_cache_dir() function
14693
14694 2001-05-23 [hiroyuki]
14695
14696         * src/headerwindow.c
14697           src/inc.c
14698           src/main.c
14699           src/mh.c
14700           src/nntp.c
14701           src/procmsg.h
14702           src/session.h
14703           src/socket.[ch]
14704           src/summaryview.c
14705           src/textview.c
14706           src/automaton.c
14707           src/folderview.c: more sync with 0.4.99cvs2.
14708
14709         * src/headerwindow.c: reverted.
14710
14711 2001-05-22 [paul]
14712
14713         0.4.99claws2
14714
14715         * sync with sylpheed 0.4.99cvs2
14716                 * src/news.[ch]
14717                 * src/nntp.[ch]
14718                 * INSTALL
14719                 * INSTALL.jp
14720
14721 2001-05-22 [alfons]
14722
14723         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14724
14725 2001-05-21 [alfons]
14726
14727         Minor things:
14728
14729         * configure.in: if gnome-config not found, "no" is displayed
14730         
14731         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14732
14733         * src/textview.c: now also possible to add mail addresses by right
14734           clicking in the text view
14735
14736         * src/codeconv.c: merged patch which fixes endless loop when encountering
14737           invalid wide characters; from Alte <010@imis.ru>  
14738
14739 2001-05-20 [alfons]
14740
14741         Added installation of gnome specific things:
14742
14743         * Makefile.am: gnome conditional
14744
14745         * configure.in: check for installed gnome
14746
14747         * added sylpheed.png, sylpheed.desktop
14748
14749 2001-05-20 [sergey]
14750
14751         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14752
14753         * src/mainwindow.h (main_window_toolbar_create): created a button
14754         for "Reply to all".
14755         (main_window_set_toolbar_sensitive): enable/disable the new button
14756         appropriately.
14757         (toolbar_reply_to_author_cb): handle the new button.
14758
14759         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14760         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14761         failure).
14762
14763 2001-05-19 [sergey]
14764
14765         * src/compose.h (ComposeReplyMode): new modes
14766         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14767         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14768
14769         * src/compose.c
14770         (compose_send): move some code into a new function:
14771         (compose_current_mail_account): new function.
14772         (compose_reply): new argument to_author, all callers changed; if
14773         to_author==TRUE and account->protocol==A_NNTP, find and use an
14774         appropriate mail account for replying.
14775         (compose_reply_set_entry): new argument to_author; ignore
14776         compose->replyto if to_author==TRUE.
14777
14778         * src/mainwindow.c: new command "Message/Reply to author".
14779         (main_window_set_menu_sensitive): enable/disable it.
14780         (reply_cb): handle it.
14781
14782         * src/summaryview.c: new command "Reply to author".
14783         (summary_set_menu_sensitive): enable/disable it.
14784         (summary_reply_cb): handle it.
14785
14786         * src/account.c (account_find_mail_from_address): new function.
14787
14788 2001-05-18 [paul]
14789
14790         0.4.99claws1
14791
14792         * sync with sylpheed 0.4.99cvs1
14793
14794 2001-05-18 [hoa]
14795
14796         * src/compose.[ch]
14797         * src/filtering.c
14798         * src/summaryview.c
14799                 new filtering action : forward and forward as attachment
14800
14801         * src/main.c
14802                 no need for $DISPLAY when we run sylpheed --help
14803                 call to parse_cmd_opt() is moved
14804
14805         * src/mainwindow.[ch]
14806                 execute button is hidden when immediate execute
14807                 is chosen
14808
14809         * src/mh.c
14810         * src/news.c
14811         * src/prefs_folder_item.c
14812         * src/procmsg.c
14813                 better handling of missing directories
14814
14815         * src/summaryview.c
14816                 reedit is enabled in outbox
14817                 reedit is enabled in queue
14818
14819 2001-05-17 [hoa]
14820
14821         * src/filtering.c
14822         * src/matcher.[ch]
14823         * src/prefs_filtering.c
14824                 changed attachement into attachment
14825
14826 2001-05-17 [alfons]
14827
14828         0.4.67claws4    
14829
14830         * sync with sylpheed 0.4.67cvs9
14831         * sync with sylpheed 0.4.67cvs7-8
14832
14833 2001-05-17 [hoa]
14834
14835         * src/Makefile.am
14836                 added prefs_filtering.c
14837
14838         * src/filtering.[ch]
14839         * src/matcher.[ch]
14840                 removed action : forward_news and forward_news_as_attachement
14841                 (forward and forward_as_attachement can be used instead)
14842
14843         * src/mainwindow.c
14844                 added menu option to access filtering configuration
14845
14846         * src/prefs_account.c
14847                 changed mail_command default to /usr/sbin/sendmail
14848
14849         * added src/prefs_filtering.[ch]
14850                 dialog box for filtering configuration
14851
14852         * src/prefs_matcher.c
14853                 added function prefs_matcher_get_criteria_from_matching()
14854
14855         * src/prefs_scoring.c
14856                 reset the dialog when register or substitute is clicked
14857
14858 2001-05-15 [hoa]
14859
14860         * src/Makefile.am
14861                 added filtering.[ch]
14862         * src/inc.c
14863                 using filering.[ch] instead of filter.[ch]
14864         * src/main.c
14865                 reading new filtering configuration
14866         * src/matcher.[ch]
14867                 added some filtering actions
14868                 and fixed a bug for headers and mail body matching
14869         * src/mbox.c
14870                 using filering.[ch] instead of filter.[ch]
14871         * src/mh.c
14872                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14873         * src/summaryview.c
14874                 some fixes for filtering
14875
14876 2001-05-14 [hiroyuki]
14877
14878         * src/send.c: fixed some weird indentations.
14879           send_message_with_command(): call pclose() only if p != NULL.
14880         * src/textview.c: get_email_part(): modified the code for readability.
14881
14882 2001-05-14 [hiroyuki]
14883
14884         * src/md5global.h
14885           src/md5ify.c
14886           src/md5ify.h: removed from the cvs.
14887
14888 2001-05-13 [sergey]
14889
14890         * src/main.c: include rfc2015.h to avoid compiler warnings.
14891         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14892         the panel is already on screen.
14893         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14894         closing the alert window by ESC as "No".
14895         * src/prefs_common.c (prefs_interface_create): moved return
14896         receipt check button to the correct place.
14897
14898 2001-03-13 [alfons]
14899
14900         * src/prefs_common.c: 
14901                 moved return receipt check button to the Send tab. (prefs_send_create)
14902                 removed the date format ui related globals. (prefs_display_create)
14903
14904         0.4.67claws3
14905         
14906         * sync with sylpheed 0.4.67cvs5-6
14907
14908 2001-05-13 [paul]
14909
14910         * added Alfons' font selection patch
14911
14912         * src/defs.h
14913         * src/headerwindow.c
14914         * src/prefs_common.c
14915         * src/prefs_common.h
14916
14917 2001-05-13 [hoa]
14918         * src/defs.h
14919                 changed version of cache
14920         * src/matcher.[ch]
14921         * src/prefs_matcher.c
14922                 added additionnal matching criteria
14923         * src/procheader.c
14924         * src/procmsg.[ch]
14925         * src/news.c
14926                 added references in MsgInfo
14927
14928 2001-05-12 [hoa]
14929
14930         * src/defs.h
14931                 prepared some things for new filtering
14932         * src/matcher.[ch]
14933                 added some matching properties
14934                 inreplyto need to be enhanced
14935                 prepared some things for new filtering
14936         * src/messageview.c
14937                 added Return-Receipt-To handling
14938         * src/prefs_folder_item.c
14939                 changed default value to TRUE
14940         * src/prefs_matcher.c
14941                 added some matching properties
14942         * src/prefs_scoring.[ch]
14943                 the scoring dialog is finished
14944         * src/procheader.c
14945                 added Return-Receipt-To handling
14946                 Reference need to be added
14947         * src/procmsg.[ch]
14948                 added Return-Receipt-To handling
14949                 added threadscore to get a better score sorting when
14950                 threads are enabled
14951         * src/summaryview.c
14952                 suppressed a bug when we sort the list
14953                 when no folder is opened.
14954                 better score sorting when threads are enabled
14955
14956 2001-05-12 [alfons]
14957
14958         * reverted previous patch because of potential errors 
14959
14960         0.4.67claws2
14961         
14962         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14963                 applied "toggle mail-retrieval dialog window" patch submitted 
14964                 by Eric Limpens <eric@qnt.net>
14965
14966         * sync with sylpheed 0.4.67cvs4
14967
14968 2001-05-12 [sergey]
14969
14970         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14971         some picky compilers.
14972         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14973         * src/grouplist_dialog.c: include alertpanel.h.
14974         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14975         fix compile warning.
14976         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14977         #include "defs.h" before others to prevent the warning of `MIN'
14978         and `MAX' redefinition.
14979
14980 2001-05-11 [hoa]
14981
14982         * src/main.c
14983         * src/messageview.c
14984         * src/prefs_account.c
14985         * src/prefs_display_header.c
14986                 removed warning
14987         * src/Makefile.am
14988                 added prefs_scoring.[ch]
14989         * src/grouplist_dialog.c
14990                 display an error dialog box if the group list
14991                 cannot be fetched.
14992         * src/mainwindow.[ch]
14993                 added main_window_set_thread_option() function
14994                 scoring dialog box enabled
14995         * src/matcher.[ch]
14996                 added flags matching unread /new / marked
14997                 / deleted / replied / forwarded
14998         * src/news.c
14999                 newsgroups are now finally in newscache
15000         * src/prefs_matcher.[ch]
15001                 finished preferences for matching dialog
15002         * added src/prefs_scoring.[ch]
15003                 scoring dialog box completed
15004         * src/scoring.[ch]
15005                 conversion to string : added scoringprop_to_string()
15006                 write config for preferences :
15007                 added prefs_scoring_write_config()
15008         * src/summaryview.c
15009                 threads can be enabled/disabled independently
15010                 for each folder
15011
15012 2001-05-10 [alfons]
15013
15014         0.4.67claws1
15015         
15016         * AUTHORS: 
15017                 thought it would be nice to have a list of all
15018                 contributors (used Changelog as a reference)
15019         
15020         * configure.in: 
15021                 messed up version numbering...
15022
15023         0.4.66claws1
15024
15025         * sync with sylpheed 0.4.67cvs1-3
15026
15027 2001-05-10 [darko]
15028
15029         * src/prefs_common.c:
15030                 better UI for strftime format, double clicking
15031                 on format now inserts the format in text entry
15032                 replaced close button with standard OK/Cancel
15033                 moved date format button to the right of the
15034                 text entry field
15035
15036 2001-05-09 [alfons]
15037
15038         * src/gtkstext.c:
15039                 Ctrl-Home / Ctrl-End have proper cursor navigation
15040
15041 2001-05-09 [hoa]
15042
15043         * src/prefs_matcher.c
15044                 finished UI to define matching properties
15045                 added ok and cancel button
15046         * src/prefs_filter.c
15047                 added ok and cancel button
15048         * src/news.c
15049                 fixed some bug in xhdr parsing
15050
15051 2001-05-08 [alfons]
15052
15053         * src/textview.c: 
15054                 fixed a bug in textview_show_header(), which displayed two colons (':');
15055                 cleaned up some warnings
15056
15057 2001-05-08 [hoa]
15058
15059         * src/Makefile.am
15060                 added prefs_matcher.[ch]
15061                 compilation with -W -Wall
15062         * src/alertpanel.c
15063                 ungrab the mouse events if grabbed - does it
15064                 fix the bug for disposition notification ?
15065         * src/mainwindow.c
15066                 added a menu option to open the matching dialog.
15067         * src/matcher.[ch]
15068                 added matcherprop_to_string() and matcherlist_to_string()
15069                 fixed some bugs, changed the name of some options
15070                 age_sup and age_inf becomes age_greater and age_lower,
15071                 body and messageheaders becomes body_part and headers_part,
15072                 changed the names of constants from SCORING_XXX to MATCHING_XXX
15073         * src/prefs_display_header.c
15074         * src/prefs_headers.c
15075                 fixed a bug that accidentally destroyed dialogs
15076                 when closed them with delete_event
15077                 Added *_deleted() which handle delete_event signal correctly.
15078         * src/prefs_folder_item.[ch]
15079                 added "enable_thread" field for future customization
15080         * added src/prefs_matcher.[ch]
15081                 sample of the UI to define matching properties
15082         * src/procheader.c
15083                 using procheader_headername_equal instead of str*cmp functions
15084                 using procheader_parse_header() function
15085         * src/scoring.c
15086                 using MATCHING_XXX instead of SCORING_XXX
15087         * src/summaryview.c
15088                 display the sender of the news even if this is ourself
15089                 when this is a news message.
15090         * src/textview.c
15091                 using headername_equal() instead of str*cmp functions
15092
15093 2001-05-08 [alfons]
15094
15095         0.4.66claws
15096
15097         * sync with sylpheed 0.4.66
15098         * src/gtkstext.c: trace logs added 
15099
15100 2001-05-08 [sergey]
15101
15102         * src/prefs_common.[ch]: added option to enable/disable GnuPG
15103         signature check popup.
15104         * src/rfc2015.c (check_signature): show signature check popup only
15105         if it is enabled in preferences.
15106
15107 2001-05-07 [alfons]
15108
15109         0.4.66claws4
15110         
15111         * sync with sylpheed 0.4.66cvs6
15112
15113 2001-05-07 [darko]
15114
15115         * src/prefs_common.[ch]: added option to enable/disable
15116           looking up sender name in address book for summary pane
15117         * src/summaryview.c: look up sender in the address book
15118           by using Alfons' address completion code
15119
15120 2001-05-07 [hiroyuki]
15121
15122         * src/inc.h
15123           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15124           member of Pop3State.
15125         * src/news.c: brought #include "defs.h" before #include <glib.h>
15126           to prevent the warning of `MIN' and `MAX' redefinition.
15127
15128 2001-05-06 [hoa]
15129
15130         * removed src/headers_display.[ch]
15131         * removed src/prefs_display_headers.[ch]
15132         * src/inc.c
15133                 use a temporary file in the user directory for mbox import
15134         * src/news.c
15135                 added XHDR support to get "To" and "Cc" headers
15136                 (in order to match news with to or cc field for
15137                 scoring)
15138                 added function news_parse_xhdr() to get XHDR response
15139         * src/nntp.[ch]
15140                 added function nntp_xhdr()
15141         * src/matcher.c
15142                 fetch the message if necessary
15143
15144 2001-05-06 [alfons]
15145
15146         0.4.66claws3
15147
15148         * sync with sylpheed 0.4.66cvs3-5
15149
15150 2001-05-06 [hoa]
15151
15152         * src/utils.[ch]
15153                 added function itos_buf() to enable use of several buffers
15154         * src/summaryview.c
15155                 use of itos_buf() instead of itos() in summary list
15156                 to fix the broken display of message number.
15157
15158 2001-05-06 [alfons]
15159
15160         * src/gtkstext.c: bug in cursor up navigation fixed,
15161                 fixed another unsigned / signed comparison (we're getting there :-)
15162
15163 2001-05-06 [hoa]
15164
15165         * src/Makefile.am
15166                 added scoring.c scoring.h
15167                 prefs_folder_item.c prefs_folder_item.h
15168                 matcher.c matcher.h
15169         * src/defs.h
15170                 added FOLDERITEM_RC SCORING_RC
15171         * src/folder.[ch]
15172                 added prefs field in FolderItem :
15173                 properties for each folder (PrefsFolderItem),
15174                 sorting type and mode were added as the first properties.
15175         * src/main.c
15176                 read config for scoring
15177         * added src/matcher.[ch]
15178                 gives functions to parse configuration file to do
15179                 matching on mails with a list of conditions.
15180         * src/mainwindow.c
15181                 add option to sort by score
15182         * src/prefs_common.[ch]
15183                 added preference option to show score and for
15184                 the score column size
15185         * added src/prefs_folder_item.[ch]
15186                 properties for each folder (PrefsFolderItem),
15187                 sorting type and mode were added as the first properties.
15188         * src/procheader.[ch]
15189                 added procheader_parse_header()
15190                 added procheader_header_free()
15191                 added procheader_headername_equal()
15192                 and made modification to use them.
15193         * src/procmsg.[ch]
15194                 added score field to MsgInfo structure
15195         * added src/scoring.[ch]
15196                 gives functions to parse configuration file to do
15197                 scoring on mails with a list of conditions.
15198         * src/summaryview.[ch]
15199                 save the sorting type and mode for the folder
15200                 added column to display the score of the mail
15201                 added function summary_score_clicked()
15202                 sorting type and mode are restored to the folder
15203                 when it is reopen
15204         * src/textview.c
15205                 use procheader_parse_header(), procheader_headername_equal()
15206                 removed memory leak in text_scan_header when freeing headers
15207         * src/filter.c
15208                 changed the function to match names of headers
15209                 using procheader_headername_equal()
15210
15211         Scoring functions are implemented, an interface is needed
15212         to configure that.
15213
15214 2001-05-04 [alfons]
15215
15216         * src/gtkstext.c: 
15217                 hopefully fixed the row up navigation bug,
15218                 removed adding back / forward lines to cache
15219
15220 2001-05-04 [sergey]
15221
15222         * src/prefs_display_headers.c: user interface changes:
15223         (prefs_display_headers_create): remove unused "Show" check button;
15224         allow reordering of headers by dragging.
15225         (prefs_display_headers_write_config): remove unused variables.
15226         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15227         of lists (not needed with the new UI).
15228         (prefs_display_headers_set_list): scan lists starting from row 0,
15229         not 1 (do not skip "(New)").
15230         (prefs_display_headers_find_header): new function.
15231         (prefs_display_headers_clist_set_row): do not allow duplicates.
15232         (prefs_display_headers_delete_cb): do not skip row 0; treat
15233         closing the alert window by ESC as "No".
15234         (prefs_display_headers_up): do not protect row 0.
15235         (prefs_display_headers_down): do not protect row 0.
15236
15237 2001-05-04 [sergey]
15238
15239         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15240         functions.
15241
15242         * src/summaryview.c
15243         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15244         summary_select_next_marked, summary_select_prev_marked): new
15245         functions.
15246
15247 2001-05-03 [sergey]
15248
15249         * src/news.c: fixed a bug when no article can be fetched after
15250         server timeout if the connection was restored by news_post():
15251         (news_select_group): new function.
15252         (news_fetch_msg): call news_select_group() before fetching
15253         article.
15254         (news_get_uncached_articles): set session->group after successful
15255         GROUP command.
15256
15257 2001-05-03 [hoa]
15258
15259         * src/defs.h
15260         * src/procmsg.[ch]
15261         * src/procheader.c
15262                  changed version of cache, added cc field
15263
15264         * src/prefs_display_headers.c
15265                 the interface was changed
15266
15267         * src/prefs_headers.c
15268                 added cancel button
15269
15270 2001-05-03 [alfons]
15271
15272         * completed sync of sylpheed cvs2
15273         * src/gtkstext.c: updated row up / down cursor navigation
15274         * src/textview.c: re-edited, prepared for fixing the email address
15275                 scanner.
15276
15277 2001-05-03 [darko]
15278
15279         * src/prefs_common.c: use alfons' strftime ui code
15280         entry_datefmt and datefmt_sample widgets have to be
15281         global in this module because of this change
15282
15283 2001-05-03 [hoa]
15284
15285         * src/messageview.c
15286         * src/prefs_common.[ch] added option to activate the return receipt
15287                 feature.
15288
15289 2001-05-02 [alfons]
15290
15291         * src/gtkstext.c: fix for row up/down cursor navigation. 
15292
15293         0.4.66claws2
15294         
15295         * sync with 0.4.66cvs2
15296
15297 2001-05-02 [paul]
15298
15299         added add-sender-to-addressbook patch
15300
15301         * src/addressbook.c
15302         * src/addressbook.h
15303         * src/summaryview.c
15304
15305 2001-05-02 [sergey]
15306
15307         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15308         G_ALERTDISABLE.
15309
15310         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15311         all existing callers changed to pass FALSE; create a check button
15312         to disable the message.
15313         (alertpanel_message_with_disable): new function.
15314         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15315         (alertpanel_button_toggled): new function.
15316         (alertpanel_button_clicked, alertpanel_close): set value using
15317         G_ALERT_VALUE_MASK.
15318
15319         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15320
15321         * src/prefs_common.c (prefs_privacy_create): new check button
15322         checkbtn_gpgme_warning.
15323
15324         * src/main.c (main): moved preferences reading before gpgme
15325         initialization; check prefs_common.gpgme_warning before giving the
15326         GnuPG warning and set it to FALSE if the user wants to disable the
15327         warning.
15328
15329 2001-05-02 [hiroyuki]
15330
15331         * src/prefs_display_headers.c: modified the layout and some labels.
15332
15333 2001-05-02 [sergey]
15334
15335         * src/prefs_account.c (prefs_account_fix_size): new function.
15336         (prefs_account_create): call prefs_account_fix_size(); use
15337         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15338         size when the window is shown for the first time).
15339         (prefs_account_basic_create): changed layout of serv_table; moved
15340         localmbox_entry above smtpserv_entry (logically it replaces
15341         POP3/IMAP server).
15342         (prefs_account_protocol_activated): set sensitivity of
15343         nntpauth_chkbtn according to the protocol (in addition to
15344         hide/show); commented out gtk_table_set_row_spacing() calls.
15345         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15346         not sensitive (fixes a bug with disabled username/password boxes
15347         when editing POP3 account after NNTP with authentication).
15348
15349 2001-05-02 [hoa]
15350
15351         * src/account.c
15352         * src/inc.c
15353         * src/prefs_account.[ch]
15354         * src/send.c
15355                 removed local account without SMTP server
15356                 added option to use mail command instead of a connexion
15357                 to SMTP server when a local account is used
15358         * src/prefs_headers.c
15359                 fixed a bug
15360         * src/news.c
15361                 fixed a bug when connexion immediately closed
15362
15363 2001-05-01 [alfons]
15364
15365         0.4.66claws1
15366         
15367         * sync with 0.4.65
15368
15369 2001-05-01 [sergey]
15370
15371         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15372         widget nntpauth_chkbtn.
15373         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15374         visibility.
15375         (prefs_account_nntpauth_toggled): new function.
15376
15377         * src/news.c (news_session_new_for_folder): use NNTP
15378         authentication only if ac->use_nntp_auth is set.
15379
15380 2001-05-01 [hoa]
15381
15382         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15383         * src/prefs_display_headers.c changed the UI
15384         * src/prefs_headers.c changed account_name to account_id
15385         * src/compose.c using customheader.h
15386
15387 2001-05-01 [hiroyuki]
15388
15389         * src/esmtp.c
15390           src/news.c
15391           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15392           unsynched.
15393
15394 2001-05-01 [hoa]
15395
15396         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15397         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15398                 for displaying of headers
15399         * src/grouplist_dialog.[ch] minor changes to remove warnings
15400         * src/prefs_display_headers.[ch] dialog to choose the
15401         headers to display in the mail viewer.
15402         * src/headers.h correction of #define
15403         * src/headers_display.[ch] configuration for displaying of headers.
15404         * src/main.c read config of displaying of headers
15405         * src/prefs_common.c add a button to access the config dialog
15406                 for displaying of headers
15407         * src/prefs_display_headers.[ch] dialog for configuration for
15408                 displaying of the headers.
15409         * src/prefs_headers.c cleaning of code
15410         * src/procheader.c comments added to code
15411         * src/textview.c changes to reorder the headers depending
15412                 on the config for displaying of headers
15413
15414 2001-04-30 [alfons]
15415
15416         0.4.65claws7
15417
15418         * sync with 0.4.65cvs12
15419
15420         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15421
15422 2001-04-30 [sergey]
15423
15424         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15425
15426         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15427         is set to force reconnection after authentication failure.
15428         (nntp_gen_command): set sock->auth_failed on authentication
15429         failure, or if sock->userid and sock->passwd are not set.
15430
15431         * src/news.c (news_session_new_for_folder): set userid=NULL if
15432         password dialog is cancelled.
15433
15434 2001-04-30 [sergey]
15435
15436         * src/nntp.h (NNTPSockInfo): new type.
15437
15438         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15439         SockInfo.
15440         (nntp_open_auth, nntp_close): new functions.
15441         (nntp_gen_command): new function to handle authentication; all
15442         NNTP command functions updated to use it.
15443         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15444         (nntp_list): removed old useless code.
15445
15446         * src/news.h (NNTPSession): new field nntp_sock.
15447
15448         * src/news.c: all functions updated to use NNTPSockInfo instead of
15449         SockInfo.
15450         (news_session_new): new arguments (userid, passwd); made static;
15451         use nntp_open_auth() if needed.
15452         (news_session_destroy): use nntp_close() instead of sock_close().
15453         (news_query_password): changed arguments.
15454         (news_session_new_for_folder): new function.
15455         (news_session_get): use news_session_new_for_folder().
15456         (news_authenticate): deleted.
15457         (news_get_uncached_articles): removed old authentication code.
15458
15459 2001-04-30 [sergey]
15460
15461         * src/news.c: reverted my previous changes (need to do NNTP
15462         authentication in a cleaner way).
15463         
15464 2001-04-29 [sergey]
15465
15466         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15467         news_nntp_post, news_nntp_mode): new functions (wrappers with
15468         authentication support).
15469         (news_get_article_cmd, news_get_article, news_get_header): new
15470         argument "folder"; all callers changed.
15471         (news_get_article_cmd): added authentication support.
15472         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15473         (news_post): use news_nntp_post() instead of nntp_post().
15474         (news_get_uncached_articles): use news_nntp_group() instead of
15475         nntp_group() and news_nntp_xover() instead of nntp_xover();
15476         removed old authentication code.
15477         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15478
15479         * src/nntp.c (nntp_list): return real error code instead of
15480         hardcoded NN_ERROR.
15481
15482 2001-04-29 [sergey]
15483
15484         * configure.in: fixed wint_t typedef detection again
15485
15486 2001-04-28 [hoa]
15487
15488         * src/prefs_account.[ch], added A_LOCAL_CMD
15489                 (send mail with mail command)
15490         * src/send.c added function send_message_with_command()
15491         * src/inc.c made a more secure get_spool() function with
15492                 mktemp() but maybe mkstemp() or something more
15493                 secure can be used.
15494
15495 2001-04-28 [alfons]
15496
15497         * src/textview.c, colorization of email addresses in headers
15498
15499         0.4.65claws6
15500
15501         * bug sync with sylpheed
15502         * prefs_common.c: created date format ui for darko
15503         * sync with 0.4.65cvs11
15504         * configure.in: corrected to have the new gpg checks
15505
15506 2001-04-27 [alfons]
15507
15508         * completed sync with 0.4.65cvs10
15509         * minor debug things added to gtkstext.c
15510
15511 2001-04-27 [darko]
15512
15513         * configure.in: remove check for availability of
15514           strftime() as advised by Hiroyuki
15515         * src/prefs_common.[ch], src/procheader.c:
15516           synch strftime() code with Hiroyki's main branch
15517
15518 2001-04-26 [sergey]
15519
15520         * src/news.c: news_query_password(), news_authenticate(): new
15521           functions.
15522           news_get_uncached_articles(): added NNTP authentication
15523           handling.
15524         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15525           new functions.
15526         * src/prefs_account.c: prefs_account_protocol_activated():
15527           enable userid and password fields for NNTP.
15528
15529 2001-04-26
15530
15531         * configure.in: check for availability of strftime()
15532           [darko]
15533         * src/prefs_common.[ch], src/procheader.c: use
15534           strftime() for displaying date in summary pane if it
15535           is available
15536
15537 2001-04-25
15538
15539         * more .cvsignore cleanups [alfons]
15540
15541 2001-04-25
15542
15543         * ac/sv-check-type.m4: new autoconf macro.
15544         * configure.in: fixed wint_t typedef detection (did not work
15545           with gcc-2.96).
15546
15547 2001-04-25
15548
15549         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15550           [hiroyuki]
15551
15552 2001-04-24
15553         * modified gtkstext.c : buggy cursor navigation fixed, 
15554           and font descent also taken in account when drawing
15555           cursor. [alfons]
15556
15557 2001-04-24 [hoa]
15558         * added comments in src/news.c src/nntp.c
15559         * added src/prefs_headers.[ch]
15560         * added src/headers.[ch]
15561         * modified compose.c to activate custom headers
15562                 added function is_in_custom_headers
15563         * modified prefs_account.[ch]
15564                 added function prefs_account_customhdr_edit
15565         * modified src/defs.h :
15566                 added HEADERS_RC : name of the config file
15567                 for the custom headers
15568
15569 2001-04-24
15570
15571     0.4.65claws5
15572
15573         * configure.in
15574           src/gtkstext.[ch]
15575           src/compose.c
15576           src/Makefile.am
15577           
15578           added gtkstext with configure.in patch by Hiroyuki which
15579           should fix the XIM detection [alfons]
15580
15581         * more clean up of cvs [alfons]
15582
15583                  * removed all Makefile.in files to attic.
15584
15585                  * updated all .cvsignores to really ignore things that could
15586                    be unintentionally committed by a recursive commit.
15587
15588 2001-04-23 [hoa]
15589         * added src/grouplist_dialog.[ch]
15590         * changed src/folderview.c to call grouplist_dialog instead
15591                 of inputdialog
15592         * src/news.c :
15593                 added functions news_reset_group_list
15594                 and news_get_group_list
15595         * src/nntp.c :
15596                 added function nntp_list
15597         * src/defs.h :
15598                 added GROUPLIST_FILE : name of the newsgroup list cache file
15599
15600 2001-04-21
15601
15602         * added option to warn about queued messages on exit [sergey]:
15603
15604           * src/compose.c: compose_queue(): call folder_item_scan()
15605             and folderview_update_item() after queueing.
15606           * src/folderview.c: folderview_update_node(): draw the queue
15607             folder in bold font if there are queued messages.
15608           * src/mainwindow.c: queued_messages(): new function.
15609             app_exit_cb(): display warning if there are queued messages
15610             if warn_queued_on_exit is set.
15611           * prefs_common.[ch]: add warn_queued_on_exit option.
15612
15613         * enhanced GnuPG key selection support [sergey]:
15614
15615           * src/select-keys.c: updated to newer version from Win32
15616             branch with support for selecting arbitrary keys.
15617           * src/prefs_account.c: added the Privacy tab to the account
15618             options window.
15619             prefs_account_privacy_create(),
15620             prefs_account_sign_key_set_data_from_radiobtn(),
15621             prefs_account_sign_key_set_radiobtn(): new functions.
15622           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15623           * src/rfc2015.c: set_signers(): new function.
15624             pgp_sign(): add the account parameter, call set_signers().
15625             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15626           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15627           * src/compose.c: pass the current account to rfc2015_sign().
15628
15629         * tag name claws added to prevent confusion with main branch [alfons]
15630
15631         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15632
15633         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15634
15635         * sync with recent sylpheed cvs. Untested though. [alfons]
15636