clean up after last commit
[claws.git] / ChangeLog.claws
1 2003-04-08 [paul]       0.8.11claws78
2
3         * src/procmsg.h
4                 clean up after last commit
5
6 2003-04-08 [paul]       0.8.11claws77
7
8         * sync with 0.8.11cvs20
9                 see ChangeLog 2003-04-07 and 2003-04-08
10
11 2003-04-07 [christoph]  0.8.11claws76
12
13         * src/filtering.[ch]
14         * src/inc.[ch]
15         * src/mbox.c
16         * src/procmsg.[ch]
17                 add procmsg_msginfo_filter() to execute filtering actions
18
19 2003-04-06 [christoph]  0.8.11claws75
20
21         * src/imap.c
22                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
23
24 2003-04-06 [christoph]  0.8.11claws74
25
26         * src/common/utils.[ch]
27                 add g_int_compare() function for slist sorting
28
29         * src/imap.c
30                 fetch all MsgInfos with one command in imap_get_msginfos()
31                 using an imap set with a list of ranges
32
33         * src/news.c
34                 use new g_int_compare() function
35
36 2003-04-06 [thorsten]   0.8.11claws73
37
38         * src/mh.c
39                 corrected implementation of mh_folder_destroy()
40
41 2003-04-05 [christoph]  0.8.11claws72
42
43         * src/account.c
44         * src/folder.[ch]
45         * src/folderview.c
46         * src/imap.c
47         * src/inc.c
48         * src/main.c
49         * src/mainwindow.c
50         * src/mbox_folder.c
51         * src/mh.c
52         * src/mimeview.h
53         * src/msgcache.[ch]
54         * src/news.c
55         * src/procmime.h
56         * src/procmsg.[ch]
57         * src/setup.c
58         * src/gtk/gtkutils.c
59                 o rename structure field names class and new to klass and
60                   new_msgs, to allow including files in C++
61                 o add 'extern "C"' block to some header files
62                 o add MsgInfoList and MsgNumberList as alias for GSList for
63                   developers to know what type of list is expected
64
65         * src/plugins/image_viewer/plugin.c
66         * src/plugins/image_viewer/viewer.[ch]
67         * src/plugins/image_viewer/viewerprefs.[ch]
68                 rename function names to prevent conflicts
69
70 2003-04-05 [paul]       0.8.11claws71
71
72         * sync with 0.8.11cvs18
73                 see ChangeLog 2003-04-03 and 2003-04-04
74
75 2003-04-02 [christoph]  0.8.11claws70
76
77         * src/folder.[ch]
78         * src/imap.[ch]
79         * src/mbox_folder.[ch]
80         * src/mh.[ch]
81         * src/news.[ch]
82                 o Make all virtual folder functions private
83                 o remove unused folder code
84
85         * src/common/socket.[ch]
86         * src/summaryview.c
87                 fix warnings
88
89 2003-03-30 [alfons]     0.8.11claws69
90
91         * src/send_message.c
92                 remove two debug traces and see if people still report
93                 errors
94
95 2003-03-30 [alfons]     0.8.11claws68
96
97         * src/send_message.c
98         * src/commons/session.c
99                 add more debug traces
100
101 2003-03-30 [christoph]  0.8.11claws67
102
103         * src/folder.c
104                 change processing folder name from .processing to processing
105
106         * src/common/ssl.c
107                 disable SSL certificate check because it causes Xlib error
108                 when the child process want's to open an GTK window
109
110 2003-03-30 [christoph]  0.8.11claws66
111
112         * src/folder.c
113                 don't use default folder for processing folder item because
114                 it can be a non local folder
115
116         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
117
118 2003-03-30 [alfons]     0.8.11claws65
119
120         * src/send_message.c
121                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
122                 to generate bad code for 'send_send_data_progressive': When
123                 called from 'send_send_data_finished', the 'data' pointer is
124                 cleared just before the assignment to the dialog pointer
125
126 2003-03-29 [christoph]  0.8.11claws64
127
128         * src/common/prefs.h
129         * src/plugins/image_viewer/Makefile.am
130         * src/plugins/image_viewer/plugin.c
131         * src/plugins/image_viewer/viewer.[ch]
132         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
133                 add PrefsPage for ImageViewer
134
135 2003-03-28 [thorsten]   0.8.11claws63
136
137         * src/common/session.c
138                 added some comments
139
140 2003-03-28 [paul]       0.8.11claws62
141
142         * sync with 0.8.11cvs16
143                 see ChangeLog 2003-03-28
144
145 2003-03-28 [paul]       0.8.11claws61
146
147         * sync with 0.8.11cvs15
148                 see ChangeLog 2003-03-28
149
150 2003-03-27 [christoph]  0.8.11claws60
151
152         * src/folder.c
153         * src/imap.c
154         * src/common/socket.[ch]
155                 set socket state to DISCONNECTED when any operation
156                 fails to allow reconnecting in IMAP code without
157                 checking the return code of all calls to the command
158                 functions
159
160         * src/folderview.c
161         * src/summaryview.c
162                 remove some more stuff that depends on specific
163                 folder types
164
165 2003-03-27 [paul]       0.8.11claws59
166
167         * sync with 0.8.11cvs14
168                 see ChangeLog 2003-03-27
169                 
170         * src/selective_download.[ch]   ** REMOVED **
171                 really removed
172
173 2003-03-27 [christoph]  0.8.11claws58
174
175         * src/folder.c
176                 fix handling of tmp_flags in flag copy function
177
178 2003-03-27 [paul]       0.8.11claws57
179
180         * sync with 0.8.11cvs13
181                 see ChangeLog 2003-03-27
182
183 2003-03-27 [oliver]     0.8.11claws56
184
185         * src/maiwindow.c
186                 remove sel_download_cb
187
188 2003-03-27 [oliver]     0.8.11claws55
189         
190         * src/inc.c
191                 remove POP3_TOP
192         
193 2003-03-26 [oliver]     0.8.11claws54
194
195         *src/pop.h
196                 remove POP3_TOP*
197         * README.claws
198                 remove selective donwload readme
199
200 2003-03-26 [oliver]     0.8.11claws53
201         * src/matcher.[ch]
202         * src/matcher_parser_parse.y 
203         * src/pop.c 
204         * src/prefs_account.[ch]
205         * src/prefs_filtering.c
206                 remove selective donwload
207
208 2003-03-26 [oliver]     0.8.11claws52
209
210         * src/inc.[ch] 
211         * src/filtering.c 
212         * src/mainwindow.c 
213                 remove selective donwload
214
215 2003-03-26 [oliver]     0.8.11claws51
216         
217         * src/Makefile.am
218         * src/selective_download.[ch]   ** REMOVE **    
219
220 2003-03-26 [christoph]  0.8.11claws50
221
222         * src/news.c
223                 fix NEWS that got broken by a sync with sylpheed-main
224
225 2003-03-26 [christoph]  0.8.11claws49
226
227         * src/mimeview.c
228                 fix mime type guessing when no mime type is found for a file
229
230 2003-03-25 [christoph]  0.8.11claws48
231
232         * src/mimeview.c
233         * src/procmime.c
234                 remove mime type guessing from mime parser and use
235                 name based mime types in viewer lookup for mime type
236                 application/octet-stream
237
238 2003-03-25 [christoph]  0.8.11claws47
239
240         * doc-src/readme.txt
241         * doc-src/rfc2554.txt
242                 add RFC about SMTP AUTH
243
244         * src/send_message.c
245         * src/common/smtp.[ch]
246                 add extra error code for authentication errors and
247                 clear temporary password when this error occurs
248
249         (closes Bug 84 authentication failure while sending should
250          prompt for password again)
251
252 2003-03-25 [christoph]  0.8.11claws46
253
254         * configure.ac
255         * src/Makefile.am
256         * src/imageview.[ch]                            ** REMOVE **
257         * src/messageview.[ch]
258         * src/mimeview.[ch]
259         * src/prefs_common.[ch]
260         * src/textview.c
261         * src/plugins/Makefile.am
262         * src/plugins/image_viewer/.cvsignore           ** NEW **
263         * src/plugins/image_viewer/Makefile.am          ** NEW **
264         * src/plugins/image_viewer/plugin.c             ** NEW **
265         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
266                 move image viewer into a plugin (building is enabled by default)
267                 [ToDo: Prefs for resize and autoview]
268
269 2003-03-25 [paul]       0.8.11claws45
270
271         * sync with 0.8.11cvs12
272                 see ChangeLog 2003-03-26
273
274 2003-03-25 [paul]       0.8.11claws44
275
276         * sync with 0.8.11cvs11
277                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
278                 
279         Note: Selective Download is broken.
280                 
281 2003-03-22 [christoph]  0.8.11claws43
282
283         * src/folder.c
284                 code cleanup for flags copying
285
286 2003-03-22 [christoph]  0.8.11claws42
287
288         * src/plugins/trayicon/trayicon.c
289                 fix setting the transparent area when the window size
290                 is forced by the system tray
291
292 2003-03-22 [christoph]  0.8.11claws41
293
294         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
295         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
296         * src/plugins/trayicon/newmail.xpm              ** NEW **
297         * src/plugins/trayicon/nomail.xpm               ** NEW **
298         * src/plugins/trayicon/trayicon.c
299         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
300                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
301                 o add icon for unread mails
302                 o set transparency for window
303
304 2003-03-22 [christoph]  0.8.11claws40
305
306         * src/news.c
307                 init news session to prevent crash when session is closed
308
309 2003-03-22 [christoph]  0.8.11claws39
310
311         * src/imap.c
312         * src/common/session.[ch]
313                 Init session data to make sure we don't have invalid pointers
314                 for read_ch and write_ch when new multi process sessions are
315                 not used
316
317         * src/main.c
318         * src/common/plugin.c
319         * src/common/sylpheed.c
320         * src/plugins/demo/demo.c
321         * src/plugins/dillo_viewer/dillo_viewer.c
322         * src/plugins/mathml_viewer/mathml_viewer.c
323         * src/plugins/spamassassin/spamassassin.c
324         * src/plugins/spamassassin/spamassassin_gtk.c
325                 add plugin types to allow loading plugins at different times
326                 (and maybe for different frontends), because it's not good to
327                 load GTK-Plugins gefore gtk_init was called
328
329         * configure.ac
330         * src/plugins/Makefile.am
331         * src/plugins/trayicon/.cvsignore               ** NEW **
332         * src/plugins/trayicon/Makefile.am              ** NEW **
333         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
334         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
335         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
336         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
337         * src/plugins/trayicon/trayicon.c               ** NEW **
338                 New Trayicon plugin that shows an icon in a systray that uses
339                 XEMBED protocol like Gnome's systray. Icon shows if there
340                 are new mails and a tooltip shows information about new,
341                 unread and total messages.
342
343 2003-03-22 [paul]       0.8.11claws38
344
345         * src/common/smtp.c
346                 fix ESMTP AUTH CRAM-MD5
347                 [sync with main (still version 0.8.11cvs6), see
348                  ChangeLog 2003-03-22]
349
350 2003-03-21 [colin]      0.8.11claws37
351
352         * src/send_message.c
353                 Fix USE_SSL => USE_OPENSSL
354
355 2003-03-21 [colin]      0.8.11claws36
356
357         * src/folderview.c
358                 Fix counts in drag and dropped subfolders
359
360 2003-03-21 [colin]      0.8.11claws35
361
362         * src/folder.c 
363         * src/folderview.c
364                 speed up a bit folder dnd
365
366 2003-03-20 [alfons]     0.8.11claws34
367
368         * src/main.c
369         * src/toolbar.c
370         * src/procmsg.c
371                 don't send locked queue messages
372                 (feature request "[ 705245 ] Locking message in outbox 
373                  should prevent sending")
374
375 2003-03-20 [christoph]  0.8.11claws33
376
377         * src/folder.c
378                 remove NEW and UNREAD flag in special folders when scanning
379                 
380         * src/common/smtp.c
381                 fix ESMTP AUTH CRAM-MD5
382
383 2003-03-20 [paul]       0.8.11claws32
384
385         * src/prefs_account.c
386                 Re-write 'Tunnel command to open connection' as
387                 'Use command to communicate with server', and disable
388                 it for all except IMAP accounts
389
390 2003-03-20 [paul]       0.8.11claws31
391
392         * sync with 0.8.11cvs6
393                 see ChangeLog 2003-03-20
394
395 2003-03-19 [match]      0.8.11claws30
396
397         * src/addritem.[ch]
398                 include documentation. minor refactoring.
399         * src/addr_compl.[ch]
400         * src/addrindex.[ch]
401         * src/addresbook.[ch]
402         * src/summaryview.c
403                 re-enable address lookup (was disabled in
404                 0.8.11claws20).
405
406 2003-03-19 [christoph]  0.8.11claws29
407
408         * src/procmsg.c
409                 add temp flag handling, will make moving and copying
410                 messages possible again
411
412         * src/folder.c
413                 correct calulation of folder stats
414
415 2003-03-18 [match]      0.8.11claws28
416
417         * src/editgroup.h
418                 remove case sensitive comparison (closes bug 80).
419
420 2003-03-18 [christoph]  0.8.11claws27
421
422         * src/imap.c
423                 fix imap using a tunnel command
424
425         (closes bug 87)
426
427 2003-03-18 [christoph]  0.8.11claws26
428
429         * src/folder.[ch]
430         * src/imap.c
431         * src/procmsg.[ch]
432                 rewrite flag handling for folders
433
434 2003-03-18 [christoph]  0.8.11claws25
435
436         * src/folder.c
437         * src/procmsg.c
438         * src/summaryview.c
439                 unset NEW and UNREAD flags when message is ignored, to make
440                 sure messages don't show up as unread on other IMAP clients,
441                 because the IGNORE_THREAD flag can not be syncronized through
442                 the IMAP folder
443
444 2003-03-17 [christoph]  0.8.11claws24
445
446         * src/imap.c
447                 don't use recursion to fetch uids when the number of messages
448                 does not match. Moved code into subfunction that is used
449                 again when needed, to prevent an endless loop.
450
451 2003-03-17 [thorsten]   0.8.11claws23
452
453         * src/imageview.[ch]
454                 export imageview_get_resized_size() (for plugins)
455         * src/prefs_common.[ch]
456                 added prefs_common_get() (for plugins)
457
458 2003-03-17 [christoph]  0.8.11claws22
459
460         * src/imap.c
461                 o remove UID guessing from copy code
462                 o support UIDPLUS extension for APPEND command
463
464 2003-03-17 [paul]       0.8.11claws21
465
466         * src/gtk/about.c
467                 remove 'Compiled-plugins' section.
468                 
469         * src/plugins/dillo_viewer/dillo_viewer.c
470                 slight change to description text
471
472 2003-03-16 [match]      0.8.11claws20
473         * src/ldapserver.[ch]           ** NEW **
474         * src/ldapctrl.[ch]             ** NEW **
475         * src/ldapquery.[ch]            ** NEW **
476         * src/ldaputil.[ch]             ** NEW **
477         * src/addrcindex.[ch]           ** NEW **
478         * src/addrquery.h               ** NEW **
479         * src/addritem.[ch]
480         * src/addrcache.[ch]
481         * src/addrindex.[ch]
482         * src/addr_compl.[ch]
483         * src/addressbook.[ch]
484         * src/addrbook.[ch]
485         * src/editgroup.c
486         * src/editaddress.c
487         * src/editldap.c
488         * src/editldap_basedn.c
489         * src/vcard.c
490         * src/jpilot.c
491         * src/Makefile.am
492                 included dynamic LDAP queries. improved address
493                 completion.
494
495 2003-03-16 [paul]       0.8.11claws19
496
497         * tools/multiwebsearch.pl
498                 fix a fatal typo
499
500 2003-03-16 [christoph]  0.8.11claws18
501
502         * src/mimeview.c
503         * src/plugins/dillo_viewer/dillo_viewer.c
504         * src/plugins/mathml_viewer/mathml_viewer.c
505                 make unregistering of MimeViewerFactorys possible
506
507 2003-03-16 [alfons]     0.8.11claws17
508
509         * configure.ac
510                 correct typo
511
512 2003-03-16 [melvin]     0.8.11claws16
513
514         * src/plugins/dillo_viewer.c
515                 Fixed bug where it was not possible to view more than
516                 one text/html attachment per message (bug discovered
517                 by Christoph Hohmann).
518
519 2003-03-15 [melvin]     0.8.11claws15
520
521         * src/prefs_actions.c
522                 Fixed compilation warnings.
523
524 2003-03-15 [melvin]     0.8.11claws14
525
526         * src/plugins/Makefile.am
527         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
528         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
529         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
530                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
531                 newer (http://dillo.auriga.wearlab.de/).
532
533 2003-03-15 [christoph]  0.8.11claws13
534
535         * src/imap.c
536                 don't query imap folder for attributes because we already
537                 for them from imap_status
538
539         * src/mimeview.[ch]
540                 add support for plugable MimeViewers (unloading Viewers
541                 not yet complete)
542
543         * src/plugins/Makefile.am
544         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
545         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
546         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
547                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
548                 widget from http://helm.cs.unibo.it/mml-widget/
549
550 2003-03-14 [christoph]  0.8.11claws12
551
552         * src/folder.[ch]
553                 o error return code's should better be negative
554                 o replace printf with debug_print
555
556         * src/imap.c
557                 improve IMAP folder scan by checking UID-NEXT
558
559         * src/summaryview.c
560                 remove check that are unnecessary in my opinion
561
562 2003-03-13 [christoph]  0.8.11claws11
563
564         * src/folder.[ch]
565         * src/foldersel.c
566         * src/folderview.c
567         * src/imap.c
568         * src/mbox_folder.c
569         * src/mh.c
570         * src/news.c
571         * src/prefs_scoring.c
572         * src/summaryview.c
573                 use a common function to get a displayable name
574                 for a FolderItem
575
576 2003-03-13 [paul]       0.8.11claws10
577
578         * tools/Makefile.am
579           tools/README
580           tools/multiwebsearch.conf     ** NEW FILE **
581           tools/multiwebsearch.pl       ** NEW FILE **
582                 add multiwebsearch Actions script
583
584 2003-03-13 [colin]      0.8.11claws9
585
586         * src/compose.c
587                 Remove leading emtpy lines from quoted text
588                 before quoting it
589
590 2003-03-13 [melvin]     0.8.11claws8
591
592         * src/prefs_actions.c
593                 Fixed a memory leak
594                 Code clean ups
595                 Added Cancel and OK buttons
596                 Corrected help text
597
598 2003-03-13 [christoph]  0.8.11claws7
599
600         * src/account.c
601         * src/folder.[ch]
602         * src/imap.c
603         * src/mainwindow.c
604         * src/mbox_folder.c
605         * src/mh.c
606         * src/news.c
607         * src/setup.c
608                 replace more folder type stuff with folder class stuff
609
610 2003-03-13 [melvin]     0.8.11claws6
611
612         * src/prefs_actions.c
613                 Added new tokens:
614                 %u: user provided argument
615                 %h: user provided argument (hidden on input)
616                 %s: current text selection in the message view 
617
618 2003-03-13 [paul]       0.8.11claws5
619
620         * sync with 0.8.11cvs5
621                 see ChangeLog 2003-03-11, 2003-03-12
622
623 2003-03-12 [christoph]  0.8.11claws4
624
625         * src/folder.c
626                 use folder class idstr when writing folderlist.xml
627
628         * src/folder.h
629         * src/imap.c
630         * src/news.c
631                 replace folder type checks with folder class checks
632
633 2003-03-12 [christoph]  0.8.11claws3
634
635         * src/folder.[ch]
636         * src/imap.[ch]
637         * src/main.c
638         * src/mbox_folder.[ch]
639         * src/mh.[ch]
640         * src/news.[ch]
641                 o create a list of known folder classes in the folder system
642                 o use folder class id strings for folder item identifiers
643
644 2003-03-12 [christoph]  0.8.11claws2
645
646         * src/imap.c
647                 fix imap uid validity check
648
649 2003-03-12 [christoph]  0.8.11claws1
650
651         * src/account.c
652         * src/folder.[ch]
653         * src/foldersel.c
654         * src/folderview.c
655         * src/imap.c
656         * src/mainwindow.c
657         * src/mbox_folder.c
658         * src/mh.c
659         * src/news.c
660         * src/prefs_scoring.c
661         * src/procmsg.c
662         * src/setup.c
663         * src/summaryview.c
664                 initial restructuring of folder system, seperating
665                 folders and folder classes
666
667 2003-03-12 [paul]       0.8.11claws
668
669         0.8.11claws release
670
671 2003-03-12 [christoph]
672
673         * src/gtk/prefswindow.c
674                 fix translation of "Page Index"
675
676 2003-03-12 [paul]       0.8.10claws110
677
678         a sync from 0.8.11cvs4 before the release
679
680         * src/common/utils.c
681                 subject_compare_for_sort(): allow null strings (fixes
682                 summary sorting).
683
684 2003-03-11 [paul]       0.8.10claws109
685
686         * po/es.po
687                 update Spanish translation, submitted by
688                 Ricardo Mones Lastra
689
690 2003-03-11 [melvin]     0.8.10claws108
691
692         * po/fr.po
693                 Updated French translations
694
695 2003-03-11 [paul]       0.8.10claws107
696
697         * manual/en/Makefile.am
698           manual/en/*.html
699                 update English manual, add a new page
700                 updated by Francois Barriere <fbarriere@atmel.fr>
701                 
702         * po/bg.po
703           po/it.po
704           po/sr.po
705                 update Bulgarian, Italian, and Serbian translations
706                 submitted by George Danchev, Alessandro Maestri, and
707                 Urke MMI
708
709 2003-03-10 [paul]       0.8.10claws106
710
711         * src/gtk/about.c
712           src/gtk/prefswindow.c
713                 make some strings translatable
714
715 2003-03-10 [darko]      0.8.10claws105
716
717         * src/compose.c
718                 code cleanup to make Hiro happy
719
720 2003-03-10 [paul]       0.8.10claws104
721
722         * sync with 0.8.11cvs2
723                 see ChangeLog 2003-03-10
724
725 2003-03-09 [melvin]     0.8.10claws103
726
727         * src/textview.c
728                 textview_set_font(): fix for message display in
729                 UTF-8 locales (thanks to Sergey Vlasov).
730                 (was unintentionnaly reverted in 0.8.6claws6)   
731
732 2003-03-08 [darko]      0.8.10claws102
733
734         * src/compose.c
735                 fix infinite loop in wrapping as reported
736                 by happycactus
737                 obsoletes patch #696482
738
739 2003-03-08 [christoph]  0.8.10claws101
740
741         * src/imap.c
742                 add workaround for IMAP servers that do not
743                 support the "UID SEARCH UID" command
744
745 2003-03-07 [christoph]  0.8.10claws100
746
747         * src/plugins/spamassassin/spamassassin.[ch]
748         * src/plugins/spamassassin/spamassassin_gtk.c
749                 code cleanup
750
751 2003-03-07 [paul]       0.8.10claws99
752
753         * po/es.po
754                 updated Spanish translation, submitted by
755                 Ricardo Mones Lastra
756
757 2003-03-07 [christoph]  0.8.10claws98
758
759         * src/send.c
760                 fix in 0.8.10claws94 was wrong
761                 local delivery does not require escaping, remove escaping
762                 code to make signatures of mails with "." lines valid
763                 
764                 NOTE: requires that sendmail is executed with "-i" option,
765                       what is the default now, but has to be changed in all
766                       exsiting accounts)
767
768 2003-03-07 [paul]       0.8.10claws97
769
770         * sync with 0.8.11 release
771                 see ChangeLog 2003-03-07
772
773 2003-03-06 [paul]       0.8.10claws96
774
775         * src/compose.c
776                 revert commit 0.8.10claws92
777
778 2003-03-06 [paul]       0.8.10claws95
779
780         * src/folderview.c
781                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
782
783         * src/gtkaspell.c
784                 fix bug 74, 'Crash opening editor window with pseudo-color
785                 display'
786                 
787         Patches submitted by Kevin Vigor <kevin@vigor.nu>
788
789 2003-03-06 [christoph]  0.8.10claws94
790
791         * src/send.c
792                 fix rfc2821 (4.5.2) violation in SMTP data sending,
793                 all lines starting with a period get an extra period
794                 inserted
795                 (found by Simon 'corecode' Schubert)
796
797 2003-03-06 [paul]       0.8.10claws93
798
799         * src/folderview.c
800                 if configured font can't be loaded fall back to gtk
801                 default. (with thanks to Christoph)
802                 
803                 closes long-standing bug 15 'Crashes on startup'
804
805 2003-03-06 [paul]       0.8.10claws92
806
807         * src/compose.c
808                 freeze text before autosave and thaw afterwards
809                 fixes bug 67 'autosave make re-rediting message crazy'
810
811 2003-03-06 [christoph]  0.8.10claws91
812
813         * src/compose.c
814                 ignore address comment in dupe check for Cc-list
815
816         (closes reopened bug 47 Replying to message strips name part of
817          e-mail addresses of Cc: lines)
818
819 2003-03-06 [paul]       0.8.10claws90
820
821         * src/Makefile.am
822                 remove reference to gtkxtext.h as its no longer in
823                 the repository
824
825 2003-03-06 [paul]       0.8.10claws89
826
827         * sync with 0.8.10cvs25
828                 see ChangeLog 2003-03-06
829
830 2003-03-06 [oliver]     0.8.10claws88
831         
832         * src/messageview.c
833                 remove include
834
835 2003-03-06 [oliver]     0.8.10claws87
836         
837         * src/folderview.c 
838                 remove changes introduced inclaws74
839         * src/messageview.c
840                 another attempt to sanely delete and update
841                 messages deleted in separate messageview
842
843 2003-03-05 [christoph]  0.8.10claws86
844
845         * src/summaryview.c
846                 check if "From" matches any account's address if
847                 addressbook completion of addresses is disabled too
848
849         (closes Bug 70 "Display recipient in from" doesn't check
850          folder's default account)
851
852 2003-03-05 [christoph]  0.8.10claws85
853
854         * src/compose.c
855         * src/common/utils.[ch]
856                 don't strip address comments when building Cc lists
857
858         (closes Bug 47 Replying to message strips name part of e-mail addresses
859          of Cc: lines)
860
861         * src/folder.c
862                 fix return value of copy function
863
864 2003-03-05 [christoph]  0.8.10claws84
865
866         * src/imap.c
867                 don't ask imap server for non rfc822 headers
868
869         (closes bug 71 IMAP FETCH asks for FROM header field twice)
870
871         * src/imap.c
872                 destroy session on socket error to allow reconnecting
873
874 2003-03-05 [christoph]  0.8.10claws83
875
876         * configure.ac
877                 fix building with gnome when no prefix is set
878
879         (closes bug 66 Gnome directory is set to NONE)
880
881 2003-03-05 [paul]       0.8.10claws82
882
883         * sync with 0.8.10cvs23
884                 see ChangeLog 2003-03-05
885
886 2003-03-04 [christoph]  0.8.10claws81
887
888         * src/folder.c
889                 o fix moving and copying when folder returns 0 for new
890                   message number
891                 o remove some code for single message copy and move
892                   operations and use functions for multiple messages
893
894         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
895
896         * src/news.c
897                 remove unused include
898
899 2003-03-04 [paul]       0.8.10claws80
900
901         * src/gtk/about.c
902                 list 'Compiled plugins'
903
904 2003-03-03 [christoph]  0.8.10claws79
905
906         * src/news.[ch]
907                 have to multiply the percentage of the current fetch with
908                 the percentage that it has of the total fetch operation
909                 for correct values
910
911 2003-03-03 [christoph]  0.8.10claws78
912
913         * src/news.c
914                 fix calculation of expected lines for progress indicator
915
916 2003-03-03 [christoph]  0.8.10claws77
917
918         * src/summaryview.c
919         * src/common/utils.c
920                 fix segfault when opening the root news folder
921
922 2003-03-03 [christoph]  0.8.10claws76
923
924         * src/mainwindow.[ch]
925         * src/common/Makefile.am
926         * src/common/progressindicator.[ch]
927                 add UI independent progress indicator handling
928
929         * src/news.[ch]
930                 use new progress indicator for message info fetching
931
932         * src/common/hooks.h
933                 code cleanup
934
935 2003-03-03 [oliver]     0.8.10claws75
936
937         * src/toolbar.c
938         * src/compose.c
939                 removed commented code
940
941 2003-03-03 [oliver]     0.8.10claws74
942
943         * src/toolbar.[ch]
944                 cleanups and refactoring
945         * src/compose.[ch]
946                 compose_reply_mode reply & forwarding interface for
947                 toolbar buttons
948         * src/folderview.c
949                 act on messages marked for deletion in folderview_selected
950                 based on prefs_common.immediate_exec since a message might 
951                 have been deleted by messageview in a folder we are changing 
952                 to (does anybody understand what I'm on about ?)
953
954 2003-03-03 [oliver]     0.8.10claws73
955         
956         * src/messageview.[ch]
957                 new functions
958                 - messageview_delete: delete message shown in messagview
959                 - messageview_update_view: update messageview to currently 
960                   selected summaryview message
961                 - add separate messageview to msgview_list in order to update 
962                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
963         * src/summaryview.[ch]
964                 summary_get_selection returns a list of selected msgs
965                 in summaryview
966         * src/mainwindow.c
967                 toolbar reply refactoring
968
969 2003-03-03 [paul]       0.8.10claws72
970
971         * sync with 0.8.10cvs21
972                 see ChangeLog 2003-03-03
973
974 2003-03-02 [christoph]  0.8.10claws71
975
976         * src/common/passcrypt.c
977                 use POSIX includes
978
979 2003-03-02 [christoph]  0.8.10claws70
980
981         * configure.ac
982         * src/prefs_account.c
983         * src/prefs_gtk.[ch]
984         * src/common/.cvsignore
985         * src/common/Makefile.am
986         * src/common/passcrypt.c                ** NEW **
987         * src/common/passcrypt.h.in             ** NEW **
988                 Implement password encryption in config files
989                 using unix encrypt and setkey functions. The crypt
990                 key can be set as a configure parameter. Old
991                 passwords will be converted if they do not begin
992                 with '!'
993
994 2003-03-02 [paul]       0.8.10claws69
995
996         * src/prefs_account.c
997                 fix compile error
998
999 2003-03-01 [thorsten]   0.8.10claws68
1000
1001         * po/el.po
1002           po/hr.po
1003           po/it.po
1004           po/nl.po
1005           po/sr.po
1006           po/sv.po
1007                 corrected format strings
1008         * po/en_GB.po
1009                 corrected headers
1010                 (fix compile errors with GNU gettext-0.11.5)
1011
1012 2003-03-01 [oliver]     0.8.10claws67
1013
1014         * src/summaryview.c
1015                 menu callbacks call toolbar_menu_reply
1016
1017 2003-03-01 [oliver]     0.8.10claws66
1018
1019         * src/mainwindow.c
1020         * src/messageview.c
1021                 menu callbacks call toolbar_menu_reply
1022         * src/toolbar.[ch]
1023                 callbacks from menu handled by toolbar_menu_reply
1024
1025 2003-03-01 [paul]       0.8.10claws65
1026
1027         * src/addressbook.c
1028                 revert commit 0.8.10claws54 - breaks editing of
1029                 addressbook.
1030                 
1031         * po/bg.po
1032                 update Bulgarian translation, submitted by
1033                 George Danchev
1034
1035 2003-02-28 [christoph]  0.8.10claws64
1036
1037         * src/account.c
1038         * src/addressadd.c
1039         * src/compose.c
1040         * src/gtkaspell.c
1041         * src/gtkxtext.h                ** REMOVE **
1042         * src/imap.c
1043         * src/matcher.[ch]
1044         * src/mh.c
1045         * src/news.c
1046         * src/pine.c
1047         * src/prefs_common.c
1048         * src/prefs_matcher.c
1049         * src/procheader.[ch]
1050         * src/procmsg.[ch]
1051         * src/toolbar.c
1052         * src/common/ssl_certificate.c
1053         * src/gtk/colorlabel.c
1054         * src/gtk/menu.c
1055                 o fix warnings
1056                 o remove code obsoleted by new cache and folder system rework
1057
1058 2003-02-28 [oliver]     0.8.10claws63
1059         
1060         * src/toolbar.[ch]
1061                 * fix bug where reply in Messageview replied to 
1062                 Message displayed in summaryview
1063                 (reportedd via ML by chinatinte at gmx dot ch)
1064                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1065                 didn't work in separate MessageView Toolbar
1066                 (wondering if anybody uses this at all ?)
1067         * src/summaryview.[ch]
1068                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1069                 (generalize reply and forward code);
1070         * src/messageview.c 
1071                 remove focus_in event which updated summaryview to messageview
1072
1073 2003-02-28 [paul]       0.8.10claws62
1074
1075         * po/Makefile.in.in
1076                 add the --check option
1077                 Patch submitted by Ricardo Mones Lastra
1078
1079 2003-02-28 [paul]       0.8.10claws61
1080
1081         * src/prefs_account.c
1082                 re-order 'Signature' items
1083
1084 2003-02-28 [paul]       0.8.10claws60
1085
1086         * sync with 0.8.10cvs20
1087                 see ChangeLog 2003-02-28
1088
1089 2003-02-28 [paul]       0.8.10claws59
1090
1091         * po/POTFILES.in
1092                 update to reflect recent movement of files
1093
1094 2003-02-28 [paul]       0.8.10claws58
1095
1096         * sync with 0.8.10cvs19
1097                 see ChangeLog 2003-02-28
1098
1099 2003-02-27 [martin]     0.8.10claws57
1100
1101         * src/prefs_matcher.c 
1102                 fix segfault in prefs_matcher_ok() when the
1103                 last entry is deleted and prevents that the
1104                 message "entry not saved" comes up after deleting
1105                 an entry
1106
1107 2003-02-27 [martin]     0.8.10claws56
1108
1109         * src/prefs_filtering.c 
1110                 fix segfault in prefs_filtering_ok() when the
1111                 last entry is deleted and prevents that the
1112                 message "entry not saved" comes up after deleting
1113                 an entry
1114
1115 2003-02-27 [paul]       0.8.10claws55
1116
1117         * sync with 0.8.10cvs18
1118                 see ChangeLog 2003-02-27
1119
1120 2003-02-27 [paul]       0.8.10claws54
1121
1122         * src/addressbook.c
1123                 fix bug where the address book crashes with 
1124                 multiple lookups.
1125                 Patch [687729] submitted by David Frager 
1126                 <dbfrager@users.sourceforge.net>
1127
1128 2003-02-25 [christoph]  0.8.10claws53
1129
1130         * src/Makefile.am
1131         * src/colorlabel.[ch]           ** REMOVE **
1132         * src/gtk/Makefile.am
1133         * src/gtk/colorlabel.[ch]       ** NEW **
1134                 move colorlabel files to gtk directory
1135
1136         * src/esmtp.[ch]                ** REMOVE **
1137                 has been merged into smtp.[ch] in 0.7.5
1138
1139 2003-02-25 [christoph]  0.8.10claws52
1140
1141         * src/Makefile.am
1142         * src/about.[ch]                ** REMOVE **
1143         * src/gtk/Makefile.am
1144         * src/gtk/about.[ch]            ** NEW **
1145                 move about files to gtk directory
1146
1147 2003-02-25 [christoph]  0.8.10claws51
1148
1149         * src/folder.c
1150                 some code optimization of folder scanning code
1151
1152         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1153
1154 2003-02-25 [christoph]  0.8.10claws50
1155
1156         * src/main.c
1157         * src/common/sylpheed.c
1158                 add command line parameter parsing to common code
1159
1160 2003-02-24 [christoph]
1161
1162         * Makefile.am
1163         * configure.ac
1164                 fix gnome prefix problems, the configure script now removed
1165                 `gnome-config --prefix` from `gnome-config --datadir`
1166                 and adds $(prefix} instead
1167
1168         (closes Bug 24 Makefile does not respect prefix when installing
1169          GNOME data)
1170
1171 2003-02-24 [christoph]  0.8.10claws49
1172
1173         * src/news.c
1174                 check for valid session before trying to authenticate
1175
1176         (closes Bug 60 crash if "authenticate on logon" is activated
1177          and newsserver-hostname is not valid)
1178
1179 2003-02-24 [melvin]     0.8.10claws48
1180
1181         * src/prefs_actions.c
1182                 Make sure all user's input is sent to the action and then
1183                 close the socket..
1184
1185 2003-02-23 [alfons]     0.8.10claws46
1186
1187         * src/summaryview.c
1188                 also wait cursor when deleting files
1189
1190 2003-02-23 [paul]
1191
1192         * tools/freshmeat_search.pl
1193           tools/google_search.pl
1194                 scripts should now work for any browser/browser command line
1195
1196 2003-02-22 [christoph]  0.8.10claws45
1197
1198         * src/procmsg.c
1199                 fix IMAP flag setting, IMAP flag is not handled correctly
1200                 anymore by the folder system and information about the
1201                 folder should not be saved in the MsgInfo (in my opinion)
1202
1203         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1204
1205 2003-02-22 [christoph]  0.8.10claws44
1206
1207         * src/summaryview.c
1208                 fix spelling of "label" ;-)
1209
1210 2003-02-22 [thorsten]   0.8.10claws43
1211
1212         * src/mimeview.c
1213           src/prefs_common.[ch]
1214           src/procmime.[ch]
1215                 do not use description as attachment name
1216
1217 2003-02-22 [alfons]     0.8.10claws42
1218
1219         * src/summaryview.c
1220                 freeze/thaw folder item updates when changing color labels,
1221                 and put a wait cursors on
1222
1223 2003-02-22 [thorsten]   0.8.10claws41
1224
1225         * src/mimeview.c
1226                 save-all fixes: crash if invoked on multipart container,
1227                 mimeinfo access, pathseparators, error dialog
1228
1229 2003-02-21 [alfons]     0.8.10claws40
1230
1231         * src/prefs_gtk.c
1232                 remove unused var
1233
1234 2003-02-21 [colin]      0.8.10claws39
1235
1236         * src/send.c
1237                 Fix smtp logging
1238
1239 2003-02-21 [colin]      0.8.10claws38
1240
1241         * src/summaryview.c
1242                 Freeze/thaw folderItem updates when filtering messages 
1243                 via Tools/Filter messages
1244
1245 2003-02-21 [paul]       0.8.10claws37
1246
1247         * src/compose.c
1248                 revert commit 0.8.10claws26, there are ulterior motives
1249                 for users to set a Reply-To header when posting to
1250                 newsgroups
1251
1252 2003-02-21 [paul]       0.8.10claws36
1253
1254         * sync with 0.8.10cvs17
1255                 see ChangeLog 2003-02-21
1256
1257 2003-02-20 [christoph]  0.8.10claws35
1258
1259         * src/imap.c
1260                 IMAP UID fetch speedup using SEARCH
1261
1262         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1263
1264         * src/imap.c
1265                 fix problem with UIDs in IMAP UID cache that no longer existed
1266
1267 2003-02-20 [christoph]  0.8.10claws34
1268
1269         * src/imap.c
1270         * src/procheader.c
1271         * src/procheader.h
1272                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1273
1274         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1275
1276         * src/imap.c
1277                 Rewrite imap_cmd_gen_recv use sock_getline instead
1278                 of sock_gets to avoid problems with too long reply
1279                 lines
1280     
1281 2003-02-20 [colin]      0.8.10claws33
1282         
1283         * src/prefs_account.c
1284                 Better wording
1285
1286 2003-02-20 [colin]      0.8.10claws32
1287
1288         * src/compose.c
1289                 Remove useless '&& !to_sender' 
1290
1291 2003-02-20 [darko]
1292
1293         * AUTHORS
1294                 change my e-mail address
1295
1296 2003-02-19 [colin]      0.8.10claws31
1297
1298         * src/prefs_common.c
1299                 X11 style colors for every configurable color
1300
1301 2003-02-19 [alfons]     0.8.10claws30
1302
1303         * src/prefs_gtk.[ch]
1304         * src/prefs_common.c
1305                 for color_new accept both plain integers and X11 style color
1306                 names (as found in /usr/lib/X11/rgb.txt)
1307
1308 2003-02-19 [paul]       0.8.10claws29
1309
1310         * src/mainwindow.c
1311                 add tooltips to online/offline button and account selector
1312                 button
1313
1314 2003-02-19 [paul]       0.8.10claws28
1315
1316         * src/folder.c
1317           src/news.c
1318           src/prefs_account.[ch]
1319           src/prefs_common.[ch]
1320                 move 'Maximum number of articles to download' to
1321                 account prefs.
1322                 clean up account prefs gui a little by hiding entries
1323                 rather then greying out entries
1324
1325 2003-02-19 [hiro]       0.8.10claws27
1326
1327         * src/common/utils.c
1328                 fix bug #54 'yesterdays date is displayed in the message 
1329                 summary window'
1330
1331 2003-02-19 [paul]       0.8.10claws26
1332
1333         * src/compose.c
1334                 fix bug reported in Feature Request [688596] 
1335                 'Reply-to header in news'
1336
1337 2003-02-18 [paul]       0.8.10claws25
1338
1339         * src/select-keys.c
1340                 add a 'List all keys' button to key selection dialog
1341
1342 2003-02-18 [colin]      0.8.10claws24
1343         
1344         * src/stock_pixmap.c
1345                 fix compile error
1346
1347 2003-02-18 [colin]      0.8.10claws23
1348
1349         * src/common/smtp.[ch]
1350           src/prefs_account.c
1351                 Try to starttls if it seems to be the only
1352                 way to authenticate a user
1353
1354 2003-02-18 [paul]       0.8.10claws22
1355
1356         * src/Makefile.am
1357           src/folderview.c
1358           src/stock_pixmap.[ch]
1359           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1360           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1361                 as a Drafts folder is a special folder allow it to have
1362                 its own unique icons
1363
1364 2003-02-18 [colin]      0.8.10claws21
1365
1366         * src/imap.c
1367                 Fix port selection when using starttls
1368
1369 2003-02-18 [paul]       0.8.10claws20
1370
1371         * src/mainwindow.c
1372           src/prefs_common.[ch]
1373                 make blue the default new mail colour
1374
1375 2003-02-18 [paul]       0.8.10claws19
1376
1377         * sync with 0.8.10cvs14
1378                 see ChangeLog 2003-02-18
1379
1380 2003-02-17 [jens]       0.8.10claws18
1381
1382         * src/common/md5.c
1383                 fixed a compile problem with gcc 3.3
1384                 works on 2.95.3 too (testet on PPC as it is big endian)
1385
1386 2003-02-17 [paul]       0.8.10claws17
1387
1388         * sync with 0.8.10cvs13
1389                 see ChangeLog 2003-02-17
1390
1391 2003-02-17 [paul]       0.8.10claws16
1392
1393         * sync with 0.8.10cvs12
1394                 see ChangeLog 2003-02-17
1395
1396 2003-02-16 [match]      0.8.10claws15
1397
1398         * src/addressbook.c
1399                 Eliminates reloading of address data when items
1400                 deleted or added. Applied submitted by
1401                 Luke Plant <lukeplant@softhome.net>
1402
1403 2003-02-16 [paul]       0.8.10claws14
1404
1405         * src/news.c
1406                 when a 'protocol error' is encountered disconnect from
1407                 the server. This means that the user can carry on viewing
1408                 other articles and doesn't have to either wait until the
1409                 server timesout or quit sylpheed.
1410                 Fixes bug #53 'Unable to read messages in newsgroups, 
1411                 displayed message doesn't change'
1412
1413 2003-02-15 [christoph]  0.8.10claws13
1414
1415         * src/imap.c
1416                 fix bug that stopped scanning of folders when an
1417                 IMAP folder was empty
1418
1419         (closes bug 46 stop scan messages in folders after empty folder)
1420
1421 2003-02-15 [paul]
1422
1423         * tools/Makefile.am
1424           tools/README
1425           tools/freshmeat_search.pl     ** NEW FILE **
1426           tools/google_search.pl        ** NEW FILE **
1427                 Add 2 Actions scripts which search freshmeat/google
1428                 for the selected text using the browser configured
1429                 in sylpheedrc.
1430                 
1431         Note: These scripts are very dependent on the format of the
1432         browser command and may not work on every occasion. Testing
1433         is welcome. 
1434
1435 2003-02-14 [alfons]     0.8.10claws12
1436
1437         * src/compose.c
1438                 fix breakage because of uninitialized account pointer.
1439                 please verify.
1440
1441 2003-02-14 [paul]       0.8.10claws11
1442
1443         * src/compose.c
1444           src/prefs_account.[ch]
1445           src/prefs_common.[ch]
1446                 move signature settings to Account Prefs
1447
1448 2003-02-14 [paul]       0.8.10claws10
1449
1450         * sync with 0.8.10cvs11
1451                 see ChangeLog 2003-02-14
1452
1453 2003-02-13 [thorsten]   0.8.10claws9
1454
1455         * src/news.c
1456                 revert news progressbar (GUI separation)
1457
1458 2003-02-13 [paul]       0.8.10claws8
1459
1460         * src/compose.c
1461                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1462                 paragraph 1
1463
1464 2003-02-13 [paul]       0.8.10claws7
1465
1466         * src/compose.[ch]
1467           src/summaryview.c
1468                 fix 'Follow-up and Reply-to' so that it creates a reply to
1469                 the newsgroup and the sender. If the message has the keyword
1470                 'poster' in the Followup-To header, all replies go to the
1471                 sender, re: RFC 1036, Section 2.2.3
1472                 rename all instances of 'ignore_replyto' to 'to_sender', both
1473                 were previously used, now we use just one.
1474
1475 2003-02-13 [paul]       0.8.10claws6
1476
1477         * sync with 0.8.10cvs9
1478                 see ChangeLog 2003-02-13
1479
1480 2003-02-13 [paul]       0.8.10claws5
1481
1482         * configure.ac
1483                 show which plugins are configured in the configure
1484                 output.
1485
1486 2003-02-12 [thorsten]   0.8.10claws4
1487
1488         * src/news.c
1489                 show progress while fetching news headers
1490
1491 2003-02-12 [christoph]  0.8.10claws3
1492
1493         * configure.ac
1494         * src/plugins/Makefile.am
1495                 use AM_CONDITIONAL to enable plugins, automake correctly
1496                 manages this when creating distdir
1497
1498 2003-02-12 [christoph]  0.8.10claws2
1499
1500         * ac/spamassassin.m4
1501         * src/plugins/spamassassin/Makefile.am
1502                 fix building SpamAssassin plugin without OpenSSL
1503
1504 2003-02-12 [paul]       0.8.10claws1
1505
1506         * ac/Makefile.am
1507           src/Makefile.am
1508           src/plugins/Makefile.am
1509                 fix failure of 'make release'
1510
1511 2003-02-12 [paul]       0.8.10claws
1512
1513         * 0.8.10claws released
1514
1515 2003-02-12 [paul]       0.8.9claws56
1516
1517         * po/bg.po
1518           po/es.po
1519           po/it.po
1520           po/ru.po
1521           po/sr.po
1522                 updated translations by George Danchev, Ricardo Mones Lastra,
1523                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1524                 
1525         * sylpheed.spec.in
1526                 Allow the building of RPMs by a regular user. Submitted
1527                 by Sergei Astanin
1528
1529 2003-02-11 [alfons]     0.8.9claws55
1530
1531         * src/colorlabel.c
1532                 don't use pixmaps for label color rect but draw rectangles
1533                 so we can respect the color map of palette based visuals
1534                 (fixes the long time crashes on Suns - thanks to Andreas
1535                 Engel and Steve O'Hara-Smith for testing)
1536
1537 2003-02-11 [christoph]  0.8.9claws54
1538
1539         * src/matcher_parser_parse.y
1540                 correct bug where filering rules of not existing folders in
1541                 matcherrc were added to global filtering
1542                 
1543         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1544          main filter-rules after removing directory, http://bugs.debian.org/180253)
1545         
1546 2003-02-11 [paul]       0.8.9claws53
1547
1548         * sync with 0.8.10cvs7
1549                 see ChangeLog 2003-02-09
1550
1551 2003-02-11 [melvin]     0.8.9claws52
1552
1553         * po/fr.po
1554                 Updated French tranlsations
1555
1556 2003-02-10 [paul]       0.8.9claws51
1557
1558         * sylpheed.spec.in
1559                 correct --enable-openssl
1560                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1561
1562 2003-02-09 [martin]     0.8.9claws50
1563
1564         * src/prefs_matcher.c
1565                 fix segfault in prefs_matcher_substitute_cb() when
1566                 no row is selected
1567
1568 2003-02-09 [paul]       0.8.9claws49
1569
1570         * src/folderview.c
1571                 fix bug where a newsgroup folder's processing rules were
1572                 merged with the global filtering rules when the newsgroup
1573                 folder was deleted, causing some seriously bad results,
1574                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1575
1576 2003-02-08 [melvin]     0.8.9claws48
1577
1578         * src/compose.c
1579                 Corrected and modified an alert message.
1580
1581 2003-02-07 [paul]       0.8.9claws47
1582
1583         * src/folderview.c
1584                 fix bug where both an 'Account properties' window and a
1585                 'Folder properties' window were opened when clicking on
1586                 'Properties' in an NNTP or IMAP folder's popup menu.
1587
1588 2003-02-07 [paul]       0.8.9claws46
1589
1590         * sync with 0.8.10cvs6
1591                 see ChangeLog 2003-02-06
1592
1593 2003-02-06 [christoph]  0.8.9claws45
1594
1595         * src/mbox.c
1596                 freeze folder updates while importing mbox files
1597                 (closes bug 43 importing mbox took hours)
1598                 
1599         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1600
1601 2003-02-06 [thorsten]   0.8.9claws44
1602
1603         * po/de.po
1604                 Updated german translations
1605
1606 2003-02-06 [thorsten]   0.8.9claws43
1607
1608         * src/news.h
1609                 use guint for message numbers (fix count in grouplist dialog)
1610
1611 2003-02-05 [paul]       0.8.9claws42
1612
1613         * sync with 0.8.10cvs2
1614                 see ChangeLog 2003-02-05
1615
1616 2003-02-04 [colin]      0.8.9claws41
1617
1618         * src/prefs_common.[ch]
1619           src/procmsg.c
1620           src/summaryview.c
1621                 Add an option to disable threading by subject
1622
1623 2003-02-04 [christoph]  0.8.9claws40
1624
1625         * src/inc.c
1626                 only abort fetching mails from multiple accounts when the
1627                 error is fatal and does not allow to check any more accounts
1628                 (currently only disk full error)
1629
1630         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1631          receive mails for other accouts)
1632
1633 2003-02-04 [christoph]  0.8.9claws39
1634
1635         * src/folder.c
1636                 first add the new message to the cache, then
1637                 send the update notification
1638
1639         (closes bug 39 after sending message folderview doesnt get updated)
1640
1641 2003-02-04 [colin]      0.8.9claws38
1642
1643         * src/inc.c
1644                 _really_ fix this Connecting... status
1645
1646 2003-02-04 [paul]       0.8.9claws37
1647
1648         * sync with 0.8.10
1649                 see ChangeLog 2003-02-04
1650
1651 2003-02-04 [paul]       0.8.9claws36
1652
1653         * sync with 0.8.9cvs6
1654                 see ChangeLog 2003-02-03
1655
1656 2003-02-04 [paul]       0.8.9claws35
1657
1658         * po/pt_BR.po
1659                 updated by André Filipe de Assunção e Brito 
1660                 <bedecko@netsite.com.br>
1661
1662 2003-02-03 [thorsten]   0.8.9claws34
1663
1664         * po/de.po
1665                 Updated german translations
1666
1667 2003-02-02 [paul]       0.8.9claws33
1668
1669         * po/es.po
1670                 updated by Ricardo Mones Lastra
1671
1672 2003-02-02 [thorsten]   0.8.9claws32
1673
1674         * src/mh.c
1675                 Fix mh_get_msginfo() segfault if file is inaccessible
1676
1677 2003-01-31 [colin]      0.8.9claws31
1678
1679         * src/procheader.c
1680                 Fix last commit's bug
1681
1682 2003-01-31 [colin]      0.8.9claws30
1683
1684         * src/procheader.c
1685                 Missing a change for gpg-signed messages
1686
1687 2003-01-31 [paul]       0.8.9claws29
1688
1689         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1690           src/procheader.c
1691           src/stock_pixmap.[ch]
1692           src/summaryview.c
1693                 indicate GnuPG signed messages by displaying an icon
1694                 in the Attachment column.
1695
1696 2003-01-31 [paul]       0.8.9claws28
1697
1698         * sync with 0.8.9cvs4
1699                 see ChangeLog 2003-01-31
1700
1701 2003-01-31 [alfons]     0.8.9claws27
1702
1703         * src/textview.c
1704                 tune URI parser to accept mailto URLs with a '?'
1705                 (patch from Ruslan Balkin)
1706
1707 2003-01-31 [colin]      0.8.9claws26
1708
1709         * src/summaryview.c
1710                 Fix a leak introduced in claws24
1711
1712 2003-01-31 [colin]      0.8.9claws25
1713
1714         * src/summaryview.c
1715                 Freeze/Thaw folder updates when deleting dups
1716
1717 2003-01-31 [colin]      0.8.9claws24
1718         
1719         * src/addr_compl.c
1720           src/summaryview.c
1721           src/msgcache.c
1722                 little speed improvements
1723
1724 2003-01-31 [colin]      0.8.9claws23
1725
1726         * src/summaryview.c
1727                 Fix segfault when forwarding nothing
1728                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1729                 
1730 2003-01-30 [paul]       0.8.9claws22
1731
1732         * sync with 0.8.9cvs3
1733                 see ChangeLog 2003-01-30
1734
1735 2003-01-30 [paul]       0.8.9claws21
1736
1737         * sync with 0.8.9cvs2
1738                 see ChangeLog 2003-01-30
1739
1740 2003-01-29 [paul]       0.8.9claws20
1741
1742         * sync with 0.8.9cvs1
1743                 see ChangeLog 2003-01-29
1744
1745 2003-01-28 [paul]       0.8.9claws19
1746
1747         * po/POTFILES.in
1748                 update to reflect changes. 
1749                 thanks to Ricardo Mones Lastra
1750
1751 2003-01-27 [christoph]  0.8.9claws18
1752
1753         * ac/openssl.m4
1754         * ac/spamassassin.m4
1755         * src/plugins/spamassassin/README
1756         * src/plugins/spamassassin/libspamc.[ch]
1757         * src/plugins/spamassassin/utils.[ch]
1758                 updated to latest libspamc
1759
1760 2003-01-27 [christoph]  0.8.9claws17
1761
1762         * src/folder.c
1763                 fix wrong use of procheader_get_header_fields
1764
1765 2003-01-27 [christoph]  0.8.9claws16
1766
1767         * src/news.c
1768         * src/prefs_account.[ch]
1769         * src/common/nntp.[ch]
1770                 allow to force authentication for NNTP servers
1771
1772         Patch submitted by Florian Mickler <dmk@d-labs.de>
1773
1774 2003-01-26 [paul]       0.8.9claws15
1775
1776         * src/summaryview.c
1777                 speed up of marking messages as read
1778                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1779
1780 2003-01-26 [christoph]  0.8.9claws14
1781
1782         * src/Makefile.am
1783         * src/mgutils.[ch]              ** REMOVE **
1784         * src/xml.[ch]                  ** REMOVE **
1785         * src/xmlprops.[ch]             ** REMOVE **
1786         * src/common/Makefile.am
1787         * src/common/mgutils.[ch]       ** NEW **
1788         * src/common/xml.[ch]           ** NEW **
1789         * src/common/xmlprops.[ch]      ** NEW **
1790                 move xml files to common directory
1791
1792 2003-01-26 [christoph]  0.8.9claws13
1793
1794         * src/plugins/spamassassin/spamassassin_gtk.c
1795                 only set gtk entry text if string is available
1796
1797 2003-01-26 [melvin]     0.8.9claws12
1798
1799         * src/description_window.c
1800                 Allow resizing of the window
1801                 Allow automatic horizontal scroll bar
1802                 Do not vertically expand and fill
1803
1804 2003-01-26 [christoph]  0.8.9claws11
1805
1806         * src/Makefile.am
1807         * src/gtkutils.[ch]             ** REMOVE **
1808         * src/common/sylpheed.c
1809         * src/gtk/Makefile.am
1810         * src/gtk/description_window.c
1811         * src/gtk/gtkutils.[ch]         ** NEW **
1812         * src/gtk/prefswindow.c
1813                 move gtkutils to gtk directory
1814
1815 2003-01-26 [paul]       0.8.9claws10
1816
1817         * src/summaryview.c
1818                 rename summary_unread_clicked() to summary_status_clicked()
1819
1820 2003-01-26 [melvin]     0.8.9claws9
1821
1822         * src/prefs_actions.c
1823                 Cosmetical changes to the help text
1824
1825 2003-01-26 [paul]       0.8.9claws8
1826
1827         * src/folder.[ch]
1828           src/mainwindow.c
1829           src/prefs_common.c
1830           src/prefs_sumamry_column.c
1831           summaryview.[ch]
1832                 rename the 'Unread' column to 'Status'
1833
1834 2003-01-25 [match]      0.8.9claws7
1835
1836         * src/mgutils.[ch]
1837                 removed reference to LDAP constants. removed error2string.
1838                 included functions to support LDAP dynamic queries.
1839         * src/syldap.h
1840                 moved LDAP constants here.
1841         * src/addressbook.c
1842         * src/addrindex.c
1843         * src/importldif.c
1844                 removed references to LDAP constants and references to
1845                 error2string.
1846
1847 2003-01-25 [paul]       0.8.9claws6
1848
1849         * src/summaryview.c
1850                 summary_thread_build(), summary_thread_init(): remove 
1851                 unneeded reference to summaryview->folder_item
1852
1853 2003-01-25 [christoph]  0.8.9claws5
1854
1855         * src/gtk/description_window.c
1856                 o allow description texts to expand over multiple columns
1857                 o translate all columns
1858         * src/prefs_actions.c
1859                 change syntax description to use new multi column feature
1860
1861         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1862
1863 2003-01-25 [match]      0.8.9claws4
1864
1865         * src/vcard.c
1866                 fixed bug with Quoted-Printable
1867
1868 2003-01-25 [paul]       0.8.9claws3
1869
1870         * src/folder.[ch]
1871           src/summaryview.[ch]
1872                 implement per-folder collapsed/expanded threads setting
1873                 
1874         * src/prefs_common.c
1875                 remove global collapsed/expanded threads option
1876
1877 2003-01-25 [christoph]  0.8.9claws2
1878
1879         * po/POTFILES.in
1880                 add pluginwindow and prefswindow
1881         * src/compose.c
1882                 make send respond correctly to messages that could be added
1883                 to the queue folder, but the UID of the message is unknown
1884         * src/folder.c
1885         * src/imap.c
1886                 don't return guessed UIDs in imap_add_msg anymore. We return
1887                 0 to tell the folder system it was appened but the UID is
1888                 unknown. Folder system now get's the UID by scaning the folder
1889                 and searching the cache for the Message-ID
1890                 (closes bug #29 Messages queued, but not sent)
1891
1892 2003-01-25 [paul]       0.8.9claws1
1893
1894         * src/codeconv.c
1895                 conv_encode_header():  fix bug when long headers with 8-bit
1896                 characters are used, so that the encoded words are wrapped.
1897                 If the space in the original text falls on the wrap boundary,
1898                 it can be lost.
1899                 Patch by Sergey Vlasov.
1900                 
1901         * src/folderview.c
1902                  fix bug where a change to the sorting method or thread view
1903                  of a folder's messages is lost if simpify-subject is set and
1904                  toggled on or off.
1905                  Patch by Luke Plant.
1906
1907 2003-01-24 [paul]       0.8.9claws
1908
1909         * sylpheed-0.8.9claws released
1910         
1911         * Makefile.am
1912           sylpheed.spec.in
1913                 remove reference to 'INSTALL.jp'
1914
1915 2003-01-23 [paul]       0.8.8claws128
1916
1917         * po/es.po
1918           po/it.po
1919           po/ru.po
1920           po/sr.po
1921                 updated translations. submitted by Ricardo Mones Lastra,
1922                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1923
1924 2003-01-23 [colin]      0.8.8claws127
1925
1926         * src/compose.c
1927                 Fix drafted and queued news articles re-edition
1928
1929 2003-01-23 [melvin]     0.8.8claws126
1930
1931         * po/fr.po
1932                 Updated French translations
1933
1934 2003-01-23 [colin]      0.8.8claws125
1935
1936         * src/inc.c
1937                 Fix "Connecting to..." status message
1938
1939 2003-01-22 [paul]       0.8.8claws124
1940
1941         * po/bg.po
1942                 updated by George Danchev
1943                 
1944         * src/folder.c
1945                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1946                 and folder deletion
1947
1948 2003-01-21 [paul]       0.8.8claws123
1949
1950         * po/bg.po
1951                 updated by George Danchev
1952                 
1953         * src/about.c
1954                 its now 2003
1955                 
1956         * src/toolbar.c
1957                 don't translate 'Separator'
1958                 
1959         * src/plugins/spamassassin/Makefile.am
1960                 add aspell to CPPFLAGS
1961                 
1962         * src/plugins/spamassassin/spamassassin.c
1963           src/plugins/spamassassin/spamassassin_gtk.c
1964                 set correct default for spamassassin_receive_spam
1965                 slightly re-word descriptions and some
1966                 other minor changes
1967
1968 2003-01-19 [alfons]     0.8.8claws122
1969                 
1970         * src/mimeview.c
1971                 mimeview_save_as(): we might as well show the file name for
1972                 the single case "Save As" too
1973
1974 2003-01-19 [alfons]     0.8.8claws121
1975
1976         * src/crash.c
1977                 change bug tracker URL to bugzilla URL
1978
1979 2003-01-19 [alfons]     0.8.8claws120
1980
1981         * src/mimeview.c
1982                 mimeview_save_all(): display name of file before overwriting;
1983                 continue saving all, even when one overwrite was cancelled
1984
1985 2003-01-19 [christoph]  0.8.8claws119
1986
1987         * src/summaryview.c
1988         * src/procmsg.[ch]
1989                 fix wrong usage of procmsg_find_children in summaryview
1990                 by using procmsg_update_unread_children instead of
1991                 summaryview_update_unread_children
1992
1993 2003-01-19 [christoph]  0.8.8claws118
1994
1995         * src/procmsg.c
1996                 fix infinite loop in procmsg_find_children
1997                  (closes bug #25 sylpheed crashes on delete.)
1998
1999         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2000
2001 2003-01-19 [paul]       0.8.8claws117
2002
2003         * po/pt_BR.po
2004                 updated by Ivan Francolin Martinez
2005
2006 2003-01-18 [melvin]     0.8.8claws116
2007
2008         * src/prefs_actions.c
2009                 Removed syntax limitation of only one '&' at the end of command.
2010                         Now actions that contain '>/dev/null 2>&1' are possible.
2011
2012 2003-01-18 [melvin]     0.8.8claws115
2013
2014         * src/prefs_actions.c
2015                 Actions IO dialog: when the action ends
2016                 the "Close" button now has focus and [Escape] closes the
2017                 window.
2018
2019 2003-01-18 [christoph]  0.8.8claws114
2020
2021         * src/procmsg.c
2022                 o add debug output when MsgInfos are really freed
2023                 o free GSLists in procmsg_find_children and
2024                   procmsg_update_unread_children
2025
2026 2003-01-18 [christoph]  0.8.8claws113
2027
2028         * src/mainwindow.c
2029                 reorder Configuration menu
2030
2031 2003-01-18 [christoph]  0.8.8claws112
2032
2033         * src/compose.c
2034                 fix applying templates to forwarded messages
2035
2036         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2037
2038 2003-01-17 [christoph]  0.8.8claws111
2039
2040         * src/folder.c
2041                 destroy folder items, when a folder item is removed
2042
2043 2003-01-17 [christoph]  0.8.8claws110
2044
2045         * src/folder.c
2046                 fix wrong folder stats update when ignored message is
2047                 deleted
2048
2049 2003-01-17 [colin]      0.8.8claws109
2050         
2051         * src/mainwindow.c
2052         * src/summaryview.c
2053                 Quicksearch bugfixes: 
2054                 - hide help button at startup if not extended
2055                 - switch to extended when looking for replies
2056
2057 2003-01-17 [paul]
2058
2059         * sync with 0.8.9 release
2060
2061 2003-01-17 [paul]       0.8.8claws108
2062
2063         * sync with 0.8.8cvs11
2064                 see ChangeLog 2003-01-17
2065
2066 2003-01-16 [colin]      0.8.8claws107
2067
2068         * src/procmsg.c
2069                 Changed encryption test to re-ask passphrase
2070                 if an encrypted message hasn't been decrypted
2071                 Fixes bug #5
2072
2073 2003-01-16 [christoph]  0.8.8claws106
2074
2075         * src/prefs_gtk.c
2076         * src/prefs_toolbar.c
2077         * src/gtk/prefswindow.h
2078         * src/plugins/spamassassin/spamassassin_gtk.c
2079                 remove page destroy function that is not used anymore
2080
2081 2003-01-16 [paul]       0.8.8claws105
2082
2083         * sync with 0.8.8cvs9
2084                 see ChangeLog 2002-01-16
2085
2086 2003-01-16 [colin]      0.8.8claws104
2087
2088         * src/compose.[ch]
2089                 Fix bug with autosaved drafts for IMAP, when draft
2090                 folder is specified - fixes bugzilla bug #20
2091
2092 2003-01-15 [paul]       0.8.8claws103
2093
2094         * src/compose.[ch]
2095           src/procmsg.c
2096                 store folder and message-id of message forwarding
2097                 in queue header and set forward flag after sending
2098
2099 2003-01-15 [paul]       0.8.8claws102
2100
2101         * sync with 0.8.8cvs8
2102                 see ChangeLog 2002-01-15
2103
2104 2003-01-15 [colin]      0.8.8claws101
2105
2106         * src/Makefile.am
2107                 Fix linking with GNU libiconv
2108
2109 2003-01-15 [darko]      0.8.8claws100
2110
2111         * src/pine.c
2112                 fix crash when importing pine address book
2113                 entry with an empty name (reported by DY
2114                 <dybulk at tri8.net>)
2115
2116 2003-01-14 [paul]       0.8.8claws99
2117
2118         * configure.in  ** REMOVED **
2119           configure.ac  ** NEW FILE **
2120                 rename configure.in to configure.ac, as it is now
2121                 preferred
2122
2123 2003-01-14 [melvin]     0.8.8claws98
2124
2125         * src/folderview.c
2126                 folderview_check_new(): More precise function description
2127
2128 2003-01-14 [melvin]     0.8.8claws97
2129
2130         * src/folderview.c
2131                 folderview_check_new(): return the number of new messages 
2132                         since last check.
2133         * src/inc.c
2134                 inc_account_mail(): Disable counting of new messages for IMAP
2135                         and NNTP until bug [19] and [14] are fixed.
2136
2137 2003-01-14 [paul]       0.8.8claws96
2138
2139         * sync with 0.8.8cvs6
2140                 see ChangeLog 2003-01-14
2141
2142 2003-01-13 [alfons]     0.8.8claws95
2143
2144         * src/textview.c
2145                 tune email address validation (c. 0.8.8claws89): if . is 
2146                 just one char away from @, the address is invalid too 
2147                 (correctly rejects addresses like foo@.com)
2148
2149 2003-01-13 [paul]       0.8.8claws94
2150
2151         * src/messageview.c
2152           src/toolbar.c
2153                 fixes to the Message View toolbar and menu:
2154                 fix non-functioning Forward button
2155                 make Reply button consider default_reply_list
2156                 remove 'Follow-up...' menu entry
2157                 add 'Forward' and 'Redirect' menu entries
2158
2159 2003-01-13 [melvin]     0.8.8claws93
2160
2161         * src/inc.c
2162                 Fixed typo that could make new messages count incorrect.
2163
2164 2003-01-13 [melvin]     0.8.8claws92
2165
2166         * src/folderview.[ch]
2167                 folderview_check_new(): return the number of new messages.
2168         * src/inc.c
2169                 Should fix bug [14] where new mail notification worked 
2170                         incorrectly with IMAP accounts.
2171                 inc_spool_account(): return number of new msgs, or -1 on error
2172                 inc_all_spool(): return number of new msgs
2173                 
2174 2003-01-13 [melvin]     0.8.8claws91
2175
2176         * src/prefs_actions.c
2177                 Justify help text.
2178
2179 2003-01-12 [thorsten]   0.8.8claws90
2180
2181         * src/common/prefs.c
2182                 close file before rename
2183
2184 2003-01-12 [alfons]     0.8.8claws89
2185
2186         * AUTHORS
2187                 add Christian Mertes
2188         * src/common/utils.[ch]
2189                 g_stricase_hash(), g_stricase_equal(): functions for 
2190                 case insensitive hash tables
2191         * src/textview.c
2192                 use top level domain names to validate email address, based
2193                 on a patch by Christian Mertes (thanks!), but changed 
2194                 implementation to use a hash table 
2195
2196 2003-01-12 [paul]       0.8.8claws88
2197
2198         * po/bg.po
2199                 updated by George Danchev
2200
2201 2003-01-12 [alfons]     0.8.8claws87
2202
2203         * src/summaryview.c
2204                 delete / execute performance: use new style folder update
2205
2206 2003-01-12 [paul]       0.8.8claws86
2207
2208         * sync with 0.8.8cvs5
2209                 see ChangeLog 2003-01-13 (!)
2210
2211 2003-01-12 [alfons]     0.8.8claws85
2212
2213         * src/filtering.c
2214         * src/matcher_parser_parse.y
2215                 prepare change_score filtering action
2216         * src/matcher.[ch]
2217                 give up const-correctness on functions that call non-const-correct functions;
2218                 several casts to gpointer in g_free();
2219                 add change_score;
2220
2221 2003-01-12 [christoph]  0.8.8claws84
2222
2223         * src/compose.c
2224                 fix 2 warnings
2225
2226         * src/gtk/prefswindow.[ch]
2227         * src/plugins/spamassassin/spamassassin_gtk.c
2228                 changed the call of the widget create function
2229                 for PrefsPages, because sometimes the widget
2230                 create function needs a widget that already has
2231                 been attached to a window (to create GDK pixmaps
2232                 for exmaple). So we simply pass the GtkWindow as
2233                 the second parameter now.
2234
2235         * src/main.c
2236         * src/mainwindow.c
2237         * src/prefs_toolbar.[ch]
2238                 rewrite Toolbar Preferences using the new
2239                 prefs window
2240
2241 2003-01-11 [alfons]     0.8.8claws83
2242
2243         * src/addressadd.c
2244                 fix crash when adding sender to addressbook because status bar
2245                 isn't there (the status bar doesn't seem to be used though,
2246                 but I'll let Match decide what to do with it)
2247
2248 2003-01-11 [colin]      0.8.8claws82
2249
2250         * src/main.c
2251           src/toolbar.c
2252                 Two useless changes reversed
2253
2254 2003-01-11 [colin]      0.8.8claws81
2255
2256         * src/mainwindow.c
2257           src/mainwindow.h
2258                 Add mainwindow_get_mainwindow()
2259         * src/alertpanel.c
2260           src/alertpanel.h
2261                 Add alertpanel_error_log() 
2262         * src/compose.c
2263           src/inc.c
2264           src/messageview.c
2265           src/toolbar.c
2266           src/main.c
2267           src/procmsg.c
2268                 Network errors get a View Log button
2269
2270 2003-01-10 [alfons]     0.8.8claws80
2271
2272         * src/prefs_toolbar.c
2273         * src/toolbar.c
2274                 use the translatable string for "Separator" as file name for
2275                 separator toolbar items (probably make this uppercase?)
2276
2277 2003-01-10 [alfons]     0.8.8claws79
2278
2279         * src/prefs_toolbar.c
2280                 put right A_SEPARATOR description string in "displayed
2281                 toolbar items list" so manually added separators are
2282                 saved correctly (bug #10, "Adding a separator to the main 
2283                 toolbar fails, entry in xml file is wrong")
2284
2285 2003-01-10 [christoph]  0.8.8claws78
2286
2287         * src/imap.c
2288                 o fix warnings
2289                 o use CAPABILITY to check if NAMESPACE is available
2290
2291 2003-01-10 [christoph]  0.8.8claws77
2292
2293         * src/imap.[ch]
2294                 apply UIDPLUS IMAP extension support patch
2295
2296         Patch submitted by Simon 'corecode' Schubert
2297
2298 2003-01-10 [paul]       0.8.8claws76
2299
2300         * src/folderview.c
2301                 a sync from main which fixes the news account folders'
2302                 Properties bug
2303
2304 2003-01-10 [christoph]  0.8.8claws75
2305
2306         * src/folder.c
2307                 don't accept 0 as a valid uid returned by copy and move
2308                 functions. 0 means the message was copied or moved but the
2309                 new uid could not be fetched. It is not an error condition
2310                 for the copy or move operation.
2311
2312 2003-01-10 [paul]       0.8.8claws74
2313
2314         * src/prefs_filtering.c
2315                 change English used in Alert when entry is not
2316                 saved.
2317                 
2318         * sync with 0.8.8cvs4
2319                 see ChangeLog 2003-01-10
2320
2321 2003-01-10 [darko]      0.8.8claws73
2322
2323         * src/pine.c
2324                 fix crash when importing address book entry
2325                 without a valid address
2326
2327 2003-01-09 [alfons]     0.8.8claws72
2328
2329         * src/inc.c
2330                 filtering performance: use new style folder update
2331
2332 2003-01-09 [christoph]  0.8.8claws71
2333
2334         * src/compose.c
2335         * src/gtk/menu.[ch]
2336                 fix wrong selecting of mime encoding type, when
2337                 opening property dialog of attachments in the
2338                 compose window. 7bit was always selected and that
2339                 destoryed files with 8bit data.
2340                 (closes bug #9 Sylpheed-claws destroys attachments when
2341                  changing MIME-types)
2342
2343 2003-01-09 [paul]       0.8.8claws70
2344
2345         * sync with 0.8.8cvs3
2346                 see ChangeLog 2003-01-09
2347
2348 2003-01-08 [alfons]     0.8.8claws69
2349         
2350         * src/addressadd.c
2351                 apply patch by Kim Schulz to fix build breakage
2352                 because of missing variable
2353
2354 2003-01-08 [paul]       0.8.8claws68
2355
2356         * sync with 0.8.8cvs2
2357                 see ChangeLog 2002-01-08
2358
2359 2003-01-08 [paul]       0.8.8claws67
2360
2361         * po/it.po
2362                 updated by Alessandro Maestri
2363                 
2364         * src/addressadd.c
2365                 when using 'Add sender to addressbook' allow
2366                 name to be edited and remarks to be entered
2367                 Patch submitted by Luke Plant
2368
2369 2003-01-08 [darko]      0.8.8claws66
2370
2371         * README.claws, src/summaryview.c
2372                 fix description for marked messages
2373
2374 2003-01-08 [paul]
2375
2376         * tools/Makefile.am
2377           tools/launch_phoenix  ** NEW FILE **
2378                 add script that enables using Phoenix as the default
2379                 web browser. 
2380                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2381                 
2382         * tools/OOo2sylpheed.pl
2383                 remove full path to sylpheed executable, just 'sylpheed'
2384                 will do
2385                 
2386         * tools/README
2387                 add launch_phoenix informtion and re-arrange and compress
2388                 the data a little
2389
2390 2003-01-07 [christoph]  0.8.8claws65
2391
2392         * src/folder.c
2393                 fix update for source folder when moving messages
2394         * src/procmsg.[ch]
2395         * src/summaryview.c
2396                 use function to set to_folder for message infos and
2397                 automatically update the op_count for old and new
2398                 folder
2399
2400 2003-01-07 [melvin]     0.8.8claws64
2401
2402         * src/prefs_actions.c
2403                 Fixed bug where an '%p' Action on a displayed image crashed 
2404                         Sylpheed
2405                 Code clean up (get rid of duplicated code and removed unnecessary 
2406                                 structure member)
2407
2408 2003-01-07 [christoph]  0.8.8claws63
2409
2410         * src/compose.c
2411         * src/folder.[ch]
2412         * src/folderview.c
2413         * src/import.c
2414         * src/inc.c
2415         * src/main.c
2416         * src/mainwindow.c
2417         * src/messageview.c
2418         * src/prefs_folder_item.c
2419         * src/procmsg.c
2420         * src/summaryview.c
2421         * src/toolbar.c
2422                 o remove all folder update triggering from the UI code. The folder
2423                   system should know much better when a folder needs an update.
2424                 o to prevent multiple updates in a row the folder updates can be
2425                   frozen for some time.
2426
2427                 Note: - Please verify that no updates are missing
2428                       - Check where freeze/thaws should be added
2429
2430 2003-01-07 [christoph]  0.8.8claws62
2431
2432         * src/prefs_actions.c
2433                 don't translate empty strings
2434
2435         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2436
2437 2003-01-06 [christoph]  0.8.8claws61
2438
2439         * src/prefs_actions.c
2440                 mark strings for gettext
2441         * src/prefs_matcher.c
2442                 use new description window for Execute action and
2443                 match condition in Filtering
2444
2445         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2446
2447 2003-01-06 [alfons]     0.8.8claws60
2448
2449         keep myself inspired to re-organize matcher part 8; 
2450         yes, more to come (I need to move out the descriptive
2451         text for actions to matcher.c, or at least make it not
2452         depend on the wicked ordering)
2453
2454         * src/prefs_matcher.c
2455                 add documentation so others may comprehend the
2456                 UI part of the conditions
2457                 
2458 2003-01-06 [christoph]  0.8.8claws59
2459
2460         * src/prefs_actions.c
2461                 use new description window for syntax help
2462         * src/gtk/description_window.c
2463                 fix display of descriptions with column count != 2
2464
2465         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2466
2467 2003-01-06 [christoph]  0.8.8claws58
2468
2469         * src/quote_fmt.c
2470         * src/summaryview.[ch]
2471         * src/gtk/Makefile.am
2472         * src/gtk/description_window.[ch]       ** NEW **
2473                 use a generic window to display syntax descriptions
2474                 currently used in quote_fmt and summaryview (new description
2475                 for extended quick search)
2476
2477         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2478
2479 2003-01-06 [paul]       0.8.8claws57
2480
2481         * sync with 0.8.8cvs1
2482                 see ChangeLog 2003-01-06
2483
2484 2003-01-06 [christoph]  0.8.8claws56
2485
2486         * src/mainwindow.c
2487         * src/prefs_gtk.[ch]
2488         * src/gtk/prefswindow.[ch]
2489         * src/plugins/spamassassin/spamassassin_gtk.c
2490                 o remove page management from prefswindow, pages
2491                   will be an argument to prefswindow_open
2492                 o prefswindow_open gets a datapointer that is
2493                   passed to the widget_create function to allow
2494                   creation of prefswindow for specific items
2495
2496 2003-01-06 [colin]      0.8.8claws55
2497         
2498         * src/summaryview.c
2499                 We don't want regexp in the reply-finder, 
2500                 because MIDs can contain !,$,. and so on
2501
2502 2003-01-06 [jens]       0.8.8claws54
2503
2504         * src/jpilot.c
2505                 fixed a wrong free in jpilot_read_db_files
2506
2507 2003-01-06 [alfons]     0.8.8claws53
2508
2509         re-organize matcher part 8; more to come
2510        
2511         * src/matcher.c
2512                 matcherprop_to_string(): put g_free()s before the
2513                 switch-case break to fix memleaks                
2514
2515 2003-01-06 [colin]      0.8.8claws52
2516
2517         * src/summaryview.c
2518                 cleanup & reply-finder now displays the first 
2519                 matching message
2520
2521 2003-01-05 [alfons]     0.8.8claws51
2522
2523         re-organize matcher part 7; more to come
2524
2525         * src/matcher.[ch]
2526                 fixes for constant correctness;
2527                 more documentation;
2528
2529 2003-01-05 [alfons]     0.8.8claws50
2530
2531         re-organize matcher part 6; more to come
2532         
2533         * src/matcher.[ch]
2534                 fixes for constant correctness;
2535                 more documentation;
2536         * src/filtering.c
2537                 fix for constant correctness
2538
2539 2003-01-05 [colin]      0.8.8claws49
2540
2541         * src/account.[ch]
2542                 Add account_get_reply_account function
2543         * src/compose.c
2544                 Use account_get_reply_account function 
2545         * src/summaryview.c
2546                 Basic reply-finder - click on the replied
2547                 icon gets you to the outbox using quick-search
2548
2549 2003-01-05 [paul]       0.8.8claws48
2550
2551         * src/prefs_common.c
2552                 small change to English
2553                 
2554         * src/prefs_filtering.c
2555                 prefs_filtering_action_select(): improve logic and uniformity
2556                 of gui
2557
2558 2003-01-05 [alfons]     0.8.8claws47
2559
2560         fine tune solution to focus problems (bug #7)
2561
2562         * src/mainwindow.c
2563                 mainwindow_focus_in_event(): remove grab event check
2564         * src/summaryview.c
2565                 summary_button_pressed(): move selection on right-click
2566                 too. we can't possibly move the selection back after
2567                 canceling a dialog, because gtk's incomplete focus 
2568                 management. whether this is a good solution, only time
2569                 will tell.
2570
2571 2003-01-05 [christoph]  0.8.8claws46
2572
2573         * src/imap.c
2574                 fix crash when no imap connection could be established
2575
2576 2003-01-05 [paul]       0.8.8claws45
2577
2578         * src/mainwindow.c
2579           src/sumamryview.c
2580           src/gtk/menu.[ch]
2581                 fix bug 605957 'shortcuts in popup-menu'
2582                 make user-defined shortcuts work
2583                 show shortcuts that are already defined
2584                 in the main menu
2585                 Patch submitted by Luke Plant
2586
2587 2003-01-05 [alfons]     0.8.8claws44
2588
2589         * src/mainwindow.c
2590                 focus_in_event handler should not select summary view row 
2591                 when another window (menu, dialog) grabbed for events 
2592                 (bug #7, "[0.8.8claws42] Message summary focus") 
2593
2594 2003-01-04 [christoph]  0.8.8claws43
2595
2596         * src/procmsg.c
2597                 update save folder after adding the sent message
2598                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2599
2600 2003-01-02 [christoph]  0.8.8claws42
2601
2602         * src/common/plugin.c
2603                 fix unloading of all plugins and unload
2604                 plugins in reverse order
2605                 
2606         * src/gtk/pluginwindow.c
2607                 implement function of load and unload button
2608
2609         * src/gtk/prefswindow.c
2610         * src/gtk/prefswindow.h
2611                 rename register function and add new unregister
2612                 function
2613
2614         * src/plugins/spamassassin/spamassassin_gtk.c
2615                 unregister prefs page and update for changes in
2616                 src/gtk/prefswindow.c
2617
2618 2003-01-02 [paul]       0.8.8claws41
2619
2620         * po/es.po
2621                 updated by Ricardo Mones Lastra
2622
2623 2003-01-02 [paul]
2624
2625         * tools/tb2sylpheed
2626                 fixes and improvements by Urke MMI
2627
2628 2003-01-02 [thorsten]   0.8.8claws40
2629
2630         * src/procmsg.c
2631                 fixed wrong return value
2632
2633 2003-01-02 [thorsten]   0.8.8claws39
2634
2635         * src/prefs.c
2636                 fixed printing wrong variable
2637
2638 2003-01-02 [thorsten]   0.8.8claws38
2639
2640         * src/prefs.c
2641                 fixed acessing members of freed pfile struct
2642
2643 2003-01-02 [thorsten]   0.8.8claws37
2644
2645         * src/procmsg.c
2646                 detect loops across several messages
2647                 as suggested by Christoph Hohmann
2648
2649 2003-01-01 [match]      0.8.8claws36
2650
2651         * src/addrindex.c
2652                 fixed another memory leak.
2653
2654 2003-01-01 [match]      0.8.8claws35
2655
2656         * src/jpilot.[ch]
2657                 fixed memory leaks. applied Doxygen comments.
2658
2659 2003-01-01 [thorsten]   0.8.8claws34
2660
2661         * src/procmsg.c
2662                 inhibit endless loop if msg references itself
2663                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2664
2665 2003-01-01 [christoph]  0.8.8claws33
2666
2667         * src/mainwindow.c
2668         * src/gtk/Makefile.am
2669         * src/gtk/pluginwindow.c                ** NEW **
2670         * src/gtk/pluginwindow.h                ** NEW **
2671                 add plugin window
2672
2673         * src/plugins/demo/demo.c
2674         * src/plugins/spamassassin/spamassassin.c
2675         * src/plugins/spamassassin/spamassassin_gtk.c
2676                 write better plugin descriptions
2677
2678 2002-12-31 [christoph]  0.8.8claws32
2679
2680         * src/gtk/prefswindow.c
2681         * src/plugins/spamassassin/spamassassin_gtk.c
2682                 some small improvements to GTK code
2683
2684 2002-12-31 [christoph]  0.8.8claws31
2685
2686         * src/plugins/spamassassin/spamassassin_gtk.c
2687                 enable folder select button
2688
2689 2002-12-31 [christoph]  0.8.8claws30
2690
2691         * src/mainwindow.c
2692         * src/gtk/Makefile.am
2693         * src/gtk/prefswindow.c                         ** NEW **
2694         * src/gtk/prefswindow.h                         ** NEW **
2695                 add new prefs window
2696
2697         * src/common/plugin.c
2698                 don't try to load empty config lines
2699         
2700         * src/plugins/spamassassin/Makefile.am
2701         * src/plugins/spamassassin/spamassassin.c
2702         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2703         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2704                 GTK config for SpamAssassin Plugin using
2705                 the new prefs window
2706
2707 2002-12-31 [paul]       0.8.8claws29
2708
2709         * po/POTFILES.in
2710                 remove obsolete entry 'src/menu.c'
2711
2712 2002-12-31 [alfons]     0.8.8claws28
2713
2714         * src/matcher.[ch]
2715         * src/matcher_parser_parse.y
2716         * src/prefs_matcher.c
2717                 add "ignore_thread" and "~ignore_thread" condition so it's
2718                 possible to make the actions / scoring operate on the ignore
2719                 thread flag
2720
2721 2002-12-31 [christoph]  0.8.8claws27
2722
2723         * src/addrbook.c
2724         * src/addrindex.c
2725         * src/folder.c
2726         * src/matcher.c
2727         * src/prefs_account.c
2728         * src/prefs_actions.c
2729         * src/prefs_customheader.c
2730         * src/prefs_display_header.c
2731         * src/prefs_gtk.c
2732         * src/procmime.c
2733         * src/toolbar.c
2734         * src/xmlprops.c
2735         * src/common/prefs.[ch]
2736                 extend prefs file handling for reading and automatic handling
2737                 of blocks. When reading prefs_set_block_label will automatically
2738                 move on to the block. When writing it will copy all other blocks
2739                 automatically
2740
2741         * src/common/plugin.c
2742                 Now loading plugin filenames from [Plugins] block in
2743                 sylpheed rc file
2744
2745 2002-12-30 [christoph]  0.8.8claws26
2746
2747         * src/common/hooks.[ch]
2748                 return abort status to caller of hooks_invoke
2749                 
2750         * src/inc.[ch]
2751                 invoke message filtering hook and stop
2752                 default handling when filter returns abort
2753
2754         * src/common/plugin.[ch]
2755         * src/plugins/demo/demo.c
2756                 modify plugin loader, because resolving symbols for strings
2757                 does not work correctly
2758         
2759         * configure.in
2760         * ac/spamassassin.m4                            ** NEW **
2761         * src/plugins/spamassassin/.cvsignore           ** NEW **
2762         * src/plugins/spamassassin/Makefile.am          ** NEW **
2763         * src/plugins/spamassassin/README               ** NEW **
2764         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2765         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2766         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2767                 add spamassassin plugin, see src/plugins/spamassassin/README
2768                 for details
2769
2770 2002-12-29 [alfons]     0.8.8claws25
2771
2772         * src/mainwindow.c
2773                 when moving focus from a message view to the main 
2774                 window, don't forget to select the summary node
2775                 of the displayed message. should fix "[ 659103 ] 
2776                 focus-follows-mouse confuses sylpheed"
2777
2778 2002-12-29 [christoph]  0.8.8claws24
2779
2780         * src/Makefile.am
2781         * src/stringtable.[ch]          ** REMOVE **
2782         * src/common/Makefile.am
2783         * src/common/stringtable.[ch]   ** NEW **
2784                 move stringtable files to common directory
2785
2786 2002-12-29 [christoph]  0.8.8claws23
2787
2788         * src/Makefile.am
2789         * src/menu.[ch]                 ** REMOVE **
2790         * src/gtk/Makefile.am
2791         * src/gtk/menu.[ch]             ** NEW **
2792                 move menu files to gtk directory
2793
2794 2002-12-29 [match]      0.8.8claws22
2795
2796         * src/addressbook.c
2797         * src/syldap.c
2798                 moved UI specific code out of LDAP code into addressbook
2799                 UI code. fixed memory leak.
2800
2801 2002-12-29 [christoph]  0.8.8claws21
2802
2803         * src/folder.c
2804                 only check for IGNORED parent message when message is
2805                 not IGNORED itself
2806
2807 2002-12-29 [alfons]     0.8.8claws20
2808
2809         * src/summaryview.c
2810                 set gtksctree's anchor correct (immediate execute
2811                 changes the tree's layout, and anchor points at 
2812                 the incorrect row). fixes "[ 657233 ] multiple msg 
2813                 delete sometimes off by 1".
2814                 we probably have to look for more tree layout /
2815                 anchor glitches.
2816
2817 2002-12-29 [paul]       0.8.8claws19
2818
2819         * src/summaryview.c
2820                 fix bug [ 659054 ] incorrect sorting of 'From' column
2821                 when using 'display sender using address book'
2822                 thanks to Alfons and Luke Plant
2823
2824 2002-12-29 [christoph]  0.8.8claws18
2825
2826         * src/folder.c
2827         * src/procmsg.[ch]
2828                 check parent messages for IGNORE THREAD flag, when adding,
2829                 moving or copying messages to a folder
2830
2831 2002-12-27 [alfons]     0.8.8claws17
2832
2833         re-organize matcher part 5; more to come
2834
2835         * src/matcher.c
2836                 hash keywords in matchparser_tab 
2837
2838 2002-12-27 [alfons]     0.8.8claws16
2839
2840         re-organize matcher part 4; more to come
2841
2842         * src/matcher_parser.h
2843         * src/matcher_parser_lex.l
2844         * src/matcher_parser_parse.y
2845                 cleanup
2846
2847 2002-12-27 [alfons]     0.8.8claws15
2848
2849         re-organize matcher part 3; more to come
2850
2851         * src/matcher.[ch]
2852                 cleanup
2853
2854 2002-12-27 [alfons]     0.8.8claws14
2855
2856         re-organize matcher part 2; more to come but this should
2857         work. cc me if there are any regressions.
2858
2859         * src/matcher.h
2860                 add prototype for get_matchparser_tab_id()
2861         * src/matcher_parser_lex.l
2862                 look up keywords using matchparser_tab_id();
2863
2864 2002-12-27 [alfons]     0.8.8claws12
2865
2866         re-organize matcher part 1
2867
2868         * src/matcher.h
2869                 map yacc generated constants to sylpheed matcher constants
2870         * src/matcher.c
2871                 add function to find a matcher constant from a string
2872
2873 2002-12-27 [christoph]  0.8.8claws11
2874
2875         * src/compose.c
2876                 MENUITEM_ADD casts the 4th argument from integer to pointer
2877                 so it probably should not be a pointer, this means we
2878                 should use account id for it and not the account's pointer
2879
2880 2002-12-27 [paul]       0.8.8claws10
2881
2882         * src/mainwindow.c
2883                 remove unneeded 'GtkWidget *vbox'
2884                 
2885         * src/summaryview.c
2886                 further sync with 0.8.8 - make sort
2887                 by recipient work as expected
2888                 
2889         * NEWS
2890                 sync with 0.8.8
2891
2892 2002-12-27 [paul]       0.8.8claws9
2893
2894         * po/pt_BR.po
2895                 updated by Ivan F. Martinez
2896                 
2897 2002-12-27 [darko]      0.8.8claws8
2898
2899         * src/common/utils.c
2900                 added locked pattern to extended search
2901
2902 2002-12-27 [alfons]     0.8.8claws7
2903
2904         * src/prefs_matcher.[ch]
2905                 clean up
2906
2907 2002-12-26 [alfons]     0.8.8claws6
2908
2909         * src/matcher.[ch]
2910         * src/matcher_parser_lex.l
2911         * src/matcher_parser_parse.y
2912         * src/prefs_matcher.c
2913                 allow color label as a condition in the matcher
2914
2915 2002-12-26 [oliver]     0.8.8claws5
2916         
2917         * src/toolbar.c 
2918                 enable Addressbook for Main and Messageview
2919         * src/prefs_actions.c
2920                 enable actions in Messageview
2921
2922 2002-12-26 [christoph]  0.8.8claws4
2923
2924         * src/common/plugin.c
2925                 add a little debug output
2926         * configure.in
2927         * src/plugins/demo/Makefile.am
2928                 better use of automake
2929
2930 2002-12-26 [christoph]  0.8.8claws3
2931
2932         * src/Makefile.am
2933         * src/common/Makefile.am
2934                 fix "make distdir"
2935
2936 2002-12-26 [christoph]  0.8.8claws2
2937
2938         * configure.in
2939                 sort configure checks into common / gtk / plugins
2940         * po/POTFILES.in
2941                 add src/prefs_gtk.c
2942         * src/Makefile.am
2943                 add plugins SUBDIR
2944         * src/main.c
2945         * src/common/sylpheed.[ch]
2946                 added now sylpheed_done function for shutdown
2947         * src/common/Makefile.am
2948         * src/common/plugin.[ch]                ** NEW **
2949                 plugin loader and unloader
2950         * src/plugins/.cvsignore                ** NEW **
2951         * src/plugins/Makefile.am               ** NEW **
2952                 build plugins
2953         * src/plugins/demo/.cvsignore           ** NEW **
2954         * src/plugins/demo/Makefile.am          ** NEW **
2955         * src/plugins/demo/demo.c               ** NEW **
2956                 small demo plugin that installs a logtext hook and
2957                 outputs the log text to stdout
2958
2959 2002-12-26 [paul]       0.8.8claws1
2960
2961         * po/es.po
2962                 updated by Ricardo Mones Lastra
2963
2964 2002-12-26 [paul]       0.8.8claws
2965
2966         * 0.8.8claws released
2967
2968 2002-12-26 [paul]       0.8.7claws12
2969
2970         * po/bg.po
2971                 updated by George Danchev
2972
2973 2002-12-26 [paul]       0.8.7claws11
2974
2975         * po/POTFILES.in
2976                 remove unneeded 'src/prefs.c' entry 
2977
2978 2002-12-26 [paul]       0.8.7claws10
2979
2980         * src/codeconv.c
2981           src/mainwindow.c
2982                 sync with 0.8.8 release
2983         
2984         * src/folder.[ch]
2985           src/mh.c
2986           src/summaryview.c
2987                 partial sync with 0.8.8 release
2988         
2989
2990 2002-12-25 [alfons]     0.8.7claws9
2991
2992         * src/matcher.[ch]
2993         * src/matcher_parser_lex.l
2994         * src/matcher_parser_parse.y
2995         * src/prefs_matcher.c
2996                 add locked flag to possible filtering / matcher 
2997                 conditions (also a good example what should be
2998                 done to add a simple boolean condition)
2999
3000 2002-12-25 [christoph]  0.8.7claws8
3001
3002         * src/Makefile.am
3003         * src/account.[ch]
3004         * src/addrbook.c
3005         * src/addressbook.c
3006         * src/addrindex.c
3007         * src/filtering.c
3008         * src/folder.c
3009         * src/matcher.c
3010         * src/prefs.[ch]                ** REMOVE **
3011         * src/prefs_account.c
3012         * src/prefs_actions.c
3013         * src/prefs_common.c
3014         * src/prefs_customheader.c
3015         * src/prefs_display_header.c
3016         * src/prefs_filtering.c
3017         * src/prefs_folder_item.c
3018         * src/prefs_gtk.[ch]            ** NEW **
3019         * src/prefs_matcher.c
3020         * src/prefs_scoring.c
3021         * src/prefs_summary_column.c
3022         * src/procmime.c
3023         * src/selective_download.c
3024         * src/toolbar.c
3025         * src/common/Makefile.am
3026         * src/common/prefs.[ch]         ** NEW **
3027                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3028
3029 2002-12-24 [alfons]     0.8.7claws7
3030
3031         * src/summaryview.c
3032                 summary_thread_build(): fix real cause of the crash mentioned in
3033                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
3034                 this way we get meaningful ctree nodes 
3035
3036 2002-12-24 [oliver]     0.8.7claws6
3037
3038         * src/mainwindow.[ch]
3039         * src/messageview.[ch]
3040         * src/compose.[ch]
3041         * src/inc.c
3042         * src/summaryview.c
3043                 changes to use updated toolbar handling
3044                 
3045 2002-12-24 [oliver]     0.8.7claws5
3046
3047         * src/toolbar.[ch]
3048                 generic toolbar handling
3049                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3050         * src/prefs_toolbar.[ch]
3051                 adjust to handling
3052         
3053 2002-12-24 [oliver]     0.8.7claws4
3054         
3055         * src/stock_pixmap.[ch]
3056                 move SYLPHEED_LOGO to end of list in order 
3057                 to remove it from Custom Toolbar`s Icon View
3058
3059 2002-12-24 [alfons]     0.8.7claws3
3060
3061         * src/summaryview.c
3062                 summary_thread_build(): fix crash because of focus != selection 
3063                 after threading. when deleting the selection, gtk tries but fails 
3064                 to find the correct focusable element. we now force the selection
3065                 to be focused. this should solve the infamous bug reported by 
3066                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3067                 a test case is available. 
3068
3069 2002-12-24 [darko]      0.8.7claws2
3070
3071         * src/summaryview.c
3072                 don't crash when unmarking message with unread children
3073
3074 2002-12-23 [christoph]  0.8.7claws1
3075
3076         * src/Makefile.am
3077         * src/common/Makefile.am
3078                 update Makefiles for moved intl.h, version.h and defs.h
3079         * src/imap.c
3080                 rewrite imap_session_get to avoid duplicate code
3081
3082 2002-12-23 [paul]       0.8.7claws
3083
3084         * Santa-Claws released
3085         
3086         * po/hu.po
3087           po/ru.po
3088                 squeeze in updated Hungarian and Russian translations.
3089                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3090
3091 2002-12-23 [paul]       0.8.6claws129
3092
3093         * po/pl.po
3094                 updated by Witold Wladyslaw Wojciech Wilk
3095
3096 2002-12-23 [paul]       0.8.6claws128
3097
3098         * src/quote_fmt_parse.y
3099                 fix typo and add licence header
3100
3101 2002-12-23 [paul]       0.8.6claws127
3102
3103         * po/en_GB.po
3104                 updated
3105
3106 2002-12-23 [paul]       0.8.6claws126
3107
3108         * po/it.po
3109                 updated translation, submitted by Alessandro Maestri
3110                 
3111 2002-12-23 [paul]       0.8.6claws125
3112
3113         * src/quote_fmt_parse.y
3114                 fix signature-stripping on replies bug. match
3115                 '-- \n' and not '-- '.
3116
3117 2002-12-22 [paul]       0.8.6claws124
3118
3119         * po/bg.po
3120           po/es.po
3121           po/sr.po
3122                 updated translations. submitted by George Danchev,
3123                 Ricardo Mones Lastra, and Urke MMI respectively
3124
3125 2002-12-21 [paul]       0.8.6claws123
3126
3127         * src/addrbook.c
3128                 fix coding style
3129
3130 2002-12-21 [paul]       0.8.6claws122
3131
3132         * src/addrbook.c
3133                 fix bug [643638] where if a person is in one or more
3134                 addressbook groups editing that person's email 
3135                 address results in removal from those groups.
3136                 Patch submitted by Luke Plant.
3137
3138 2002-12-20 [christoph]  0.8.6claws121
3139
3140         * src/common/utils.c
3141         * src/summaryview.c
3142                 reimplement expand_search_string using GString to
3143                 prevent crashs caused by miscalculated string
3144                 lengths reported by Paul
3145
3146 2002-12-20 [christoph]  0.8.6claws120
3147
3148         * src/summaryview.c
3149                 don't use "changed" to check if op_count has to be changed as it
3150                 is also set when the message has unread children
3151                 (closes bug [ 653221 ] crash while deleting duplicates)
3152
3153 2002-12-20 [paul]       0.8.6claws119
3154
3155         * sync with 0.8.6cvs27
3156                 see ChangeLog 2002-12-20
3157
3158 2002-12-20 [paul]       0.8.6claws118
3159
3160         * sync with 0.8.6cvs26
3161                 see ChangeLog 2002-12-19 and 2002-12-20
3162
3163 2002-12-19 [alfons]     0.8.6claws117
3164
3165         * src/textview.c
3166                 fix incorrect parsing of email addresses, submitted by 
3167                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3168                 name display if it contains @".
3169
3170 2002-12-18 [paul]       0.8.6claws116
3171
3172         * sync with 0.8.6cvs23
3173                 see ChangeLog 2002-12-18
3174
3175 2002-12-18 [paul]       0.8.6claws115
3176
3177         * src/Makefile.am
3178         * src/account.c
3179         * src/codeconv.c
3180         * src/gtkutils.[ch]
3181         * src/imap.c
3182                 sync with 0.8.6cvs22.
3183                 see ChangeLog 2002-12-17 and 2002-12-18
3184
3185 2002-12-17 [christoph]  0.8.6claws114
3186
3187         * src/imap.c
3188                 o don't create a session if imap greeting fails
3189                 o don't close socket when authentication fails
3190                   this is done by imap_session_destroy
3191
3192 2002-12-17 [thorsten]   0.8.6claws113
3193
3194         * tools/Makefile.am
3195           tools/README
3196           tools/google_msgid.pl ** NEW FILE **
3197                 Added "search for message-id" script and doc
3198
3199 2002-12-17 [thorsten]   0.8.6claws112
3200
3201         * po/hu.po
3202                 Updated hungarian translation
3203                 (updated by Gal Zoltan)
3204
3205 2002-12-16 [christoph]  0.8.6claws111
3206
3207         * src/addr_compl.c
3208                 remove stupid addressbook dump to debug output
3209         * src/mh.c
3210                 fix memory leak found by Hiro
3211
3212 2002-12-14 [paul]       0.8.6claws110
3213
3214         * src/compose.c
3215                 fix menubar sensitivity on send
3216                 
3217         * src/prefs_filtering.c
3218         * src/prefs_matcher.c
3219         * src/prefs_scoring.c
3220                 Fix english ;)
3221                 
3222         * src/common/quoted-printable.h
3223                 sync: fix typo
3224         
3225 2002-12-13 [christoph]  0.8.6claws109
3226
3227         * src/Makefile.am
3228         * src/manage_window.[ch]        ** REMOVE **
3229         * src/gtk/Makefile.am
3230         * src/gtk/manage_window.[ch]    ** NEW **
3231                 move manage_window files to gtk directory
3232
3233 2002-12-13 [christoph]  0.8.6claws108
3234
3235         * src/Makefile.am
3236         * src/gtkshruler.[ch]           ** REMOVE **
3237         * src/gtk/Makefile.am
3238         * src/gtk/gtkshruler.[ch]       ** NEW **
3239                 move gtkshruler files to gtk directory
3240
3241 2002-12-13 [christoph]  0.8.6claws107
3242
3243         * src/Makefile.am
3244         * src/compose.c
3245         * src/gtkstext.[ch]             ** REMOVE **
3246         * src/gtkutils.[ch]
3247         * src/textview.c
3248         * src/gtk/gtkstext.[ch]         ** NEW **
3249         * src/gtk/Makefile.am
3250                 o move stext functions to gtkstext.c to remove
3251                   dependency of gtkutils
3252                 o move gtkstext files to gtk directory
3253
3254         * src/gtk/Makefile.am
3255         * src/gtk/sslcertwindow.[ch]
3256                 UI stuff can always depend on common code so
3257                 it's ok to add ../common to include path
3258
3259 2002-12-13 [colin]      0.8.6claws106
3260
3261         * src/summaryview.c
3262                 Disconnect sighandlers for mainwindow when
3263                 quicksearch has the focus
3264                 Fix bug #653231
3265         * src/mainwindow.[ch]
3266                 Make key_pressed callback public, to be able
3267                 to disconnect it
3268
3269 2002-12-13 [christoph]  0.8.6claws105
3270
3271         * src/mh.c
3272                 create .mh_sequences file in new MH folders
3273                 (closes feature request [ 523162 ] MH folders should
3274                  get a .mh_sequences)
3275
3276 2002-12-13 [colin]      0.8.6claws104
3277
3278         * src/summaryview.c
3279                 Better handling of quicksearch show/hide
3280                 (basically the button stays under the mouse 
3281                  when toggled)
3282
3283 2002-12-13 [paul]       0.8.6claws103
3284
3285         * sync with 0.8.6cvs17
3286                 see ChangeLog 2002-12-13
3287
3288 2002-12-13 [paul]       0.8.6claws102
3289
3290         * po/es.po
3291                 updated by Ricardo Mones Lastra
3292
3293 2002-12-11 [colin]       0.8.6claws101
3294
3295         * src/folder.c
3296                 remove statusbar stuff
3297           src/folderview.c
3298                 set statusbar verbosity when moving folders
3299
3300 2002-12-11 [colin]       0.8.6claws100
3301         * src/prefs_filtering.c
3302         * src/prefs_matcher.c
3303         * src/prefs_scoring.c
3304                 Fix english ;)
3305
3306 2002-12-11 [colin]       0.8.6claws99
3307
3308         * src/prefs_common.[ch]
3309                 Add summary_quicksearch_type
3310         * src/summaryview.c
3311                 Save last used quicksearch type
3312
3313 2002-12-11 [jens]       0.8.6claws98
3314         * src/prefs_filtering.c
3315         * src/prefs_matcher.c
3316         * src/prefs_scoring.c
3317                 added dialog for incomplete rules in scoring, filtering and
3318                 matcher to ask wheather really close
3319
3320 2002-12-11 [colin]      0.8.6claws97
3321
3322         * src/folder.c
3323                 Fix folder dnd statusbar logging
3324
3325 2002-12-10 [christoph]  0.8.6claws96
3326
3327         * src/compose.c
3328         * src/folder.c
3329         * src/imap.c
3330         * src/inc.c
3331         * src/main.c
3332         * src/mainwindow.c
3333         * src/news.c
3334         * src/send.c
3335         * src/statusbar.[ch]
3336         * src/common/hooks.c
3337         * src/common/log.[ch]
3338                 o handle verbose logging in statusbar directly in statusbar code
3339                   and common code does not need any knowledge about a statusbar
3340                 o remove direct calls to statusbar_(puts|pop)_all functions
3341
3342 2002-12-10 [jens]       0.8.6claws95
3343
3344         * src/*.c
3345                 removed gettext from g_warnings
3346         * po/POTFILES.in
3347                 cleaned and updated
3348         * po/de.po
3349                 updated
3350
3351 2002-12-10 [colin]      0.8.6claws94
3352
3353         * src/main.c
3354                 finish crash dialog fix
3355
3356 2002-12-10 [colin]      0.8.6claws93
3357
3358         * src/main.c
3359                 "Fix" "sylpheed already running" instead of
3360                 crash dialog appearing after a crash
3361
3362 2002-12-10 [colin]      0.8.6claws92
3363
3364         * po/POTFILES.in
3365                 add src/gtk/sslcertwindow.c
3366
3367 2002-12-10 [paul]       0.8.6claws91
3368
3369         * po/POTFILES.in
3370                 updated to reflect recent changes
3371                 submitted by Alessandro Maestri
3372
3373 2002-12-09 [christoph]  0.8.6claws90
3374
3375         * src/Makefile.am
3376         * src/smtp.[ch]                 ** REMOVE **
3377         * src/common/Makefile.am
3378         * src/common/smtp.[ch]          ** NEW **
3379                 move smtp files to common directory
3380
3381 2002-12-09 [christoph]  0.8.6claws89
3382
3383         * src/Makefile.am
3384         * src/session.[ch]              ** REMOVE **
3385         * src/common/Makefile.am
3386         * src/common/session.[ch]       ** NEW **
3387                 move session files to common directory
3388
3389 2002-12-09 [paul]       0.8.6claws88
3390
3391         * src/account.c
3392                 fix bug [649746] edit accounts: move account reverted
3393                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3394
3395 2002-12-09 [colin]      0.8.6claws87
3396
3397         * src/ssl_certificate.c
3398                 cleanup
3399
3400 2002-12-09 [colin]      0.8.6claws86
3401
3402         * src/ssl.c
3403                 Try to open the cert.pem database and 
3404                 issue a warning if it isn't there
3405
3406 2002-12-09 [colin]      0.8.6claws85
3407
3408         * src/common/ssl_certificate.c
3409         * src/gtk/sslcertwindow.c
3410                 Warning fixes
3411
3412 2002-12-09 [colin]      0.8.6claws84
3413
3414         * src/ssl_certificate.[ch] ** REMOVED **
3415         * src/common/ssl_certificate.[ch] ** NEW **
3416         * src/Makefile.am
3417         * src/common/Makefile.am
3418                 Moved ssl_certificate.[ch] to common
3419         * src/common/ssl.c 
3420                 Put back needed include
3421         * src/gtk/sslcertwindow.[ch]
3422                 Changed ssl_certificate.h include
3423         
3424 2002-12-09 [colin]      0.8.6claws83
3425
3426         * src/gtk/sslcertwindow.[ch]
3427                 Implement hook for certificate acception
3428         * src/ssl_certificate.[ch]
3429                 Implement hook for certificate acception
3430         * src/common/ssl.c
3431                 Reenable certificate acception check
3432         * src/mainwindow.c
3433                 Register sslcertwindow's hook
3434         
3435 2002-12-08 [christoph]  0.8.6claws82
3436
3437         * src/about.c
3438         * src/addr_compl.c
3439         * src/codeconv.c
3440         * src/manual.c
3441         * src/undo.c
3442         * src/common/utils.c
3443                 o add missing includes
3444                 o fix warnings
3445         * src/.cvsignore
3446         * src/common/.cvsignore
3447         * src/common/version.h          ** REMOVE **
3448                 remove autogenerated file
3449
3450 2002-12-08 [paul]       0.8.6claws81
3451
3452         * src/stringtable.c
3453                 put back needed include
3454
3455 2002-12-08 [colin]      0.8.6claws80
3456         
3457         * src/gtk/sslcertwindow.c
3458                 Cleaner popups when asking
3459         * src/ssl_certificate.c
3460         * src/prefs_common.[ch]
3461                 remove ssl certificate pref
3462                 put back needed include
3463         * src/undo.c
3464                 put back needed include
3465
3466 2002-12-08 [christoph]  0.8.6claws79
3467
3468         * src/folderview.c
3469         * src/logwindow.c
3470         * src/statusbar.c
3471         * src/summaryview.c
3472                 only abort hook invokation if required data is missing not
3473                 if our own data pointer is NULL, update hookfunction for
3474                 log window
3475
3476 2002-12-08 [paul]       0.8.6claws78
3477
3478         * src/about.c
3479         * src/addrcache.c
3480         * src/addrclip.c
3481         * src/addr_compl.c
3482         * src/addrselect.c
3483         * src/codeconv.c
3484         * src/colorlabel.c
3485         * src/enriched.c
3486         * src/esmtp.c
3487         * src/exporthtml.c
3488         * src/headerview.c
3489         * src/imageview.c
3490         * src/manual.c
3491         * src/noticeview.c
3492         * src/pgptext.c
3493         * src/scoring.c
3494         * src/sourcewindow.c
3495         * src/stringtable.c
3496         * src/undo.c
3497                 clean up: remove unneccesary includes
3498
3499 2002-12-08 [christoph]  0.8.6claws77
3500
3501         * src/folderview.c
3502         * src/statusbar.c
3503         * src/summaryview.c
3504         * src/common/hooks.[ch]
3505                 hook functions now have a gboolean return value, if a hook
3506                 returns TRUE it will stop executing of any more hooks in
3507                 the same hooklist for this invokation
3508
3509 2002-12-08 [colin]      0.8.6claws76
3510         
3511         * src/main.c
3512                 put back argv0 for CRASH_DIALOG
3513
3514 2002-12-08 [christoph]  0.8.6claws75
3515
3516         * src/Makefile.am
3517         * src/about.c
3518         * src/account.c
3519         * src/crash.c
3520         * src/esmtp.h
3521         * src/imap.[ch]
3522         * src/inc.c
3523         * src/main.c
3524         * src/mainwindow.c
3525         * src/news.c
3526         * src/pop.[ch]
3527         * src/prefs_account.[ch]
3528         * src/prefs_common.[ch]
3529         * src/send.[ch]
3530         * src/smtp.[ch]
3531         * src/ssl_certificate.[ch]
3532         * src/ssl_manager.[ch]
3533         * src/common/Makefile.am
3534         * src/common/log.c
3535         * src/common/nntp.[ch]
3536         * src/common/socket.[ch]
3537         * src/common/ssl.[ch]
3538         * src/gtk/sslcertwindow.[ch]
3539         * ac/openssl.m4
3540                 use new autoconf script to detect OpenSSL with extra parameters
3541                 to specify the location of libs and includes, also remove USE_SSL
3542                 to USE_OPENSSL
3543
3544         * src/common/sylpheed.[ch]
3545         * src/common/version.h.in
3546                 start seperation of common code initialization seperated from gui
3547
3548         * src/summaryview.c
3549                 The function that is called when a color label changes
3550                 should not change the color lable again
3551
3552 2002-12-08 [colin]      0.8.6claws74
3553
3554         * src/gtk/sslcertwindow.c
3555                 warning fixes
3556
3557 2002-12-08 [colin]      0.8.6claws73
3558
3559         * src/statusbar.c
3560           src/common/log.h
3561                 Register a hook for statusbar_puts_all
3562         * src/common/log.c
3563                 invoke statusbar_puts_all's hook
3564         
3565 2002-12-08 [colin]      0.8.6claws72
3566
3567         * src/ssl_certificate.c
3568                 Put back a badly-removed include
3569
3570 2002-12-08 [colin]      0.8.6claws71
3571
3572         * src/gtk/sslcertwindow.[ch]    ** NEW **
3573                 new certificate presentation
3574         * src/gtk/Makefile.am
3575                 add new files
3576         * src/ssl_certificate.[ch]
3577                 gtk cleanup, made utility functions public
3578         * src/ssl_manager.c
3579                 use new cert presentation
3580
3581 2002-12-07 [christoph]  0.8.6claws70
3582
3583         * src/Makefile.am
3584         * src/nntp.[ch]                 ** REMOVE **
3585         * src/common/Makefile.am
3586         * src/common/nntp.[ch]          ** NEW **
3587                 move nntp files to common directory
3588
3589 2002-12-07 [christoph]  0.8.6claws69
3590
3591         * src/procmsg.[ch]
3592         * src/summaryview.c
3593                 implement msginfo update callback using sylpheed's new
3594                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3595
3596 2002-12-06 [christoph]  0.8.6claws68
3597
3598         * src/editgroup.c
3599                 This patch changes the 'Edit Group Details' dialog to
3600                 allow extended selections in either pane, so that
3601                 addresses can be added or removed from a group more
3602                 quickly and easily. (it actually is a net decrease in
3603                 file size, as some unnecessary functions have been
3604                 removed). 
3605                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3606
3607 2002-12-06 [christoph]  0.8.6claws67
3608
3609         * src/Makefile.am
3610         * src/template.[ch]             ** REMOVE **
3611         * src/common/Makefile.am
3612         * src/common/template.[ch]      ** NEW **
3613                 move template files to common directory
3614
3615         * src/nntp.c
3616                 add missing log.h include
3617
3618 2002-12-06 [melvin]     0.8.6claws66
3619
3620         * src/prefs_actions.c
3621                 Added the trailing ">" syntax to insert command's output
3622                 without replacing old text (in contrast to trailing "|").
3623
3624 2002-12-05 [colin]      0.8.6claws65
3625         
3626         * src/common/utils.c
3627                 Don't modify original search_string or it'll change
3628                 the next iterations in the for()
3629
3630 2002-12-05 [darko]      0.8.6claws64
3631
3632         * src/common/utils.c
3633                 proper check for filtering commands, found by Colin
3634
3635 2002-12-05 [darko]      0.8.6claws63
3636
3637         * src/common/utils.c
3638                 check proper string for NULL pointer, found by Colin
3639
3640 2002-12-05 [darko]      0.8.6claws62
3641
3642         * src/common/utils.[ch]
3643                 expand_search_string(): new function
3644                 converts Mutt-like patterns to Sylpheed's
3645                 filtering engine
3646         * src/summaryview.c
3647                 use expand_search_string() to allow Mutt-like
3648                 patterns in extended search
3649         * README.claws
3650                 document extended option in quick search
3651
3652 2002-12-05 [paul]       0.8.6claws61
3653
3654         * sync with 0.8.6cvs16
3655                 see ChangeLog 2002-12-05
3656                 
3657         * po/POTFILES.in
3658                 clean up
3659
3660 2002-12-04 [christoph]  0.8.6claws60
3661
3662         * src/imap.[ch]
3663                 put imap authentication code into a new function and
3664                 remove it from imap_session_new that will allow to
3665                 send other commands before authentication
3666
3667 2002-12-04 [christoph]  0.8.6claws59
3668
3669         * src/imap.[ch]
3670                 use already existing method to prevent unneeded IMAP
3671                 folder selects. Set imap_select parameters to NULL
3672                 in some functions if the values are not required.
3673
3674         * src/xml.h
3675                 remove no longer required include
3676
3677 2002-12-04 [paul]       0.8.6claws58
3678
3679         * po/es.po
3680                 updated by Ricardo Mones Lastra
3681                 
3682         * configure.in
3683           po/hu.po      ** NEW FILE **
3684                 initial Hungarian translation, submitted
3685                 by Gál Zoltán <galzoli@hu.inter.net>
3686
3687 2002-12-03 [christoph]  0.8.6claws57
3688
3689         * src/Makefile.am
3690         * src/gtksctree.[ch]            ** REMOVE **
3691         * src/gtk/Makefile.am
3692         * src/gtk/gtksctree.[ch]        ** NEW **
3693                 move gtksctree files to gtk directory
3694
3695 2002-12-03 [christoph]  0.8.6claws56
3696
3697         * src/Makefile.am
3698         * src/md5.[ch]                  ** REMOVE **
3699         * srm/common/Makefile.am
3700         * src/common/md5.[ch]           ** NEW **
3701                 move md5 files to common directory
3702
3703         * src/gtkstext.c
3704                 remove not required #include
3705
3706 2002-12-03 [sergey]     0.8.6claws55
3707
3708         * src/gtkutils.c
3709         * src/gtkutils.h
3710                 gtkut_window_popup(): new function.
3711         * src/mainwindow.c
3712                 main_window_popup(): use gtkut_window_popup() to raise
3713                 window without changing its position.
3714                 (see sylpheed-main ML message [sylpheed:17247])
3715
3716 2002-12-03 [sergey]     0.8.6claws54
3717
3718         * src/send.c
3719                 send_message_local(): removed first-dot escaping
3720                 (SMTP-only, not needed for sending through pipe)
3721
3722 2002-12-03 [paul]       0.8.6claws53
3723
3724         * po/POTFILES.in
3725                 update to reflect recent changes (thanks
3726                 to Ricardo Mones Lastra)
3727                 
3728         * tools/filter_conv.pl
3729                  fix problem with quoted strings. Patch submitted
3730                  by Luke Plant <lukeplant@softhome.net>
3731
3732 2002-12-03 [paul]       0.8.6claws52
3733
3734         * sync with 0.8.6cvs15
3735                 see ChangeLog 2002-12-03
3736
3737 2002-12-02 [christoph]  0.8.6claws51
3738
3739         * src/logwindow.[ch]
3740         * src/common/log.[ch]
3741                 implement logging using a hook function
3742
3743         * src/folderview.c
3744         * src/folder.[ch]
3745                 define hooklist name in header file to avoid
3746                 errors caused by wrong spelling of hooklist names
3747
3748         * src/toolbar.c
3749                 fix warnings
3750
3751 2002-12-02 [christoph]  0.8.6claws50
3752
3753         * src/common/Makefile.am
3754                 add src/common/hooks.[ch]
3755
3756         * src/common/hooks.[ch]
3757                 implement a simple hook system using glib's hook functions
3758
3759         * src/folder.[ch]
3760         * src/folderview.c
3761                 use new hook system for folder item updates
3762
3763 2002-12-02 [christoph]  0.8.6claws49
3764
3765         * doc-src/ui_seperation.txt     ** NEW **
3766                 information for ui seperation
3767
3768         * src/Makefile.am
3769                 remove files that were moved to common
3770                 include common directory by default for the header files
3771
3772         * src/inc.c
3773         * src/common/socket.c
3774         * src/automaton.[ch]
3775                 implement automaton using g_io_*-functions instead of
3776                 gdk_input_add to make it ui independent
3777
3778         * src/codeconv.c
3779         * src/compose.c
3780         * src/ldif.c
3781         * src/pgptext.c
3782         * src/procmime.c
3783         * src/rfc2015.c
3784         * src/smtp.c
3785         * src/unmime.c
3786                 remove common/ prefix because directory is now in
3787                 include path
3788
3789         * src/compose.c
3790         * src/folder.c
3791         * src/folderview.c
3792         * src/mainwindow.c
3793         * src/messageview.c
3794         * src/prefs_common.c
3795         * src/procmsg.c
3796         * src/rfc2015.c
3797                 fix warnings
3798
3799         * src/imap.c
3800         * src/inc.c
3801         * src/news.c
3802         * src/pop.c
3803         * src/send.c
3804         * src/smtp.c
3805         * src/ssl_certificate.c
3806                 add log.h header file for logging functions
3807
3808         * src/main.c
3809         * src/common/utils.c
3810         * src/summaryview.c
3811         * src/xml.c
3812                 o move debug_mode to common/utils.c
3813                 o add functions to set and get debug_mode
3814
3815         * src/defs.h                    ** REMOVE **
3816         * src/intl.h                    ** REMOVE **
3817         * src/socket.[ch]               ** REMOVE **
3818         * src/ssl.[ch]                  ** REMOVE **
3819         * src/utils.[ch]                ** REMOVE **
3820                 replaced by new files in src/common/
3821         
3822         * src/common/Makefile.am
3823                 add new files in src/common/
3824
3825         * src/common/defs.h             ** NEW **
3826         * src/common/intl.h             ** NEW **
3827         * src/common/log.[ch]           ** NEW **
3828         * src/common/socket.[ch]        ** NEW **
3829         * src/common/ssl.[ch]           ** NEW **
3830         * src/common/utils.[ch]         ** NEW **
3831                 replacement for files in src/
3832
3833 2002-12-02 [colin]      0.8.6claws48
3834
3835         * src/folderview.c
3836                 Scroll folderview if necessary during dnd
3837
3838 2002-12-02 [colin]      0.8.6claws47
3839
3840         * src/folder.[ch]
3841                 Add check to verify a move is within a single mailbox
3842         * src/folderview.c
3843                 Add specific error string for this check
3844
3845 2002-12-02 [colin]      0.8.6claws46
3846
3847         * src/folder.c
3848                 Add a test to folder moving, remove a statusbar_print
3849         * src/folderview.c
3850                 Add Move folder... context-menu item
3851                 Factorize folder moving code
3852                 Enable folder DND for mbox
3853
3854 2002-12-01 [christoph]  0.8.6claws45
3855
3856         * ac/aspell.m4
3857                 remove conf.aspelltest if the version check fails
3858
3859 2002-11-30 [christoph]  0.8.6claws44
3860
3861         * autogen.sh
3862                 run libtoolize --force in autogen to create missing
3863                 libtool scripts
3864
3865 2002-11-30 [christoph]  0.8.6claws43
3866
3867         * src/Makefile.am
3868         * src/pgptext.c
3869         * src/procmime.c
3870         * src/rfc2015.c
3871         * src/uuencode.[ch]             ** REMOVED **
3872         * src/common/Makefile.am
3873         * src/common/uuencode.[ch]      ** NEW **
3874                 move uuen/decoder to common directory
3875
3876 2002-11-30 [christoph]  0.8.6claws42
3877
3878         * src/Makefile.am
3879         * src/base64.[ch]               ** REMOVED **
3880         * src/codeconv.c
3881         * src/compose.c
3882         * src/ldif.c
3883         * src/pgptext.c
3884         * src/procmime.c
3885         * src/rfc2015.c
3886         * src/smtp.c
3887         * src/unmime.c
3888         * src/common/Makefile.am
3889         * src/common/base64.[ch]        ** NEW **
3890                 move base64 en/decoder to common directory
3891
3892 2002-11-30 [christoph]  0.8.6claws41
3893
3894         * src/common                    ** NEW **
3895                 new directory for UI independent code
3896         * src/gtk                       ** NEW **
3897                 new directory for GTK frontend
3898         * src/common/.cvsignore         ** NEW **
3899         * src/gtk/.cvsignore            ** NEW **
3900                 ignore build files
3901         * src/common/Makefile.am        ** NEW **
3902         * src/gtk/Makefile.am           ** NEW **
3903                 automake files to build new seperated stuff
3904         * src/Makefile.am
3905                 the binary will currently still be build with the
3906                 files in src, so we include the code from the
3907                 subdirs for now after building the libs there
3908
3909 2002-11-30 [paul]       0.8.6claws40
3910
3911         * src/compose.c
3912                 fix bug [642731] 'Wrong selected account with drafted mail'
3913
3914 2002-11-29 [oliver]     0.8.6claws39
3915         
3916         * src/messageview.c
3917                 o update summaryview when switching between different
3918                   messageviews          
3919         * src/toolbar.c  
3920                 o check if messageview holds already removed msg
3921                   from summaryview
3922                 
3923
3924 2002-11-29 [oliver]     0.8.6claws38
3925
3926         * src/toolbar.c 
3927                 remove not needed variables and includes
3928                 make messageview stay opened and move to next when msgs are deleted 
3929
3930 2002-11-29 [oliver]     0.8.6claws37
3931         
3932         * src/toolbar.c 
3933                 disable compose button (messageview toolbar) by default
3934                 deleted msgs are moved to trash
3935         
3936 2002-11-29 [melvin]     0.8.6claws36
3937
3938         * configure.in
3939                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3940                 and to detect signatures expirations (gpgme 0.3.6)
3941
3942         * src/main.c
3943                 Use non obsolescent function for Gpgme engine checking.
3944
3945         * src/rfc2015.c
3946                 Inform about expired signatures or signatures which key
3947                 has expired. Expiration date is displayed.
3948
3949         * src/sigstatus.c
3950                 Inform about expired signatures or signatures which key
3951                 has expired.
3952
3953 2002-11-28 [paul]       0.8.6claws35
3954
3955         * src/folderview.c
3956                 re-instate 'Check for new messages' in Newsgroup
3957                 folders right-click menu, after a suggestion from
3958                 Tim Mann <timmann@users.sourceforge.net>
3959
3960         * src/main.c
3961                 after a crash check only local folders for new
3962                 messages
3963
3964 2002-11-28 [paul]       0.8.6claws34
3965
3966         * configure.in
3967                 apply patch that fixes the checking of GTK with XIM 
3968                 support on different OSs, such as FreeBSD. Patch 
3969                 submitted by Topia <topia@users.sourceforge.net>
3970                 
3971 2002-11-28 [paul]       0.8.6claws33
3972
3973         * src/mainwindow.c
3974           src/prefs_common.c
3975           src/prefs_toolbar.c
3976                 more changes to the English
3977
3978 2002-11-28 [paul]       0.8.6claws32
3979
3980         * sync with 0.8.6cvs13
3981                 see ChangeLog 2002-11-28 (no sync needed
3982                 for src/compose.c)
3983
3984 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3985         
3986         * src/mainwindow.[ch]
3987                 add patch by Ivan F. Martinez introducing messageview Toolbar
3988                 some changes and committed by oliver    
3989
3990 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3991
3992         * src/messageview.[ch]
3993                 add patch by Ivan F. Martinez introducing messageview Toolbar
3994                 some changes and committed by oliver    
3995
3996 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
3997
3998         * src/compose.[ch]
3999                 add patch by Ivan F. Martinez introducing messageview Toolbar
4000                 some changes and committed by oliver    
4001
4002 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
4003         
4004         * src/toolbar.[ch]
4005                 add patch by Ivan F. Martinez introducing messageview Toolbar
4006                 some changes and committed by oliver
4007
4008 2002-11-28 [oliver]     0.8.6claws27
4009         
4010         * src/prefs_toolbar.[ch]
4011                 getting ready for messageview toolbar
4012                 free mem allocated by gettext
4013                 change prefs_toolbar to prefs_toolbar_open
4014  
4015 2002-11-28 [thorsten]   0.8.6claws26
4016
4017         * src/imageview.[ch]
4018                 cleaned up conflicting declarations of
4019                 imageview_show_image()
4020
4021 2002-11-28 [paul]       0.8.6claws25
4022
4023         * src/grouplistdialog.c
4024           src/prefs_common.c
4025           src/prefs_summary_column.c
4026                 a few more improvements to the English
4027
4028 2002-11-28 [colin]      0.8.6claws24
4029
4030         * man/sylpheed.1
4031                 A few updates to command-line parameters
4032
4033 2002-11-28 [colin]      0.8.6claws23
4034
4035         * src/prefs_filtering.c
4036                 Fix problems with prefs_filtering_delete_path:
4037                 a) if the first rule is removed, original pointers
4038                    weren't updated (leading to segfaults)
4039                 b) it was always global_processing updated in case
4040                    of removed path was parent of rule path
4041
4042 2002-11-27 [paul]       0.8.6claws22
4043
4044         * src/mainwindow.c
4045           src/prefs_account.c
4046           src/prefs_actions.c
4047           src/prefs_common.c
4048           src/prefs_customheader.c
4049           src/prefs_display_header.c
4050           src/prefs_filtering.c
4051           src/prefs_folder_item.c
4052           src/prefs_matcher.c
4053           src/prefs_scoring.c
4054           src/prefs_summary_column.c
4055           src/prefs_template.c
4056           src/prefs_toolbar.c
4057                  improve the English in the GUI
4058
4059 2002-11-27 [colin]      0.8.6claws21
4060
4061         * src/folder.c
4062                 Fix processing renaming problems happening after
4063                 last commit
4064
4065 2002-11-27 [colin]      0.8.6claws20
4066
4067         * src/folder.c
4068                 recursive move now deletes src each subfolder after 
4069                 having moved it
4070         * src/folderview.c
4071                 Use identifier instead of path during dnd (enables
4072                 IMAP folder dnd)
4073
4074 2002-11-27 [paul]       0.8.6claws19
4075
4076         * src/main.c
4077                 apply patch that does command-line processing 
4078                 BEFORE gtk_init, allowing claws to run from 
4079                 shell-scripts in non-X environment (e.g. crontab 
4080                 or ip-up, ip-down scripts). Patch submitted by
4081                 Ruslan N. Balkin <baron@dartel.ru>
4082                 
4083         * po/it.po
4084                 updated by Alessandro Maestri
4085
4086 2002-11-27 [paul]       0.8.6claws18
4087
4088         * sync with 0.8.6cvs12
4089           src/prefs_common.c
4090                 Differences are that main uses a 'Receive dialog'
4091                 frame on the Interface tab, whereas claws groups all 
4092                 the dialogs together in a 'Dialogs' frame.
4093
4094 2002-11-27 [colin]      0.8.6claws17
4095
4096         * src/prefs_matcher.c
4097                 Fix Execute criteria's NOT flag
4098
4099
4100 2002-11-26 [christoph]  0.8.6claws16
4101
4102         * src/ssl.c
4103                 rewrite the ssl code a little bit, only use one
4104                 SSL context, set default certificates' file/path
4105
4106 2002-11-26 [thorsten]   0.8.6claws15
4107
4108         * src/compose.c
4109                 default-reply-to didn't work for ml-reply
4110
4111 2002-11-26 [melvin]     0.8.6claws14
4112
4113         * src/prefs_actions.c
4114                 Made pipe-actions ignore short headers in message view
4115                 Made trailing-pipe-actions write in the message view with
4116                 the same font as the original message
4117
4118 2002-11-26 [paul]       0.8.6claws13
4119
4120         * src/compose.c
4121                 this time commit the correct file
4122
4123 2002-11-26 [paul]       0.8.6claws12
4124
4125         * sync with 0.8.6cvs11
4126           src/quote_fmt_parse.y  
4127                 no sync needed
4128           src/account.[ch]       
4129                 not sync'ed
4130           src/compose.c
4131                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4132                 on draft mode.
4133                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4134                 header
4135                 
4136         see ChangeLog 2002-11-25 and 2002-11-26
4137
4138 2002-11-26 [colin]      0.8.6claws11
4139
4140         * src/folderview.c
4141                 Fix collapsed folder not auto-expanding during
4142                 mail dnd, if it was the source folder.
4143
4144 2002-11-25 [colin]      0.8.6claws10
4145
4146         * src/folderview.[ch]
4147                 Variable renaming and cleaning (slist of nodes 
4148                 to be re-collapsed is stored in FolderView)
4149
4150 2002-11-25 [paul]       0.8.6claws9
4151
4152         * src/prefs_common.[ch]
4153                 fix breakage caused by last commit
4154
4155 2002-11-25 [paul]       0.8.6claws8
4156
4157         * sync with 0.8.6cvs4
4158                 see ChangeLog 2002-11-21
4159
4160 2002-11-25 [paul]       0.8.6claws7
4161
4162         * sync with 0.8.6cvs4
4163                 see ChangeLog 2002-11-20
4164
4165 2002-11-25 [paul]       0.8.6claws6
4166
4167         * sync with 0.8.6cvs3
4168                 see ChangeLog 2002-11-18
4169
4170 2002-11-25 [colin]      0.8.6claws5
4171
4172         * src/gtkutils.[ch]
4173                 Add gtkut_ctree_node_is_parent()
4174         * src/folderview.c
4175                 Spring-loaded folders
4176
4177 2002-11-25 [colin]      0.8.6claws4
4178
4179         * src/utils.[ch]
4180                 Add slist_concat_unique(), function to merge
4181                 two GSList filtering dups
4182         * src/folder.[ch]
4183         * src/summaryview.[ch]
4184         * src/folderview.c
4185         * src/main.c
4186                 Add detection/update/display of unread answers
4187                 to marked mails
4188         * src/procmsg.[ch]
4189                 Add procmsg_find_children()
4190                 Add procmsg_msg_has_marked_parent()
4191
4192 2002-11-25 [colin]      0.8.6claws3
4193
4194         * src/ssl_certificate.[ch]
4195                 Allow checking a certificate without a DNS
4196                 lookup
4197                 Allow to forget a cert (by deleting it)
4198                 Make ssl_certificate_destroy_public
4199         * src/ssl_manager.[ch] ** NEW FILES **
4200                 Gui to manage (display/remove) certificates
4201         * src/prefs_common.[ch]
4202                 Add a pref to allow silent acceptation of
4203                 trusted certificates or not (based on the
4204                 "I want to know what's going on" principle)
4205         * src/mainwindow.c
4206                 Add SSL manager in Tools menu
4207         * src/Makefile.am
4208                 Add the new files to the build
4209         * po/POTFILES.in
4210                 Add ssl_manager.c to translations
4211
4212 2002-11-25 [colin]      0.8.6claws2
4213
4214         * src/summaryview.[ch]
4215                 Add S_SEARCH_EXTENDED to the quick search, which 
4216                 allows to search using filtering syntax.
4217
4218 2002-11-25 [colin]      0.8.6claws1
4219
4220         * src/summaryview.c
4221                 Deletion of duplicates now prefer deleting
4222                 the unread dup (fixes feature-request 638989).
4223
4224 2002-11-24 [paul]       0.8.6claws
4225
4226         * po/es.po
4227           po/pl.po
4228           po/ru.po
4229           po/sr.po
4230                 updated by Ricardo Mones Lastra,
4231                 Witold Wladyslaw Wojciech Wilk,
4232                 Ruslan N. Balkin, and  Urke MMI 
4233                 respectively
4234
4235 2002-11-24 [paul]       0.8.5claws182
4236
4237         * po/bg.po
4238                 updated by George Danchev
4239
4240 2002-11-23 [alfons]     0.8.5claws181
4241
4242         * src/imap.c
4243                 tiny memory leak found by browsing Dimitar's 
4244                 valgrind report
4245
4246 2002-11-23 [paul]       0.8.5claws180
4247
4248         * po/it.po
4249                 updated by Alessandro Maestri
4250
4251 2002-11-22 [christoph]  0.8.5claws179
4252
4253         * src/compose.c
4254         * src/inc.c
4255         * src/prefs_filtering.c
4256         * src/summaryview.c
4257                 more warning fixes
4258
4259 2002-11-22 [alfons]     0.8.5claws178
4260
4261         * src/summaryview.c
4262                 summary_execute_delete_func(): if message is deleted, make 
4263                 sure to also remove its entry in the subject hash table. 
4264                 fixes a corner case bug.
4265
4266 2002-11-22 [paul]       0.8.5claws177
4267
4268         * .cvsignore
4269                 add 'autom4te.cache'
4270                 
4271         * ltconfig      ** REMOVED **
4272                 not needed
4273
4274 2002-11-22 [paul]       0.8.5claws176
4275
4276         * src/textview.c
4277                 textview_set_font(): fix for message display in
4278                 UTF-8 locales (thanks to Sergey Vlasov).
4279                 
4280         * AUTHORS
4281                 add new team members and contributors
4282
4283
4284 2002-11-21 [colin]      0.8.5claws175
4285
4286         * src/procmsg.[ch]
4287                 Add procmsg_remove_special_headers()
4288         * src/mh.c
4289                 Use procmsg_remove_special_headers() for 
4290                 previous fix
4291
4292 2002-11-21 [colin]      0.8.5claws174
4293
4294         * src/mh.c
4295                 Fix moving/copying from queue/draft folders
4296                 for MH folders
4297
4298 2002-11-21 [christoph]  0.8.5claws173
4299
4300         * src/crash.c
4301         * src/filtering.c
4302         * src/logwindow.c
4303         * src/main.c
4304         * src/matcher_parser_lex.[hl]
4305         * src/mbox.c
4306         * src/mbox_folder.[ch]
4307         * src/prefs_filtering.c
4308         * src/procheader.c
4309         * src/quote_fmt_lex.l
4310         * src/ssl.c
4311                 fix all warnings except the warnings in lex and yacc files
4312
4313 2002-11-20 [christoph]  0.8.5claws172
4314
4315         * src/imap.c
4316                 fix MsgInfo retrieval for IMAP draft and queue folders
4317                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4318
4319 2002-11-19 [christoph]  0.8.5claws171
4320
4321         * src/compose.c
4322                 fix segfault, when draft saving does not get
4323                 the MsgInfo of the new message
4324                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4325
4326 2002-11-19 [christoph]  0.8.5claws170
4327
4328         * src/procmsg.c
4329                 add parameter check for flag setting function
4330                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4331
4332 2002-11-18 [paul]       0.8.5claws169
4333
4334         * src/compose.c
4335                 more sensitivity fixes to redirect mode:
4336                 * disable toolbar draft button
4337                 * allow only Address book in the Tools menu
4338                 * disable editing of message by the spell
4339                   checker
4340
4341 2002-11-18 [paul]       0.8.5claws168
4342
4343         * src/compose.c
4344                 fix sensitivity of menu items in compose_redirect():
4345                 allow only the necessary items 
4346
4347 2002-11-18 [paul]       0.8.5claws167
4348
4349         * src/compose.c
4350                 fix bug [ 603259 ] 'attachment got lost on bounce'
4351
4352 2002-11-18 [paul]       0.8.5claws166
4353
4354         * po/ru.po
4355                 updated by Ruslan N. Balkin <baron@dartel.ru>
4356
4357 2002-11-18 [colin]      0.8.5claws165
4358
4359         * src/main.c
4360           src/defs.h
4361                 Remove old filtering stuff
4362
4363
4364 2002-11-17 [oliver]     0.8.5claws164
4365
4366         * src/toolbar.h
4367                 remove not needed typedef 
4368
4369 2002-11-17 [oliver]     0.8.5claws163
4370
4371         * src/toolbar.c
4372                 make toolbar's on click events translatable
4373
4374 2002-11-15 [colin]      0.8.5claws162
4375
4376         * src/summaryview.c
4377                 Revert too-soon integration of a feature
4378
4379 2002-11-15 [christoph]  0.8.5claws161
4380
4381         * src/imap.c
4382                 use main's implementation of imap_get_msginfo
4383
4384 2002-11-15 [christoph]  0.8.5claws160
4385
4386         * src/compose.c
4387         * src/folder.[ch]
4388         * src/imap.c
4389         * src/mbox_folder.c
4390         * src/mh.c
4391         * src/news.c
4392         * src/procmsg.c
4393         * src/summaryview.c
4394                 replace claws' fetch_msginfo with main's get_msginfo
4395                 (use main's implementation where possible)
4396
4397 2002-11-15 [colin]      0.8.5claws159
4398
4399         * src/ssl_certificate.c
4400                 Missed a check
4401
4402 2002-11-16 [melvin]     0.8.5claws158
4403
4404         * po/fr.po
4405                 Updated French translations.
4406
4407 2002-11-16 [colin]      0.8.5claws157
4408
4409         * src/ssl_certificate.c
4410                 Check for missing parts in the certificates
4411
4412 2002-11-15 [colin]      0.8.5claws156
4413
4414         * src/folderview.c
4415                 Preventive fix (missing check) found by
4416                 Alfons
4417
4418 2002-11-15 [paul]
4419
4420         * NEWS
4421                 sync with 0.8.6 release
4422
4423 2002-11-15 [colin]      0.8.5claws155
4424
4425         * src/folder.[ch]
4426           src/folderview.c
4427                 Fix error handling of folder_item_move_to()
4428                 (thanks to Alfons!)
4429
4430 2002-11-15 [colin]      0.8.5claws154
4431
4432         * src/folder.[ch]
4433           src/folderview.c
4434                 folder_item_move_to() sets an error message instead
4435                 of having GUI stuff in folder.c
4436
4437 2002-11-15 [colin]      0.8.5claws153
4438
4439         * src/procmsg.[ch]
4440                 Implemented a callback for MsgInfo updates, 
4441                 heavily copy/pasted from Christoph's folder 
4442                 callback system
4443         * src/summaryview.[ch]
4444                 Register summary_update_msg as callback
4445
4446 2002-11-14 [colin]      0.8.5claws152
4447         
4448         * src/procmsg.c
4449                 Update the FolderItem after sending (fixes 617593)
4450
4451 2002-11-14 [christoph]  0.8.5claws151
4452
4453         * src/folder.c
4454                 fix wrong position of NULL pointer check found
4455                 by Sergey
4456
4457 2002-11-14 [christoph]  0.8.5claws150
4458
4459         * src/folder.c
4460                 fix segfault when deleting messages from IMAP folders
4461                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4462
4463 2002-11-14 [colin]      0.8.5claws149
4464
4465         * src/compose.c
4466                 Forwarding was also ignoring the folder's default account.
4467
4468 2002-11-14 [colin]      0.8.5claws148
4469
4470         * src/compose.c
4471                 Fix sent folder not set to folder properties when 
4472                 forwarding.
4473
4474 2002-11-14 [thorsten]   0.8.5claws147
4475
4476         * src/inc.c
4477                 inc_start(): Files were not moved from .processing to inbox,
4478                 if no global processing rule existed
4479
4480 2002-11-14 [colin]      0.8.5claws146
4481
4482         * src/ssl_certificate
4483                 Fix file operations
4484
4485 2002-11-14 [paul]       0.8.5claws145
4486
4487         * po/it.po
4488                 updated by Alessandro Maestri
4489
4490 2002-11-13 [alfons]     0.8.5claws144
4491
4492         * src/folder.c
4493                 folder_item_close(): only mark messages unread
4494                 when a folder has new messages 
4495
4496 2002-11-13 [keith]      0.8.5claws143
4497
4498         * src/imap.c
4499                 Fix problem moving or copying between
4500                 IMAP folders
4501
4502 2002-11-13 [colin]      0.8.5claws142
4503
4504         * src/matcher_parser_parse.y
4505                 Fix rule problem when " don't match
4506
4507 2002-11-13 [christoph]  0.8.5claws141
4508
4509         * src/folder.c
4510         * src/folderview.c
4511                 moved cache saving to folder_item_close
4512                 the folderview should not have to deal with
4513                 this things
4514
4515 2002-11-13 [christoph]  0.8.5claws140
4516
4517         * src/summaryview.c
4518                 moved setting of important score to
4519                 summary_set_prefs_from_folderitem
4520
4521 2002-11-13 [colin]      0.8.5claws139
4522
4523         * src/matcher_parser_parse.y
4524                 Fix a segfault in the parser (happening when
4525                 a good expression had been tested and a bad 
4526                 one arrives)
4527
4528 2002-11-13 [paul]       0.8.5claws138
4529
4530         * sync with 0.8.5cvs24
4531                 see ChangeLog 2002-11-13
4532                 
4533         * po/pt_BR.po
4534                 updated by Fabio Jr. Beneditto
4535
4536 2002-11-13 [colin]      0.8.5claws137
4537         
4538         * src/msgcache.c
4539           src/defs.h
4540           src/procmsg.[ch]
4541                 Revert last commit, problem
4542
4543 2002-11-13 [colin]      0.8.5claws136
4544
4545         * src/msgcache.c
4546                 Remove duplicated code
4547         * src/defs.h
4548                 Bumped CACHE_VERSION and MARK_VERSION
4549         * src/procmsg.[ch]
4550                 Network endian for cache and mark files
4551
4552 2002-11-12 [colin]      0.8.5claws135
4553
4554         * src/inc.c
4555                 Fix the "socket error" dialog which disappeared
4556
4557 2002-11-12 [colin]      0.8.5claws134
4558
4559         * src/msgcache.c
4560                 Reverse last commit which had performance 
4561                 problems, but still reverse the list
4562
4563 2002-11-12 [colin]      0.8.5claws133
4564
4565         * src/msgcache.c
4566                 Reverse list order
4567
4568 2002-11-12 [melvin]     0.8.5claws132
4569
4570         * src/compose.c
4571                 Added a check for a NULL prefs_common.dictionary
4572
4573 2002-11-12 [colin]      0.8.5claws131
4574
4575         * src/ssl_certificate.[ch]
4576                 Use FQDN hostname
4577
4578 2002-11-12 [colin]      0.8.5claws130
4579
4580         * src/ssl_certificate.[ch]
4581                 Take connection port into account for 
4582                 checking certificates (a single hostname
4583                 could have multiple servers with multiple
4584                 certificates)
4585         * src/ssl.c
4586                 Pass the port to ssl_certificate_check
4587
4588 2002-11-12 [paul]       0.8.5claws129
4589
4590         * src/folder.c
4591                 fix a typo in last commit
4592
4593 2002-11-12 [paul]       0.8.5claws128
4594
4595         * sync with 0.8.5cvs23
4596                 see ChangeLog entry 2002-11-12
4597
4598 2002-11-11 [colin]      0.8.5claws127
4599
4600         * src/ssl_certificate.c
4601                 Cleaner messages
4602                 Don't popup, instead log error, if the 
4603                 corresponding pref is checked
4604         * src/ssl_certificate.h
4605                 include <openssl/objects/h>
4606
4607 2002-11-11 [colin]      0.8.5claws126
4608
4609         * src/ssl_certificate.h
4610                 _Really_ clean it
4611
4612 2002-11-11 [colin]      0.8.5claws125
4613         
4614         * src/ssl_certificate.c
4615                 Fixed leak
4616
4617 2002-11-11 [colin]      0.8.5claws124
4618
4619         * src/ssl.c
4620                 Cleaned a bit
4621         * src/ssl_certificate.[ch]
4622                 Cleaned a bit (better use of SSL API)
4623                 (This will cause non-recognition of saved 
4624                  certificates of claws12[23]...)
4625
4626 2002-11-11 [paul]       0.8.5claws123
4627         
4628         * po/es.po
4629                 updated by Ricardo Mones Lastra
4630
4631 2002-11-11 [colin]      0.8.5claws122
4632
4633         * src/ssl.c
4634                 Fix a typo
4635
4636 2002-11-11 [colin]      0.8.5claws121
4637
4638         * src/ssl_certificate.[ch] ** NEW FILES **
4639         * src/ssl.[ch]
4640                 Check SSL certificates presented to us
4641         * src/Makefile.am
4642                 Add ssl_certificate.[ch]
4643         * po/POTFILES.in
4644                 Add ssl_certificate.c
4645
4646 2002-11-11 [paul]       0.8.5claws120
4647
4648         * sync with 0.8.5cvs22
4649                 see ChangeLog 2002-11-11
4650
4651 2002-11-11 [paul]       0.8.5claws119
4652
4653         * sync with 0.8.5cvs21
4654                 see ChangeLog 2002-11-11
4655
4656 2002-11-10 [jens]       0.8.5claws118
4657
4658         * src/folder.c
4659         * src/folderview.c
4660                 corrected some typing
4661         * po/de.po
4662                 updated german translation
4663         * sylpheed.spec.in
4664                 cleaned up specfile and adjusted it for claws
4665
4666 2002-11-10 [colin]      0.8.5claws117
4667
4668         * src/summaryview.c
4669                 a STATUSBAR_PUSH/POP fix
4670
4671 2002-11-10 [colin]      0.8.5claws116
4672
4673         * src/prefs_folder_item.c
4674                 Fix hanging after opening folder properties
4675
4676 2002-11-10 [hoa]        0.8.5claws115
4677
4678         * src/matcher_parser_lex.l
4679         * src/matcher_parser_parse.y
4680                 config file for scoring and filtering is no more trashed
4681                 when there is a syntax error in a filtering rule when
4682                 editing it in a dialog.
4683
4684 2002-11-09 [colin]      0.8.5claws114
4685
4686         * src/mbox_folder.c
4687                 Added missing initialisation of folder->destroy()
4688
4689 2002-11-09 [colin]      0.8.5claws113
4690
4691         * src/folder.c
4692           src/folderview.c
4693                 Fix the status bar messages
4694
4695 2002-11-09 [colin]      0.8.5claws112
4696
4697         * src/folderview.c
4698                 Fix hangs after folder dnd, happening after 
4699                 claws109.
4700
4701 2002-11-09 [christoph]  0.8.5claws111
4702
4703         * src/folderview.c
4704                 just changed order of calls (reverse order of
4705                 associated calls)
4706         * src/inc.c
4707                 lock inc when checking only one account, otherwise
4708                 inc all could be executed at the same time
4709
4710 2002-11-09 [christoph]  0.8.5claws110
4711
4712         * src/folderview.c
4713                 better unlock the mouse cursor before calling
4714                 summary_show because it changes the cursor too
4715
4716 2002-11-09 [christoph]  0.8.5claws109
4717
4718         * src/folder.[ch]
4719         * src/folderview.c
4720                 add functions to open and close a folder
4721                 o opending will execute scanning for remote folders
4722                   and processing
4723                 o closing will unset new flag for messages
4724
4725 2002-11-09 [colin]      0.8.5claws108
4726
4727         * src/folder.c
4728                 Add a call to prefs_matcher_write_config to 
4729                 avoid non-leaf folders filtering settings to be
4730                 lost
4731
4732 2002-11-09 [paul]       0.8.5claws107
4733
4734         * src/prefs_account.c
4735                 re-word a label
4736
4737 2002-11-09 [colin]      0.8.5claws106
4738
4739         * src/folderview.c
4740                 Minor esthetic fix
4741
4742 2002-11-09 [colin]      0.8.5claws105
4743
4744         * src/folderview.c
4745                 Fix prefs_filtering deletion for MH folders (same
4746                 reason as below)
4747         * src/prefs_filtering.c
4748                 Fix prefs_filtering renaming and deletion for 
4749                 folder-based processing rules.  
4750
4751 2002-11-09 [christoph]  0.8.5claws104
4752
4753         * src/compose.c
4754         * src/folder.[ch]
4755         * src/folderview.[ch]
4756         * src/import.c
4757         * src/inc.c
4758         * src/main.c
4759         * src/mainwindow.c
4760         * src/messageview.c
4761         * src/prefs_folder_item.c
4762         * src/procmsg.c
4763         * src/summaryview.c
4764                 implement a callback system for folder item updates
4765
4766 2002-11-09 [colin]      0.8.5claws103
4767
4768         * src/folderview.c
4769                 Fix prefs_filtering renaming for MH folders (we
4770                 shouldn't rename by path as another folder could
4771                 have the same hierarchy).
4772
4773 2002-11-09 [colin]      0.8.5claws102
4774
4775         * src/folder.c
4776                 Fix a leak found by Christoph, use better variable
4777                 names
4778
4779 2002-11-09 [colin]      0.8.5claws101
4780
4781         * src/folder.c
4782                 One more fix for processing rules
4783
4784 2002-11-08 [colin]      0.8.5claws100
4785         
4786         * src/matcher.c
4787                 Don't copy the compiled regexp (will be reevaluated)
4788         * src/folderview.c
4789                 Lock folderview while moving
4790         * src/folder.c
4791                 Provide info on what's happening to the user
4792
4793 2002-11-08 [colin]      0.8.5claws99
4794
4795         * src/folderview.c
4796                 Fix folder reordering after a move if parent is 
4797                 root
4798         * src/scoring.[ch]
4799                 Add function to copy a ScoringProp
4800         * src/prefs_folder_item.c
4801                 Copy scoring rules when copying a folder prefs
4802
4803 2002-11-08 [colin]      0.8.5claws98
4804
4805         * src/folderview.c
4806                 Fixes in case of failure
4807         * src/filtering.[ch]    
4808                 Add function to duplicate a FilteringProp
4809         * src/matcher.[ch]
4810                 Add function to duplicate a MatcherProp
4811         * src/prefs_folder_item.c
4812                 Save folder's processing rules when copying 
4813                 its prefs
4814
4815 2002-11-08 [colin]      0.8.5claws97
4816         
4817         * src/folderview.c
4818                 Sort after move
4819         * src/folder.c 
4820                 Change a printf to debug_print
4821
4822 2002-11-08 [colin]      0.8.5claws96
4823
4824         * src/folder.c
4825           src/folderview.c
4826                 Fix segfaults, call me stupido
4827         
4828
4829 2002-11-08 [colin]      0.8.5claws95
4830
4831         *src/folder.c
4832                 Added forgotten prefs to save when moving folders
4833
4834 2002-11-08 [colin]      0.8.5claws94
4835
4836         * src/folder.c
4837                 Fixes to folder DND (prefs copy)
4838         * src/folderview.c
4839                 Optimization for folder DND (don't rescan whole tree)
4840                 Added folderview_create_folder_node() for this 
4841                 optimization, so de-duped a bit the code
4842         * src/prefs_folder_item.[ch]
4843                 Added prefs_folder_item_copy_prefs()    
4844           
4845 2002-11-08 [paul]       0.8.5claws93
4846
4847         * src/prefs_account.c
4848           tools/README
4849           tools/kmail2sylpheed_v2.pl
4850                 correct some typos
4851
4852 2002-11-08 [paul]       0.8.5claws92
4853
4854         * src/compose.c
4855           src/prefs_account.[ch]
4856                 remove account options 'clearsign' and 'ascii_armored',
4857                 replace with 'default_gnupg_mode' to prevent mixed-mode
4858                 Privacy settings
4859
4860 2002-11-08 [paul]       0.8.5claws91
4861
4862         * src/compose.[ch]
4863                 re-implement GnuPG 'on-the-fly' mode selection,
4864                 disallow mixed-mode
4865
4866 2002-11-08 [colin]      0.8.5claws90
4867
4868         * src/folderview.c
4869           src/prefs_folder_item.c
4870                 Change "Property" to "Properties"
4871
4872 2002-11-07 [colin]      0.8.5claws89
4873
4874         * src/folderview.c
4875           src/folder.c
4876                 Allow folder dropping to a root folder
4877
4878 2002-11-07 [paul]       0.8.5claws88
4879
4880         * src/compose.c
4881                 revert last commit
4882
4883 2002-11-07 [paul]       0.8.5claws87
4884
4885         * src/compose.c
4886                 fix reply-to-list bug. closes bug report
4887                 "[633382] reply-to-list broken in recent cvs"
4888
4889 2002-11-07 [paul]       0.8.5claws86
4890
4891         * src/compose.c
4892                 add a forgotten '#if USE_GPGME ... #endif'
4893
4894 2002-11-07 [paul]       0.8.5claws85
4895
4896         * sync with 0.8.5cvs20
4897                 see ChangeLog 2002-11-07
4898
4899 2002-11-07 [colin]      0.8.5claws84
4900
4901         * src/folder.[ch]
4902                 Change folder_item_move_to to return the newly 
4903                 created folderitem.
4904         * src/folderview.c
4905                 Select the new folderitem after moving.
4906
4907 2002-11-07 [colin]      0.8.5claws83
4908
4909         * src/prefs_filtering.c
4910                 Fix rule rewriting when moving a leaf folder to a 
4911                 shorter path
4912
4913 2002-11-07 [colin]      0.8.5claws82
4914
4915         * src/prefs_filtering.c
4916                 fix a leak
4917
4918 2002-11-07 [colin]      0.8.5claws81
4919
4920         * src/folder.[ch]
4921                 Add folder_item_move_to() function to move a 
4922                 folderitem into another one (updates matcher etc)
4923         * src/folderview.c
4924                 Add folder drag'n drop (context menu to come)
4925                 [Should be dataloss free, but Please backup before 
4926                  trying !]
4927
4928 2002-11-06 [colin]      0.8.5claws80
4929
4930         * src/mh.c
4931                 mh_create_folder() returns NULL if can't create
4932                 directory hierarchy
4933
4934 2002-11-06 [paul]       0.8.5claws79
4935
4936         * src/compose.[ch]
4937                 allow 'on-the-fly' changing of the type of encryption 
4938                 and/or signing used (mime/ascii) via the compose window
4939
4940 2002-11-06 [paul]       0.8.5claws78
4941
4942         * sync with 0.8.5cvs19
4943                 see ChangeLog 2002-11-06 for src/account.c: 
4944                 account_get_special_folder()
4945                 
4946 2002-11-05 [alfons]     0.8.5claws77
4947
4948         * src/crash.c
4949                 very minor cleanups: nothing to see here, move on. :-)
4950
4951 2002-11-05 [colin]      0.8.5claws76
4952
4953         * src/main.c
4954                 Changes choices if compose windows are opened to
4955                 Discard, Draft, Don't quit
4956
4957 2002-11-05 [thorsten]   0.8.5claws75
4958
4959         * src/compose.c
4960                 reenabled default_reply_to folder option
4961
4962 2002-11-05 [colin]      0.8.5claws74
4963
4964         * src/compose.[ch] 
4965                 add compose_draft()
4966         * src/crash.c
4967                 add SIGTERM handler
4968         * src/main.[ch]
4969                 add clean_quit() for the SIGTERM handler
4970
4971 2002-11-05 [paul]       0.8.5claws73
4972         
4973         * po/es.po
4974                 updated by Ricardo Mones Lastra
4975
4976 2002-11-05 [melvin]     0.8.5claws72
4977
4978         * src/logwindow.c
4979                 Fixed log-clipping bug #616795.
4980                 To stop logging in the log window use 0 length.
4981         * src/prefs_common.c
4982                 Added a label to inform about the 0 log length behaviour.
4983
4984 2002-11-05 [paul]       0.8.5claws71
4985
4986         * sync with 0.8.5cvs17
4987                 see ChangeLog 2002-11-05
4988
4989 2002-11-04 [paul]       0.8.5claws70
4990
4991         * sylpheed-128x128.png
4992           sylpheed-64x64.png
4993           sylpheed.png
4994                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
4995                 <nikai@users.sourceforge.net>
4996                 
4997         * po/bg.po
4998                 updated by George Danchev
4999
5000 2002-11-03 [thorsten]   0.8.5claws69
5001
5002         * src/main.c
5003           src/mimeview.c
5004           src/rfc2015.h
5005                 add check if gpg is active
5006
5007 2002-11-03 [thorsten]   0.8.5claws68
5008
5009         * src/toolbar.h
5010                 removed GSList declaration causing trouble on MacOS-X
5011                 (submitted by alfons, reported by xfesty)
5012
5013 2002-11-01 [paul]       0.8.5claws67
5014
5015         * src/mainwindow.c
5016                 remove last remnants of main's filter code
5017
5018 2002-11-01 [paul]       0.8.5claws66
5019
5020         * tools/filter_conv.pl
5021                 fix bug where user-defined headers were ignored
5022
5023 2002-11-01 [paul]       0.8.5claws65
5024
5025         * src/logwindow.c
5026                 make a debug_print() not translatable
5027
5028 2002-10-31 [melvin]     0.8.5claws64
5029
5030         * ac/aspell.m4
5031                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
5032                 not run any GNU/aspell test.  The dictionary path will
5033                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
5034                 was given, in which case, it will be $prefix/lib/aspell/
5035         * configure.in
5036                 Fixed typo in commentary (Aspell code).
5037
5038 2002-10-31 [paul]       0.8.5claws63
5039
5040         * po/POTFILES.in
5041                 remove src/filter.c and src/prefs_filter.c
5042                 thanks to Ricardo for reminding me
5043
5044 2002-10-31 [colin]      0.8.5claws62
5045
5046         * src/mbox_folder.c
5047                 Plug some leaks
5048
5049 2002-10-31 [paul]       0.8.5claws61
5050
5051         * src/prefs_filter.[ch] ** REMOVED **
5052           src/filter.[ch]       ** REMOVED **
5053           
5054         * src/Makefile.am
5055           src/folderview.c
5056           src/inc.c
5057           src/main.c
5058           src/mainwindow.c
5059           src/mbox.c
5060           src/prefs_common.c
5061           src/prefs_filtering.c
5062           src/summaryview.[ch]
5063                 remove main's 'filter' code
5064                 
5065         README.claws
5066                 update to reflect removal of main's filter
5067
5068 2002-10-31 [paul]       0.8.5claws60
5069
5070         * src/summaryview.c
5071                 remove check for global_processing in summary_filter_open(). 
5072                 This fixes the bug where if the user uses the right-click 
5073                 'Create filter rule...' and doesn't have any filter rules 
5074                 already defined in claws' advanced filtering, the newly 
5075                 created filter rule goes to main's filtering which is 
5076                 inaccessible through the gui. Now the filter rule gets added
5077                 to claws' filtering by default.
5078
5079 2002-10-28 [melvin]     0.8.5claws59
5080
5081         * src/prefs_actions.c
5082                 Fixed bug #627322 where MIME parts were not always
5083                 correctly passed to a %p action
5084                 Display an error dialog when message filename is not found.
5085
5086 2002-10-28 [melvin]     0.8.5claws58
5087
5088         * src/prefs_common.c
5089                 Readded a missing function declaration lost in 0.8.3claws34
5090
5091 2002-10-28 [paul]       0.8.5claws57
5092
5093         * sync with 0.8.5cvs15
5094                 see ChangeLog 2002-10-28 and 2002-10-25
5095                 
5096         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5097
5098 2002-10-27 [oliver]     0.8.5claws56
5099
5100         * src/pop.c
5101                 plug leak in pop3_top_recv
5102
5103 2002-10-26 [christoph]  0.8.5claws55
5104
5105         * src/folder.c
5106                 set need_update folder flag when messages are added
5107                 (closes bug [ 626922 ] folder not updated after receiving)
5108
5109 2002-10-25 [melvin]     0.8.5claws54
5110
5111         * src/imageview.c
5112                 Fixed a memleak introduced in the scaling code.
5113
5114 2002-10-24 [alfons]     0.8.5claws53
5115
5116         * src/filtering.c
5117                 make filtering's forward message action forward from the 
5118                 correct account
5119                 (closes bug [628089 ] Filter -> Forward from address problem
5120                 reported by Oktay)
5121
5122 2002-10-24 [christoph]  0.8.5claws52
5123
5124         * src/mainwindow.c
5125         * src/manual.[ch]
5126                 o use manual of current locale or english if current
5127                   locale is not available (and english is available)
5128                 o also link to sylpheed doc project manuals
5129
5130 2002-10-23 [paul]       0.8.5claws51
5131
5132         * tools/README
5133           tools/kmail2sylpheed_v2.pl
5134                 add new version of kmail addressbook importer script.
5135                 works with newer versions of Kmail/KAddressBook which
5136                 have new and rearranged data.
5137
5138 2002-10-23 [martin]     0.8.5claws50
5139
5140         * src/folderview.c
5141         * src/summaryview.c
5142         * src/utils.h
5143         * src/utils.c
5144                 added length parameter to get_abbrev_newsgroup_name()
5145                 changed this function so that it abbreviates the newsgroup
5146                 names only so long it is smaller than the length parameter
5147                 (for better reading of some newsgroup names and space efficiency)
5148
5149 2002-10-22 [colin]      0.8.5claws49
5150
5151         *src/foldersel.c
5152                 Revert Alfons' last modification (after voting ;-))
5153
5154 2002-10-21 [alfons]     0.8.5claws48
5155
5156         * src/foldersel.c
5157                 folder view in folder selection dialog reflects state of
5158                 folder view in main window
5159
5160 2002-10-18 [alfons]     0.8.5claws47
5161
5162         * src/mbox.c
5163                 drop imported messages in folder selected by user,
5164                 and not in the inbox
5165                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5166
5167 2002-10-18 [alfons]     0.8.5claws46
5168
5169         * src/compose.c
5170                 make automagic reply work correctly for email accounts 
5171                 (whether it's viable to do a full sync with Hiro's 
5172                 compose.c is still under discussion)
5173
5174 2002-10-18 [melvin]     0.8.5claws45
5175
5176         * src/prefs_actions.c
5177                 Fixed bug #622275 where asynchroneous actions left 
5178                 zombies processes
5179                 Made (synchroneous) actions' input be displayed live.
5180
5181 2002-10-18 [christoph]  0.8.5claws44
5182
5183         * src/textview.c
5184                 don't add a newline in the textview in front of the
5185                 first textpart if header display is disabled
5186                 (closes bug [ 603385 ] disabled header display leaves blank
5187                  lin)
5188
5189 2002-10-18 [christoph]  0.8.5claws43
5190
5191         * src/folder.[ch]
5192         * src/imap.c
5193         * src/mbox_folder.c
5194         * src/mh.c
5195         * src/news.c
5196                 folder->get_num_list now returns an error code
5197                 (closes bug [ 609424 ] News cache cleared on failure)
5198                 
5199 2002-10-17 [colin]      0.8.5claws42
5200         
5201         * src/news.c
5202                 Changed a printf by debug_print
5203
5204 2002-10-16 [paul]       
5205
5206         * tools/OOo2sylpheed.pl
5207                 allow for spaces in the name of the
5208                 file to be attached.
5209
5210 2002-10-16 [colin]      0.8.5claws41
5211
5212         * src/main.c
5213                 Use a tristate to change online mode
5214
5215 2002-10-16 [paul]       0.8.5claws40
5216
5217         * po/es.po
5218                 updated by Ricardo Mones Lastra
5219
5220 2002-10-16 [colin]      0.8.5claws39
5221
5222         * src/main.c
5223           src/mainwindow.[ch]
5224                 Added --online and --offline command-line
5225                 switches
5226
5227 2002-10-15 [christoph]  0.8.5claws38
5228
5229         * src/procmime.c
5230                 set mimeinfo->name to NULL after g_free to
5231                 avoid double freeing with g_free
5232
5233 2002-10-14 [christoph]  0.8.5claws37
5234
5235         * src/compose.c
5236         * src/filtering.c
5237         * src/summaryview.c
5238                 remove calls to folder->change_flags that are now
5239                 done by procmsg flag functions (seems it is not
5240                 used by any foldertype anyway)
5241         * src/folder.c
5242                 init folder->change_flags with NULL
5243
5244 2002-10-14 [christoph]  0.8.5claws36
5245
5246         * src/folder.[ch]
5247         * src/imap.[ch]
5248                 use virtual functions for folder item new and destroy
5249                 functions
5250
5251 2002-10-14 [melvin]     0.8.5claws35
5252
5253         * src/compose.c
5254                 Added a test to not run the spell checker if no default
5255                 dictionary is available. No dialog is displayed though.
5256
5257 2002-10-14 [melvin]     0.8.5claws34
5258
5259         * src/gtkaspell.c
5260                 Fixed bug in dictionary list context menu where
5261                 "More..." pointed to an emtpy submenu if the
5262                 number of dictionaries is a multiple of 15
5263                 Removed unneeded code in suggestions list creation
5264
5265 2002-10-14 [paul]       0.8.5claws33
5266
5267         * po/bg.po
5268                 updated by George Danchev
5269
5270 2002-10-13 [hoa]        0.8.5claws32
5271
5272         * src/matcher.[ch]
5273           src/matcher_parser_parser.y
5274                 removed the escaped string from internal structure
5275                 of matcher.
5276
5277 2002-10-12 [colin]      0.8.5claws31
5278
5279         * src/gtksctree.[ch]
5280           src/summaryview.c
5281                 Removed useless function gtksctree_reanchor
5282
5283 2002-10-12 [alfons]     0.8.5claws30
5284         
5285         * sync with remaining main changes 2002-10-09 - 2002-10-11
5286         - drop changes to src/compose.c (requires claws specific changes)
5287         
5288 2002-10-12 [alfons]     0.8.5claws29
5289         
5290         * sync with main changes of 2002-10-08
5291         - drop changes to src/compose.c (requires claws specific changes)
5292         - drop changes to src/summaryview.c (requires changes to compose.c)     
5293
5294 2002-10-12 [alfons]     0.8.5claws28
5295         
5296         * sync with main changes of 2002-10-07
5297
5298 2002-10-12 [alfons]     0.8.5claws27
5299
5300         * sync with main changes of 2002-10-04
5301         - drop changes to src/compose.c (requires claws specific changes)
5302         - drop changes to src/prefs_folder_item.c (claws implementation
5303           seems to be working)
5304
5305 2002-10-12 [colin]      0.8.5claws26
5306
5307         * src/mainwindow.c
5308                 Fix folder-flicker when space-reading, introduced 
5309                 in claws22.
5310
5311 2002-10-12 [colin]      0.8.5claws25
5312
5313         * src/compose.c
5314                 Save account address when saving as draft.
5315                 (closes bug 621838)
5316
5317 2002-10-12 [colin]      0.8.5claws24
5318
5319         * src/summaryview.c
5320                 Fix the problem consisting of no message selected
5321                 after the last message in a folder has been moved.
5322
5323 2002-10-12 [paul]       0.8.5claws23
5324
5325         * src/compose.c
5326           src/prefs_template.c
5327           src/template.[ch]
5328                 add Cc and Bcc to templates. Patch submitted by
5329                 John L. Males.
5330
5331 2002-10-12 [colin]      0.8.5claws22
5332
5333         * src/folderview.c
5334                 Fix a bug after "Check for new messages":
5335                 If a folder was opened, it was still selected at
5336                 the end of the check, but displayed empty.
5337         * src/mainwindow.c
5338                 Remove unnecessary check
5339
5340 2002-10-12 [paul]
5341
5342         * tools/README
5343                 be more verbose in the description of
5344                 OOo2sylpheed.pl
5345                 
5346
5347 2002-10-11 [colin]      0.8.5claws21
5348
5349         * src/mainwindow.c
5350                 Make space work (better) when no mail is selected
5351
5352 2002-10-11 [colin]      0.8.5claws20
5353
5354         * src/inc.c
5355           src/news.c
5356                 fix warnings
5357
5358 2002-10-11 [colin]      0.8.5claws19
5359
5360         * src/mainwindow.c
5361                 revert 0.8.5claws6 changes as i couldn't get to
5362                 anything satisfying
5363
5364 2002-10-11 [melvin]     0.8.5claws18
5365
5366         * src/compose.c
5367                 Removed buggy and unused macro (should have been committed in
5368                 0.8.5claws17)
5369
5370 2002-10-11 [melvin]     0.8.5claws17
5371
5372         * src/compose.c
5373                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5374
5375 2002-10-11 [thorsten]   0.8.5claws16 
5376
5377         * src/folderview.c
5378                 remove rescan warning
5379
5380 2002-10-11 [colin]      0.8.5claws15 
5381
5382         * src/procheader.c
5383                 fix a segfault that happens if conv_unmime_header
5384                 fails (should be better to find out why it fails)
5385
5386 2002-10-11 [christoph]  0.8.5claws14
5387
5388         * src/summaryview.c
5389                 update folderview stats after ignore/unignore thread
5390
5391 2002-10-11 [hoa]        0.8.5claws13
5392
5393         * src/quote_fmt_parse.y
5394                 Fixed a yacc/bison syntax error
5395         * src/matcher.c
5396                 Escaping of string is fixed.
5397
5398 2002-10-11 [colin]      0.8.5claws12
5399
5400         * src/imageview.c
5401                 Resize images to fit
5402
5403 2002-10-11 [paul]       0.8.5claws11
5404
5405         * po/es.po
5406                 updated by Ricardo Mones Lastra
5407
5408 2002-10-10 [alfons]     0.8.5claws10
5409
5410         * src/compose.c
5411                 allow dropping files by "moving" files from a file manager,
5412                 not only by the more cumbersome "copying". the latter 
5413                 mostly implies holding down the Control button
5414
5415 2002-10-10 [christoph]  0.8.5claws9
5416
5417         * src/summaryview.c
5418                 update folders after thread building for ignored threads
5419
5420 2002-10-10 [christoph]  0.8.5claws8
5421
5422         * config/.cvsignore
5423                 added Makefile
5424         * src/filtering.[ch]
5425         * src/folder.[ch]
5426         * src/folderview.[ch]
5427         * src/import.c
5428         * src/inc.[ch]
5429         * src/mbox.[ch]
5430         * src/procmsg.c
5431         * src/summaryview.[ch]
5432                 o added new flag need_update to FolderItem
5433                 o removed folder_table from various functions from tracking
5434                   folder updates
5435                 o set need_update flags in folder.c's move, copy and delete
5436                   functions and procmsg's flags functions
5437                 o added function folderview_update_items_when_required that
5438                   updates all folders with need_update set
5439                 o call folderview_update_items_when_required instead of
5440                   folderview_update_item_foreach
5441
5442 2002-10-09 [sergey]     0.8.5claws7
5443
5444         * src/compose.c
5445                 Strip CRs whel loading the text into editor in reedit mode.
5446
5447 2002-10-09 [colin]      0.8.5claws6
5448
5449         * src/mainwindow.c
5450                 Make Space work when no mail is selected
5451
5452 2002-10-09 [colin]      0.8.5claws5
5453
5454         * src/gtksctree.[ch]
5455                 Fix range_select
5456                 Add gtk_sctree_reanchor() 
5457         * src/summaryview.c
5458                 Use gtk_sctree_reanchor() - better fix for 
5459                 bug 60413
5460
5461 2002-10-09 [colin]      0.8.5claws4
5462
5463         * src/summaryview.c
5464                 Fix shift-click select after delete problem
5465                 (closes bug 60413)
5466
5467 2002-10-08 [thorsten]   0.8.5claws3
5468
5469         * src/summaryview.c
5470                 exclude current msg from -hide read messages-
5471
5472 2002-10-08 [colin]      0.8.5claws2
5473
5474         * src/inc.[ch]
5475           src/pop.c
5476           src/recv.c
5477                 Differentiate socket errors from disk full
5478                 errors
5479
5480 2002-10-08 [christoph]  0.8.5claws1
5481
5482         * Makefile.am
5483         * configure.in
5484                 modifications for new config directory
5485
5486         * config.guess  ** REMOVED **
5487         * config.sub    ** REMOVED **
5488         * install-sh    ** REMOVED **
5489         * ltmain.sh     ** REMOVED **
5490         * missing       ** REMOVED **
5491         * mkinstalldirs ** REMOVED **
5492                 these files are autogenerated by automake
5493                 when you run autogen.sh
5494
5495         * config/.cvsignore     ** NEW FILE **
5496         * config/Makefile.am    ** NEW FILE **
5497                 ignore autogenerated files
5498                 create a Makefile in this directory
5499
5500 2002-10-08 [paul]       0.8.5claws
5501
5502         * 0.8.5claws release
5503         
5504         * src/compose.c
5505           src/procheader.c
5506           src/procmsg.c
5507                 fix quote reply format for newsgroups reply bug
5508                 (thanks to Hoa)
5509                 
5510         * po/en_GB.po
5511           po/pl.po
5512                 updated by me and Witold Wladyslaw Wojciech Wilk
5513                 repectively
5514
5515 2002-10-07 [paul]       0.8.3claws53
5516
5517         * po/it.po
5518           po/pt_BR.po
5519           po/sr.po
5520                 updated messages catalogs, submitted by
5521                 Alessandro Maestri, Fabio Jr.Beneditto 
5522                 and Urke MMI, respectively.
5523
5524 2002-10-07 [christoph]  0.8.3claws52
5525
5526         * src/folder.[ch]
5527         * src/folderview.c
5528         * src/mainwindow.c
5529                 fix new folder ghost message bug
5530                 (closes bug [ 619722 ] wrong count for newly created folders)
5531
5532 2002-10-07 [christoph]  0.8.3claws51
5533
5534         * src/compose.c
5535                 fix news posting problem
5536
5537 2002-10-07 [melvin]     0.8.3claws50
5538
5539         * po/fr.po
5540                 Updated French translation
5541
5542 2002-10-05 [christoph]  0.8.3claws49
5543
5544         * src/gtkstext.c
5545                 check if line_start_cache is set in gtk_stext_update_text
5546                 (closes bug [ 618119 ] crash while doing search in folder)
5547
5548 2002-10-05 [christoph]  0.8.3claws48
5549
5550         * src/imap.c
5551         * src/news.c
5552         * src/utils.c
5553         * src/utils.h
5554                 implement cache cleanups for claws' folder system
5555                 (closes bug [ 595916 ] imapcache not cleaned up)
5556
5557 2002-10-05 [melvin]     0.8.3claws47
5558
5559         * src/prefs_actions.c
5560                 Made the help text more clear for the %p token
5561
5562 2002-10-04 [paul]       0.8.3claws46
5563
5564         * sync with 0.8.5
5565                 see ChangeLog 2002-10-02 and 2002-10-03
5566
5567 2002-10-04 [christoph]  0.8.3claws45
5568
5569         * src/inc.c
5570                 fix segfault caused by pop before smtp
5571                 call to inc_account_mail with NULL
5572                 pointer for mainwin
5573
5574 2002-10-04 [paul]       0.8.3claws44
5575
5576         * configure.in
5577                 sync the LDAP detection from 0.8.5cvs1
5578
5579 2002-10-02 [christoph]  0.8.3claws43
5580
5581         * po/de.po
5582                 fix small spelling error
5583
5584 2002-10-02 [melvin]     0.8.3claws42
5585
5586         * ac/aspell.m4
5587                 Behave better and say "no" when test program cannot be run.
5588
5589 2002-10-02 [paul]       0.8.3claws41
5590
5591         * sync with 0.8.4cvs1
5592                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5593                 
5594         * src/summaryview.c
5595                 toggle the behavior of Reply menuitem between
5596                 normal reply and reply-to-list
5597
5598 2002-10-01 [sergey]     0.8.3claws40
5599
5600         * src/compose.c
5601                 Convert newlines in the message text to the canonical form
5602                 before base64 encoding (RFC2045 compliance, fixes some
5603                 interoperability issues with Evolution 1.0.3)
5604
5605 2002-09-29 [colin]      0.8.3claws39
5606
5607         * src/summaryview.c
5608                 Fix an unwanted copy/paste
5609
5610 2002-09-29 [colin]      0.8.3claws38
5611
5612         * src/mainwindow.c
5613                 Renamed "Custom toolbar" to "Customize toolbar"
5614                 Renamed "Show all header" to "Show all headers"
5615                 Renamed "Set diplay item" to "Set displayed items"
5616         * src/prefs_common.c
5617                 Renamed "Show all header" to "Show all headers"
5618         * src/prefs_summary_column.c
5619                 Renamed "diplay item" to "displayed items"
5620
5621 2002-09-29 [colin]      0.8.3claws37
5622
5623         * src/mainwindow.[ch]
5624                 online/offline status pixmaps follow theme
5625                 changes
5626         * src/summaryview.[ch]
5627                 quicksearch pixmap follows theme changes
5628
5629 2002-09-29 [thorsten]   0.8.3claws36
5630
5631         * src/compose.c
5632           src/prefs_folder_item.[ch]
5633                 add default_reply_to folder option (closes patch 581044)
5634
5635 2002-09-29 [christoph]  0.8.3claws35
5636
5637         * acconfig.h    ** REMOVED **
5638         * configure.in
5639         * ac/aspell.m4
5640         * ac/check-type.m4
5641         * ac/gnupg-check-typedef.m4
5642                 fix autoheader 2.50 warning
5643
5644 2002-09-29 [christoph]  0.8.3claws34
5645
5646         * major code cleanup (part 2)
5647         
5648                 - unused variables removed
5649                 - unused functions removed
5650                 - uninitialized variables checked
5651                 - missing return statements added
5652                 - missing function return types added
5653                 - added parentheses around assignment
5654                   when suggested by gcc
5655
5656 2002-09-29 [alfons]     0.8.3claws33
5657
5658         * src/logwindow.c
5659                 log_window_clear(): only bracket gtk_text_forward_delete() 
5660                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5661                 works around GTK text bug)
5662
5663 2002-09-29 [paul]       0.8.3claws32
5664
5665         * po/bg.po
5666           po/sr.po
5667                 updated by George Danchev and Urke MMI
5668                 respectively
5669
5670 2002-09-27 [christoph]  0.8.3claws31
5671
5672         * doc-src/readme.txt
5673         * doc-src/rfc1806.txt   ** REMOVED **
5674         * doc-src/rfc2183.txt   ** NEW FILE **
5675         * doc-src/rfc2980.txt   ** NEW FILE **
5676                 update rfcs
5677
5678 2002-09-27 [melvin]     0.8.3claws30
5679
5680         * ac/aspell.m4
5681                 Fixed typo which could break linking
5682
5683 2002-09-27 [melvin]     0.8.3claws29
5684
5685         * ac/aspell.m4
5686                 Improved GNU/aspell checking. 
5687                 Fixed bug #614490
5688
5689 2002-09-27 [paul]       0.8.3claws28
5690
5691         * sync with 0.8.3cvs8
5692                 see ChangeLog 2002-09-27
5693
5694 2002-09-26 [colin]      0.8.3claws27
5695
5696         * src/toolbar.[ch]
5697           src/mainwindow.[ch]
5698                 Add "Reply to Mailing-list" to the toolbar
5699
5700 2002-09-26 [christoph]  0.8.3claws26
5701
5702         * src/summaryview.c
5703                 Fix wrong message counts in summaryview status
5704
5705 2002-09-26 [paul]       0.8.3claws25
5706
5707         * sync with 0.8.3cvs7
5708                 see ChangeLog 2002-09-26
5709
5710 2002-09-26 [paul]       0.8.3claws24
5711
5712         * sync with 0.8.3cvs6
5713                 see ChangeLog 2002-09-25
5714
5715 2002-09-25 [christoph]  0.8.3claws23
5716
5717         * src/prefs_common.c
5718         * src/prefs_folder_item.c
5719         * src/prefs_scoring.c
5720                 Renamed "kill score" to "hide score" in GUI
5721                 and prefs files
5722
5723 2002-09-25 [paul]       0.8.3claws22
5724
5725         * sync with 0.8.3cvs5
5726                 see ChangeLog 2002-09-24
5727
5728 2002-09-24 [alfons]     0.8.3claws21
5729
5730         patch by Satoshi Nagayasu: allows appending / saving multiple 
5731         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5732         'Save as ...'")
5733
5734         * AUTHORS
5735                 add Satoshi Nagayasu
5736         * src/summaryview.c
5737                 summary_save_as(): allow saving selected files to
5738                 one file
5739                 summary_set_menu_sensitive: enable "Save As..." when
5740                 multiple files are selected
5741         * src/utils.[ch]
5742                 append_file(): new function
5743
5744 2002-09-24 [colin]      0.8.3claws20
5745
5746         * src/procmime.c
5747                 Fix segfault when mimeinfo doesn't have a 
5748                 content_type. 
5749
5750 2002-09-24 [colin]      0.8.3claws19
5751
5752         * src/prefs_common.[ch]
5753                 Add a preference to display send dialog or not
5754         * src/send.c
5755                 Display send dialog according to preference
5756
5757 2002-09-24 [colin]      0.8.3claws18
5758
5759         * src/compose.[ch]
5760                 Disable user actions when sending
5761
5762 2002-09-24 [colin]      0.8.3claws17
5763
5764         * src/procmime.c
5765                 Do not display name or filename for attachments
5766                 with an application/pgp-signature type
5767                 (security flaw, see bug 537413)
5768
5769 2002-09-23 [colin]      0.8.3claws16
5770
5771         * src/editaddress.c
5772                 Initialize entry_email, entry_alias and 
5773                 entry_remarks to first email address of the list
5774
5775 2002-09-23 [colin]      0.83claws15
5776
5777         * src/compose.c
5778                 Drop pgp-signature when reediting a signed queued
5779                 message
5780
5781 2002-09-23 [melvin]     0.8.3claws14
5782
5783         * po/fr.po
5784                 Updated French translation
5785
5786 2002-09-23 [melvin]     0.8.3claws13
5787
5788         * src/mainwindow.c
5789                 Made custom toolbar menu labels more consistent
5790         * src/prefs_toolbar.c
5791                 Made custom toolbar window title more consistent
5792
5793 2002-09-22 [colin]      0.8.3claws12
5794
5795         * src/inc.c
5796                 Initialize session type to normal before getting 
5797                 mail (fixes strange Get behaviour)
5798         * src/prefs_account.h
5799                 Move STYPE_POP_BEFORE_SMTP to last position to 
5800                 avoid other side-effects
5801
5802 2002-09-22 [colin]      0.8.3claws11
5803
5804         * src/prefs_account.c
5805                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5806                 from pop3 to apop or vice-versa
5807
5808 2002-09-22 [colin]      0.8.3claws10
5809         
5810         * src/prefs_account.[ch]
5811                 Add an option for the POP before SMTP timeout
5812         * src/inc.c
5813                 Remember time of last POP connection
5814         * src/send.c
5815                 Do POP before SMTP only if timeout reached
5816
5817 2002-09-22 [oliver]     0.8.3claws9
5818         
5819         * README.claws
5820                 explain custom toolbar
5821
5822 2002-09-22 [oliver]     0.8.3claws8
5823
5824         * src/prefs_actions.[ch]
5825         custom toolbar for compose      
5826                 actions callback from compose toolbar
5827         * src/folderview.c
5828                 remove include toolbar.h
5829
5830 2002-09-22 [oliver]     0.8.3claws7
5831         
5832         * src/prefs_toolbar.[ch]
5833                 custom toolbar for compose
5834                 - generic prefs_toolbar handles both
5835                   Mainwin's toolbar as well as Compose toolbar          
5836
5837 2002-09-22 [oliver]     0.8.3claws6
5838         
5839         * src/toolbar.[ch]
5840                 custom toolbar for compose
5841                 restructure toolbar.[ch]
5842
5843 2002-09-22 [oliver]     0.8.3claws5
5844
5845         * src/compose.[ch]
5846                 custom toolbar for compose
5847
5848 2002-09-22 [oliver]     0.8.3claws4
5849         
5850         * src/mainwindow.[ch]
5851                 custom toolbar for compose 
5852                 move mainwin toolbar back to mainwindow
5853
5854 2002-09-22 [alfons]     0.8.3claws3
5855
5856         * src/procmsg.c
5857                 :%sno/if(/if (/gc
5858                 :%sno/for(/for (/gc
5859                 (beautify)
5860
5861 2002-09-22 [alfons]     0.8.3claws2
5862         
5863         * src/procmsg.c
5864                 procmsg_save_to_outbox(): don't unlink message file from queue;
5865                 callers should do it using folder_item_remove_msg()
5866
5867 2002-09-22 [colin]      0.8.3claws1
5868
5869         * src/mimeview.[ch]
5870                 Made mimeview_check_signature() public
5871         * src/textview.c
5872                 Made GPG signatures verifiable by clicking
5873                 the [application/pgp-signature] in the Text
5874                 view
5875
5876 2002-09-22 [paul]       0.8.3claws
5877
5878         * po/bg.po
5879           po/en_GB.po
5880           po/es.po
5881           po/it.po
5882           po/pl.po
5883           po/pt_BR.po
5884           po/sr.po
5885                 updated translations, submitted by George Danchev,
5886                 me, Ricardo Mones Lastra, Alessandro Maestri,
5887                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5888                 and Urke MMI, respectively.     
5889
5890 2002-09-22 [alfons]     0.8.2claws65
5891
5892         * src/procmsg.c
5893         * src/pgptext.c
5894                 no furry valgrinds have been used to plug these memleaks
5895
5896 2002-09-20 [paul]       0.8.2claws64
5897
5898         * sync with 0.8.3cvs4
5899                 'Select thread' re-implemented 
5900                 see ChangeLog 2002-09-20
5901
5902 2002-09-21 [alfons]     0.8.2claws63
5903
5904         * src/compose.c
5905                 compose_send(): plug unnoticed memleak
5906
5907 2002-09-20 [alfons]     0.8.2claws62
5908
5909         * src/addr_compl.c
5910                 replace_address_in_edit(): strict check for NULL address to
5911                 fix "[ 607348 ] Segfault in address completion". My guess is
5912                 that this happens with an empty address book, but it's good
5913                 to have this check here anyway
5914                 
5915                 completion_window_button_press(): free string returned 
5916                 from the internal cache
5917
5918 2002-09-20 [christoph]  0.8.2claws61
5919
5920         * src/procmime.h
5921                 added ENC_BINARY to EncodingType
5922         * src/procmime.c
5923                 the string returned by procmime_get_encoding_str
5924                 should not depend on the order of values in the
5925                 EncodingType definition
5926         * doc-src/rfc1806.txt   ** NEW FILE **
5927                 Added rfc1806 about MIME Content-Disposition
5928                 Extension
5929
5930 2002-09-19 [paul]       0.8.2claws60
5931
5932         * sync with 0.8.2cvs3
5933                 see ChangeLog 2002-09-19
5934
5935 2002-09-19 [paul]       0.8.2claws59
5936
5937         * src/prefs_folder_item.c
5938                 revert to Darko's original alignment of colour
5939                 selector button
5940                 add a colon to folder_color label
5941                 
5942         * src/compose.c
5943                 add Colin's patch (with Hiro's modifications) to 
5944                 force BASE64 encoding for 8-bit text when signing
5945                 (sync with 0.8.3cvs2)
5946
5947 2002-09-18 [alfons]     0.8.2claws58
5948
5949         * src/compose.c
5950                 :%sno/if(/if (/gc
5951                 :%sno/for(/for (/gc
5952                 (beautify a little bit)
5953
5954 2002-09-18 [christoph]  0.8.2claws57
5955
5956         * src/pine.c
5957                 fix handling of fgetc return value
5958
5959 2002-09-17 [alfons]     0.8.2claws56
5960         
5961         * src/summaryview.c
5962                 summary_sort(): check non-NULL summaryview->folder_item when no 
5963                 folder is selected at all
5964                 (closes "[ 610344 ] sort label make syl Crash")
5965
5966 2002-09-17 [alfons]     0.8.2claws55
5967         
5968         * src/compose.c
5969                 beautify a little bit
5970
5971 2002-09-17 [christoph]  0.8.2claws54
5972
5973         * src/folder.c
5974                 initialize max values for cache and folder
5975                 when cache or folder is empty
5976
5977 2002-09-15 [colin]      0.8.2claws53
5978
5979         * src/compose.c
5980                 Fix a leak (thanks Alfons!) and cleaned
5981                 variables names for custom headers
5982
5983 2002-09-15 [colin]      0.8.2claws52
5984
5985         * src/compose.c
5986                 Fix custom headers recognition when
5987                 prefs_common.trans_hdr is on
5988
5989 2002-09-15 [colin]      0.8.2claws51
5990
5991         * src/compose.c
5992                 Allow dynamically-added custom headers
5993                 Yet not reparsed if reedited
5994
5995 2002-09-15 [alfons]     0.8.2claws50
5996
5997         * src/prefs_account.c
5998                 fix warnings
5999
6000 2002-09-15 [colin]      0.8.2claws49
6001         
6002         * src/prefs_account.c
6003                 fix pop_before_smtp sensitivity
6004
6005 2002-09-15 [colin]      0.8.2claws48
6006
6007         * src/inc.[ch]
6008                 add inc_pop_before_smtp()
6009                 allow MainWindow to be undefined in 
6010                 inc_account_mail() and inc_start()
6011         * src/pop.c
6012           src/prefs_account.h
6013                 add STYPE_POP_BEFORE_SMTP session type
6014         * src/prefs_account.c
6015                 activated pop before smtp option
6016         * src/send.c
6017                 do pop before smtp if the relevant option 
6018                 is set
6019
6020 2002-09-15 [paul]       0.8.2claws47
6021
6022         * sync with 0.8.3
6023                 see ChangeLog 2002-09-15
6024
6025 2002-09-14 [paul]       0.8.2claws46
6026
6027         * po/bg.po
6028                 updated Bulgarian translation, submitted by
6029                 George Danchev
6030
6031 2002-09-13 [paul]       0.8.2claws45
6032
6033         * src/compose.c
6034                 merge claws' select_account() with main's
6035                 (new) compose_select_account(). [sync with
6036                 0.8.2cvs15, see ChangeLog 2002-09-11]
6037
6038 2002-09-12 [christoph]  0.8.2claws44
6039
6040         * src/filter.c
6041                 allocate 1 elements of FolderItem not 0
6042
6043 2002-09-12 [colin]      0.8.2claws43
6044
6045         * src/compose.c
6046                 Fix bug #590825 (obey Follow-up: poster)
6047
6048 2002-09-12 [colin]      0.8.2claws42
6049
6050         * src/procmime.c
6051                 Fix bug #557009 (wrong headers for messages 
6052                 forwarded as attachments)
6053
6054 2002-09-11 [colin]      0.8.2claws41
6055         
6056         * src/compose.c
6057                 Put SCF: pseudo-header on top of message
6058                 Set draft tmp_flag when saved as draft
6059
6060         * src/procmsg.c
6061           src/procheader.c
6062                 Skip after first \n\n for beginning of real message
6063                 for drafts too
6064
6065 2002-09-11 [christoph]  0.8.2claws40
6066
6067         * src/filtering.c
6068                 use procmsg flag functions in filtering or processing
6069                 will cause incorrect folder message counts
6070
6071 2002-09-11 [colin]      0.8.2claws39
6072
6073         * src/compose.c
6074                 Fix bug #550175 - wrong save folder when reediting
6075                 drafts
6076
6077 2002-09-11 [paul]       0.8.2claws38
6078
6079         * sync with 0.8.2cvs14
6080                 see ChangeLog 2002-09-11
6081
6082 2002-09-11 [colin]      0.8.2claws37
6083
6084         * src/folder.c
6085                 Fix a typo (seeming to cause new/unread status to
6086                 be lost)
6087
6088 2002-09-10 [christoph]  0.8.2claws36
6089
6090         * src/compose.c
6091                 compose_redirect should not use compose_generic_new
6092                 because that does more stuff than expected including
6093                 opening the external editor
6094                 (closes bug "[ 526608 ] bounced messages appear blank
6095                  in editor")
6096
6097 2002-09-10 [christoph]  0.8.2claws35
6098
6099         * src/folder.c
6100                 fix problem with too large message number range
6101                 causing a crash in folder_item_scan
6102
6103 2002-09-10 [paul]       0.8.2claws34
6104
6105         * sync with 0.8.2cvs13
6106                 see ChangeLog 2002-09-10
6107
6108 2002-09-10 [christoph]  0.8.2claws33
6109
6110         * src/msgcache.c
6111                 set MsgInfo TmpFlags for queue and draft folders
6112                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6113
6114 2002-09-10 [paul]       0.8.2claws32
6115
6116         * AUTHORS
6117           po/bg.po      ** NEW FILE **
6118                 new Bulgarian translation submitted by
6119                 George Danchev <danchev@spnet.net>
6120                 
6121         * tools/Makefile.am
6122           tools/README
6123           tools/tb2sylpheed     ** NEW FILE **
6124                 add script that converts an addressbook exported
6125                 from The Bat! into a Sylpheed addressbook. Submitted
6126                 by Urke MMI <urke-kg@eunet.yu>
6127
6128 2002-09-10 [paul]       0.8.2claws31
6129
6130         * sync with 0.8.2cvs12
6131                 see ChangeLog 2002-09-10
6132
6133 2002-09-06 [paul]       0.8.2claws30
6134
6135         * src/prefs_common.c
6136                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6137                 
6138         * tools/Makefile.am
6139           tools/README
6140           tools/ldif-to-xml.py  ** REMOVED **
6141                 remove obsolete python script
6142
6143 2002-09-06 [paul]       0.8.2claws29
6144
6145         * sync with 0.8.2cvs10
6146                 see ChangeLog 2002-09-06
6147
6148 2002-09-04 [paul]       0.8.2claws28
6149
6150         * sync with 0.8.2cvs9
6151                 see ChangeLog 2002-08-04
6152
6153 2002-09-04 [colin]      0.8.2claws27 
6154
6155         * src/prefs_common.[ch]
6156                 Added signature color configuration
6157         * src/textview.c
6158                 Use user-specified signature color
6159
6160 2002-09-03 [colin]      0.8.2claws26
6161
6162         * src/prefs_common.[ch]
6163                 Added autosave and autosave_length prefs
6164         * src/compose.c
6165                 Added compose_remove_draft()
6166                 Auto-save drafts according to the prefs
6167         * src/main.c
6168                 Added a crash-indicator file, allowing to check
6169                 for new messages on startup if Sylpheed crashed
6170                 (makes saved drafts "reappear")
6171
6172 2002-09-03 [colin]      0.8.2claws25
6173
6174         * src/textview.[ch]
6175                 Grey the signature
6176
6177 2002-09-03 [paul]       0.8.2claws24
6178
6179         * sync with 0.8.2cvs8
6180                 see ChangeLog 2002-09-02 and 2002-09-03
6181
6182 2002-09-03 [darko]      0.8.2claws23
6183
6184         * src/folderview.c
6185                 use normal style when creating new folder to pick
6186                 proper font size 
6187
6188 2002-09-02 [melvin]     0.8.2claws22
6189
6190         * src/gtkaspell.m4
6191                 removed some obsolete code
6192
6193 2002-09-02 [melvin]     0.8.2claws21
6194
6195         * ac/aspell.m4
6196                 fixed test's equality sign (== to =)
6197
6198 2002-09-02 [alfons]     0.8.2claws20
6199
6200         * src/folder.c
6201         * src/mh.c
6202                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6203                 as folder->destroy virtual as suggested by Hiro
6204                 (the mh.c code seems to have been lost around mh.c.1.21)
6205
6206 2002-09-02 [paul]       0.8.2claws19
6207
6208         * po/pt_BR.po
6209                 updated by Fabio Jr. Beneditto
6210                 
6211         * src/defs.h
6212                 use 'http://claws.sylpheed.org' for homepage link. 
6213                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6214
6215 2002-09-01 [alfons]     0.8.2claws18
6216
6217         * src/mh.c
6218                 plug memleak related to one Martin Kluge found
6219
6220 2002-08-31 [paul]       0.8.2claws17
6221
6222         * sync with 0.8.2cvs6
6223                 see ChangeLog 2002-08-30
6224
6225 2002-08-31 [alfons]     0.8.2claws16
6226
6227         * src/folder.c
6228                 folder_destroy(): remove mailbox from folderlist even if it has
6229                 no destroy virtual
6230
6231 2002-08-31 [alfons]     0.8.2claws15
6232
6233         * src/folder.c
6234                 :%sno/if(/if (/gc
6235                 :%sno/for(/for (/gc
6236                 (being pedantic I know)
6237
6238 2002-08-31 [alfons]     0.8.2claws14
6239
6240         * src/folder.c
6241                 check for NULL pointers returned from folder->fetch_msginfo virtual
6242                 (should solve some reported crashes)
6243
6244 2002-08-30 [alfons]     0.8.2claws13
6245
6246         * acconfig.h
6247         * configure.in
6248         * src/crash.c
6249                 enable crash dialog on compilation time
6250                 (--enable-crash-dialog configure option)
6251
6252 2002-08-30 [alfons]     0.8.2claws12
6253
6254         * AUTHORS
6255                 add Martin Kluge
6256         * src/mh.c
6257                 apply memory leak plug patch by Martin Kluge
6258                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6259                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6260                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6261
6262 2002-08-30 [darko]      0.8.2claws11
6263
6264         * src/folderview.c
6265                 copy Gtk style from normal style to match
6266                 font size for coloured folders
6267
6268 2002-08-29 [alfons]     0.8.2claws10
6269
6270         * sylpheed.desktop
6271                 Type=Internet <- Type=Application
6272                 (reported by Michael Schwendt, see:
6273                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6274                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6275
6276 2002-08-29 [paul]       0.8.2claws9
6277
6278         * sync with 0.8.2cvs5
6279                 see ChangeLog 2002-08-29
6280
6281 2002-08-29 [colin]      0.8.2claws8
6282
6283         * src/summaryview.c
6284                 Added a sanity check in summary_select_thread
6285                 Should fix bug 601605
6286
6287 2002-08-29 [colin]      0.8.2claws7
6288
6289         * src/main.c
6290                 Revert claws6 changes regarding bug #591676
6291
6292 2002-08-28 [colin]      0.8.2claws6
6293         
6294         * src/main.c
6295                 Ignore cache for queue folderitems
6296                 Fix bug #591676
6297
6298 2002-08-28 [melvin]     0.8.2claws5
6299
6300         * README.claws
6301                 Fixed typos.
6302
6303 2002-08-28 [melvin]     0.8.2claws4
6304
6305         * README.claws
6306                 Updated a bit the text concerning the spell checker
6307
6308 2002-08-28 [melvin]     0.8.2claws3
6309
6310         Merged the GNU_aspell_branch:
6311                 Support of new GNU/aspell is now included and the old pspell
6312                 is not supported anymore.
6313                 See README.claws
6314
6315         * README.claws
6316                 Updated spell checker text to reflect the switch to GNU/aspell
6317
6318         * ac/aspell.m4          *** NEW ***
6319         * src/gtkaspell.[ch]    *** NEW *** 
6320         * ac/pspell.m4          *** DELETED *** 
6321         * src/gtkspell.[ch]     *** DELETED ***
6322
6323         * ac/Makefile.am
6324                 Updated for GNU/aspell support
6325
6326         * po/POTFILES.in
6327                 Replaced gtkspell.c by gtkaspell.c
6328
6329         * acconfig.h
6330         * src/Makefile.am
6331         * src/about.c
6332         * src/compose.[ch]
6333         * src/crash.c
6334         * src/main.c
6335         * src/prefs_common.[ch]
6336                 Updated for GNU/aspell support
6337
6338 2002-08-28 [paul]       0.8.2claws2
6339
6340         * sync with 0.8.2cvs4
6341                 see ChangeLog 2002-08-27 and 2002-08-28
6342
6343 2002-08-28 [colin]      0.8.2claws1
6344
6345         * src/summary_search.c
6346                 Added "AND search"
6347
6348 2002-08-28 [jens]       0.8.2claws
6349
6350         *po/de.po
6351                 Updated German translations
6352
6353 2002-08-27 [melvin]     0.8.2claws
6354
6355         * po/fr.po
6356                 Updated French translations
6357
6358 2002-08-27 [paul]       0.8.2claws
6359
6360         * sync with 0.8.2 main release
6361
6362         * po/en_GB.po
6363           po/es.po
6364           po/it.po
6365           po/pl.po
6366           po/pt_BR.po
6367           po/sr.po
6368                 updated message catalogs submitted by
6369                 Ricardo Mones Lastra, Alessandro Maestri,
6370                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6371                 Beneditto and Urke MMI  
6372
6373 2002-08-27 [hoa]        0.8.1claws123
6374
6375         * src/mainwindow.[ch]
6376         * src/summaryview.[ch]
6377                 removed the "filter setting" menu option.
6378                 add a "cancel a news message" menu option.
6379
6380 2002-08-26 [martin]     0.8.1claws122
6381
6382         * ChangeLog.claws
6383                 changed string under 0.8.1claws79 changed by myself
6384                 i'm sorry alfons :(
6385
6386 2002-08-26 [martin]     0.8.1claws121
6387
6388         * src/crash.c
6389                 added kill command to debuggerrc to start crash dialog
6390
6391 2002-08-26 [paul]       0.8.1claws120
6392
6393         * sync with 0.8.1cvs31
6394                 see ChangeLog 2002-08-26
6395
6396 2002-08-25 [alfons]     0.8.1claws119
6397
6398         * src/procmsg.c
6399                 fix bug that didn't send out correct headers to news server
6400                 when sending news article and email from queue (bug reported
6401                 and patch provided by Tim Mann; closes bug 
6402                 "[ 583196 ] 0.7.8claws can't post news")
6403
6404 2002-08-25 [alfons]     0.8.1claws118
6405
6406         * src/selective_download.c
6407                 mark two strings as translatable
6408                 (thanks to Urke MMI for pointing this out)
6409
6410 2002-08-25 [alfons]     0.8.1claws117
6411
6412         * src/summaryview.c
6413                 treat sent boxes as special and allow sorting them by addressee
6414                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6415                 submitted by Steve Lamb)
6416
6417 2002-08-24 [alfons]     0.8.1claws116
6418
6419         * src/matcher.c
6420                 fix memleak reported by Martin Kluge
6421                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6422
6423 2002-08-24 [oliver]     0.8.1claws115
6424
6425         * src/prefs_toolbar.c
6426                 o code cleanup as suggested by Alfons
6427                 o memleak fix
6428
6429 2002-08-24 [alfons]     0.8.1claws114
6430
6431         * src/summaryview.c
6432                 o fix another memory leak reported by Martin Kluge
6433                   (see "[ 599568 ] Small Memory Leak")
6434                 o remove 'from' variable from 'summary_set_header()'; we can
6435                   do with just 'to' 
6436
6437 2002-08-24 [paul]       0.8.1claws113
6438
6439         * sync with 0.8.1cvs30
6440                 see ChangeLog 2002-08-23
6441
6442 2002-08-24 [alfons]     0.8.1claws112
6443
6444         * src/summaryview.c
6445                 remove unnecessary allocations for search bar fixing leaks
6446                 reported by Martin Kluge
6447                 (see "[ 599451 ] Further memory leaks?")
6448
6449 2002-08-24 [alfons]     0.8.1claws111
6450
6451         * src/main.c
6452                 make get_socket_name() public for crash.c
6453         * src/crash.c
6454                 o make report bug button work (goes to claws' 
6455                   bug tracker at sf.net)
6456                 o introduce function for doing important stuff just
6457                   before claws goes down
6458                 o clean up code 
6459
6460 2002-08-24 [alfons]     0.8.1claws110
6461
6462         * src/compose.c
6463                 move cursor to "To" entry when forwarding as attachment
6464                 (reported and solved by Steve Lamb, closes bug report
6465                 "[ 592880 ] Forward as attachment; cursor not in to")
6466
6467 2002-08-24 [colin]      0.8.1claws109
6468
6469         * src/mainwindow.c
6470                 fix quick search visibility after GUI (de)separations.
6471
6472 2002-08-23 [colin]      0.8.1claws108
6473
6474         * src/mainwindow.c
6475                 fix header pane visibility after folderview or
6476                 messageview (de)separation
6477
6478 2002-08-23 [paul]       0.8.1claws107
6479
6480         * src/mainwindow.[ch]
6481           src/toolbar.c
6482                 give full control of display or non-display 
6483                 of the Execute icon to Custom toolbar settings.
6484                 add new sensitivity condition to maninwindow.h: 
6485                 M_DELAY_EXEC
6486
6487         * ChangeLog
6488           ChangeLog.jp
6489           NEWS
6490                 more sync with 0.8.1cvs29
6491
6492 2002-08-23 [melvin]     0.8.1claws106
6493
6494         * src/alertpanel.c
6495                 Readded support for custom widget in alertpanel lost in last
6496                 sync.
6497
6498 2002-08-23 [paul]       0.8.1claws105
6499
6500         * sync with 0.8.1cvs29
6501                 see ChangeLog 2002-08-23
6502
6503 2002-08-23 [colin]      0.8.1claws104
6504
6505         * src/summaryview.c
6506                 Fix folder and search pixmaps exchanging positions
6507                 after theme or toolbar changes. Thank to Oliver for 
6508                 reporting this.
6509
6510 2002-08-23 [colin]      0.8.1claws103
6511
6512         * src/mainwindow.c
6513           src/messageview.[ch]
6514           src/noticeview.[ch]
6515           src/summaryview.c
6516                 Changed messageview_create() and noticeview_create()
6517                 to avoid the last gdk_warning
6518
6519 2002-08-22 [colin]      0.8.1claws102
6520
6521         * src/summaryview.c
6522                 Fix my new `Creating pixmap from xpm' warning
6523
6524 2002-08-22 [colin]      0.8.1claws101
6525
6526         * src/mainwindow.c
6527                 Fix some of the gdk warnings
6528
6529 2002-08-22 [colin]      0.8.1claws100
6530
6531         * src/Makefile.am
6532         * src/stock_pixmap.c
6533         * src/stock_pixmap.h
6534         * src/pixmaps/quicksearch.xpm *ADDED*
6535                 Add the quicksearch pixmap
6536         * src/mainwindow.c
6537         * src/summaryview.c
6538         * src/summaryview.h
6539                 Make quicksearch bar visible/hidden via a button
6540
6541 2002-08-22 [christoph]  0.8.1claws99
6542
6543         * src/folder.c
6544                 fix folder update for newsgroups with message
6545                 numbers below minimum number of articles to fetch
6546                 (closes bug #598445)
6547
6548 2002-08-22 [paul]       0.8.1claws98
6549
6550         * sync with 0.8.1cvs28
6551                 see ChangeLog 2002-08-22
6552
6553 2002-08-21 [alfons]     0.8.1claws97
6554
6555         * src/crash.c
6556                 use bt instead of bt full which seems to work 
6557                 better, and bt full doesn't give a great deal 
6558                 of information anyway
6559
6560 2002-08-21 [colin]      0.8.1claws96
6561
6562         * src/summaryview.c
6563                 fix summaryview_searchtype_changed prototype
6564
6565 2002-08-21 [christoph]  0.8.1claws95
6566
6567         * src/mainwindow.c
6568                 o fix broken menu update for sorting type, we have to
6569                   get this info from the summaryview now
6570                 o removed setting of threaded state in menu callback
6571         * src/summaryview.[ch]
6572                 more summaryview/folderitem seperation for
6573                 threading option
6574         * configure.in
6575                 removed not required --with-compiler-flags option
6576
6577 2002-08-21 [oliver]     0.8.1claws94
6578         
6579         * src/toolbar.h 
6580                 o rename toolbar.xml to toolbar_main.xml
6581                   since toolbar_compose.xml might come up 
6582                   any time soon
6583         * README.claws
6584                 add custom toolbar              
6585
6586 2002-08-21 [darko]      0.8.1claws93
6587
6588         * src/procmsg.c
6589                 don't reset tmp flags for messages copied
6590                 to sent folder
6591
6592 2002-08-21 [colin]      0.8.1claws92
6593         
6594         * src/prefs_filtering.c
6595                 fix renaming rules on folder rename 
6596                 when folder is not a leaf folder
6597
6598 2002-08-21 [paul]       0.8.1claws91
6599
6600         * src/prefs_folder_item.c
6601                 fix alignment of colour selector
6602
6603 2002-08-21 [paul]       0.8.1claws90
6604
6605         * sync with 0.8.1cvs27
6606                 see ChangeLog 2002-08-21
6607
6608 2002-08-21 [paul]       0.8.1claws89
6609
6610         * src/summaryview.c
6611                 fix crash when changing field type in
6612                 Quick search bar
6613
6614 2002-08-21 [colin]      0.8.1claws88
6615
6616         * src/summaryview.c
6617                 Made quick search case-insensitive
6618
6619 2002-08-21 [paul]       0.8.1claws87
6620
6621         * sync with 0.8.1cvs26
6622                 see ChangeLog 2002-08-21
6623
6624 2002-08-20 [christoph]  0.8.1claws86
6625
6626         * src/folderview.c
6627         * src/main.c
6628         * src/summaryview.[ch]
6629                 more summaryview/folderitem seperation for
6630                 sort_key and sort_type
6631         * src/procmsg.c
6632                 added missing return statement
6633
6634 2002-08-20 [colin]      0.8.1claws85
6635
6636         * src/summaryview.[ch]
6637                 Added a quick search box
6638         * src/mainwindow.c
6639         * src/prefs_common.[ch]
6640                 Added a show/hide option for the quick search
6641
6642 2002-08-20 [oliver]     0.8.1claws84
6643         
6644         * src/mainwindow.c
6645                 remove toolbar_create_popups
6646         * src/toolbar.[ch]
6647                 o remove toolbar_create_popups
6648                 o fix toolbar_set_sensitive 
6649                   (Bug reports #596834 and #596832)     
6650         * src/prefs_toolbar.c
6651                 o add "Set default" button
6652                 o align label and text + combo widgets
6653
6654 2002-08-20 [hoa]        0.8.1claws83bis
6655
6656         * src/imap.c
6657                 fixed a bug in imap_fetch_msginfo() in case there is no
6658                 current folder.
6659
6660 2002-08-20 [darko]      0.8.1claws83
6661
6662         * src/folderview.c
6663                 copy the color style of folder view so it
6664                 works with GTK themes
6665
6666 2002-08-20 [darko]      0.8.1claws82
6667
6668         * src/folder.h
6669         * src/folderview.c
6670         * src/prefs_folder_item.[hc]
6671                 don't use UI stuff in folder.h
6672
6673 2002-08-20 [darko]      0.8.1claws81
6674
6675         * src/folder.h
6676         * src/prefs_folder_item.h
6677         * src/folderview.c
6678         * src/prefs_folder_item.c
6679                 ability to set folder color in folderview
6680
6681 2002-08-19 [alfons]     0.8.1claws80
6682
6683         * src/summaryview.c
6684                 fix one of the earlier memleaks reported by Martin Kluge
6685
6686 2002-08-19 [alfons]     0.8.1claws79
6687
6688         * src/mainwindow.c
6689                 hide notice view when selecting seperate folder
6690                 view (reported by Urke MMI)
6691
6692 2002-08-19 [christoph]  0.8.1claws78
6693
6694         * src/folderview.c
6695         * src/prefs_folder_item.h
6696         * src/summaryview.[ch]
6697                 o add summary_set_prefs_from_folderitem to set
6698                   summaryview prefs (first step to remove all
6699                   references to the folderitem in summaryview)
6700                 o moved compiled regex stuff from folderitem prefs
6701                   to summaryview code
6702
6703 2002-08-19 [paul]       0.8.1claws77
6704
6705         * src/compose.c
6706                 add check for '.' to QUOTE_IF_REQUIRED
6707
6708 2002-08-19 [paul]       0.8.1claws76
6709
6710         * src/inc.c
6711                 sync with 0.8.1cvs25 (plug memory leak)
6712
6713         * src/prefs_toolbar.c
6714                 re-order prefs_toolbar_cancel()
6715
6716 2002-08-18 [alfons]     0.8.1claws75
6717
6718         * src/inc.c
6719         * src/matcher.c
6720                 plug other memleaks reported by Martin Kluge
6721
6722 2002-08-18 [paul]       0.8.1claws74
6723
6724         * po/pt_BR.po
6725                 updated by Fabio Jr. Beneditto
6726
6727 2002-08-18 [paul]       0.8.1claws73
6728
6729         * src/toolbar.[ch]
6730                 fix bug where tooltips were displayed untranslated              
6731
6732         * src/prefs_toolbar.c
6733                 fix bug where clicking 'Cancel' creates an icon & text
6734                 toolbar regardless of prefs
6735         
6736
6737 2002-08-17 [oliver]     0.8.1claws72
6738
6739         * src/prefs_toolbar.c
6740                 update toolbar on CANCEL
6741                 bug reported by Martin Kluge
6742         * src/toolbar.c
6743                 toolbar_destroy memleak fixed           
6744
6745 2002-08-17 [alfons]     0.8.1claws71
6746
6747         * src/toolbar.c
6748                 plug another memleak reported by Martin Kluge
6749
6750 2002-08-16 [alfons]     0.8.1claws70
6751
6752         * src/crash.c
6753                 use execvp() correctly (suggested by wwp; thanks!)
6754
6755 2002-08-16 [alfons]     0.8.1claws69
6756
6757         * src/gtksctree.c
6758                 plug memory leak reported by Kim Schultz & Martin Kluge
6759
6760 2002-08-16 [paul]       0.8.1claws68
6761
6762         * po/es.po
6763                 updated by Ricardo Mones Lastra
6764
6765 2002-08-16 [paul]       0.8.1claws67
6766
6767         * src/toolbar.h
6768                 fix bug where 'Compose News' icon showed wrong
6769                 tooltip
6770
6771 2002-08-16 [paul]       0.8.1claws66
6772
6773         * sync with 0.8.1cvs24
6774                 see ChangeLog 2002-08-16
6775
6776         * po/it.po
6777                 updated by Alessandro Maestri
6778
6779 2002-08-15 [paul]       0.8.1claws65
6780
6781         * po/sr.po
6782                 updated by Urke MMI
6783
6784 2002-08-15 [paul]       0.8.1claws64
6785
6786         * src/*.c
6787                 don't translate debug info
6788
6789         * src/matcher.[ch]
6790                 add copyright info
6791
6792 2002-08-15 [paul]       0.8.1claws63
6793
6794         * src/prefs_toolbar.c
6795                 fix bug where clicking 'OK' creates an icon & text
6796                 toolbar regardless of prefs
6797
6798 2002-08-14 [alfons]     0.8.1claws62
6799
6800         * src/main.c
6801                 add global var that has the full argv[0]
6802         * src/crash.c
6803                 o execvp the correct sylpheed by using argv0
6804                   and setting the correct work dir
6805                 o other tweaks  
6806
6807 2002-08-14 [oliver]     0.8.1claws61
6808         
6809         * enable/disable Toolbar Action Buttons 
6810         * code cleanups
6811         * src/mainwindow.c
6812         * src/toolbar.[ch]      
6813         * src/prefs_toolbar.c   
6814
6815 2002-08-14 [melvin]     0.8.1claws60
6816
6817         * po/fr.po
6818                 Updated French translations
6819
6820 2002-08-14 [melvin]     0.8.1claws59
6821
6822         * src/crash.c
6823                 Made bug report not translatable
6824         * src/exporthtml.c
6825                 Fixed exporthtml_build_filespec() return value
6826         * src/foldersel.c
6827                 Fixed incorrect include file
6828         * src/gtkspell.c
6829         * src/prefs_actions.c
6830         * src/prefs_toolbar.c
6831                 Made debug info not translatable
6832         * src/mutt.c
6833         * src/quote_fmt.c
6834                 Added missing includes
6835         * src/prefs_common.c
6836                 Fixed typo
6837
6838 2002-08-14 [paul]       0.8.1claws58
6839
6840         * faq/es/sylpheed-faq.html
6841           faq/es/sylpheed-faq-[1-3].html
6842           faq/es/sylpheed-faq-4.html     **NEW FILE **
6843                 update Spanish FAQ
6844
6845 2002-08-13 [christoph]  0.8.1claws57
6846
6847         * src/procmsg.c
6848                 ignore thread fix that did not mark all
6849                 child nodes of a ignored thread as
6850                 ignored. Does not work perfectly yet,
6851                 but it is better now
6852
6853 2002-08-13 [alfons]     0.8.1claws56
6854
6855         * src/crash.c
6856                 o implement 'save crash log'
6857                 o some tweaks
6858
6859 2002-08-13 [melvin]     0.8.1claws55
6860
6861         * src/main.c
6862                 removed unrequired "execinfo.h" header
6863
6864 2002-08-12 [paul]       0.8.1claws54
6865
6866         * faq/en/sylpheed-faq.html
6867           faq/en/sylpheed-faq-[1-3].html
6868           faq/en/sylpheed-faq-4.html     **NEW FILE **
6869                 update English FAQ
6870
6871 2002-08-12 [alfons]     0.8.1claws53
6872
6873         * po/POTFILES.in
6874                 add crash.c to translatables
6875         * src/crash.c
6876                 bring in Leandro's crash dialog
6877
6878 2002-08-11 [alfons]     0.8.1claws52
6879
6880         * src/crash.c
6881                 clean up some warnings
6882
6883 2002-08-11 [alfons]     0.8.1claws51
6884
6885         * acconfig.h
6886         * configure.in
6887         * src/crash.[ch]        ** NEW FILES **
6888         * src/main.c            
6889                 initial gdb crash handler
6890
6891 2002-08-11 [paul]       0.8.1claws50
6892
6893         * src/prefs_toolbar.c
6894                 replace Up/Down arrow pixmaps with text to be
6895                 consistent across icon themes
6896
6897 2002-08-11 [paul]       0.8.1claws49
6898
6899         * src/prefs_common.c
6900           src/prefs_toolbar.c
6901                 rename 'Pixmap' -> 'Icon'
6902
6903         * src/toolbar.[ch]
6904                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6905
6906 2002-08-10 [paul]       0.8.1claws48
6907
6908         * src/prefs_toolbar.c
6909                 re-work the UI
6910
6911 2002-08-10 [paul]       0.8.1claws47
6912
6913         * src/main.c
6914                 don't write Processing progress to status bar
6915                 patch submitted by Alexander Evseev
6916
6917         * src/prefs_toolbar.c
6918                 re-position and resize window
6919                 make window assume correct size on first call
6920
6921 2002-08-10 [paul]       0.8.1claws46
6922
6923         * src/mainwindow.c
6924           src/prefs_toolbar.c
6925           src/toolbar.c
6926           src/toolbar.h
6927                 obey coding style
6928                 follow UI text conventions
6929
6930 2002-08-10 [alfons]     0.8.1claws45
6931
6932         * src/toolbar.c
6933                 correct pixmap for delete action
6934
6935 2002-08-10 [paul]       0.8.1claws44
6936
6937         * po/pt_BR.po
6938                 updated by Fabio Jr. Beneditto
6939
6940 2002-08-10 [paul]       0.8.1claws43
6941
6942         * po/POTFILES.in
6943                 add custom toolbar files
6944
6945 2002-08-10 [paul]       0.8.1claws42
6946
6947         * sync with 0.8.1cvs22
6948                 see ChangeLog 2002-08-09
6949
6950 2002-08-09 [paul]       0.8.1claws41
6951
6952         * tools/Makefile.am
6953           tools/README
6954           tools/outlook2sylpheed.pl     ** NEW FILE **
6955                 add script to convert exported Outlook
6956                 contacts list to a Sylpheed addressbook.
6957                 Submitted by Ricardo Mones Lastra.
6958
6959 2002-08-09 [paul]       0.8.1claws40
6960
6961         * AUTHORS
6962           configure.in
6963           po/sr.po      ** NEW FILE **
6964                 add Serbian message catalog. Submitted by
6965                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
6966
6967 2002-08-09 [paul]       0.8.1claws39
6968
6969         * sync with 0.8.1cvs21
6970                 see ChangeLog 2002-08-08
6971
6972 2002-08-08 [oliver]     0.8.1claws38
6973
6974         * src/mainwindow.c
6975                 move Custom Toolbar to Configuration menu
6976
6977 2002-08-08 [oliver]     0.8.1claws37
6978
6979         * src/prefs_toolbar.c
6980                 fix substitute pixmap bug
6981
6982 2002-08-08 [paul]       0.8.1claws36
6983
6984         * sync with 0.8.1cvs19
6985                 see ChangeLog 2002-08-08
6986
6987 2002-08-07 [christoph]  0.8.1claws35
6988
6989         * src/utils.c
6990                 fixed a memory leak in new canonicalize_file_replace
6991
6992 2002-08-07 [christoph]  0.8.1claws34
6993
6994         * src/utils.[ch]
6995                 o canonicalize_file_replace should create the temporary
6996                   file in the same directory as the original file.
6997                 o added get_tmpfile_in_dir that creates a temorary file
6998                   in a specified directory.
6999
7000 2002-08-07 [melvin]     0.8.1claws33
7001
7002         * src/toolbar.c
7003                 fixed bug where 'Article' button acted as 'Email' button.
7004
7005 2002-08-07 [paul]       0.8.1claws32
7006
7007         * sync with 0.8.1.cvs17
7008                 see ChangeLog 2002-08-07
7009
7010 2002-08-07 [colin]      0.8.1claws31
7011         
7012         * src/news.c
7013                 fix mass-cancel problem
7014
7015 2002-08-07 [thorsten]   0.8.1claws30
7016
7017         * src/prefs_toolbar.c
7018                 fix: crash on replace or add new button
7019         * src/toolbar.c
7020                 fix: close xmlfile after reading
7021         * src/utils.c
7022                 fix: unlink() file before rename()
7023
7024 2002-08-06 [paul]       0.8.1claws29
7025
7026         * sync with 0.8.cvs15
7027                 see ChangeLog 2002-08-06
7028
7029 2002-08-06 [oliver]     0.8.1claws28
7030
7031         * src/toolbar.c
7032         * src/prefs_toolbar.c
7033                 fixed empty toolbar issue
7034
7035 2002-08-06 [oliver]     0.8.1claws27
7036
7037         * Custom Toolbar Final 
7038         * src/folderview.c
7039         * src/inc.c
7040         * src/summaryview.c
7041                 o toolbar stuff now lives in src/toolbar.[ch]
7042                 o main_window_toolbar_* functions are renamed to
7043                   toolbar_* reflecting their new source file
7044         * src/mainwindow.[ch]
7045                 o remove toolbar stuff  
7046
7047 2002-08-06 [oliver]     0.8.1claws26
7048         
7049         * src/Makefile.am
7050         * src/prefs_toolbar.[ch]        **New File**
7051         * src/toolbar.[ch]              **New File**
7052                 o prefs_toolbar.[ch] custom toolbar frontend
7053                 o toolbar.[ch]       backend 
7054
7055 2002-08-06 [oliver]     0.8.1claws25
7056
7057         * src/prefs_actions.[ch]
7058                 o new exported function actions_execute
7059
7060 2002-08-06 [paul]       0.8.1claws24
7061
7062         * sync with 0.8.1cvs4
7063                 see ChangeLog 2002-08-06
7064
7065 2002-08-06 [paul]       0.8.1claws23
7066
7067         * sync with 0.8.1cvs13
7068                 see ChangeLog 2002-08-06
7069
7070 2002-08-06 [paul]       0.8.1claws22
7071
7072         * sync with 0.8.1cvs12
7073                 see ChangeLog 2002-08-05 and 2002-08-06
7074
7075 2002-08-06 [match]      0.8.1claws21
7076
7077         * src/addrclip.c
7078                 improvements to cut/copy/paste address
7079
7080 2002-08-05 [match]      0.8.1claws20
7081
7082         * src/addritem.[ch]
7083         * src/addrcache.c
7084         * src/addrbook.c
7085         * src/editaddress.c
7086         * src/addressbook.c
7087                 fixes to improve cut/copy/paste
7088
7089 2002-08-06 [melvin]     0.8.1claws19
7090
7091         * src/account.[ch]
7092                 account_find_all_from_address(): new function that returns the
7093                 list of all accounts that are matched in an address.
7094         * src/alertpanel.[ch]
7095                 alertpanel() now accepts a custom widget
7096                 alertpanel_with_widget(): new function that pops up a panel with
7097                 a custom widget in it 
7098         * src/gtkutils.[ch]
7099                 gtkut_account_menu_new(): new function that allows the selection
7100                 of an account from a list of accounts.
7101         * src/messageview.c
7102                 Extended Return Receipt notification to select the correct 
7103                 account and to make a security test on the Delivery-Notification
7104                 address which should be the same as the Return-Path.
7105
7106 2002-08-06 [thorsten]   0.8.1claws18
7107
7108         * src/mimeview.c
7109                 attach_all: save unnamed as "noname.%d",
7110                 dont free static dirname
7111
7112 2002-08-05 [alfons]     0.8.1claws17
7113
7114         * configure.in
7115                 detect XIM by trying to link rather than compile a XIM program
7116
7117 2002-08-05 [oliver]     0.8.1claws16
7118                 
7119         * src/stock_pixmap.[ch]
7120                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7121                 o new func to retrieve pixmaps
7122
7123 2002-08-05 [paul]       0.8.1claws15
7124
7125         * sync with 0.8.1cvs10
7126                 see ChangeLog 2002-08-05
7127
7128 2002-08-04 [alfons]     0.8.1claws14
7129
7130         * src/textview.c
7131                 see if this plugs memleak
7132
7133 2002-08-04 [melvin]     0.8.1claws13
7134
7135         * src/gtkspell.c
7136                 fixed bug that could crash Sylpheed when highlighting
7137                 all misspelled words.
7138
7139 2002-08-03 [melvin]     0.8.1claws12
7140
7141         * src/prefs_actions.c
7142                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7143         * src/messageview.c
7144                 fixed bug where the Return Receipt was sent to
7145                 Delivery-Notification-To address even if it was not present
7146
7147 2002-08-02 [alfons]     0.8.1claws11
7148
7149         * src/prefs_actions.c
7150                 o more check for NULLs
7151                 o put create_io_dialog() in right conditional block
7152
7153 2002-08-02 [paul]       0.8.1claws10
7154
7155         * po/es.po
7156                 updated by Ricardo Mones Lastra
7157
7158 2002-08-01 [christoph]  0.8.1claws9
7159
7160         * src/folder.c
7161                 don't free the cache of the opened
7162                 folder in the summaryview
7163         * src/summaryview.c
7164                 don't unset flags, if it is not required
7165
7166 2002-08-01 [paul]       0.8.1claws8
7167
7168         * sync with 0.8.1cvs8
7169                 see ChangeLog entry 2002-08-01
7170
7171 2002-08-01 [paul]       0.8.1claws7
7172
7173         * sync with 0.8.1cvs7
7174                 see ChangeLog 2002-07-31 and 2002-08-01
7175
7176 2002-07-31 [christoph]  0.8.1claws6
7177
7178         * src/mainwindow.c
7179                 forgot to update menu sensitivity
7180                 function for new menu entry
7181
7182 2002-07-31 [alfons]     0.8.1claws5
7183
7184         * src/main.c
7185                 check folder item and its path for NULL on
7186                 initial processing
7187
7188 2002-07-31 [christoph]  0.8.1claws4
7189
7190         * src/folder.c
7191                 check if folder_item_get_msginfo in
7192                 folder_item_remove_msg returned NULL
7193         * src/imap.c
7194                 better clear the uid cache in the
7195                 uid validity check function and delete
7196                 cached messages
7197
7198 2002-07-31 [paul]       0.8.1claws3
7199
7200         * man/sylpheed.1
7201                 add the '--attach' option and a few other
7202                 minor changes
7203
7204 2002-07-31 [paul]       0.8.1claws2
7205
7206         * sync with 0.8.1cvs5
7207                 see ChangeLog 2002-07-31
7208
7209 2002-07-31 [christoph]  0.8.1claws1
7210
7211         * src/folderview.[ch]
7212         * src/mainwindow.c
7213                 replace "Rescan all folders..." with
7214                 "Check all folders for new messages..."
7215
7216 2002-07-30 [paul]       0.8.1claws
7217
7218         * version 0.8.1claws released
7219
7220 2002-07-30 [paul]       0.8.0claws29
7221
7222         * tools/OOo2sylpheed.pl ** NEW FILE **
7223           tools/README
7224                 add script to enable sending documents as
7225                 attachments from OpenOffice.org
7226
7227 2002-07-30 [melvin]     0.8.0claws28
7228
7229         * src/prefs_actions.c
7230                 Made the actions' input/output dialog display
7231                 without delay.
7232
7233 2002-07-30 [christoph]  0.8.0claws27
7234
7235         * src/procmsg.c
7236                 check if folder_item_get_msginfo in
7237                 procmsg_save_to_outbox returned NULL
7238
7239 2002-07-30 [paul]       0.8.0claws26
7240
7241         * sync with 0.8.1cvs4
7242                 see ChangeLog 2002-07-29
7243
7244 2002-07-29 [thorsten]   0.8.0claws25
7245
7246         * README.claws
7247                 added selective download, delete on server
7248
7249 2002-07-29 [paul]       0.8.0claws24
7250
7251         * sync with 0.8.1cvs3
7252                 see ChangeLog 2002-07-29
7253
7254 2002-07-27 [christoph]  0.8.0claws23
7255
7256         * src/folder.c
7257                 add extra check if fetching the msginfo
7258                 returned NULL
7259
7260 2002-07-27 [paul]       0.8.0claws22
7261
7262         * sync with 0.8.1cvs2
7263                 see ChangeLog 2002-07-26
7264
7265 2002-07-27 [christoph]  0.8.0claws21
7266
7267         * src/imap.c
7268                 add another check if a valid msginfo
7269                 was returned
7270
7271 2002-07-26 [hoa]        0.8.0claws20
7272
7273         * src/folder.c
7274                 Fixed a condition in folder_item_destroy()
7275
7276         * src/imap.c
7277                 Fixed an error in IMAP protocol
7278
7279 2002-07-26 [alfons]     0.8.0claws19
7280
7281         * src/folder.c
7282                 ofcourse compare with identifier, not the path
7283
7284 2002-07-26 [alfons]     0.8.0claws18
7285
7286         * src/folder.c
7287                 use folder item identifier for saving / restoring
7288                 preferences because folder->path might not be unique
7289
7290 2002-07-26 [melvin]     0.8.0claws17
7291
7292         * src/logwindow.c
7293                 Fixed a crash introduced in 0.8.0claws5 when log is 
7294                 cut under 80 characters.
7295
7296 2002-07-26 [paul]       0.8.0claws16
7297
7298         * sync with 0.8.1cvs1
7299                 see ChangeLog 2002-07-26
7300
7301 2002-07-26 [christoph]  0.8.0claws15
7302
7303         * src/imap.[ch]
7304                 imap folder now remembers the last selected
7305                 folder and imap_fetch_msginfo skips selecting
7306                 the folder if it is already selected
7307
7308 2002-07-26 [christoph]  0.8.0claws14
7309
7310         * src/folder.c
7311         * src/folderview.c
7312         * src/imap.c
7313                 fix imap folder rescanning
7314
7315 2002-07-25 [christoph]  0.8.0claws13
7316
7317         * src/filter.c
7318         * src/folder.[ch]
7319         * src/folderview.c
7320         * src/imap.[ch]
7321         * src/mainwindow.c
7322         * src/mbox_folder.c
7323         * src/mh.c
7324         * src/news.c
7325                 implement imap uid cache and uid validity check
7326
7327 2002-07-25 [alfons]     0.8.0claws12
7328
7329         * src/summaryview.c
7330                 fix a brown paper bag bug, and also add some more
7331                 checks
7332
7333 2002-07-25 [christoph]  0.8.0claws11
7334
7335         * src/folder.c
7336                 don't mix copy, fetch_msginfo and remove
7337                 operations in folder item copy and move
7338                 operations
7339
7340 2002-07-25 [christoph]  0.8.0claws10
7341
7342         * src/folderview.c
7343         * src/mainwindow.c
7344         * src/prefs_folder_item.c
7345         * src/summaryview.[ch]
7346                 remove no longer required parameter update_cache from
7347                 summary_show
7348
7349 2002-07-25 [paul]       0.8.0claws9
7350
7351         * sync with 0.8.1
7352         
7353         * AUTHORS
7354                 a few corrections
7355
7356 2002-07-24 [alfons]     0.8.0claws8
7357
7358         * src/summaryview.c
7359                 sort correctly when using simplified subject line
7360                 (closes feature request "[ 585141 ] applying regexp to subject 
7361                 before sort" submitted by Alexandra Walford)
7362
7363 2002-07-24 [paul]       0.8.0claws7
7364
7365         * sync with 0.8.0cvs3
7366                 see ChangeLog 2002-07-24
7367
7368 2002-07-23 [christoph]  0.8.0claws6
7369
7370         * src/folder.c
7371         * src/folder.h
7372         * src/summaryview.c
7373         * src/summaryview.h
7374         * src/main.c
7375                 o separate processing and summaryview
7376                 o removed summary_write_cache from summaryview
7377                 o removed summaryview->killed_messages, because we don't have
7378                   to keep a list of killed messages anymore. New cache will
7379                   keep the hidden messages in cache anyway
7380         * src/folderview.c
7381         * src/inc.c
7382         * src/selective_download.c
7383                 o removed unnecessary summary_write_cache calls
7384         * src/procmsg.c
7385                 o don't set ignore thread flag in procmsg_get_thread_tree
7386                   if it is already set
7387         * src/mainwindow.c
7388         * src/statusbar.h
7389                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7390                   they are used in different files
7391
7392 2002-07-23 [melvin]     0.8.0claws5
7393
7394         * src/addressbook.c
7395         * src/addrgather.c
7396         * src/editaddress.c
7397         * src/editgroup.c
7398         * src/editldap_basedn.c
7399         * src/importldif.c
7400         * src/prefs_common.c
7401                 Fixed few memory leak (gtk_editable_get_chars returns
7402                 an allocated string)
7403         * src/logwindow.c
7404                 Fixed few memory leak (gtk_editable_get_chars returns
7405                 an allocated string) and modified a little the log cutting
7406                 loop.
7407         * src/compose.c
7408                 Replaced a call to an obsolete function gtk_entry_get_text()
7409                 by gtk_editable_get_chars()
7410         * src/send.c
7411                 Removed a debug printf
7412
7413 2002-07-23 [christoph]  0.8.0claws4
7414
7415         * src/filesel.c
7416                 fix another g_dirname memory leak
7417
7418 2002-07-23 [christoph]  0.8.0claws3
7419
7420         * src/mh.c
7421                 fixed a memory leak in mh_fetch_msginfo
7422                 fixed crash when message header could not be
7423                 parsed
7424
7425 2002-07-23 [paul]       0.8.0claws2
7426
7427         * sync with 0.8.0cvs2
7428                 see ChangeLog 2002-07-23
7429
7430 2002-07-23 [paul]       0.8.0claws1
7431
7432         * sync with 0.8.0cvs1
7433                 see ChangeLog 2002-07-23
7434
7435 2002-07-23 [paul]       0.8.0claws
7436
7437         * release of 0.8.0claws
7438
7439 2002-07-23 [paul]       0.7.8claws99
7440
7441         * po/ru.po
7442                 new Russian translation, submitted by
7443                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7444
7445 2002-07-22 [jens]       0.7.8claws98
7446
7447         * po/de.po
7448                 Updated German translations.
7449
7450 2002-07-22 [paul]       0.7.8claws97
7451
7452         * po/es.po
7453           po/it.po
7454           po/nl.po
7455           po/pt_BR.po
7456                 updated translations by Ricardo Mones Lastra,
7457                 Alessandro Maestri, Wilbert Berendsen and 
7458                 Fabio Jr. Beneditto respectively
7459
7460 2002-07-22 [christoph]  0.7.8claws96
7461
7462         * src/mimeview.c
7463                 fix memory leak caused by wrong g_dirname usage
7464
7465 2002-07-22 [christoph]  0.7.8claws95
7466
7467         * src/summaryview.c
7468                 update new and unread message counts for summaryview
7469                 summaryview does not get it from the folder anymore
7470                 and has to update the values itself
7471
7472 2002-07-22 [melvin]     0.7.8claws94
7473
7474         * po/fr.po
7475                 Updated French translations.
7476
7477 2002-07-22 [christoph]  0.7.8claws93
7478
7479         * src/matcher.c
7480                 set prop->preg pointer to NULL or following check
7481                 will not fail and regexec will be called with
7482                 invalid pointer
7483
7484 2002-07-21 [alfons]     0.7.8claws92
7485         
7486         * src/prefs_common.[ch]
7487                 remove option "Send return receipt on request"
7488
7489 2002-07-21 [thorsten]   0.7.8claws91
7490
7491         * src/mimeview.c
7492                 fixed memleaks, coding style as pointed out by alfons
7493
7494 2002-07-21 [alfons]     0.7.8claws90
7495
7496         * src/messageview.c
7497         * src/noticeview.[ch]
7498                 o fix bug notice view being displayed when going to empty folder 
7499                   (noticed by Christoph)
7500                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7501                   (noticed by Thorsten)
7502
7503 2002-07-21 [thorsten]   0.7.8claws89
7504
7505         * src/mimeview.c
7506                 Included save_all patch from Xaview FACQ
7507                 added support for pathnames
7508
7509 2002-07-21 [alfons]     0.7.8claws88
7510
7511         * po/POTFILES.in
7512         * src/Makefile.am
7513         * src/mainwindow.c
7514         * src/messageview.[ch]
7515         * src/noticeview.c      ** NEW FILE **
7516         * src/noticeview.h      ** NEW FILE **
7517                 make return receipts work again
7518                 (UI idea by Leandro Pereira)
7519
7520 2002-07-21 [paul]       0.7.8claws87
7521
7522         * src/summaryview.c
7523                 fix sensitivity of 'Select thread'
7524
7525 2002-07-21 [paul]       0.7.8claws86
7526
7527         * src/prefs_common.c
7528                 add browser command line for Galeon
7529
7530 2002-07-21 [paul]       0.7.8claws85
7531
7532         * Makefile.am
7533                 fix 'EXTRA_DIST': remove README.README, add TODO
7534                 and TODO.claws
7535
7536 2002-07-21 [alfons]     0.7.8claws84
7537
7538         * src/gtkstext.c
7539                 make enter clear selection
7540                 (closes "[ 579888 ] Editor selection/entry error"
7541                 reported by Steve Lamb)
7542
7543 2002-07-21 [alfons]     0.7.8claws83
7544         
7545         * src/summaryview.c
7546                 sort message list when selecting unthread messages
7547                 (closes "[ 501593 ] switching threaded view doesn't sort"
7548                 reported by Simon Schubert)
7549
7550 2002-07-20 [alfons]     0.7.8claws82
7551         
7552         * src/matcher.c
7553                 const-correctness
7554
7555 2002-07-20 [thorsten]   0.7.8claws81
7556
7557         * src/matcher.c
7558                 Fixed expansion of empty fields in matchactions
7559
7560 2002-07-19 [melvin]     0.7.8claws80
7561
7562         * src/gtkspell.c
7563                 Removed a duplicate menu entry (fast mode) introduced during
7564                 the new cache merge
7565                 Added a menu separator between 'Use alternate' and 'Fast mode'
7566
7567 2002-07-19 [paul]       0.7.8claws79
7568
7569         * tools/Makefile.am
7570           tools/README
7571                 correct typos
7572
7573 2002-07-19 [thorsten]   0.7.8claws78
7574
7575         * tools/calypso_convert.pl      ** NEW FILE **
7576           tools/README
7577           tools/Makefile.am
7578                 script to import mbox files exported
7579                 by calypso
7580                 o generates folder structure
7581                 o includes attachments
7582
7583 2002-07-19 [melvin]     0.7.8claws77
7584
7585         * src/selective_download.[ch]
7586                 Fixed bug where closing the dialog with the window manager's
7587                 close button will not unlock the summary
7588                 Corrected some function declarations that missed a return value
7589                 Made the source code comply better with coding style.
7590         * src/prefs_common.c
7591                 Added new browser command line for Mozilla.
7592
7593 2002-07-18 [paul]       0.7.8claws76
7594
7595         * src/mainwindow.c
7596           src/selective_download.[ch]
7597                 reflect theme changes, fix Gdk Warning when creating 
7598                 pixmap from NULL window, and minor clean up.
7599                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7600
7601         * po/en_GB.po
7602                 updated
7603
7604 2002-07-17 [paul]       0.7.8claws75
7605
7606         * INSTALL[.jp]
7607                 sync with 0.8.0
7608         
7609         * po/en_GB.po
7610                 updated
7611
7612 2002-07-16 [paul]       0.7.8claws74
7613
7614         * tools/filter_conv.pl
7615           tools/README
7616                 replace conversion script with reimplemented version, 
7617                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7618
7619 2002-07-16 [colin]      0.7.8claws73
7620
7621         * src/summaryview.c
7622                 remove forgotten debug messages - sorry ;-)
7623
7624 2002-07-16 [colin]      0.7.8claws72
7625
7626         * src/mimeview.c
7627           src/summaryview.c
7628           src/textview.c
7629           src/textview.h
7630                 add the ability to select part of a text mime-part 
7631                 to reply.
7632
7633 2002-07-15 [christoph]  0.7.8claws71
7634
7635         * src/folder.c
7636                 fix folder message count for folders without
7637                 msg_is_changed (includes news folders)
7638
7639 2002-07-15 [martin]     0.7.8claws70
7640
7641         * src/summaryview.c
7642                 option "display recipient on 'From'..." now works
7643                 without the need of enabling the option
7644                 "display  sender  using  address  book".
7645
7646 2002-07-15 [christoph]  0.7.8claws69
7647
7648         * src/summaryview.c
7649                 removed setting folder status from summaryview.
7650                 folder.c should update all message counts correctly.
7651
7652 2002-07-15 [paul]       0.7.8claws68
7653
7654         * po/pt_BR.po
7655                 updated by Fabio Junior Beneditto
7656
7657 2002-07-15 [darko]      0.7.8claws67
7658
7659         * src/mh.c
7660                 Fixed target folder colorization, don't decrease op
7661                 number twice
7662
7663 2002-07-14 [paul]       0.7.8claws66
7664
7665         * sync with main 0.8.0
7666                 see ChangeLog 2002-07-14
7667
7668 2002-07-13 [melvin]     0.7.8claws65
7669         
7670         * src/addrbook.c
7671         * src/addressbook.c
7672         * src/addrindex.c
7673                 Replaced sprintf by g_snprintf to prevent possible buffer
7674                 overflow.
7675         * src/news.c
7676                 Corrected a log message output format.
7677                 Added a missing "done" debug output.
7678         * src/compose.c
7679                 Added keyboard accelerator for Priority menu items
7680                 Added missing \n in debug output
7681         * src/logwindow.c
7682         * src/gtkspell.c
7683         * src/rfc2015.c
7684                 Added missing \n in debug output
7685
7686 2002-07-13 [paul]       0.7.8claws64
7687
7688         * man/sylpheed.1
7689                 change Sergey's email address to the sf address
7690
7691         * src/textview.c
7692                 increase show_url_timeout (more useful for long
7693                 urls)
7694
7695 2002-07-12 [sergey]     0.7.8claws63
7696
7697         * src/rfc2015.c
7698                 applied (with some modifications) patch to set the
7699                 micalg parameter for signatures
7700                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7701
7702 2002-07-12 [sergey]     0.7.8claws62
7703
7704         * man/Makefile.am
7705         * configure.in
7706                 fixed man page installation
7707
7708 2002-07-12 [paul]       0.7.8claws61
7709
7710         * sync with 0.7.8cvs26
7711                 see ChangeLog 2002-07-11 and 2002-07-12
7712
7713 2002-07-11 [christoph]  0.7.8claws60
7714
7715         * src/compose.c
7716         * src/procmsg.c
7717                 first use the message number to find the message
7718                 to mark with a reply flag but check the
7719                 message-id if we got the correct message, if not
7720                 try to find it by message-id.
7721                 use new string seperator that is not allowed
7722                 in message-ids.
7723
7724 2002-07-11 [paul]       0.7.8claws59
7725
7726         * sync with 0.7.8cvs23
7727                 see ChangeLog 2002-07-10
7728
7729 2002-07-10 [christoph]  0.7.8claws58
7730
7731         * src/folder.[ch]
7732         * src/msgcache.[ch]
7733                 Added message-id table to the cache in memory
7734                 and functions to msgcache.c and folder.c to
7735                 fetch MsgInfos by message id
7736         * src/compose.c
7737         * src/procmsg.c
7738                 store folder and message-id of message replying
7739                 to in queue header and set reply flag after sending
7740                 (Closes bug #469498)
7741
7742 2002-07-10 [paul]       0.7.8claws57
7743
7744         * AUTHORS
7745           man/sylpheed.1.gz
7746                 add Martin to the list of authors
7747
7748 2002-07-09 [martin]     0.7.8claws56
7749         * src/gtksctree.c
7750                 Added gtk_ctree_last_visible(), tree_update_level(),
7751                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7752                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7753                 from gtk+ to gtksctree.c for the new sorting code
7754                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7755                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7756         * src/gtksctree.h
7757                 Added declaration for gtk_sctree_sort_recursive() and
7758                 gtk_sctree_sort_node
7759         * src/addressbook.c
7760         * src/foldersel.c
7761         * src/folderview.c
7762         * src/summaryview.c
7763                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7764                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7765
7766 2002-07-08 [paul]       0.7.8claws55
7767
7768         * more sync with 0.7.8cvs21
7769                 see ChangeLog 2002-07-08
7770
7771 2002-07-08 [paul]       0.7.8claws54
7772
7773         * sync with 0.7.8cvs21
7774                 see ChangeLog 2002-07-08
7775
7776 2002-07-07 [alfons]     0.7.8claws53
7777
7778         * src/Makefile.am
7779         * src/stock_pixmap.[ch]
7780         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7781         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7782         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7783                 add new pixmaps for upcoming notice pane
7784
7785 2002-07-06 [melvin]     0.7.8claws52
7786
7787         * src/gtkspell.[ch]
7788                 Made them a bit closer to Sylpheed's coding style.
7789                 Removed old code.
7790                 Removed possible memory leaks when some errors occurs.
7791
7792 2002-07-06 [melvin]     0.7.8claws51
7793
7794         * po/Makefile.in.in
7795                 Removed --no-location in xgettext command line to help
7796                 translators that use Emacs' po-mode
7797         * src/quote_fmt.c
7798                 Removed unnecessary comments that messed up sylpheed.pot
7799
7800 2002-07-06 [paul]       0.7.8claws50
7801
7802         * sync with 0.7.8cvs19
7803                 see ChangeLog 2002-07-05
7804
7805 2002-07-06 [christoph]  0.7.8claws49
7806
7807         * src/folder.c
7808         * src/mainwindow.c
7809                 fix folder_item_remove_all_msg and folderview
7810                 status for trash folders after emptying trash
7811
7812 2002-07-05 [paul]       0.7.8claws48
7813
7814         * sync with 0.7.8cvs16
7815                 see ChangeLog 2002-07-04 and 2002-07-05
7816
7817 2002-07-04 [paul]       0.7.8claws47
7818
7819         * sync with 0.7.8cvs14
7820                 see  ChangeLog 2002-07-04
7821
7822 2002-07-03 [alfons]     0.7.8claws46
7823
7824         * src/folder.c
7825                 dupe folder item's path because it's being reallocated
7826                 by new folder scanning code
7827
7828 2002-07-03 [christoph]  0.7.8claws45
7829
7830         * src/imap.c
7831                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7832         * src/msgcache.c
7833                 add missing return in msgcache_write
7834
7835 2002-07-02 [thorsten]   0.7.8claws44
7836
7837         * src/jpilot.c
7838         * src/msgcache.c
7839         * src/rfc2015.c
7840                 use binary mode for file access
7841
7842 2002-07-02 [christoph]  0.7.8claws43
7843
7844         * major code cleanup (part 1)
7845         
7846                 - unused variables removed
7847                 - unused functions removed
7848                 - uninitialized variables checked
7849                 - missing return statements added
7850                 - missing function return types added
7851                 - added parentheses around assignment and
7852                   && in || when suggested by gcc
7853               
7854         * src/mh.c
7855         * src/folder.c
7856                 replaced direct calls to folder->scan_tree
7857                 with folder_scan_tree and restore folder
7858                 prefs in this function. The folder should
7859                 not have to deal with them.
7860                 ( Should now work for all folder types )
7861
7862 2002-07-02 [paul]       0.7.8claws42
7863
7864         * sync with 0.7.8cvs13
7865                 see ChangeLog 2002-07-01 and 2002-07-02
7866
7867 2002-07-01 [christoph]  0.7.8claws41
7868
7869         * src/summaryview.c
7870                 fix "goto next/prev unread message" with
7871                 ignored threads
7872
7873 2002-07-01 [paul]       0.7.8claws40
7874
7875         * po/es.po
7876                 updated by Ricardo Mones Lastra
7877
7878 2002-06-30 [match]      0.7.8claws39
7879
7880         * src/jpilot.c
7881                 applied variation of leonerd's patch (566661) to
7882                 allow multiple email addresses per JPilot entry.
7883                 addresses may be separated by space, comma, pipe,
7884                 semi-colon, new-line.
7885
7886 2002-06-30 [alfons]     0.7.8claws38
7887
7888         * src/procmsg.c
7889                 simple fix for putting older nodes before
7890                 newer nodes when threading by subject
7891
7892 2002-06-30 [christoph]  0.7.8claws37
7893
7894         * src/folder.c
7895         * src/folderview.c
7896         * src/mh.c
7897         * src/news.c
7898         * src/procmsg.c
7899                 fix broken folder tree rescaning
7900                 and don't use procmsg_get_mark_sum
7901                 anymore
7902
7903 2002-06-30 [christoph]  0.7.8claws36
7904
7905         * merge new cache branch
7906         * src/imap.c
7907                 fix new cache imap copy bug
7908         * src/folder.c
7909                 improved folder_item_scan
7910                 it should now always set the correct
7911                 new, unread and total message counts
7912
7913 2002-06-29 [paul]       0.7.8claws35
7914
7915         * configure.in
7916                 correct syntax error
7917
7918 2002-06-29 [paul]       0.7.8claws34
7919
7920         * configure.in
7921           Makefile.am
7922           man/Makefile.am       ** NEW FILE **
7923           man/sylpheed.1.gz     ** NEW FILE **
7924                 add Sylpheed man page
7925
7926 2002-06-29 [paul]       0.7.8claws33
7927
7928         * po/pt_BR.po
7929                 updated by Fabio Junior Beneditto
7930
7931 2002-06-28 [jens]       0.7.8claws32
7932
7933         * po/de.po
7934                 translation updated
7935
7936         * src/selective_download.c
7937                 removed gettext for space " "
7938
7939         * src/imap.c
7940                 removed wrong space
7941
7942 2002-06-28 [paul]       0.7.8claws31
7943
7944         * sync with 0.7.8cvs11
7945                 see ChangeLog 2002-06-28
7946
7947 2002-06-28 [paul]       0.7.8claws30
7948
7949         * sync with 0.7.8cvs10
7950                 see ChangeLog 2002-06-27 and 2002-06-28
7951
7952 2002-06-26 [paul]       0.7.8claws29
7953
7954         * src/addrgather.c
7955           src/selective_download.c
7956                 don't gettextise empty strings.
7957                 reserved by gettext. gettext("") returns 
7958                 the header entry with meta information, 
7959                 not the empty string
7960
7961         * po/en_GB.po
7962                 updated
7963
7964 2002-06-26 [paul]       0.7.8claws28
7965
7966         * sync with 0.7.8cvs7
7967                 see ChangeLog 2002-06-25
7968
7969         * src/prefs_common.c
7970                 ...and in the process, tweak the gui a little
7971
7972 2002-06-25 [alfons]     0.7.8claws27
7973         
7974         * configure.in
7975         * src/Makefile.am
7976                 fine tune ldap library detection
7977
7978 2002-06-25 [alfons]     0.7.8claws26
7979
7980         * src/compose.c
7981                 don't allow return receipts when composing a news article
7982
7983 2002-06-25 [paul]       0.7.8claws25
7984
7985         * Makefile.am
7986                 add '$(AMTAR)' to 'release' section to allow for
7987                 new and older autotools
7988
7989 2002-06-25 [paul]       0.7.8claws24
7990
7991         * src/summaryview.c
7992                 fix "No more unread messages" persistant pop-up
7993                 window bug
7994
7995 2002-06-25 [paul]       0.7.8claws23
7996
7997         * po/it.po
7998                 updated by Alessandro Maestri
7999
8000 2002-06-25 [paul]       0.7.8claws22
8001
8002         * sync with 0.7.8cvs6
8003                 see ChangeLog 2002-06-25
8004
8005 2002-06-24 [paul]       0.7.8claws21
8006
8007         * tools/update-po
8008                 add GPL copyright information
8009
8010 2002-06-24 [paul]       0.7.8claws20
8011
8012         * tools/Makefile.am
8013           tools/README
8014           tools/update-po       ** NEW FILE **
8015                 add script that eases the creation of *.po files
8016                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
8017
8018 2002-06-23 [alfons]     0.7.8claws19
8019
8020         * src/messageview.c
8021                 make notification_convert_header obey const correctness
8022                 (next step will be fixing the broken return receipt)
8023
8024 2002-06-23 [paul]       0.7.8claws18
8025
8026         * src/messageview.c
8027                 fix bug introduced in last commit:
8028                 removed too much code in last commit - put back what's
8029                 needed
8030
8031 2002-06-23 [paul]       0.7.8claws17
8032
8033         * src/messageview.[ch]
8034                 remove code committed in error from locally patched
8035                 source
8036
8037 2002-06-23 [colin]      0.7.8claws16
8038
8039         * src/compose.[ch]
8040                 add compose_entry_select(), used to select the default_to
8041                 email address - hopefully avoiding people sending mails to
8042                 wrong recipients.
8043
8044 2002-06-22 [alfons]     0.7.8claws15
8045
8046         * AUTHORS
8047                 add Bram Metsch & Stanislav Karchebny
8048         * src/smtp.[ch]
8049         * src/prefs_account.[ch]
8050         * src/send.c
8051                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
8052                   options.  (see <http://sourceforge.net/tracker/index.php
8053                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
8054
8055                 - merge Stanislav's fix to make SMTP AUTH work with qmail
8056                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
8057
8058 2002-06-22 [paul]       0.7.8claws14
8059
8060         * sync with 0.7.8cvs5
8061                 see ChangeLog 2002-06-19 and 2002-06-20
8062
8063 2002-06-22 [alfons]     0.7.8claws13
8064
8065         * src/selective_download.c
8066                 fix a stupid mistake I made
8067
8068 2002-06-22 [alfons]     0.7.8claws12
8069
8070         * src/selective_download.[ch]
8071                 fix another unnoticed leak; cleanup code
8072
8073 2002-06-21 [alfons]
8074
8075         * tools/Makefile.am
8076                 gpg-sign <-- gpg-sign-syl
8077
8078 2002-06-21 [alfons]     0.7.8claws11
8079
8080         * src/selective_download.c
8081         * src/selective_download.h
8082                 fix assorted mix of allocation errors (should solve
8083                 problem reported by Philippe Gramoullé, see:
8084                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8085
8086 2002-06-20 [melvin]     0.7.8claws10
8087
8088         * tools/gpg-sign *REMOVED*
8089           tools/gpg-sign-syl *ADDED*
8090                 Replaced the gpg clearsigning script with the version using
8091                 xterm instead of ssh-askpass and changed its name.
8092
8093         * README.claws
8094                 Updated actions example to reflect the renaming of the
8095                 gpg clearsigning script.
8096
8097 2002-06-19 [paul]       0.7.8claws9
8098
8099         * sync with 0.7.8claws9
8100                 see ChangeLog 2002-06-18 and 2002-06-19
8101
8102 2002-06-19 [paul]       0.7.8claws8
8103
8104         * sync with 0.7.8cvs1
8105                 see ChangeLog 2002-06-18
8106
8107 2002-06-18 [alfons]     0.7.8claws7
8108
8109         * src/mainwindow.h
8110                 add omitted prototype
8111
8112 2002-06-17 [paul]       0.7.8claws6
8113
8114         * src/mainwindow.c
8115                 fix hiding of exec_btn
8116
8117 2002-06-17 [paul]       0.7.8claws5
8118
8119         * src/pop.c
8120                 remove unneeded code: should_delete() 
8121                 and Pop3State::uidl_todelete_list
8122
8123 2002-06-17 [paul]       0.7.8claws4
8124
8125         * sync with 0.7.8
8126                 see ChangeLog 2002-06-11 and 2002-06-13
8127
8128 2002-06-16 [alfons]     0.7.8claws3
8129         
8130         * src/folder.c
8131                 make sure lock sort mode (claws specific) is
8132                 also persists after a tree rescan
8133
8134 2002-06-16 [alfons]     0.7.8claws2
8135
8136         * src/prefs_folder_item.c
8137         * src/folder.[ch]
8138                 fix persistence of folder sort mode (broken
8139                 by adapting Hiro's new folder persistence code)
8140
8141 2002-06-16 [alfons]     0.7.8claws1
8142
8143         * AUTHORS
8144         * src/logwindow.c
8145         * src/prefscommon.[ch]
8146                 control size of log text in log window; 
8147                 closes patch #569155 submitted by Mitko Haralanov.
8148
8149 2002-06-15 [paul]       0.7.8claws
8150
8151         * release of 0.7.8claws
8152
8153 2002-06-15 [paul]       0.7.7claws
8154
8155         * po/pt_BR.po
8156                 updated by Fabio Junior Beneditto
8157
8158 2002-06-14 [paul]       0.7.6claws49
8159
8160         * po/es.po
8161                 updated by Ricardo Mones Lastra
8162
8163 2002-06-14 [paul]       0.7.6claws48
8164
8165         * po/nl.po
8166                 updated translation by Wilbert Berendsen
8167
8168 2002-06-14 [melvin]     0.7.6claws47
8169
8170         * po/fr.po
8171                 Updated French translation
8172
8173 2002-06-13 [paul]       0.7.6claws46
8174
8175         * src/filesel.c
8176                 allow filename to be typed in, rather than just
8177                 selected by the mouse. Patch by Gustavo Noronha Silva.
8178
8179 2002-06-13 [alfons]     0.7.6claws45
8180
8181         * src/mainwindow.[ch]
8182                 more cleanups (removing unnecessary menu items Expand 
8183                 summary / message view)
8184
8185 2002-06-13 [melvin]     0.7.6claws44
8186
8187         * po/POTFILES.in
8188                 Added src/string_match.c
8189         * src/string_match.c
8190                 Fixed possible buffer overflow.
8191                 Corrected typo.
8192                 Added missing config.h header.
8193         * src/prefs_common.c
8194           src/prefs_matcher.c
8195           src/prefs_scoring.c
8196                 Made some strings translatable (missing _(..)).
8197
8198 2002-06-13 [melvin]     0.7.6claws43
8199
8200         * README.claws
8201                 Corrected action example (verifying clearsigned mail).
8202         * src/prefs_account.c
8203                 Corrected typo.
8204         * src/prefs_common.c
8205                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8206
8207 2002-06-12 [alfons]     0.7.6claws42
8208
8209         * src/summaryview.c
8210                 add init of score column lost in 0.7.6claws42
8211
8212 2002-06-12 [paul]       0.7.6claws41
8213
8214         * src/prefs_account.c
8215                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8216                 behavior of the radio buttons, (from 0.7.7cvs2)
8217
8218 2002-06-11 [alfons]     0.7.6claws40
8219
8220         * src/messageview.[ch]
8221         * src/summaryview.[ch]
8222         * src/summary_search.c
8223         * src/mainwindow.c
8224                 perform a sync to bring in Hiro's separate view implementation 
8225
8226                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8227
8228 2002-06-11 [paul]       0.7.6claws39
8229         
8230         * src/prefs_account.c
8231                 correct a typo on the Receive tab
8232
8233 2002-06-10 [match]      0.7.6claws38
8234
8235         * src/addressbook.c
8236                 Included address completion patch from Gustavo Noronha.
8237
8238 2002-06-10 [paul]       0.7.6claws37
8239
8240         * src/inc.[ch]
8241           src/pop.c
8242           src/prefs_account.[ch]
8243           src/selective_download.[ch]
8244                 apply PATCH #561712
8245                  NEW:
8246                 - check if POP Account
8247                 - Receive Button renamed to Preview
8248                 - Preview Button Popup: preview new/all messages
8249                 - Download Button
8250                 - Account Preferences-->Receive tab checkbutton if you
8251                   want to remove Mail after Download
8252                 -: default YES
8253                 - Account Preferences-->Receive tab checkbutton use
8254                   filtering rules on preview
8255                   (think of delete_on_server)
8256                 -: default YES
8257                 - Account selectable from SD dialog
8258                 - checkbutton to show already downloaded messages if
8259                   all messages are previewed
8260                 - new clist column showing Date
8261                 - ESC KEY close
8262                 FIXES:
8263                 - play ball with UIDL
8264                 - fault tolerant (?) 
8265                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8266
8267 2002-06-10 [melvin]     0.7.6claws36
8268
8269         * README.claws
8270                 Added a hint to ac/README in cvs instructions.
8271
8272         * src/prefs_actions.c
8273                 Made it possible to use a more elaborate command line
8274                 for asynchronous actions, too.
8275
8276 2002-06-10 [melvin]     0.7.6claws35
8277         
8278         * src/prefs_actions.c
8279                 Make it possible to use a more elaborate command line
8280                 (e.g. |foo|bar|cat>there;echo Done|)
8281                 Corrected error message when calling %f, %F and %p commands
8282                 from the compose window.
8283
8284 2002-06-09 [colin]      0.7.6claws34
8285
8286         * src/summaryview.c
8287                 Automatically find unread messages in current folder
8288                 before annoying the user.
8289
8290 2002-06-08 [alfons]     0.7.6claws33
8291
8292         * po/it.po
8293                 remove bad formatting string in it.po translation
8294                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8295
8296 2002-06-08 [paul]       0.7.6claws32
8297
8298         * sync with 0.7.6cvs25
8299                 see ChangeLog 2002-06-07
8300
8301 2002-06-05 [paul]       0.7.6claws31
8302
8303         * src/mainwindow.c
8304                 add 'Sort by locked' and 'Sort by score'
8305
8306 2002-06-05 [paul]       0.7.6claws30
8307
8308         * sync with 0.7.6cvs24
8309                 see ChangeLog 2002-06-04
8310
8311 2002-06-04 [paul]       0.7.6claws29
8312
8313         * po/pt_BR.po
8314                 updated by Fabio Junior Beneditto
8315
8316 2002-06-03 [thorsten]   0.7.6claws28
8317
8318         * src/matcher.c
8319                 fclose() matcherrc after reading
8320
8321 2002-06-03 [paul]       0.7.6claws27
8322
8323         * sync with 0.7.6cvs21
8324                 see ChangeLog 2002-05-31
8325
8326 2002-05-31 [paul]       0.7.6claws26
8327
8328         * sync with 0.7.6cvs20
8329                 see ChangeLog 2002-05-29 and 2002-05-30
8330
8331 2002-05-31 [paul]       0.7.6claws25
8332
8333         * src/imap.c
8334                 hopefully fix last buggy sync
8335
8336         * README.claws
8337                 correct typo in 'Actions' examples
8338
8339 2002-05-29 [paul]       0.7.6claws24
8340
8341         * sync with 0.7.6cvs18
8342                 see ChangeLog 2002-05-28 and 2002-05-29
8343
8344         * src/news.c
8345           src/nntp.[ch]
8346                 sync with above 
8347
8348 2002-05-28 [paul]       0.7.6claws23
8349
8350         * sync with 0.7.6cvs16
8351                 see ChangeLog 2002-05-28
8352
8353 2002-05-27 [thorsten]   0.7.6claws22 
8354
8355         * faq/it/sylpheed-faq-1.html
8356           faq/it/sylpheed-faq-2.html
8357           faq/it/sylpheed-faq-3.html
8358           faq/it/sylpheed-faq.html
8359                 corrected DOS lineendings
8360         * faq/de/sylpheed-faq-1.html
8361           faq/de/sylpheed-faq-2.html
8362           faq/en/sylpheed-faq-1.html
8363           faq/en/sylpheed-faq-2.html
8364           faq/en/sylpheed-faq-3.html
8365           faq/es/sylpheed-faq-1.html
8366           faq/es/sylpheed-faq-2.html
8367           faq/es/sylpheed-faq-3.html
8368           faq/fr/sylpheed-faq-1.html
8369           faq/it/sylpheed-faq-1.html
8370           faq/it/sylpheed-faq-2.html
8371           faq/it/sylpheed-faq-3.html
8372           faq/it/sylpheed-faq.html
8373                 changed ">" to &quot;
8374
8375 2002-05-27 [paul]       0.7.6claws21
8376         
8377         * sync with 0.7.6cvs15
8378                 see ChangeLog 2002-05-27
8379
8380 2002-05-27 [paul]       0.7.6claws20
8381
8382         * src/prefs_account.c
8383                 correct a typo
8384
8385 2002-05-26 [paul]       0.7.6claws19
8386
8387         * tools/README
8388                 correct a typo
8389
8390 2002-05-25 [paul]       0.7.6claws18
8391
8392         * tools/README
8393                 add description of kmail2sylpheed.pl
8394
8395 2002-05-25 [paul]       0.7.6claws17
8396
8397         * tools/kmail2sylpheed.pl       ** NEW FILE **
8398                 perl script that converts an exported Kmail address
8399                 book, converts it to sylpheed addressbook file,
8400                 writes the file to .sylpheed, and updates
8401                 addrbook--index.xml 
8402
8403 2002-05-25 [paul]       0.7.6claws16
8404
8405         * sync with 0.7.6cvs14
8406                 see ChangeLog 2002-05-23
8407
8408 2002-05-24 [paul]       0.7.6claws15
8409
8410         * README.claws
8411                 make a correction and add some more info
8412
8413 2002-05-24 [paul]       0.7.6claws14
8414
8415         * src/compose.c
8416                 fix memory leak in 
8417                 compose_redirect_write_headers_from_headerlist()
8418                 add Subject and Resent-Message-ID to
8419                 compose_redirect_write_headers()
8420                 Received, Subject, and X-UIDL are filtered out in 
8421                 compose_redirect_write_to_file()
8422
8423 2002-05-23 [paul]       0.7.6claws13
8424
8425         * src/compose.[ch]
8426           src/filtering.c
8427           src/mainwindow.c
8428           src/matcher.[ch]
8429           src/matcher_parser_lex.l
8430           src/matcher_parser_parse.y
8431           src/prefs_common.[ch]
8432           src/prefs_filtering.c
8433           src/summaryview.c
8434                 rename 'Bounce' to 'Redirect'
8435
8436 2002-05-23 [paul]       0.7.6claws12
8437
8438         * more sync with 0.7.6cvs13
8439           src/compose.c
8440                 see ChangeLog 2002-05-22
8441
8442 2002-05-22 [paul]       0.7.6claws11
8443
8444         * sync with 0.7.6cvs13
8445           src/codeconv.c
8446                 see ChangeLog 2002-05-20
8447           src/prefs_common.c
8448                 see ChangeLog 2002-05-22
8449
8450 2002-05-21 [melvin]     0.7.6claws10
8451
8452         * src/folderview.c
8453                 Added missing filtering and scoring headers
8454                 Fixed bad function call that showed garbage 
8455                 in Folder->Processing
8456
8457 2002-05-21 [paul]       0.7.6claws9
8458
8459         * tools/Makefile.am
8460                 make all tools executable, (patch by Alfons).
8461
8462 2002-05-20 [alfons]     0.7.6claws8
8463
8464         * src/procheader.c
8465                 don't forget to call mktime() so we have a valid week 
8466                 and year day
8467                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8468
8469 2002-05-20 [paul]       0.7.6claws7
8470
8471         * src/html.c
8472                 fix broken parsing of urls
8473         * src/textview.c
8474                 fix displaying of urls
8475
8476                 both fixes from the patch [547855] by Eugene 
8477                 Brevdo (zonem)
8478
8479 2002-05-19 [alfons]     0.7.6claws6
8480
8481         * configure.in
8482                 make sylpheed configure correctly with the latest
8483                 and greatest of automake / autoconf / gettext
8484
8485 2002-05-19 [alfons]     0.7.6claws5
8486
8487         * src/procheader.c
8488         * src/procheader.h
8489                 add function for returning ime zone offset
8490         * src/quote_fmt.c
8491         * src/quote_fmt_parse.y
8492                 better quotation formatting - does not convert
8493                 to local time, but uses the original date string.
8494                 
8495                 Note: %z inserts the timezone offset (should 
8496                 work also on platforms where strftime does not
8497                 support %z).
8498
8499 2002-05-18 [christoph]  0.7.6claws4
8500
8501         * src/summaryview.c
8502                 fix indentation of some code
8503         * tools/Makefile.am
8504                 fix spaces after \
8505         * src/Makefile.am
8506                 add missing \
8507                 correct path for ignorethread.xpm
8508                 incorrect filename for sylpheed_logo.xpm
8509                 add missing include matcher_parser_parse.h
8510
8511 2002-05-18 [paul]       0.7.6claws3
8512
8513         * sync with 0.7.6cvs8
8514                 see ChangeLog 2002-05-16 and 2002-05-17
8515
8516 2002-05-18 [melvin]     0.7.6claws2
8517
8518         * README.claws
8519                 Corrected an action's definition and fixed some misspellings.
8520
8521 2002-05-18 [paul]       0.7.6claws1
8522
8523         * tools/Makefile.am
8524           tools/gpg-sign        ** new file **
8525           tools/uudec           ** new file **
8526                 add Melvin's Actions scripts
8527
8528         * README.claws
8529                 add Melvin's descriptions for Actions
8530
8531 2002-05-18 [paul]       0.7.6claws
8532
8533         * Version 0.7.6claws released
8534
8535 2002-05-17 [paul]       0.7.5claws32
8536
8537         * po/es.po
8538                 updated by Ricardo Mones Lastra
8539
8540 2002-05-17 [paul]       0.7.5claws31
8541
8542         * src/compose.c
8543                 fix Account prefs default folder for sent/draft/deleted
8544                 messages bug
8545
8546         * po/it.po
8547           po/nl.po
8548                 updated translation by Alessandro Maestri and
8549                 Wilbert Berendsen
8550
8551 2002-05-17 [melvin]     0.7.5claws30
8552
8553         * src/prefs_actions.c
8554                 Fixed bug where using %F not at the end of the command 
8555                 resulted in an additional empty argument being created.
8556                 Thanks to Darko Koruga for reporting the bug.
8557
8558 2002-05-17 [melvin]     0.7.5claws29
8559
8560         * po/fr.po
8561                 Updated French translations.
8562
8563 2002-05-15 [paul]       0.7.5claws28
8564         
8565         * po/es.po
8566                 updated by Ricardo Mones Lastra
8567
8568 2002-05-15 [paul]       0.7.5claws27
8569
8570         * sync with 0.7.6cvs4
8571                 see ChangeLog 2002-05-14 and 2002-05-15
8572
8573 2002-05-14 [paul]       0.7.5claws26
8574
8575         * sync with 0.7.6cvs1
8576                 see ChangeLog 2002-05-13
8577
8578 2002-05-13 [thorsten]   0.7.5claws25
8579
8580         * src/messageview.c
8581                 fix select_all and copy in multipart messages
8582         * src/mainwindow.c
8583                 fix select_all and copy in multipart messages
8584
8585 2002-05-12 [paul]       0.7.5claws24
8586
8587         * src/summaryview.c
8588                 reverse last commit, bug already fixed in 0.7.5claws3
8589
8590 2002-05-12 [netztorte]  0.7.5claws23
8591
8592         * src/summaryview.c
8593                 dont parse empty addressbook (checked in before claws20)
8594
8595 2002-05-12 [melvin]     0.7.5claws22
8596
8597         * src/procmsg.[ch]
8598                 Removed unneeded priority code introduced by the previous 
8599                 commit.
8600
8601 2002-05-12 [melvin]     0.7.5claws21
8602
8603         * src/compose.[ch]
8604                 Added possibility to set message's priority.
8605         * src/procmsg.[ch]
8606                 Added possibility to set message's priority.
8607                 Added missing headers
8608
8609 2002-05-12 [melvin]     0.7.5claws20
8610
8611         * src/prefs_actions.c
8612                 Removed implicitely added quotes around the name
8613                 of the temporary files of mime parts.
8614
8615 2002-05-12 [paul]       0.7.5claws19
8616
8617         * sync with 0.7.5cvs20
8618                 see ChangeLog 2002-05-11
8619
8620 2002-05-12 [alfons]     0.7.5claws18
8621
8622         * src/quote_fmt_lex.l
8623         * src/quote_fmt_parse.y
8624                 allow quote / reply date & time format to be set using
8625                 %D{format}. format is a format string you'd pass to
8626                 strftime() (see man strftime, or the Display tab |
8627                 Date format setting).
8628
8629                 Currently %D converts the date to local time. 
8630
8631 2002-05-11 [paul]       0.7.5claws17
8632
8633         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8634                 see ChangeLog 2002-05-10 and 2002-05-11
8635
8636 2002-05-10 [paul]       0.7.5claws16
8637
8638         * sync with 0.7.5cvs16
8639                 see ChangeLog entries 2002-05-09 and 
8640                 2002-05-10
8641
8642 2002-05-10 [colin]      0.7.5claws15
8643
8644         * src/textview.c
8645                 Corrected a bug that prevented sylpheed to open
8646                 double-clicked URIs.
8647
8648 2002-05-09 [paul]       0.7.5claws14
8649
8650         * sync with 0.7.5cvs14
8651                 see ChangeLog 2002-05-08 and 2002-05-09
8652
8653 2002-05-08 [paul]       0.7.5claws13
8654
8655         * sync with 0.7.5cvs11
8656                 see ChangeLog entry 2002-05-08
8657
8658 2002-05-08 [paul]       0.7.5claws12
8659
8660         * src/mainwindow.c
8661           src/textview.[ch]
8662                 fix segfault on View->Open in new window
8663                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8664
8665 2002-05-07 [paul]       0.7.5claws11
8666
8667         * sync with 0.7.5cvs9
8668                 see ChangeLog entry 2002-05-07
8669
8670 2002-05-06 [paul]       0.7.5claws10
8671
8672         * src/messageview.c
8673           src/textview.c
8674                 display url in statusbar on single-click
8675                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8676
8677 2002-05-06 [match]      0.7.5claws9
8678
8679         * src/addritem.[ch]
8680                 new functions.
8681         * src/addrcache.c
8682                 tidy up.
8683         * src/xmlprops.[ch]
8684                 XML implementation of properties file.
8685         * src/exporthtml.[ch]
8686         * src/expthtmldlg.[ch]
8687         * src/addressbook.c
8688                 export to HTML.
8689
8690 2002-05-02 [sergey]     0.7.5claws8
8691
8692         * src/mainwindow.c (mainwin_entries),
8693           src/prefs_common.c (prefs_send_create()),
8694           src/codeconv.c (locale_table):
8695                 use charset name "Windows-1251" instead of "CP1251".
8696
8697 2002-05-02 [colin]      0.7.5claws7
8698         
8699         * src/compose.c
8700           src/prefs_common.c
8701           src/prefs_folder_item.c
8702                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8703
8704 2002-05-02 [hiro]       0.7.5claws6
8705
8706         * src/imap.c
8707                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8708
8709 2002-05-02 [paul]       0.7.5claws5
8710
8711         * src/compose.c
8712                 more sync with 0.7.5cvs7, see ChangeLog entry
8713                 2002-05-02
8714
8715 2002-05-02 [hiro]       0.7.5claws4
8716
8717         * src/compose.c
8718                 compose_queue_sub():
8719                 check if queue folder exists (closes #550397).
8720                 removed directory creation since it should be handled
8721                 transparently.
8722         * src/imap.c
8723                 imap_add_msg(): return UID for appended message
8724                 (closes #548842).
8725
8726 2002-04-30 [paul]       0.7.5claws3
8727
8728         * src/summaryview.c
8729                 fix account_find_from_address() bug
8730
8731 2002-04-28 [colin]      0.7.5claws2
8732
8733         * src/compose.c
8734           src/textview.c
8735           src/prefs_common.[ch]
8736           src/utils.[ch]
8737                 Added user-definable quotation characters recognition.
8738
8739 2002-04-28 [paul]       0.7.5claws1
8740
8741         * sync with 0.7.5cvs4
8742                 see ChangeLog entry  2002-04-25
8743
8744 2002-04-28 [paul]       0.7.5claws
8745
8746         * po/es.po
8747           po/nl.po
8748           po/pt_BR.po
8749                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8750                 Fabio Junior Beneditto
8751
8752 2002-04-27 [jens]       0.7.4claws103
8753
8754         * po/de.po
8755                 updated German translation.
8756
8757 2002-04-27 [hiro]       0.7.4claws102
8758
8759         * src/summaryview.c
8760                 summary_write_cache(): fixed the mark loss of hidden messages.
8761
8762 2002-04-26 [melvin]     0.7.4claws101
8763
8764         * src/procmsg.c
8765                 fixed a second typo (same one)
8766         * po/fr.po
8767           po/it.po
8768           po/pt_BR.po
8769                 fixed the type again...
8770
8771 2002-04-26 [melvin]     0.7.4claws100
8772
8773         * src/procmsg.c
8774                 fixed a typo in an alert message ("temorary").
8775         * po/it.po
8776         * po/pt_BR.po
8777                 corrected the typo  described above.
8778         * po/fr.po
8779                 updated French translation.
8780
8781 2002-04-26 [darko]      0.7.4claws99
8782
8783         * src/summaryview.c
8784                 fix target folder colorization
8785
8786 2002-04-25 [paul]       0.7.4claws98
8787
8788         * po/it.po
8789                 updated by Alessandro Maestri
8790
8791 2002-04-24 [colin]      0.7.4claws97
8792         
8793         * src/compose.c
8794                 Fixed double "subject is empty" question.
8795
8796 2002-04-23 [colin]      0.7.4claws96
8797         
8798         * src/mimeview.c
8799                 Corrected issue when "automatically display images" was
8800                 not set : first image remained after selecting second.
8801
8802 2002-04-23 [melvin]     0.7.4claws95
8803
8804         * src/prefs_actions.c
8805                 Don't display in/out dialog if there is nothing to show.
8806
8807 2002-04-23 [paul]       0.7.4claws94
8808
8809         * sync with 0.7.5cvs3
8810                 bug fixes: see ChangeLog entry 2002-04-23
8811
8812 2002-04-22 [darko]      0.7.4claws93
8813
8814         * src/compose.c
8815                 fix previous check-in which changed code after
8816                 merge from main
8817
8818 2002-04-22 [paul]       0.7.4claws92
8819
8820         * faq/de/*
8821                 add German FAQ
8822         * faq/en/*
8823           faq/es/*
8824           faq/fr/*
8825                 update English, Spanish and French FAQs
8826         * manual/de/*
8827           manual/es/*
8828                 add German and Spanish manuals
8829         * manual/en/*
8830           manual/fr/*
8831                 update English and French manuals
8832
8833         * src/Makefile.am
8834                 add to and re-arrange the pixmap entries
8835
8836 2002-04-22 [darko]      0.7.4claws91
8837
8838         * src/compose.c
8839                 fix sender initials recognition to only allow
8840                 '>' after the initials
8841
8842 2002-04-21 [paul]       0.7.4claws90
8843
8844         * sync with 0.7.5 release
8845                 see ChangeLog entry 2002-04-21
8846
8847 2002-04-21 [alfons]
8848
8849         * src/Makefile.am
8850                 add colin's new pixmaps to EXTRA_DIST
8851
8852 2002-04-21 [colin]      0.7.4claws89
8853         * src/compose.c
8854         * src/inc.c
8855         * src/mainwindow.[ch]
8856         * src/prefs_common.[ch]
8857         * src/stock_pixmap.[ch]
8858                 Added "Work offline" ability.
8859
8860 2002-04-21 [colin]      0.7.4claws88
8861         
8862         * src/mimeview.c
8863         * src/prefs_common.c
8864         * src/prefs_common.h
8865         * src/textview.c : Added an option to common preferences -> display
8866           to allow user not to automatically display images.
8867
8868 2002-04-21 [paul]       0.7.4claws87
8869
8870         * sync with 0.7.4cvs52
8871                 see ChangeLog entry 2002-04-21 (src/imap.c)
8872
8873 2002-04-21 [paul]       0.7.4claws86
8874
8875         * sync with 0.7.4cvs51
8876                 see ChangeLog entry 2002-04-21
8877
8878 2002-04-21 [paul]       0.7.4claws85
8879
8880         * sync with 0.7.4cvs49
8881                 see ChangeLog entries 2002-04-20 and 2002-04-21
8882
8883         * src/Makefile.am
8884                 clean up: remove old 'stock_' element from xpm 
8885                 filenames.
8886
8887 2002-04-21 [alfons]     0.7.4claws84
8888
8889         apply sync patch from Paul
8890
8891         * src/folderview.c
8892                 use old claws prefs_folder_item_create() for now
8893
8894 2002-04-19 [match]      0.7.4claws83
8895
8896         * src/addressbook.[ch]
8897         * src/addrharvest.[ch]
8898         * src/addrgather.[ch]
8899                 recurse folders.
8900         * src/mainwindow.c
8901         * src/summaryview.[ch]
8902                 change menu option.
8903
8904 2002-04-19 [paul]       0.7.4claws82
8905
8906         * po/pt_BR.po
8907                 updated by Fabio Junior Beneditto
8908
8909 2002-04-14 [alfons]     0.7.4claws81
8910
8911         * src/passphrase.c
8912                 add #include <sys/types.h> for mode_t and off_t 
8913
8914 2002-04-13 [paul]       0.7.4claws80
8915         
8916         * src/main.c
8917           src/passphrase.[ch]
8918           src/pgptext.c
8919           src/prefs_common.[ch]
8920           src/rfc2015.c
8921                 enable storing of GnuPG passphrase for the whole 
8922                 session or a user-defined number of minutes. patch 
8923                 submitted by Ravemax <ravemax@dextrose.com>
8924
8925 2002-04-13 [alfons]     0.7.4claws79
8926
8927         * src/textview.c
8928                 make email parser also stop scanning when encountering separators
8929                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8930
8931 2002-04-13 [paul]       0.7.4claws78
8932
8933         * sync with 0.7.4cvs39
8934                 see ChangeLog entry 2002-04-12
8935
8936 2002-04-11 [paul]       0.7.4claws77
8937
8938         * sync with 0.7.4cvs37
8939                 see ChangeLog entry 2002-04-11
8940
8941 2002-04-11 [paul]       0.7.4claws76
8942
8943         * COPYING 
8944                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8945                 the clause for OpenSSL). sync with sylpheed main
8946
8947 2002-04-09 [melvin]     0.7.4claws75
8948
8949         * src/compose.c
8950                 Made 'Ctrl-Enter' on send ignore some modifiers 
8951                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8952                 to bind other *-Enter (but not Alt-Enter).
8953
8954 2002-04-09 [paul]       0.7.4claws74
8955
8956         * sync with 0.7.4cvs35
8957                 see ChangeLog entries 2002-04-09
8958
8959 2002-04-08 [paul]       0.7.4claws73
8960
8961         * sync with 0.7.4cvs33
8962                 see ChangeLog entry 200-04-08
8963
8964 2002-04-07 [match]      0.7.4claws72
8965
8966         * src/addrharvest.[ch]
8967                 fixed to read all addresses in header, regardless
8968                 of header size. improved name parsing. accommodate
8969                 harvest from folders and selected message.
8970         * src/addritem.[ch]
8971                 included new address parsing function.
8972         * src/addrgather.[ch]
8973         * src/addressbook.[ch]
8974         * src/summaryview.[ch]
8975         * src/mainwindow.c
8976                 allow address harvest of folder as well as selected
8977                 messages.
8978
8979 2002-04-07 [paul]       0.7.4claws71
8980
8981         * src/esmtp.[ch]
8982           src/smtp.c
8983                 don't try to authenticate with CRAM-MD5 in SMTP when 
8984                 SMTP-AUTH enabled if MTA doesn't issue this 
8985                 auth-method in it's ehlo-response. bug item #531364,
8986                 patch item #938910. patch submitted by Colin Leroy 
8987                 <colin@colino.net>
8988
8989 2002-04-07 [paul]       0.7.4claws70
8990
8991         * src/nntp.c
8992                 fix missing MODE_READER bug. patch submitted by
8993                 Colin Leroy <colin@colino.net>
8994
8995 2002-04-07 [alfons]     0.7.4claws69
8996
8997         * src/matcher.[ch]
8998         * src/prefs_filtering.c
8999         * src/summaryview.c
9000                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
9001                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
9002
9003 2002-04-07 [paul]       0.7.4claws68
9004
9005         * sync with 0.7.4cvs32
9006                 see ChangeLog entry 2002-04-06
9007
9008         * tools/filter_conv.pl
9009                 more bug fixes
9010
9011 2002-04-06 [paul]       0.7.4claws67
9012
9013         * tools/filter_conv.pl
9014                 modify to be able to find the name of the first
9015                 mailbox and use that. main's filter does not
9016                 record the full path to the mailbox and therefore
9017                 can only filter to the first mailbox.
9018
9019 2002-04-05 [paul]       0.7.4claws66
9020
9021         * tools/filter_conv.pl
9022                 attempt to make the script all-encompassing and
9023                 be able to convert any main 'filter' rule thrown
9024                 at it
9025
9026 2002-04-05 [paul]       0.7.4claws65
9027
9028         * tools/filter_conv.pl
9029                 allow for collapsed folder trees
9030
9031 2002-04-05 [paul]       0.7.4claws64
9032
9033         * sync with 0.7.4cvs31
9034                 see ChangeLog entries 2002-04-05
9035
9036 2002-04-03 [paul]       0.7.4claws63
9037
9038         * sync with 0.7.4cvs29
9039                 see ChangeLog entries 2002-04-02 and 2002-04-03
9040
9041 2002-04-02 [paul]       0.7.4claws62
9042
9043         * sync with 0.7.4cvs26
9044                 see ChangeLog entry 2002-04-01
9045
9046 2002-04-02 [match]      0.7.4claws61
9047
9048         * src/pine.[ch]
9049         * src/importpine.[ch]
9050         * src/addressbook.c
9051                 import Pine address book.
9052
9053 2002-04-02 [match]      0.7.4claws60
9054
9055         * src/addrharvest.[ch]
9056                 improve address parsing of funky addresses.
9057
9058 2002-04-02 [darko]      0.7.4claws59
9059
9060         * src/compose.c
9061                 wrap on send improvements, it now recognizes quoted
9062                 initials as part of the quotation string, and it
9063                 does not join lines separated by CR
9064
9065 2002-04-01 [match]      0.7.4claws58
9066
9067         * src/mgutils.[ch]
9068                 added new functions.
9069         * src/mutt.[ch]
9070                 remove excessive duplicate address generation
9071                 on import.
9072
9073 2002-04-01 [alfons]     0.7.4claws57
9074         
9075         * src/summaryview.c
9076                 put back g_free() 
9077
9078 2002-04-01 [paul]       0.7.4claws56
9079
9080         * sync with 0.7.4cvs25
9081                 see ChangeLog entry 2002-04-01
9082
9083 2002-04-01 [alfons]     0.7.4aprilfool55
9084
9085         * src/summaryview.c
9086                 honour feature request item #537427 to allow for
9087                 displaying names from address book for sent mail also
9088
9089 2002-03-29 [paul]       0.7.4claws54
9090
9091         * src/mainwindow.c
9092           src/prefs_filtering.[ch]
9093           src/prefs_matcher.c
9094           src/summaryview.c
9095                 add 'fast filter' for claws' filtering,
9096                 /Tools/Create filter rule/... patch submitted
9097                 by Neill Miller <neillm@thecodefactory.org>
9098
9099 2002-03-29 [paul]       0.7.4claws53
9100
9101         * sync with 0.7.4cvs24
9102                 see ChangeLog entry 2002-03-29
9103
9104 2002-03-28 [paul]       0.7.4claws52
9105
9106         * sync with 0.7.4cvs23
9107                 see ChangeLog entry 2002-03-28
9108
9109 2002-03-27 [melvin]     0.7.4claws51
9110
9111         * src/prefs_actions.c
9112                 Added support to pass only one message part (as a
9113                 file) to the command using '%p'. No quotes are needed
9114                 because doubles quotes are automatically added.
9115                 Fixed bug where Sylpheed could block when waiting for
9116                 a child process to finish.
9117                 Changed the help menu to remove quotes around symbols to 
9118                 avoid misinterpretation (they must not be used).
9119
9120 2002-03-27 [melvin]     0.7.4claws50
9121
9122         * src/inc.c
9123                 Made the new mail notification command always 
9124                 execute asynchronously.
9125
9126 2002-03-27 [paul]       0.7.4claws49
9127
9128         * src/compose.c
9129                 fix bug introduced in last commit
9130
9131 2002-03-27 [paul]       0.7.4claws48
9132
9133         * sync with 0.7.4cvs21
9134                 see ChangeLog 2002-03-26 and 2002-03-27
9135
9136 2002-03-26 [hoa]        0.7.4claws47
9137
9138         * src/prefs_folder_item.c
9139                 really fixed the bug #516442 with folder rescan.
9140
9141 2002-03-26 [paul]       0.7.4claws46
9142
9143         * sync with 0.7.4cvs19
9144                 see ChangeLog entries 2002-03-25 and 2002-03-26
9145
9146 2002-03-25 [hoa]        0.7.4claws45
9147
9148         * src/matcher.c
9149         * src/mh.c
9150                 fix the bug #516442 with folder rescan.
9151
9152         * src/prefs_common.[ch]
9153         * src/compose.c
9154                 added an option to enable two different behaviours
9155                 for bounce.
9156
9157
9158 2002-03-25 [paul]       0.7.4claws44
9159
9160         * src/mainwindow.c
9161           src/selective_download.c
9162                 correct a few menuitem labels
9163
9164 2002-03-25 [christoph]  0.7.4claws43
9165
9166         * src/procmsg.c
9167                 fix non deleted tmp message in
9168                 procmsg_save_to_outbox
9169                 fix problems caused by sync with
9170                 main branch's procmsg_send_queue
9171
9172 2002-03-25 [paul]       0.7.4claws42
9173
9174         * src/quote_fmt.c
9175           src/quote_fmt_lex.l
9176           src/quote_fmt_parse.y
9177                 add Last name (%L) placeholder for quoting. 
9178                 patch submitted by Thorsten Thielen 
9179                 <thth@users.sourceforge.net>
9180
9181 2002-03-25 [paul]       0.7.4claws41
9182
9183         * src/utils.c
9184                 get full hostname. patch submitted by
9185                 Bob Woodside <rwoodside1@comcast.net>
9186
9187 2002-03-25 [paul]       0.7.4claws40
9188
9189         * src/account.c
9190           src/news.c
9191           src/nntp.[ch]
9192           src/prefs_account.[ch]
9193                 enable NNTP over SSL. patch submitted by
9194                 Pascal Jermini <pascal@infinity.hn.org>
9195
9196 2002-03-24 [paul]       0.7.4claws39
9197
9198         * src/prefs_common.c
9199                 make the arrangement of the Compose tab more
9200                 coherent
9201
9202         * src/mainwindow.c
9203                 fix some irregularities of style
9204
9205         * po/de.po
9206                 updated by Kilian Krause
9207
9208 2002-03-23 [paul]       0.7.4claws38
9209
9210         * po/pt_BR.po
9211                 updated by Fabio Junior Beneditto
9212
9213 2002-03-23 [paul]       0.7.4claws37
9214
9215         * src/mainwindow.c
9216                 move 'Gather addresses' to 'Tools' menu
9217                 make 'Selective download' sensitive
9218
9219 2002-03-23 [paul]       0.7.4claws36
9220
9221         * sync with 0.7.4cvs16
9222                 see ChangeLog entries 2002-03-23
9223
9224 2002-03-22 [christoph]  0.7.4claws35
9225
9226         * src/quote_fmt_parse.y
9227                 fix include program output
9228
9229 2002-03-22 [alfons]     0.7.4claws34
9230
9231         * src/pop.c
9232                 initialize GDate stack variable correctly (sorry!)
9233
9234 2002-03-22 [paul]       0.7.4claws33
9235
9236         * src/compose.c
9237           src/mainwindow.c
9238           src/prefs_actions.c
9239           src/prefs_common.c
9240                 rename 'Tool' to 'Tools'
9241
9242         * src/mainwindow.c
9243                 move 'Delete duplicated messages' from
9244                 'Message/' to 'Tools/'
9245                 re-arrange the order of 'Tools/' items
9246
9247 2002-03-22 [paul]       0.7.4claws32
9248
9249         * src/addr_compl.c
9250           src/addressbook.[ch]
9251                 auto-address completion now also matches on
9252                 Nickname. patch submitted by Bob Forsman 
9253                 <hammor@users.sourceforge.net>
9254
9255         * src/editaddress.c
9256                 correct a spelling mistake
9257
9258 2002-03-22 [alfons]     0.7.4claws31
9259
9260         * src/pop.c
9261                 fix getting uidl from incorrect string 
9262                 (spotted by Colin)
9263
9264 2002-03-21 [alfons]     0.7.4claws30
9265
9266         * src/pop.c
9267                 more code refactoring
9268                 plug mem leak introduced by delete on server
9269
9270 2002-03-21 [paul]       0.7.4claws29
9271
9272         * sync with 0.7.4cvs11
9273                 see ChangeLog entries 2002-03-20
9274
9275 2002-03-20 [alfons]     0.7.4claws28
9276
9277         * src/inc.c
9278                 apply Colin's patch and refactor
9279
9280 2002-03-20 [paul]       0.7.4claws27
9281
9282         * sync with sylpheed 0.7.4cvs9
9283                 see ChangeLog entry 2002-03-20
9284
9285 2002-03-19 [christoph]  0.7.4claws26
9286
9287         * src/mh.c
9288         * src/procmsg.[ch]
9289         * src/summaryview.c
9290                 revert changes for flag updates
9291                 (does not work correctly and no time to debug)
9292
9293 2002-03-20 [alfons]     0.7.4claws25
9294
9295         * src/pop.c
9296                 refactor should_delete() a little bit 
9297
9298 2002-03-19 [paul]       0.7.4claws24
9299
9300         * src/inc.[ch]
9301           src/pop.c
9302           src/prefs_account.[ch]
9303                 allow the user to leave downloaded mail on the 
9304                 server for n days. Patch submitted by Colin Leroy 
9305                 <colin@colino.net>
9306
9307 2002-02-19 [paul]       0.7.4claws23
9308
9309         * sync with sylpheed 0.7.4cvs8
9310                 see ChangeLog entries 2002-03-19
9311
9312 2002-03-18 [paul]       0.7.4claws22
9313
9314         * sync with sylpheed 0.7.4cvs6
9315                 see ChangeLog entry 2002-03-18
9316
9317 2002-03-18 [paul]       0.7.4claws21
9318
9319         * po/en_GB.po
9320                 add en_GB message catalogue
9321
9322         * src/mbox_folder.c
9323           src/prefs_account.c
9324           src/prefs_actions.c
9325                 correct a few spelling mistakes
9326
9327 2002-03-17 [alfons]     0.7.4claws20
9328
9329         * src/matcher.c
9330                 more stringent checks for NULL params when writing
9331                 filtering actions to a file
9332                 
9333 2002-03-17 [hoa]        0.7.3claws20
9334
9335         * src/news.c
9336                 fixed the count of new messages
9337
9338         * src/compose.c
9339                 fixed the "attachment properties" window
9340
9341 2002-03-17 [paul]       0.7.4claws19
9342
9343         * src/defs.h
9344           src/folder.h
9345           src/news.c
9346           src/prefs_account.[ch]
9347           src/procmsg.[ch]
9348           src/summaryview.c
9349                 automatically mark cross-posted messages as read 
9350                 and (optionally) give them a colour label
9351                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9352                 
9353
9354 2002-03-17 [paul]       0.7.4claws18
9355
9356         * sync with sylpheed 0.7.4cvs5
9357                 see ChangeLog entry 2002-03-17
9358
9359 2002-03-17 [melvin]     0.7.4claws17
9360         
9361         * src/textview.c
9362                 Worked around a gtktext 'bug': when searching for 
9363                 a text in a long message it was scrolling slowly
9364                 line by line until it hit the searched text.
9365         * po/fr.po
9366                 Updated French translation
9367
9368 2002-03-17 [melvin]     0.7.4claws16
9369
9370         * src/mainwindow.c
9371         * src/compose.c
9372         * src/prefs_actions.c
9373                 Moved "Edit/Actions" to "Tool/Actions"
9374                 Made mainwindow/compose window sensitive as soon as
9375                 no child process is running anymore even if the io dialog
9376                 is open.
9377                 Fixed a struct being initialized with a non constant char*
9378
9379 2002-03-16 [christoph]  0.7.4claws15
9380
9381         * configure.in
9382                 add --with-compiler-flags option
9383                 (only for developer hacking)
9384         * src/mh.c
9385         * src/procmsg.[ch]
9386         * src/summaryview.c
9387                 try to make folder-stats and flag handling more
9388                 independent from the summaryview. msgcounts
9389                 are only set when the folder is opened and
9390                 procmsg_msginfo_(un)set_flags will handle it
9391                 later and summaryview will get the values
9392                 from the folder.
9393
9394 2002-03-16 [paul]       0.7.4claws14
9395
9396         * src/messageview.c
9397                 fix Return-receipt. Patch submitted by Bob
9398                 Woodside <rwoodside1@comcast.net>
9399
9400 2002-03-16 [paul]       0.7.4claws13
9401
9402         * src/compose.c
9403                 fix 'dynamic' signatures, make it work again
9404                 broken during sync on 2002-03-14 (0.7.4claws2)
9405
9406 2002-03-15 [match]      0.7.4claws12
9407
9408         * src/addrharvest.[ch]
9409         * src/addrgather.[ch]
9410         * src/addressbook.[ch]
9411         * src/mainwindow.c
9412                 included address harvester feature. still some
9413                 issues with address parsing that I will fix.
9414
9415 2002-03-15 [match]      0.7.4claws11
9416
9417         * src/addrbook.[ch]
9418         * src/addrcache.[ch]
9419         * src/addressbook.[ch]
9420         * src/addrindex.c
9421         * src/editbook.c
9422         * src/importldif.c
9423         * src/importmutt.c
9424         * src/jpilot.[ch]
9425         * src/main.c
9426         * src/syldap.[ch]
9427         * src/vcard.[ch]
9428                 tidy up. fix memory leaks. moved attribs and methods
9429                 from individual interfaces to addrcache object. prep
9430                 for new stuff to come in.
9431
9432 2002-03-15 [alfons]     0.7.4claws10
9433
9434         * src/matcher.[ch]
9435         * src/matcher_parser_parse.y
9436         * src/matcher_parser_lex.l
9437         * src/prefs_matcher.c
9438                 add filtering conditions message greater than, smaller 
9439                 than, and exactly matching a size in bytes
9440                 (does not work with delete from POP3 server yet)
9441
9442                 this should also give others an idea what you should
9443                 do to add new criterions to claws filtering system
9444                 
9445
9446 2002-03-15 [paul]       0.7.4claws9
9447
9448         * tools/filter_conv.pl
9449                 exit if there are no filter rules to convert
9450                 rename filterrc to filterrc.old after completion
9451
9452 2002-03-15 [paul]       0.7.4claws8
9453
9454         * sync with sylpheed 0.7.4cvs3
9455                 see ChangeLog entry 2002-03-14
9456
9457 2002-03-14 [paul]       0.7.4claws7
9458
9459         * src/compose.c
9460                 clean up the last commit (ahem)
9461
9462 2002-03-14 [paul]       0.7.4claws6
9463
9464         * src/compose.c
9465                 fix bug #515655. honour account preferences
9466                 regarding gpg default signing/encryption when 
9467                 changing account from the compose window.
9468
9469 2002-03-14 [paul]       0.7.4claws5
9470
9471         * src/folderview.c
9472                 remove unnecessary curly brackets
9473
9474 2002-03-14 [paul]       0.7.4claws4
9475
9476         * src/folderview.c
9477           src/prefs_filtering.[ch]
9478                 add filter rename on folder rename and filter
9479                 delete on folder delete. Patch submitted by
9480                 Neill Miller <neillm@thecodefactory.org> 
9481
9482 2002-03-14 [christoph]  0.7.4claws3
9483
9484         * src/procmsg.c
9485         * src/send.c
9486                 fix local delivery
9487                 (patch submitted by "Simon 'corecode' Schubert")
9488         * src/prefs_common.c
9489         * src/procmsg.c
9490                 fix gcc 3.0 warning
9491
9492 2002-03-14 [paul]       0.7.4claws2
9493
9494         * sync with sylpheed 0.7.4cvs2
9495                 see ChangeLog entry 2002-03-13
9496
9497 2002-03-12 [darko]      0.7.4claws1
9498
9499         * src/mainwindow.c
9500                 fix what seems to be a copy and paste error
9501                 when setting color for important messages
9502                 (reported by wwp)
9503
9504 2002-03-11 [paul]       version 0.7.4claws released
9505
9506 2002-03-11 [paul]       0.7.4claws
9507
9508         * po/es.po
9509           po/it.po
9510           po/nl.po
9511           po/pt_BR.po
9512                 update message catalogs. Submitted by Ricardo Mones 
9513                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9514                 Fabio Junior Beneditto
9515
9516         * configure.in
9517           faq/Makefile.am
9518           faq/it/Makefile
9519           faq/it/sylpheed-faq*
9520           src/mainwindow.c
9521           src/manual.[ch]
9522                 add FAQ in Italian
9523         
9524
9525 2002-03-11 [jens]       0.7.3claws7
9526
9527         * po/de.po
9528                 updated German translation
9529
9530 2002-03-11 [melvin]     0.7.3claws6
9531
9532         * po/fr.po
9533                 updated and corrected French translation
9534
9535 2002-03-10 [hoa]        0.7.3claws5
9536
9537         * src/account.c
9538         * src/inc.c
9539         * src/prefs_account.c
9540         * src/procmsg.c
9541         * src/send.[ch]
9542                 fixed the local account.
9543                 you have to change the default "/usr/sbin/sendmail"
9544                 to "/usr/sbin/sendmail -t" in the preferences of
9545                 the local account.
9546
9547         * src/procmime.c
9548                 removed some debug display for renderer
9549
9550 2002-03-10 [paul]       0.7.3claws4
9551
9552         * faq/en/sylpheed-faq-1.html
9553           faq/en/sylpheed-faq-2.html
9554                 update
9555
9556 2002-03-09 [paul]       0.7.3claws3
9557
9558         * sync with sylpheed 0.7.4
9559                 see ChangeLog entry 2002-03-09
9560
9561 2002-03-08 [paul]       0.7.3claws2
9562
9563         * faq/en/sylpheed-faq*
9564           faq/es/sylpheed-faq*
9565           faq/fr/sylpheed-faq*
9566                 update the FAQs
9567
9568         * manual/fr/.cvsignore
9569           manual/fr/Makefilea.am
9570           manual/fr/sylpheed*
9571           src/mainwindow.c
9572           src/manual.[ch]
9573                 add the French manual
9574
9575 2002-03-07 [paul]       0.7.3claws1
9576
9577         * sync with sylpheed 0.7.3cvs4
9578                 see ChangeLog entries  2002-03-06 and 2002-03-07
9579         
9580         * po/nl.po
9581                 updated by Wilbert Berendsen
9582
9583 2002-03-07 [melvin]     0.7.2claws34
9584
9585         * src/selective_download.c
9586                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9587
9588 2002-03-06 [paul]       0.7.2claws33
9589
9590         * sync with sylpheed 0.7.3cvs1
9591                 bug fix, see ChangeLog entry 2002-03-05
9592
9593 2002-03-05 [paul]       0.7.2claws32
9594
9595         * src/mimeview.c
9596           src/pgptext.[ch]
9597           src/procmsg.c
9598                 reverse the pgp ascii-armored code implemented in 
9599                 0.7.2claws16. removal of this code until it matures.
9600                 this means that verifying ascii-armored pgp sigs and
9601                 automatic decryption of ascii-armored encrypted
9602                 messages no longer works.
9603
9604 2002-03-05 [paul]       0.7.2claws31
9605
9606         * configure.in
9607           Makefile.am
9608         * faq/Makefile.am
9609         * faq/en/Makefile.am
9610           faq/en/sylpheed-faq.html
9611           faq/en/sylpheed-faq-1.html
9612           faq/en/sylpheed-faq-2.html
9613           faq/en/sylpheed-faq-3.html
9614         * faq/es/Makefile.am
9615           faq/es/sylpheed-faq.html
9616           faq/es/sylpheed-faq-1.html
9617           faq/es/sylpheed-faq-2.html
9618           faq/es/sylpheed-faq-3.html
9619           faq/es/sylpheed-faq-4.html
9620         * faq/fr/Makefile.am
9621           faq/fr/sylpheed-faq.html
9622           faq/fr/sylpheed-faq-1.html
9623           faq/fr/sylpheed-faq-2.html
9624           faq/fr/sylpheed-faq-3.html
9625         * src/Makefile.am
9626           src/defs.h
9627           src/mainwindow.c
9628           src/manual.[ch]
9629                 add FAQs in English, Spanish and French
9630
9631
9632 2002-03-05 [paul]       0.7.2claws30
9633
9634         * manual/en/sylpheed.html
9635           manual/en/sylpheed-XX.html
9636                 updated the English manual
9637
9638 2002-03-05 [hoa]        
9639
9640         * src/summaryview.c
9641                 dialog box pops up if the article can't be deleted.
9642
9643 2002-03-04 [paul]       
9644         
9645         * po/pt_BR.po
9646                 updated by Fabio Junior Benedito
9647
9648 2002-03-04 [hoa]
9649
9650         * removed ac/gpgme.m4
9651                 to avoid autogen common problem
9652                 developers have to install gpgme development package now
9653
9654         * src/compose.c
9655                 encoding to 7bit or 8bit is enabled.
9656
9657 2002-03-03 [alfons]     0.7.2claws29
9658
9659         * src/pop.c
9660                 merge fix by Oliver Haertel for selective
9661                 download buglet
9662
9663 2002-03-03 [paul]       0.7.2claws28
9664         
9665         * sync with sylpheed 0.7.3
9666
9667 2002-03-03 [paul]       0.7.2claws27
9668
9669         * sync with sylpheed 0.7.2cvs24
9670                 see ChangeLog entries 2002-03-02 and 2002-03-03
9671
9672 2002-03-02 [melvin]     0.7.2claws26
9673
9674         * src/inc.[ch]
9675         * src/main.c
9676         * src/mainwindow.c
9677         * src/prefs_common.[ch]
9678                 Added user definable notification on new mail arrival.
9679                 Removed unused variables in spell checker prefs code.
9680
9681 2002-03-02 [melvin]     0.7.2claws25
9682
9683         * src/quote_fmt.c
9684                 Removed unnecessary escape sequences.
9685                 Changed 'Initial...' to 'Initials of Sender'
9686
9687 2002-03-02 [paul]       0.7.2claws24
9688
9689         * sync with sylpheed 0.7.2cvs22
9690                 see ChangeLog entry 2002-03-01
9691
9692 2002-03-01 [hoa]        0.7.2claws23
9693
9694         * src/mainwindow.c
9695                 Set sensitivity of delete actions to active
9696                 even if the folder is a newsgroup.
9697
9698         * src/summaryview.c
9699                 - Set sensitivity of delete actions
9700                 - Added function check_permission() that will check if the
9701                   user is authorized to delete a message. For news, it
9702                   will check if the author is the same.
9703                 - Enabled deletion when there is no trash folder.
9704
9705         * src/news.[ch]
9706                 - Added news_cancel_article() to cancel articles
9707                 - Implemented news_remove_message() (public function)
9708
9709 2002-03-01 [paul]       0.7.2claws22
9710
9711         * src/gtkutils.c
9712           src/textview.c
9713                 recognise urls that that don't include 'http://' and
9714                 simply begin 'www.' 
9715
9716         * AUTHORS
9717                 remove duplicated name
9718
9719 2002-02-28 [paul]       0.7.2claws21
9720
9721         * src/mainwindow.c
9722           src/summaryview.[ch]
9723                 add ability to 'Select thread'
9724                 combines Melvin's "Select thread's head" patch (#510907)
9725                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9726                 patch (#518514) 
9727
9728 2002-02-28 [paul]       0.7.2claws20
9729
9730         * src/mimeview.c
9731                 hopefully fix segfault on right-clicking a mime part
9732                 that some people have experienced.      
9733                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9734
9735 2002-02-28 [paul]       0.7.2claws19
9736
9737         * sync with sylpheed 0.7.2cvs21
9738                 see ChangeLog entries 2002-02-27 and 2002-02-28
9739
9740 2002-02-27 [paul]       0.7.2claws18
9741
9742         * sync with sylpheed 0.7.2cvs18
9743                 see ChangeLog entries 2002-02-26 and 2002-02-27
9744
9745 2002-02-26 [alfons]     0.7.2claws17
9746
9747         * src/procheader.c
9748                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9749                 (spotted by Chris Hessman <idatech@gmx.net>)
9750
9751 2002-02-26 [paul]       0.7.2claws16
9752
9753         * src/mimeview.c
9754           src/pgptext.[ch]
9755           src/procmsg.c
9756                 make decryption of ascii-armored pgp encrypted messages
9757                 and verification of ascii-armored signatures work again.
9758                 slightly altered from the patch by Jens Jahnke 
9759                 <jan0sch@gmx.net>
9760
9761                 ##FIX ME##
9762                 * the checking of plaintext signatures always comes up in 
9763                   a popup box
9764                 * it doesn't work for multipart messages 
9765                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9766                   including the msg headers and these 2 line themselves, are 
9767                   not displayed
9768
9769         * src/mainwindow.c
9770                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9771                 "View/Message View" becomes "View/Separate Message View"
9772                 because its less ambiguous.
9773
9774         * po/es.po
9775                 updated by Ricardo Mones Lastra
9776
9777 2002-02-26 [paul]       0.7.2claws15
9778
9779         * sync with sylpheed 0.7.2cvs17
9780                 see ChangeLog entries 2002-02-25 and 2002-02-26
9781
9782 2002-02-25 [christoph]  0.7.2claws14
9783
9784         * src/filtering.[ch]
9785         * src/inc.c
9786                 do filtering stuff after all messages have been received
9787                   1. drop all messages to .processing
9788                   2. scan processing folder for messages
9789                   3. filter messages or move to inbox
9790                 this will also find old messages left in processing after
9791                 a crash or something like that and we get a real msginfo
9792                 from folder->get_msg_list and do not have to create our
9793                 own in filter_message
9794         * src/matcher_parser_parse.y
9795                 remove MIX/MAX warning (reordered includes)
9796
9797 2002-02-25 [paul]       0.7.2claws13
9798
9799         * sync with sylpheed 0.7.2cvs15
9800                 see ChangeLog entry 2002-02-24
9801
9802 2002-02-24 [alfons]     0.7.2claws12
9803
9804         * src/filtering.c
9805                 clear old color flags first when applying a new color to
9806                 a message info. 
9807                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9808
9809 2002-02-24 [alfons]     0.7.2.claws11
9810         
9811         * AUTHORS
9812         * src/prefs_common.c
9813                 add presets for Opera and Konqueror, closes patch #517261,
9814                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9815
9816 2002-02-24 [alfons]     0.7.2.claws10
9817
9818         * AUTHORS
9819         * src/summaryview.c
9820                 fix threading for null message ids, closes patch #521601,
9821                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9822
9823 2002-02-24 [alfons]     0.7.2claws9
9824
9825         * src/summaryview.c
9826         * src/filtering.c
9827                 make Tool | Filter Message work with filtering system so
9828                 setting flags also works
9829
9830                 TODO:
9831
9832                 - Processing uses the same function as Tool | Filter
9833                   Message, but doesn't use the same update proc yet
9834
9835 2002-02-23 [paul]       0.7.2claws8
9836
9837         * sync with sylpheed 0.7.2cvs14
9838                 see ChangeLog entries 2002-02-22 and 2002-02-23
9839
9840 2002-02-22 [christoph]  0.7.2claws7
9841
9842         * src/quote_fmt.c
9843                 Add column space to table
9844         * src/quote_fmt_parse.y
9845                 Close files
9846
9847 2002-02-22 [paul]       0.7.2claws6
9848
9849         * src/Makefile.am
9850           src/defs.h
9851           src/filtering.c
9852           src/inc.[ch]
9853           src/mainwindow.c
9854           src/matcher.[ch]
9855           src/matcher_parser_lex.l
9856           src/matcher_parser_parse.y
9857           src/pop.[ch]
9858           src/prefs_account.h
9859           src/prefs_filtering.c
9860           src/selective_download.[ch]   *** NEW FILES ***
9861           src/utils.[ch]
9862           po/POTFILES.in
9863                 Selective Download added to 'Tool' menu. 
9864                 Retrieves email headers of the currently selected pop3 
9865                 account and allows the user to mark emails for deletion 
9866                 right on the pop3 server. Patch submitted by Oliver Haertel 
9867                 <oha@users.sourceforge.net>.
9868         
9869         * po/POTFILES.in
9870                 add 'src/quote_fmt.c'           
9871
9872 2002-02-22 [christoph]  0.7.2claws5
9873
9874         * src/Makefile.am
9875                 added quote_fmt.c
9876         * src/prefs_common.[ch]
9877         * src/prefs_template.c
9878         * src/quote_fmt.c               *** NEW FILE ***
9879         * src/quote_fmt.h
9880                 move quote format symbol description code
9881                 to it's own file because it is used from
9882                 differnent code parts
9883                 Rewrote symbol description GUI
9884                   + use table
9885                   + add separators
9886                   + get data from array (no more long constant strings)
9887         * src/quote_fmt_lex.l
9888         * src/quote_fmt_parse.y
9889                 Symbol for Literal % changed to \% instead of %%
9890                 (More logical as \ is used for quoting for other symbols)
9891                 Add |f and |p to include files and program output
9892                 Examples:
9893                     |f{/home/.../.signature}
9894                     |p{date}
9895         * po/de.po
9896                 Correct wrong spelling for "Referenzen"
9897
9898 2002-02-21 [paul]       0.7.2claws4
9899
9900         * src/procmsg.c
9901                 forgotten during sync
9902
9903 2002-02-21 [paul]       0.7.2claws3
9904
9905         * sync with sylpheed 0.7.2cvs11
9906                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9907                 2002-02-20 and 2002-02-21
9908
9909 2002-02-20 [melvin]     0.7.2claws2
9910
9911         * src/prefs_actions.c
9912                 Added error report when child cannot fork or when execvp 
9913                 returns with an error.
9914
9915 2002-02-19 [christoph]  0.7.2claws1
9916
9917         * src/codeconv.c
9918                 return unconverted text if conde conversion is not possible
9919                 when libjconv is used.
9920                 (patch submitted by "Simon 'corecode' Schubert")
9921
9922 2002-02-19 [paul]       
9923
9924         * version 0.7.2claws release
9925
9926 2002-02-19 [paul]       0.7.2claws
9927
9928         * po/nl.po
9929                 updated by Wilbert Berendsen
9930
9931
9932 2002-02-18 [alfons]     0.7.1claws13
9933
9934         * src/syldap.c
9935         * src/jpilot.c
9936                 remove references to dlfcn and explicitly loading functions
9937                 from dynalink libs, because libs linked anyway, and functions
9938                 are loaded explicitly
9939
9940 2002-02-17 [melvin]     0.7.1claws12
9941
9942         * src/prefs_actions.c
9943                 Replaced children wait loop with double fork technique.
9944                 Now, input/output window updated at each new output.
9945                 free_children(): Fixed a memory leak.
9946                 Made input/output window non closable if running children
9947                 still exist.
9948                 Added missing <unistd.h> include.
9949                 Added some --debug outputs.
9950
9951 2002-02-17 [melvin]     0.7.1claws11
9952
9953         * src/summaryview.c
9954                 Fixed bug where descending sort order did not select top
9955                 message.
9956
9957 2002-02-17 [melvin]     0.7.1claws10
9958
9959         * acconfig.h
9960                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9961         * src/prefs_common.c
9962                 Pspell data package directory no more hard coded but
9963                 set during configuration (PSPELL_PATH). (Thanks to 
9964                                 Gustavo Noronha Silva.)
9965
9966 2002-02-17 [melvin]     0.7.1claws9
9967
9968         * configure.in
9969                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9970         * src/gtkspell.c
9971                 Fixed compile-time warnings.
9972
9973 2002-02-16 [alfons]     0.7.1claws8
9974
9975         * src/filesel.c
9976                 fix inadvertent free of NULL pointer which caused
9977                 sylpheed to crash when closing the save-as dialog
9978                 using the window close button
9979
9980 2002-02-16 [carsten]    0.7.1claws7
9981         * src/mainwindow.[ch]
9982           src/summaryview.c
9983           src/prefs_common.c
9984                 fixes for pixmap theming code:
9985                         - recently changed mail attributes shouldn't get
9986                           lost any longer
9987                         - theme is only reloaded iff another theme was
9988                           selected
9989
9990 2002-02-16 [paul]       0.7.1claws6
9991
9992         * sync with sylpheed 0.7.2 release
9993                 see ChangeLog entry 2002-02-15 and 2002-02-16
9994
9995 2002-02-15 [paul]       0.7.1claws5
9996
9997         * sync with sylpheed 0.7.1cvs9
9998                 see ChangeLog entry 2002-02-15
9999
10000         * po/POTFILES.in
10001                 remove unneeded headerwindow.c entry
10002
10003 2002-02-14 [carsten]    0.7.1claws4
10004         * src/summaryview.c
10005                 fixed a bug for "Go to next unread message": there was
10006                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
10007                 in the prefs, because of doing "Search again" instead
10008                 "No"
10009
10010 2002-02-14 [carsten]    0.7.1claws3
10011         * src/stock_pixmap.c
10012                 removed 2 more mem leaks; following memprof,
10013                 this code is "leak free" now :)
10014
10015 2002-02-14 [carsten]    0.7.1claws2
10016         * src/stock_pixmap.c
10017                 used opendir/readdir/closedir instead of scandir
10018                 -> code should work now on Solaris
10019
10020 2002-02-14 [paul]       0.7.1claws1
10021
10022         * sync with sylpheed 0.7.1cvs8
10023                 see ChangeLog entries 2002-02-13 and 2002-02-14
10024
10025         * README.claws
10026                 add some description of Actions and Pixmap Themes
10027
10028 2002-02-13 [paul]       
10029
10030         * version 0.7.1claws release
10031
10032 2002-02-13 [paul]       0.7.1claws
10033
10034         * po/es.po
10035           po/it.po
10036           po/pt_BR.po
10037                 updated translations, submitted by Ricardo Mones Lastra,
10038                 Alessandro Maestri and Fabio Junior Beneditto
10039
10040 2002-02-13 [melvin]     0.7.0claws75
10041
10042         * src/prefs_actions.c
10043                 Added missing "signal.h" include
10044
10045 2002-02-13 [melvin]     0.7.0claws74
10046
10047         * src/prefs_folder_item.c
10048                 Added missing "config.h" include
10049         * po/fr.po
10050                 Updated French translation for folder propriety.
10051
10052 2002-02-13 [jens]       0.7.0claws73
10053
10054         * po/POTFILES.in
10055                 Added missing src/prefs_folder_item.c [log added by melvin]
10056         * po/de.po
10057                 Updated German translation.
10058
10059 2002-02-13 [melvin]     0.7.0claws72
10060
10061         * po/fr.po
10062                 Updated French translation.
10063
10064 2002-02-13 [melvin]     0.7.0claws71
10065
10066         * src/gtkutils.c
10067                 Made gtkut_editable_get_selection return NULL if selection
10068                 is of length zero.
10069                 This fixes a bug where selecting part of message A then
10070                 switching to message B and replying to it will not
10071                 quote the message's body.
10072
10073 2002-02-12 [paul]       0.7.0claws70
10074
10075         * src/mainwindow.c
10076                 cosmetic, relating to pixmap themes: on toolbar make 
10077                 updating of 'Exec' and 'Compose news/Compose email'
10078                 icons faster.
10079
10080 2002-02-12 [carsten]    0.7.0claws69
10081         * src/folderview.c
10082           src/mainwindow.[ch]
10083           src/stock_pixmap.c
10084           src/summaryview.c
10085           src/prefs_common.c
10086                 - refreshing after changing pixmap theme better
10087                   now (thanks Paul)
10088                 - wanted to remove some mem leaks, but alfons was
10089                   faster (and had the better solution ;)
10090
10091 2002-02-12 [alfons]     0.7.0claws68
10092
10093         * src/prefs_common.c
10094         * src/stock_pixmap.[ch]
10095                 plug mem leaks, refactor code a little bit
10096
10097
10098 2002-02-12 [sergey]     0.7.0claws67
10099
10100         * src/imap.c
10101                 Fixed problem with copying messages to IMAP folders when the
10102                 server uses something other than '/' as a namespace separator
10103                 (cyrus-imapd uses '.').
10104
10105 2002-02-12 [jens]       0.7.0claws66
10106
10107         * po/de.po
10108                 Updated German Translation
10109
10110 2002-02-12 [paul]       0.7.0claws65
10111
10112         * sync with sylpheed 0.7.1cvs1
10113                 see ChangeLog entry 2002-02-12
10114
10115 2002-02-12 [melvin]     0.7.0claws64
10116
10117         * src/prefs_actions.c
10118                 Fixed "feature" where children's output was duplicated 
10119                 instead of refreshed while monitoring.
10120                 Removed some debug code.
10121
10122 2002-02-12 [christoph]  0.7.0claws63
10123
10124         * src/compose.c
10125                 always delete message from queue after sending/send error
10126                 (closes bug #509601)
10127
10128 2002-02-12 [melvin]     0.7.0claws62
10129
10130         * src/prefs_actions.c
10131                 Children wait loop is now triggered with a timeout of 1s
10132                 Added %F which is replaced with the list of filenames 
10133                 of all selected messages (as suggested by Ricardo Mones Lestra)
10134                 Pipe syntax changed. Prefix with | to send selection, postfix
10135                 with | to retrieve output. Prefix with > or * to send
10136                 user definable input to the command (*: input is hidden)
10137                 Old pipe action should now be postfixed with |, too.
10138
10139 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10140         * src/stock_pixmap.c
10141                 fixed a bug: if there's no theme directory don't
10142                 throw an error, just do "nothing" (thanks Alfons)
10143
10144 2002-02-12 [carsten]    0.7.0claws60
10145         * src/folderview.c
10146           src/summaryview.c
10147                 had to write the cache twice (nasty!); some marks would 
10148                 get lost if not
10149
10150 2002-02-11 [carsten]    0.7.0claws59
10151         * acconfig.h
10152           configure.in
10153           doc-src/maintainer_guide.txt
10154           src/compose.[ch]
10155           src/defs.h
10156           src/folderview.[ch]
10157           src/gtkutils.[ch]
10158           src/mainwindow.[ch]
10159           src/prefs_common.[ch]
10160           src/stock_pixmap.[ch]
10161           src/summaryview.[ch]
10162                 pixmap theming and related work on pixmap
10163                 handling on some other places
10164                 (e.g. hrm features for all folder)
10165           src/pixmap/stock_*.xpm -> the stock_ was removed
10166         
10167 2002-02-11 [paul]       0.7.0claws58
10168
10169         * sync with sylpheed 0.7.1 release
10170                 see ChangeLog entries 2002-02-11
10171
10172 2002-02-08 [paul]       0.7.0claws57
10173
10174         * sync with sylpheed 0.7.0cvs39
10175                 see ChangeLog entry 2002-02-07 (last entry) 
10176
10177         * src/prefs_actions.c
10178           src/prefs_filtering.c
10179           src/prefs_matcher.c
10180           src/prefs_scoring.c
10181                 sync: made it compile with C compilers other than gcc
10182
10183 2002-02-07 [paul]       0.7.0claws56
10184
10185         * sync with sylpheed 0.7.0cvs38
10186                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10187                 2002-02-07
10188
10189 2002-02-07 [darko]      0.7.0claws55
10190
10191         * src/gtkutils.[ch]
10192         * src/summaryview.c
10193                 Fix const gchar */gchar * issue (thanks Hiro)
10194
10195 2002-02-07 [darko]      0.7.0claws54
10196
10197         * src/compose.[ch]
10198         * src/filtering.c
10199         * src/gtkutils.[ch]
10200         * src/prefs_template.c
10201         * src/quote_fmt.h
10202         * src/quote_fmt_parse.y
10203         * src/summaryview.c
10204         * src/utils.[ch]
10205                 When replying or forwarding an email don't quote the entire
10206                 mail body but use the part of the message text that is selected
10207
10208 2002-02-06 [melvin]     0.7.0claws53
10209
10210         * src/prefs_common.[ch]
10211         * src/gtkspell.[ch]
10212         * src/compose.c
10213                 Made possible to switch quickly to last used dictionary
10214                 which makes checking bilingual documents easier.
10215
10216 2002-02-06 [melvin]     0.7.0claws52
10217         
10218         * po/POTFILES.in
10219                 Added forgotten new file src/prefs_actions.c
10220
10221 2002-02-06 [melvin]     0.7.0claws51
10222
10223         * src/prefs_actions.c   ** NEW FILE **
10224         * src/prefs_actions.h   ** NEW FILE **
10225                 Added actions to execute on message text view, or on the
10226                         message's file.
10227         * src/Makefile.am
10228                 Added src/prefs_actions.[ch]
10229         * src/compose.c
10230                 Added new menu "Edit/Actions"
10231         * src/defs.h
10232                 Added new actionsrc file.
10233         * src/main.c
10234                 Added actionsrc reading.
10235         * src/mainwindow.c
10236                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10237         * src/prefs_common.h
10238                 Added new element actionslst element to prefs_common.
10239
10240 2002-02-06 [paul]       0.7.0claws50
10241
10242         * sync with sylpheed 0.7.0cvs36
10243                 see ChangeLog entry 2002-02-06
10244
10245 2002-02-05 [paul]
10246
10247         * po/es.po
10248                 updated by Ricardo Mones Lastra
10249
10250 2002-02-05 [paul]       0.7.0claws49
10251
10252         * sync with sylpheed 0.7.0cvs33
10253                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10254
10255 2002-02-05 [paul]       0.7.0claws48
10256
10257         * src/compose.c
10258                 re-add 'Edit/Advanced/Delete entire line', previously named
10259                 'Delete Line+'
10260
10261 2002-02-04 [paul]       0.7.0claws47
10262
10263         * src/compose.c
10264           src/summaryview.c
10265                 fix bug #494993 (Reply All not taking Reply-To into consi)
10266                 eliminate differences in behaviour of right-click 'Reply to all' 
10267                 in summary view and 'Reply to all' on the toolbar. 
10268                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10269                 view and From gets ignored by 'Reply to all' on toolbar.
10270                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10271                 From when no Reply-To header is present.
10272
10273 2002-02-04 [paul]       0.7.0claws46
10274
10275         * sync with sylpheed 0.7.0cvs30
10276                 see ChangeLog entries 2002-02-03 and 2002-02-04
10277
10278 2002-02-03 [melvin]     0.7.0claws45
10279
10280         * src/gtkspell.[ch]
10281                 Readded function to highlight all misspelled words.
10282                 Fixed bug where user-provided-words did not replace
10283                         correctly the misspelled word when using the mouse.
10284                 Fixed bug where checking a region selected from right to left did
10285                         not check the region at all.
10286                 Fixed bug where 'Check backwards' may not check at all. 
10287                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10288                 Fixed possible buffer overflow when checking for long strings (>1k).
10289                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10290                 Accelerators code uses now gtk_widget_add_accel.
10291                 Removed and disabled obsolete and unfinished code.
10292                 Cleaning up.
10293
10294         * src/compose.c
10295                 Added menu item to Highlight all misspelled words.
10296
10297 2002-02-01 [paul]       0.7.0claws44
10298
10299         * src/mainwindow.c
10300                 fix '/View/Hide read messages' sensitivity when all
10301                 messages in a folder are hidden
10302
10303 2002-02-01 [paul]       0.7.0claws43
10304
10305         * src/main.c
10306                 add --send option to command line interface, sends all
10307                 queued mail. Patch submitted by Ricardo Mones Lastra.
10308
10309 2002-01-31 [paul]       0.7.0claws42
10310
10311         * src/mainwindow.c
10312                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10313
10314 2002-01-31 [paul]       0.7.0claws41
10315
10316         * sync with sylpheed 0.7.0cvs27
10317                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10318                 and 2002-01-31
10319
10320         * src/textview.c
10321                 comment out elements of textview_show_part() as temporary
10322                 workaround for attachment 'Display as text' bug 
10323
10324         * po/pt_BR.po
10325                 updated by Fabio Junior Beneditto
10326
10327 2002-01-30 [paul]       0.7.0claws40
10328
10329         * sync with sylpheed 0.7.0cvs24
10330                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10331                 and 2002-01-30
10332
10333         * src/compose.c
10334                 add {N_("/_Spelling"), ... "<Branch>"} to 
10335                 GtkItemFactoryEntry compose_entries[]
10336
10337         * src/prefs_common.c
10338                 add claws menu items to prefs_keybind_apply_clicked()
10339                 and remove non-claws menu items
10340
10341 2002-01-29 [paul]       0.7.0claws39
10342
10343         * sync with sylpheed 0.7.0cvs22
10344                 see ChangeLog entries 2002-01-28 and 2002-01-29
10345
10346 2002-01-28 [melvin]     0.7.0claws38
10347
10348         * src/compose.c
10349                 Added the declartion of compose_send_control_enter.
10350
10351         * src/compose.c
10352         * src/gtkspell.[ch]
10353                 Added in a 'Spelling' menu which includes the configuration menu. 
10354                 Added a real 'Check all' and got rid from the old one which only
10355                 highlited misspelled word.
10356                 Made 'Check while typing' a disableable option.
10357                 Added a dialog when there are no more misspelled word.
10358                 Added a dialog if error occurs when switching to a dictionary.
10359         
10360         * src/prefs_common.[ch]
10361                 Added option for the default 'Check while typing' option.
10362
10363
10364 2002-01-28 [alfons]     0.7.0claws37
10365
10366         * src/compose.c
10367                 fix buglet and make code comply with sylpheed code style
10368
10369 2002-01-28 [paul]       0.7.0claws36
10370
10371         * sync with sylpheed 0.7.0cvs19
10372                 see ChangeLog entries for 2002-01-28
10373
10374 2002-01-28 [hoa]        0.7.0claws35
10375
10376         * src/defs.h
10377                 added rendererrc
10378
10379         * src/main.c
10380                 read the renderer config
10381
10382         * src/procmime.[ch]
10383                 use the renderer config to convert mime attachments
10384
10385         * src/textview.c
10386                 don't use textview_show_html/ertf,
10387                 use get_text_content instead
10388
10389 2002-01-27 [alfons]     0.7.0claws34
10390         
10391         * src/news.c
10392                 make sylpheed believe it can delete a news message...
10393                 (messages are NOT deleted, maybe we should remove
10394                 processing from the folder properties after all.)
10395
10396 2002-01-27 [alfons]     0.7.0claws33
10397
10398         * src/folder.c
10399                 add extra checks
10400         * src/news.c
10401                 implement remove_msg() 
10402
10403 2002-01-27 [alfons]     0.7.0claws32
10404
10405         * src/procmsg.h
10406         * src/procheader.c
10407         * src/messageview.c
10408                 fix return receipt / disposition notification again. this
10409                 stuff seems to break on _every_ major summary UI change, so
10410                 it's now implemented using a flag which is saved in the
10411                 marks cache
10412                 
10413 2002-01-26 [alfons]     0.7.0claws31
10414
10415         * src/import.c
10416                 let import dialog show the destination folder identifier
10417
10418 2002-01-26 [melvin]     0.7.0claws30
10419
10420         * src/folderview.c
10421         * src/summaryview.c
10422                 Readded 'Mark all read' into summary view popup menu
10423                 Added 'Mark all read' in folder view popup menu for IMAP
10424                 and NNTP.
10425                 Made it insensitive if the selected folder is not the shown
10426                 one to avoid 'Mark all read' on the wrong folder.
10427                 
10428 2002-01-26 [paul]       0.7.0claws29
10429
10430         * src/folderview.c
10431           src/summaryview.c
10432                 move 'Mark all read' from summary view to folder view
10433                 menu. (adapted from) patch submitted by Jeremy Andrews,
10434                 <lists@kerneltrap.com>
10435
10436 2002-01-25 [alfons]     0.7.0claws28
10437
10438         * src/gtkstext.c
10439                 put the gtk class name back so GtkSText adapts the 
10440                 settings of GtkText
10441
10442 2002-01-25 [alfons]     0.7.0claws27
10443
10444         * src/folderview.c 
10445                 assimilate Ricardo's patch that shows pixmaps instead of
10446                 plain "new" and "unread" texts in the folder view column
10447                 headers 
10448
10449 2002-01-25 [paul]       0.7.0claws26
10450
10451         * src/Makefile.am
10452                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10453                 be found in non-standard locations. 
10454                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10455
10456 2002-01-25 [paul]       0.7.0claws25
10457
10458         * sync with sylpheed 0.7.0cvs16
10459                 see ChangeLog entry 2002-01-25
10460
10461 2002-01-24 [paul]       0.7.0claws24
10462
10463         * more sync with sylpheed 0.7.0cvs15
10464                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10465
10466 2002-01-23 [sergey]     0.7.0claws23
10467
10468         * src/importldif.c
10469                 Fixed segfault when closing LDIF import wizard with
10470                 the window manager.
10471         * src/imageview.c
10472         * src/imageview.h
10473         * src/messageview.c
10474         * src/mimeview.c
10475                 Fixed wrong scrolling position after switching between
10476                 text and image parts.
10477
10478 2002-01-23 [paul]       0.7.0claws22
10479
10480         * sync with sylpheed 0.7.0cvs15
10481                 see ChangeLog entries 2002-01-22 and 2002-01-23
10482
10483 2002-01-21 [melvin]     0.7.0claws21
10484
10485         * src/prefs_scoring.c
10486         * src/prefs_filtering.c
10487                 Fixed bug where scoring and filtering windows stopped
10488                 autochecking.
10489
10490 2002-01-21 [paul]       0.7.0claws20
10491
10492         * sync with sylpheed 0.7.0cvs12
10493                 see ChangeLog entries 2002-01-20 and 2002-01-21
10494
10495 2002-01-21 [carsten]    0.7.0claws19
10496         * src/mainwindow.c
10497         * src/menu.[ch]
10498         * src/messageview.[ch]
10499         * src/summaryview.[ch]
10500                 changes to shortcuts handling again:
10501                         + "Q" now controled by mainwin
10502                         + v/V are now customizable and have slightly
10503                           different meanings
10504                 the "button" to minimize the messageview (and maximize
10505                 the summary view) is a real button now
10506         * src/compose.c
10507                 "Delete Line+" added to Edit/Advanced (this will also
10508                 delete the '\n')
10509
10510 2002-01-20 [melvin] 0.7.0claws18
10511
10512         * src/addressbook.c
10513                 Made "Bcc" sensitive when addressbook is called from
10514                 compose window (it was a Claws only bug).
10515
10516 2002-01-19 [alfons] 0.7.0claws17
10517
10518         * src/inc.c
10519                 prevent unnecessary updates when currently selected folder has
10520                 no new messages 
10521
10522 2002-01-19 [alfons] 0.7.0claws16
10523         
10524         * src/summaryview.c
10525                 prevent writing the cache based on current message list in summary 
10526                 view when filtering also put messages in currently selected folder
10527
10528 2002-01-19 [paul]
10529
10530         * po/it.po
10531                 Italian translation submitted by Alessandro Maestri
10532                 <a.maestri@cs.tin.it>
10533
10534 2002-01-18 [melvin]     0.7.0claws15
10535
10536         * src/prefs_filters.c
10537                 fixed bug where 'cancel' from 'filters' window stops autochecking
10538                 if the timer timed out  when the window was open.
10539
10540 2002-01-18 [match]      0.7.0claws14
10541
10542         * src/addrclip.[ch]     ** NEW FILE **
10543         * src/addrselect.[ch]   ** NEW FILE **
10544         * src/adbookbase.h      ** NEW FILE **
10545                 addressbook cut, copy and paste
10546         * src/addrbook.[ch]
10547         * src/addrcache.[ch]
10548         * src/addressitem.h
10549         * src/addrindex.[ch]
10550         * src/addritem.[ch]
10551         * src/importldif.c
10552         * src/importmutt.c
10553         * src/jpilot.[ch]
10554         * src/syldap.[ch]
10555         * src/vcard.[ch]
10556         * src/jpilot.[ch]
10557         * src/editbook.c
10558         * src/editjpilot.c
10559         * src/editldap.c
10560         * src/editvcard.c
10561                 support for copy/paste
10562         * src/addressbook.c
10563                 support for copy/paste
10564                 tidy up menu option processing
10565                 correct address list function arguments
10566         * src/editaddress.c
10567                 sort user attributes
10568         * src/ldif.h
10569         * src/mutt.h
10570                 tidy up
10571
10572         * src/addrbook.[ch]
10573         * src/addrbook.[ch]
10574         * src/addrbook.[ch]
10575                 
10576
10577 2002-01-18 [paul]       0.7.0claws13
10578
10579         * sync with sylpheed 0.7.0cvs8
10580                 configure.in: support Mac OS X (Darwin)
10581
10582 2002-01-18 [carsten]    0.7.0claws12
10583         * src/html.c
10584                 small hack to fix a segfault with an empty href
10585                 (reported by Alexandra Walford <deeni@altern.org>)
10586         * src/mainwindow.c
10587         * src/summaryview.c
10588                 the shortcuts for Mark und Mark as unread are hardcoded
10589                 again
10590         * src/compose.c
10591         * src/gtkstext.[ch]
10592                 readded the shortcuts in gtkstext but made them
10593                 customizeable (simply by adding a menu plus a wrapper
10594                 to compose.c)
10595
10596 2002-01-17 [melvin]     0.7.0claws11
10597
10598         * src/gtkspell.c
10599                 fix default dictionary not being saved.
10600
10601 2002-01-16 [darko]      0.7.0claws10
10602
10603         * src/compose.c
10604                 fix wrapping crash with URL longer than wrapping margin
10605
10606 2002-12-08 [hoa]        0.7.0claws10
10607
10608         * src/matcher_parser_parse.y
10609                 fixed some bugs
10610
10611         * src/prefs_filtering.c
10612                 now, we can use bounce action in the dialog box.
10613
10614 2002-01-16 [carsten]    0.7.0claws9
10615         * src/gtkstext.c
10616                 removed the <control> and <alt> shortcuts because they're
10617                 not needed and interefered with the "normal" shortcuts
10618         * src/mainwindow.c
10619         * src/summaryview.c
10620                 removed most of the hardcoded shortcuts and assigned
10621                 them to menu entries making them easy customizable by
10622                 that
10623
10624 2002-01-16 |melvin]     0.7.0claws8
10625
10626         * src/gtkspell.c
10627                 fixed bug where using the mouse and when the compose
10628                 window is not on top may result in a crash.
10629
10630 2002-01-16 [melvin]     0.7.0claws7
10631
10632         * src/compose.c
10633                 fixed a long standingspell checker bug which could 
10634                 cause a crash after sending a message.
10635
10636 2002-01-16 [paul]       0.7.0claws6
10637
10638         * sync with sylpheed 0.7.0cvs7
10639                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10640                 2002-01-15, and 2002-01-16
10641
10642 2002-01-16 [melvin]     0.7.0claws5
10643
10644         * README.claws
10645         * src/compose.c
10646         * src/gtkspell.[ch]
10647         * src/main.c
10648                 Heavily modified spell checker code to work around
10649                 ispell bug, to add keyboard shortcuts and for future
10650                 enhancements. See README.claws for usage information.
10651
10652 2002-01-15 [alfons]     0.7.0claws4
10653         
10654         * src/summaryview.c
10655                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10656                 so sorting within threads reflects sort mode
10657
10658 2002-01-15 [christoph]  0.7.0claws3
10659
10660         * src/procmsg.c
10661                 added alertpanel if mail sending failed
10662
10663 2002-01-15 [alfons]     0.7.0claws2
10664         
10665         * src/prefs_filtering.c
10666                 don't stop timer when prefs filtering dialog is opened
10667
10668 2002-01-14 [alfons]     0.7.0claws1
10669
10670         * src/addr_compl.c
10671         * src/prefs.c
10672                 remove debug_print()s for privacy reasons
10673
10674 2002-01-14 [darko]      0.7.0claws
10675
10676         * README.claws
10677                 quotation wrapping is now also in the main branch
10678
10679 2002-01-14 [paul]
10680
10681         * tools/filter_conv.pl
10682                 allow for Boolean Op and case-sensitivity
10683                 this file is included in the release and tagged
10684                 'rel_0_7_0'
10685
10686 2002-01-13 [paul]       0.7.0claws
10687
10688         * release 0.7.0, with cvs tag 'rel_0_7_0'
10689
10690 2002-01-13 [paul]
10691
10692         * tools/filter_conv.pl
10693         * tools/README
10694                 rewritten to output to matcherrc instead of filteringrc
10695
10696         * po/es.po
10697                 updated Spanish translation by Ricardo Mones Lastra
10698
10699 2002-01-13 [alfons]
10700
10701         * po/nl.po
10702                 update dutch translation
10703
10704 2002-01-13 [paul]
10705
10706         * po/pt_BR.po
10707                 Updated by Fabio Junior Beneditto 
10708
10709 2002-01-13 [melvin]     0.6.6claws53
10710
10711         * po/fr.po
10712                 Updated french translation
10713
10714 2002-01-12 [alfons]     0.6.6claws52
10715
10716         * src/filtering.c
10717                 plug mem leak that has been sitting there for ages              
10718
10719 2002-01-12 [alfons]     0.6.6claws51
10720
10721         * src/summaryview.c
10722                 undo melvin's changes from 0.6.6claws48 because summary
10723                 view now refuses to select first unread message when
10724                 selecting a folder 
10725
10726 2002-01-11 [alfons]     0.6.6claws50
10727
10728         * src/import.c
10729                 use claws' semantics for getting folder item when
10730                 importing an mbox file into a folder 
10731                 (submitted by Dale P. Smith)
10732
10733 2002-01-11 [christoph]  0.6.6claws49
10734
10735         * src/prefs.h
10736                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10737                 toggle widget, because non static prefs can not use
10738                 prefs_set_* functions
10739         * src/prefs_account.c
10740                 toggle smtp auth password field sensitivity if
10741                 user id is empty and add descrition of usage for
10742                 these fields
10743         * src/prefs_folder_item.c
10744                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10745                 callbacks
10746
10747 2002-01-11 [melvin]     0.6.6claws48
10748
10749         * src/compose.c
10750                 fix the 'Ctrl-Enter' feature for sending and test really
10751                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10752                 editables which was not documented in Gtk)
10753
10754         * src/summaryview.c
10755                 Made summaryview refresh after sorting and not before.
10756
10757 2002-01-11 [christoph]  0.6.6claws47
10758
10759         * src/compose.c
10760                 select account from account ids if possible and
10761                 correctly set save folder for copy in reedit
10762
10763 2002-01-10 [paul]       0.6.6claws46
10764
10765         * sync with sylpheed 0.7.0 release
10766                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10767                 2002-01-09
10768
10769 2002-01-09 [alfons]
10770
10771         * src/summaryview.c
10772                 remove more dirt traces...
10773
10774 2002-01-09 [alfons]
10775         
10776         * src/summaryview.c
10777                 clean up some traces of my debugging stuff
10778
10779 2002-01-09 [alfons]     0.6.6claws45
10780
10781         * src/filtering.c
10782                 break up filteringprop_apply() in three separate pieces
10783                 so we can drop messages that failed processing in the
10784                 inbox
10785
10786         * src/summaryview.c
10787                 fix bug #469598 "no refresh of inbox after filter" which 
10788                 was introduced by the new summary view locking, and which 
10789                 prevented the summary view to update after a manual filter 
10790                 message. claw's filter message requires a summary_show().
10791                 (aargh, summary_show() again! :-)
10792                 
10793 2002-01-07 [alfons]     0.6.6claws44
10794
10795         * src/headerwindow.c
10796         * src/logwindow.c
10797         * src/messageview.c
10798         * src/sourcewindow.c
10799                 bring in Hiro's last 0.7.0 wm class fixes
10800
10801         * tools/sylprint.pl
10802                 bring in Ricardo's fix for sylprint script
10803
10804         * AUTHORS       
10805         * src/rfc2015.[ch]
10806         * src/prefs_common.[ch]
10807         * src/prefs_account.[ch]
10808         * src/compose.c
10809                 clean up account preference poison in rfc2015,
10810                 and preparation to fix double sign bug 
10811                 (patch submitted by Simon 'corecode' Schubert)
10812
10813 2002-01-07 [christoph]  0.6.6claws43
10814
10815         * src/mh.c
10816                 search for free message number, do not only rely
10817                 on last_num
10818         * src/send.c
10819                 fix smtp auth and use extra account information
10820                 if available, if not use pop3 data instead
10821                 (closes bug #500341)            
10822         * src/ssl.[ch]
10823                 match coding style
10824
10825 2002-01-06 [alfons]     0.6.6claws42
10826
10827         * src/mainwindow.c
10828                 try making the separate windows work again...
10829
10830 2002-01-06 [alfons]     0.6.6claws41
10831
10832         * src/mainwindow.c
10833                 adapt Hiro's separate window menu (to get rid of the funny
10834                 duplicate menu items), and make it work again
10835
10836 2002-01-06 [alfons]     0.6.6claws40
10837
10838         * tools/Makefile.am
10839         * tools/sylprint.rc
10840         * tools/sylprint.pl
10841         * tools/README.sylprint
10842                 add sylprint script for printing mails from Sylpheed
10843                 (contributed by Ricardo Mones Lastra)
10844
10845         * src/acount.c
10846                 clean up
10847
10848 2002-01-06 [melvin]     0.6.6claws39
10849
10850         * src/mainwindow.c
10851         * src/summaryview.c
10852                 Fixed crash introduced in 0.6.6claws38 by the menu
10853                 reorganisation (Hide read messages)
10854         
10855         * ChangeLog.claws 
10856                 Fixed typo (we are now in 2002, alfons ;) )
10857
10858 2002-01-05 [alfons]     0.6.6claws38
10859
10860         * sync with sylpheed 0.6.6cvs10-17
10861                 (last stuff marked as LAST_STABLE)
10862
10863 2002-01-04 [melvin]     0.6.6claws37
10864
10865         * src/account.c
10866                 Made account selection code use strcasestr again instead of
10867                 g_strcasecmp (fixes bug where reediting queued messages
10868                 did not select proper account reported by T. Link).
10869         
10870         * src/folderview.c
10871                 Fix bug where folder icons are not shown when 'hide read messages'
10872                 is on.
10873         
10874         * src/stock_pixmaps.[ch]
10875                 Added folder icons for 'hide read messages'.
10876         
10877         * src/compose.c
10878                 Fixed bug where 'Enter' in a header entry will send the message 
10879                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10880
10881 2002-01-03 [melvin]     0.6.6claws36
10882         
10883         * src/prefs.[ch]
10884                 Added popup menu for common preferences and
10885                 account preferences (right click on tab displays
10886                                 a menu of all tabs.)
10887
10888 2002-01-02 [melvin]     0.6.6claws35
10889
10890         * src/gtkspell.[ch]
10891                 Made spelling code compatible with undo/redo feature.
10892                 Added creation of suggestion mode menu for the general
10893                         preferences.
10894         
10895         * src/prefs_common.[ch]
10896                 Added option menu for the speller's suggestion mode.
10897                 Added missing spaces in "..." buttons and made a "..."
10898                         button non translatable!
10899         
10900         * src/compose.c
10901                 Made speller use the default suggestion mode.
10902                 Hack to make it possible to choose 'CTRL-Enter' as a
10903                         shortcut for sending (and only for sending).
10904
10905         * src/prefs_folder_item.c
10906                 Changing subject simplification does not update cache 
10907                         anymore (because it is unnecessary).
10908                 Fixed bug where changing subject simplification updated the 
10909                         summaryview even when the viewed folder is not the
10910                         folder which properties are being changed. (E.g. 
10911                                         viewing folder A and changing
10912                                         the subject simplification of 
10913                                         folder B -not being viewed- updated the 
10914                                         summaryview of folder A with data of
10915                                         folder B). (Hope this is clear... )
10916
10917 2001-12-31 [alfons]     0.6.6claws34
10918         
10919         * src/ldif.c
10920         * src/mutt.c
10921                 fgetc() returns a signed integer which doesn't
10922                 fit in a char. so c truncates this to a char
10923                 but we may lose significant bits. i.e. we may
10924                 comparing 0xFF which may not be equal to -1
10925                 unless properly casted to signed char which
10926                 we won't do because fgetc() returns a signed
10927                 integer which doesn't fit in a char. so c 
10928                 truncates this to a char but we may lose 
10929                 significat bits. (you got the idea, thanks
10930                 to Gustavo Noronha Silva <kov@debian.org>
10931                 and the Debian folks!)
10932
10933 2001-12-30 [alfons]     0.6.6claws33
10934
10935         * src/prefs_common.c
10936                 add #ifdef USE_PSPELLs that Melvin forgot               
10937
10938 2001-12-30 [melvin]     0.6.6claws32
10939         
10940         * src/prefs_common.[ch]
10941                 Added configurable color for misspelled words.
10942
10943         * src/gtkspell.[ch]
10944                 Fixed bug of foreground text color (reported by David
10945                                 Mehrmann)
10946                 Added configurable color for misspelled words.
10947
10948 2001-12-30 [alfons]     0.6.6claws31
10949
10950         * src/folder.c
10951                 remove unnecessary things someone put there
10952
10953         * src/mh.c
10954         * src/folder.[ch]
10955                 make folder properties (like threading and sorting) persistent
10956                 (closes bug #497424 "rescan folder tree resets proprieties")
10957                 currently this is only for MH folders. 
10958
10959 2001-12-29 [melvin]     0.6.6claws30
10960
10961         * src/string_match.[ch]
10962                 Optimized a bit: regexp pattern buffer compiled only once, and
10963                   one subroutine call removed. Fixed ^ regexp search: Now, 
10964                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
10965         
10966         * src/summaryview.c
10967                 Subject filtering changed to filter summary columns and
10968                   not directly the messages subject cache. The loss in 
10969                   performance is balanced by the improvement of string_match.
10970                 Added an alert panel if there is an error in the regexp.
10971
10972         * src/src/prefs_folder_item.h
10973                 Added a regexp pattern buffer.
10974
10975 2001-12-28 [alfons]     0.6.6claws29
10976
10977         * src/string_match.[ch]
10978                 clean up name space
10979                 allow compilation *BSD
10980
10981 2001-12-27 [alfons]     0.6.6claws28
10982
10983         * src/filter.c
10984                 sync the Hiro's bug fix for BSD
10985
10986 2001-12-27 [melvin]     0.6.6claws27
10987         
10988         * src/compose.c
10989                 Simplify focus to subject entry code.
10990
10991 2001-12-27 [darko]      0.6.6claws26
10992
10993         * src/filtering.c
10994         * src/mbox_folder.c
10995         * src/messageview.c
10996         * src/mh.c
10997         * src/procheader.[ch]
10998         * src/procmsg.h
10999         * src/stock_pixmap.[ch]
11000         * src/summaryview.c
11001                 Show key icon for encrypted mails in summary view
11002
11003         * src/pixmaps/clip.xpm
11004         * src/pixmaps/clipkey.xpm
11005         * src/pixmaps/key.xpm
11006                 New/modified icons for the above
11007
11008 2001-12-27 [melvin]     0.6.6claws25
11009
11010         * src/prefs_common.c
11011                 Put spell checker options in a separate tab to decrease
11012                 the Common Preferences window height.
11013
11014         * README.claws  
11015                 Update spell checker usage instruction about its options
11016                 location.
11017
11018 2001-12-27 [melvin]     0.6.6claws24
11019
11020         * src/compose.c
11021                 Changed subject entry widget position. Initial focus is
11022                 on the To header instead of the subject entry.
11023                 Creating a new header scrolls the header list to make the
11024                 created one visible. Nevertheless, when automatically filling
11025                 headers, the first one is shown.
11026                 A Tab key press in the last empty header entry zips the 
11027                 focus to the subject entry.
11028                 (I did not change the combo boxes, yet)
11029
11030 2001-12-26 [alfons]     0.6.6claws23
11031
11032         * src/prefs_account.c
11033         * src/inc.c
11034                 allow default inbox to reside in another mailbox (only
11035                 works for POP3 accounts)
11036
11037 2001-12-26 [alfons]     0.6.6claws22
11038         
11039         * src/textview.c
11040                 make reply-on-click work with the account of the selected folder
11041         * src/compose.c
11042                 put a fixme here to remind me to fix finding correct default
11043                 account for nested folders
11044
11045 2001-12-25 [alfons]     0.6.6claws21
11046
11047         * src/summaryview.c
11048                 make column headers display locked and mark pixmaps (idea by Melvin) 
11049                 fix bug by adding score and locked column type to sort array
11050
11051 2001-12-25 [alfons]     0.6.6claws20
11052         
11053         * src/summaryview.c
11054                 catch a *potentially* inadvertent write back of  
11055                 the message cache(s) introduced by 0.6.5claws37
11056
11057 2001-12-25 [christoph]  0.6.6claws19
11058
11059         * src/stock_pixmap.[ch]
11060         * src/summaryview.c
11061                 add ignore thread pixmap
11062                 (can someone draw a better icon for this?)
11063
11064 2001-12-24 [alfons]     0.6.6claws18
11065
11066         * src/prefs_folder_item.c
11067                 make address completion actually work for the
11068                 Default To address in the Folder Property dialog.
11069
11070 2001-12-24 [alfons]     0.6.6claws17
11071         
11072         * src/summaryview.c
11073                 use new style regexp for subject stripping 
11074                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11075
11076 2001-12-24 [darko]      0.6.6claws16
11077
11078         * src/pgptext.c
11079         * src/rfc2015.c
11080                 move GPG related informational messages to debug mode
11081
11082 2001-12-23 [alfons]     0.6.6claws15
11083
11084         * src/stock_pixmap.[ch]
11085         * src/summaryview.c
11086                 add the forgotten Claws' locked pixmap
11087
11088 2001-12-23 [alfons]     0.6.6claws14
11089
11090         * src/filesel.c
11091                 accept file name typed in entry in multi file
11092                 selector (patch submitted by Gustavo Noronha Silva 
11093                 <kov@debian.org>)
11094
11095 2001-12-23 [alfons]     0.6.6claws13
11096
11097         * src/prefs_filter.c
11098         * src/prefs_filtering.c
11099         * src/matcher.c
11100         * src/importmutt.c
11101                 clean up a little bit
11102         
11103         * src/string_match.c
11104                 validate input strings a little bit more
11105
11106 2001-12-23 [alfons]     0.6.6claws12
11107
11108         * src/Makefile.am
11109         * src/summaryview.c
11110         * src/string_match.[ch]         ** NEW **
11111         * src/folderview.[ch]
11112         * src/headerview.h
11113         * src/folder.[ch]
11114         * src/prefs_folder_item.[ch]
11115                 add subject simplification to strip out strings from
11116                 a subject line (esp. handy for mailing lists). 
11117                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11118                 but slightly changed things for better integration.)
11119
11120 2001-12-23 [alfons]     0.6.6claws11
11121
11122         * src/mainwindow.c
11123                 fix bug introduced by submission included in 0.6.5claws52.
11124                 ideally this submission should clean the trash if any trash
11125                 folder has a message. however, the hasTrash variable was
11126                 set to false whenever a trash folder was empty (discarding
11127                 a previously found *filled* trash folder.)
11128
11129                 also edited the code a little bit and made it more safe.
11130
11131 2001-12-22 [alfons]     0.6.6claws10
11132
11133         * src/imap.c
11134                 quick fix for Martin Pool's omission of an account
11135                 specific SSL setting
11136
11137 2001-12-22 [alfons]     0.6.6claws9
11138
11139         * src/compose.c
11140         * src/messageview.c
11141         * src/mimeview.c
11142         * src/pgptext.c
11143         * src/procmime.[ch]
11144                 better support for multipart/digest (submitted
11145                 by Fredrik <e98fo@efd.lth.se>)
11146
11147 2001-12-22 [alfons]     0.6.6claws8
11148
11149         * src/addressbook.c
11150                 correct function signature
11151         * src/socket.[ch]
11152         * src/imap.[ch]
11153         * src/prefs_account.[ch]
11154                 allow IMAP over SSH tunnel (patch submitted by 
11155                 Martin Pool <mbp@samba.org>)
11156
11157 2001-12-21 [alfons]     0.6.6claws7
11158
11159         * sync with sylpheed 0.6.6cvs4-9
11160                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11161
11162 2001-12-21 [christoph]  0.6.6claws6
11163
11164         * src/compose.c
11165         * src/prefs_folder_item.[ch]
11166                 implement saving of outgoing messages to current folder.
11167                 fix segfault when no default outbox is available
11168                 (closes bug #495683)
11169
11170 2001-12-21 [carsten]    0.6.6claws5
11171         * src/folderview.c
11172         * src/summaryview.c
11173                 pressing CTRL while DND does now the expected thing and
11174                 copies the mail (moving is still the default, as this
11175                 seam more appropriate for handling mails by DND)
11176
11177 2001-12-18 [paul]       0.6.6claws4
11178
11179         * sync with sylpheed 0.6.6cvs3
11180                 see ChangeLog entries 2001-12-18
11181
11182 2001-12-18 [hiro]       0.6.6claws3
11183
11184         * src/undo.c
11185                 fix for multibyte characters (obtain the number of letters
11186                 instead of bytes).
11187
11188 2001-12-17 [paul]       0.6.6claws2
11189
11190         * sync with sylpheed 0.6.6cvs1
11191                 see ChangeLog entry 2001-12-16
11192
11193 2000-12-17 [alfons]     0.6.6claws1
11194
11195         * src/filtering.c
11196                 clean up
11197
11198 2001-12-16 [paul]       0.6.6claws
11199 2001-12-15
11200
11201         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11202
11203         * src/mimeview.c
11204                 last minute sync with main 0.6.6
11205
11206         * po/es.po
11207                 updated by Ricardo Mones Lastra
11208                 update for last minute sync
11209         * po/fr.po
11210         * po/nl.po
11211                 update for last minute sync
11212         * po/de.po
11213                 updated by Jens Oberender
11214         * po/pt_BR.po
11215                 updated by Fabio Junior Beneditto
11216
11217         * src/prefs_common.[ch]
11218         * src/undo.c
11219                 number of undo levels is user configurable
11220                 (squeeze it into the release in the dying
11221                 moments) Submitted by Jens Oberender    
11222
11223 2001-12-15 [melvin]
11224
11225         * po/fr.po
11226                 updated french translation
11227
11228 2001-12-15 [paul]       0.6.5claws92
11229
11230         * sync with sylpheed 0.6.5cvs28
11231                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11232
11233         * po/nl.po
11234                 update to allow for sync
11235
11236 2001-12-15 [alfons]
11237         
11238         * po/nl.po
11239                 update dutch translation
11240
11241 2001-12-14 [carsten]    0.6.5claws91
11242         * src/summaryview.c
11243                 fixed bug #473785; also after changing the column order
11244                 the same message will be selected and displayed as before
11245                 the reordering
11246
11247 2001-12-14 [carsten]    0.6.5claws90
11248         * src/folderview.c
11249                 probably found the bug reported by wwb opening or closing
11250                 a folder tree just before dnd (found the solution in the
11251                 balsa source -- thanks to them)
11252
11253 2001-12-14 [carsten]    0.6.5claws89
11254         * src/gtkutils.c
11255         * src/account.c
11256                 moved gtk_clist_moveto to the right place, so that
11257                 only the accounts dialog is effected on opening
11258
11259 2001-12-14 [carsten]    0.6.5claws88
11260         * src/gtkutils.c
11261                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11262                 now, so that the focused row will be seen in any case
11263                 (reported by wwp on sf-claws-user)
11264
11265 2001-12-14 [darko]      0.6.5claws87
11266
11267         * src/compose.c
11268                 remove unnecessary line
11269
11270 2001-12-14 [paul]       0.6.5claws86
11271
11272         * sync with sylpheed 0.6.5cvs27
11273                 see ChangeLog entries 2001-12-14
11274
11275 2001-12-14 [carsten]    0.6.5claws85
11276         * src/mainwindow.c
11277                 following a suggestion of Melvin the rcoabm pops up
11278                 right under the button now and the button is reliefed
11279                 while the popup is open
11280
11281 2001-12-14 [darko]      0.6.5claws84
11282
11283         * src/compose.c
11284                 fix crash when wrapping long lines if linewrap quotation
11285                 is disabled and wrapper encounters a word spanning more
11286                 than one line
11287
11288 2001-12-13 [paul]       0.6.5claws83
11289
11290         * src/compose.c
11291                 prefer 'Reply-To' header over mailing list header when
11292                 replying to a message. Finally prevent all those confirmation 
11293                 messages being sent to the list itself.
11294
11295         * src/summaryview.c
11296                 remove unused summary_set_menu_sensitive() entry
11297
11298 2001-12-13 [paul]       0.6.5claws82
11299
11300         * src/folderview.c
11301         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11302         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11303         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11304                 improvements to 'Hide read messages': Inbox, Outbox,
11305                 Trash, Queue, and Draft icons now reveal presence of hidden 
11306                 messages
11307
11308 2001-12-12 [alfons]     0.6.5claws81
11309
11310         0.6.5claws80 was tagged as LAST_STABLE
11311
11312         * src/filtering.[ch]
11313         * src/matcher.[ch]
11314         * src/matcher_parser_lex.c
11315                 fix the filtering; my last attempt to get it right, 
11316                 if it does not work, it's Hoa's turn. ;-)
11317
11318                 for my honourable peers:
11319                 
11320                 the code now makes a clear distinction between
11321                 rules as they are displayed (probably escaped),
11322                 and as they are executed (probably unescaped). the
11323                 parser does *NOT* do any unescaping, this is
11324                 the task of the matcher.c (which breaks up a
11325                 rule into condition) and the filtering.c (which
11326                 breaks up the rule's action). to make this
11327                 run happily we provide an unescaped copy of
11328                 crucial strings to the MatcherProp and 
11329                 FilteringAction structures. note that the only
11330                 exception to this is any REGEXP string. those
11331                 are directly passed to regcomp() and regexp()
11332                 (who have much more powerful unescape functions).
11333                 
11334                 for everyone else:
11335         
11336                 you can escape tab (\t), carriage return (\r),
11337                 linefeed (\n), form feed (\f), quote (\"), 
11338                 single quote (\'), bell (\b) in all the entry
11339                 lines in the scoring & filtering dialogs.
11340                 as an added bonus this should not affect
11341                 existing filtering rules.
11342
11343 2001-12-12 [carsten]    0.6.5claws80
11344
11345         * src/summaryview.c
11346         * po/de.po
11347                 "item(s) selected" is now sensitive to 1 or more
11348                 than one selected (nice for language where simple
11349                 adding of a "s" is not possible as German (Eintrag
11350                 ->Eintr"age)
11351                 
11352                 the "forward as attachment" entry from the right
11353                 click menu removed, "forward" acts following the
11354                 prefs
11355         
11356         * src/textview.c
11357                 reverted my former changes; so compiler warning again
11358                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11359                 nevertheless
11360
11361         * src/messageview.c
11362                 "search in message" does now *not* only work in MVIEW_TEXT
11363                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11364                 message
11365
11366         * src/mainwindow.c
11367                 removed "/File/_Close" as it was the same as "/File/E_xit"
11368                 and we don't need it two times
11369
11370                 the separate folder view and message view now get a distinct
11371                 WMCLASS, just in case someone is using sawfish ;-)
11372
11373                 as the menu entries "/View/Message view" and "/View/Folder tree"
11374                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11375                 make them sensitive accordingly and as these two are "shown"
11376                 after startup anytime check this menuitem at startup
11377
11378 2001-12-12 [paul]       0.6.5claws79
11379
11380         * src/folderview.c
11381                 fix sensitivity of 'Search folder...', broken in
11382                 0.6.5claws75
11383
11384         * src/mainwindow.c
11385                 fix dodgy English
11386
11387 2001-12-11 [carsten]    0.6.5claws78
11388         * src/filtering.c
11389                 fixed two typos returning a wrong FALSE/TRUE
11390         * src/mainwindow.[ch]
11391                 extra menu for email/news button removed
11392
11393 2001-12-11 [alfons]     0.6.5claws77
11394         
11395         * src/matcher.c                 (1.3)
11396         * src/matcher_parser_lex.l      (1.28)
11397                 revert for another attempt
11398                 mark 0.6.5claws77 as LAST_STABLE
11399
11400 2001-12-11 [christoph]  0.6.5claws76
11401
11402         * po/de.po
11403                 fixed wrong translation for prev. unread msg
11404
11405 2001-12-11 [paul]       0.6.5claws75
11406
11407         * src/folder.[ch]
11408         * src/folderview.c
11409         * src/mainwindow.c
11410         * src/summaryview.[ch]
11411         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11412                 enable ability to hide read messages on per folder basis via 
11413                 '/Summary/Hide read messages'; when selected, a folder will 
11414                 have a red open folder icon, instead of a blue icon, if the 
11415                 folder contains hidden messges
11416                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11417
11418         * src/mainwindow.c
11419                 remove '/Message/Forward as attachment' from 
11420                 main_window_set_menu_sensitive() to prevent debug warning
11421
11422         * src/folderview.c
11423         * src/mainwindow.c
11424                 Clean up some of the English
11425
11426         * tools/newscache_clean.pl
11427                 allow for new 'hidereadmsgs' entry in folderlist.xml
11428
11429         * po/es.po
11430                 updated translation, submitted by Ricardo Mones Lastra
11431
11432 2001-12-11 [paul]       0.6.5claws74
11433
11434         * sync with sylpheed 0.6.5cvs25
11435                 see ChangeLog entry 2001-12-11
11436
11437 2001-12-10 [alfons]     0.6.5claws73
11438
11439         * src/matcher.c
11440                 add more control characters
11441         * src/matcher_parser_lex.l
11442                 make escaping / unescaping work again
11443
11444 2001-12-10 [alfons]     0.6.5claws72
11445
11446         * src/imap.c
11447                 clean up warnings "returning value for void function" 
11448         * src/prefs_filtering.c
11449                 make info button for execute action sensitive
11450
11451 2001-12-10 [paul]       0.6.5claws71
11452
11453         * src/compose.c
11454         * src/imap.[ch]
11455         * src/summaryview.c
11456                 fix: imap server now gets informed of MARKED, UNMARKED
11457                 and REPLY events. Now people can use different IMAP-Mail
11458                 clients and have the exact same information about MARKED,
11459                 UNMARKED and REPLY status with all of them. Especially
11460                 useful for imap servers with a web-frontend.
11461                 submitted by Tobias Sandhaas <medlor@web.de>
11462
11463 2001-12-09 [melvin]     0.6.5claws70
11464         
11465         * src/textview.[ch]
11466                 fixed bug #490076 (hunted down by Alfons who implemented
11467                 a workaround in 0.6.5claws65)
11468
11469 2001-12-09 [christoph]  0.6.5claws69
11470
11471         * src/summaryview.c
11472                 set pointer to string in LOCKED column to NULL
11473                 (might fix bug #490800)
11474
11475 2001-12-09 [carsten]    0.6.5claws68
11476
11477         * po/de.po
11478                 resolved some cluttered menu shortcuts 
11479                 ('creating new email' and 'creating news message'
11480                 hade the same)
11481         * src/compose.c
11482                 wmclass now distinc from main window
11483         * src/mainwindow.c
11484           src/mainwindow.h
11485                 email/news and forward button functionality similar
11486                 to the reply buttons; removed the ugly dropdown arrows
11487                 and use instead the right mouse button
11488
11489 2001-12-09 [paul]       0.6.5claws67
11490
11491         * src/imap.c
11492         * src/utils.h
11493                 allow spaces in imap folder names
11494                 submitted by Willem van Engen <wvengen@stack.nl>
11495
11496 2001-12-09 [paul]       0.6.5claws66
11497
11498         * sync with sylpheed 0.6.5cvs24
11499                 see ChangeLog entry 2001-12-09
11500
11501 2001-12-08 [alfons]     0.6.5claws65
11502
11503         * src/textview.c
11504                 prevent secondary selection claim after "add to sender" dialog
11505                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11506                 we trick GTK by simulating a click at (0, 0) in the textview.
11507
11508 2001-12-08 [hoa]        0.6.5claws64
11509
11510         * src/folder.c
11511                 fixed a bug about the .processing folder name while filtering
11512
11513 2001-12-08 [alfons]     0.6.5claws63
11514
11515         * src/folderview.c 
11516                 work around problem of not correctly updating folder stats
11517                 when deleting messages. there's some folder scanning evil
11518                 going so the folderview_update_msg_num() does not work
11519                 correctly. need to investigate this.
11520
11521 2001-12-08 [paul]       0.6.5claws62
11522
11523         * sync with sylpheed 0.6.5cvs23
11524                 see ChangeLog entry 2001-12-08
11525
11526 2001-12-07 [christoph]  0.6.5claws61
11527
11528         * src/compose.c
11529                 fix another header translation problem
11530
11531 2001-12-07 [alfons]     0.6.5claws60
11532
11533         * src/mbox.c
11534                 make filtering also work on local spool mbox
11535
11536 2001-12-07 [carsten]    0.6.5claws59
11537         * src/addressbook.c
11538                 addressbook window gets a wmclass distinct from the main
11539                 sylpheed window
11540         * src/compose.h
11541         * src/mainwindow.[ch]
11542                   forward menu item will use mode selected in prefs, forward 
11543                 as attatchment in menu removed (will be substituted in the
11544                 toolbar similar to reply buttons)
11545                   create news message menu entry and news button is now 
11546                 sensitive to the existance of a news account
11547         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11548         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11549         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11550                 these are removed because the toolbar buttons don't show
11551                 the quoting modus any longer
11552
11553 2001-12-07 [paul]
11554
11555         * tools/newscache_clean.pl      ** NEW FILE **
11556                 perl script to do some tidying up in the newscache directory 
11557                 
11558         * tools/sylpheed-switcher       ** NEW FILE **
11559                 perl script to enable easy switching between main and claws
11560                 
11561         * tools/README
11562                 added descriptions of the two new perl scripts          
11563
11564
11565 2001-12-07 [melvin]     0.6.5claws58
11566
11567         * src/messageview.c
11568                 fixed a warning during compilation introduced in 0.6.5claws56
11569
11570 2001-12-07 [paul]       0.6.5claws57
11571
11572         * src/mainwindow.[ch]
11573         * src/menu.[ch]
11574                 further usability enhancements to replying with or without 
11575                 quoting via the toolbar, use of Ctrl key is replaced by 
11576                 drop down menu 
11577                 Submitted by Carsten Schurig            
11578
11579 2001-12-07 [melvin]     0.6.5claws56
11580
11581         * src/messageview.c
11582                 hack to fix bug that prevented to make/paste selections
11583                 after switching between MVIEW_TEXT and MVIEW_MIME views
11584                 without deselecting the selection first.
11585
11586 2001-12-06 [alfons]     0.6.5claws55
11587
11588         * src/filtering.[ch]
11589         * src/inc.c
11590                 revise filtering a little bit more, and make sure
11591                 messages are delivered to the appropriate inbox
11592                 (perhaps set per account)
11593
11594 2001-12-06 [paul]       0.6.5claws54
11595
11596         * sync with sylpheed 0.6.5cvs22
11597                 see ChangeLog entry 2001-12-06
11598
11599 2001-12-05 [alfons]     0.6.5claws53
11600
11601         * src/inc.c
11602         * src/folder.[ch]
11603         * src/procmsg.c
11604         * src/filtering.c
11605                 more revisions of filtering system
11606                 (last stable version is marked as LAST_STABLE)
11607                 
11608                 | NOTE 1): the filtering system now uses a local folder called
11609                 | .processing. if filtering fails, check this directory
11610                 | for missing messages.
11611                 |
11612                 | NOTE 2): help us find the filtering actions still missing
11613
11614 2001-12-05 [paul]       0.6.5claws52
11615
11616         * src/mainwindow.c
11617                 fix bug where 'Empty Trash?' pop-up window appears even
11618                 when Trash is empty, submitted by Jesse Skinner         
11619
11620 2001-12-05 [melvin]     0.6.5claws51
11621
11622         * src/compose.c
11623                 fixed bug #486106 to select correct account when reediting 
11624                 a queued message
11625         
11626 2001-12-04 [alfons]     0.6.5claws50
11627
11628         * src/mh.c
11629                 declare markfile in appropriate functions when
11630                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11631                 for spotting this)
11632
11633 2001-12-04 [paul]       0.6.5claws49
11634
11635         * sync with sylpheed 0.6.5cvs21
11636                 see ChangeLog entry 2001-12-04
11637
11638 2001-12-03 [christoph]  0.6.5claws48
11639
11640         * po/de.po
11641                 changed translation of undo
11642         * src/account.c
11643         * src/folder.c
11644                 don't reinvent the wheel to traverse a GNode
11645         * src/compose.[ch]
11646                 seperate code to create the compose gui into functions
11647                 add "Others" page with folder selection for saving copy
11648                 of the message.
11649                 the folder identifier is saved to queue header
11650         * src/procmsg.c
11651                 save message to folder in queue header
11652
11653 2001-12-03 [paul]       0.6.5claws47
11654
11655         * sync with sylpheed 0.6.5cvs20
11656                 see ChangeLog entry 2001-12-03
11657
11658 2001-12-01 [paul]
11659
11660         * more sync with sylpheed 0.6.5cvs19
11661                 see ChangeLog entry 2001-11-29
11662
11663 2001-11-30 [paul]       0.6.5claws46
11664         
11665         * src/compose.c
11666                 remove conflicts introduced by Hoa's last commit
11667          
11668         * src/mainwindow.c
11669                 make 'Message/Bounce' sensitive
11670
11671 2001-11-30 [hoa]        0.6.5claws45
11672
11673         * src/compose.c
11674                 slightly change bounce function to add
11675                 information about the user that bounced the mail
11676                 in the From header line.
11677
11678         * src/folderview.c
11679                 permit the use of processing in outbox folder.
11680
11681 2001-11-29 [paul]       0.6.5claws44
11682
11683         * src/mainwindow.[ch]
11684         * src/prefs_common.c
11685         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11686         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11687         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11688                 usability enhancements to the quoting, implements
11689                 use of Ctrl key to toggle quoting settings
11690                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11691
11692 2001-11-29 [paul]       0.6.5claws43
11693         
11694         * sync with sylpheed 0.6.5cvs19
11695                 see ChangeLog entry 2001-11-28
11696
11697 2001-11-29 [melvin]     0.6.5claws42
11698         * src/Makefile.am
11699                 added enriched.[ch] to the list of files
11700
11701         * src/textview.c
11702         * src/mimeview.c
11703         * src/procmime.[ch]
11704         * src/enriched.[ch]
11705                 added support to view text/enriched
11706                 added support to show headers in message view for text/enriched and text/html
11707                         in non multipart messages
11708
11709 2001-11-28 [paul]       0.6.5claws41
11710
11711         * more sync with sylpheed 0.6.5cvs18
11712                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11713
11714 2001-11-27 [paul]       0.6.5claws40
11715         
11716         * po/pt_BR.po
11717                 updated translation, submitted by Fabio Junior Beneditto
11718                 
11719         * sync with sylpheed 0.6.5cvs18
11720                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11721                 2001-11-27
11722
11723
11724 2001-11-26 [paul]
11725
11726         * po/es.po
11727                 updated translation, submitted by Ricardo Mones Lastra
11728
11729 2001-11-26 [alfons]
11730
11731         * src/matcher.c
11732                 add more translatable strings
11733
11734 2001-11-26 [christoph]  0.6.5claws39
11735
11736         * po/de.po      
11737                 fixed one more umlaut
11738         * src/compose.c
11739                 fix translated header when it should not be translated
11740
11741 2001-11-26 [paul]       0.6.5claws38
11742
11743         * src/mainwindow.c
11744                 remove '/Message/Add Sender to address book' from 
11745                 main_window_set_menu_sensitive(), prevent debug warning
11746                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11747
11748 2001-11-26 [paul]       0.6.5claws37
11749
11750         * src/summaryview.c
11751                 fix 'recurring unread state' bug 
11752
11753         * tools/README 
11754         * tools/filter_conv.pl
11755                 read name of top level mailbox from folderlist.xml
11756                 and presume nothing about its name              
11757
11758 2001-11-26 [darko]      0.6.5claws36
11759
11760         * src/gtkstext.[ch]
11761                 removed functions that are now in gtkutils.c
11762                 use gtkut_text_is_uri_string() from gtkutils.c
11763         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11764
11765 2001-11-26 [paul]       0.6.5claws35
11766
11767         * sync with sylpheed 0.6.5cvs16
11768                 see ChangeLog entries 2001-11-25 and 2001-11-26
11769
11770 2001-11-25 [alfons]     0.6.5claws34
11771
11772         EXPERIMENTAL!!! Please checkout the last stable version using: 
11773           
11774         % cvs update -r LAST_STABLE -dRAP
11775
11776         (Or help us testing this stuff.)
11777
11778         * src/filtering.c               (1.14)
11779         * src/filtering.h               (1.6)
11780         * src/inc.c                     (1.28)
11781         * src/matcher.c                 (1.20)
11782         * src/mbox.c                    (1.9)
11783         * src/procmsg.h                 (1.14)
11784         * src/summaryview.c             (1.59)
11785         * src/summaryview.h             (dunno)
11786                 revert/merge/sync to as it was before commit 
11787                 on Thu, 19 Jul 2001 10:15:51 -0700.
11788
11789 2001-11-25 [hoa]        0.6.5claws33
11790
11791         * src/main.c
11792                 processing mails at startup
11793
11794         * src/folderview.c
11795         * src/summaryview.[ch]
11796                 processing mails when entering folder
11797
11798         * src/prefs_filtering.c
11799                 fixed some UI bugs
11800
11801 2001-11-24 [alfons]     0.6.5claws32
11802
11803         * src/summaryview.[ch]
11804                 make summary sort headers work, and also make
11805                 sure the sort type is stored
11806
11807 2001-11-23 [alfons]     0.6.5claws31
11808
11809         * src/summaryview.[ch]
11810                 make lock work like mark
11811                 disallow deleting messages marked as locked
11812
11813 2001-11-23 [alfons]     0.6.5claws30
11814
11815         * src/gtkstext.c
11816         * src/compose.[ch]
11817         * src/Makefile.am
11818         * src/undo.[ch]
11819                 merge undo patch submitted by Jens
11820
11821 2001-11-23 [christoph]  0.6.5claws29
11822
11823         * src/.cvsignore
11824                 added ylwrap
11825         * src/compose.c
11826                 fixed gpg signing and encoding
11827         * src/folder.[ch]
11828         * src/main.c
11829                 added --status option to get new, unread and total
11830                 message count from a running sylpheed
11831         * src/prefs_common.c
11832                 temporary fix for reply_with_quote problem
11833                 (don't call functions for non existing widget)
11834         * src/procmsg.c
11835                 one more check for ignored threads but still not
11836                 always working correctly. probably a recursive
11837                 check for all parents is needed
11838
11839 2001-11-23 [darko]      0.6.5claws28
11840
11841         * src/compose.c
11842                 wrapping on send improvements
11843         * src/gtkutils.[ch]
11844                 fix for GtkSText after last sync with main branch
11845                 GTK_TEXT -> GTK_STEXT
11846
11847 2001-11-23 [paul]       0.6.5claws27
11848
11849         * sync with sylpheed 0.6.5cvs14
11850                 see ChangeLog entries 2001-11-22 and 2001-11-23
11851                 
11852         * po/de.po
11853                 fixed the scrambled umlauts 
11854                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11855
11856 2001-11-21 [paul]       0.6.5claws26
11857
11858         * sync with sylpheed 0.6.5cvs12
11859                 see 2nd ChangeLog entry dated 2001-11-20
11860
11861 2001-11-20 [paul]       0.6.5claws25
11862
11863         * sync with sylpheed 0.6.5cvs11
11864                 see ChangeLog entry 2001-11-19 (src/utils.c)
11865
11866 2001-11-20 [hiro]
11867
11868         * src/compose.c
11869                 GTK_TEXT -> GTK_STEXT
11870                 fix for wrong comment
11871
11872 2001-11-20 [hiro]       0.6.5claws24
11873
11874         * src/compose.[ch]
11875                 more merges from main branch
11876                 removed fatal warnings (uninitialized variables etc.)
11877                 some coding style fix
11878         * src/gtkutils.h
11879                 fixed typo.
11880         * src/addressbook.c
11881           src/addrindex.c
11882                 V-Card -> vCard
11883
11884 2001-11-19 [hoa]        0.6.5claws23
11885
11886         * src/filtering.c
11887         * src/prefs_scoring.c
11888         * src/matcher.[ch]
11889         * src/scoring.c
11890                 cleaning code
11891
11892         * src/matcher_parser_parse.y
11893         * src/prefs_filtering.c
11894                 bouncing
11895
11896 2001-11-19 [alfons]     0.6.5claws22
11897
11898         more of my old things into claws
11899
11900         * src/Makefile.am
11901         * src/prefs_common.c
11902         * src/procmsg.h
11903         * src/summaryview.[ch]
11904         * src/prefs_summary_column.c
11905         * src/pixmaps/locked.xpm
11906                 add indicators for locking of message in summary view
11907                 (does not work yet, only visual indicator)
11908
11909 2001-11-19 [paul]       0.6.5claws21
11910
11911         * sync with sylpheed 0.6.5cvs10
11912                 see ChangeLog entry 2001-11-19
11913
11914 2001-11-18 [alfons]     0.6.5claws20
11915         
11916         * src/filtering.c
11917                 remove an inadvertent free I forgot in previous clean up 
11918
11919 2001-11-18 [alfons]     0.6.5claws19
11920
11921         * src/filtering.[ch]
11922                 clean up & plug leaks
11923
11924 2001-11-18 [paul]       0.6.5claws18
11925
11926         * sync with sylpheed 0.6.5cvs9
11927                 see ChangeLog entries 2001-11-17 and 2001-11-18
11928
11929 2001-11-16 [paul]       0.6.5claws17
11930
11931         * sync with sylpheed 0.6.5cvs8
11932                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11933
11934 2001-11-16 [paul]       0.6.5claws16
11935
11936         * sync with sylpheed 0.6.5cvs7
11937                 see ChangeLog entries 2001-11-15 and 2001-11-16
11938
11939 2001-11-15 [hoa]        0.6.5claws15
11940
11941         * src/compose.c
11942                 fix bounce, mails we received couln't be bounced to ourself.
11943
11944         * src/defs.h
11945         * src/filtering.[ch]
11946         * src/matcher.[ch]
11947         * src/matcher_parser.h
11948         * src/matcher_parser_lex.l
11949         * src/matcher_parser_parse.y
11950         * src/inc.c
11951         * src/main.c
11952         * src/mbox.c
11953         * src/prefs_filtering.[ch]
11954         * src/mainwindow.c
11955         * src/prefs_matcher.c
11956         * src/prefs_scoring.c
11957         * src/scoring.[ch]
11958         * src/summaryview.c
11959                 new matcher/filter/score configuration file parser
11960                 one unique configuration file => ~/.sylpheed/matcherrc
11961                 import in currently automatic, then save are made
11962                 in this new file.
11963                 one filter per folder and one global filter
11964                 (filter of a folder will be used as folder processing)
11965
11966         * src/folder.c
11967                 fix a bug in folder_item_get_identifier
11968                 
11969         * src/messageview.c
11970                 receive receipt return are fixed.
11971
11972 2001-11-14 [alfons]     0.6.5claws14
11973
11974         * src/session.h
11975                 add things from main branch to make claws compile
11976
11977 2001-11-14 [paul]       0.6.5claws13
11978
11979         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
11980                 see ChangeLog entries 2001-11-08 to 2001-11-14
11981
11982 2001-11-14 [hoa] 0.6.5claws12
11983
11984         * src/compose.[ch]
11985         * src/mainwindow.c
11986         * src/summaryview.c
11987                 add "bounce mail" option
11988
11989 2001-11-13 [christoph]  0.6.5claws11
11990
11991         * src/compose.c
11992                 Cleanup a mess i add before commiting
11993
11994 2001-11-13 [hoa]        0.6.5claws10
11995
11996         * src/compose.c
11997                 some fixes when mail are sent or
11998                 for crossposts
11999
12000 2001-11-13 [christoph]  0.6.5claws9
12001
12002         * po/de.po
12003                 Changed two string with the same translation
12004         * src/compose.c
12005         * src/procmsg.[ch]
12006         * src/send.[ch]
12007                 New mailsending process:
12008                   - Always queue message before sending
12009                     (message will be saved if sylpheed crashed or
12010                      freezes while sending)
12011                   - Allow queuing of newspostings
12012                   - No copy in outbox before sending
12013                     (closes bug #469501)
12014                   - No more redundant code for send and send_later
12015         * src/summaryview.c
12016                 Applied wwp <subscript@free.fr>'s patch that fixes
12017                 marks for multiple forwarded messages (+compose.c)
12018
12019 2001-11-12 [alfons]
12020
12021         * README.claws
12022                 remove things that are now in main branch
12023         
12024         * po/nl.po
12025                 update Dutch translation
12026
12027 2001-11-12 [mhadasht]   0.6.5.claws8
12028
12029         * src/prefs_common.c
12030                 re-enabled account autoselection feature for forward
12031                 and reedit lost during the branch point for SYNC-B4-REL
12032         * src/gtkspell.c
12033                 gtkpspell_get_dict(): more readable code (even if function is
12034                 not used yet)
12035         * ChangeLog.claws
12036                 added version number info to 2001-11-12 [hiro] comment.
12037
12038 2001-11-12 [hiro]       0.6.5.claws7
12039
12040         * src/compose.c
12041                 compose_forward(): fixed a bug that forward quote mark
12042                 wasn't used.
12043                 removed unnecessary code.
12044         * src/template_select.[ch]: removed.
12045
12046 2001-11-11 [alfons]
12047
12048         * src/compose.c
12049                 :%s/GTK_TEXT/GTK_STEXT/g
12050         
12051         * src/compose.[ch]
12052         * src/undo.[ch]
12053         * src/Makefile.am
12054                 revert the undo stuff (this is 0.6.6claws stuff)
12055
12056 2001-11-11 [hoa]        0.6.5.claws6
12057
12058         * src/compose.[ch]
12059                 Insert signature at the end of the text.
12060                 Added undo patch but currently disabled
12061
12062         * src/procmsg.c
12063                 Threading by subject improved.
12064
12065         * added src/undo.[ch]
12066                 Undo module for compose dialog box.
12067
12068 2001-11-11 [alfons]     0.6.5.claws5
12069
12070         * src/procmsg.c
12071                 prevent threading by subject on nodes that have already been
12072                 threaded by in-reply-to (as in "circular references in a tree
12073                 result in a dead branch")
12074
12075 2001-11-09 [hoa]        0.6.5.claws4
12076         
12077         * src/folderview.c
12078                 allows creation of mbox folder item from any files.
12079
12080 2001-11-09 [alfons]     0.6.5.claws3
12081         
12082         * src/utils.c
12083         * src/procmsg.c
12084                 do what I mean and correct threading by subject so it really
12085                 ignores attracting lines without "Re: "
12086
12087 2001-11-07 [alfons]     0.6.5.claws2
12088
12089         * src/procmsg.c
12090         * src/utils.[ch]
12091                 only attract by subject if a subject line starts with a "Re: "
12092         * src/syldap.c
12093                 remove warning
12094
12095 2001-11-07 [paul]       0.6.5claws1
12096
12097         * sync with sylpheed 0.6.5. release
12098                 see ChangeLog entry 2001-11-07
12099
12100 2001-11-07 [paul]       0.6.4claws31
12101
12102         * sync with sylpheed 0.6.4cvs18
12103                 see ChangeLog entries 2001-10-30 to 2001-11-07
12104                 prefs_templates.[ch] renamed prefs_template.[ch]
12105
12106 2001-11-06 [alfons]
12107         
12108         * src/utils.h
12109                 add semicolon Hoa forgot ;-)
12110                 
12111
12112 2001-11-06 [hoa]        0.6.4claws30
12113         
12114         * src/procmsg.c
12115         * src/summaryview.c
12116         * src/utils.c
12117         * src/utils.h
12118                 threading by subject - empty subject are ignored
12119
12120 2001-11-06 [christoph]  0.6.4claws29
12121
12122         * src/socket.c
12123                 use SSL_peek for sock_gets
12124         * src/utils.c
12125                 removed unneeded pointer in extracting quoted
12126                 names implementation
12127
12128 2001-11-06 [melvin]     0.6.4claws28
12129
12130         * src/gtkspell.c
12131                 fixed bug #476792 Selection overtyping with spell checker
12132                 fixed bug which could cause a buffer overflow
12133                 fixed a memory leak
12134
12135 2001-11-06 [hoa]        0.6.4claws27
12136         
12137         * src/procmsg.c
12138         * src/summaryview.c
12139                 threading by subject
12140
12141 2001-11-05 [alfons]     0.6.4claws26
12142         
12143         * README.claws
12144                 Claws -> Sylpheed (vice versa)
12145
12146         * src/compose.c
12147                 :%s/gtk_text/gtk_stext/g
12148                 :%s/GTK_TEXT/GTK_STEXT/g
12149                 (thanks to Jonathan Ware for spotting this)
12150
12151 2001-11-04 [christoph]  0.6.4claws25
12152
12153         * src/summaryview.c
12154                 replace Xalloca + strdup with Xstrdup_a
12155         * src/utils.c
12156                 better implementation of extracting quoted names
12157                 from addresses (remove backlashes and ignore
12158                 quotes after them)
12159
12160 2001-11-04 [alfons]     0.6.4claws24
12161
12162         * src/utils.[ch]
12163                 edit to comply more with coding style
12164
12165         * src/textview.c
12166                 fix bug reported by Kim Schulz. introduced by the patch integrated
12167                 in 0.6.4claws15. the code did not check the return value of
12168                 the html parser.
12169
12170         * AUTHORS
12171                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12172
12173 2001-11-04 [christoph]  0.6.4claws23
12174
12175         * src/main.c
12176         * src/prefs_common.[ch]
12177                 init some pointers that possibly caused a segfault
12178                 reported in the claws-users ML
12179
12180 2001-11-04 [hoa]        0.6.4claws22
12181
12182         * src/grouplistdialog.c
12183                 change the names of the nodes in the tree
12184
12185         * src/compose.c
12186                 enhanced mailto syntax as described in
12187                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12188                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12189
12190         * src/utils.c
12191                 encode and decode URI (useful when opening URL into
12192                 netscape).
12193
12194 2001-11-03 [hoa]        0.6.4claws21
12195
12196         * src/grouplistdialog.c
12197                 a new newsgroups list selection dialog box
12198                 with a CTree instead of a CList
12199
12200 2001-11-03 [hoa]        0.6.4claws20
12201
12202         * src/folderview.c
12203                 enable property and scoring options when right
12204                 click on "inbox"
12205
12206         * src/summaryview.c
12207                 fixed bug when nickname were displayed using
12208                 the address book.
12209
12210 2001-11-02 [darko]      0.6.4claws19
12211
12212         * src/compose.c
12213                 new wrap quotation and URL/long words wrapping implementation
12214         * src/compose.c src/gtkstext.[ch]
12215                 move gtkstext_strncmp() to gtkstext.c
12216
12217 2001-11-01 [christoph]  0.6.4claws18
12218
12219         * src/prefs_account.c
12220                 fixed mess in account settings dialog
12221         * src/prefs_folder_item.c
12222                 added label with folder path to dialog
12223
12224 2001-10-31 [match]      0.6.4claws17
12225
12226         * src/vcard.c
12227                 fix memory leak.
12228         * src/addrbook.c
12229                 fix generation of spurious address book file names.
12230                 remove redundant functions.
12231         * po/POTFILES.in
12232                 added missing file names.
12233
12234 2001-10-30 [paul]       0.6.4claws16
12235
12236         * sync with sylpheed 0.6.4cvs6
12237                 see ChangeLog entries 2001-10-26 to 2001-10-30
12238
12239         * tools/filter_conv.pl
12240                 read folderlist.xml to discover whether the top-level
12241                 folder is called 'Mailbox' or 'Mail' 
12242
12243 2001-10-29 [paul]       0.6.4claws15
12244
12245         * src/html.c, src/textview.c
12246                 activate links in html mail and fix clickable parts
12247                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12248
12249 2001-10-29 [paul]
12250
12251         * po/de.po, po/es.po, po/pt_BR/po
12252                 updated translations, submitted by Jens Oberender,
12253                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12254
12255 2001-10-29 [darko]      0.6.4claws14
12256
12257         * src/compose.c
12258                 fix wrapping for good
12259
12260 2001-10-29 [darko]
12261
12262         * src/compose.c
12263                 undo previous change as it broke the smart wrapping
12264
12265 2001-10-29 [darko]      0.6.4claws13
12266
12267         * src/compose.c
12268                 fix infinite loop when long URL is quoted
12269                 (closes bug #475122.
12270
12271 2001-10-28 [match]
12272
12273         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12274                 import Mutt address book
12275         * src/ldif.[ch] src/importldif.h
12276                 modified import LDIF handle user attributes
12277
12278 2001-10-28 [christoph]  0.6.4claws12
12279
12280         * src/summaryview.c
12281                 fixed that filtering did not work if there
12282                 were no filter rules
12283                 (closes bug #472003 and better implementation
12284                  of patch #474644)
12285
12286 2001-10-27 [christoph]  0.6.4claws11
12287
12288         * src/compose.c
12289                 make the folder's default account to be used when
12290                 replying. (patch by wwp <subscript@free.fr>)
12291         * src/compose.c
12292                 code cleanup, nearly killed all of wwp's patch
12293                 for folder's default account in compose
12294         * src/folderview.c
12295                 error panel when a folder could not be created
12296                 (closes bug #471080 new folder name & already
12297                  existing file)
12298
12299 2001-10-26 [alfons]
12300
12301         * src/utils.h
12302                 change prototype of strstr2() that Christoph forgot about
12303
12304 2001-10-26 [christoph]  0.6.4claws10
12305
12306         * src/account.c
12307                 made search for accounts by email address not case
12308                 sensitive
12309         * src/folder.c
12310                 fixed memory leak in folder_item_get_identifier
12311         * src/gtkspell.c
12312         * src/utils.c
12313                 fixed wrong strstr2 (should work like strstr)
12314
12315 2001-10-26 [darko]      0.6.4claws9
12316
12317         * src/compose.c src/gtkstext.[ch]
12318         * src/gtkstext.c
12319                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12320
12321 2001-10-26 [paul]       0.6.4claws8
12322
12323         * src/html.c
12324                 ignore css and javascript tags in html mail
12325                 case-insensitive, with or without double-quoted
12326                 strings
12327
12328 2001-10-26 [paul]       0.6.4claws7
12329
12330         * sync with sylpheed 0.6.4cvs1
12331                 see ChangeLog entry 2001-10-26
12332
12333         * src/prefs_account.c, src/prefs_common.c,
12334           src/prefs_summary_column.c
12335                 minor improvements to the English
12336
12337 2001-10-25 [alfons]     0.6.4claws6
12338
12339         * src/gtkstext.c
12340         
12341                 make GtkSText follow style of GtkText (closes bug 
12342                 #469211 "text selection while writing message")
12343                 
12344                 do sync with GTK 1.2.10
12345
12346 2001-10-25 [paul]       0.6.4claws5
12347
12348         * src/html.c
12349                 ignore css tags in html mail
12350
12351 2001-10-25 [darko]      0.6.4claws4
12352
12353         * src/compose.c
12354                 don't declare is_url_string as static function since
12355                 we need it in gtkstext.c
12356         * src/gtkstext.c
12357                 remove unused variable
12358                 don't wrap long URLs while composing a message
12359
12360 2001-10-24 [christoph]  0.6.4claws3
12361
12362         * src/socket.c
12363                 fix ssl deadlock, when peer closes connection
12364
12365 2001-10-24 [paul]       0.6.4claws2
12366
12367         * src/prefs_common.c
12368                 gettextize the gpg ascii-armored warning message
12369
12370         * src/compose.c
12371                 insert a DOS/MAC file into the composed message
12372                 (improvements)
12373
12374         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12375
12376 2001-10-22 [paul]       0.6.4claws1
12377
12378         * sync with sylpheed 0.6.4 release
12379                 see ChangeLog entries 2001-10-21
12380
12381         * po/fr.po, po/pt_BR.po
12382                 updated by Melvin Hadasht and Fabio Junior Beneditto
12383
12384 2001-10-21 [paul]       0.6.3claws30
12385
12386         * src/compose.c
12387                 insert a DOS text file from the compose window
12388                 into the composed message text (removes CRs characters)
12389                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12390
12391         * tools/filter_conv.pl, tools/README
12392                 automatically use ~/.sylpheed as working directory
12393                 print out confirmation message on completion
12394
12395         * correct Hoa's last ChangeLog.claws entry
12396
12397 2001-10-20 [hoa]        0.6.3claws29
12398
12399         * src/grouplistdialog.c
12400                 bugfix (another ?) to give the right
12401                 newsgroups list for each news server.
12402
12403         * src/news.c
12404         * src/news.h
12405                 improve the newsgroups list cache
12406
12407 2001-10-20 [paul]       0.6.3claws28
12408
12409         * sync with sylpheed 0.6.3cvs9
12410                 see ChangeLog entry 2001-10-19
12411
12412         * correct Alfons' last ChangeLog.claws entry
12413
12414 2001-10-19 [alfons]
12415
12416         * src/pgptext.[ch]
12417                 fix compilation problems (part of bug #472895)
12418
12419 2001-10-18 [hoa]        0.6.3claws27
12420
12421         * src/grouplistdialog.c
12422                 bugfix when we refresh was clicked (bug 472701)
12423
12424 2001-10-19 [christoph]  0.6.3claws26
12425
12426         * src/compose.c
12427                 last header entry should default to "To:" or
12428                 "Newsgroups:" and not copy the last entry line
12429                 in a new compose window
12430                 (closes bug #472686, #470792)
12431
12432 2001-10-19 [paul]       0.6.3claws25
12433
12434         * sync with Sylpheed 0.6.3cvs8
12435                 see ChangeLog entries 2001-10-18 and 2001-10-19
12436
12437 2001-10-18 [christoph]  0.6.3claws24
12438
12439         * src/procmsg.c
12440                 reimplement ignore thread
12441         
12442 2001-10-18 [hoa]        0.6.3claws23
12443
12444         * src/folderview.c
12445         * src/grouplistdialog.[ch]
12446                 enhanced news subscription interface (feature 469113)
12447
12448         * src/news.c
12449         * src/news.h
12450                 enchanced newsgroup listing,
12451                 now, we can get groups informations
12452                 (NNTPGroupInfo)
12453
12454 2001-10-18 [paul]       0.6.3claws22
12455
12456         * src/summaryview.c
12457                 remove comment (sync with main branch)
12458         * src/mainwindow.c
12459                 fix 'Re-edit' bug in 'Message' menu
12460
12461 2001-10-17 [christoph]  0.6.3claws21
12462
12463         * src/compose.c
12464                 ignore empty or whitespace only header lines
12465
12466 2001-10-17 [paul]       0.6.3claws20
12467
12468         * sync with sylpheed 0.6.3cvs7
12469                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12470                 2001-10-17
12471
12472 2001-10-17 [darko]
12473
12474         * src/compose.c
12475                 wrap long lines without spaces
12476                 don't wrap URLs
12477
12478 2001-10-16 [paul]
12479
12480         * po/es.po, po/nl.po, po/pt_BR.po
12481                 updated by Ricardo Mones Lastra, Alfons,
12482                 and Fabio Junior Beneditto
12483
12484         * sylpheed-0.6.3claws released
12485
12486 2001-10-15 [melvin] 0.6.3claws18
12487
12488         * README.claws
12489                 added summary and detailed installation instructions
12490                 for spell checker
12491         * po/fr.po
12492                 Updated, corrected and completed french translation
12493
12494 2001-10-15 [hoa] 0.6.3claws17
12495         * src/grouplistdialog.c
12496                 we can choose the newsgroups to display with wildcards
12497
12498 2001-10-15 [christoph]  0.6.3claws16
12499
12500         * src/account.c
12501         * src/compose.c
12502         * src/prefs_folder_item.[ch]
12503                 applied wwp <subscript@free.fr>'s folder
12504                 default account patch
12505         * po/de.po
12506                 Fixed wrong translation
12507
12508 2001-10-13 [alfons, christoph, melvin]  
12509                         0.6.3claws15
12510
12511         solution #2 to solve MT-safety problems defers all GUI related calls
12512         to the main thread using a gtk_idle_add() callback. discussed on
12513         ircnet #sylpheed, with christoph spotting some issues with the
12514         original code, and melvin allowing us to lobotomize his sylpheed.
12515
12516         * src/syldap.[ch], src/main.c
12517                 fix race problem in ldap search thread by deferring GUI 
12518                 stuff to main thread using gtk_idle_add()
12519
12520 2001-10-13 [paul]       0.6.3claws14
12521
12522         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12523                 add Sergey's smtpcred.patch
12524                 adds separate username/password setting for SMTP Auth
12525                 needed by some servers
12526                 (closes feature request #471659)
12527
12528 2001-10-13 [paul]       0.6.3claws13
12529
12530         * src/pgptext.[ch] **NEW FILES**
12531         * src/Makefile.am, src/messageview.c, src/mimeview.c
12532                 decrypt ascii-armored gpg text embedded in
12533                 the message body.
12534                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12535
12536 2001-10-13 [christoph]  0.6.3claws12
12537
12538         * README.claws
12539                 some more details on default to and
12540                 feature requests
12541         * src/main.c
12542                 init glib threading when ldap is used
12543         * src/syldap.c
12544                 threading fixes
12545         * po/de.po
12546                 fixed a typo
12547
12548 2001-10-12 [paul]       0.6.3claws11
12549
12550         * src/prefs_common.[ch], src/rfc2015.c
12551                 enable ascii-armored gpg text to be embedded in the
12552                 message body, selectable through the 'Privacy'
12553                 preferences. Supports encrypting only.
12554                 Submitted by Ravemax <ravemax@dextrose.com>
12555
12556 2001-10-12 [paul]       0.6.3claws10
12557
12558         * sync with sylpheed 0.6.3cvs6
12559                 see ChangeLog entries 2001-10-11 and 2001-11-12
12560
12561         * src/folderview.c
12562                 incorporated mbox folders, scoring, and folder
12563                 properties into the sync
12564
12565 2001-10-12 [darko]      0.6.3claws9
12566
12567         * README.claws
12568                 describe quotation wrapping
12569         * src/compose.c
12570                 don't treat tab as space to calculate line length properly
12571
12572 2001-10-11 [alfons]
12573
12574         * README.claws
12575                 correct description of how to make new filtering system work,
12576                 add some other things
12577                 
12578         * src/syldap.c
12579                 remove sched_yield() (not necessary / unportable)
12580
12581 2001-10-11 [paul]       0.6.3claws8
12582
12583         * sync with sylpheed 0.6.3cvs3
12584                 see ChangeLog entry 2001-10-10
12585
12586 2001-10-10 [christoph]  0.6.3claws7
12587
12588         * .cvsignore
12589                 ignore 2 files created by newer autotools
12590         * src/prefs_folder_item.c
12591                 using table for widget alignment
12592                 fixed memory leak and broken octal display
12593         * src/filesel.c
12594                 fixed segfault caused by lost filename
12595                 workaround (closes bug #469551)
12596
12597 2001-10-10 [paul]       0.6.3claws6
12598
12599         * sync with sylpheed 0.6.3cvs2
12600                 see ChangeLog entries 2001-10-09 and 2001-10-10
12601
12602 2001-10-10 [darko]      0.6.3.claws5
12603
12604         * src/gtkstext.c
12605                 proper calculation of right margin if smart wrapping is enabled
12606         * src/compose.c
12607                 automatically wrap long lines if wrap quotation is enabled
12608
12609 2001-10-09 [alfons]     0.6.3.claws4
12610
12611         * src/summaryview.c
12612                 select correct row when deleting last row in the summary view (and
12613                 close bug "[ #469104 ] select second last in list when deleting")
12614
12615 2001-10-09 [paul]       0.6.3claws3
12616
12617         * sync with sylpheed 0.6.3cvs1
12618                 updated some autotool scripts
12619
12620 2001-10-09 [darko]      0.6.3claws2
12621
12622         * src/gtkstext.[ch]
12623                 new name and mark with Sylpheed comment
12624         * src/compose.c
12625                 smart quotation wrapping a-la VIM
12626
12627 2001-10-08 [paul]       0.6.3claws1
12628
12629         * sync with sylpheed 0.6.3 release
12630                 see ChangeLog entry 2001-10-08
12631
12632 2001-10-08 [paul]       0.6.2claws24
12633
12634         * src/summaryview.c
12635                 more sync with sylpheed 0.6.2cvs12
12636                 Fixed the bug that didn't select the last row correctly
12637
12638
12639 2001-10-07 [paul]       0.6.2claws23
12640
12641         * sync with sylpheed 0.6.2cvs12
12642                 see ChangeLog entry 2001-10-07
12643
12644 2001-10-06 [match]
12645         * src/jpilot.[ch]
12646                 enable jpilot to read unsynch'ed addresses.
12647
12648         * src/editldap_basedn.c
12649                 fix segfault when opening dialog.
12650
12651 2001-10-06 [alfons]     0.6.2.claws22
12652
12653         * src/summaryview.c
12654                 fix bug with summary view selecting last *inserted*
12655                 node instead of last *visible* node. remember we
12656                 work with a tree
12657
12658 2001-10-06 [paul]       0.6.2claws21
12659
12660         * po/pt_BR.po
12661                 updated translation, contains some fixes and new
12662                 translations, submitted by Gustavo Noronha Silva
12663                 <kov@debian.org>
12664
12665         * src/prefs_common.c
12666                 change 'each' to 'every' - fix dubious English
12667
12668         * sync with sylpheed 0.6.2cvs11
12669
12670 2001-10-05 [alfons]     0.6.2claws20
12671
12672         * src/mainwindow.[ch], src/folderview.c
12673                 make composite tool button switch between "Compose News"
12674                 and "Compose Mail" depending on selected folder
12675                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12676
12677 2001-10-05 [paul]       0.6.2claws19
12678
12679         * src/mainwindow.c, src/summaryview.c
12680                 fix 'Message/Reply to all', broken in last commit
12681
12682         * src/compose.c
12683                 fix X_BEENTHERE seg fault, thanks to Alfons
12684
12685 2001-10-04 [paul]       0.6.2claws18
12686
12687         * src/compose.[ch], src/mainwindow.c
12688                 make "Message/Reply" reply to mailing lists; matches
12689                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12690                 based on portions of the patch submitted by
12691                 Junichi Uekawa <dancer@netfort.gr.jp>
12692
12693 2001-10-04 [darko]      0.6.2claws17
12694
12695         * src/compose.c
12696                 better smart wrapping
12697         * src/gtkstext.[hc]
12698                 a function to make text buffer contiguous
12699
12700 2001-10-03 [paul]       0.6.2claws16
12701
12702         * sync with sylpheed 0.6.2cvs10
12703
12704 2001-10-02 [alfons]
12705
12706         * configure.in
12707         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12708                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12709                 references to chinese translations (hope someone picks up
12710                 this)
12711
12712 2001-10-02 [christoph]  0.6.2claws15
12713
12714         * src/compose.c
12715                 fixed non translated header bug
12716         * ChangeLog.claws
12717                 fixed wrong date in alfons last entry ;)
12718
12719 2001-10-02 [alfons]     0.6.2claws14
12720
12721         * src/compose.c, src/prefs_common.[ch]
12722                 add block cursor option
12723
12724 2001-10-02 [paul]       0.6.2claws13
12725
12726         * sync with sylpheed 0.6.2cvs9
12727
12728 2001-09-30 [paul]       0.6.2claws12
12729
12730         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12731                 updated translations
12732
12733         * po/POTFILES.in
12734                 add 'src/importldif.c'
12735
12736         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12737                 added eudora-to-vCard conversion tool
12738                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12739
12740         * sync with sylpheed 0.6.2cvs8
12741
12742 2001-09-30 [paul]
12743
12744         * sylpheed-0.6.2claws released
12745
12746 2001-09-27 [melvin]     0.6.2claws11
12747
12748         * src/gtkspell.c
12749                 fixed crash when using default path (introduced 
12750                 in 0.6.2claws10)
12751                 fixed tiny bug for initial suggestion mode
12752
12753 2001-09-27 [melvin]     0.6.2claws10
12754         
12755         * src/gtkspell.c
12756                 fixed bug where gtkpspell didn't set the path correctly
12757
12758         * README.claws
12759                 added a paragraph about spell checking
12760                 
12761
12762
12763 2001-09-27 [paul]       0.6.2claws9
12764
12765         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12766                 replace '// comments' with '/* comments */' to prevent
12767                 some compiler warnings 
12768
12769         * sync with sylpheed 0.6.2cvs6
12770
12771 2001-09-26 [alfons]     0.6.2claws8
12772
12773         * src/messageview.c
12774                 introduce return receipt request notification again,
12775                 which was lost because of other semantics in 
12776                 procheader_parse() (???)
12777
12778 2001-09-26 [christoph]  0.6.2claws7
12779
12780         * src/compose.c
12781                 replace comments for old code with #if 0
12782                 readded auto cc, bcc and reply-to
12783         * src/prefs_matcher.c
12784         * src/prefs_scoring.c
12785                 removed some definition (was moved to
12786                 prefs.h)
12787
12788 2001-09-26 [paul]       0.6.2claws6
12789
12790         * src/mainwindow.c
12791                 make 'Follow-up and reply to' sensitive
12792
12793         * more sync with sylpheed 0.6.2cvs5
12794
12795 2001-09-25 [melvin]
12796
12797         * 0.6.2claws5
12798
12799         * src/gtkspell.c
12800                 fixed bug for "US-ASCII" introduced by the encoding code
12801
12802 2001-09-25 [paul]
12803
12804         * 0.6.2claws4
12805
12806         * src/prefs_common.[ch], src/summaryview.c
12807                 'next unread msg' 'go to next folder?' dialog can be
12808                 given default behaviour, either always show dialog,
12809                 or assume 'yes', or assume 'no'
12810                 Submitted by wwp <subscript@free.fr>
12811
12812 2001-09-25 [melvin]
12813                 
12814         * src/compose.c src/gtkspell.[ch]
12815                 added support for different encodings
12816
12817 2001-09-25 [paul]
12818
12819         * more sync with sylpheed 0.6.2cvs5
12820
12821 2001-09-24 [alfons]
12822         
12823         * src/prefs_folder_item.c
12824                 add check for item->prefs->default_to string is NULL and
12825                 add another check when freeing this string
12826
12827 2001-09-24 [paul]
12828
12829         * configure.in
12830                 change to version 0.6.2claws3
12831
12832         * sync with sylpheed 0.6.2cvs5 
12833
12834 2001-09-24 [match]
12835         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12836                 import LDIF files.
12837         * src/addrcache.[ch], addrindex.[ch]
12838                 small update for future
12839         * src/addrbook.c
12840                 fix test XML file.
12841
12842 2001-09-24 [melvin]
12843         * src/gtkspell.[ch]
12844                 added 'Learn from mistakes' option
12845                 better handling of quotes in checked words
12846                 sorted dict list
12847         * po/fr.po
12848                 small update for spell checking stuff
12849
12850 2001-09-23 [alfons]
12851         
12852         * src/gtkspell.c
12853                 edit a little bit so it complies more with main coding style
12854
12855 2001-09-23 [alfons]
12856
12857         * src/folder.[ch], prefs_folder_item.c, compose.c
12858                 migrate "request return receipt" folder property
12859                 to folderlist.xml
12860
12861 2001-09-22 [alfons]
12862
12863         * README.claws **NEW**
12864                 (add things of interest for users of main branch 
12865                 and claws here)
12866
12867         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12868                 re-implement threading per folder option, but store 
12869                 the setting in folderlist.xml (where it belongs)
12870
12871 2001-09-21 [melvin]
12872
12873         * src/gtkspell.[ch]
12874                 fixed bug when compose window is under another window
12875         * src/prefs_common.[ch] src/compose.c
12876                 changed 'dictionary_path' to 'dictionary' to be consistent
12877                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12878         * ac/pspell.m4 src/Makefile.am 
12879                 dropped PSPELL_PATH macro
12880         * po/fr.po
12881                 updated translations
12882
12883 2001-09-21 [christoph]
12884
12885         * src/compose.c
12886                 added border around header fields
12887                 keep header type when new field is added
12888
12889 2001-09-20 [christoph]
12890
12891         * src/utils.[ch]
12892                 more portable debug_print with source filename
12893                 and linenumber
12894         * src/procmsg.c
12895                 more newlines after debug messages
12896
12897 2001-09-20 [paul]
12898
12899         * configure.in
12900                 change to version 0.6.2claws2
12901
12902         * sync with sylpheed 0.6.2cvs3
12903
12904 2001-09-19 [melvin]
12905
12906         * src/gtkspell.c
12907                 fixed the post-right-click focus pb
12908                 fixed crash when 'Spell check all' after dict change 
12909                         and when cursor is at the end of the text
12910                 shift-right-click pops up config menu even on misspelled words.
12911         * po/POTFILES.in
12912                 added gtkspell.c
12913
12914 2001-09-19 [melvin]
12915
12916         * src/about.c
12917                 added pspell to compiled-in features list
12918
12919 2001-09-18 [melvin]
12920
12921         * switched to pspell and dropped ispell
12922         * ac/pspell.m4
12923                 new file. autoconf macro for pspell
12924         * ac/Makefile.am 
12925         * configure.in acconfig.h
12926                 added pspell support
12927         * src/Makefile.am
12928         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12929         * src/prefs_common.[ch] 
12930                 added pspell support
12931
12932 2001-09-18 [christoph]
12933
12934         * src/addr_compl.c
12935         * src/template.[ch]
12936                 replace LOG_MESSAGE with debug_print
12937         * src/compose.[ch]
12938                 gui improvements
12939         * src/menu.c
12940                 added newline after debug message
12941         * src/utils.h
12942                 using __VA_ARGS__ for debug_print macro
12943         * tools/.cvsignore
12944                 ignore Makefile and Makefile.in
12945
12946 2001-09-18 [paul]
12947
12948         * configure.in
12949                 change to version 0.6.2claws1
12950         * sync with sylpheed 0.6.2cvs1
12951
12952         * src/matcher.c 
12953         * src/prefs_matcher.c
12954                 add 'score equal to' option, submitted by
12955                 Paul Evans <nerd@freeuk.com>
12956
12957 2001-09-15 [christoph]
12958
12959         * src/mainwindow.c
12960                 comment out menu entry not existing in claws
12961         * src/menu.c
12962                 add debug output for non existing menu entries
12963         * src/summaryview.c
12964                 fix next/prev unread message for ignored threads
12965         * src/utils.[ch]
12966                 add sourcefile and line number to debug output
12967                 otherwise it is sometimes hard to find the
12968                 source code part if debug messages are translated
12969
12970 2001-09-14 [darko]
12971         
12972         * src/folderview.c
12973                 refresh target folder style after colour is changed
12974
12975 2001-09-13 [paul]
12976
12977         * configure.in
12978                 change to version 0.6.1claws3
12979
12980         * sync with sylpheed 0.6.1cvs6
12981
12982 2001-09-13 [darko]
12983         
12984         * src/folderview.c
12985                 fix target folder colourization to use user selected colour
12986
12987 2001-09-12 [darko]
12988         
12989         * src/summaryview.c
12990                 fix crash when message that is marked for copy/move is unmarked
12991
12992 2001-09-09 [paul]
12993
12994         * configure.in
12995                 change to version 0.6.1claws2
12996
12997         * sync with sylpheed 0.6.1cvs3
12998
12999 2001-09-09 [alfons]
13000         
13001         * src/folderview.c
13002                 fix bug with default font used for trash folder text
13003
13004 2001-09-06 [paul]
13005
13006         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13007                 updated translations
13008
13009         * configure.in
13010                 change to version 0.6.1claws1
13011
13012         * sync with sylpheed 0.6.1cvs2
13013
13014 2001-09-03 [paul]
13015
13016         * po/POTFILES.in
13017                 add Match's new addressbook
13018
13019         * po/de.po
13020                 updated translation submitted by Jens Oberender
13021
13022 2001-09-02 [paul]
13023
13024         * configure.in
13025                 change to 0.6.1claws
13026         * sync with sylpheed 0.6.1 release
13027
13028 2001-09-02 [paul]
13029
13030         * configure.in
13031                 change to 0.6.0claws2
13032
13033         * sync with sylpheed 0.6.0cvs4
13034
13035         * po/pt_BR.po
13036                 updated translation submitted by Fabio Junior Beneditto
13037
13038 2001-09-01 [match]
13039         * pixmaps/
13040                 interface.xpm
13041                 book.xpm
13042                 address.xpm
13043         * src/
13044                 Makefile.am
13045                 a ton of new files
13046
13047 2001-08-31 [paul]
13048
13049         * configure.in
13050                 change to version 0.6.0claws1
13051
13052         * sync with sylpheed 0.6.0cvs1
13053
13054         * po/es.po
13055                 updated translation submitted by Ricardo Mones Lastra
13056
13057         * po/POTFILES.in
13058                 add 'src/prefs_templates.c'
13059
13060         * src/compose.c, src/summaryview.c
13061                 fix segfault on 'Re_edit'               
13062
13063 2001-08-30 [alfons]
13064
13065         * configure.in, Makefile.am
13066         * tools/Makefile.am
13067                 add tools directory to source distribution
13068
13069 2001-08-30 [paul]
13070
13071         * configure.in
13072                 change to version 0.6.0claws
13073
13074         * sync with sylpheed 0.6.0 release
13075
13076 2001-08-30 [christoph]
13077
13078         * configure.in
13079                 removed autoconf version check
13080
13081 2001-08-30 [paul]
13082
13083         * src/account.c, src/compose.c, src/prefs_common.[ch]
13084         * src/procheader.[ch] src/utils.[ch]
13085                 Enhanced automatic account selection on replies
13086                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13087
13088         * configure.in
13089                 add LDAP and JPilot to the configuration results output.
13090
13091 2001-08-29 [christoph]
13092
13093         * src/summeryview.c
13094                 no bold font for ignored threads
13095
13096 2001-08-29 [paul]
13097
13098         * configure.in
13099                 change to version 0.5.3claws6
13100
13101         * sync with sylpheed 0.5.3cvs10
13102                 src/stringtable.[ch]: New Files
13103
13104         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13105         * src/pixmaps/sylpheed.xpm
13106                 add mini-icons to windows (by Alfons)
13107
13108 2001-08-27 [paul]
13109
13110         * src/mainwindow.c
13111                 new functions: next_labeled_cb(), prev_labeled_cb()
13112
13113         * src/summaryview.c
13114                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13115                 summary_select_next_labeled(), summary_select_prev_labeled()
13116
13117         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13118                 give claws blue folders and a blue trash can
13119
13120 2001-08-27 [paul]
13121
13122         * configure.in
13123                 change to version 0.5.3claws5
13124
13125         * sync with sylpheed 0.5.3cvs9
13126                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13127
13128 2001-08-24 [christoph]
13129
13130         * src/filesel.c
13131                 keep filename when browsing directories
13132                 (not working for user entered filename, but
13133                  for default name and selected filename from
13134                  file list)
13135         * src/mainwindow.c
13136                 fixed wrong spelling "Folllow-up"
13137         * src/mbox_folder.c
13138         * src/procmsg.c
13139         * src/summaryview.c
13140                 fixed new/unread message count with ignored
13141                 threads (2 commits, first didn't notice no
13142                 longer needed decreasing)
13143         * src/inc.c
13144                 readded scrolling of progress dialog
13145                 (lost in sync)
13146
13147 2001-08-24 [paul]
13148
13149         * configure.in
13150                 change to 0.5.3claws4
13151
13152         * sync with sylpheed 0.5.3cvs7
13153
13154 2001-08-24 [christoph]
13155
13156         * src/compose.c
13157                 set request return receipt when replying
13158                 if it is set is the folder prefs of the
13159                 message
13160         * src/inc.c
13161                 disable final error popup if popups are
13162                 disabled in config (again)
13163
13164 2001-08-23 [paul]
13165
13166         * configure.in
13167                 Change version number to 0.5.3claws3
13168
13169         * sync with sylpheed 0.5.3cvs5
13170
13171         * src/mimeview.c
13172                 double quote '%s' in 'gedit %s' to fix bug when
13173                 opening attachment with spaces in the name
13174
13175 2001-08-22 [alte]
13176         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13177           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13178                 initial message templates support
13179
13180
13181 2001-08-22 [paul]
13182
13183         * configure.in
13184                 change version number to 0.5.3claws2
13185
13186         * sync with sylpheed 0.5.3cvs4
13187
13188         * src/procmsg.h src/summaryview.c
13189                 re-implement (un)ignore thread
13190
13191 2001-08-21 [paul]
13192
13193         * src/summaryview.c
13194                 remove unnecessary code
13195         * src/compose.c
13196                 enable 'dynamic' signatures (submitted by
13197                 Eric Limpens <eric@hscg-internet.nl>)
13198
13199 2001-08-21 [paul]
13200
13201         clean up after sync with sylpheed 0.5.3 release
13202
13203         * src/folderview.c
13204                 fix re-introduced font mess, see Christoph's
13205                 entry 2001-06-24
13206
13207         * src/summaryview.c
13208                 remove prev_msgnum
13209                 use sylpheed's small font instead of
13210                 gtk default font for summary view
13211
13212
13213 2001-08-17 [paul]
13214
13215         * configure.in
13216                 add pl to ALL_LINGUAS - sync with main branch
13217
13218         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13219                 Updated. Translations by Jens Oberender, Ricardo Mones
13220                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13221
13222         * po/pl.po  ** NEW FILE **
13223                 sync with the main branch
13224
13225         * src/folderview.c
13226                 fix target folder colorizing and refresh problem
13227
13228
13229 2001-08-17 [christoph]
13230
13231         * src/mainwindow.c
13232                 claws uses 4 colors for target folder coloring.
13233                 arrays were not long enough and destroyed the
13234                 stack causing a segfault.
13235                 target folder colorizing does not work anymore
13236                 for me
13237
13238 2001-08-16 [paul]
13239
13240         * configure.in
13241                 change to version 0.5.3claws1
13242
13243         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13244           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13245           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13246
13247                 sync with sylpheed 0.5.3 release, but keep claws method of
13248                 configuring/saving fonts
13249
13250         * src/addressbook.[ch]
13251                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13252                 in line with a similar change in Hiroyuki's branch
13253
13254         * src/mainwindow.[ch]
13255                 disable main_window_set_thread_option()
13256         * src/prefs_folder_item.c
13257                 comment out &tmps_prefs.enable_thread,
13258         * src/mbox_folder.c, src/procmsg.[ch]
13259                 comment out MSG_IS_IGNORE_THREAD
13260         * src/summaryview.c
13261                 comment out summary_ignore_thread() and summary_unignore_thread()
13262                 comment out MSG_IS_IGNORE_THREAD
13263
13264                 use Hiroyuki's threading instead.
13265
13266
13267
13268 2001-08-15 [paul]
13269
13270         * src/account.c
13271                 use Hiroyuki's 0.5.3 column scheme but also
13272                 include the enable/disable button.
13273         * src/pixmaps/mark.xpm
13274                 add Hiroyuki's amended pixmap
13275
13276 2001-08-13 [christoph]
13277
13278         * src/account.c
13279                 receive at get all column showed wrong state for APOP
13280                 button should only work for POP3 and APOP accounts
13281         * src/prefs_account.c
13282                 added missing preprocessor statement for SSL
13283
13284 2001-08-12 [paul]
13285
13286         * src/account.[ch]
13287                 add 'receive at get all' column and enable/disable
13288                 button.
13289
13290 2001-08-06 [christoph]
13291
13292         * src/account.c
13293                 show usage of SSL in protocol column
13294
13295         * src/imap.c
13296         * src/inc.c
13297                 renamed ssl options
13298
13299         * src/prefs_account.[ch]
13300                 moved ssl options to a new page
13301
13302         * src/send.c
13303         * src/smtp.c
13304         * src/ssl.[ch]
13305                 renamed ssl options
13306                 added support for SMTP STARTTLS command
13307
13308 2001-08-05 [christoph]
13309
13310         * configure.in
13311                 debian autoconf needs version check to find
13312                 correct autoconf version. if the file is
13313                 named configure.in 2.13 is used, which does
13314                 not work with this configure.in script.
13315                 other solution would be to rename the script
13316                 to configure.ac as suggested in the autoconf
13317                 manual.
13318
13319         * src/inc.c
13320                 disable final error popup if popups are
13321                 diabled in config
13322
13323         * src/socket.c
13324                 bugfix in ssl_gets
13325                 fixes IMAP over SSL problem
13326
13327 2001-08-03 [paul]
13328
13329         * configure.in
13330                 change to 0.5.2claws1
13331
13332         * sync with sylpheed 0.5.2cvs1
13333
13334 2001-08-02 [alfons]
13335
13336         * configure.in
13337                 quick fix for ispell detection...
13338
13339 2001-08-01 [paul]
13340
13341         * configure.in
13342                 change to 0.5.1claws4
13343
13344         * sync with sylpheed 0.5.1cvs7
13345
13346 2001-07-31 [alfons]
13347
13348         * src/prefs_common.c, src/prefs_common.h, 
13349           src/gtkspell.c, src/gtkspell.h
13350                 add global spelling checker settings (compose tab) +
13351                 selection of dictionary 
13352           
13353         * configure.in  
13354                 guess valid ispell location
13355
13356 2001-07-31 [paul]
13357
13358         * po/POTFILES.in
13359                 removal of 'src/quote_fmt_parse.c'
13360         * po/de.po
13361                 Updated de.po
13362                 (submitted by Jens Oberender <didge@suse.de>)
13363
13364 2001-07-31 [darko]
13365
13366         * src/folder.[ch]
13367         * src/folderview.[ch]
13368         * src/mainwindow.c
13369         * src/mh.c
13370         * src/prefs_common.[ch]
13371         * src/summaryview.c
13372                 target folder colourization
13373
13374 2001-07-30 [paul]
13375
13376         more sync with Sylpheed 0.5.1cvs6 
13377
13378 2001-07-30 [darko]
13379
13380         * src/mh.c
13381         * src/prefs_folder_item.[hc]
13382         * src/summaryview.c
13383                 shared folders support with a GUI
13384
13385 2001-07-29 [paul]
13386
13387         0.5.1claws3
13388
13389         * sync with Sylpheed 0.5.1cvs6
13390
13391 2001-07-29 [paul]
13392
13393         * po/pt_BR.po
13394                 updated
13395                 (submitted by Fabio Junior Beneditto)
13396
13397 2001-07-28 [paul]
13398
13399         * src/procmime.c
13400         * AUTHORS
13401                 patch to correct bad image mime headers
13402                 (submitted by Don Quijote <dq@searchlores.org>)
13403
13404 2001-07-28 [paul]
13405
13406         * tools/gif2xface.pl   **NEW FILE**
13407         * tools/README
13408                 script to convert file.gif to file.xface for
13409                 use in a custom header.
13410                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13411
13412 2001-07-27 [alfons]
13413         
13414         * configure.in
13415                 change macros for detecting JPilot and LDAP
13416
13417 2001-07-27 [christoph]
13418
13419         * src/filtering.c
13420                 code cleanup (MIN / MAX warning, needed casting)
13421
13422 2001-07-27 [alfons]
13423
13424         * procheader.c
13425                 disallow setting flags when detecting certain headers
13426                 (X-Status, Status, Seen, X-Seen). 
13427         
13428         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13429
13430 2001-07-27 [christoph]
13431
13432         * src/prefs_filter.c
13433         * src/prefs_filtering.c
13434         * src/prefs_matcher.c
13435         * src/prefs_scoring.c
13436                 scroll list when moving rows up or down
13437
13438         * src/imap.c
13439         * src/imap.h
13440         * src/prefs_account.c
13441         * src/prefs_account.h
13442         * src/send.c
13443                 SMTP over SSL (untested, feedback requested)
13444                 IMAP over SSL
13445
13446         * src/ssl.c
13447                 code cleanup
13448
13449 2001-07-26 [alfons]
13450         
13451         * configure.in, acconfig.h
13452                 define CLAWS (need this for main / claws detection)
13453
13454 2001-07-25 [alfons]
13455
13456         * configure.in
13457                 Sylpheed 0.5.1claws2
13458                 
13459         * sync with Sylpheed 0.5.1cvs4
13460
13461 2001-07-25 [christoph]
13462
13463         * src/scoring.c
13464                 fixed segfault
13465                 item->prefs == NULL (don't know why)
13466
13467 2001-07-25 [alfons]
13468
13469         * configure.in
13470                 Sylpheed 0.5.1claws1
13471
13472         * sync with Sylpheed 0.5.1cvs1-3
13473
13474 2001-07-24 [christoph]
13475
13476         * src/folderview.c
13477         * src/prefs_folder_item.[ch]
13478                 added folderitem preferences dialog with
13479                 default To: and auto request return receipt
13480
13481         * src/compose.[ch]
13482         * src/menu.[ch]
13483                 changes to handle new folderitem preferences
13484
13485         * src/mainwindow.c
13486         * src/summaryview.c
13487                 call compose new mail with current folderitem
13488
13489 2001-07-24 [alfons]
13490
13491         Release Sylpheed 0.5.1claws
13492
13493         * configure.in
13494                 change to release version 0.5.1claws
13495
13496 2001-07-24 [christoph]
13497
13498         * src/summaryview.c
13499                 fixed segfault that happend when the selected
13500                 message was removed while retrieving new messages.
13501
13502         * po/es.po
13503                 updated translation
13504                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13505
13506 2001-07-22 [alfons]
13507
13508         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13509         this is a work in progress, for more information: http://nlpagan.net/sylman 
13510         
13511         * configure.in, src/mainwindow.c, manual/Makefile.am
13512                 add support for English manual
13513
13514         * AUTHORS
13515                 add authors of user manuals
13516
13517         * manual/en/sylpheed*.html
13518                 add English documentation
13519
13520 2001-07-22 [christoph]
13521
13522         * po/POTFILES.in
13523                 added src/ssl.c
13524         * src/ssl.c
13525                 changed a wrong debug message
13526
13527 2001-07-22 [alfons]
13528
13529         * po/nl.po
13530                 update Dutch translation
13531
13532         * src/prefs_filtering.c, 
13533           src/prefs_matcher.c
13534                 add more translatable strings           
13535
13536 2001-07-21 [alfons]
13537
13538         0.5.0claws7
13539
13540         * configure.in
13541                 change version
13542
13543         * src/inc.c, src/summaryview.[ch]
13544                 prevent update of mark file when filtering has done, by
13545                 using a variable; this affects two functions:
13546                         inc.c::inc_finished()
13547                         summaryview.c::summary_show()
13548
13549 2001-07-20 [alfons]
13550
13551         * src/filtering.[ch], src/prefs_filtering.c, 
13552           src/matcher.[ch]
13553                 add filtering action for label coloring 
13554
13555         * po/POTFILES.in
13556                 add labelcolors.c
13557
13558         * added src/labelcolors.c
13559         * added src/labelcolors.h
13560         * src/Makefile.am, src/summaryview.c
13561                 rearrange label coloring code
13562
13563         * src/procmsg.h
13564                 add more parentheses so label colouring works correctly
13565
13566         * src/filtering.c
13567                 don't really delete message, but move it to Trash
13568
13569         * src/prefs_matcher.c
13570                 add quote options to info dialog
13571
13572 2001-07-20 [christoph]
13573
13574         * src/Makefile.am
13575         * src/inc.c
13576         * src/main.[ch]
13577         * src/socket.h
13578         * src/ssl.[ch] (new)
13579                 moved ssl stuff to a seperate file
13580
13581 2001-07-20 [darko]
13582
13583         * src/summaryview.c
13584                 fix show sender using address book with no e-mail
13585                 address in From: field
13586
13587 2001-07-19 [alfons]
13588
13589         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13590                 fix messy handling of escaping... now at least the
13591                 execute command is useful. escape char is '\', we
13592                 accept \n and \r too. 
13593
13594                 Real life example:
13595                 
13596                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13597                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13598
13599 2001-07-18 [alfons]
13600
13601         0.5.0claws6
13602
13603         * src/summaryview.c
13604                 clean up
13605
13606         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13607           src/procmsg.[ch]
13608                 revise filtering; currently move, copy, marking have
13609                 been tested. if you like bleeding edge stuff, you
13610                 should definitely go for this version :)
13611
13612         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13613
13614 2001-07-17 [christoph]
13615
13616         * src/utils.c
13617                 timestamp log
13618
13619 2001-07-17 [alfons]
13620
13621         0.5.0claws5
13622
13623         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13624           bits in the mark file, without affecting either branch. Lots of
13625           files changed, also in claws branch.
13626
13627           UNTESTED: use of mbox folders
13628
13629         * src/summaryview.c
13630                 added mark all read; however this was a quick hack used for
13631                 cleaning up mess after initial merge with Hiroyuki
13632
13633         * configure.in
13634                 change claws version number back to 0.5.0claws5 to clear up 
13635                 confusion & pretension (recent release was technically 
13636                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13637
13638 2001-07-16 [alfons]
13639
13640         sync with Hiroyuki's 0.5.0cvs4
13641
13642 2001-07-16 [alfons]
13643
13644         0.5.1claws3
13645
13646         * src/filtering.[ch]
13647                 remove invalid updating of mark files for 
13648                 filter actions MATCHING_ACTION_MOVE and 
13649                 MATCHING_ACTION_DELETE; this should fix the
13650                 folder update bug
13651                 
13652         * src/procmsg.c
13653                 revert Christoph's stab at fixing the folder 
13654                 update bug
13655
13656         * po/POTFILES.in
13657                 add missing files with translatable strings
13658
13659         * src/summaryview.c
13660                 remove debug print
13661
13662 2001-07-15 [alfons]
13663
13664         * src/addr_compl.[ch], src/prefs_filtering.c
13665                 make "filtering pref dialog's destination entry" an
13666                 "address completable entry", if filter destination is 
13667                 an email address
13668
13669         0.5.1claws2
13670         
13671         sync with Hiroyuki's 0.5.0cvs2-3
13672
13673 2001-07-15 [christoph]
13674
13675         * src/procmsg.c
13676                 fixed folder stats update after incorporation
13677
13678 2001-07-15 [alfons]
13679
13680         * src/summaryview.c
13681                 * finish label colouring stuff (for now)
13682                 * fix incorrect colour bug (off by one) 
13683
13684 2001-07-14 [alfons]
13685
13686         * src/mainwindow.c
13687                 change text labels for news and mail message so there's
13688                 plenty of toolbar estate left
13689
13690         * configure.in
13691                 0.5.1claws1
13692
13693         * src/folderview.c
13694           src/folder.[ch]
13695                 sync with Hiroyuki's 0.5.0cvs1
13696
13697         * src/summaryview.c
13698                 more rewrite label colouring
13699
13700 2001-07-14 [alfons]
13701
13702         * src/summaryview.[ch]
13703                 * start rewrite label colouring 
13704                 * fix proper location "Add Sender To Addressbook" menu item
13705
13706 2001-07-13
13707
13708         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13709         (actually this is 0.5.0claws4)
13710
13711 2001-07-13 [alfons]
13712
13713         * po/pt_BR.po
13714                 * fix duplicate message
13715                 * add updated Portugese / Brazilian translation
13716                   submitted by Fabio Junior Beneditto
13717
13718 2001-07-12 [alfons]
13719
13720         * AUTHORS
13721                 add Jens
13722
13723         * po/nl.po
13724                 add updated Dutch translation
13725
13726         * po/de.po
13727                 add updated German translation submitted by Jens
13728
13729 2001-07-11 [alfons]
13730
13731         Prerelease before 0.5.0claws. Please test.
13732         This version is temporarily tagged as VERSION_0_5_0_TEST
13733
13734         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13735           src/prefs_scoring.c, src/prefs_matcher.c, 
13736           src/prefs_filtering.c, src/mbox.c, 
13737           src/main.c, src/inc.c, src/filtering.[ch]
13738                 revert new Hoa's new matcher (does not work yet)
13739
13740         * src/Makefile.am
13741                 clean up
13742
13743 2001-07-10
13744
13745         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13746
13747
13748 2001-07-10 [alfons]
13749
13750         * Makefile.am
13751                 add ChangeLog.claws to EXTRA_DIST
13752         * src/Makefile.am
13753                 add matcher_parser_parse.h to EXTRA_DIST
13754
13755 2001-07-10 [christoph]
13756
13757         * src/inc.c
13758                 add destination folder to table of
13759                 folders that need to be updated after
13760                 incorporation
13761
13762 2001-07-10 [alfons]
13763
13764         * folder.[ch]
13765           folderview.c
13766                 make collapse state of folders and folder items persistent, i.e.
13767                 if you collapse a folder tree, the next time sylpheed-claws starts 
13768                 up the folder tree remains collapsed.  
13769                 
13770 2001-07-10 [christoph]
13771
13772         * acconfig.h
13773         * configure.in
13774                 added --enable-ssl
13775         * src/md5.[ch]
13776                 renamed MD5_CTX to MD5_CTX_syl
13777                 conflicts with a struct in openssl
13778         * src/inc.c
13779         * src/main.[ch]
13780         * src/prefs_account.[ch]
13781         * src/socket.[ch]
13782                 SSL support for POP
13783         * src/mainwindow.c
13784                 fixed compose with current account
13785                 broken by new compose button stuff
13786
13787 2001-07-09 [hoa]
13788
13789         * AUTHORS
13790                 changed my email address
13791
13792         * src/matcher_parser_parse.y
13793                 clean the parser to remove conflicts
13794
13795 2001-07-09 [alfons]
13796
13797         * AUTHORS
13798                 add Match Grun
13799
13800         * configure.in
13801                 fix incorrect description of --enable-ldap parameter
13802
13803         * src/prefs_common.[ch]
13804           src/compose.c
13805                 add experimental option "smart wrapping" which makes the
13806                 compose editor auto wrap.
13807                 
13808                 | TODO: the problem with the buggy cursor handling is caused |
13809                 | by the GtkText. when deleting / backspacing text its       |
13810                 | wrapping algorithm does not take in account the previous   |
13811                 | line. should find a way to hack this in.                   |
13812                 | or should perhaps combine this with the word wrapping      |
13813                 | patch i wrote in january.                                  |
13814
13815         * src/about.c
13816                 show build parameters for LDAP and JPilot
13817
13818         * src/summaryview.c
13819                 revert Christoph's bugfix for selecting next unread message, 
13820                 because folder stats aren't updated correctly
13821
13822 2001-07-08 [hoa]
13823
13824         * src/filtering.c
13825         * src/mainwindow.c
13826         * src/matcher.c
13827         * src/matcher_parser_lex.l
13828         * src/matcher_parser_parse.y
13829         * src/prefs_filtering.c
13830         * src/prefs_scoring.c
13831         * src/scoring.c
13832                 bugfix of the config file parser
13833
13834 2001-07-08 [alfons]
13835
13836         * src/Makefile.am
13837                 added generated matcher sources to BUILT_SOURCES
13838
13839 2001-07-08 [hoa]
13840
13841         * src/Makefile.am
13842         * src/.cvsignore
13843                 added new config file parser
13844
13845         * src/scoring.[ch]
13846         * src/filtering.[ch]
13847         * src/matcher.[ch]
13848         * src/prefs_filtering.c
13849         * src/prefs_matcher.c
13850         * src/prefs_scoring.c
13851         * added src/matcher_parser.h
13852         * added src/matcher_parser_lex.h
13853         * added src/matcher_parser_lex.l
13854         * added src/matcher_parser_parse.y
13855                 lex & yacc config file parser
13856
13857         * src/mbox.c
13858         * src/inc.c
13859         * src/main.c
13860                 changes prefs_filtering into global_filtering           
13861
13862         * src/summaryview.c
13863                 build threads with subjects only if "Re: " is at the
13864                 beginning of the subject
13865
13866 2001-07-07 [paul]
13867
13868         0.5.0claws
13869
13870         sync with sylpheed 0.5.0
13871                 change of version number only
13872
13873 2001-07-06 [paul]
13874
13875         0.5.0claws5
13876
13877         sync with sylpheed 0.5.0pre5
13878
13879 2001-07-05 [paul]
13880
13881         sync with sylpheed 0.5.0pre4 release
13882                 /po and /manual/ja not sync'ed
13883
13884 2001-07-04 [paul]
13885
13886         more sync with sylpheed 0.5.0pre4
13887
13888 2001-07-03 [christoph]
13889
13890         * src/addressbook.c
13891                 fixed address book broken by address book
13892                 for VCard, JPilot, LDAP
13893
13894 2001-07-03 [alfons]
13895
13896         * src/matcher.c
13897         * src/textview.c
13898                 stopped memory leaks
13899
13900 2001-07-03 [paul]
13901
13902         more sync with sylpheed 0.5.0pre4
13903
13904 2001-07-02 [match]
13905
13906         * included address book patch for VCard, JPilot, LDAP
13907         * pref_common.c - fixed Font options on Display tab (cosmetic)
13908         * alertpanel.c - fixed truncated message
13909
13910 2001-07-02 [christoph]
13911
13912         * src/mbox_folder.c
13913         * src/procmsg.[ch]
13914         * src/summaryview.c
13915                 mark threads for ignoring
13916
13917 2001-07-02 [paul]
13918
13919         0.5.0claws4
13920
13921         * sync with sylpheed 0.5.0pre4
13922                 updated gettext to 0.10.38.
13923
13924 2001-07-01 [paul]
13925
13926         * src/ mainwindow.c
13927         * src/procmsg.h
13928         * src/summaryview.[ch]
13929                 new right-click option: Label.
13930                 substitute for 'Mark-->Mark/Unmark', colours the line.
13931                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13932
13933 2001-07-01 [christoph]
13934
13935         * src/folderview.c
13936                 fixed font for trash
13937         * src/summaryview.c
13938                 move ctree to unread message
13939
13940 2001-07-01 [paul]
13941
13942         * sync with sylpheed 0.5.0pre3 release
13943
13944 2001-06-30 [alfons]
13945
13946         * src/filesel.[ch]
13947         * src/compose.c
13948                 allow inserting / attaching multiple files in
13949                 the composer window
13950
13951 2001-06-30 [paul]
13952
13953         * src/codeconv.c
13954                 small change to Alfons' previous stuff so that it
13955                 actually makes
13956
13957 2001-06-30 [alfons]
13958
13959         * lots of files changed; first attempt to merge the changes
13960           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
13961
13962 2001-06-30 [paul]
13963
13964         * po/pt_BR.po
13965                 updated and completed, translations by Fabio
13966                 Junior Beneditto <fjbeneditto@yahoo.com.br>
13967
13968 2001-06-29 [alfons]
13969
13970         * src/compose.c
13971         * src/mimeproc.[ch]
13972                 allow selecting an attached files' mime type from a 
13973                 list of types.
13974
13975 2001-06-29 [paul]
13976
13977         * more sync with sylpheed 0.5.0pre3
13978
13979 2001-06-29 [paul]
13980
13981         * po/pt_BR.po
13982                 merge with sylpheed.pot and pt_BR.po provided by
13983                 Fabio Junior Beneditto.
13984
13985 2001-06-29 [darko]
13986
13987         * src/procmime.c
13988                 make MIME types case insensitive
13989
13990 2001-06-28 [alfons]
13991
13992         * po/nl.po
13993                 merge with sylpheed.pot and old nl.po; translations added.
13994
13995 2001-06-28 [paul]
13996
13997         * more sync with sylpheed 0.5.0pre3
13998
13999 2001-06-27 [alfons]
14000
14001         * src/summaryview.c
14002                 don't crash when removing parent node of messages
14003                 attracted by subject. this was caused by not deleting
14004                 the parent node from the subject line hash table.
14005
14006 2001-06-27 [alfons]
14007
14008         * src/summaryview.c
14009         * src/compose.[ch]
14010         * src/mainwindow.c
14011                 if there are multiple messages selected, allow forwarding
14012                 them as attachments.
14013
14014 2001-06-27 [paul]
14015
14016         * more sync with sylpheed 0.5.0pre3
14017
14018 2001-06-26 [paul]
14019
14020         0.5.0claws3
14021
14022         * sync with sylpheed 0.5.0pre3
14023
14024 2001-06-25 [paul]
14025
14026         * src/mainwindow.c
14027                 fixed 'compose news article' bug
14028                 from icon-and-text toolbar
14029
14030 2001-06-25 [paul]
14031
14032         * sync with sylpheed 0.5.0pre2 release
14033
14034 2001-06-24 [christoph]
14035
14036         * src/prefs_common.c
14037                 bug fix in font selection
14038         * src/folderview.c
14039                 use sylpheed's normal font instead of
14040                 gtk default font for folders without
14041                 new messages
14042
14043 2001-06-24 [alfons]
14044
14045         * src/mainwindow.[ch]
14046                 added composite compose mail / news button (an idea by Leandro
14047                 Pereira <leandro@linuxmag.com.br>)
14048
14049 2001-06-24 [paul]
14050
14051         Added instructions for ldif-to-xml.py
14052
14053         * tools/README
14054
14055 2001-06-23 [alfons]
14056
14057         Some minor things.
14058
14059         * src/pixmaps/stock_news_compose.xpm
14060                 added pixmap by Leandro
14061         * src/prefs_common.c
14062                 tested built-in spelling checker of GCC 3.0 :)
14063         * po/nl.po
14064                 merged dutch translation of sylpheed-main with
14065                 sylpheed.pot
14066
14067 2001-06-23 [paul]
14068
14069         Added tools directory and files.
14070
14071         * tools/filter_conv.pl
14072                 converts old filter system to new filtering system
14073         * tools/ldif-to-xml.py
14074                 converts netscape addressbook to sylpheed addressbook
14075         * tools/README
14076                 descriptions/instructions for above two files
14077
14078 2001-06-23 [christoph]
14079
14080         * src/inc.c
14081         * src/manage_window.[ch]
14082         * src/prefs_common.[ch]
14083                 mail retrieval dialog can be enabled, disabled
14084                 or hidden if non of sylpheed's windows is active
14085
14086 2001-06-22 [paul]
14087
14088         0.5.0claws2
14089
14090         * sync with sylpheed 0.5.0pre2
14091
14092 2001-06-21 [christoph]
14093
14094         * src/summaryview.c
14095                 show recipient on 'from' for all accounts
14096                 
14097         * src/inc.c
14098         * src/prefs_common.[ch]
14099                 disable error popup on mail receive errors
14100
14101 2001-06-21 [alfons]
14102
14103         * src/compose.c
14104                 made the ruler correctly appear and disappear.
14105
14106         * src/Makefile.am
14107                 removed Hoa's work-in-progress-stuff (interesting!) so 
14108                 claws compiles ok.
14109
14110 2001-06-20 [christoph]
14111
14112         * src/inc.c
14113         * src/progressdialog.c
14114                 added scrolled window for list in progressdialog
14115
14116 2001-06-20 [paul]
14117
14118         sync with sylpheed 0.5.0pre1 release
14119
14120 2001-06-20 [christoph]
14121
14122         * src/summeryview.c
14123                 make building threads by subject work when
14124                 thread view is enabled
14125                 
14126         * src/compose.c
14127         * src/prefs_common.[ch]
14128                 automatically select account for mail replys
14129
14130 2001-06-19 [sergey]
14131
14132         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14133         they are filled in from the account settings.
14134
14135 2001-06-19 [paul]
14136
14137         * more sync with sylpheed 0.5.0pre1
14138
14139 2001-06-18 [alfons]
14140
14141         * src/Makefile.am,
14142           src/procmime.c
14143                 added --sysconfdir to CPPFLAGS for pointing to the correct
14144                 location of mime.types. 
14145
14146                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14147                 or ./configure!
14148
14149 2001-06-18 [hoa]
14150
14151         * src/summaryview.c
14152                 fixed some bug when building threads
14153
14154 2001-06-18 [pau]l
14155
14156         * src/prefs_account.c
14157                 UI stuff: More changes to the English
14158
14159 2001-06-18 [paul]
14160
14161         * src/pixmaps/stock_news_compose.xpm: new file
14162         * src/Makefile.am
14163         * src/mainwindow.c
14164         * src/summaryview.c
14165                 Added new icon for Hoa's 'compose a news
14166                 message', plus minor improvements to the
14167                 English
14168
14169         * po/ja.po
14170         * ChangeLog
14171         * ChangeLog.jp
14172                 more sync with sylpheed 0.5.0pre1
14173
14174 2001-06-18 [hoa]
14175
14176         * src/compose.[ch]
14177         * src/mainwindow.c
14178                 Follow-up and reply to
14179
14180         * src/summaryview.[ch]
14181                 Build threads also with subjects
14182
14183 2001-06-17 [hoa]
14184
14185         * src/compose.c
14186                 forwarding use the current account.
14187
14188         * src/mainwindow.c
14189                 the "compose message" button has been replaced with
14190                 "new mail" and "new news" buttons
14191
14192         * src/prefs_common.[ch]
14193                 added a configuration option to use the forward button
14194                 as "forward as attachment"
14195                 changed reply and forward format description
14196
14197         * src/quote_fmt_lex.l
14198         * src/quote_fmt_parse.y
14199                 added message with no signature in format for reply
14200                 and forward.
14201
14202 2001-06-17 [paul]
14203
14204         Minor UI stuff
14205
14206         * src/mainwindow.c
14207         * src/summaryview.c
14208                 Improvements to the English
14209
14210         * src/prefs_common.c
14211                 Improvements to the English and some
14212                 clarity/continuity improvements in the
14213                 description of Quote symbols.
14214
14215 2001-06-17 [paul]
14216
14217         0.5.0claws1
14218
14219         * sync with sylpheed 0.5.0pre1
14220
14221 2001-06-17 [hoa]
14222
14223         * src/compose.c
14224                 Better interface for compose, displayed fields
14225                 are updated whenever we change account.
14226                 Newsgroups field is automatically filled.
14227
14228         * src/mainwindow.c
14229                 Newsgroups field is automatically filled.
14230
14231         * src/prefs_account.c
14232                 Some interface stuff when fields appear and
14233                 disappear.
14234
14235 2001-06-16 [paul]
14236
14237         0.4.99claws
14238
14239         * sync with sylpheed 0.4.99
14240
14241 2001-06-16 [sergey]
14242
14243         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14244         base64_decoder_free, base64_decoder_decode): new object and
14245         functions for decoding base64 streams.
14246         * src/procmime.c (procmime_decode_content): modified to use the
14247         new base64 decoder.
14248
14249 2001-06-15 [paul]
14250
14251         0.4.99claws10
14252
14253         * sync with sylpheed 0.4.99cvs11
14254
14255 2001-06-13 [paul]
14256
14257         0.4.99claws9
14258
14259         * sync with sylpheed 0.4.99cvs9
14260
14261 2001-06-13 [hoa]
14262
14263         * src/compose.c
14264         * src/prefs_account.c
14265
14266                 SMTP server can be defined in the news account
14267                 mime type of attachment are kept.
14268
14269         * src/summaryview.c
14270
14271                 now choose the highest important score between default
14272                 and important score of folder.
14273
14274 2001-06-09 [alfons]
14275         
14276         * src/prefs_common.c: 
14277
14278                 (prefs_quote_description_create): corrected description of 
14279                 quote format characters
14280
14281 2001-06-09 [paul]
14282
14283         0.4.99claws8
14284
14285         * sync with sylpheed 0.4.99cvs8
14286
14287 2001-06-08 [sergey]
14288
14289         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14290         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14291
14292 2001-06-08 [paul]
14293
14294         0.4.99claws7
14295
14296         * sync with sylpheed 0.4.99cvs7
14297
14298 2001-06-06 [sergey]
14299
14300         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14301         clashes with autogenerated header).
14302         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14303         * src/Makefile.am: added quote_fmt.h.
14304         * src/.cvsignore: added lex/yacc autogenerated files
14305         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14306
14307 2001-06-06 [paul]
14308
14309         0.4.99claws6
14310
14311         * sync with sylpheed 0.4.99cvs6
14312
14313 2001-06-06 [hoa]
14314
14315         * added src/quote_fmt_parse.h
14316         * src/compose.c
14317                 removed warnings
14318
14319         * src/prefs.[ch]
14320                 don't modify readonly configuration files
14321
14322         * src/prefs_account.c
14323         * src/prefs_common.c
14324         * src/prefs_customheader.c
14325         * src/prefs_display_header.c
14326         * src/prefs_filter.c
14327         * src/prefs_filtering.c
14328         * src/prefs_scoring.c
14329                 don't open dialog box when configuration files
14330                 are readonly
14331
14332 2001-06-05 [sergey]
14333
14334         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14335
14336         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14337         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14338         BUILT_SOURCES to make all files rebuild properly.
14339
14340         * src/compose.c: removed #include "quote_fmt.tab.h".
14341
14342         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14343         CHARACTER value in yylval.
14344
14345         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14346         receive CHARACTER value by documented means (yylval).
14347
14348         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14349
14350 2001-06-05 [hoa]
14351
14352         * src/Makefile.am
14353                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14354
14355         * src/filtering.c
14356         * src/matcher.c
14357         * src/matcher.h
14358         * src/prefs_filtering.c
14359                 now keep the configuration for execute action
14360
14361         * src/mbox_folder.c
14362                 fixed a warning
14363
14364 2001-06-05 [paul]
14365
14366         * sync with sylpheed 0.4.99cvs5
14367
14368 2001-06-05 [hoa]
14369
14370         * src/Makefile.am
14371                 added quote_fmt.[ch]
14372
14373         * added src/quote_fmt.y
14374         * added src/quote_fmt.l
14375         * added src/quote_fmt.tab.h
14376         * added src/quote_fmt.tab.c
14377         * added src/lex.quote_fmt.c
14378                 parsing configuration for replying
14379                 and forwarding
14380
14381         * src/prefs_common.[ch]
14382                 added configuration UI for replying
14383                 and forwarding
14384
14385         * src/compose.c
14386                 using configuration for replying
14387                 and forwarding
14388
14389 2001-06-04 [hoa]
14390
14391         * src/filtering.c
14392         * src/matcher.c
14393         * src/matcher.h
14394         * src/prefs_filtering.c
14395         * src/prefs_matcher.c
14396         * src/prefs_matcher.h
14397                 action "run a command" for filtering
14398                 and matching with a command.
14399                 fixed the "whole message" matching
14400
14401         * src/mbox_folder.c
14402                 changed temporary filename for security
14403
14404         * src/messageview.c
14405                 queue the notification if it fails to send.
14406
14407         * src/prefs_common.c
14408         * src/prefs_folder_item.c
14409                 changed the default important score             
14410
14411         * src/prefs_scoring.c
14412         * src/scoring.c
14413                 hide kill score input when the folder is not
14414                 a newsgroup
14415
14416 2001-06-03 [alfons]
14417
14418         * src/prefs_common.c:
14419
14420                 (prefs_font_select): pass font name in font entry box to font
14421                 selection dialog.
14422
14423 2001-06-03 [sergey]
14424
14425         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14426
14427 2001-06-03 [paul]
14428
14429         * sync with sylpheed 0.4.99cvs4
14430
14431 2001-06-03 [alfons]
14432
14433         * src/headerwindow.c:
14434
14435                 (headerwindow_show_cb): use the selected summary view item, not
14436                 the displayed item.
14437
14438 2001-06-02 [alfons]
14439
14440         * src/headerwindow.c:
14441
14442                 (headerwindow_show_cb): always try to show msginfo
14443
14444 2001-06-02 [hoa]
14445
14446         * src/compose.c
14447                 keep attached parts when reediting or forwarding.
14448
14449 2001-06-01 [hoa]
14450
14451         * src/folderview.c
14452         * src/prefs_folder_item.[ch]
14453         * src/prefs_scoring.[ch]
14454         * src/scoring.[ch]
14455         * src/summaryview.[ch]
14456         * src/main.c
14457         * src/mainwindow.c
14458         * src/prefs_common.[ch]
14459                 support for folder scoring
14460                 kill score and important score for messages
14461         
14462         * src/prefs_account.c
14463                 some display bug fixed for local account
14464                 preferences
14465
14466 2001-05-31 [alfons]
14467
14468         * src/summaryview.c:
14469
14470                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14471                 sender to address book menu item is disabled.
14472
14473 2001-05-30 [hoa]
14474
14475         * src/filtering.[ch]
14476         * src/summaryview.c
14477                 handling summary menu / filter messages
14478
14479         * src/folder.[ch]
14480                 add some stuff
14481
14482         * src/foldersel.c
14483                 imap folders now appears in list
14484
14485         * src/mbox_folder.c
14486                 doesn't crash if destination mail is not writeable
14487
14488 2001-05-29 [hoa]
14489
14490         * src/compose.c
14491                 removed some warnings
14492
14493         * src/filtering.c
14494         * src/folder.[ch]
14495         * src/prefs_filtering.c
14496                 global string to identify any folders           
14497                 removed some debug info
14498                 filtering to mbox folders is now possible
14499
14500         * src/mainwindow.c
14501                 removed some warnings
14502
14503         * src/mbox_folder.c
14504                 permission on files are changed to read/write for user only,
14505                 nothing for other.
14506                 creation of subfolder is handled better.
14507
14508 2001-05-28 [alfons]
14509
14510         Verified the sync for src/prefs_common.[ch] and
14511         src/prefs_account.[ch]. I believe there were some
14512         minor indentation differences.
14513
14514 2001-05-28 [paul]
14515
14516         0.4.99claws3
14517
14518         * sync with 0.4.99cvs3
14519
14520 2001-05-28 [hoa]
14521
14522         * src/compose.c
14523                 handling flags for mbox format
14524
14525         * src/filtering.c
14526                 use of mark file only for MH format
14527                 handling flags for mbox format
14528                 filtering cannot yet move or copy mails to mbox folders.
14529
14530         * src/folder.[ch]
14531                 changed move_msg, copy_msg,
14532                 move_msgs_with_dest, copy_msgs_with_dest functions
14533                 uses only folder->copy_msg() function
14534                 uses folder->finished_copy() to handle the destination
14535                 folder at the end of the copy or move operation.
14536
14537         * src/foldersel.c
14538                 included mbox directories.
14539
14540         * src/folderview.[ch]
14541         * src/mainwindow.c
14542                 handle folders operation for mbox format
14543
14544         * src/mbox.c
14545                 disable conversion of "From " header
14546
14547         * src/mbox_folder.[ch]
14548                 completion of mbox format handling
14549
14550         * src/mh.c
14551                 changed mh_copy_msg() function and
14552                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14553                 mh_copy_msgs_with_dest()
14554
14555         * src/prefs_filtering.c
14556                 removed some warnings
14557
14558         * src/prefs_matcher.c
14559                 default boolean operation is AND
14560
14561         * src/procheader.c
14562                 handling flags for mbox format
14563                 handling of "From " header
14564
14565         * src/procmsg.[ch]
14566                 removed data field
14567                 added MSG_REALLY_DELETED flags to handle deletion of
14568                 messages in mbox format.
14569
14570         * src/summaryview.c
14571                 handling flags for mbox format
14572                 disable the MSG_DELETED flags when messages
14573                 are deleted in mbox format
14574
14575         * src/textview.c
14576                 "From " headers display fixed.
14577
14578 2001-05-27 [alfons]
14579
14580         * src/textview.c:
14581                 
14582                 (get_email_part): skip quoted email addresses, like in e.g.
14583                 "'alfons@proteus.demon.nl'".
14584
14585 2001-05-26 [alfons]
14586
14587         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14588         and fixing the persistence troubles when using separate windows.
14589
14590         * src/mainwindow.c:
14591         
14592             Added #define SEPARATE_ACTION used in the gtk item factory for 
14593             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14594                 use gtk_item_factory_get_widget_by_action() to get the items.
14595                 
14596             Removed separate_widget_cb from the gtk item factory data   
14597           
14598             (mainwindow_create): connect separate_widget_cb() to check
14599             menu item "toggled" signal. also passing a MainWindow pointer
14600                 as object data for both check menu items.
14601                 
14602             (separate_widget_cb): definition of separate_widget_cb() to match
14603             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14604                 window using gtk_object_get_data(). The type of window separation 
14605                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14606         
14607         * src/prefs_filtering.c,
14608           src/prefs_matcher.c: added horizontal scrollbars
14609
14610 2001-05-25 [darko]
14611
14612         * src/headerview.c
14613                 fix segfault with invalid bold font
14614         * src/summaryview.c
14615                 correctly display summary stats after row is marked
14616
14617 2001-05-23 [sergey]
14618
14619         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14620         encodings with libjconv.
14621
14622 2001-05-23 [hoa]
14623
14624         * src/Makefile.am
14625                 added mbox_folder.[ch]
14626         * src/defs.h
14627                 mbox temporary folder
14628         * src/folder.[ch]
14629         * added src/mbox_folder.[ch]
14630         * src/folderview.c
14631         * src/procheader.[ch]
14632                 added mbox support
14633         * src/mbox.c
14634                 bugfix for file incorporation filtering
14635         * src/imap.c
14636                 enable creation of MBOX
14637         * src/prefs_display_header.c
14638                 enable use of headers like "From "
14639                 something that should be fixed :
14640                         displaying of such headers add an extra space
14641         * src/prefs_folder_item.c
14642                 don't create folders because it is not necessary
14643         * src/procmsg.h
14644                 added data field to MsgInfo for mbox internal use
14645         * src/summaryview.c
14646                 added some support for mbox
14647         * src/utils.[ch]
14648                 added get_mbox_cache_dir() function
14649
14650 2001-05-23 [hiroyuki]
14651
14652         * src/headerwindow.c
14653           src/inc.c
14654           src/main.c
14655           src/mh.c
14656           src/nntp.c
14657           src/procmsg.h
14658           src/session.h
14659           src/socket.[ch]
14660           src/summaryview.c
14661           src/textview.c
14662           src/automaton.c
14663           src/folderview.c: more sync with 0.4.99cvs2.
14664
14665         * src/headerwindow.c: reverted.
14666
14667 2001-05-22 [paul]
14668
14669         0.4.99claws2
14670
14671         * sync with sylpheed 0.4.99cvs2
14672                 * src/news.[ch]
14673                 * src/nntp.[ch]
14674                 * INSTALL
14675                 * INSTALL.jp
14676
14677 2001-05-22 [alfons]
14678
14679         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14680
14681 2001-05-21 [alfons]
14682
14683         Minor things:
14684
14685         * configure.in: if gnome-config not found, "no" is displayed
14686         
14687         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14688
14689         * src/textview.c: now also possible to add mail addresses by right
14690           clicking in the text view
14691
14692         * src/codeconv.c: merged patch which fixes endless loop when encountering
14693           invalid wide characters; from Alte <010@imis.ru>  
14694
14695 2001-05-20 [alfons]
14696
14697         Added installation of gnome specific things:
14698
14699         * Makefile.am: gnome conditional
14700
14701         * configure.in: check for installed gnome
14702
14703         * added sylpheed.png, sylpheed.desktop
14704
14705 2001-05-20 [sergey]
14706
14707         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14708
14709         * src/mainwindow.h (main_window_toolbar_create): created a button
14710         for "Reply to all".
14711         (main_window_set_toolbar_sensitive): enable/disable the new button
14712         appropriately.
14713         (toolbar_reply_to_author_cb): handle the new button.
14714
14715         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14716         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14717         failure).
14718
14719 2001-05-19 [sergey]
14720
14721         * src/compose.h (ComposeReplyMode): new modes
14722         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14723         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14724
14725         * src/compose.c
14726         (compose_send): move some code into a new function:
14727         (compose_current_mail_account): new function.
14728         (compose_reply): new argument to_author, all callers changed; if
14729         to_author==TRUE and account->protocol==A_NNTP, find and use an
14730         appropriate mail account for replying.
14731         (compose_reply_set_entry): new argument to_author; ignore
14732         compose->replyto if to_author==TRUE.
14733
14734         * src/mainwindow.c: new command "Message/Reply to author".
14735         (main_window_set_menu_sensitive): enable/disable it.
14736         (reply_cb): handle it.
14737
14738         * src/summaryview.c: new command "Reply to author".
14739         (summary_set_menu_sensitive): enable/disable it.
14740         (summary_reply_cb): handle it.
14741
14742         * src/account.c (account_find_mail_from_address): new function.
14743
14744 2001-05-18 [paul]
14745
14746         0.4.99claws1
14747
14748         * sync with sylpheed 0.4.99cvs1
14749
14750 2001-05-18 [hoa]
14751
14752         * src/compose.[ch]
14753         * src/filtering.c
14754         * src/summaryview.c
14755                 new filtering action : forward and forward as attachment
14756
14757         * src/main.c
14758                 no need for $DISPLAY when we run sylpheed --help
14759                 call to parse_cmd_opt() is moved
14760
14761         * src/mainwindow.[ch]
14762                 execute button is hidden when immediate execute
14763                 is chosen
14764
14765         * src/mh.c
14766         * src/news.c
14767         * src/prefs_folder_item.c
14768         * src/procmsg.c
14769                 better handling of missing directories
14770
14771         * src/summaryview.c
14772                 reedit is enabled in outbox
14773                 reedit is enabled in queue
14774
14775 2001-05-17 [hoa]
14776
14777         * src/filtering.c
14778         * src/matcher.[ch]
14779         * src/prefs_filtering.c
14780                 changed attachement into attachment
14781
14782 2001-05-17 [alfons]
14783
14784         0.4.67claws4    
14785
14786         * sync with sylpheed 0.4.67cvs9
14787         * sync with sylpheed 0.4.67cvs7-8
14788
14789 2001-05-17 [hoa]
14790
14791         * src/Makefile.am
14792                 added prefs_filtering.c
14793
14794         * src/filtering.[ch]
14795         * src/matcher.[ch]
14796                 removed action : forward_news and forward_news_as_attachement
14797                 (forward and forward_as_attachement can be used instead)
14798
14799         * src/mainwindow.c
14800                 added menu option to access filtering configuration
14801
14802         * src/prefs_account.c
14803                 changed mail_command default to /usr/sbin/sendmail
14804
14805         * added src/prefs_filtering.[ch]
14806                 dialog box for filtering configuration
14807
14808         * src/prefs_matcher.c
14809                 added function prefs_matcher_get_criteria_from_matching()
14810
14811         * src/prefs_scoring.c
14812                 reset the dialog when register or substitute is clicked
14813
14814 2001-05-15 [hoa]
14815
14816         * src/Makefile.am
14817                 added filtering.[ch]
14818         * src/inc.c
14819                 using filering.[ch] instead of filter.[ch]
14820         * src/main.c
14821                 reading new filtering configuration
14822         * src/matcher.[ch]
14823                 added some filtering actions
14824                 and fixed a bug for headers and mail body matching
14825         * src/mbox.c
14826                 using filering.[ch] instead of filter.[ch]
14827         * src/mh.c
14828                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14829         * src/summaryview.c
14830                 some fixes for filtering
14831
14832 2001-05-14 [hiroyuki]
14833
14834         * src/send.c: fixed some weird indentations.
14835           send_message_with_command(): call pclose() only if p != NULL.
14836         * src/textview.c: get_email_part(): modified the code for readability.
14837
14838 2001-05-14 [hiroyuki]
14839
14840         * src/md5global.h
14841           src/md5ify.c
14842           src/md5ify.h: removed from the cvs.
14843
14844 2001-05-13 [sergey]
14845
14846         * src/main.c: include rfc2015.h to avoid compiler warnings.
14847         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14848         the panel is already on screen.
14849         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14850         closing the alert window by ESC as "No".
14851         * src/prefs_common.c (prefs_interface_create): moved return
14852         receipt check button to the correct place.
14853
14854 2001-03-13 [alfons]
14855
14856         * src/prefs_common.c: 
14857                 moved return receipt check button to the Send tab. (prefs_send_create)
14858                 removed the date format ui related globals. (prefs_display_create)
14859
14860         0.4.67claws3
14861         
14862         * sync with sylpheed 0.4.67cvs5-6
14863
14864 2001-05-13 [paul]
14865
14866         * added Alfons' font selection patch
14867
14868         * src/defs.h
14869         * src/headerwindow.c
14870         * src/prefs_common.c
14871         * src/prefs_common.h
14872
14873 2001-05-13 [hoa]
14874         * src/defs.h
14875                 changed version of cache
14876         * src/matcher.[ch]
14877         * src/prefs_matcher.c
14878                 added additionnal matching criteria
14879         * src/procheader.c
14880         * src/procmsg.[ch]
14881         * src/news.c
14882                 added references in MsgInfo
14883
14884 2001-05-12 [hoa]
14885
14886         * src/defs.h
14887                 prepared some things for new filtering
14888         * src/matcher.[ch]
14889                 added some matching properties
14890                 inreplyto need to be enhanced
14891                 prepared some things for new filtering
14892         * src/messageview.c
14893                 added Return-Receipt-To handling
14894         * src/prefs_folder_item.c
14895                 changed default value to TRUE
14896         * src/prefs_matcher.c
14897                 added some matching properties
14898         * src/prefs_scoring.[ch]
14899                 the scoring dialog is finished
14900         * src/procheader.c
14901                 added Return-Receipt-To handling
14902                 Reference need to be added
14903         * src/procmsg.[ch]
14904                 added Return-Receipt-To handling
14905                 added threadscore to get a better score sorting when
14906                 threads are enabled
14907         * src/summaryview.c
14908                 suppressed a bug when we sort the list
14909                 when no folder is opened.
14910                 better score sorting when threads are enabled
14911
14912 2001-05-12 [alfons]
14913
14914         * reverted previous patch because of potential errors 
14915
14916         0.4.67claws2
14917         
14918         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14919                 applied "toggle mail-retrieval dialog window" patch submitted 
14920                 by Eric Limpens <eric@qnt.net>
14921
14922         * sync with sylpheed 0.4.67cvs4
14923
14924 2001-05-12 [sergey]
14925
14926         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14927         some picky compilers.
14928         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14929         * src/grouplist_dialog.c: include alertpanel.h.
14930         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14931         fix compile warning.
14932         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14933         #include "defs.h" before others to prevent the warning of `MIN'
14934         and `MAX' redefinition.
14935
14936 2001-05-11 [hoa]
14937
14938         * src/main.c
14939         * src/messageview.c
14940         * src/prefs_account.c
14941         * src/prefs_display_header.c
14942                 removed warning
14943         * src/Makefile.am
14944                 added prefs_scoring.[ch]
14945         * src/grouplist_dialog.c
14946                 display an error dialog box if the group list
14947                 cannot be fetched.
14948         * src/mainwindow.[ch]
14949                 added main_window_set_thread_option() function
14950                 scoring dialog box enabled
14951         * src/matcher.[ch]
14952                 added flags matching unread /new / marked
14953                 / deleted / replied / forwarded
14954         * src/news.c
14955                 newsgroups are now finally in newscache
14956         * src/prefs_matcher.[ch]
14957                 finished preferences for matching dialog
14958         * added src/prefs_scoring.[ch]
14959                 scoring dialog box completed
14960         * src/scoring.[ch]
14961                 conversion to string : added scoringprop_to_string()
14962                 write config for preferences :
14963                 added prefs_scoring_write_config()
14964         * src/summaryview.c
14965                 threads can be enabled/disabled independently
14966                 for each folder
14967
14968 2001-05-10 [alfons]
14969
14970         0.4.67claws1
14971         
14972         * AUTHORS: 
14973                 thought it would be nice to have a list of all
14974                 contributors (used Changelog as a reference)
14975         
14976         * configure.in: 
14977                 messed up version numbering...
14978
14979         0.4.66claws1
14980
14981         * sync with sylpheed 0.4.67cvs1-3
14982
14983 2001-05-10 [darko]
14984
14985         * src/prefs_common.c:
14986                 better UI for strftime format, double clicking
14987                 on format now inserts the format in text entry
14988                 replaced close button with standard OK/Cancel
14989                 moved date format button to the right of the
14990                 text entry field
14991
14992 2001-05-09 [alfons]
14993
14994         * src/gtkstext.c:
14995                 Ctrl-Home / Ctrl-End have proper cursor navigation
14996
14997 2001-05-09 [hoa]
14998
14999         * src/prefs_matcher.c
15000                 finished UI to define matching properties
15001                 added ok and cancel button
15002         * src/prefs_filter.c
15003                 added ok and cancel button
15004         * src/news.c
15005                 fixed some bug in xhdr parsing
15006
15007 2001-05-08 [alfons]
15008
15009         * src/textview.c: 
15010                 fixed a bug in textview_show_header(), which displayed two colons (':');
15011                 cleaned up some warnings
15012
15013 2001-05-08 [hoa]
15014
15015         * src/Makefile.am
15016                 added prefs_matcher.[ch]
15017                 compilation with -W -Wall
15018         * src/alertpanel.c
15019                 ungrab the mouse events if grabbed - does it
15020                 fix the bug for disposition notification ?
15021         * src/mainwindow.c
15022                 added a menu option to open the matching dialog.
15023         * src/matcher.[ch]
15024                 added matcherprop_to_string() and matcherlist_to_string()
15025                 fixed some bugs, changed the name of some options
15026                 age_sup and age_inf becomes age_greater and age_lower,
15027                 body and messageheaders becomes body_part and headers_part,
15028                 changed the names of constants from SCORING_XXX to MATCHING_XXX
15029         * src/prefs_display_header.c
15030         * src/prefs_headers.c
15031                 fixed a bug that accidentally destroyed dialogs
15032                 when closed them with delete_event
15033                 Added *_deleted() which handle delete_event signal correctly.
15034         * src/prefs_folder_item.[ch]
15035                 added "enable_thread" field for future customization
15036         * added src/prefs_matcher.[ch]
15037                 sample of the UI to define matching properties
15038         * src/procheader.c
15039                 using procheader_headername_equal instead of str*cmp functions
15040                 using procheader_parse_header() function
15041         * src/scoring.c
15042                 using MATCHING_XXX instead of SCORING_XXX
15043         * src/summaryview.c
15044                 display the sender of the news even if this is ourself
15045                 when this is a news message.
15046         * src/textview.c
15047                 using headername_equal() instead of str*cmp functions
15048
15049 2001-05-08 [alfons]
15050
15051         0.4.66claws
15052
15053         * sync with sylpheed 0.4.66
15054         * src/gtkstext.c: trace logs added 
15055
15056 2001-05-08 [sergey]
15057
15058         * src/prefs_common.[ch]: added option to enable/disable GnuPG
15059         signature check popup.
15060         * src/rfc2015.c (check_signature): show signature check popup only
15061         if it is enabled in preferences.
15062
15063 2001-05-07 [alfons]
15064
15065         0.4.66claws4
15066         
15067         * sync with sylpheed 0.4.66cvs6
15068
15069 2001-05-07 [darko]
15070
15071         * src/prefs_common.[ch]: added option to enable/disable
15072           looking up sender name in address book for summary pane
15073         * src/summaryview.c: look up sender in the address book
15074           by using Alfons' address completion code
15075
15076 2001-05-07 [hiroyuki]
15077
15078         * src/inc.h
15079           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15080           member of Pop3State.
15081         * src/news.c: brought #include "defs.h" before #include <glib.h>
15082           to prevent the warning of `MIN' and `MAX' redefinition.
15083
15084 2001-05-06 [hoa]
15085
15086         * removed src/headers_display.[ch]
15087         * removed src/prefs_display_headers.[ch]
15088         * src/inc.c
15089                 use a temporary file in the user directory for mbox import
15090         * src/news.c
15091                 added XHDR support to get "To" and "Cc" headers
15092                 (in order to match news with to or cc field for
15093                 scoring)
15094                 added function news_parse_xhdr() to get XHDR response
15095         * src/nntp.[ch]
15096                 added function nntp_xhdr()
15097         * src/matcher.c
15098                 fetch the message if necessary
15099
15100 2001-05-06 [alfons]
15101
15102         0.4.66claws3
15103
15104         * sync with sylpheed 0.4.66cvs3-5
15105
15106 2001-05-06 [hoa]
15107
15108         * src/utils.[ch]
15109                 added function itos_buf() to enable use of several buffers
15110         * src/summaryview.c
15111                 use of itos_buf() instead of itos() in summary list
15112                 to fix the broken display of message number.
15113
15114 2001-05-06 [alfons]
15115
15116         * src/gtkstext.c: bug in cursor up navigation fixed,
15117                 fixed another unsigned / signed comparison (we're getting there :-)
15118
15119 2001-05-06 [hoa]
15120
15121         * src/Makefile.am
15122                 added scoring.c scoring.h
15123                 prefs_folder_item.c prefs_folder_item.h
15124                 matcher.c matcher.h
15125         * src/defs.h
15126                 added FOLDERITEM_RC SCORING_RC
15127         * src/folder.[ch]
15128                 added prefs field in FolderItem :
15129                 properties for each folder (PrefsFolderItem),
15130                 sorting type and mode were added as the first properties.
15131         * src/main.c
15132                 read config for scoring
15133         * added src/matcher.[ch]
15134                 gives functions to parse configuration file to do
15135                 matching on mails with a list of conditions.
15136         * src/mainwindow.c
15137                 add option to sort by score
15138         * src/prefs_common.[ch]
15139                 added preference option to show score and for
15140                 the score column size
15141         * added src/prefs_folder_item.[ch]
15142                 properties for each folder (PrefsFolderItem),
15143                 sorting type and mode were added as the first properties.
15144         * src/procheader.[ch]
15145                 added procheader_parse_header()
15146                 added procheader_header_free()
15147                 added procheader_headername_equal()
15148                 and made modification to use them.
15149         * src/procmsg.[ch]
15150                 added score field to MsgInfo structure
15151         * added src/scoring.[ch]
15152                 gives functions to parse configuration file to do
15153                 scoring on mails with a list of conditions.
15154         * src/summaryview.[ch]
15155                 save the sorting type and mode for the folder
15156                 added column to display the score of the mail
15157                 added function summary_score_clicked()
15158                 sorting type and mode are restored to the folder
15159                 when it is reopen
15160         * src/textview.c
15161                 use procheader_parse_header(), procheader_headername_equal()
15162                 removed memory leak in text_scan_header when freeing headers
15163         * src/filter.c
15164                 changed the function to match names of headers
15165                 using procheader_headername_equal()
15166
15167         Scoring functions are implemented, an interface is needed
15168         to configure that.
15169
15170 2001-05-04 [alfons]
15171
15172         * src/gtkstext.c: 
15173                 hopefully fixed the row up navigation bug,
15174                 removed adding back / forward lines to cache
15175
15176 2001-05-04 [sergey]
15177
15178         * src/prefs_display_headers.c: user interface changes:
15179         (prefs_display_headers_create): remove unused "Show" check button;
15180         allow reordering of headers by dragging.
15181         (prefs_display_headers_write_config): remove unused variables.
15182         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15183         of lists (not needed with the new UI).
15184         (prefs_display_headers_set_list): scan lists starting from row 0,
15185         not 1 (do not skip "(New)").
15186         (prefs_display_headers_find_header): new function.
15187         (prefs_display_headers_clist_set_row): do not allow duplicates.
15188         (prefs_display_headers_delete_cb): do not skip row 0; treat
15189         closing the alert window by ESC as "No".
15190         (prefs_display_headers_up): do not protect row 0.
15191         (prefs_display_headers_down): do not protect row 0.
15192
15193 2001-05-04 [sergey]
15194
15195         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15196         functions.
15197
15198         * src/summaryview.c
15199         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15200         summary_select_next_marked, summary_select_prev_marked): new
15201         functions.
15202
15203 2001-05-03 [sergey]
15204
15205         * src/news.c: fixed a bug when no article can be fetched after
15206         server timeout if the connection was restored by news_post():
15207         (news_select_group): new function.
15208         (news_fetch_msg): call news_select_group() before fetching
15209         article.
15210         (news_get_uncached_articles): set session->group after successful
15211         GROUP command.
15212
15213 2001-05-03 [hoa]
15214
15215         * src/defs.h
15216         * src/procmsg.[ch]
15217         * src/procheader.c
15218                  changed version of cache, added cc field
15219
15220         * src/prefs_display_headers.c
15221                 the interface was changed
15222
15223         * src/prefs_headers.c
15224                 added cancel button
15225
15226 2001-05-03 [alfons]
15227
15228         * completed sync of sylpheed cvs2
15229         * src/gtkstext.c: updated row up / down cursor navigation
15230         * src/textview.c: re-edited, prepared for fixing the email address
15231                 scanner.
15232
15233 2001-05-03 [darko]
15234
15235         * src/prefs_common.c: use alfons' strftime ui code
15236         entry_datefmt and datefmt_sample widgets have to be
15237         global in this module because of this change
15238
15239 2001-05-03 [hoa]
15240
15241         * src/messageview.c
15242         * src/prefs_common.[ch] added option to activate the return receipt
15243                 feature.
15244
15245 2001-05-02 [alfons]
15246
15247         * src/gtkstext.c: fix for row up/down cursor navigation. 
15248
15249         0.4.66claws2
15250         
15251         * sync with 0.4.66cvs2
15252
15253 2001-05-02 [paul]
15254
15255         added add-sender-to-addressbook patch
15256
15257         * src/addressbook.c
15258         * src/addressbook.h
15259         * src/summaryview.c
15260
15261 2001-05-02 [sergey]
15262
15263         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15264         G_ALERTDISABLE.
15265
15266         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15267         all existing callers changed to pass FALSE; create a check button
15268         to disable the message.
15269         (alertpanel_message_with_disable): new function.
15270         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15271         (alertpanel_button_toggled): new function.
15272         (alertpanel_button_clicked, alertpanel_close): set value using
15273         G_ALERT_VALUE_MASK.
15274
15275         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15276
15277         * src/prefs_common.c (prefs_privacy_create): new check button
15278         checkbtn_gpgme_warning.
15279
15280         * src/main.c (main): moved preferences reading before gpgme
15281         initialization; check prefs_common.gpgme_warning before giving the
15282         GnuPG warning and set it to FALSE if the user wants to disable the
15283         warning.
15284
15285 2001-05-02 [hiroyuki]
15286
15287         * src/prefs_display_headers.c: modified the layout and some labels.
15288
15289 2001-05-02 [sergey]
15290
15291         * src/prefs_account.c (prefs_account_fix_size): new function.
15292         (prefs_account_create): call prefs_account_fix_size(); use
15293         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15294         size when the window is shown for the first time).
15295         (prefs_account_basic_create): changed layout of serv_table; moved
15296         localmbox_entry above smtpserv_entry (logically it replaces
15297         POP3/IMAP server).
15298         (prefs_account_protocol_activated): set sensitivity of
15299         nntpauth_chkbtn according to the protocol (in addition to
15300         hide/show); commented out gtk_table_set_row_spacing() calls.
15301         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15302         not sensitive (fixes a bug with disabled username/password boxes
15303         when editing POP3 account after NNTP with authentication).
15304
15305 2001-05-02 [hoa]
15306
15307         * src/account.c
15308         * src/inc.c
15309         * src/prefs_account.[ch]
15310         * src/send.c
15311                 removed local account without SMTP server
15312                 added option to use mail command instead of a connexion
15313                 to SMTP server when a local account is used
15314         * src/prefs_headers.c
15315                 fixed a bug
15316         * src/news.c
15317                 fixed a bug when connexion immediately closed
15318
15319 2001-05-01 [alfons]
15320
15321         0.4.66claws1
15322         
15323         * sync with 0.4.65
15324
15325 2001-05-01 [sergey]
15326
15327         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15328         widget nntpauth_chkbtn.
15329         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15330         visibility.
15331         (prefs_account_nntpauth_toggled): new function.
15332
15333         * src/news.c (news_session_new_for_folder): use NNTP
15334         authentication only if ac->use_nntp_auth is set.
15335
15336 2001-05-01 [hoa]
15337
15338         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15339         * src/prefs_display_headers.c changed the UI
15340         * src/prefs_headers.c changed account_name to account_id
15341         * src/compose.c using customheader.h
15342
15343 2001-05-01 [hiroyuki]
15344
15345         * src/esmtp.c
15346           src/news.c
15347           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15348           unsynched.
15349
15350 2001-05-01 [hoa]
15351
15352         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15353         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15354                 for displaying of headers
15355         * src/grouplist_dialog.[ch] minor changes to remove warnings
15356         * src/prefs_display_headers.[ch] dialog to choose the
15357         headers to display in the mail viewer.
15358         * src/headers.h correction of #define
15359         * src/headers_display.[ch] configuration for displaying of headers.
15360         * src/main.c read config of displaying of headers
15361         * src/prefs_common.c add a button to access the config dialog
15362                 for displaying of headers
15363         * src/prefs_display_headers.[ch] dialog for configuration for
15364                 displaying of the headers.
15365         * src/prefs_headers.c cleaning of code
15366         * src/procheader.c comments added to code
15367         * src/textview.c changes to reorder the headers depending
15368                 on the config for displaying of headers
15369
15370 2001-04-30 [alfons]
15371
15372         0.4.65claws7
15373
15374         * sync with 0.4.65cvs12
15375
15376         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15377
15378 2001-04-30 [sergey]
15379
15380         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15381
15382         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15383         is set to force reconnection after authentication failure.
15384         (nntp_gen_command): set sock->auth_failed on authentication
15385         failure, or if sock->userid and sock->passwd are not set.
15386
15387         * src/news.c (news_session_new_for_folder): set userid=NULL if
15388         password dialog is cancelled.
15389
15390 2001-04-30 [sergey]
15391
15392         * src/nntp.h (NNTPSockInfo): new type.
15393
15394         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15395         SockInfo.
15396         (nntp_open_auth, nntp_close): new functions.
15397         (nntp_gen_command): new function to handle authentication; all
15398         NNTP command functions updated to use it.
15399         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15400         (nntp_list): removed old useless code.
15401
15402         * src/news.h (NNTPSession): new field nntp_sock.
15403
15404         * src/news.c: all functions updated to use NNTPSockInfo instead of
15405         SockInfo.
15406         (news_session_new): new arguments (userid, passwd); made static;
15407         use nntp_open_auth() if needed.
15408         (news_session_destroy): use nntp_close() instead of sock_close().
15409         (news_query_password): changed arguments.
15410         (news_session_new_for_folder): new function.
15411         (news_session_get): use news_session_new_for_folder().
15412         (news_authenticate): deleted.
15413         (news_get_uncached_articles): removed old authentication code.
15414
15415 2001-04-30 [sergey]
15416
15417         * src/news.c: reverted my previous changes (need to do NNTP
15418         authentication in a cleaner way).
15419         
15420 2001-04-29 [sergey]
15421
15422         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15423         news_nntp_post, news_nntp_mode): new functions (wrappers with
15424         authentication support).
15425         (news_get_article_cmd, news_get_article, news_get_header): new
15426         argument "folder"; all callers changed.
15427         (news_get_article_cmd): added authentication support.
15428         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15429         (news_post): use news_nntp_post() instead of nntp_post().
15430         (news_get_uncached_articles): use news_nntp_group() instead of
15431         nntp_group() and news_nntp_xover() instead of nntp_xover();
15432         removed old authentication code.
15433         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15434
15435         * src/nntp.c (nntp_list): return real error code instead of
15436         hardcoded NN_ERROR.
15437
15438 2001-04-29 [sergey]
15439
15440         * configure.in: fixed wint_t typedef detection again
15441
15442 2001-04-28 [hoa]
15443
15444         * src/prefs_account.[ch], added A_LOCAL_CMD
15445                 (send mail with mail command)
15446         * src/send.c added function send_message_with_command()
15447         * src/inc.c made a more secure get_spool() function with
15448                 mktemp() but maybe mkstemp() or something more
15449                 secure can be used.
15450
15451 2001-04-28 [alfons]
15452
15453         * src/textview.c, colorization of email addresses in headers
15454
15455         0.4.65claws6
15456
15457         * bug sync with sylpheed
15458         * prefs_common.c: created date format ui for darko
15459         * sync with 0.4.65cvs11
15460         * configure.in: corrected to have the new gpg checks
15461
15462 2001-04-27 [alfons]
15463
15464         * completed sync with 0.4.65cvs10
15465         * minor debug things added to gtkstext.c
15466
15467 2001-04-27 [darko]
15468
15469         * configure.in: remove check for availability of
15470           strftime() as advised by Hiroyuki
15471         * src/prefs_common.[ch], src/procheader.c:
15472           synch strftime() code with Hiroyki's main branch
15473
15474 2001-04-26 [sergey]
15475
15476         * src/news.c: news_query_password(), news_authenticate(): new
15477           functions.
15478           news_get_uncached_articles(): added NNTP authentication
15479           handling.
15480         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15481           new functions.
15482         * src/prefs_account.c: prefs_account_protocol_activated():
15483           enable userid and password fields for NNTP.
15484
15485 2001-04-26
15486
15487         * configure.in: check for availability of strftime()
15488           [darko]
15489         * src/prefs_common.[ch], src/procheader.c: use
15490           strftime() for displaying date in summary pane if it
15491           is available
15492
15493 2001-04-25
15494
15495         * more .cvsignore cleanups [alfons]
15496
15497 2001-04-25
15498
15499         * ac/sv-check-type.m4: new autoconf macro.
15500         * configure.in: fixed wint_t typedef detection (did not work
15501           with gcc-2.96).
15502
15503 2001-04-25
15504
15505         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15506           [hiroyuki]
15507
15508 2001-04-24
15509         * modified gtkstext.c : buggy cursor navigation fixed, 
15510           and font descent also taken in account when drawing
15511           cursor. [alfons]
15512
15513 2001-04-24 [hoa]
15514         * added comments in src/news.c src/nntp.c
15515         * added src/prefs_headers.[ch]
15516         * added src/headers.[ch]
15517         * modified compose.c to activate custom headers
15518                 added function is_in_custom_headers
15519         * modified prefs_account.[ch]
15520                 added function prefs_account_customhdr_edit
15521         * modified src/defs.h :
15522                 added HEADERS_RC : name of the config file
15523                 for the custom headers
15524
15525 2001-04-24
15526
15527     0.4.65claws5
15528
15529         * configure.in
15530           src/gtkstext.[ch]
15531           src/compose.c
15532           src/Makefile.am
15533           
15534           added gtkstext with configure.in patch by Hiroyuki which
15535           should fix the XIM detection [alfons]
15536
15537         * more clean up of cvs [alfons]
15538
15539                  * removed all Makefile.in files to attic.
15540
15541                  * updated all .cvsignores to really ignore things that could
15542                    be unintentionally committed by a recursive commit.
15543
15544 2001-04-23 [hoa]
15545         * added src/grouplist_dialog.[ch]
15546         * changed src/folderview.c to call grouplist_dialog instead
15547                 of inputdialog
15548         * src/news.c :
15549                 added functions news_reset_group_list
15550                 and news_get_group_list
15551         * src/nntp.c :
15552                 added function nntp_list
15553         * src/defs.h :
15554                 added GROUPLIST_FILE : name of the newsgroup list cache file
15555
15556 2001-04-21
15557
15558         * added option to warn about queued messages on exit [sergey]:
15559
15560           * src/compose.c: compose_queue(): call folder_item_scan()
15561             and folderview_update_item() after queueing.
15562           * src/folderview.c: folderview_update_node(): draw the queue
15563             folder in bold font if there are queued messages.
15564           * src/mainwindow.c: queued_messages(): new function.
15565             app_exit_cb(): display warning if there are queued messages
15566             if warn_queued_on_exit is set.
15567           * prefs_common.[ch]: add warn_queued_on_exit option.
15568
15569         * enhanced GnuPG key selection support [sergey]:
15570
15571           * src/select-keys.c: updated to newer version from Win32
15572             branch with support for selecting arbitrary keys.
15573           * src/prefs_account.c: added the Privacy tab to the account
15574             options window.
15575             prefs_account_privacy_create(),
15576             prefs_account_sign_key_set_data_from_radiobtn(),
15577             prefs_account_sign_key_set_radiobtn(): new functions.
15578           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15579           * src/rfc2015.c: set_signers(): new function.
15580             pgp_sign(): add the account parameter, call set_signers().
15581             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15582           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15583           * src/compose.c: pass the current account to rfc2015_sign().
15584
15585         * tag name claws added to prevent confusion with main branch [alfons]
15586
15587         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15588
15589         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15590
15591         * sync with recent sylpheed cvs. Untested though. [alfons]
15592