155942c5c33a1ed8ebdc35df0d1a8ff2aaead78f
[claws.git] / ChangeLog.claws
1 2003-04-13 [paul]       0.8.11claws88
2
3         * src/plugins/clamav/clamav_plugin.c
4                 fix memory leaks
5                 clean up
6
7 2003-04-12 [paul]       0.8.11claws87
8
9         * src/plugins/clamav/clamav_plugin.c
10                 activate enable/disable archive scanning option
11                 
12         * src/plugins/clamav/.cvsignore         ** NEW FILE **
13
14 2003-04-12 [paul]       0.8.11claws86
15
16         * src/plugins/Makefile.am
17           src/plugins/clamav/Makefile.am                ** NEW FILE **
18           src/plugins/clamav/README                     ** NEW FILE ** 
19           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
20           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
21                 add Clam AntiVirus plugin
22
23 2003-04-12 [paul]       0.8.11claws85
24
25         * sync with 0.8.11cvs21
26                 see ChangeLog 2003-04-11
27
28 2003-04-11 [paul]       0.8.11claws84
29
30         * po/es.po
31                 update Spanish translation. Submitted by Ricardo
32                 Mones Lastra.
33
34 2003-04-10 [christoph]  0.8.11claws83
35
36         * src/mbox.c
37                 fix typo that did not move unfiltered mails to destination
38                 folder
39
40         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
41          when filtering from spool)
42
43 2003-04-10 [christoph]  0.8.11claws82
44
45         * src/imap.c
46                 use BODY.PEEK instead of BODY in in message fetch operation
47                 to make sure the IMAP server does not set the \Seen flag for
48                 messages. Sylpheed does that later itself, when the message
49                 is opened in sylpheed
50
51         (closes Bug 111 Claws destroys unread marks)
52
53 2003-04-09 [oliver]     0.8.11claws81
54         
55         * src/folder.c
56                 fix crash in folder_destroy
57         * README.claws
58                 remove selective download
59
60 2003-04-09 [christoph]  0.8.11claws80
61
62         * src/imap.c
63                 fix crash in imap_get_msginfo() when then fetched message
64                 is not found
65
66         (closes Bug 110 Crash during mail composition)
67
68 2003-04-08 [christoph]  0.8.11claws79
69
70         * src/folder.c
71         * src/prefs_account.c
72                 Filter new messages that are found in an INBOX folder
73                 when 'Filter messages on receiving' is enabled in the
74                 Folder's AccountPrefs. This allows to use Sylpheed's
75                 filtering engine for IMAP folders where messages are
76                 added to the INBOX by a MTA
77
78 2003-04-08 [paul]       0.8.11claws78
79
80         * src/procmsg.h
81                 clean up after last commit
82
83 2003-04-08 [paul]       0.8.11claws77
84
85         * sync with 0.8.11cvs20
86                 see ChangeLog 2003-04-07 and 2003-04-08
87
88 2003-04-07 [christoph]  0.8.11claws76
89
90         * src/filtering.[ch]
91         * src/inc.[ch]
92         * src/mbox.c
93         * src/procmsg.[ch]
94                 add procmsg_msginfo_filter() to execute filtering actions
95
96 2003-04-06 [christoph]  0.8.11claws75
97
98         * src/imap.c
99                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
100
101 2003-04-06 [christoph]  0.8.11claws74
102
103         * src/common/utils.[ch]
104                 add g_int_compare() function for slist sorting
105
106         * src/imap.c
107                 fetch all MsgInfos with one command in imap_get_msginfos()
108                 using an imap set with a list of ranges
109
110         * src/news.c
111                 use new g_int_compare() function
112
113 2003-04-06 [thorsten]   0.8.11claws73
114
115         * src/mh.c
116                 corrected implementation of mh_folder_destroy()
117
118 2003-04-05 [christoph]  0.8.11claws72
119
120         * src/account.c
121         * src/folder.[ch]
122         * src/folderview.c
123         * src/imap.c
124         * src/inc.c
125         * src/main.c
126         * src/mainwindow.c
127         * src/mbox_folder.c
128         * src/mh.c
129         * src/mimeview.h
130         * src/msgcache.[ch]
131         * src/news.c
132         * src/procmime.h
133         * src/procmsg.[ch]
134         * src/setup.c
135         * src/gtk/gtkutils.c
136                 o rename structure field names class and new to klass and
137                   new_msgs, to allow including files in C++
138                 o add 'extern "C"' block to some header files
139                 o add MsgInfoList and MsgNumberList as alias for GSList for
140                   developers to know what type of list is expected
141
142         * src/plugins/image_viewer/plugin.c
143         * src/plugins/image_viewer/viewer.[ch]
144         * src/plugins/image_viewer/viewerprefs.[ch]
145                 rename function names to prevent conflicts
146
147 2003-04-05 [paul]       0.8.11claws71
148
149         * sync with 0.8.11cvs18
150                 see ChangeLog 2003-04-03 and 2003-04-04
151
152 2003-04-02 [christoph]  0.8.11claws70
153
154         * src/folder.[ch]
155         * src/imap.[ch]
156         * src/mbox_folder.[ch]
157         * src/mh.[ch]
158         * src/news.[ch]
159                 o Make all virtual folder functions private
160                 o remove unused folder code
161
162         * src/common/socket.[ch]
163         * src/summaryview.c
164                 fix warnings
165
166 2003-03-30 [alfons]     0.8.11claws69
167
168         * src/send_message.c
169                 remove two debug traces and see if people still report
170                 errors
171
172 2003-03-30 [alfons]     0.8.11claws68
173
174         * src/send_message.c
175         * src/commons/session.c
176                 add more debug traces
177
178 2003-03-30 [christoph]  0.8.11claws67
179
180         * src/folder.c
181                 change processing folder name from .processing to processing
182
183         * src/common/ssl.c
184                 disable SSL certificate check because it causes Xlib error
185                 when the child process want's to open an GTK window
186
187 2003-03-30 [christoph]  0.8.11claws66
188
189         * src/folder.c
190                 don't use default folder for processing folder item because
191                 it can be a non local folder
192
193         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
194
195 2003-03-30 [alfons]     0.8.11claws65
196
197         * src/send_message.c
198                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
199                 to generate bad code for 'send_send_data_progressive': When
200                 called from 'send_send_data_finished', the 'data' pointer is
201                 cleared just before the assignment to the dialog pointer
202
203 2003-03-29 [christoph]  0.8.11claws64
204
205         * src/common/prefs.h
206         * src/plugins/image_viewer/Makefile.am
207         * src/plugins/image_viewer/plugin.c
208         * src/plugins/image_viewer/viewer.[ch]
209         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
210                 add PrefsPage for ImageViewer
211
212 2003-03-28 [thorsten]   0.8.11claws63
213
214         * src/common/session.c
215                 added some comments
216
217 2003-03-28 [paul]       0.8.11claws62
218
219         * sync with 0.8.11cvs16
220                 see ChangeLog 2003-03-28
221
222 2003-03-28 [paul]       0.8.11claws61
223
224         * sync with 0.8.11cvs15
225                 see ChangeLog 2003-03-28
226
227 2003-03-27 [christoph]  0.8.11claws60
228
229         * src/folder.c
230         * src/imap.c
231         * src/common/socket.[ch]
232                 set socket state to DISCONNECTED when any operation
233                 fails to allow reconnecting in IMAP code without
234                 checking the return code of all calls to the command
235                 functions
236
237         * src/folderview.c
238         * src/summaryview.c
239                 remove some more stuff that depends on specific
240                 folder types
241
242 2003-03-27 [paul]       0.8.11claws59
243
244         * sync with 0.8.11cvs14
245                 see ChangeLog 2003-03-27
246                 
247         * src/selective_download.[ch]   ** REMOVED **
248                 really removed
249
250 2003-03-27 [christoph]  0.8.11claws58
251
252         * src/folder.c
253                 fix handling of tmp_flags in flag copy function
254
255 2003-03-27 [paul]       0.8.11claws57
256
257         * sync with 0.8.11cvs13
258                 see ChangeLog 2003-03-27
259
260 2003-03-27 [oliver]     0.8.11claws56
261
262         * src/maiwindow.c
263                 remove sel_download_cb
264
265 2003-03-27 [oliver]     0.8.11claws55
266         
267         * src/inc.c
268                 remove POP3_TOP
269         
270 2003-03-26 [oliver]     0.8.11claws54
271
272         *src/pop.h
273                 remove POP3_TOP*
274         * README.claws
275                 remove selective donwload readme
276
277 2003-03-26 [oliver]     0.8.11claws53
278         * src/matcher.[ch]
279         * src/matcher_parser_parse.y 
280         * src/pop.c 
281         * src/prefs_account.[ch]
282         * src/prefs_filtering.c
283                 remove selective donwload
284
285 2003-03-26 [oliver]     0.8.11claws52
286
287         * src/inc.[ch] 
288         * src/filtering.c 
289         * src/mainwindow.c 
290                 remove selective donwload
291
292 2003-03-26 [oliver]     0.8.11claws51
293         
294         * src/Makefile.am
295         * src/selective_download.[ch]   ** REMOVE **    
296
297 2003-03-26 [christoph]  0.8.11claws50
298
299         * src/news.c
300                 fix NEWS that got broken by a sync with sylpheed-main
301
302 2003-03-26 [christoph]  0.8.11claws49
303
304         * src/mimeview.c
305                 fix mime type guessing when no mime type is found for a file
306
307 2003-03-25 [christoph]  0.8.11claws48
308
309         * src/mimeview.c
310         * src/procmime.c
311                 remove mime type guessing from mime parser and use
312                 name based mime types in viewer lookup for mime type
313                 application/octet-stream
314
315 2003-03-25 [christoph]  0.8.11claws47
316
317         * doc-src/readme.txt
318         * doc-src/rfc2554.txt
319                 add RFC about SMTP AUTH
320
321         * src/send_message.c
322         * src/common/smtp.[ch]
323                 add extra error code for authentication errors and
324                 clear temporary password when this error occurs
325
326         (closes Bug 84 authentication failure while sending should
327          prompt for password again)
328
329 2003-03-25 [christoph]  0.8.11claws46
330
331         * configure.ac
332         * src/Makefile.am
333         * src/imageview.[ch]                            ** REMOVE **
334         * src/messageview.[ch]
335         * src/mimeview.[ch]
336         * src/prefs_common.[ch]
337         * src/textview.c
338         * src/plugins/Makefile.am
339         * src/plugins/image_viewer/.cvsignore           ** NEW **
340         * src/plugins/image_viewer/Makefile.am          ** NEW **
341         * src/plugins/image_viewer/plugin.c             ** NEW **
342         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
343                 move image viewer into a plugin (building is enabled by default)
344                 [ToDo: Prefs for resize and autoview]
345
346 2003-03-25 [paul]       0.8.11claws45
347
348         * sync with 0.8.11cvs12
349                 see ChangeLog 2003-03-26
350
351 2003-03-25 [paul]       0.8.11claws44
352
353         * sync with 0.8.11cvs11
354                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
355                 
356         Note: Selective Download is broken.
357                 
358 2003-03-22 [christoph]  0.8.11claws43
359
360         * src/folder.c
361                 code cleanup for flags copying
362
363 2003-03-22 [christoph]  0.8.11claws42
364
365         * src/plugins/trayicon/trayicon.c
366                 fix setting the transparent area when the window size
367                 is forced by the system tray
368
369 2003-03-22 [christoph]  0.8.11claws41
370
371         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
372         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
373         * src/plugins/trayicon/newmail.xpm              ** NEW **
374         * src/plugins/trayicon/nomail.xpm               ** NEW **
375         * src/plugins/trayicon/trayicon.c
376         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
377                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
378                 o add icon for unread mails
379                 o set transparency for window
380
381 2003-03-22 [christoph]  0.8.11claws40
382
383         * src/news.c
384                 init news session to prevent crash when session is closed
385
386 2003-03-22 [christoph]  0.8.11claws39
387
388         * src/imap.c
389         * src/common/session.[ch]
390                 Init session data to make sure we don't have invalid pointers
391                 for read_ch and write_ch when new multi process sessions are
392                 not used
393
394         * src/main.c
395         * src/common/plugin.c
396         * src/common/sylpheed.c
397         * src/plugins/demo/demo.c
398         * src/plugins/dillo_viewer/dillo_viewer.c
399         * src/plugins/mathml_viewer/mathml_viewer.c
400         * src/plugins/spamassassin/spamassassin.c
401         * src/plugins/spamassassin/spamassassin_gtk.c
402                 add plugin types to allow loading plugins at different times
403                 (and maybe for different frontends), because it's not good to
404                 load GTK-Plugins gefore gtk_init was called
405
406         * configure.ac
407         * src/plugins/Makefile.am
408         * src/plugins/trayicon/.cvsignore               ** NEW **
409         * src/plugins/trayicon/Makefile.am              ** NEW **
410         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
411         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
412         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
413         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
414         * src/plugins/trayicon/trayicon.c               ** NEW **
415                 New Trayicon plugin that shows an icon in a systray that uses
416                 XEMBED protocol like Gnome's systray. Icon shows if there
417                 are new mails and a tooltip shows information about new,
418                 unread and total messages.
419
420 2003-03-22 [paul]       0.8.11claws38
421
422         * src/common/smtp.c
423                 fix ESMTP AUTH CRAM-MD5
424                 [sync with main (still version 0.8.11cvs6), see
425                  ChangeLog 2003-03-22]
426
427 2003-03-21 [colin]      0.8.11claws37
428
429         * src/send_message.c
430                 Fix USE_SSL => USE_OPENSSL
431
432 2003-03-21 [colin]      0.8.11claws36
433
434         * src/folderview.c
435                 Fix counts in drag and dropped subfolders
436
437 2003-03-21 [colin]      0.8.11claws35
438
439         * src/folder.c 
440         * src/folderview.c
441                 speed up a bit folder dnd
442
443 2003-03-20 [alfons]     0.8.11claws34
444
445         * src/main.c
446         * src/toolbar.c
447         * src/procmsg.c
448                 don't send locked queue messages
449                 (feature request "[ 705245 ] Locking message in outbox 
450                  should prevent sending")
451
452 2003-03-20 [christoph]  0.8.11claws33
453
454         * src/folder.c
455                 remove NEW and UNREAD flag in special folders when scanning
456                 
457         * src/common/smtp.c
458                 fix ESMTP AUTH CRAM-MD5
459
460 2003-03-20 [paul]       0.8.11claws32
461
462         * src/prefs_account.c
463                 Re-write 'Tunnel command to open connection' as
464                 'Use command to communicate with server', and disable
465                 it for all except IMAP accounts
466
467 2003-03-20 [paul]       0.8.11claws31
468
469         * sync with 0.8.11cvs6
470                 see ChangeLog 2003-03-20
471
472 2003-03-19 [match]      0.8.11claws30
473
474         * src/addritem.[ch]
475                 include documentation. minor refactoring.
476         * src/addr_compl.[ch]
477         * src/addrindex.[ch]
478         * src/addresbook.[ch]
479         * src/summaryview.c
480                 re-enable address lookup (was disabled in
481                 0.8.11claws20).
482
483 2003-03-19 [christoph]  0.8.11claws29
484
485         * src/procmsg.c
486                 add temp flag handling, will make moving and copying
487                 messages possible again
488
489         * src/folder.c
490                 correct calulation of folder stats
491
492 2003-03-18 [match]      0.8.11claws28
493
494         * src/editgroup.h
495                 remove case sensitive comparison (closes bug 80).
496
497 2003-03-18 [christoph]  0.8.11claws27
498
499         * src/imap.c
500                 fix imap using a tunnel command
501
502         (closes bug 87)
503
504 2003-03-18 [christoph]  0.8.11claws26
505
506         * src/folder.[ch]
507         * src/imap.c
508         * src/procmsg.[ch]
509                 rewrite flag handling for folders
510
511 2003-03-18 [christoph]  0.8.11claws25
512
513         * src/folder.c
514         * src/procmsg.c
515         * src/summaryview.c
516                 unset NEW and UNREAD flags when message is ignored, to make
517                 sure messages don't show up as unread on other IMAP clients,
518                 because the IGNORE_THREAD flag can not be syncronized through
519                 the IMAP folder
520
521 2003-03-17 [christoph]  0.8.11claws24
522
523         * src/imap.c
524                 don't use recursion to fetch uids when the number of messages
525                 does not match. Moved code into subfunction that is used
526                 again when needed, to prevent an endless loop.
527
528 2003-03-17 [thorsten]   0.8.11claws23
529
530         * src/imageview.[ch]
531                 export imageview_get_resized_size() (for plugins)
532         * src/prefs_common.[ch]
533                 added prefs_common_get() (for plugins)
534
535 2003-03-17 [christoph]  0.8.11claws22
536
537         * src/imap.c
538                 o remove UID guessing from copy code
539                 o support UIDPLUS extension for APPEND command
540
541 2003-03-17 [paul]       0.8.11claws21
542
543         * src/gtk/about.c
544                 remove 'Compiled-plugins' section.
545                 
546         * src/plugins/dillo_viewer/dillo_viewer.c
547                 slight change to description text
548
549 2003-03-16 [match]      0.8.11claws20
550         * src/ldapserver.[ch]           ** NEW **
551         * src/ldapctrl.[ch]             ** NEW **
552         * src/ldapquery.[ch]            ** NEW **
553         * src/ldaputil.[ch]             ** NEW **
554         * src/addrcindex.[ch]           ** NEW **
555         * src/addrquery.h               ** NEW **
556         * src/addritem.[ch]
557         * src/addrcache.[ch]
558         * src/addrindex.[ch]
559         * src/addr_compl.[ch]
560         * src/addressbook.[ch]
561         * src/addrbook.[ch]
562         * src/editgroup.c
563         * src/editaddress.c
564         * src/editldap.c
565         * src/editldap_basedn.c
566         * src/vcard.c
567         * src/jpilot.c
568         * src/Makefile.am
569                 included dynamic LDAP queries. improved address
570                 completion.
571
572 2003-03-16 [paul]       0.8.11claws19
573
574         * tools/multiwebsearch.pl
575                 fix a fatal typo
576
577 2003-03-16 [christoph]  0.8.11claws18
578
579         * src/mimeview.c
580         * src/plugins/dillo_viewer/dillo_viewer.c
581         * src/plugins/mathml_viewer/mathml_viewer.c
582                 make unregistering of MimeViewerFactorys possible
583
584 2003-03-16 [alfons]     0.8.11claws17
585
586         * configure.ac
587                 correct typo
588
589 2003-03-16 [melvin]     0.8.11claws16
590
591         * src/plugins/dillo_viewer.c
592                 Fixed bug where it was not possible to view more than
593                 one text/html attachment per message (bug discovered
594                 by Christoph Hohmann).
595
596 2003-03-15 [melvin]     0.8.11claws15
597
598         * src/prefs_actions.c
599                 Fixed compilation warnings.
600
601 2003-03-15 [melvin]     0.8.11claws14
602
603         * src/plugins/Makefile.am
604         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
605         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
606         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
607                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
608                 newer (http://dillo.auriga.wearlab.de/).
609
610 2003-03-15 [christoph]  0.8.11claws13
611
612         * src/imap.c
613                 don't query imap folder for attributes because we already
614                 for them from imap_status
615
616         * src/mimeview.[ch]
617                 add support for plugable MimeViewers (unloading Viewers
618                 not yet complete)
619
620         * src/plugins/Makefile.am
621         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
622         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
623         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
624                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
625                 widget from http://helm.cs.unibo.it/mml-widget/
626
627 2003-03-14 [christoph]  0.8.11claws12
628
629         * src/folder.[ch]
630                 o error return code's should better be negative
631                 o replace printf with debug_print
632
633         * src/imap.c
634                 improve IMAP folder scan by checking UID-NEXT
635
636         * src/summaryview.c
637                 remove check that are unnecessary in my opinion
638
639 2003-03-13 [christoph]  0.8.11claws11
640
641         * src/folder.[ch]
642         * src/foldersel.c
643         * src/folderview.c
644         * src/imap.c
645         * src/mbox_folder.c
646         * src/mh.c
647         * src/news.c
648         * src/prefs_scoring.c
649         * src/summaryview.c
650                 use a common function to get a displayable name
651                 for a FolderItem
652
653 2003-03-13 [paul]       0.8.11claws10
654
655         * tools/Makefile.am
656           tools/README
657           tools/multiwebsearch.conf     ** NEW FILE **
658           tools/multiwebsearch.pl       ** NEW FILE **
659                 add multiwebsearch Actions script
660
661 2003-03-13 [colin]      0.8.11claws9
662
663         * src/compose.c
664                 Remove leading emtpy lines from quoted text
665                 before quoting it
666
667 2003-03-13 [melvin]     0.8.11claws8
668
669         * src/prefs_actions.c
670                 Fixed a memory leak
671                 Code clean ups
672                 Added Cancel and OK buttons
673                 Corrected help text
674
675 2003-03-13 [christoph]  0.8.11claws7
676
677         * src/account.c
678         * src/folder.[ch]
679         * src/imap.c
680         * src/mainwindow.c
681         * src/mbox_folder.c
682         * src/mh.c
683         * src/news.c
684         * src/setup.c
685                 replace more folder type stuff with folder class stuff
686
687 2003-03-13 [melvin]     0.8.11claws6
688
689         * src/prefs_actions.c
690                 Added new tokens:
691                 %u: user provided argument
692                 %h: user provided argument (hidden on input)
693                 %s: current text selection in the message view 
694
695 2003-03-13 [paul]       0.8.11claws5
696
697         * sync with 0.8.11cvs5
698                 see ChangeLog 2003-03-11, 2003-03-12
699
700 2003-03-12 [christoph]  0.8.11claws4
701
702         * src/folder.c
703                 use folder class idstr when writing folderlist.xml
704
705         * src/folder.h
706         * src/imap.c
707         * src/news.c
708                 replace folder type checks with folder class checks
709
710 2003-03-12 [christoph]  0.8.11claws3
711
712         * src/folder.[ch]
713         * src/imap.[ch]
714         * src/main.c
715         * src/mbox_folder.[ch]
716         * src/mh.[ch]
717         * src/news.[ch]
718                 o create a list of known folder classes in the folder system
719                 o use folder class id strings for folder item identifiers
720
721 2003-03-12 [christoph]  0.8.11claws2
722
723         * src/imap.c
724                 fix imap uid validity check
725
726 2003-03-12 [christoph]  0.8.11claws1
727
728         * src/account.c
729         * src/folder.[ch]
730         * src/foldersel.c
731         * src/folderview.c
732         * src/imap.c
733         * src/mainwindow.c
734         * src/mbox_folder.c
735         * src/mh.c
736         * src/news.c
737         * src/prefs_scoring.c
738         * src/procmsg.c
739         * src/setup.c
740         * src/summaryview.c
741                 initial restructuring of folder system, seperating
742                 folders and folder classes
743
744 2003-03-12 [paul]       0.8.11claws
745
746         0.8.11claws release
747
748 2003-03-12 [christoph]
749
750         * src/gtk/prefswindow.c
751                 fix translation of "Page Index"
752
753 2003-03-12 [paul]       0.8.10claws110
754
755         a sync from 0.8.11cvs4 before the release
756
757         * src/common/utils.c
758                 subject_compare_for_sort(): allow null strings (fixes
759                 summary sorting).
760
761 2003-03-11 [paul]       0.8.10claws109
762
763         * po/es.po
764                 update Spanish translation, submitted by
765                 Ricardo Mones Lastra
766
767 2003-03-11 [melvin]     0.8.10claws108
768
769         * po/fr.po
770                 Updated French translations
771
772 2003-03-11 [paul]       0.8.10claws107
773
774         * manual/en/Makefile.am
775           manual/en/*.html
776                 update English manual, add a new page
777                 updated by Francois Barriere <fbarriere@atmel.fr>
778                 
779         * po/bg.po
780           po/it.po
781           po/sr.po
782                 update Bulgarian, Italian, and Serbian translations
783                 submitted by George Danchev, Alessandro Maestri, and
784                 Urke MMI
785
786 2003-03-10 [paul]       0.8.10claws106
787
788         * src/gtk/about.c
789           src/gtk/prefswindow.c
790                 make some strings translatable
791
792 2003-03-10 [darko]      0.8.10claws105
793
794         * src/compose.c
795                 code cleanup to make Hiro happy
796
797 2003-03-10 [paul]       0.8.10claws104
798
799         * sync with 0.8.11cvs2
800                 see ChangeLog 2003-03-10
801
802 2003-03-09 [melvin]     0.8.10claws103
803
804         * src/textview.c
805                 textview_set_font(): fix for message display in
806                 UTF-8 locales (thanks to Sergey Vlasov).
807                 (was unintentionnaly reverted in 0.8.6claws6)   
808
809 2003-03-08 [darko]      0.8.10claws102
810
811         * src/compose.c
812                 fix infinite loop in wrapping as reported
813                 by happycactus
814                 obsoletes patch #696482
815
816 2003-03-08 [christoph]  0.8.10claws101
817
818         * src/imap.c
819                 add workaround for IMAP servers that do not
820                 support the "UID SEARCH UID" command
821
822 2003-03-07 [christoph]  0.8.10claws100
823
824         * src/plugins/spamassassin/spamassassin.[ch]
825         * src/plugins/spamassassin/spamassassin_gtk.c
826                 code cleanup
827
828 2003-03-07 [paul]       0.8.10claws99
829
830         * po/es.po
831                 updated Spanish translation, submitted by
832                 Ricardo Mones Lastra
833
834 2003-03-07 [christoph]  0.8.10claws98
835
836         * src/send.c
837                 fix in 0.8.10claws94 was wrong
838                 local delivery does not require escaping, remove escaping
839                 code to make signatures of mails with "." lines valid
840                 
841                 NOTE: requires that sendmail is executed with "-i" option,
842                       what is the default now, but has to be changed in all
843                       exsiting accounts)
844
845 2003-03-07 [paul]       0.8.10claws97
846
847         * sync with 0.8.11 release
848                 see ChangeLog 2003-03-07
849
850 2003-03-06 [paul]       0.8.10claws96
851
852         * src/compose.c
853                 revert commit 0.8.10claws92
854
855 2003-03-06 [paul]       0.8.10claws95
856
857         * src/folderview.c
858                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
859
860         * src/gtkaspell.c
861                 fix bug 74, 'Crash opening editor window with pseudo-color
862                 display'
863                 
864         Patches submitted by Kevin Vigor <kevin@vigor.nu>
865
866 2003-03-06 [christoph]  0.8.10claws94
867
868         * src/send.c
869                 fix rfc2821 (4.5.2) violation in SMTP data sending,
870                 all lines starting with a period get an extra period
871                 inserted
872                 (found by Simon 'corecode' Schubert)
873
874 2003-03-06 [paul]       0.8.10claws93
875
876         * src/folderview.c
877                 if configured font can't be loaded fall back to gtk
878                 default. (with thanks to Christoph)
879                 
880                 closes long-standing bug 15 'Crashes on startup'
881
882 2003-03-06 [paul]       0.8.10claws92
883
884         * src/compose.c
885                 freeze text before autosave and thaw afterwards
886                 fixes bug 67 'autosave make re-rediting message crazy'
887
888 2003-03-06 [christoph]  0.8.10claws91
889
890         * src/compose.c
891                 ignore address comment in dupe check for Cc-list
892
893         (closes reopened bug 47 Replying to message strips name part of
894          e-mail addresses of Cc: lines)
895
896 2003-03-06 [paul]       0.8.10claws90
897
898         * src/Makefile.am
899                 remove reference to gtkxtext.h as its no longer in
900                 the repository
901
902 2003-03-06 [paul]       0.8.10claws89
903
904         * sync with 0.8.10cvs25
905                 see ChangeLog 2003-03-06
906
907 2003-03-06 [oliver]     0.8.10claws88
908         
909         * src/messageview.c
910                 remove include
911
912 2003-03-06 [oliver]     0.8.10claws87
913         
914         * src/folderview.c 
915                 remove changes introduced inclaws74
916         * src/messageview.c
917                 another attempt to sanely delete and update
918                 messages deleted in separate messageview
919
920 2003-03-05 [christoph]  0.8.10claws86
921
922         * src/summaryview.c
923                 check if "From" matches any account's address if
924                 addressbook completion of addresses is disabled too
925
926         (closes Bug 70 "Display recipient in from" doesn't check
927          folder's default account)
928
929 2003-03-05 [christoph]  0.8.10claws85
930
931         * src/compose.c
932         * src/common/utils.[ch]
933                 don't strip address comments when building Cc lists
934
935         (closes Bug 47 Replying to message strips name part of e-mail addresses
936          of Cc: lines)
937
938         * src/folder.c
939                 fix return value of copy function
940
941 2003-03-05 [christoph]  0.8.10claws84
942
943         * src/imap.c
944                 don't ask imap server for non rfc822 headers
945
946         (closes bug 71 IMAP FETCH asks for FROM header field twice)
947
948         * src/imap.c
949                 destroy session on socket error to allow reconnecting
950
951 2003-03-05 [christoph]  0.8.10claws83
952
953         * configure.ac
954                 fix building with gnome when no prefix is set
955
956         (closes bug 66 Gnome directory is set to NONE)
957
958 2003-03-05 [paul]       0.8.10claws82
959
960         * sync with 0.8.10cvs23
961                 see ChangeLog 2003-03-05
962
963 2003-03-04 [christoph]  0.8.10claws81
964
965         * src/folder.c
966                 o fix moving and copying when folder returns 0 for new
967                   message number
968                 o remove some code for single message copy and move
969                   operations and use functions for multiple messages
970
971         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
972
973         * src/news.c
974                 remove unused include
975
976 2003-03-04 [paul]       0.8.10claws80
977
978         * src/gtk/about.c
979                 list 'Compiled plugins'
980
981 2003-03-03 [christoph]  0.8.10claws79
982
983         * src/news.[ch]
984                 have to multiply the percentage of the current fetch with
985                 the percentage that it has of the total fetch operation
986                 for correct values
987
988 2003-03-03 [christoph]  0.8.10claws78
989
990         * src/news.c
991                 fix calculation of expected lines for progress indicator
992
993 2003-03-03 [christoph]  0.8.10claws77
994
995         * src/summaryview.c
996         * src/common/utils.c
997                 fix segfault when opening the root news folder
998
999 2003-03-03 [christoph]  0.8.10claws76
1000
1001         * src/mainwindow.[ch]
1002         * src/common/Makefile.am
1003         * src/common/progressindicator.[ch]
1004                 add UI independent progress indicator handling
1005
1006         * src/news.[ch]
1007                 use new progress indicator for message info fetching
1008
1009         * src/common/hooks.h
1010                 code cleanup
1011
1012 2003-03-03 [oliver]     0.8.10claws75
1013
1014         * src/toolbar.c
1015         * src/compose.c
1016                 removed commented code
1017
1018 2003-03-03 [oliver]     0.8.10claws74
1019
1020         * src/toolbar.[ch]
1021                 cleanups and refactoring
1022         * src/compose.[ch]
1023                 compose_reply_mode reply & forwarding interface for
1024                 toolbar buttons
1025         * src/folderview.c
1026                 act on messages marked for deletion in folderview_selected
1027                 based on prefs_common.immediate_exec since a message might 
1028                 have been deleted by messageview in a folder we are changing 
1029                 to (does anybody understand what I'm on about ?)
1030
1031 2003-03-03 [oliver]     0.8.10claws73
1032         
1033         * src/messageview.[ch]
1034                 new functions
1035                 - messageview_delete: delete message shown in messagview
1036                 - messageview_update_view: update messageview to currently 
1037                   selected summaryview message
1038                 - add separate messageview to msgview_list in order to update 
1039                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
1040         * src/summaryview.[ch]
1041                 summary_get_selection returns a list of selected msgs
1042                 in summaryview
1043         * src/mainwindow.c
1044                 toolbar reply refactoring
1045
1046 2003-03-03 [paul]       0.8.10claws72
1047
1048         * sync with 0.8.10cvs21
1049                 see ChangeLog 2003-03-03
1050
1051 2003-03-02 [christoph]  0.8.10claws71
1052
1053         * src/common/passcrypt.c
1054                 use POSIX includes
1055
1056 2003-03-02 [christoph]  0.8.10claws70
1057
1058         * configure.ac
1059         * src/prefs_account.c
1060         * src/prefs_gtk.[ch]
1061         * src/common/.cvsignore
1062         * src/common/Makefile.am
1063         * src/common/passcrypt.c                ** NEW **
1064         * src/common/passcrypt.h.in             ** NEW **
1065                 Implement password encryption in config files
1066                 using unix encrypt and setkey functions. The crypt
1067                 key can be set as a configure parameter. Old
1068                 passwords will be converted if they do not begin
1069                 with '!'
1070
1071 2003-03-02 [paul]       0.8.10claws69
1072
1073         * src/prefs_account.c
1074                 fix compile error
1075
1076 2003-03-01 [thorsten]   0.8.10claws68
1077
1078         * po/el.po
1079           po/hr.po
1080           po/it.po
1081           po/nl.po
1082           po/sr.po
1083           po/sv.po
1084                 corrected format strings
1085         * po/en_GB.po
1086                 corrected headers
1087                 (fix compile errors with GNU gettext-0.11.5)
1088
1089 2003-03-01 [oliver]     0.8.10claws67
1090
1091         * src/summaryview.c
1092                 menu callbacks call toolbar_menu_reply
1093
1094 2003-03-01 [oliver]     0.8.10claws66
1095
1096         * src/mainwindow.c
1097         * src/messageview.c
1098                 menu callbacks call toolbar_menu_reply
1099         * src/toolbar.[ch]
1100                 callbacks from menu handled by toolbar_menu_reply
1101
1102 2003-03-01 [paul]       0.8.10claws65
1103
1104         * src/addressbook.c
1105                 revert commit 0.8.10claws54 - breaks editing of
1106                 addressbook.
1107                 
1108         * po/bg.po
1109                 update Bulgarian translation, submitted by
1110                 George Danchev
1111
1112 2003-02-28 [christoph]  0.8.10claws64
1113
1114         * src/account.c
1115         * src/addressadd.c
1116         * src/compose.c
1117         * src/gtkaspell.c
1118         * src/gtkxtext.h                ** REMOVE **
1119         * src/imap.c
1120         * src/matcher.[ch]
1121         * src/mh.c
1122         * src/news.c
1123         * src/pine.c
1124         * src/prefs_common.c
1125         * src/prefs_matcher.c
1126         * src/procheader.[ch]
1127         * src/procmsg.[ch]
1128         * src/toolbar.c
1129         * src/common/ssl_certificate.c
1130         * src/gtk/colorlabel.c
1131         * src/gtk/menu.c
1132                 o fix warnings
1133                 o remove code obsoleted by new cache and folder system rework
1134
1135 2003-02-28 [oliver]     0.8.10claws63
1136         
1137         * src/toolbar.[ch]
1138                 * fix bug where reply in Messageview replied to 
1139                 Message displayed in summaryview
1140                 (reportedd via ML by chinatinte at gmx dot ch)
1141                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1142                 didn't work in separate MessageView Toolbar
1143                 (wondering if anybody uses this at all ?)
1144         * src/summaryview.[ch]
1145                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1146                 (generalize reply and forward code);
1147         * src/messageview.c 
1148                 remove focus_in event which updated summaryview to messageview
1149
1150 2003-02-28 [paul]       0.8.10claws62
1151
1152         * po/Makefile.in.in
1153                 add the --check option
1154                 Patch submitted by Ricardo Mones Lastra
1155
1156 2003-02-28 [paul]       0.8.10claws61
1157
1158         * src/prefs_account.c
1159                 re-order 'Signature' items
1160
1161 2003-02-28 [paul]       0.8.10claws60
1162
1163         * sync with 0.8.10cvs20
1164                 see ChangeLog 2003-02-28
1165
1166 2003-02-28 [paul]       0.8.10claws59
1167
1168         * po/POTFILES.in
1169                 update to reflect recent movement of files
1170
1171 2003-02-28 [paul]       0.8.10claws58
1172
1173         * sync with 0.8.10cvs19
1174                 see ChangeLog 2003-02-28
1175
1176 2003-02-27 [martin]     0.8.10claws57
1177
1178         * src/prefs_matcher.c 
1179                 fix segfault in prefs_matcher_ok() when the
1180                 last entry is deleted and prevents that the
1181                 message "entry not saved" comes up after deleting
1182                 an entry
1183
1184 2003-02-27 [martin]     0.8.10claws56
1185
1186         * src/prefs_filtering.c 
1187                 fix segfault in prefs_filtering_ok() when the
1188                 last entry is deleted and prevents that the
1189                 message "entry not saved" comes up after deleting
1190                 an entry
1191
1192 2003-02-27 [paul]       0.8.10claws55
1193
1194         * sync with 0.8.10cvs18
1195                 see ChangeLog 2003-02-27
1196
1197 2003-02-27 [paul]       0.8.10claws54
1198
1199         * src/addressbook.c
1200                 fix bug where the address book crashes with 
1201                 multiple lookups.
1202                 Patch [687729] submitted by David Frager 
1203                 <dbfrager@users.sourceforge.net>
1204
1205 2003-02-25 [christoph]  0.8.10claws53
1206
1207         * src/Makefile.am
1208         * src/colorlabel.[ch]           ** REMOVE **
1209         * src/gtk/Makefile.am
1210         * src/gtk/colorlabel.[ch]       ** NEW **
1211                 move colorlabel files to gtk directory
1212
1213         * src/esmtp.[ch]                ** REMOVE **
1214                 has been merged into smtp.[ch] in 0.7.5
1215
1216 2003-02-25 [christoph]  0.8.10claws52
1217
1218         * src/Makefile.am
1219         * src/about.[ch]                ** REMOVE **
1220         * src/gtk/Makefile.am
1221         * src/gtk/about.[ch]            ** NEW **
1222                 move about files to gtk directory
1223
1224 2003-02-25 [christoph]  0.8.10claws51
1225
1226         * src/folder.c
1227                 some code optimization of folder scanning code
1228
1229         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1230
1231 2003-02-25 [christoph]  0.8.10claws50
1232
1233         * src/main.c
1234         * src/common/sylpheed.c
1235                 add command line parameter parsing to common code
1236
1237 2003-02-24 [christoph]
1238
1239         * Makefile.am
1240         * configure.ac
1241                 fix gnome prefix problems, the configure script now removed
1242                 `gnome-config --prefix` from `gnome-config --datadir`
1243                 and adds $(prefix} instead
1244
1245         (closes Bug 24 Makefile does not respect prefix when installing
1246          GNOME data)
1247
1248 2003-02-24 [christoph]  0.8.10claws49
1249
1250         * src/news.c
1251                 check for valid session before trying to authenticate
1252
1253         (closes Bug 60 crash if "authenticate on logon" is activated
1254          and newsserver-hostname is not valid)
1255
1256 2003-02-24 [melvin]     0.8.10claws48
1257
1258         * src/prefs_actions.c
1259                 Make sure all user's input is sent to the action and then
1260                 close the socket..
1261
1262 2003-02-23 [alfons]     0.8.10claws46
1263
1264         * src/summaryview.c
1265                 also wait cursor when deleting files
1266
1267 2003-02-23 [paul]
1268
1269         * tools/freshmeat_search.pl
1270           tools/google_search.pl
1271                 scripts should now work for any browser/browser command line
1272
1273 2003-02-22 [christoph]  0.8.10claws45
1274
1275         * src/procmsg.c
1276                 fix IMAP flag setting, IMAP flag is not handled correctly
1277                 anymore by the folder system and information about the
1278                 folder should not be saved in the MsgInfo (in my opinion)
1279
1280         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1281
1282 2003-02-22 [christoph]  0.8.10claws44
1283
1284         * src/summaryview.c
1285                 fix spelling of "label" ;-)
1286
1287 2003-02-22 [thorsten]   0.8.10claws43
1288
1289         * src/mimeview.c
1290           src/prefs_common.[ch]
1291           src/procmime.[ch]
1292                 do not use description as attachment name
1293
1294 2003-02-22 [alfons]     0.8.10claws42
1295
1296         * src/summaryview.c
1297                 freeze/thaw folder item updates when changing color labels,
1298                 and put a wait cursors on
1299
1300 2003-02-22 [thorsten]   0.8.10claws41
1301
1302         * src/mimeview.c
1303                 save-all fixes: crash if invoked on multipart container,
1304                 mimeinfo access, pathseparators, error dialog
1305
1306 2003-02-21 [alfons]     0.8.10claws40
1307
1308         * src/prefs_gtk.c
1309                 remove unused var
1310
1311 2003-02-21 [colin]      0.8.10claws39
1312
1313         * src/send.c
1314                 Fix smtp logging
1315
1316 2003-02-21 [colin]      0.8.10claws38
1317
1318         * src/summaryview.c
1319                 Freeze/thaw folderItem updates when filtering messages 
1320                 via Tools/Filter messages
1321
1322 2003-02-21 [paul]       0.8.10claws37
1323
1324         * src/compose.c
1325                 revert commit 0.8.10claws26, there are ulterior motives
1326                 for users to set a Reply-To header when posting to
1327                 newsgroups
1328
1329 2003-02-21 [paul]       0.8.10claws36
1330
1331         * sync with 0.8.10cvs17
1332                 see ChangeLog 2003-02-21
1333
1334 2003-02-20 [christoph]  0.8.10claws35
1335
1336         * src/imap.c
1337                 IMAP UID fetch speedup using SEARCH
1338
1339         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1340
1341         * src/imap.c
1342                 fix problem with UIDs in IMAP UID cache that no longer existed
1343
1344 2003-02-20 [christoph]  0.8.10claws34
1345
1346         * src/imap.c
1347         * src/procheader.c
1348         * src/procheader.h
1349                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1350
1351         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1352
1353         * src/imap.c
1354                 Rewrite imap_cmd_gen_recv use sock_getline instead
1355                 of sock_gets to avoid problems with too long reply
1356                 lines
1357     
1358 2003-02-20 [colin]      0.8.10claws33
1359         
1360         * src/prefs_account.c
1361                 Better wording
1362
1363 2003-02-20 [colin]      0.8.10claws32
1364
1365         * src/compose.c
1366                 Remove useless '&& !to_sender' 
1367
1368 2003-02-20 [darko]
1369
1370         * AUTHORS
1371                 change my e-mail address
1372
1373 2003-02-19 [colin]      0.8.10claws31
1374
1375         * src/prefs_common.c
1376                 X11 style colors for every configurable color
1377
1378 2003-02-19 [alfons]     0.8.10claws30
1379
1380         * src/prefs_gtk.[ch]
1381         * src/prefs_common.c
1382                 for color_new accept both plain integers and X11 style color
1383                 names (as found in /usr/lib/X11/rgb.txt)
1384
1385 2003-02-19 [paul]       0.8.10claws29
1386
1387         * src/mainwindow.c
1388                 add tooltips to online/offline button and account selector
1389                 button
1390
1391 2003-02-19 [paul]       0.8.10claws28
1392
1393         * src/folder.c
1394           src/news.c
1395           src/prefs_account.[ch]
1396           src/prefs_common.[ch]
1397                 move 'Maximum number of articles to download' to
1398                 account prefs.
1399                 clean up account prefs gui a little by hiding entries
1400                 rather then greying out entries
1401
1402 2003-02-19 [hiro]       0.8.10claws27
1403
1404         * src/common/utils.c
1405                 fix bug #54 'yesterdays date is displayed in the message 
1406                 summary window'
1407
1408 2003-02-19 [paul]       0.8.10claws26
1409
1410         * src/compose.c
1411                 fix bug reported in Feature Request [688596] 
1412                 'Reply-to header in news'
1413
1414 2003-02-18 [paul]       0.8.10claws25
1415
1416         * src/select-keys.c
1417                 add a 'List all keys' button to key selection dialog
1418
1419 2003-02-18 [colin]      0.8.10claws24
1420         
1421         * src/stock_pixmap.c
1422                 fix compile error
1423
1424 2003-02-18 [colin]      0.8.10claws23
1425
1426         * src/common/smtp.[ch]
1427           src/prefs_account.c
1428                 Try to starttls if it seems to be the only
1429                 way to authenticate a user
1430
1431 2003-02-18 [paul]       0.8.10claws22
1432
1433         * src/Makefile.am
1434           src/folderview.c
1435           src/stock_pixmap.[ch]
1436           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1437           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1438                 as a Drafts folder is a special folder allow it to have
1439                 its own unique icons
1440
1441 2003-02-18 [colin]      0.8.10claws21
1442
1443         * src/imap.c
1444                 Fix port selection when using starttls
1445
1446 2003-02-18 [paul]       0.8.10claws20
1447
1448         * src/mainwindow.c
1449           src/prefs_common.[ch]
1450                 make blue the default new mail colour
1451
1452 2003-02-18 [paul]       0.8.10claws19
1453
1454         * sync with 0.8.10cvs14
1455                 see ChangeLog 2003-02-18
1456
1457 2003-02-17 [jens]       0.8.10claws18
1458
1459         * src/common/md5.c
1460                 fixed a compile problem with gcc 3.3
1461                 works on 2.95.3 too (testet on PPC as it is big endian)
1462
1463 2003-02-17 [paul]       0.8.10claws17
1464
1465         * sync with 0.8.10cvs13
1466                 see ChangeLog 2003-02-17
1467
1468 2003-02-17 [paul]       0.8.10claws16
1469
1470         * sync with 0.8.10cvs12
1471                 see ChangeLog 2003-02-17
1472
1473 2003-02-16 [match]      0.8.10claws15
1474
1475         * src/addressbook.c
1476                 Eliminates reloading of address data when items
1477                 deleted or added. Applied submitted by
1478                 Luke Plant <lukeplant@softhome.net>
1479
1480 2003-02-16 [paul]       0.8.10claws14
1481
1482         * src/news.c
1483                 when a 'protocol error' is encountered disconnect from
1484                 the server. This means that the user can carry on viewing
1485                 other articles and doesn't have to either wait until the
1486                 server timesout or quit sylpheed.
1487                 Fixes bug #53 'Unable to read messages in newsgroups, 
1488                 displayed message doesn't change'
1489
1490 2003-02-15 [christoph]  0.8.10claws13
1491
1492         * src/imap.c
1493                 fix bug that stopped scanning of folders when an
1494                 IMAP folder was empty
1495
1496         (closes bug 46 stop scan messages in folders after empty folder)
1497
1498 2003-02-15 [paul]
1499
1500         * tools/Makefile.am
1501           tools/README
1502           tools/freshmeat_search.pl     ** NEW FILE **
1503           tools/google_search.pl        ** NEW FILE **
1504                 Add 2 Actions scripts which search freshmeat/google
1505                 for the selected text using the browser configured
1506                 in sylpheedrc.
1507                 
1508         Note: These scripts are very dependent on the format of the
1509         browser command and may not work on every occasion. Testing
1510         is welcome. 
1511
1512 2003-02-14 [alfons]     0.8.10claws12
1513
1514         * src/compose.c
1515                 fix breakage because of uninitialized account pointer.
1516                 please verify.
1517
1518 2003-02-14 [paul]       0.8.10claws11
1519
1520         * src/compose.c
1521           src/prefs_account.[ch]
1522           src/prefs_common.[ch]
1523                 move signature settings to Account Prefs
1524
1525 2003-02-14 [paul]       0.8.10claws10
1526
1527         * sync with 0.8.10cvs11
1528                 see ChangeLog 2003-02-14
1529
1530 2003-02-13 [thorsten]   0.8.10claws9
1531
1532         * src/news.c
1533                 revert news progressbar (GUI separation)
1534
1535 2003-02-13 [paul]       0.8.10claws8
1536
1537         * src/compose.c
1538                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1539                 paragraph 1
1540
1541 2003-02-13 [paul]       0.8.10claws7
1542
1543         * src/compose.[ch]
1544           src/summaryview.c
1545                 fix 'Follow-up and Reply-to' so that it creates a reply to
1546                 the newsgroup and the sender. If the message has the keyword
1547                 'poster' in the Followup-To header, all replies go to the
1548                 sender, re: RFC 1036, Section 2.2.3
1549                 rename all instances of 'ignore_replyto' to 'to_sender', both
1550                 were previously used, now we use just one.
1551
1552 2003-02-13 [paul]       0.8.10claws6
1553
1554         * sync with 0.8.10cvs9
1555                 see ChangeLog 2003-02-13
1556
1557 2003-02-13 [paul]       0.8.10claws5
1558
1559         * configure.ac
1560                 show which plugins are configured in the configure
1561                 output.
1562
1563 2003-02-12 [thorsten]   0.8.10claws4
1564
1565         * src/news.c
1566                 show progress while fetching news headers
1567
1568 2003-02-12 [christoph]  0.8.10claws3
1569
1570         * configure.ac
1571         * src/plugins/Makefile.am
1572                 use AM_CONDITIONAL to enable plugins, automake correctly
1573                 manages this when creating distdir
1574
1575 2003-02-12 [christoph]  0.8.10claws2
1576
1577         * ac/spamassassin.m4
1578         * src/plugins/spamassassin/Makefile.am
1579                 fix building SpamAssassin plugin without OpenSSL
1580
1581 2003-02-12 [paul]       0.8.10claws1
1582
1583         * ac/Makefile.am
1584           src/Makefile.am
1585           src/plugins/Makefile.am
1586                 fix failure of 'make release'
1587
1588 2003-02-12 [paul]       0.8.10claws
1589
1590         * 0.8.10claws released
1591
1592 2003-02-12 [paul]       0.8.9claws56
1593
1594         * po/bg.po
1595           po/es.po
1596           po/it.po
1597           po/ru.po
1598           po/sr.po
1599                 updated translations by George Danchev, Ricardo Mones Lastra,
1600                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1601                 
1602         * sylpheed.spec.in
1603                 Allow the building of RPMs by a regular user. Submitted
1604                 by Sergei Astanin
1605
1606 2003-02-11 [alfons]     0.8.9claws55
1607
1608         * src/colorlabel.c
1609                 don't use pixmaps for label color rect but draw rectangles
1610                 so we can respect the color map of palette based visuals
1611                 (fixes the long time crashes on Suns - thanks to Andreas
1612                 Engel and Steve O'Hara-Smith for testing)
1613
1614 2003-02-11 [christoph]  0.8.9claws54
1615
1616         * src/matcher_parser_parse.y
1617                 correct bug where filering rules of not existing folders in
1618                 matcherrc were added to global filtering
1619                 
1620         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1621          main filter-rules after removing directory, http://bugs.debian.org/180253)
1622         
1623 2003-02-11 [paul]       0.8.9claws53
1624
1625         * sync with 0.8.10cvs7
1626                 see ChangeLog 2003-02-09
1627
1628 2003-02-11 [melvin]     0.8.9claws52
1629
1630         * po/fr.po
1631                 Updated French tranlsations
1632
1633 2003-02-10 [paul]       0.8.9claws51
1634
1635         * sylpheed.spec.in
1636                 correct --enable-openssl
1637                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1638
1639 2003-02-09 [martin]     0.8.9claws50
1640
1641         * src/prefs_matcher.c
1642                 fix segfault in prefs_matcher_substitute_cb() when
1643                 no row is selected
1644
1645 2003-02-09 [paul]       0.8.9claws49
1646
1647         * src/folderview.c
1648                 fix bug where a newsgroup folder's processing rules were
1649                 merged with the global filtering rules when the newsgroup
1650                 folder was deleted, causing some seriously bad results,
1651                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1652
1653 2003-02-08 [melvin]     0.8.9claws48
1654
1655         * src/compose.c
1656                 Corrected and modified an alert message.
1657
1658 2003-02-07 [paul]       0.8.9claws47
1659
1660         * src/folderview.c
1661                 fix bug where both an 'Account properties' window and a
1662                 'Folder properties' window were opened when clicking on
1663                 'Properties' in an NNTP or IMAP folder's popup menu.
1664
1665 2003-02-07 [paul]       0.8.9claws46
1666
1667         * sync with 0.8.10cvs6
1668                 see ChangeLog 2003-02-06
1669
1670 2003-02-06 [christoph]  0.8.9claws45
1671
1672         * src/mbox.c
1673                 freeze folder updates while importing mbox files
1674                 (closes bug 43 importing mbox took hours)
1675                 
1676         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1677
1678 2003-02-06 [thorsten]   0.8.9claws44
1679
1680         * po/de.po
1681                 Updated german translations
1682
1683 2003-02-06 [thorsten]   0.8.9claws43
1684
1685         * src/news.h
1686                 use guint for message numbers (fix count in grouplist dialog)
1687
1688 2003-02-05 [paul]       0.8.9claws42
1689
1690         * sync with 0.8.10cvs2
1691                 see ChangeLog 2003-02-05
1692
1693 2003-02-04 [colin]      0.8.9claws41
1694
1695         * src/prefs_common.[ch]
1696           src/procmsg.c
1697           src/summaryview.c
1698                 Add an option to disable threading by subject
1699
1700 2003-02-04 [christoph]  0.8.9claws40
1701
1702         * src/inc.c
1703                 only abort fetching mails from multiple accounts when the
1704                 error is fatal and does not allow to check any more accounts
1705                 (currently only disk full error)
1706
1707         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1708          receive mails for other accouts)
1709
1710 2003-02-04 [christoph]  0.8.9claws39
1711
1712         * src/folder.c
1713                 first add the new message to the cache, then
1714                 send the update notification
1715
1716         (closes bug 39 after sending message folderview doesnt get updated)
1717
1718 2003-02-04 [colin]      0.8.9claws38
1719
1720         * src/inc.c
1721                 _really_ fix this Connecting... status
1722
1723 2003-02-04 [paul]       0.8.9claws37
1724
1725         * sync with 0.8.10
1726                 see ChangeLog 2003-02-04
1727
1728 2003-02-04 [paul]       0.8.9claws36
1729
1730         * sync with 0.8.9cvs6
1731                 see ChangeLog 2003-02-03
1732
1733 2003-02-04 [paul]       0.8.9claws35
1734
1735         * po/pt_BR.po
1736                 updated by André Filipe de Assunção e Brito 
1737                 <bedecko@netsite.com.br>
1738
1739 2003-02-03 [thorsten]   0.8.9claws34
1740
1741         * po/de.po
1742                 Updated german translations
1743
1744 2003-02-02 [paul]       0.8.9claws33
1745
1746         * po/es.po
1747                 updated by Ricardo Mones Lastra
1748
1749 2003-02-02 [thorsten]   0.8.9claws32
1750
1751         * src/mh.c
1752                 Fix mh_get_msginfo() segfault if file is inaccessible
1753
1754 2003-01-31 [colin]      0.8.9claws31
1755
1756         * src/procheader.c
1757                 Fix last commit's bug
1758
1759 2003-01-31 [colin]      0.8.9claws30
1760
1761         * src/procheader.c
1762                 Missing a change for gpg-signed messages
1763
1764 2003-01-31 [paul]       0.8.9claws29
1765
1766         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1767           src/procheader.c
1768           src/stock_pixmap.[ch]
1769           src/summaryview.c
1770                 indicate GnuPG signed messages by displaying an icon
1771                 in the Attachment column.
1772
1773 2003-01-31 [paul]       0.8.9claws28
1774
1775         * sync with 0.8.9cvs4
1776                 see ChangeLog 2003-01-31
1777
1778 2003-01-31 [alfons]     0.8.9claws27
1779
1780         * src/textview.c
1781                 tune URI parser to accept mailto URLs with a '?'
1782                 (patch from Ruslan Balkin)
1783
1784 2003-01-31 [colin]      0.8.9claws26
1785
1786         * src/summaryview.c
1787                 Fix a leak introduced in claws24
1788
1789 2003-01-31 [colin]      0.8.9claws25
1790
1791         * src/summaryview.c
1792                 Freeze/Thaw folder updates when deleting dups
1793
1794 2003-01-31 [colin]      0.8.9claws24
1795         
1796         * src/addr_compl.c
1797           src/summaryview.c
1798           src/msgcache.c
1799                 little speed improvements
1800
1801 2003-01-31 [colin]      0.8.9claws23
1802
1803         * src/summaryview.c
1804                 Fix segfault when forwarding nothing
1805                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1806                 
1807 2003-01-30 [paul]       0.8.9claws22
1808
1809         * sync with 0.8.9cvs3
1810                 see ChangeLog 2003-01-30
1811
1812 2003-01-30 [paul]       0.8.9claws21
1813
1814         * sync with 0.8.9cvs2
1815                 see ChangeLog 2003-01-30
1816
1817 2003-01-29 [paul]       0.8.9claws20
1818
1819         * sync with 0.8.9cvs1
1820                 see ChangeLog 2003-01-29
1821
1822 2003-01-28 [paul]       0.8.9claws19
1823
1824         * po/POTFILES.in
1825                 update to reflect changes. 
1826                 thanks to Ricardo Mones Lastra
1827
1828 2003-01-27 [christoph]  0.8.9claws18
1829
1830         * ac/openssl.m4
1831         * ac/spamassassin.m4
1832         * src/plugins/spamassassin/README
1833         * src/plugins/spamassassin/libspamc.[ch]
1834         * src/plugins/spamassassin/utils.[ch]
1835                 updated to latest libspamc
1836
1837 2003-01-27 [christoph]  0.8.9claws17
1838
1839         * src/folder.c
1840                 fix wrong use of procheader_get_header_fields
1841
1842 2003-01-27 [christoph]  0.8.9claws16
1843
1844         * src/news.c
1845         * src/prefs_account.[ch]
1846         * src/common/nntp.[ch]
1847                 allow to force authentication for NNTP servers
1848
1849         Patch submitted by Florian Mickler <dmk@d-labs.de>
1850
1851 2003-01-26 [paul]       0.8.9claws15
1852
1853         * src/summaryview.c
1854                 speed up of marking messages as read
1855                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1856
1857 2003-01-26 [christoph]  0.8.9claws14
1858
1859         * src/Makefile.am
1860         * src/mgutils.[ch]              ** REMOVE **
1861         * src/xml.[ch]                  ** REMOVE **
1862         * src/xmlprops.[ch]             ** REMOVE **
1863         * src/common/Makefile.am
1864         * src/common/mgutils.[ch]       ** NEW **
1865         * src/common/xml.[ch]           ** NEW **
1866         * src/common/xmlprops.[ch]      ** NEW **
1867                 move xml files to common directory
1868
1869 2003-01-26 [christoph]  0.8.9claws13
1870
1871         * src/plugins/spamassassin/spamassassin_gtk.c
1872                 only set gtk entry text if string is available
1873
1874 2003-01-26 [melvin]     0.8.9claws12
1875
1876         * src/description_window.c
1877                 Allow resizing of the window
1878                 Allow automatic horizontal scroll bar
1879                 Do not vertically expand and fill
1880
1881 2003-01-26 [christoph]  0.8.9claws11
1882
1883         * src/Makefile.am
1884         * src/gtkutils.[ch]             ** REMOVE **
1885         * src/common/sylpheed.c
1886         * src/gtk/Makefile.am
1887         * src/gtk/description_window.c
1888         * src/gtk/gtkutils.[ch]         ** NEW **
1889         * src/gtk/prefswindow.c
1890                 move gtkutils to gtk directory
1891
1892 2003-01-26 [paul]       0.8.9claws10
1893
1894         * src/summaryview.c
1895                 rename summary_unread_clicked() to summary_status_clicked()
1896
1897 2003-01-26 [melvin]     0.8.9claws9
1898
1899         * src/prefs_actions.c
1900                 Cosmetical changes to the help text
1901
1902 2003-01-26 [paul]       0.8.9claws8
1903
1904         * src/folder.[ch]
1905           src/mainwindow.c
1906           src/prefs_common.c
1907           src/prefs_sumamry_column.c
1908           summaryview.[ch]
1909                 rename the 'Unread' column to 'Status'
1910
1911 2003-01-25 [match]      0.8.9claws7
1912
1913         * src/mgutils.[ch]
1914                 removed reference to LDAP constants. removed error2string.
1915                 included functions to support LDAP dynamic queries.
1916         * src/syldap.h
1917                 moved LDAP constants here.
1918         * src/addressbook.c
1919         * src/addrindex.c
1920         * src/importldif.c
1921                 removed references to LDAP constants and references to
1922                 error2string.
1923
1924 2003-01-25 [paul]       0.8.9claws6
1925
1926         * src/summaryview.c
1927                 summary_thread_build(), summary_thread_init(): remove 
1928                 unneeded reference to summaryview->folder_item
1929
1930 2003-01-25 [christoph]  0.8.9claws5
1931
1932         * src/gtk/description_window.c
1933                 o allow description texts to expand over multiple columns
1934                 o translate all columns
1935         * src/prefs_actions.c
1936                 change syntax description to use new multi column feature
1937
1938         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1939
1940 2003-01-25 [match]      0.8.9claws4
1941
1942         * src/vcard.c
1943                 fixed bug with Quoted-Printable
1944
1945 2003-01-25 [paul]       0.8.9claws3
1946
1947         * src/folder.[ch]
1948           src/summaryview.[ch]
1949                 implement per-folder collapsed/expanded threads setting
1950                 
1951         * src/prefs_common.c
1952                 remove global collapsed/expanded threads option
1953
1954 2003-01-25 [christoph]  0.8.9claws2
1955
1956         * po/POTFILES.in
1957                 add pluginwindow and prefswindow
1958         * src/compose.c
1959                 make send respond correctly to messages that could be added
1960                 to the queue folder, but the UID of the message is unknown
1961         * src/folder.c
1962         * src/imap.c
1963                 don't return guessed UIDs in imap_add_msg anymore. We return
1964                 0 to tell the folder system it was appened but the UID is
1965                 unknown. Folder system now get's the UID by scaning the folder
1966                 and searching the cache for the Message-ID
1967                 (closes bug #29 Messages queued, but not sent)
1968
1969 2003-01-25 [paul]       0.8.9claws1
1970
1971         * src/codeconv.c
1972                 conv_encode_header():  fix bug when long headers with 8-bit
1973                 characters are used, so that the encoded words are wrapped.
1974                 If the space in the original text falls on the wrap boundary,
1975                 it can be lost.
1976                 Patch by Sergey Vlasov.
1977                 
1978         * src/folderview.c
1979                  fix bug where a change to the sorting method or thread view
1980                  of a folder's messages is lost if simpify-subject is set and
1981                  toggled on or off.
1982                  Patch by Luke Plant.
1983
1984 2003-01-24 [paul]       0.8.9claws
1985
1986         * sylpheed-0.8.9claws released
1987         
1988         * Makefile.am
1989           sylpheed.spec.in
1990                 remove reference to 'INSTALL.jp'
1991
1992 2003-01-23 [paul]       0.8.8claws128
1993
1994         * po/es.po
1995           po/it.po
1996           po/ru.po
1997           po/sr.po
1998                 updated translations. submitted by Ricardo Mones Lastra,
1999                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
2000
2001 2003-01-23 [colin]      0.8.8claws127
2002
2003         * src/compose.c
2004                 Fix drafted and queued news articles re-edition
2005
2006 2003-01-23 [melvin]     0.8.8claws126
2007
2008         * po/fr.po
2009                 Updated French translations
2010
2011 2003-01-23 [colin]      0.8.8claws125
2012
2013         * src/inc.c
2014                 Fix "Connecting to..." status message
2015
2016 2003-01-22 [paul]       0.8.8claws124
2017
2018         * po/bg.po
2019                 updated by George Danchev
2020                 
2021         * src/folder.c
2022                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
2023                 and folder deletion
2024
2025 2003-01-21 [paul]       0.8.8claws123
2026
2027         * po/bg.po
2028                 updated by George Danchev
2029                 
2030         * src/about.c
2031                 its now 2003
2032                 
2033         * src/toolbar.c
2034                 don't translate 'Separator'
2035                 
2036         * src/plugins/spamassassin/Makefile.am
2037                 add aspell to CPPFLAGS
2038                 
2039         * src/plugins/spamassassin/spamassassin.c
2040           src/plugins/spamassassin/spamassassin_gtk.c
2041                 set correct default for spamassassin_receive_spam
2042                 slightly re-word descriptions and some
2043                 other minor changes
2044
2045 2003-01-19 [alfons]     0.8.8claws122
2046                 
2047         * src/mimeview.c
2048                 mimeview_save_as(): we might as well show the file name for
2049                 the single case "Save As" too
2050
2051 2003-01-19 [alfons]     0.8.8claws121
2052
2053         * src/crash.c
2054                 change bug tracker URL to bugzilla URL
2055
2056 2003-01-19 [alfons]     0.8.8claws120
2057
2058         * src/mimeview.c
2059                 mimeview_save_all(): display name of file before overwriting;
2060                 continue saving all, even when one overwrite was cancelled
2061
2062 2003-01-19 [christoph]  0.8.8claws119
2063
2064         * src/summaryview.c
2065         * src/procmsg.[ch]
2066                 fix wrong usage of procmsg_find_children in summaryview
2067                 by using procmsg_update_unread_children instead of
2068                 summaryview_update_unread_children
2069
2070 2003-01-19 [christoph]  0.8.8claws118
2071
2072         * src/procmsg.c
2073                 fix infinite loop in procmsg_find_children
2074                  (closes bug #25 sylpheed crashes on delete.)
2075
2076         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2077
2078 2003-01-19 [paul]       0.8.8claws117
2079
2080         * po/pt_BR.po
2081                 updated by Ivan Francolin Martinez
2082
2083 2003-01-18 [melvin]     0.8.8claws116
2084
2085         * src/prefs_actions.c
2086                 Removed syntax limitation of only one '&' at the end of command.
2087                         Now actions that contain '>/dev/null 2>&1' are possible.
2088
2089 2003-01-18 [melvin]     0.8.8claws115
2090
2091         * src/prefs_actions.c
2092                 Actions IO dialog: when the action ends
2093                 the "Close" button now has focus and [Escape] closes the
2094                 window.
2095
2096 2003-01-18 [christoph]  0.8.8claws114
2097
2098         * src/procmsg.c
2099                 o add debug output when MsgInfos are really freed
2100                 o free GSLists in procmsg_find_children and
2101                   procmsg_update_unread_children
2102
2103 2003-01-18 [christoph]  0.8.8claws113
2104
2105         * src/mainwindow.c
2106                 reorder Configuration menu
2107
2108 2003-01-18 [christoph]  0.8.8claws112
2109
2110         * src/compose.c
2111                 fix applying templates to forwarded messages
2112
2113         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2114
2115 2003-01-17 [christoph]  0.8.8claws111
2116
2117         * src/folder.c
2118                 destroy folder items, when a folder item is removed
2119
2120 2003-01-17 [christoph]  0.8.8claws110
2121
2122         * src/folder.c
2123                 fix wrong folder stats update when ignored message is
2124                 deleted
2125
2126 2003-01-17 [colin]      0.8.8claws109
2127         
2128         * src/mainwindow.c
2129         * src/summaryview.c
2130                 Quicksearch bugfixes: 
2131                 - hide help button at startup if not extended
2132                 - switch to extended when looking for replies
2133
2134 2003-01-17 [paul]
2135
2136         * sync with 0.8.9 release
2137
2138 2003-01-17 [paul]       0.8.8claws108
2139
2140         * sync with 0.8.8cvs11
2141                 see ChangeLog 2003-01-17
2142
2143 2003-01-16 [colin]      0.8.8claws107
2144
2145         * src/procmsg.c
2146                 Changed encryption test to re-ask passphrase
2147                 if an encrypted message hasn't been decrypted
2148                 Fixes bug #5
2149
2150 2003-01-16 [christoph]  0.8.8claws106
2151
2152         * src/prefs_gtk.c
2153         * src/prefs_toolbar.c
2154         * src/gtk/prefswindow.h
2155         * src/plugins/spamassassin/spamassassin_gtk.c
2156                 remove page destroy function that is not used anymore
2157
2158 2003-01-16 [paul]       0.8.8claws105
2159
2160         * sync with 0.8.8cvs9
2161                 see ChangeLog 2002-01-16
2162
2163 2003-01-16 [colin]      0.8.8claws104
2164
2165         * src/compose.[ch]
2166                 Fix bug with autosaved drafts for IMAP, when draft
2167                 folder is specified - fixes bugzilla bug #20
2168
2169 2003-01-15 [paul]       0.8.8claws103
2170
2171         * src/compose.[ch]
2172           src/procmsg.c
2173                 store folder and message-id of message forwarding
2174                 in queue header and set forward flag after sending
2175
2176 2003-01-15 [paul]       0.8.8claws102
2177
2178         * sync with 0.8.8cvs8
2179                 see ChangeLog 2002-01-15
2180
2181 2003-01-15 [colin]      0.8.8claws101
2182
2183         * src/Makefile.am
2184                 Fix linking with GNU libiconv
2185
2186 2003-01-15 [darko]      0.8.8claws100
2187
2188         * src/pine.c
2189                 fix crash when importing pine address book
2190                 entry with an empty name (reported by DY
2191                 <dybulk at tri8.net>)
2192
2193 2003-01-14 [paul]       0.8.8claws99
2194
2195         * configure.in  ** REMOVED **
2196           configure.ac  ** NEW FILE **
2197                 rename configure.in to configure.ac, as it is now
2198                 preferred
2199
2200 2003-01-14 [melvin]     0.8.8claws98
2201
2202         * src/folderview.c
2203                 folderview_check_new(): More precise function description
2204
2205 2003-01-14 [melvin]     0.8.8claws97
2206
2207         * src/folderview.c
2208                 folderview_check_new(): return the number of new messages 
2209                         since last check.
2210         * src/inc.c
2211                 inc_account_mail(): Disable counting of new messages for IMAP
2212                         and NNTP until bug [19] and [14] are fixed.
2213
2214 2003-01-14 [paul]       0.8.8claws96
2215
2216         * sync with 0.8.8cvs6
2217                 see ChangeLog 2003-01-14
2218
2219 2003-01-13 [alfons]     0.8.8claws95
2220
2221         * src/textview.c
2222                 tune email address validation (c. 0.8.8claws89): if . is 
2223                 just one char away from @, the address is invalid too 
2224                 (correctly rejects addresses like foo@.com)
2225
2226 2003-01-13 [paul]       0.8.8claws94
2227
2228         * src/messageview.c
2229           src/toolbar.c
2230                 fixes to the Message View toolbar and menu:
2231                 fix non-functioning Forward button
2232                 make Reply button consider default_reply_list
2233                 remove 'Follow-up...' menu entry
2234                 add 'Forward' and 'Redirect' menu entries
2235
2236 2003-01-13 [melvin]     0.8.8claws93
2237
2238         * src/inc.c
2239                 Fixed typo that could make new messages count incorrect.
2240
2241 2003-01-13 [melvin]     0.8.8claws92
2242
2243         * src/folderview.[ch]
2244                 folderview_check_new(): return the number of new messages.
2245         * src/inc.c
2246                 Should fix bug [14] where new mail notification worked 
2247                         incorrectly with IMAP accounts.
2248                 inc_spool_account(): return number of new msgs, or -1 on error
2249                 inc_all_spool(): return number of new msgs
2250                 
2251 2003-01-13 [melvin]     0.8.8claws91
2252
2253         * src/prefs_actions.c
2254                 Justify help text.
2255
2256 2003-01-12 [thorsten]   0.8.8claws90
2257
2258         * src/common/prefs.c
2259                 close file before rename
2260
2261 2003-01-12 [alfons]     0.8.8claws89
2262
2263         * AUTHORS
2264                 add Christian Mertes
2265         * src/common/utils.[ch]
2266                 g_stricase_hash(), g_stricase_equal(): functions for 
2267                 case insensitive hash tables
2268         * src/textview.c
2269                 use top level domain names to validate email address, based
2270                 on a patch by Christian Mertes (thanks!), but changed 
2271                 implementation to use a hash table 
2272
2273 2003-01-12 [paul]       0.8.8claws88
2274
2275         * po/bg.po
2276                 updated by George Danchev
2277
2278 2003-01-12 [alfons]     0.8.8claws87
2279
2280         * src/summaryview.c
2281                 delete / execute performance: use new style folder update
2282
2283 2003-01-12 [paul]       0.8.8claws86
2284
2285         * sync with 0.8.8cvs5
2286                 see ChangeLog 2003-01-13 (!)
2287
2288 2003-01-12 [alfons]     0.8.8claws85
2289
2290         * src/filtering.c
2291         * src/matcher_parser_parse.y
2292                 prepare change_score filtering action
2293         * src/matcher.[ch]
2294                 give up const-correctness on functions that call non-const-correct functions;
2295                 several casts to gpointer in g_free();
2296                 add change_score;
2297
2298 2003-01-12 [christoph]  0.8.8claws84
2299
2300         * src/compose.c
2301                 fix 2 warnings
2302
2303         * src/gtk/prefswindow.[ch]
2304         * src/plugins/spamassassin/spamassassin_gtk.c
2305                 changed the call of the widget create function
2306                 for PrefsPages, because sometimes the widget
2307                 create function needs a widget that already has
2308                 been attached to a window (to create GDK pixmaps
2309                 for exmaple). So we simply pass the GtkWindow as
2310                 the second parameter now.
2311
2312         * src/main.c
2313         * src/mainwindow.c
2314         * src/prefs_toolbar.[ch]
2315                 rewrite Toolbar Preferences using the new
2316                 prefs window
2317
2318 2003-01-11 [alfons]     0.8.8claws83
2319
2320         * src/addressadd.c
2321                 fix crash when adding sender to addressbook because status bar
2322                 isn't there (the status bar doesn't seem to be used though,
2323                 but I'll let Match decide what to do with it)
2324
2325 2003-01-11 [colin]      0.8.8claws82
2326
2327         * src/main.c
2328           src/toolbar.c
2329                 Two useless changes reversed
2330
2331 2003-01-11 [colin]      0.8.8claws81
2332
2333         * src/mainwindow.c
2334           src/mainwindow.h
2335                 Add mainwindow_get_mainwindow()
2336         * src/alertpanel.c
2337           src/alertpanel.h
2338                 Add alertpanel_error_log() 
2339         * src/compose.c
2340           src/inc.c
2341           src/messageview.c
2342           src/toolbar.c
2343           src/main.c
2344           src/procmsg.c
2345                 Network errors get a View Log button
2346
2347 2003-01-10 [alfons]     0.8.8claws80
2348
2349         * src/prefs_toolbar.c
2350         * src/toolbar.c
2351                 use the translatable string for "Separator" as file name for
2352                 separator toolbar items (probably make this uppercase?)
2353
2354 2003-01-10 [alfons]     0.8.8claws79
2355
2356         * src/prefs_toolbar.c
2357                 put right A_SEPARATOR description string in "displayed
2358                 toolbar items list" so manually added separators are
2359                 saved correctly (bug #10, "Adding a separator to the main 
2360                 toolbar fails, entry in xml file is wrong")
2361
2362 2003-01-10 [christoph]  0.8.8claws78
2363
2364         * src/imap.c
2365                 o fix warnings
2366                 o use CAPABILITY to check if NAMESPACE is available
2367
2368 2003-01-10 [christoph]  0.8.8claws77
2369
2370         * src/imap.[ch]
2371                 apply UIDPLUS IMAP extension support patch
2372
2373         Patch submitted by Simon 'corecode' Schubert
2374
2375 2003-01-10 [paul]       0.8.8claws76
2376
2377         * src/folderview.c
2378                 a sync from main which fixes the news account folders'
2379                 Properties bug
2380
2381 2003-01-10 [christoph]  0.8.8claws75
2382
2383         * src/folder.c
2384                 don't accept 0 as a valid uid returned by copy and move
2385                 functions. 0 means the message was copied or moved but the
2386                 new uid could not be fetched. It is not an error condition
2387                 for the copy or move operation.
2388
2389 2003-01-10 [paul]       0.8.8claws74
2390
2391         * src/prefs_filtering.c
2392                 change English used in Alert when entry is not
2393                 saved.
2394                 
2395         * sync with 0.8.8cvs4
2396                 see ChangeLog 2003-01-10
2397
2398 2003-01-10 [darko]      0.8.8claws73
2399
2400         * src/pine.c
2401                 fix crash when importing address book entry
2402                 without a valid address
2403
2404 2003-01-09 [alfons]     0.8.8claws72
2405
2406         * src/inc.c
2407                 filtering performance: use new style folder update
2408
2409 2003-01-09 [christoph]  0.8.8claws71
2410
2411         * src/compose.c
2412         * src/gtk/menu.[ch]
2413                 fix wrong selecting of mime encoding type, when
2414                 opening property dialog of attachments in the
2415                 compose window. 7bit was always selected and that
2416                 destoryed files with 8bit data.
2417                 (closes bug #9 Sylpheed-claws destroys attachments when
2418                  changing MIME-types)
2419
2420 2003-01-09 [paul]       0.8.8claws70
2421
2422         * sync with 0.8.8cvs3
2423                 see ChangeLog 2003-01-09
2424
2425 2003-01-08 [alfons]     0.8.8claws69
2426         
2427         * src/addressadd.c
2428                 apply patch by Kim Schulz to fix build breakage
2429                 because of missing variable
2430
2431 2003-01-08 [paul]       0.8.8claws68
2432
2433         * sync with 0.8.8cvs2
2434                 see ChangeLog 2002-01-08
2435
2436 2003-01-08 [paul]       0.8.8claws67
2437
2438         * po/it.po
2439                 updated by Alessandro Maestri
2440                 
2441         * src/addressadd.c
2442                 when using 'Add sender to addressbook' allow
2443                 name to be edited and remarks to be entered
2444                 Patch submitted by Luke Plant
2445
2446 2003-01-08 [darko]      0.8.8claws66
2447
2448         * README.claws, src/summaryview.c
2449                 fix description for marked messages
2450
2451 2003-01-08 [paul]
2452
2453         * tools/Makefile.am
2454           tools/launch_phoenix  ** NEW FILE **
2455                 add script that enables using Phoenix as the default
2456                 web browser. 
2457                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2458                 
2459         * tools/OOo2sylpheed.pl
2460                 remove full path to sylpheed executable, just 'sylpheed'
2461                 will do
2462                 
2463         * tools/README
2464                 add launch_phoenix informtion and re-arrange and compress
2465                 the data a little
2466
2467 2003-01-07 [christoph]  0.8.8claws65
2468
2469         * src/folder.c
2470                 fix update for source folder when moving messages
2471         * src/procmsg.[ch]
2472         * src/summaryview.c
2473                 use function to set to_folder for message infos and
2474                 automatically update the op_count for old and new
2475                 folder
2476
2477 2003-01-07 [melvin]     0.8.8claws64
2478
2479         * src/prefs_actions.c
2480                 Fixed bug where an '%p' Action on a displayed image crashed 
2481                         Sylpheed
2482                 Code clean up (get rid of duplicated code and removed unnecessary 
2483                                 structure member)
2484
2485 2003-01-07 [christoph]  0.8.8claws63
2486
2487         * src/compose.c
2488         * src/folder.[ch]
2489         * src/folderview.c
2490         * src/import.c
2491         * src/inc.c
2492         * src/main.c
2493         * src/mainwindow.c
2494         * src/messageview.c
2495         * src/prefs_folder_item.c
2496         * src/procmsg.c
2497         * src/summaryview.c
2498         * src/toolbar.c
2499                 o remove all folder update triggering from the UI code. The folder
2500                   system should know much better when a folder needs an update.
2501                 o to prevent multiple updates in a row the folder updates can be
2502                   frozen for some time.
2503
2504                 Note: - Please verify that no updates are missing
2505                       - Check where freeze/thaws should be added
2506
2507 2003-01-07 [christoph]  0.8.8claws62
2508
2509         * src/prefs_actions.c
2510                 don't translate empty strings
2511
2512         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2513
2514 2003-01-06 [christoph]  0.8.8claws61
2515
2516         * src/prefs_actions.c
2517                 mark strings for gettext
2518         * src/prefs_matcher.c
2519                 use new description window for Execute action and
2520                 match condition in Filtering
2521
2522         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2523
2524 2003-01-06 [alfons]     0.8.8claws60
2525
2526         keep myself inspired to re-organize matcher part 8; 
2527         yes, more to come (I need to move out the descriptive
2528         text for actions to matcher.c, or at least make it not
2529         depend on the wicked ordering)
2530
2531         * src/prefs_matcher.c
2532                 add documentation so others may comprehend the
2533                 UI part of the conditions
2534                 
2535 2003-01-06 [christoph]  0.8.8claws59
2536
2537         * src/prefs_actions.c
2538                 use new description window for syntax help
2539         * src/gtk/description_window.c
2540                 fix display of descriptions with column count != 2
2541
2542         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2543
2544 2003-01-06 [christoph]  0.8.8claws58
2545
2546         * src/quote_fmt.c
2547         * src/summaryview.[ch]
2548         * src/gtk/Makefile.am
2549         * src/gtk/description_window.[ch]       ** NEW **
2550                 use a generic window to display syntax descriptions
2551                 currently used in quote_fmt and summaryview (new description
2552                 for extended quick search)
2553
2554         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2555
2556 2003-01-06 [paul]       0.8.8claws57
2557
2558         * sync with 0.8.8cvs1
2559                 see ChangeLog 2003-01-06
2560
2561 2003-01-06 [christoph]  0.8.8claws56
2562
2563         * src/mainwindow.c
2564         * src/prefs_gtk.[ch]
2565         * src/gtk/prefswindow.[ch]
2566         * src/plugins/spamassassin/spamassassin_gtk.c
2567                 o remove page management from prefswindow, pages
2568                   will be an argument to prefswindow_open
2569                 o prefswindow_open gets a datapointer that is
2570                   passed to the widget_create function to allow
2571                   creation of prefswindow for specific items
2572
2573 2003-01-06 [colin]      0.8.8claws55
2574         
2575         * src/summaryview.c
2576                 We don't want regexp in the reply-finder, 
2577                 because MIDs can contain !,$,. and so on
2578
2579 2003-01-06 [jens]       0.8.8claws54
2580
2581         * src/jpilot.c
2582                 fixed a wrong free in jpilot_read_db_files
2583
2584 2003-01-06 [alfons]     0.8.8claws53
2585
2586         re-organize matcher part 8; more to come
2587        
2588         * src/matcher.c
2589                 matcherprop_to_string(): put g_free()s before the
2590                 switch-case break to fix memleaks                
2591
2592 2003-01-06 [colin]      0.8.8claws52
2593
2594         * src/summaryview.c
2595                 cleanup & reply-finder now displays the first 
2596                 matching message
2597
2598 2003-01-05 [alfons]     0.8.8claws51
2599
2600         re-organize matcher part 7; more to come
2601
2602         * src/matcher.[ch]
2603                 fixes for constant correctness;
2604                 more documentation;
2605
2606 2003-01-05 [alfons]     0.8.8claws50
2607
2608         re-organize matcher part 6; more to come
2609         
2610         * src/matcher.[ch]
2611                 fixes for constant correctness;
2612                 more documentation;
2613         * src/filtering.c
2614                 fix for constant correctness
2615
2616 2003-01-05 [colin]      0.8.8claws49
2617
2618         * src/account.[ch]
2619                 Add account_get_reply_account function
2620         * src/compose.c
2621                 Use account_get_reply_account function 
2622         * src/summaryview.c
2623                 Basic reply-finder - click on the replied
2624                 icon gets you to the outbox using quick-search
2625
2626 2003-01-05 [paul]       0.8.8claws48
2627
2628         * src/prefs_common.c
2629                 small change to English
2630                 
2631         * src/prefs_filtering.c
2632                 prefs_filtering_action_select(): improve logic and uniformity
2633                 of gui
2634
2635 2003-01-05 [alfons]     0.8.8claws47
2636
2637         fine tune solution to focus problems (bug #7)
2638
2639         * src/mainwindow.c
2640                 mainwindow_focus_in_event(): remove grab event check
2641         * src/summaryview.c
2642                 summary_button_pressed(): move selection on right-click
2643                 too. we can't possibly move the selection back after
2644                 canceling a dialog, because gtk's incomplete focus 
2645                 management. whether this is a good solution, only time
2646                 will tell.
2647
2648 2003-01-05 [christoph]  0.8.8claws46
2649
2650         * src/imap.c
2651                 fix crash when no imap connection could be established
2652
2653 2003-01-05 [paul]       0.8.8claws45
2654
2655         * src/mainwindow.c
2656           src/sumamryview.c
2657           src/gtk/menu.[ch]
2658                 fix bug 605957 'shortcuts in popup-menu'
2659                 make user-defined shortcuts work
2660                 show shortcuts that are already defined
2661                 in the main menu
2662                 Patch submitted by Luke Plant
2663
2664 2003-01-05 [alfons]     0.8.8claws44
2665
2666         * src/mainwindow.c
2667                 focus_in_event handler should not select summary view row 
2668                 when another window (menu, dialog) grabbed for events 
2669                 (bug #7, "[0.8.8claws42] Message summary focus") 
2670
2671 2003-01-04 [christoph]  0.8.8claws43
2672
2673         * src/procmsg.c
2674                 update save folder after adding the sent message
2675                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2676
2677 2003-01-02 [christoph]  0.8.8claws42
2678
2679         * src/common/plugin.c
2680                 fix unloading of all plugins and unload
2681                 plugins in reverse order
2682                 
2683         * src/gtk/pluginwindow.c
2684                 implement function of load and unload button
2685
2686         * src/gtk/prefswindow.c
2687         * src/gtk/prefswindow.h
2688                 rename register function and add new unregister
2689                 function
2690
2691         * src/plugins/spamassassin/spamassassin_gtk.c
2692                 unregister prefs page and update for changes in
2693                 src/gtk/prefswindow.c
2694
2695 2003-01-02 [paul]       0.8.8claws41
2696
2697         * po/es.po
2698                 updated by Ricardo Mones Lastra
2699
2700 2003-01-02 [paul]
2701
2702         * tools/tb2sylpheed
2703                 fixes and improvements by Urke MMI
2704
2705 2003-01-02 [thorsten]   0.8.8claws40
2706
2707         * src/procmsg.c
2708                 fixed wrong return value
2709
2710 2003-01-02 [thorsten]   0.8.8claws39
2711
2712         * src/prefs.c
2713                 fixed printing wrong variable
2714
2715 2003-01-02 [thorsten]   0.8.8claws38
2716
2717         * src/prefs.c
2718                 fixed acessing members of freed pfile struct
2719
2720 2003-01-02 [thorsten]   0.8.8claws37
2721
2722         * src/procmsg.c
2723                 detect loops across several messages
2724                 as suggested by Christoph Hohmann
2725
2726 2003-01-01 [match]      0.8.8claws36
2727
2728         * src/addrindex.c
2729                 fixed another memory leak.
2730
2731 2003-01-01 [match]      0.8.8claws35
2732
2733         * src/jpilot.[ch]
2734                 fixed memory leaks. applied Doxygen comments.
2735
2736 2003-01-01 [thorsten]   0.8.8claws34
2737
2738         * src/procmsg.c
2739                 inhibit endless loop if msg references itself
2740                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2741
2742 2003-01-01 [christoph]  0.8.8claws33
2743
2744         * src/mainwindow.c
2745         * src/gtk/Makefile.am
2746         * src/gtk/pluginwindow.c                ** NEW **
2747         * src/gtk/pluginwindow.h                ** NEW **
2748                 add plugin window
2749
2750         * src/plugins/demo/demo.c
2751         * src/plugins/spamassassin/spamassassin.c
2752         * src/plugins/spamassassin/spamassassin_gtk.c
2753                 write better plugin descriptions
2754
2755 2002-12-31 [christoph]  0.8.8claws32
2756
2757         * src/gtk/prefswindow.c
2758         * src/plugins/spamassassin/spamassassin_gtk.c
2759                 some small improvements to GTK code
2760
2761 2002-12-31 [christoph]  0.8.8claws31
2762
2763         * src/plugins/spamassassin/spamassassin_gtk.c
2764                 enable folder select button
2765
2766 2002-12-31 [christoph]  0.8.8claws30
2767
2768         * src/mainwindow.c
2769         * src/gtk/Makefile.am
2770         * src/gtk/prefswindow.c                         ** NEW **
2771         * src/gtk/prefswindow.h                         ** NEW **
2772                 add new prefs window
2773
2774         * src/common/plugin.c
2775                 don't try to load empty config lines
2776         
2777         * src/plugins/spamassassin/Makefile.am
2778         * src/plugins/spamassassin/spamassassin.c
2779         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2780         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2781                 GTK config for SpamAssassin Plugin using
2782                 the new prefs window
2783
2784 2002-12-31 [paul]       0.8.8claws29
2785
2786         * po/POTFILES.in
2787                 remove obsolete entry 'src/menu.c'
2788
2789 2002-12-31 [alfons]     0.8.8claws28
2790
2791         * src/matcher.[ch]
2792         * src/matcher_parser_parse.y
2793         * src/prefs_matcher.c
2794                 add "ignore_thread" and "~ignore_thread" condition so it's
2795                 possible to make the actions / scoring operate on the ignore
2796                 thread flag
2797
2798 2002-12-31 [christoph]  0.8.8claws27
2799
2800         * src/addrbook.c
2801         * src/addrindex.c
2802         * src/folder.c
2803         * src/matcher.c
2804         * src/prefs_account.c
2805         * src/prefs_actions.c
2806         * src/prefs_customheader.c
2807         * src/prefs_display_header.c
2808         * src/prefs_gtk.c
2809         * src/procmime.c
2810         * src/toolbar.c
2811         * src/xmlprops.c
2812         * src/common/prefs.[ch]
2813                 extend prefs file handling for reading and automatic handling
2814                 of blocks. When reading prefs_set_block_label will automatically
2815                 move on to the block. When writing it will copy all other blocks
2816                 automatically
2817
2818         * src/common/plugin.c
2819                 Now loading plugin filenames from [Plugins] block in
2820                 sylpheed rc file
2821
2822 2002-12-30 [christoph]  0.8.8claws26
2823
2824         * src/common/hooks.[ch]
2825                 return abort status to caller of hooks_invoke
2826                 
2827         * src/inc.[ch]
2828                 invoke message filtering hook and stop
2829                 default handling when filter returns abort
2830
2831         * src/common/plugin.[ch]
2832         * src/plugins/demo/demo.c
2833                 modify plugin loader, because resolving symbols for strings
2834                 does not work correctly
2835         
2836         * configure.in
2837         * ac/spamassassin.m4                            ** NEW **
2838         * src/plugins/spamassassin/.cvsignore           ** NEW **
2839         * src/plugins/spamassassin/Makefile.am          ** NEW **
2840         * src/plugins/spamassassin/README               ** NEW **
2841         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2842         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2843         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2844                 add spamassassin plugin, see src/plugins/spamassassin/README
2845                 for details
2846
2847 2002-12-29 [alfons]     0.8.8claws25
2848
2849         * src/mainwindow.c
2850                 when moving focus from a message view to the main 
2851                 window, don't forget to select the summary node
2852                 of the displayed message. should fix "[ 659103 ] 
2853                 focus-follows-mouse confuses sylpheed"
2854
2855 2002-12-29 [christoph]  0.8.8claws24
2856
2857         * src/Makefile.am
2858         * src/stringtable.[ch]          ** REMOVE **
2859         * src/common/Makefile.am
2860         * src/common/stringtable.[ch]   ** NEW **
2861                 move stringtable files to common directory
2862
2863 2002-12-29 [christoph]  0.8.8claws23
2864
2865         * src/Makefile.am
2866         * src/menu.[ch]                 ** REMOVE **
2867         * src/gtk/Makefile.am
2868         * src/gtk/menu.[ch]             ** NEW **
2869                 move menu files to gtk directory
2870
2871 2002-12-29 [match]      0.8.8claws22
2872
2873         * src/addressbook.c
2874         * src/syldap.c
2875                 moved UI specific code out of LDAP code into addressbook
2876                 UI code. fixed memory leak.
2877
2878 2002-12-29 [christoph]  0.8.8claws21
2879
2880         * src/folder.c
2881                 only check for IGNORED parent message when message is
2882                 not IGNORED itself
2883
2884 2002-12-29 [alfons]     0.8.8claws20
2885
2886         * src/summaryview.c
2887                 set gtksctree's anchor correct (immediate execute
2888                 changes the tree's layout, and anchor points at 
2889                 the incorrect row). fixes "[ 657233 ] multiple msg 
2890                 delete sometimes off by 1".
2891                 we probably have to look for more tree layout /
2892                 anchor glitches.
2893
2894 2002-12-29 [paul]       0.8.8claws19
2895
2896         * src/summaryview.c
2897                 fix bug [ 659054 ] incorrect sorting of 'From' column
2898                 when using 'display sender using address book'
2899                 thanks to Alfons and Luke Plant
2900
2901 2002-12-29 [christoph]  0.8.8claws18
2902
2903         * src/folder.c
2904         * src/procmsg.[ch]
2905                 check parent messages for IGNORE THREAD flag, when adding,
2906                 moving or copying messages to a folder
2907
2908 2002-12-27 [alfons]     0.8.8claws17
2909
2910         re-organize matcher part 5; more to come
2911
2912         * src/matcher.c
2913                 hash keywords in matchparser_tab 
2914
2915 2002-12-27 [alfons]     0.8.8claws16
2916
2917         re-organize matcher part 4; more to come
2918
2919         * src/matcher_parser.h
2920         * src/matcher_parser_lex.l
2921         * src/matcher_parser_parse.y
2922                 cleanup
2923
2924 2002-12-27 [alfons]     0.8.8claws15
2925
2926         re-organize matcher part 3; more to come
2927
2928         * src/matcher.[ch]
2929                 cleanup
2930
2931 2002-12-27 [alfons]     0.8.8claws14
2932
2933         re-organize matcher part 2; more to come but this should
2934         work. cc me if there are any regressions.
2935
2936         * src/matcher.h
2937                 add prototype for get_matchparser_tab_id()
2938         * src/matcher_parser_lex.l
2939                 look up keywords using matchparser_tab_id();
2940
2941 2002-12-27 [alfons]     0.8.8claws12
2942
2943         re-organize matcher part 1
2944
2945         * src/matcher.h
2946                 map yacc generated constants to sylpheed matcher constants
2947         * src/matcher.c
2948                 add function to find a matcher constant from a string
2949
2950 2002-12-27 [christoph]  0.8.8claws11
2951
2952         * src/compose.c
2953                 MENUITEM_ADD casts the 4th argument from integer to pointer
2954                 so it probably should not be a pointer, this means we
2955                 should use account id for it and not the account's pointer
2956
2957 2002-12-27 [paul]       0.8.8claws10
2958
2959         * src/mainwindow.c
2960                 remove unneeded 'GtkWidget *vbox'
2961                 
2962         * src/summaryview.c
2963                 further sync with 0.8.8 - make sort
2964                 by recipient work as expected
2965                 
2966         * NEWS
2967                 sync with 0.8.8
2968
2969 2002-12-27 [paul]       0.8.8claws9
2970
2971         * po/pt_BR.po
2972                 updated by Ivan F. Martinez
2973                 
2974 2002-12-27 [darko]      0.8.8claws8
2975
2976         * src/common/utils.c
2977                 added locked pattern to extended search
2978
2979 2002-12-27 [alfons]     0.8.8claws7
2980
2981         * src/prefs_matcher.[ch]
2982                 clean up
2983
2984 2002-12-26 [alfons]     0.8.8claws6
2985
2986         * src/matcher.[ch]
2987         * src/matcher_parser_lex.l
2988         * src/matcher_parser_parse.y
2989         * src/prefs_matcher.c
2990                 allow color label as a condition in the matcher
2991
2992 2002-12-26 [oliver]     0.8.8claws5
2993         
2994         * src/toolbar.c 
2995                 enable Addressbook for Main and Messageview
2996         * src/prefs_actions.c
2997                 enable actions in Messageview
2998
2999 2002-12-26 [christoph]  0.8.8claws4
3000
3001         * src/common/plugin.c
3002                 add a little debug output
3003         * configure.in
3004         * src/plugins/demo/Makefile.am
3005                 better use of automake
3006
3007 2002-12-26 [christoph]  0.8.8claws3
3008
3009         * src/Makefile.am
3010         * src/common/Makefile.am
3011                 fix "make distdir"
3012
3013 2002-12-26 [christoph]  0.8.8claws2
3014
3015         * configure.in
3016                 sort configure checks into common / gtk / plugins
3017         * po/POTFILES.in
3018                 add src/prefs_gtk.c
3019         * src/Makefile.am
3020                 add plugins SUBDIR
3021         * src/main.c
3022         * src/common/sylpheed.[ch]
3023                 added now sylpheed_done function for shutdown
3024         * src/common/Makefile.am
3025         * src/common/plugin.[ch]                ** NEW **
3026                 plugin loader and unloader
3027         * src/plugins/.cvsignore                ** NEW **
3028         * src/plugins/Makefile.am               ** NEW **
3029                 build plugins
3030         * src/plugins/demo/.cvsignore           ** NEW **
3031         * src/plugins/demo/Makefile.am          ** NEW **
3032         * src/plugins/demo/demo.c               ** NEW **
3033                 small demo plugin that installs a logtext hook and
3034                 outputs the log text to stdout
3035
3036 2002-12-26 [paul]       0.8.8claws1
3037
3038         * po/es.po
3039                 updated by Ricardo Mones Lastra
3040
3041 2002-12-26 [paul]       0.8.8claws
3042
3043         * 0.8.8claws released
3044
3045 2002-12-26 [paul]       0.8.7claws12
3046
3047         * po/bg.po
3048                 updated by George Danchev
3049
3050 2002-12-26 [paul]       0.8.7claws11
3051
3052         * po/POTFILES.in
3053                 remove unneeded 'src/prefs.c' entry 
3054
3055 2002-12-26 [paul]       0.8.7claws10
3056
3057         * src/codeconv.c
3058           src/mainwindow.c
3059                 sync with 0.8.8 release
3060         
3061         * src/folder.[ch]
3062           src/mh.c
3063           src/summaryview.c
3064                 partial sync with 0.8.8 release
3065         
3066
3067 2002-12-25 [alfons]     0.8.7claws9
3068
3069         * src/matcher.[ch]
3070         * src/matcher_parser_lex.l
3071         * src/matcher_parser_parse.y
3072         * src/prefs_matcher.c
3073                 add locked flag to possible filtering / matcher 
3074                 conditions (also a good example what should be
3075                 done to add a simple boolean condition)
3076
3077 2002-12-25 [christoph]  0.8.7claws8
3078
3079         * src/Makefile.am
3080         * src/account.[ch]
3081         * src/addrbook.c
3082         * src/addressbook.c
3083         * src/addrindex.c
3084         * src/filtering.c
3085         * src/folder.c
3086         * src/matcher.c
3087         * src/prefs.[ch]                ** REMOVE **
3088         * src/prefs_account.c
3089         * src/prefs_actions.c
3090         * src/prefs_common.c
3091         * src/prefs_customheader.c
3092         * src/prefs_display_header.c
3093         * src/prefs_filtering.c
3094         * src/prefs_folder_item.c
3095         * src/prefs_gtk.[ch]            ** NEW **
3096         * src/prefs_matcher.c
3097         * src/prefs_scoring.c
3098         * src/prefs_summary_column.c
3099         * src/procmime.c
3100         * src/selective_download.c
3101         * src/toolbar.c
3102         * src/common/Makefile.am
3103         * src/common/prefs.[ch]         ** NEW **
3104                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3105
3106 2002-12-24 [alfons]     0.8.7claws7
3107
3108         * src/summaryview.c
3109                 summary_thread_build(): fix real cause of the crash mentioned in
3110                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
3111                 this way we get meaningful ctree nodes 
3112
3113 2002-12-24 [oliver]     0.8.7claws6
3114
3115         * src/mainwindow.[ch]
3116         * src/messageview.[ch]
3117         * src/compose.[ch]
3118         * src/inc.c
3119         * src/summaryview.c
3120                 changes to use updated toolbar handling
3121                 
3122 2002-12-24 [oliver]     0.8.7claws5
3123
3124         * src/toolbar.[ch]
3125                 generic toolbar handling
3126                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3127         * src/prefs_toolbar.[ch]
3128                 adjust to handling
3129         
3130 2002-12-24 [oliver]     0.8.7claws4
3131         
3132         * src/stock_pixmap.[ch]
3133                 move SYLPHEED_LOGO to end of list in order 
3134                 to remove it from Custom Toolbar`s Icon View
3135
3136 2002-12-24 [alfons]     0.8.7claws3
3137
3138         * src/summaryview.c
3139                 summary_thread_build(): fix crash because of focus != selection 
3140                 after threading. when deleting the selection, gtk tries but fails 
3141                 to find the correct focusable element. we now force the selection
3142                 to be focused. this should solve the infamous bug reported by 
3143                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3144                 a test case is available. 
3145
3146 2002-12-24 [darko]      0.8.7claws2
3147
3148         * src/summaryview.c
3149                 don't crash when unmarking message with unread children
3150
3151 2002-12-23 [christoph]  0.8.7claws1
3152
3153         * src/Makefile.am
3154         * src/common/Makefile.am
3155                 update Makefiles for moved intl.h, version.h and defs.h
3156         * src/imap.c
3157                 rewrite imap_session_get to avoid duplicate code
3158
3159 2002-12-23 [paul]       0.8.7claws
3160
3161         * Santa-Claws released
3162         
3163         * po/hu.po
3164           po/ru.po
3165                 squeeze in updated Hungarian and Russian translations.
3166                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3167
3168 2002-12-23 [paul]       0.8.6claws129
3169
3170         * po/pl.po
3171                 updated by Witold Wladyslaw Wojciech Wilk
3172
3173 2002-12-23 [paul]       0.8.6claws128
3174
3175         * src/quote_fmt_parse.y
3176                 fix typo and add licence header
3177
3178 2002-12-23 [paul]       0.8.6claws127
3179
3180         * po/en_GB.po
3181                 updated
3182
3183 2002-12-23 [paul]       0.8.6claws126
3184
3185         * po/it.po
3186                 updated translation, submitted by Alessandro Maestri
3187                 
3188 2002-12-23 [paul]       0.8.6claws125
3189
3190         * src/quote_fmt_parse.y
3191                 fix signature-stripping on replies bug. match
3192                 '-- \n' and not '-- '.
3193
3194 2002-12-22 [paul]       0.8.6claws124
3195
3196         * po/bg.po
3197           po/es.po
3198           po/sr.po
3199                 updated translations. submitted by George Danchev,
3200                 Ricardo Mones Lastra, and Urke MMI respectively
3201
3202 2002-12-21 [paul]       0.8.6claws123
3203
3204         * src/addrbook.c
3205                 fix coding style
3206
3207 2002-12-21 [paul]       0.8.6claws122
3208
3209         * src/addrbook.c
3210                 fix bug [643638] where if a person is in one or more
3211                 addressbook groups editing that person's email 
3212                 address results in removal from those groups.
3213                 Patch submitted by Luke Plant.
3214
3215 2002-12-20 [christoph]  0.8.6claws121
3216
3217         * src/common/utils.c
3218         * src/summaryview.c
3219                 reimplement expand_search_string using GString to
3220                 prevent crashs caused by miscalculated string
3221                 lengths reported by Paul
3222
3223 2002-12-20 [christoph]  0.8.6claws120
3224
3225         * src/summaryview.c
3226                 don't use "changed" to check if op_count has to be changed as it
3227                 is also set when the message has unread children
3228                 (closes bug [ 653221 ] crash while deleting duplicates)
3229
3230 2002-12-20 [paul]       0.8.6claws119
3231
3232         * sync with 0.8.6cvs27
3233                 see ChangeLog 2002-12-20
3234
3235 2002-12-20 [paul]       0.8.6claws118
3236
3237         * sync with 0.8.6cvs26
3238                 see ChangeLog 2002-12-19 and 2002-12-20
3239
3240 2002-12-19 [alfons]     0.8.6claws117
3241
3242         * src/textview.c
3243                 fix incorrect parsing of email addresses, submitted by 
3244                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3245                 name display if it contains @".
3246
3247 2002-12-18 [paul]       0.8.6claws116
3248
3249         * sync with 0.8.6cvs23
3250                 see ChangeLog 2002-12-18
3251
3252 2002-12-18 [paul]       0.8.6claws115
3253
3254         * src/Makefile.am
3255         * src/account.c
3256         * src/codeconv.c
3257         * src/gtkutils.[ch]
3258         * src/imap.c
3259                 sync with 0.8.6cvs22.
3260                 see ChangeLog 2002-12-17 and 2002-12-18
3261
3262 2002-12-17 [christoph]  0.8.6claws114
3263
3264         * src/imap.c
3265                 o don't create a session if imap greeting fails
3266                 o don't close socket when authentication fails
3267                   this is done by imap_session_destroy
3268
3269 2002-12-17 [thorsten]   0.8.6claws113
3270
3271         * tools/Makefile.am
3272           tools/README
3273           tools/google_msgid.pl ** NEW FILE **
3274                 Added "search for message-id" script and doc
3275
3276 2002-12-17 [thorsten]   0.8.6claws112
3277
3278         * po/hu.po
3279                 Updated hungarian translation
3280                 (updated by Gal Zoltan)
3281
3282 2002-12-16 [christoph]  0.8.6claws111
3283
3284         * src/addr_compl.c
3285                 remove stupid addressbook dump to debug output
3286         * src/mh.c
3287                 fix memory leak found by Hiro
3288
3289 2002-12-14 [paul]       0.8.6claws110
3290
3291         * src/compose.c
3292                 fix menubar sensitivity on send
3293                 
3294         * src/prefs_filtering.c
3295         * src/prefs_matcher.c
3296         * src/prefs_scoring.c
3297                 Fix english ;)
3298                 
3299         * src/common/quoted-printable.h
3300                 sync: fix typo
3301         
3302 2002-12-13 [christoph]  0.8.6claws109
3303
3304         * src/Makefile.am
3305         * src/manage_window.[ch]        ** REMOVE **
3306         * src/gtk/Makefile.am
3307         * src/gtk/manage_window.[ch]    ** NEW **
3308                 move manage_window files to gtk directory
3309
3310 2002-12-13 [christoph]  0.8.6claws108
3311
3312         * src/Makefile.am
3313         * src/gtkshruler.[ch]           ** REMOVE **
3314         * src/gtk/Makefile.am
3315         * src/gtk/gtkshruler.[ch]       ** NEW **
3316                 move gtkshruler files to gtk directory
3317
3318 2002-12-13 [christoph]  0.8.6claws107
3319
3320         * src/Makefile.am
3321         * src/compose.c
3322         * src/gtkstext.[ch]             ** REMOVE **
3323         * src/gtkutils.[ch]
3324         * src/textview.c
3325         * src/gtk/gtkstext.[ch]         ** NEW **
3326         * src/gtk/Makefile.am
3327                 o move stext functions to gtkstext.c to remove
3328                   dependency of gtkutils
3329                 o move gtkstext files to gtk directory
3330
3331         * src/gtk/Makefile.am
3332         * src/gtk/sslcertwindow.[ch]
3333                 UI stuff can always depend on common code so
3334                 it's ok to add ../common to include path
3335
3336 2002-12-13 [colin]      0.8.6claws106
3337
3338         * src/summaryview.c
3339                 Disconnect sighandlers for mainwindow when
3340                 quicksearch has the focus
3341                 Fix bug #653231
3342         * src/mainwindow.[ch]
3343                 Make key_pressed callback public, to be able
3344                 to disconnect it
3345
3346 2002-12-13 [christoph]  0.8.6claws105
3347
3348         * src/mh.c
3349                 create .mh_sequences file in new MH folders
3350                 (closes feature request [ 523162 ] MH folders should
3351                  get a .mh_sequences)
3352
3353 2002-12-13 [colin]      0.8.6claws104
3354
3355         * src/summaryview.c
3356                 Better handling of quicksearch show/hide
3357                 (basically the button stays under the mouse 
3358                  when toggled)
3359
3360 2002-12-13 [paul]       0.8.6claws103
3361
3362         * sync with 0.8.6cvs17
3363                 see ChangeLog 2002-12-13
3364
3365 2002-12-13 [paul]       0.8.6claws102
3366
3367         * po/es.po
3368                 updated by Ricardo Mones Lastra
3369
3370 2002-12-11 [colin]       0.8.6claws101
3371
3372         * src/folder.c
3373                 remove statusbar stuff
3374           src/folderview.c
3375                 set statusbar verbosity when moving folders
3376
3377 2002-12-11 [colin]       0.8.6claws100
3378         * src/prefs_filtering.c
3379         * src/prefs_matcher.c
3380         * src/prefs_scoring.c
3381                 Fix english ;)
3382
3383 2002-12-11 [colin]       0.8.6claws99
3384
3385         * src/prefs_common.[ch]
3386                 Add summary_quicksearch_type
3387         * src/summaryview.c
3388                 Save last used quicksearch type
3389
3390 2002-12-11 [jens]       0.8.6claws98
3391         * src/prefs_filtering.c
3392         * src/prefs_matcher.c
3393         * src/prefs_scoring.c
3394                 added dialog for incomplete rules in scoring, filtering and
3395                 matcher to ask wheather really close
3396
3397 2002-12-11 [colin]      0.8.6claws97
3398
3399         * src/folder.c
3400                 Fix folder dnd statusbar logging
3401
3402 2002-12-10 [christoph]  0.8.6claws96
3403
3404         * src/compose.c
3405         * src/folder.c
3406         * src/imap.c
3407         * src/inc.c
3408         * src/main.c
3409         * src/mainwindow.c
3410         * src/news.c
3411         * src/send.c
3412         * src/statusbar.[ch]
3413         * src/common/hooks.c
3414         * src/common/log.[ch]
3415                 o handle verbose logging in statusbar directly in statusbar code
3416                   and common code does not need any knowledge about a statusbar
3417                 o remove direct calls to statusbar_(puts|pop)_all functions
3418
3419 2002-12-10 [jens]       0.8.6claws95
3420
3421         * src/*.c
3422                 removed gettext from g_warnings
3423         * po/POTFILES.in
3424                 cleaned and updated
3425         * po/de.po
3426                 updated
3427
3428 2002-12-10 [colin]      0.8.6claws94
3429
3430         * src/main.c
3431                 finish crash dialog fix
3432
3433 2002-12-10 [colin]      0.8.6claws93
3434
3435         * src/main.c
3436                 "Fix" "sylpheed already running" instead of
3437                 crash dialog appearing after a crash
3438
3439 2002-12-10 [colin]      0.8.6claws92
3440
3441         * po/POTFILES.in
3442                 add src/gtk/sslcertwindow.c
3443
3444 2002-12-10 [paul]       0.8.6claws91
3445
3446         * po/POTFILES.in
3447                 updated to reflect recent changes
3448                 submitted by Alessandro Maestri
3449
3450 2002-12-09 [christoph]  0.8.6claws90
3451
3452         * src/Makefile.am
3453         * src/smtp.[ch]                 ** REMOVE **
3454         * src/common/Makefile.am
3455         * src/common/smtp.[ch]          ** NEW **
3456                 move smtp files to common directory
3457
3458 2002-12-09 [christoph]  0.8.6claws89
3459
3460         * src/Makefile.am
3461         * src/session.[ch]              ** REMOVE **
3462         * src/common/Makefile.am
3463         * src/common/session.[ch]       ** NEW **
3464                 move session files to common directory
3465
3466 2002-12-09 [paul]       0.8.6claws88
3467
3468         * src/account.c
3469                 fix bug [649746] edit accounts: move account reverted
3470                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3471
3472 2002-12-09 [colin]      0.8.6claws87
3473
3474         * src/ssl_certificate.c
3475                 cleanup
3476
3477 2002-12-09 [colin]      0.8.6claws86
3478
3479         * src/ssl.c
3480                 Try to open the cert.pem database and 
3481                 issue a warning if it isn't there
3482
3483 2002-12-09 [colin]      0.8.6claws85
3484
3485         * src/common/ssl_certificate.c
3486         * src/gtk/sslcertwindow.c
3487                 Warning fixes
3488
3489 2002-12-09 [colin]      0.8.6claws84
3490
3491         * src/ssl_certificate.[ch] ** REMOVED **
3492         * src/common/ssl_certificate.[ch] ** NEW **
3493         * src/Makefile.am
3494         * src/common/Makefile.am
3495                 Moved ssl_certificate.[ch] to common
3496         * src/common/ssl.c 
3497                 Put back needed include
3498         * src/gtk/sslcertwindow.[ch]
3499                 Changed ssl_certificate.h include
3500         
3501 2002-12-09 [colin]      0.8.6claws83
3502
3503         * src/gtk/sslcertwindow.[ch]
3504                 Implement hook for certificate acception
3505         * src/ssl_certificate.[ch]
3506                 Implement hook for certificate acception
3507         * src/common/ssl.c
3508                 Reenable certificate acception check
3509         * src/mainwindow.c
3510                 Register sslcertwindow's hook
3511         
3512 2002-12-08 [christoph]  0.8.6claws82
3513
3514         * src/about.c
3515         * src/addr_compl.c
3516         * src/codeconv.c
3517         * src/manual.c
3518         * src/undo.c
3519         * src/common/utils.c
3520                 o add missing includes
3521                 o fix warnings
3522         * src/.cvsignore
3523         * src/common/.cvsignore
3524         * src/common/version.h          ** REMOVE **
3525                 remove autogenerated file
3526
3527 2002-12-08 [paul]       0.8.6claws81
3528
3529         * src/stringtable.c
3530                 put back needed include
3531
3532 2002-12-08 [colin]      0.8.6claws80
3533         
3534         * src/gtk/sslcertwindow.c
3535                 Cleaner popups when asking
3536         * src/ssl_certificate.c
3537         * src/prefs_common.[ch]
3538                 remove ssl certificate pref
3539                 put back needed include
3540         * src/undo.c
3541                 put back needed include
3542
3543 2002-12-08 [christoph]  0.8.6claws79
3544
3545         * src/folderview.c
3546         * src/logwindow.c
3547         * src/statusbar.c
3548         * src/summaryview.c
3549                 only abort hook invokation if required data is missing not
3550                 if our own data pointer is NULL, update hookfunction for
3551                 log window
3552
3553 2002-12-08 [paul]       0.8.6claws78
3554
3555         * src/about.c
3556         * src/addrcache.c
3557         * src/addrclip.c
3558         * src/addr_compl.c
3559         * src/addrselect.c
3560         * src/codeconv.c
3561         * src/colorlabel.c
3562         * src/enriched.c
3563         * src/esmtp.c
3564         * src/exporthtml.c
3565         * src/headerview.c
3566         * src/imageview.c
3567         * src/manual.c
3568         * src/noticeview.c
3569         * src/pgptext.c
3570         * src/scoring.c
3571         * src/sourcewindow.c
3572         * src/stringtable.c
3573         * src/undo.c
3574                 clean up: remove unneccesary includes
3575
3576 2002-12-08 [christoph]  0.8.6claws77
3577
3578         * src/folderview.c
3579         * src/statusbar.c
3580         * src/summaryview.c
3581         * src/common/hooks.[ch]
3582                 hook functions now have a gboolean return value, if a hook
3583                 returns TRUE it will stop executing of any more hooks in
3584                 the same hooklist for this invokation
3585
3586 2002-12-08 [colin]      0.8.6claws76
3587         
3588         * src/main.c
3589                 put back argv0 for CRASH_DIALOG
3590
3591 2002-12-08 [christoph]  0.8.6claws75
3592
3593         * src/Makefile.am
3594         * src/about.c
3595         * src/account.c
3596         * src/crash.c
3597         * src/esmtp.h
3598         * src/imap.[ch]
3599         * src/inc.c
3600         * src/main.c
3601         * src/mainwindow.c
3602         * src/news.c
3603         * src/pop.[ch]
3604         * src/prefs_account.[ch]
3605         * src/prefs_common.[ch]
3606         * src/send.[ch]
3607         * src/smtp.[ch]
3608         * src/ssl_certificate.[ch]
3609         * src/ssl_manager.[ch]
3610         * src/common/Makefile.am
3611         * src/common/log.c
3612         * src/common/nntp.[ch]
3613         * src/common/socket.[ch]
3614         * src/common/ssl.[ch]
3615         * src/gtk/sslcertwindow.[ch]
3616         * ac/openssl.m4
3617                 use new autoconf script to detect OpenSSL with extra parameters
3618                 to specify the location of libs and includes, also remove USE_SSL
3619                 to USE_OPENSSL
3620
3621         * src/common/sylpheed.[ch]
3622         * src/common/version.h.in
3623                 start seperation of common code initialization seperated from gui
3624
3625         * src/summaryview.c
3626                 The function that is called when a color label changes
3627                 should not change the color lable again
3628
3629 2002-12-08 [colin]      0.8.6claws74
3630
3631         * src/gtk/sslcertwindow.c
3632                 warning fixes
3633
3634 2002-12-08 [colin]      0.8.6claws73
3635
3636         * src/statusbar.c
3637           src/common/log.h
3638                 Register a hook for statusbar_puts_all
3639         * src/common/log.c
3640                 invoke statusbar_puts_all's hook
3641         
3642 2002-12-08 [colin]      0.8.6claws72
3643
3644         * src/ssl_certificate.c
3645                 Put back a badly-removed include
3646
3647 2002-12-08 [colin]      0.8.6claws71
3648
3649         * src/gtk/sslcertwindow.[ch]    ** NEW **
3650                 new certificate presentation
3651         * src/gtk/Makefile.am
3652                 add new files
3653         * src/ssl_certificate.[ch]
3654                 gtk cleanup, made utility functions public
3655         * src/ssl_manager.c
3656                 use new cert presentation
3657
3658 2002-12-07 [christoph]  0.8.6claws70
3659
3660         * src/Makefile.am
3661         * src/nntp.[ch]                 ** REMOVE **
3662         * src/common/Makefile.am
3663         * src/common/nntp.[ch]          ** NEW **
3664                 move nntp files to common directory
3665
3666 2002-12-07 [christoph]  0.8.6claws69
3667
3668         * src/procmsg.[ch]
3669         * src/summaryview.c
3670                 implement msginfo update callback using sylpheed's new
3671                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3672
3673 2002-12-06 [christoph]  0.8.6claws68
3674
3675         * src/editgroup.c
3676                 This patch changes the 'Edit Group Details' dialog to
3677                 allow extended selections in either pane, so that
3678                 addresses can be added or removed from a group more
3679                 quickly and easily. (it actually is a net decrease in
3680                 file size, as some unnecessary functions have been
3681                 removed). 
3682                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3683
3684 2002-12-06 [christoph]  0.8.6claws67
3685
3686         * src/Makefile.am
3687         * src/template.[ch]             ** REMOVE **
3688         * src/common/Makefile.am
3689         * src/common/template.[ch]      ** NEW **
3690                 move template files to common directory
3691
3692         * src/nntp.c
3693                 add missing log.h include
3694
3695 2002-12-06 [melvin]     0.8.6claws66
3696
3697         * src/prefs_actions.c
3698                 Added the trailing ">" syntax to insert command's output
3699                 without replacing old text (in contrast to trailing "|").
3700
3701 2002-12-05 [colin]      0.8.6claws65
3702         
3703         * src/common/utils.c
3704                 Don't modify original search_string or it'll change
3705                 the next iterations in the for()
3706
3707 2002-12-05 [darko]      0.8.6claws64
3708
3709         * src/common/utils.c
3710                 proper check for filtering commands, found by Colin
3711
3712 2002-12-05 [darko]      0.8.6claws63
3713
3714         * src/common/utils.c
3715                 check proper string for NULL pointer, found by Colin
3716
3717 2002-12-05 [darko]      0.8.6claws62
3718
3719         * src/common/utils.[ch]
3720                 expand_search_string(): new function
3721                 converts Mutt-like patterns to Sylpheed's
3722                 filtering engine
3723         * src/summaryview.c
3724                 use expand_search_string() to allow Mutt-like
3725                 patterns in extended search
3726         * README.claws
3727                 document extended option in quick search
3728
3729 2002-12-05 [paul]       0.8.6claws61
3730
3731         * sync with 0.8.6cvs16
3732                 see ChangeLog 2002-12-05
3733                 
3734         * po/POTFILES.in
3735                 clean up
3736
3737 2002-12-04 [christoph]  0.8.6claws60
3738
3739         * src/imap.[ch]
3740                 put imap authentication code into a new function and
3741                 remove it from imap_session_new that will allow to
3742                 send other commands before authentication
3743
3744 2002-12-04 [christoph]  0.8.6claws59
3745
3746         * src/imap.[ch]
3747                 use already existing method to prevent unneeded IMAP
3748                 folder selects. Set imap_select parameters to NULL
3749                 in some functions if the values are not required.
3750
3751         * src/xml.h
3752                 remove no longer required include
3753
3754 2002-12-04 [paul]       0.8.6claws58
3755
3756         * po/es.po
3757                 updated by Ricardo Mones Lastra
3758                 
3759         * configure.in
3760           po/hu.po      ** NEW FILE **
3761                 initial Hungarian translation, submitted
3762                 by Gál Zoltán <galzoli@hu.inter.net>
3763
3764 2002-12-03 [christoph]  0.8.6claws57
3765
3766         * src/Makefile.am
3767         * src/gtksctree.[ch]            ** REMOVE **
3768         * src/gtk/Makefile.am
3769         * src/gtk/gtksctree.[ch]        ** NEW **
3770                 move gtksctree files to gtk directory
3771
3772 2002-12-03 [christoph]  0.8.6claws56
3773
3774         * src/Makefile.am
3775         * src/md5.[ch]                  ** REMOVE **
3776         * srm/common/Makefile.am
3777         * src/common/md5.[ch]           ** NEW **
3778                 move md5 files to common directory
3779
3780         * src/gtkstext.c
3781                 remove not required #include
3782
3783 2002-12-03 [sergey]     0.8.6claws55
3784
3785         * src/gtkutils.c
3786         * src/gtkutils.h
3787                 gtkut_window_popup(): new function.
3788         * src/mainwindow.c
3789                 main_window_popup(): use gtkut_window_popup() to raise
3790                 window without changing its position.
3791                 (see sylpheed-main ML message [sylpheed:17247])
3792
3793 2002-12-03 [sergey]     0.8.6claws54
3794
3795         * src/send.c
3796                 send_message_local(): removed first-dot escaping
3797                 (SMTP-only, not needed for sending through pipe)
3798
3799 2002-12-03 [paul]       0.8.6claws53
3800
3801         * po/POTFILES.in
3802                 update to reflect recent changes (thanks
3803                 to Ricardo Mones Lastra)
3804                 
3805         * tools/filter_conv.pl
3806                  fix problem with quoted strings. Patch submitted
3807                  by Luke Plant <lukeplant@softhome.net>
3808
3809 2002-12-03 [paul]       0.8.6claws52
3810
3811         * sync with 0.8.6cvs15
3812                 see ChangeLog 2002-12-03
3813
3814 2002-12-02 [christoph]  0.8.6claws51
3815
3816         * src/logwindow.[ch]
3817         * src/common/log.[ch]
3818                 implement logging using a hook function
3819
3820         * src/folderview.c
3821         * src/folder.[ch]
3822                 define hooklist name in header file to avoid
3823                 errors caused by wrong spelling of hooklist names
3824
3825         * src/toolbar.c
3826                 fix warnings
3827
3828 2002-12-02 [christoph]  0.8.6claws50
3829
3830         * src/common/Makefile.am
3831                 add src/common/hooks.[ch]
3832
3833         * src/common/hooks.[ch]
3834                 implement a simple hook system using glib's hook functions
3835
3836         * src/folder.[ch]
3837         * src/folderview.c
3838                 use new hook system for folder item updates
3839
3840 2002-12-02 [christoph]  0.8.6claws49
3841
3842         * doc-src/ui_seperation.txt     ** NEW **
3843                 information for ui seperation
3844
3845         * src/Makefile.am
3846                 remove files that were moved to common
3847                 include common directory by default for the header files
3848
3849         * src/inc.c
3850         * src/common/socket.c
3851         * src/automaton.[ch]
3852                 implement automaton using g_io_*-functions instead of
3853                 gdk_input_add to make it ui independent
3854
3855         * src/codeconv.c
3856         * src/compose.c
3857         * src/ldif.c
3858         * src/pgptext.c
3859         * src/procmime.c
3860         * src/rfc2015.c
3861         * src/smtp.c
3862         * src/unmime.c
3863                 remove common/ prefix because directory is now in
3864                 include path
3865
3866         * src/compose.c
3867         * src/folder.c
3868         * src/folderview.c
3869         * src/mainwindow.c
3870         * src/messageview.c
3871         * src/prefs_common.c
3872         * src/procmsg.c
3873         * src/rfc2015.c
3874                 fix warnings
3875
3876         * src/imap.c
3877         * src/inc.c
3878         * src/news.c
3879         * src/pop.c
3880         * src/send.c
3881         * src/smtp.c
3882         * src/ssl_certificate.c
3883                 add log.h header file for logging functions
3884
3885         * src/main.c
3886         * src/common/utils.c
3887         * src/summaryview.c
3888         * src/xml.c
3889                 o move debug_mode to common/utils.c
3890                 o add functions to set and get debug_mode
3891
3892         * src/defs.h                    ** REMOVE **
3893         * src/intl.h                    ** REMOVE **
3894         * src/socket.[ch]               ** REMOVE **
3895         * src/ssl.[ch]                  ** REMOVE **
3896         * src/utils.[ch]                ** REMOVE **
3897                 replaced by new files in src/common/
3898         
3899         * src/common/Makefile.am
3900                 add new files in src/common/
3901
3902         * src/common/defs.h             ** NEW **
3903         * src/common/intl.h             ** NEW **
3904         * src/common/log.[ch]           ** NEW **
3905         * src/common/socket.[ch]        ** NEW **
3906         * src/common/ssl.[ch]           ** NEW **
3907         * src/common/utils.[ch]         ** NEW **
3908                 replacement for files in src/
3909
3910 2002-12-02 [colin]      0.8.6claws48
3911
3912         * src/folderview.c
3913                 Scroll folderview if necessary during dnd
3914
3915 2002-12-02 [colin]      0.8.6claws47
3916
3917         * src/folder.[ch]
3918                 Add check to verify a move is within a single mailbox
3919         * src/folderview.c
3920                 Add specific error string for this check
3921
3922 2002-12-02 [colin]      0.8.6claws46
3923
3924         * src/folder.c
3925                 Add a test to folder moving, remove a statusbar_print
3926         * src/folderview.c
3927                 Add Move folder... context-menu item
3928                 Factorize folder moving code
3929                 Enable folder DND for mbox
3930
3931 2002-12-01 [christoph]  0.8.6claws45
3932
3933         * ac/aspell.m4
3934                 remove conf.aspelltest if the version check fails
3935
3936 2002-11-30 [christoph]  0.8.6claws44
3937
3938         * autogen.sh
3939                 run libtoolize --force in autogen to create missing
3940                 libtool scripts
3941
3942 2002-11-30 [christoph]  0.8.6claws43
3943
3944         * src/Makefile.am
3945         * src/pgptext.c
3946         * src/procmime.c
3947         * src/rfc2015.c
3948         * src/uuencode.[ch]             ** REMOVED **
3949         * src/common/Makefile.am
3950         * src/common/uuencode.[ch]      ** NEW **
3951                 move uuen/decoder to common directory
3952
3953 2002-11-30 [christoph]  0.8.6claws42
3954
3955         * src/Makefile.am
3956         * src/base64.[ch]               ** REMOVED **
3957         * src/codeconv.c
3958         * src/compose.c
3959         * src/ldif.c
3960         * src/pgptext.c
3961         * src/procmime.c
3962         * src/rfc2015.c
3963         * src/smtp.c
3964         * src/unmime.c
3965         * src/common/Makefile.am
3966         * src/common/base64.[ch]        ** NEW **
3967                 move base64 en/decoder to common directory
3968
3969 2002-11-30 [christoph]  0.8.6claws41
3970
3971         * src/common                    ** NEW **
3972                 new directory for UI independent code
3973         * src/gtk                       ** NEW **
3974                 new directory for GTK frontend
3975         * src/common/.cvsignore         ** NEW **
3976         * src/gtk/.cvsignore            ** NEW **
3977                 ignore build files
3978         * src/common/Makefile.am        ** NEW **
3979         * src/gtk/Makefile.am           ** NEW **
3980                 automake files to build new seperated stuff
3981         * src/Makefile.am
3982                 the binary will currently still be build with the
3983                 files in src, so we include the code from the
3984                 subdirs for now after building the libs there
3985
3986 2002-11-30 [paul]       0.8.6claws40
3987
3988         * src/compose.c
3989                 fix bug [642731] 'Wrong selected account with drafted mail'
3990
3991 2002-11-29 [oliver]     0.8.6claws39
3992         
3993         * src/messageview.c
3994                 o update summaryview when switching between different
3995                   messageviews          
3996         * src/toolbar.c  
3997                 o check if messageview holds already removed msg
3998                   from summaryview
3999                 
4000
4001 2002-11-29 [oliver]     0.8.6claws38
4002
4003         * src/toolbar.c 
4004                 remove not needed variables and includes
4005                 make messageview stay opened and move to next when msgs are deleted 
4006
4007 2002-11-29 [oliver]     0.8.6claws37
4008         
4009         * src/toolbar.c 
4010                 disable compose button (messageview toolbar) by default
4011                 deleted msgs are moved to trash
4012         
4013 2002-11-29 [melvin]     0.8.6claws36
4014
4015         * configure.in
4016                 Increased minimal gpgme version to 0.3.10 (Zombies out)
4017                 and to detect signatures expirations (gpgme 0.3.6)
4018
4019         * src/main.c
4020                 Use non obsolescent function for Gpgme engine checking.
4021
4022         * src/rfc2015.c
4023                 Inform about expired signatures or signatures which key
4024                 has expired. Expiration date is displayed.
4025
4026         * src/sigstatus.c
4027                 Inform about expired signatures or signatures which key
4028                 has expired.
4029
4030 2002-11-28 [paul]       0.8.6claws35
4031
4032         * src/folderview.c
4033                 re-instate 'Check for new messages' in Newsgroup
4034                 folders right-click menu, after a suggestion from
4035                 Tim Mann <timmann@users.sourceforge.net>
4036
4037         * src/main.c
4038                 after a crash check only local folders for new
4039                 messages
4040
4041 2002-11-28 [paul]       0.8.6claws34
4042
4043         * configure.in
4044                 apply patch that fixes the checking of GTK with XIM 
4045                 support on different OSs, such as FreeBSD. Patch 
4046                 submitted by Topia <topia@users.sourceforge.net>
4047                 
4048 2002-11-28 [paul]       0.8.6claws33
4049
4050         * src/mainwindow.c
4051           src/prefs_common.c
4052           src/prefs_toolbar.c
4053                 more changes to the English
4054
4055 2002-11-28 [paul]       0.8.6claws32
4056
4057         * sync with 0.8.6cvs13
4058                 see ChangeLog 2002-11-28 (no sync needed
4059                 for src/compose.c)
4060
4061 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
4062         
4063         * src/mainwindow.[ch]
4064                 add patch by Ivan F. Martinez introducing messageview Toolbar
4065                 some changes and committed by oliver    
4066
4067 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
4068
4069         * src/messageview.[ch]
4070                 add patch by Ivan F. Martinez introducing messageview Toolbar
4071                 some changes and committed by oliver    
4072
4073 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
4074
4075         * src/compose.[ch]
4076                 add patch by Ivan F. Martinez introducing messageview Toolbar
4077                 some changes and committed by oliver    
4078
4079 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
4080         
4081         * src/toolbar.[ch]
4082                 add patch by Ivan F. Martinez introducing messageview Toolbar
4083                 some changes and committed by oliver
4084
4085 2002-11-28 [oliver]     0.8.6claws27
4086         
4087         * src/prefs_toolbar.[ch]
4088                 getting ready for messageview toolbar
4089                 free mem allocated by gettext
4090                 change prefs_toolbar to prefs_toolbar_open
4091  
4092 2002-11-28 [thorsten]   0.8.6claws26
4093
4094         * src/imageview.[ch]
4095                 cleaned up conflicting declarations of
4096                 imageview_show_image()
4097
4098 2002-11-28 [paul]       0.8.6claws25
4099
4100         * src/grouplistdialog.c
4101           src/prefs_common.c
4102           src/prefs_summary_column.c
4103                 a few more improvements to the English
4104
4105 2002-11-28 [colin]      0.8.6claws24
4106
4107         * man/sylpheed.1
4108                 A few updates to command-line parameters
4109
4110 2002-11-28 [colin]      0.8.6claws23
4111
4112         * src/prefs_filtering.c
4113                 Fix problems with prefs_filtering_delete_path:
4114                 a) if the first rule is removed, original pointers
4115                    weren't updated (leading to segfaults)
4116                 b) it was always global_processing updated in case
4117                    of removed path was parent of rule path
4118
4119 2002-11-27 [paul]       0.8.6claws22
4120
4121         * src/mainwindow.c
4122           src/prefs_account.c
4123           src/prefs_actions.c
4124           src/prefs_common.c
4125           src/prefs_customheader.c
4126           src/prefs_display_header.c
4127           src/prefs_filtering.c
4128           src/prefs_folder_item.c
4129           src/prefs_matcher.c
4130           src/prefs_scoring.c
4131           src/prefs_summary_column.c
4132           src/prefs_template.c
4133           src/prefs_toolbar.c
4134                  improve the English in the GUI
4135
4136 2002-11-27 [colin]      0.8.6claws21
4137
4138         * src/folder.c
4139                 Fix processing renaming problems happening after
4140                 last commit
4141
4142 2002-11-27 [colin]      0.8.6claws20
4143
4144         * src/folder.c
4145                 recursive move now deletes src each subfolder after 
4146                 having moved it
4147         * src/folderview.c
4148                 Use identifier instead of path during dnd (enables
4149                 IMAP folder dnd)
4150
4151 2002-11-27 [paul]       0.8.6claws19
4152
4153         * src/main.c
4154                 apply patch that does command-line processing 
4155                 BEFORE gtk_init, allowing claws to run from 
4156                 shell-scripts in non-X environment (e.g. crontab 
4157                 or ip-up, ip-down scripts). Patch submitted by
4158                 Ruslan N. Balkin <baron@dartel.ru>
4159                 
4160         * po/it.po
4161                 updated by Alessandro Maestri
4162
4163 2002-11-27 [paul]       0.8.6claws18
4164
4165         * sync with 0.8.6cvs12
4166           src/prefs_common.c
4167                 Differences are that main uses a 'Receive dialog'
4168                 frame on the Interface tab, whereas claws groups all 
4169                 the dialogs together in a 'Dialogs' frame.
4170
4171 2002-11-27 [colin]      0.8.6claws17
4172
4173         * src/prefs_matcher.c
4174                 Fix Execute criteria's NOT flag
4175
4176
4177 2002-11-26 [christoph]  0.8.6claws16
4178
4179         * src/ssl.c
4180                 rewrite the ssl code a little bit, only use one
4181                 SSL context, set default certificates' file/path
4182
4183 2002-11-26 [thorsten]   0.8.6claws15
4184
4185         * src/compose.c
4186                 default-reply-to didn't work for ml-reply
4187
4188 2002-11-26 [melvin]     0.8.6claws14
4189
4190         * src/prefs_actions.c
4191                 Made pipe-actions ignore short headers in message view
4192                 Made trailing-pipe-actions write in the message view with
4193                 the same font as the original message
4194
4195 2002-11-26 [paul]       0.8.6claws13
4196
4197         * src/compose.c
4198                 this time commit the correct file
4199
4200 2002-11-26 [paul]       0.8.6claws12
4201
4202         * sync with 0.8.6cvs11
4203           src/quote_fmt_parse.y  
4204                 no sync needed
4205           src/account.[ch]       
4206                 not sync'ed
4207           src/compose.c
4208                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4209                 on draft mode.
4210                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4211                 header
4212                 
4213         see ChangeLog 2002-11-25 and 2002-11-26
4214
4215 2002-11-26 [colin]      0.8.6claws11
4216
4217         * src/folderview.c
4218                 Fix collapsed folder not auto-expanding during
4219                 mail dnd, if it was the source folder.
4220
4221 2002-11-25 [colin]      0.8.6claws10
4222
4223         * src/folderview.[ch]
4224                 Variable renaming and cleaning (slist of nodes 
4225                 to be re-collapsed is stored in FolderView)
4226
4227 2002-11-25 [paul]       0.8.6claws9
4228
4229         * src/prefs_common.[ch]
4230                 fix breakage caused by last commit
4231
4232 2002-11-25 [paul]       0.8.6claws8
4233
4234         * sync with 0.8.6cvs4
4235                 see ChangeLog 2002-11-21
4236
4237 2002-11-25 [paul]       0.8.6claws7
4238
4239         * sync with 0.8.6cvs4
4240                 see ChangeLog 2002-11-20
4241
4242 2002-11-25 [paul]       0.8.6claws6
4243
4244         * sync with 0.8.6cvs3
4245                 see ChangeLog 2002-11-18
4246
4247 2002-11-25 [colin]      0.8.6claws5
4248
4249         * src/gtkutils.[ch]
4250                 Add gtkut_ctree_node_is_parent()
4251         * src/folderview.c
4252                 Spring-loaded folders
4253
4254 2002-11-25 [colin]      0.8.6claws4
4255
4256         * src/utils.[ch]
4257                 Add slist_concat_unique(), function to merge
4258                 two GSList filtering dups
4259         * src/folder.[ch]
4260         * src/summaryview.[ch]
4261         * src/folderview.c
4262         * src/main.c
4263                 Add detection/update/display of unread answers
4264                 to marked mails
4265         * src/procmsg.[ch]
4266                 Add procmsg_find_children()
4267                 Add procmsg_msg_has_marked_parent()
4268
4269 2002-11-25 [colin]      0.8.6claws3
4270
4271         * src/ssl_certificate.[ch]
4272                 Allow checking a certificate without a DNS
4273                 lookup
4274                 Allow to forget a cert (by deleting it)
4275                 Make ssl_certificate_destroy_public
4276         * src/ssl_manager.[ch] ** NEW FILES **
4277                 Gui to manage (display/remove) certificates
4278         * src/prefs_common.[ch]
4279                 Add a pref to allow silent acceptation of
4280                 trusted certificates or not (based on the
4281                 "I want to know what's going on" principle)
4282         * src/mainwindow.c
4283                 Add SSL manager in Tools menu
4284         * src/Makefile.am
4285                 Add the new files to the build
4286         * po/POTFILES.in
4287                 Add ssl_manager.c to translations
4288
4289 2002-11-25 [colin]      0.8.6claws2
4290
4291         * src/summaryview.[ch]
4292                 Add S_SEARCH_EXTENDED to the quick search, which 
4293                 allows to search using filtering syntax.
4294
4295 2002-11-25 [colin]      0.8.6claws1
4296
4297         * src/summaryview.c
4298                 Deletion of duplicates now prefer deleting
4299                 the unread dup (fixes feature-request 638989).
4300
4301 2002-11-24 [paul]       0.8.6claws
4302
4303         * po/es.po
4304           po/pl.po
4305           po/ru.po
4306           po/sr.po
4307                 updated by Ricardo Mones Lastra,
4308                 Witold Wladyslaw Wojciech Wilk,
4309                 Ruslan N. Balkin, and  Urke MMI 
4310                 respectively
4311
4312 2002-11-24 [paul]       0.8.5claws182
4313
4314         * po/bg.po
4315                 updated by George Danchev
4316
4317 2002-11-23 [alfons]     0.8.5claws181
4318
4319         * src/imap.c
4320                 tiny memory leak found by browsing Dimitar's 
4321                 valgrind report
4322
4323 2002-11-23 [paul]       0.8.5claws180
4324
4325         * po/it.po
4326                 updated by Alessandro Maestri
4327
4328 2002-11-22 [christoph]  0.8.5claws179
4329
4330         * src/compose.c
4331         * src/inc.c
4332         * src/prefs_filtering.c
4333         * src/summaryview.c
4334                 more warning fixes
4335
4336 2002-11-22 [alfons]     0.8.5claws178
4337
4338         * src/summaryview.c
4339                 summary_execute_delete_func(): if message is deleted, make 
4340                 sure to also remove its entry in the subject hash table. 
4341                 fixes a corner case bug.
4342
4343 2002-11-22 [paul]       0.8.5claws177
4344
4345         * .cvsignore
4346                 add 'autom4te.cache'
4347                 
4348         * ltconfig      ** REMOVED **
4349                 not needed
4350
4351 2002-11-22 [paul]       0.8.5claws176
4352
4353         * src/textview.c
4354                 textview_set_font(): fix for message display in
4355                 UTF-8 locales (thanks to Sergey Vlasov).
4356                 
4357         * AUTHORS
4358                 add new team members and contributors
4359
4360
4361 2002-11-21 [colin]      0.8.5claws175
4362
4363         * src/procmsg.[ch]
4364                 Add procmsg_remove_special_headers()
4365         * src/mh.c
4366                 Use procmsg_remove_special_headers() for 
4367                 previous fix
4368
4369 2002-11-21 [colin]      0.8.5claws174
4370
4371         * src/mh.c
4372                 Fix moving/copying from queue/draft folders
4373                 for MH folders
4374
4375 2002-11-21 [christoph]  0.8.5claws173
4376
4377         * src/crash.c
4378         * src/filtering.c
4379         * src/logwindow.c
4380         * src/main.c
4381         * src/matcher_parser_lex.[hl]
4382         * src/mbox.c
4383         * src/mbox_folder.[ch]
4384         * src/prefs_filtering.c
4385         * src/procheader.c
4386         * src/quote_fmt_lex.l
4387         * src/ssl.c
4388                 fix all warnings except the warnings in lex and yacc files
4389
4390 2002-11-20 [christoph]  0.8.5claws172
4391
4392         * src/imap.c
4393                 fix MsgInfo retrieval for IMAP draft and queue folders
4394                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4395
4396 2002-11-19 [christoph]  0.8.5claws171
4397
4398         * src/compose.c
4399                 fix segfault, when draft saving does not get
4400                 the MsgInfo of the new message
4401                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4402
4403 2002-11-19 [christoph]  0.8.5claws170
4404
4405         * src/procmsg.c
4406                 add parameter check for flag setting function
4407                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4408
4409 2002-11-18 [paul]       0.8.5claws169
4410
4411         * src/compose.c
4412                 more sensitivity fixes to redirect mode:
4413                 * disable toolbar draft button
4414                 * allow only Address book in the Tools menu
4415                 * disable editing of message by the spell
4416                   checker
4417
4418 2002-11-18 [paul]       0.8.5claws168
4419
4420         * src/compose.c
4421                 fix sensitivity of menu items in compose_redirect():
4422                 allow only the necessary items 
4423
4424 2002-11-18 [paul]       0.8.5claws167
4425
4426         * src/compose.c
4427                 fix bug [ 603259 ] 'attachment got lost on bounce'
4428
4429 2002-11-18 [paul]       0.8.5claws166
4430
4431         * po/ru.po
4432                 updated by Ruslan N. Balkin <baron@dartel.ru>
4433
4434 2002-11-18 [colin]      0.8.5claws165
4435
4436         * src/main.c
4437           src/defs.h
4438                 Remove old filtering stuff
4439
4440
4441 2002-11-17 [oliver]     0.8.5claws164
4442
4443         * src/toolbar.h
4444                 remove not needed typedef 
4445
4446 2002-11-17 [oliver]     0.8.5claws163
4447
4448         * src/toolbar.c
4449                 make toolbar's on click events translatable
4450
4451 2002-11-15 [colin]      0.8.5claws162
4452
4453         * src/summaryview.c
4454                 Revert too-soon integration of a feature
4455
4456 2002-11-15 [christoph]  0.8.5claws161
4457
4458         * src/imap.c
4459                 use main's implementation of imap_get_msginfo
4460
4461 2002-11-15 [christoph]  0.8.5claws160
4462
4463         * src/compose.c
4464         * src/folder.[ch]
4465         * src/imap.c
4466         * src/mbox_folder.c
4467         * src/mh.c
4468         * src/news.c
4469         * src/procmsg.c
4470         * src/summaryview.c
4471                 replace claws' fetch_msginfo with main's get_msginfo
4472                 (use main's implementation where possible)
4473
4474 2002-11-15 [colin]      0.8.5claws159
4475
4476         * src/ssl_certificate.c
4477                 Missed a check
4478
4479 2002-11-16 [melvin]     0.8.5claws158
4480
4481         * po/fr.po
4482                 Updated French translations.
4483
4484 2002-11-16 [colin]      0.8.5claws157
4485
4486         * src/ssl_certificate.c
4487                 Check for missing parts in the certificates
4488
4489 2002-11-15 [colin]      0.8.5claws156
4490
4491         * src/folderview.c
4492                 Preventive fix (missing check) found by
4493                 Alfons
4494
4495 2002-11-15 [paul]
4496
4497         * NEWS
4498                 sync with 0.8.6 release
4499
4500 2002-11-15 [colin]      0.8.5claws155
4501
4502         * src/folder.[ch]
4503           src/folderview.c
4504                 Fix error handling of folder_item_move_to()
4505                 (thanks to Alfons!)
4506
4507 2002-11-15 [colin]      0.8.5claws154
4508
4509         * src/folder.[ch]
4510           src/folderview.c
4511                 folder_item_move_to() sets an error message instead
4512                 of having GUI stuff in folder.c
4513
4514 2002-11-15 [colin]      0.8.5claws153
4515
4516         * src/procmsg.[ch]
4517                 Implemented a callback for MsgInfo updates, 
4518                 heavily copy/pasted from Christoph's folder 
4519                 callback system
4520         * src/summaryview.[ch]
4521                 Register summary_update_msg as callback
4522
4523 2002-11-14 [colin]      0.8.5claws152
4524         
4525         * src/procmsg.c
4526                 Update the FolderItem after sending (fixes 617593)
4527
4528 2002-11-14 [christoph]  0.8.5claws151
4529
4530         * src/folder.c
4531                 fix wrong position of NULL pointer check found
4532                 by Sergey
4533
4534 2002-11-14 [christoph]  0.8.5claws150
4535
4536         * src/folder.c
4537                 fix segfault when deleting messages from IMAP folders
4538                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4539
4540 2002-11-14 [colin]      0.8.5claws149
4541
4542         * src/compose.c
4543                 Forwarding was also ignoring the folder's default account.
4544
4545 2002-11-14 [colin]      0.8.5claws148
4546
4547         * src/compose.c
4548                 Fix sent folder not set to folder properties when 
4549                 forwarding.
4550
4551 2002-11-14 [thorsten]   0.8.5claws147
4552
4553         * src/inc.c
4554                 inc_start(): Files were not moved from .processing to inbox,
4555                 if no global processing rule existed
4556
4557 2002-11-14 [colin]      0.8.5claws146
4558
4559         * src/ssl_certificate
4560                 Fix file operations
4561
4562 2002-11-14 [paul]       0.8.5claws145
4563
4564         * po/it.po
4565                 updated by Alessandro Maestri
4566
4567 2002-11-13 [alfons]     0.8.5claws144
4568
4569         * src/folder.c
4570                 folder_item_close(): only mark messages unread
4571                 when a folder has new messages 
4572
4573 2002-11-13 [keith]      0.8.5claws143
4574
4575         * src/imap.c
4576                 Fix problem moving or copying between
4577                 IMAP folders
4578
4579 2002-11-13 [colin]      0.8.5claws142
4580
4581         * src/matcher_parser_parse.y
4582                 Fix rule problem when " don't match
4583
4584 2002-11-13 [christoph]  0.8.5claws141
4585
4586         * src/folder.c
4587         * src/folderview.c
4588                 moved cache saving to folder_item_close
4589                 the folderview should not have to deal with
4590                 this things
4591
4592 2002-11-13 [christoph]  0.8.5claws140
4593
4594         * src/summaryview.c
4595                 moved setting of important score to
4596                 summary_set_prefs_from_folderitem
4597
4598 2002-11-13 [colin]      0.8.5claws139
4599
4600         * src/matcher_parser_parse.y
4601                 Fix a segfault in the parser (happening when
4602                 a good expression had been tested and a bad 
4603                 one arrives)
4604
4605 2002-11-13 [paul]       0.8.5claws138
4606
4607         * sync with 0.8.5cvs24
4608                 see ChangeLog 2002-11-13
4609                 
4610         * po/pt_BR.po
4611                 updated by Fabio Jr. Beneditto
4612
4613 2002-11-13 [colin]      0.8.5claws137
4614         
4615         * src/msgcache.c
4616           src/defs.h
4617           src/procmsg.[ch]
4618                 Revert last commit, problem
4619
4620 2002-11-13 [colin]      0.8.5claws136
4621
4622         * src/msgcache.c
4623                 Remove duplicated code
4624         * src/defs.h
4625                 Bumped CACHE_VERSION and MARK_VERSION
4626         * src/procmsg.[ch]
4627                 Network endian for cache and mark files
4628
4629 2002-11-12 [colin]      0.8.5claws135
4630
4631         * src/inc.c
4632                 Fix the "socket error" dialog which disappeared
4633
4634 2002-11-12 [colin]      0.8.5claws134
4635
4636         * src/msgcache.c
4637                 Reverse last commit which had performance 
4638                 problems, but still reverse the list
4639
4640 2002-11-12 [colin]      0.8.5claws133
4641
4642         * src/msgcache.c
4643                 Reverse list order
4644
4645 2002-11-12 [melvin]     0.8.5claws132
4646
4647         * src/compose.c
4648                 Added a check for a NULL prefs_common.dictionary
4649
4650 2002-11-12 [colin]      0.8.5claws131
4651
4652         * src/ssl_certificate.[ch]
4653                 Use FQDN hostname
4654
4655 2002-11-12 [colin]      0.8.5claws130
4656
4657         * src/ssl_certificate.[ch]
4658                 Take connection port into account for 
4659                 checking certificates (a single hostname
4660                 could have multiple servers with multiple
4661                 certificates)
4662         * src/ssl.c
4663                 Pass the port to ssl_certificate_check
4664
4665 2002-11-12 [paul]       0.8.5claws129
4666
4667         * src/folder.c
4668                 fix a typo in last commit
4669
4670 2002-11-12 [paul]       0.8.5claws128
4671
4672         * sync with 0.8.5cvs23
4673                 see ChangeLog entry 2002-11-12
4674
4675 2002-11-11 [colin]      0.8.5claws127
4676
4677         * src/ssl_certificate.c
4678                 Cleaner messages
4679                 Don't popup, instead log error, if the 
4680                 corresponding pref is checked
4681         * src/ssl_certificate.h
4682                 include <openssl/objects/h>
4683
4684 2002-11-11 [colin]      0.8.5claws126
4685
4686         * src/ssl_certificate.h
4687                 _Really_ clean it
4688
4689 2002-11-11 [colin]      0.8.5claws125
4690         
4691         * src/ssl_certificate.c
4692                 Fixed leak
4693
4694 2002-11-11 [colin]      0.8.5claws124
4695
4696         * src/ssl.c
4697                 Cleaned a bit
4698         * src/ssl_certificate.[ch]
4699                 Cleaned a bit (better use of SSL API)
4700                 (This will cause non-recognition of saved 
4701                  certificates of claws12[23]...)
4702
4703 2002-11-11 [paul]       0.8.5claws123
4704         
4705         * po/es.po
4706                 updated by Ricardo Mones Lastra
4707
4708 2002-11-11 [colin]      0.8.5claws122
4709
4710         * src/ssl.c
4711                 Fix a typo
4712
4713 2002-11-11 [colin]      0.8.5claws121
4714
4715         * src/ssl_certificate.[ch] ** NEW FILES **
4716         * src/ssl.[ch]
4717                 Check SSL certificates presented to us
4718         * src/Makefile.am
4719                 Add ssl_certificate.[ch]
4720         * po/POTFILES.in
4721                 Add ssl_certificate.c
4722
4723 2002-11-11 [paul]       0.8.5claws120
4724
4725         * sync with 0.8.5cvs22
4726                 see ChangeLog 2002-11-11
4727
4728 2002-11-11 [paul]       0.8.5claws119
4729
4730         * sync with 0.8.5cvs21
4731                 see ChangeLog 2002-11-11
4732
4733 2002-11-10 [jens]       0.8.5claws118
4734
4735         * src/folder.c
4736         * src/folderview.c
4737                 corrected some typing
4738         * po/de.po
4739                 updated german translation
4740         * sylpheed.spec.in
4741                 cleaned up specfile and adjusted it for claws
4742
4743 2002-11-10 [colin]      0.8.5claws117
4744
4745         * src/summaryview.c
4746                 a STATUSBAR_PUSH/POP fix
4747
4748 2002-11-10 [colin]      0.8.5claws116
4749
4750         * src/prefs_folder_item.c
4751                 Fix hanging after opening folder properties
4752
4753 2002-11-10 [hoa]        0.8.5claws115
4754
4755         * src/matcher_parser_lex.l
4756         * src/matcher_parser_parse.y
4757                 config file for scoring and filtering is no more trashed
4758                 when there is a syntax error in a filtering rule when
4759                 editing it in a dialog.
4760
4761 2002-11-09 [colin]      0.8.5claws114
4762
4763         * src/mbox_folder.c
4764                 Added missing initialisation of folder->destroy()
4765
4766 2002-11-09 [colin]      0.8.5claws113
4767
4768         * src/folder.c
4769           src/folderview.c
4770                 Fix the status bar messages
4771
4772 2002-11-09 [colin]      0.8.5claws112
4773
4774         * src/folderview.c
4775                 Fix hangs after folder dnd, happening after 
4776                 claws109.
4777
4778 2002-11-09 [christoph]  0.8.5claws111
4779
4780         * src/folderview.c
4781                 just changed order of calls (reverse order of
4782                 associated calls)
4783         * src/inc.c
4784                 lock inc when checking only one account, otherwise
4785                 inc all could be executed at the same time
4786
4787 2002-11-09 [christoph]  0.8.5claws110
4788
4789         * src/folderview.c
4790                 better unlock the mouse cursor before calling
4791                 summary_show because it changes the cursor too
4792
4793 2002-11-09 [christoph]  0.8.5claws109
4794
4795         * src/folder.[ch]
4796         * src/folderview.c
4797                 add functions to open and close a folder
4798                 o opending will execute scanning for remote folders
4799                   and processing
4800                 o closing will unset new flag for messages
4801
4802 2002-11-09 [colin]      0.8.5claws108
4803
4804         * src/folder.c
4805                 Add a call to prefs_matcher_write_config to 
4806                 avoid non-leaf folders filtering settings to be
4807                 lost
4808
4809 2002-11-09 [paul]       0.8.5claws107
4810
4811         * src/prefs_account.c
4812                 re-word a label
4813
4814 2002-11-09 [colin]      0.8.5claws106
4815
4816         * src/folderview.c
4817                 Minor esthetic fix
4818
4819 2002-11-09 [colin]      0.8.5claws105
4820
4821         * src/folderview.c
4822                 Fix prefs_filtering deletion for MH folders (same
4823                 reason as below)
4824         * src/prefs_filtering.c
4825                 Fix prefs_filtering renaming and deletion for 
4826                 folder-based processing rules.  
4827
4828 2002-11-09 [christoph]  0.8.5claws104
4829
4830         * src/compose.c
4831         * src/folder.[ch]
4832         * src/folderview.[ch]
4833         * src/import.c
4834         * src/inc.c
4835         * src/main.c
4836         * src/mainwindow.c
4837         * src/messageview.c
4838         * src/prefs_folder_item.c
4839         * src/procmsg.c
4840         * src/summaryview.c
4841                 implement a callback system for folder item updates
4842
4843 2002-11-09 [colin]      0.8.5claws103
4844
4845         * src/folderview.c
4846                 Fix prefs_filtering renaming for MH folders (we
4847                 shouldn't rename by path as another folder could
4848                 have the same hierarchy).
4849
4850 2002-11-09 [colin]      0.8.5claws102
4851
4852         * src/folder.c
4853                 Fix a leak found by Christoph, use better variable
4854                 names
4855
4856 2002-11-09 [colin]      0.8.5claws101
4857
4858         * src/folder.c
4859                 One more fix for processing rules
4860
4861 2002-11-08 [colin]      0.8.5claws100
4862         
4863         * src/matcher.c
4864                 Don't copy the compiled regexp (will be reevaluated)
4865         * src/folderview.c
4866                 Lock folderview while moving
4867         * src/folder.c
4868                 Provide info on what's happening to the user
4869
4870 2002-11-08 [colin]      0.8.5claws99
4871
4872         * src/folderview.c
4873                 Fix folder reordering after a move if parent is 
4874                 root
4875         * src/scoring.[ch]
4876                 Add function to copy a ScoringProp
4877         * src/prefs_folder_item.c
4878                 Copy scoring rules when copying a folder prefs
4879
4880 2002-11-08 [colin]      0.8.5claws98
4881
4882         * src/folderview.c
4883                 Fixes in case of failure
4884         * src/filtering.[ch]    
4885                 Add function to duplicate a FilteringProp
4886         * src/matcher.[ch]
4887                 Add function to duplicate a MatcherProp
4888         * src/prefs_folder_item.c
4889                 Save folder's processing rules when copying 
4890                 its prefs
4891
4892 2002-11-08 [colin]      0.8.5claws97
4893         
4894         * src/folderview.c
4895                 Sort after move
4896         * src/folder.c 
4897                 Change a printf to debug_print
4898
4899 2002-11-08 [colin]      0.8.5claws96
4900
4901         * src/folder.c
4902           src/folderview.c
4903                 Fix segfaults, call me stupido
4904         
4905
4906 2002-11-08 [colin]      0.8.5claws95
4907
4908         *src/folder.c
4909                 Added forgotten prefs to save when moving folders
4910
4911 2002-11-08 [colin]      0.8.5claws94
4912
4913         * src/folder.c
4914                 Fixes to folder DND (prefs copy)
4915         * src/folderview.c
4916                 Optimization for folder DND (don't rescan whole tree)
4917                 Added folderview_create_folder_node() for this 
4918                 optimization, so de-duped a bit the code
4919         * src/prefs_folder_item.[ch]
4920                 Added prefs_folder_item_copy_prefs()    
4921           
4922 2002-11-08 [paul]       0.8.5claws93
4923
4924         * src/prefs_account.c
4925           tools/README
4926           tools/kmail2sylpheed_v2.pl
4927                 correct some typos
4928
4929 2002-11-08 [paul]       0.8.5claws92
4930
4931         * src/compose.c
4932           src/prefs_account.[ch]
4933                 remove account options 'clearsign' and 'ascii_armored',
4934                 replace with 'default_gnupg_mode' to prevent mixed-mode
4935                 Privacy settings
4936
4937 2002-11-08 [paul]       0.8.5claws91
4938
4939         * src/compose.[ch]
4940                 re-implement GnuPG 'on-the-fly' mode selection,
4941                 disallow mixed-mode
4942
4943 2002-11-08 [colin]      0.8.5claws90
4944
4945         * src/folderview.c
4946           src/prefs_folder_item.c
4947                 Change "Property" to "Properties"
4948
4949 2002-11-07 [colin]      0.8.5claws89
4950
4951         * src/folderview.c
4952           src/folder.c
4953                 Allow folder dropping to a root folder
4954
4955 2002-11-07 [paul]       0.8.5claws88
4956
4957         * src/compose.c
4958                 revert last commit
4959
4960 2002-11-07 [paul]       0.8.5claws87
4961
4962         * src/compose.c
4963                 fix reply-to-list bug. closes bug report
4964                 "[633382] reply-to-list broken in recent cvs"
4965
4966 2002-11-07 [paul]       0.8.5claws86
4967
4968         * src/compose.c
4969                 add a forgotten '#if USE_GPGME ... #endif'
4970
4971 2002-11-07 [paul]       0.8.5claws85
4972
4973         * sync with 0.8.5cvs20
4974                 see ChangeLog 2002-11-07
4975
4976 2002-11-07 [colin]      0.8.5claws84
4977
4978         * src/folder.[ch]
4979                 Change folder_item_move_to to return the newly 
4980                 created folderitem.
4981         * src/folderview.c
4982                 Select the new folderitem after moving.
4983
4984 2002-11-07 [colin]      0.8.5claws83
4985
4986         * src/prefs_filtering.c
4987                 Fix rule rewriting when moving a leaf folder to a 
4988                 shorter path
4989
4990 2002-11-07 [colin]      0.8.5claws82
4991
4992         * src/prefs_filtering.c
4993                 fix a leak
4994
4995 2002-11-07 [colin]      0.8.5claws81
4996
4997         * src/folder.[ch]
4998                 Add folder_item_move_to() function to move a 
4999                 folderitem into another one (updates matcher etc)
5000         * src/folderview.c
5001                 Add folder drag'n drop (context menu to come)
5002                 [Should be dataloss free, but Please backup before 
5003                  trying !]
5004
5005 2002-11-06 [colin]      0.8.5claws80
5006
5007         * src/mh.c
5008                 mh_create_folder() returns NULL if can't create
5009                 directory hierarchy
5010
5011 2002-11-06 [paul]       0.8.5claws79
5012
5013         * src/compose.[ch]
5014                 allow 'on-the-fly' changing of the type of encryption 
5015                 and/or signing used (mime/ascii) via the compose window
5016
5017 2002-11-06 [paul]       0.8.5claws78
5018
5019         * sync with 0.8.5cvs19
5020                 see ChangeLog 2002-11-06 for src/account.c: 
5021                 account_get_special_folder()
5022                 
5023 2002-11-05 [alfons]     0.8.5claws77
5024
5025         * src/crash.c
5026                 very minor cleanups: nothing to see here, move on. :-)
5027
5028 2002-11-05 [colin]      0.8.5claws76
5029
5030         * src/main.c
5031                 Changes choices if compose windows are opened to
5032                 Discard, Draft, Don't quit
5033
5034 2002-11-05 [thorsten]   0.8.5claws75
5035
5036         * src/compose.c
5037                 reenabled default_reply_to folder option
5038
5039 2002-11-05 [colin]      0.8.5claws74
5040
5041         * src/compose.[ch] 
5042                 add compose_draft()
5043         * src/crash.c
5044                 add SIGTERM handler
5045         * src/main.[ch]
5046                 add clean_quit() for the SIGTERM handler
5047
5048 2002-11-05 [paul]       0.8.5claws73
5049         
5050         * po/es.po
5051                 updated by Ricardo Mones Lastra
5052
5053 2002-11-05 [melvin]     0.8.5claws72
5054
5055         * src/logwindow.c
5056                 Fixed log-clipping bug #616795.
5057                 To stop logging in the log window use 0 length.
5058         * src/prefs_common.c
5059                 Added a label to inform about the 0 log length behaviour.
5060
5061 2002-11-05 [paul]       0.8.5claws71
5062
5063         * sync with 0.8.5cvs17
5064                 see ChangeLog 2002-11-05
5065
5066 2002-11-04 [paul]       0.8.5claws70
5067
5068         * sylpheed-128x128.png
5069           sylpheed-64x64.png
5070           sylpheed.png
5071                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
5072                 <nikai@users.sourceforge.net>
5073                 
5074         * po/bg.po
5075                 updated by George Danchev
5076
5077 2002-11-03 [thorsten]   0.8.5claws69
5078
5079         * src/main.c
5080           src/mimeview.c
5081           src/rfc2015.h
5082                 add check if gpg is active
5083
5084 2002-11-03 [thorsten]   0.8.5claws68
5085
5086         * src/toolbar.h
5087                 removed GSList declaration causing trouble on MacOS-X
5088                 (submitted by alfons, reported by xfesty)
5089
5090 2002-11-01 [paul]       0.8.5claws67
5091
5092         * src/mainwindow.c
5093                 remove last remnants of main's filter code
5094
5095 2002-11-01 [paul]       0.8.5claws66
5096
5097         * tools/filter_conv.pl
5098                 fix bug where user-defined headers were ignored
5099
5100 2002-11-01 [paul]       0.8.5claws65
5101
5102         * src/logwindow.c
5103                 make a debug_print() not translatable
5104
5105 2002-10-31 [melvin]     0.8.5claws64
5106
5107         * ac/aspell.m4
5108                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
5109                 not run any GNU/aspell test.  The dictionary path will
5110                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
5111                 was given, in which case, it will be $prefix/lib/aspell/
5112         * configure.in
5113                 Fixed typo in commentary (Aspell code).
5114
5115 2002-10-31 [paul]       0.8.5claws63
5116
5117         * po/POTFILES.in
5118                 remove src/filter.c and src/prefs_filter.c
5119                 thanks to Ricardo for reminding me
5120
5121 2002-10-31 [colin]      0.8.5claws62
5122
5123         * src/mbox_folder.c
5124                 Plug some leaks
5125
5126 2002-10-31 [paul]       0.8.5claws61
5127
5128         * src/prefs_filter.[ch] ** REMOVED **
5129           src/filter.[ch]       ** REMOVED **
5130           
5131         * src/Makefile.am
5132           src/folderview.c
5133           src/inc.c
5134           src/main.c
5135           src/mainwindow.c
5136           src/mbox.c
5137           src/prefs_common.c
5138           src/prefs_filtering.c
5139           src/summaryview.[ch]
5140                 remove main's 'filter' code
5141                 
5142         README.claws
5143                 update to reflect removal of main's filter
5144
5145 2002-10-31 [paul]       0.8.5claws60
5146
5147         * src/summaryview.c
5148                 remove check for global_processing in summary_filter_open(). 
5149                 This fixes the bug where if the user uses the right-click 
5150                 'Create filter rule...' and doesn't have any filter rules 
5151                 already defined in claws' advanced filtering, the newly 
5152                 created filter rule goes to main's filtering which is 
5153                 inaccessible through the gui. Now the filter rule gets added
5154                 to claws' filtering by default.
5155
5156 2002-10-28 [melvin]     0.8.5claws59
5157
5158         * src/prefs_actions.c
5159                 Fixed bug #627322 where MIME parts were not always
5160                 correctly passed to a %p action
5161                 Display an error dialog when message filename is not found.
5162
5163 2002-10-28 [melvin]     0.8.5claws58
5164
5165         * src/prefs_common.c
5166                 Readded a missing function declaration lost in 0.8.3claws34
5167
5168 2002-10-28 [paul]       0.8.5claws57
5169
5170         * sync with 0.8.5cvs15
5171                 see ChangeLog 2002-10-28 and 2002-10-25
5172                 
5173         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5174
5175 2002-10-27 [oliver]     0.8.5claws56
5176
5177         * src/pop.c
5178                 plug leak in pop3_top_recv
5179
5180 2002-10-26 [christoph]  0.8.5claws55
5181
5182         * src/folder.c
5183                 set need_update folder flag when messages are added
5184                 (closes bug [ 626922 ] folder not updated after receiving)
5185
5186 2002-10-25 [melvin]     0.8.5claws54
5187
5188         * src/imageview.c
5189                 Fixed a memleak introduced in the scaling code.
5190
5191 2002-10-24 [alfons]     0.8.5claws53
5192
5193         * src/filtering.c
5194                 make filtering's forward message action forward from the 
5195                 correct account
5196                 (closes bug [628089 ] Filter -> Forward from address problem
5197                 reported by Oktay)
5198
5199 2002-10-24 [christoph]  0.8.5claws52
5200
5201         * src/mainwindow.c
5202         * src/manual.[ch]
5203                 o use manual of current locale or english if current
5204                   locale is not available (and english is available)
5205                 o also link to sylpheed doc project manuals
5206
5207 2002-10-23 [paul]       0.8.5claws51
5208
5209         * tools/README
5210           tools/kmail2sylpheed_v2.pl
5211                 add new version of kmail addressbook importer script.
5212                 works with newer versions of Kmail/KAddressBook which
5213                 have new and rearranged data.
5214
5215 2002-10-23 [martin]     0.8.5claws50
5216
5217         * src/folderview.c
5218         * src/summaryview.c
5219         * src/utils.h
5220         * src/utils.c
5221                 added length parameter to get_abbrev_newsgroup_name()
5222                 changed this function so that it abbreviates the newsgroup
5223                 names only so long it is smaller than the length parameter
5224                 (for better reading of some newsgroup names and space efficiency)
5225
5226 2002-10-22 [colin]      0.8.5claws49
5227
5228         *src/foldersel.c
5229                 Revert Alfons' last modification (after voting ;-))
5230
5231 2002-10-21 [alfons]     0.8.5claws48
5232
5233         * src/foldersel.c
5234                 folder view in folder selection dialog reflects state of
5235                 folder view in main window
5236
5237 2002-10-18 [alfons]     0.8.5claws47
5238
5239         * src/mbox.c
5240                 drop imported messages in folder selected by user,
5241                 and not in the inbox
5242                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5243
5244 2002-10-18 [alfons]     0.8.5claws46
5245
5246         * src/compose.c
5247                 make automagic reply work correctly for email accounts 
5248                 (whether it's viable to do a full sync with Hiro's 
5249                 compose.c is still under discussion)
5250
5251 2002-10-18 [melvin]     0.8.5claws45
5252
5253         * src/prefs_actions.c
5254                 Fixed bug #622275 where asynchroneous actions left 
5255                 zombies processes
5256                 Made (synchroneous) actions' input be displayed live.
5257
5258 2002-10-18 [christoph]  0.8.5claws44
5259
5260         * src/textview.c
5261                 don't add a newline in the textview in front of the
5262                 first textpart if header display is disabled
5263                 (closes bug [ 603385 ] disabled header display leaves blank
5264                  lin)
5265
5266 2002-10-18 [christoph]  0.8.5claws43
5267
5268         * src/folder.[ch]
5269         * src/imap.c
5270         * src/mbox_folder.c
5271         * src/mh.c
5272         * src/news.c
5273                 folder->get_num_list now returns an error code
5274                 (closes bug [ 609424 ] News cache cleared on failure)
5275                 
5276 2002-10-17 [colin]      0.8.5claws42
5277         
5278         * src/news.c
5279                 Changed a printf by debug_print
5280
5281 2002-10-16 [paul]       
5282
5283         * tools/OOo2sylpheed.pl
5284                 allow for spaces in the name of the
5285                 file to be attached.
5286
5287 2002-10-16 [colin]      0.8.5claws41
5288
5289         * src/main.c
5290                 Use a tristate to change online mode
5291
5292 2002-10-16 [paul]       0.8.5claws40
5293
5294         * po/es.po
5295                 updated by Ricardo Mones Lastra
5296
5297 2002-10-16 [colin]      0.8.5claws39
5298
5299         * src/main.c
5300           src/mainwindow.[ch]
5301                 Added --online and --offline command-line
5302                 switches
5303
5304 2002-10-15 [christoph]  0.8.5claws38
5305
5306         * src/procmime.c
5307                 set mimeinfo->name to NULL after g_free to
5308                 avoid double freeing with g_free
5309
5310 2002-10-14 [christoph]  0.8.5claws37
5311
5312         * src/compose.c
5313         * src/filtering.c
5314         * src/summaryview.c
5315                 remove calls to folder->change_flags that are now
5316                 done by procmsg flag functions (seems it is not
5317                 used by any foldertype anyway)
5318         * src/folder.c
5319                 init folder->change_flags with NULL
5320
5321 2002-10-14 [christoph]  0.8.5claws36
5322
5323         * src/folder.[ch]
5324         * src/imap.[ch]
5325                 use virtual functions for folder item new and destroy
5326                 functions
5327
5328 2002-10-14 [melvin]     0.8.5claws35
5329
5330         * src/compose.c
5331                 Added a test to not run the spell checker if no default
5332                 dictionary is available. No dialog is displayed though.
5333
5334 2002-10-14 [melvin]     0.8.5claws34
5335
5336         * src/gtkaspell.c
5337                 Fixed bug in dictionary list context menu where
5338                 "More..." pointed to an emtpy submenu if the
5339                 number of dictionaries is a multiple of 15
5340                 Removed unneeded code in suggestions list creation
5341
5342 2002-10-14 [paul]       0.8.5claws33
5343
5344         * po/bg.po
5345                 updated by George Danchev
5346
5347 2002-10-13 [hoa]        0.8.5claws32
5348
5349         * src/matcher.[ch]
5350           src/matcher_parser_parser.y
5351                 removed the escaped string from internal structure
5352                 of matcher.
5353
5354 2002-10-12 [colin]      0.8.5claws31
5355
5356         * src/gtksctree.[ch]
5357           src/summaryview.c
5358                 Removed useless function gtksctree_reanchor
5359
5360 2002-10-12 [alfons]     0.8.5claws30
5361         
5362         * sync with remaining main changes 2002-10-09 - 2002-10-11
5363         - drop changes to src/compose.c (requires claws specific changes)
5364         
5365 2002-10-12 [alfons]     0.8.5claws29
5366         
5367         * sync with main changes of 2002-10-08
5368         - drop changes to src/compose.c (requires claws specific changes)
5369         - drop changes to src/summaryview.c (requires changes to compose.c)     
5370
5371 2002-10-12 [alfons]     0.8.5claws28
5372         
5373         * sync with main changes of 2002-10-07
5374
5375 2002-10-12 [alfons]     0.8.5claws27
5376
5377         * sync with main changes of 2002-10-04
5378         - drop changes to src/compose.c (requires claws specific changes)
5379         - drop changes to src/prefs_folder_item.c (claws implementation
5380           seems to be working)
5381
5382 2002-10-12 [colin]      0.8.5claws26
5383
5384         * src/mainwindow.c
5385                 Fix folder-flicker when space-reading, introduced 
5386                 in claws22.
5387
5388 2002-10-12 [colin]      0.8.5claws25
5389
5390         * src/compose.c
5391                 Save account address when saving as draft.
5392                 (closes bug 621838)
5393
5394 2002-10-12 [colin]      0.8.5claws24
5395
5396         * src/summaryview.c
5397                 Fix the problem consisting of no message selected
5398                 after the last message in a folder has been moved.
5399
5400 2002-10-12 [paul]       0.8.5claws23
5401
5402         * src/compose.c
5403           src/prefs_template.c
5404           src/template.[ch]
5405                 add Cc and Bcc to templates. Patch submitted by
5406                 John L. Males.
5407
5408 2002-10-12 [colin]      0.8.5claws22
5409
5410         * src/folderview.c
5411                 Fix a bug after "Check for new messages":
5412                 If a folder was opened, it was still selected at
5413                 the end of the check, but displayed empty.
5414         * src/mainwindow.c
5415                 Remove unnecessary check
5416
5417 2002-10-12 [paul]
5418
5419         * tools/README
5420                 be more verbose in the description of
5421                 OOo2sylpheed.pl
5422                 
5423
5424 2002-10-11 [colin]      0.8.5claws21
5425
5426         * src/mainwindow.c
5427                 Make space work (better) when no mail is selected
5428
5429 2002-10-11 [colin]      0.8.5claws20
5430
5431         * src/inc.c
5432           src/news.c
5433                 fix warnings
5434
5435 2002-10-11 [colin]      0.8.5claws19
5436
5437         * src/mainwindow.c
5438                 revert 0.8.5claws6 changes as i couldn't get to
5439                 anything satisfying
5440
5441 2002-10-11 [melvin]     0.8.5claws18
5442
5443         * src/compose.c
5444                 Removed buggy and unused macro (should have been committed in
5445                 0.8.5claws17)
5446
5447 2002-10-11 [melvin]     0.8.5claws17
5448
5449         * src/compose.c
5450                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5451
5452 2002-10-11 [thorsten]   0.8.5claws16 
5453
5454         * src/folderview.c
5455                 remove rescan warning
5456
5457 2002-10-11 [colin]      0.8.5claws15 
5458
5459         * src/procheader.c
5460                 fix a segfault that happens if conv_unmime_header
5461                 fails (should be better to find out why it fails)
5462
5463 2002-10-11 [christoph]  0.8.5claws14
5464
5465         * src/summaryview.c
5466                 update folderview stats after ignore/unignore thread
5467
5468 2002-10-11 [hoa]        0.8.5claws13
5469
5470         * src/quote_fmt_parse.y
5471                 Fixed a yacc/bison syntax error
5472         * src/matcher.c
5473                 Escaping of string is fixed.
5474
5475 2002-10-11 [colin]      0.8.5claws12
5476
5477         * src/imageview.c
5478                 Resize images to fit
5479
5480 2002-10-11 [paul]       0.8.5claws11
5481
5482         * po/es.po
5483                 updated by Ricardo Mones Lastra
5484
5485 2002-10-10 [alfons]     0.8.5claws10
5486
5487         * src/compose.c
5488                 allow dropping files by "moving" files from a file manager,
5489                 not only by the more cumbersome "copying". the latter 
5490                 mostly implies holding down the Control button
5491
5492 2002-10-10 [christoph]  0.8.5claws9
5493
5494         * src/summaryview.c
5495                 update folders after thread building for ignored threads
5496
5497 2002-10-10 [christoph]  0.8.5claws8
5498
5499         * config/.cvsignore
5500                 added Makefile
5501         * src/filtering.[ch]
5502         * src/folder.[ch]
5503         * src/folderview.[ch]
5504         * src/import.c
5505         * src/inc.[ch]
5506         * src/mbox.[ch]
5507         * src/procmsg.c
5508         * src/summaryview.[ch]
5509                 o added new flag need_update to FolderItem
5510                 o removed folder_table from various functions from tracking
5511                   folder updates
5512                 o set need_update flags in folder.c's move, copy and delete
5513                   functions and procmsg's flags functions
5514                 o added function folderview_update_items_when_required that
5515                   updates all folders with need_update set
5516                 o call folderview_update_items_when_required instead of
5517                   folderview_update_item_foreach
5518
5519 2002-10-09 [sergey]     0.8.5claws7
5520
5521         * src/compose.c
5522                 Strip CRs whel loading the text into editor in reedit mode.
5523
5524 2002-10-09 [colin]      0.8.5claws6
5525
5526         * src/mainwindow.c
5527                 Make Space work when no mail is selected
5528
5529 2002-10-09 [colin]      0.8.5claws5
5530
5531         * src/gtksctree.[ch]
5532                 Fix range_select
5533                 Add gtk_sctree_reanchor() 
5534         * src/summaryview.c
5535                 Use gtk_sctree_reanchor() - better fix for 
5536                 bug 60413
5537
5538 2002-10-09 [colin]      0.8.5claws4
5539
5540         * src/summaryview.c
5541                 Fix shift-click select after delete problem
5542                 (closes bug 60413)
5543
5544 2002-10-08 [thorsten]   0.8.5claws3
5545
5546         * src/summaryview.c
5547                 exclude current msg from -hide read messages-
5548
5549 2002-10-08 [colin]      0.8.5claws2
5550
5551         * src/inc.[ch]
5552           src/pop.c
5553           src/recv.c
5554                 Differentiate socket errors from disk full
5555                 errors
5556
5557 2002-10-08 [christoph]  0.8.5claws1
5558
5559         * Makefile.am
5560         * configure.in
5561                 modifications for new config directory
5562
5563         * config.guess  ** REMOVED **
5564         * config.sub    ** REMOVED **
5565         * install-sh    ** REMOVED **
5566         * ltmain.sh     ** REMOVED **
5567         * missing       ** REMOVED **
5568         * mkinstalldirs ** REMOVED **
5569                 these files are autogenerated by automake
5570                 when you run autogen.sh
5571
5572         * config/.cvsignore     ** NEW FILE **
5573         * config/Makefile.am    ** NEW FILE **
5574                 ignore autogenerated files
5575                 create a Makefile in this directory
5576
5577 2002-10-08 [paul]       0.8.5claws
5578
5579         * 0.8.5claws release
5580         
5581         * src/compose.c
5582           src/procheader.c
5583           src/procmsg.c
5584                 fix quote reply format for newsgroups reply bug
5585                 (thanks to Hoa)
5586                 
5587         * po/en_GB.po
5588           po/pl.po
5589                 updated by me and Witold Wladyslaw Wojciech Wilk
5590                 repectively
5591
5592 2002-10-07 [paul]       0.8.3claws53
5593
5594         * po/it.po
5595           po/pt_BR.po
5596           po/sr.po
5597                 updated messages catalogs, submitted by
5598                 Alessandro Maestri, Fabio Jr.Beneditto 
5599                 and Urke MMI, respectively.
5600
5601 2002-10-07 [christoph]  0.8.3claws52
5602
5603         * src/folder.[ch]
5604         * src/folderview.c
5605         * src/mainwindow.c
5606                 fix new folder ghost message bug
5607                 (closes bug [ 619722 ] wrong count for newly created folders)
5608
5609 2002-10-07 [christoph]  0.8.3claws51
5610
5611         * src/compose.c
5612                 fix news posting problem
5613
5614 2002-10-07 [melvin]     0.8.3claws50
5615
5616         * po/fr.po
5617                 Updated French translation
5618
5619 2002-10-05 [christoph]  0.8.3claws49
5620
5621         * src/gtkstext.c
5622                 check if line_start_cache is set in gtk_stext_update_text
5623                 (closes bug [ 618119 ] crash while doing search in folder)
5624
5625 2002-10-05 [christoph]  0.8.3claws48
5626
5627         * src/imap.c
5628         * src/news.c
5629         * src/utils.c
5630         * src/utils.h
5631                 implement cache cleanups for claws' folder system
5632                 (closes bug [ 595916 ] imapcache not cleaned up)
5633
5634 2002-10-05 [melvin]     0.8.3claws47
5635
5636         * src/prefs_actions.c
5637                 Made the help text more clear for the %p token
5638
5639 2002-10-04 [paul]       0.8.3claws46
5640
5641         * sync with 0.8.5
5642                 see ChangeLog 2002-10-02 and 2002-10-03
5643
5644 2002-10-04 [christoph]  0.8.3claws45
5645
5646         * src/inc.c
5647                 fix segfault caused by pop before smtp
5648                 call to inc_account_mail with NULL
5649                 pointer for mainwin
5650
5651 2002-10-04 [paul]       0.8.3claws44
5652
5653         * configure.in
5654                 sync the LDAP detection from 0.8.5cvs1
5655
5656 2002-10-02 [christoph]  0.8.3claws43
5657
5658         * po/de.po
5659                 fix small spelling error
5660
5661 2002-10-02 [melvin]     0.8.3claws42
5662
5663         * ac/aspell.m4
5664                 Behave better and say "no" when test program cannot be run.
5665
5666 2002-10-02 [paul]       0.8.3claws41
5667
5668         * sync with 0.8.4cvs1
5669                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5670                 
5671         * src/summaryview.c
5672                 toggle the behavior of Reply menuitem between
5673                 normal reply and reply-to-list
5674
5675 2002-10-01 [sergey]     0.8.3claws40
5676
5677         * src/compose.c
5678                 Convert newlines in the message text to the canonical form
5679                 before base64 encoding (RFC2045 compliance, fixes some
5680                 interoperability issues with Evolution 1.0.3)
5681
5682 2002-09-29 [colin]      0.8.3claws39
5683
5684         * src/summaryview.c
5685                 Fix an unwanted copy/paste
5686
5687 2002-09-29 [colin]      0.8.3claws38
5688
5689         * src/mainwindow.c
5690                 Renamed "Custom toolbar" to "Customize toolbar"
5691                 Renamed "Show all header" to "Show all headers"
5692                 Renamed "Set diplay item" to "Set displayed items"
5693         * src/prefs_common.c
5694                 Renamed "Show all header" to "Show all headers"
5695         * src/prefs_summary_column.c
5696                 Renamed "diplay item" to "displayed items"
5697
5698 2002-09-29 [colin]      0.8.3claws37
5699
5700         * src/mainwindow.[ch]
5701                 online/offline status pixmaps follow theme
5702                 changes
5703         * src/summaryview.[ch]
5704                 quicksearch pixmap follows theme changes
5705
5706 2002-09-29 [thorsten]   0.8.3claws36
5707
5708         * src/compose.c
5709           src/prefs_folder_item.[ch]
5710                 add default_reply_to folder option (closes patch 581044)
5711
5712 2002-09-29 [christoph]  0.8.3claws35
5713
5714         * acconfig.h    ** REMOVED **
5715         * configure.in
5716         * ac/aspell.m4
5717         * ac/check-type.m4
5718         * ac/gnupg-check-typedef.m4
5719                 fix autoheader 2.50 warning
5720
5721 2002-09-29 [christoph]  0.8.3claws34
5722
5723         * major code cleanup (part 2)
5724         
5725                 - unused variables removed
5726                 - unused functions removed
5727                 - uninitialized variables checked
5728                 - missing return statements added
5729                 - missing function return types added
5730                 - added parentheses around assignment
5731                   when suggested by gcc
5732
5733 2002-09-29 [alfons]     0.8.3claws33
5734
5735         * src/logwindow.c
5736                 log_window_clear(): only bracket gtk_text_forward_delete() 
5737                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5738                 works around GTK text bug)
5739
5740 2002-09-29 [paul]       0.8.3claws32
5741
5742         * po/bg.po
5743           po/sr.po
5744                 updated by George Danchev and Urke MMI
5745                 respectively
5746
5747 2002-09-27 [christoph]  0.8.3claws31
5748
5749         * doc-src/readme.txt
5750         * doc-src/rfc1806.txt   ** REMOVED **
5751         * doc-src/rfc2183.txt   ** NEW FILE **
5752         * doc-src/rfc2980.txt   ** NEW FILE **
5753                 update rfcs
5754
5755 2002-09-27 [melvin]     0.8.3claws30
5756
5757         * ac/aspell.m4
5758                 Fixed typo which could break linking
5759
5760 2002-09-27 [melvin]     0.8.3claws29
5761
5762         * ac/aspell.m4
5763                 Improved GNU/aspell checking. 
5764                 Fixed bug #614490
5765
5766 2002-09-27 [paul]       0.8.3claws28
5767
5768         * sync with 0.8.3cvs8
5769                 see ChangeLog 2002-09-27
5770
5771 2002-09-26 [colin]      0.8.3claws27
5772
5773         * src/toolbar.[ch]
5774           src/mainwindow.[ch]
5775                 Add "Reply to Mailing-list" to the toolbar
5776
5777 2002-09-26 [christoph]  0.8.3claws26
5778
5779         * src/summaryview.c
5780                 Fix wrong message counts in summaryview status
5781
5782 2002-09-26 [paul]       0.8.3claws25
5783
5784         * sync with 0.8.3cvs7
5785                 see ChangeLog 2002-09-26
5786
5787 2002-09-26 [paul]       0.8.3claws24
5788
5789         * sync with 0.8.3cvs6
5790                 see ChangeLog 2002-09-25
5791
5792 2002-09-25 [christoph]  0.8.3claws23
5793
5794         * src/prefs_common.c
5795         * src/prefs_folder_item.c
5796         * src/prefs_scoring.c
5797                 Renamed "kill score" to "hide score" in GUI
5798                 and prefs files
5799
5800 2002-09-25 [paul]       0.8.3claws22
5801
5802         * sync with 0.8.3cvs5
5803                 see ChangeLog 2002-09-24
5804
5805 2002-09-24 [alfons]     0.8.3claws21
5806
5807         patch by Satoshi Nagayasu: allows appending / saving multiple 
5808         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5809         'Save as ...'")
5810
5811         * AUTHORS
5812                 add Satoshi Nagayasu
5813         * src/summaryview.c
5814                 summary_save_as(): allow saving selected files to
5815                 one file
5816                 summary_set_menu_sensitive: enable "Save As..." when
5817                 multiple files are selected
5818         * src/utils.[ch]
5819                 append_file(): new function
5820
5821 2002-09-24 [colin]      0.8.3claws20
5822
5823         * src/procmime.c
5824                 Fix segfault when mimeinfo doesn't have a 
5825                 content_type. 
5826
5827 2002-09-24 [colin]      0.8.3claws19
5828
5829         * src/prefs_common.[ch]
5830                 Add a preference to display send dialog or not
5831         * src/send.c
5832                 Display send dialog according to preference
5833
5834 2002-09-24 [colin]      0.8.3claws18
5835
5836         * src/compose.[ch]
5837                 Disable user actions when sending
5838
5839 2002-09-24 [colin]      0.8.3claws17
5840
5841         * src/procmime.c
5842                 Do not display name or filename for attachments
5843                 with an application/pgp-signature type
5844                 (security flaw, see bug 537413)
5845
5846 2002-09-23 [colin]      0.8.3claws16
5847
5848         * src/editaddress.c
5849                 Initialize entry_email, entry_alias and 
5850                 entry_remarks to first email address of the list
5851
5852 2002-09-23 [colin]      0.83claws15
5853
5854         * src/compose.c
5855                 Drop pgp-signature when reediting a signed queued
5856                 message
5857
5858 2002-09-23 [melvin]     0.8.3claws14
5859
5860         * po/fr.po
5861                 Updated French translation
5862
5863 2002-09-23 [melvin]     0.8.3claws13
5864
5865         * src/mainwindow.c
5866                 Made custom toolbar menu labels more consistent
5867         * src/prefs_toolbar.c
5868                 Made custom toolbar window title more consistent
5869
5870 2002-09-22 [colin]      0.8.3claws12
5871
5872         * src/inc.c
5873                 Initialize session type to normal before getting 
5874                 mail (fixes strange Get behaviour)
5875         * src/prefs_account.h
5876                 Move STYPE_POP_BEFORE_SMTP to last position to 
5877                 avoid other side-effects
5878
5879 2002-09-22 [colin]      0.8.3claws11
5880
5881         * src/prefs_account.c
5882                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5883                 from pop3 to apop or vice-versa
5884
5885 2002-09-22 [colin]      0.8.3claws10
5886         
5887         * src/prefs_account.[ch]
5888                 Add an option for the POP before SMTP timeout
5889         * src/inc.c
5890                 Remember time of last POP connection
5891         * src/send.c
5892                 Do POP before SMTP only if timeout reached
5893
5894 2002-09-22 [oliver]     0.8.3claws9
5895         
5896         * README.claws
5897                 explain custom toolbar
5898
5899 2002-09-22 [oliver]     0.8.3claws8
5900
5901         * src/prefs_actions.[ch]
5902         custom toolbar for compose      
5903                 actions callback from compose toolbar
5904         * src/folderview.c
5905                 remove include toolbar.h
5906
5907 2002-09-22 [oliver]     0.8.3claws7
5908         
5909         * src/prefs_toolbar.[ch]
5910                 custom toolbar for compose
5911                 - generic prefs_toolbar handles both
5912                   Mainwin's toolbar as well as Compose toolbar          
5913
5914 2002-09-22 [oliver]     0.8.3claws6
5915         
5916         * src/toolbar.[ch]
5917                 custom toolbar for compose
5918                 restructure toolbar.[ch]
5919
5920 2002-09-22 [oliver]     0.8.3claws5
5921
5922         * src/compose.[ch]
5923                 custom toolbar for compose
5924
5925 2002-09-22 [oliver]     0.8.3claws4
5926         
5927         * src/mainwindow.[ch]
5928                 custom toolbar for compose 
5929                 move mainwin toolbar back to mainwindow
5930
5931 2002-09-22 [alfons]     0.8.3claws3
5932
5933         * src/procmsg.c
5934                 :%sno/if(/if (/gc
5935                 :%sno/for(/for (/gc
5936                 (beautify)
5937
5938 2002-09-22 [alfons]     0.8.3claws2
5939         
5940         * src/procmsg.c
5941                 procmsg_save_to_outbox(): don't unlink message file from queue;
5942                 callers should do it using folder_item_remove_msg()
5943
5944 2002-09-22 [colin]      0.8.3claws1
5945
5946         * src/mimeview.[ch]
5947                 Made mimeview_check_signature() public
5948         * src/textview.c
5949                 Made GPG signatures verifiable by clicking
5950                 the [application/pgp-signature] in the Text
5951                 view
5952
5953 2002-09-22 [paul]       0.8.3claws
5954
5955         * po/bg.po
5956           po/en_GB.po
5957           po/es.po
5958           po/it.po
5959           po/pl.po
5960           po/pt_BR.po
5961           po/sr.po
5962                 updated translations, submitted by George Danchev,
5963                 me, Ricardo Mones Lastra, Alessandro Maestri,
5964                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5965                 and Urke MMI, respectively.     
5966
5967 2002-09-22 [alfons]     0.8.2claws65
5968
5969         * src/procmsg.c
5970         * src/pgptext.c
5971                 no furry valgrinds have been used to plug these memleaks
5972
5973 2002-09-20 [paul]       0.8.2claws64
5974
5975         * sync with 0.8.3cvs4
5976                 'Select thread' re-implemented 
5977                 see ChangeLog 2002-09-20
5978
5979 2002-09-21 [alfons]     0.8.2claws63
5980
5981         * src/compose.c
5982                 compose_send(): plug unnoticed memleak
5983
5984 2002-09-20 [alfons]     0.8.2claws62
5985
5986         * src/addr_compl.c
5987                 replace_address_in_edit(): strict check for NULL address to
5988                 fix "[ 607348 ] Segfault in address completion". My guess is
5989                 that this happens with an empty address book, but it's good
5990                 to have this check here anyway
5991                 
5992                 completion_window_button_press(): free string returned 
5993                 from the internal cache
5994
5995 2002-09-20 [christoph]  0.8.2claws61
5996
5997         * src/procmime.h
5998                 added ENC_BINARY to EncodingType
5999         * src/procmime.c
6000                 the string returned by procmime_get_encoding_str
6001                 should not depend on the order of values in the
6002                 EncodingType definition
6003         * doc-src/rfc1806.txt   ** NEW FILE **
6004                 Added rfc1806 about MIME Content-Disposition
6005                 Extension
6006
6007 2002-09-19 [paul]       0.8.2claws60
6008
6009         * sync with 0.8.2cvs3
6010                 see ChangeLog 2002-09-19
6011
6012 2002-09-19 [paul]       0.8.2claws59
6013
6014         * src/prefs_folder_item.c
6015                 revert to Darko's original alignment of colour
6016                 selector button
6017                 add a colon to folder_color label
6018                 
6019         * src/compose.c
6020                 add Colin's patch (with Hiro's modifications) to 
6021                 force BASE64 encoding for 8-bit text when signing
6022                 (sync with 0.8.3cvs2)
6023
6024 2002-09-18 [alfons]     0.8.2claws58
6025
6026         * src/compose.c
6027                 :%sno/if(/if (/gc
6028                 :%sno/for(/for (/gc
6029                 (beautify a little bit)
6030
6031 2002-09-18 [christoph]  0.8.2claws57
6032
6033         * src/pine.c
6034                 fix handling of fgetc return value
6035
6036 2002-09-17 [alfons]     0.8.2claws56
6037         
6038         * src/summaryview.c
6039                 summary_sort(): check non-NULL summaryview->folder_item when no 
6040                 folder is selected at all
6041                 (closes "[ 610344 ] sort label make syl Crash")
6042
6043 2002-09-17 [alfons]     0.8.2claws55
6044         
6045         * src/compose.c
6046                 beautify a little bit
6047
6048 2002-09-17 [christoph]  0.8.2claws54
6049
6050         * src/folder.c
6051                 initialize max values for cache and folder
6052                 when cache or folder is empty
6053
6054 2002-09-15 [colin]      0.8.2claws53
6055
6056         * src/compose.c
6057                 Fix a leak (thanks Alfons!) and cleaned
6058                 variables names for custom headers
6059
6060 2002-09-15 [colin]      0.8.2claws52
6061
6062         * src/compose.c
6063                 Fix custom headers recognition when
6064                 prefs_common.trans_hdr is on
6065
6066 2002-09-15 [colin]      0.8.2claws51
6067
6068         * src/compose.c
6069                 Allow dynamically-added custom headers
6070                 Yet not reparsed if reedited
6071
6072 2002-09-15 [alfons]     0.8.2claws50
6073
6074         * src/prefs_account.c
6075                 fix warnings
6076
6077 2002-09-15 [colin]      0.8.2claws49
6078         
6079         * src/prefs_account.c
6080                 fix pop_before_smtp sensitivity
6081
6082 2002-09-15 [colin]      0.8.2claws48
6083
6084         * src/inc.[ch]
6085                 add inc_pop_before_smtp()
6086                 allow MainWindow to be undefined in 
6087                 inc_account_mail() and inc_start()
6088         * src/pop.c
6089           src/prefs_account.h
6090                 add STYPE_POP_BEFORE_SMTP session type
6091         * src/prefs_account.c
6092                 activated pop before smtp option
6093         * src/send.c
6094                 do pop before smtp if the relevant option 
6095                 is set
6096
6097 2002-09-15 [paul]       0.8.2claws47
6098
6099         * sync with 0.8.3
6100                 see ChangeLog 2002-09-15
6101
6102 2002-09-14 [paul]       0.8.2claws46
6103
6104         * po/bg.po
6105                 updated Bulgarian translation, submitted by
6106                 George Danchev
6107
6108 2002-09-13 [paul]       0.8.2claws45
6109
6110         * src/compose.c
6111                 merge claws' select_account() with main's
6112                 (new) compose_select_account(). [sync with
6113                 0.8.2cvs15, see ChangeLog 2002-09-11]
6114
6115 2002-09-12 [christoph]  0.8.2claws44
6116
6117         * src/filter.c
6118                 allocate 1 elements of FolderItem not 0
6119
6120 2002-09-12 [colin]      0.8.2claws43
6121
6122         * src/compose.c
6123                 Fix bug #590825 (obey Follow-up: poster)
6124
6125 2002-09-12 [colin]      0.8.2claws42
6126
6127         * src/procmime.c
6128                 Fix bug #557009 (wrong headers for messages 
6129                 forwarded as attachments)
6130
6131 2002-09-11 [colin]      0.8.2claws41
6132         
6133         * src/compose.c
6134                 Put SCF: pseudo-header on top of message
6135                 Set draft tmp_flag when saved as draft
6136
6137         * src/procmsg.c
6138           src/procheader.c
6139                 Skip after first \n\n for beginning of real message
6140                 for drafts too
6141
6142 2002-09-11 [christoph]  0.8.2claws40
6143
6144         * src/filtering.c
6145                 use procmsg flag functions in filtering or processing
6146                 will cause incorrect folder message counts
6147
6148 2002-09-11 [colin]      0.8.2claws39
6149
6150         * src/compose.c
6151                 Fix bug #550175 - wrong save folder when reediting
6152                 drafts
6153
6154 2002-09-11 [paul]       0.8.2claws38
6155
6156         * sync with 0.8.2cvs14
6157                 see ChangeLog 2002-09-11
6158
6159 2002-09-11 [colin]      0.8.2claws37
6160
6161         * src/folder.c
6162                 Fix a typo (seeming to cause new/unread status to
6163                 be lost)
6164
6165 2002-09-10 [christoph]  0.8.2claws36
6166
6167         * src/compose.c
6168                 compose_redirect should not use compose_generic_new
6169                 because that does more stuff than expected including
6170                 opening the external editor
6171                 (closes bug "[ 526608 ] bounced messages appear blank
6172                  in editor")
6173
6174 2002-09-10 [christoph]  0.8.2claws35
6175
6176         * src/folder.c
6177                 fix problem with too large message number range
6178                 causing a crash in folder_item_scan
6179
6180 2002-09-10 [paul]       0.8.2claws34
6181
6182         * sync with 0.8.2cvs13
6183                 see ChangeLog 2002-09-10
6184
6185 2002-09-10 [christoph]  0.8.2claws33
6186
6187         * src/msgcache.c
6188                 set MsgInfo TmpFlags for queue and draft folders
6189                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6190
6191 2002-09-10 [paul]       0.8.2claws32
6192
6193         * AUTHORS
6194           po/bg.po      ** NEW FILE **
6195                 new Bulgarian translation submitted by
6196                 George Danchev <danchev@spnet.net>
6197                 
6198         * tools/Makefile.am
6199           tools/README
6200           tools/tb2sylpheed     ** NEW FILE **
6201                 add script that converts an addressbook exported
6202                 from The Bat! into a Sylpheed addressbook. Submitted
6203                 by Urke MMI <urke-kg@eunet.yu>
6204
6205 2002-09-10 [paul]       0.8.2claws31
6206
6207         * sync with 0.8.2cvs12
6208                 see ChangeLog 2002-09-10
6209
6210 2002-09-06 [paul]       0.8.2claws30
6211
6212         * src/prefs_common.c
6213                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6214                 
6215         * tools/Makefile.am
6216           tools/README
6217           tools/ldif-to-xml.py  ** REMOVED **
6218                 remove obsolete python script
6219
6220 2002-09-06 [paul]       0.8.2claws29
6221
6222         * sync with 0.8.2cvs10
6223                 see ChangeLog 2002-09-06
6224
6225 2002-09-04 [paul]       0.8.2claws28
6226
6227         * sync with 0.8.2cvs9
6228                 see ChangeLog 2002-08-04
6229
6230 2002-09-04 [colin]      0.8.2claws27 
6231
6232         * src/prefs_common.[ch]
6233                 Added signature color configuration
6234         * src/textview.c
6235                 Use user-specified signature color
6236
6237 2002-09-03 [colin]      0.8.2claws26
6238
6239         * src/prefs_common.[ch]
6240                 Added autosave and autosave_length prefs
6241         * src/compose.c
6242                 Added compose_remove_draft()
6243                 Auto-save drafts according to the prefs
6244         * src/main.c
6245                 Added a crash-indicator file, allowing to check
6246                 for new messages on startup if Sylpheed crashed
6247                 (makes saved drafts "reappear")
6248
6249 2002-09-03 [colin]      0.8.2claws25
6250
6251         * src/textview.[ch]
6252                 Grey the signature
6253
6254 2002-09-03 [paul]       0.8.2claws24
6255
6256         * sync with 0.8.2cvs8
6257                 see ChangeLog 2002-09-02 and 2002-09-03
6258
6259 2002-09-03 [darko]      0.8.2claws23
6260
6261         * src/folderview.c
6262                 use normal style when creating new folder to pick
6263                 proper font size 
6264
6265 2002-09-02 [melvin]     0.8.2claws22
6266
6267         * src/gtkaspell.m4
6268                 removed some obsolete code
6269
6270 2002-09-02 [melvin]     0.8.2claws21
6271
6272         * ac/aspell.m4
6273                 fixed test's equality sign (== to =)
6274
6275 2002-09-02 [alfons]     0.8.2claws20
6276
6277         * src/folder.c
6278         * src/mh.c
6279                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6280                 as folder->destroy virtual as suggested by Hiro
6281                 (the mh.c code seems to have been lost around mh.c.1.21)
6282
6283 2002-09-02 [paul]       0.8.2claws19
6284
6285         * po/pt_BR.po
6286                 updated by Fabio Jr. Beneditto
6287                 
6288         * src/defs.h
6289                 use 'http://claws.sylpheed.org' for homepage link. 
6290                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6291
6292 2002-09-01 [alfons]     0.8.2claws18
6293
6294         * src/mh.c
6295                 plug memleak related to one Martin Kluge found
6296
6297 2002-08-31 [paul]       0.8.2claws17
6298
6299         * sync with 0.8.2cvs6
6300                 see ChangeLog 2002-08-30
6301
6302 2002-08-31 [alfons]     0.8.2claws16
6303
6304         * src/folder.c
6305                 folder_destroy(): remove mailbox from folderlist even if it has
6306                 no destroy virtual
6307
6308 2002-08-31 [alfons]     0.8.2claws15
6309
6310         * src/folder.c
6311                 :%sno/if(/if (/gc
6312                 :%sno/for(/for (/gc
6313                 (being pedantic I know)
6314
6315 2002-08-31 [alfons]     0.8.2claws14
6316
6317         * src/folder.c
6318                 check for NULL pointers returned from folder->fetch_msginfo virtual
6319                 (should solve some reported crashes)
6320
6321 2002-08-30 [alfons]     0.8.2claws13
6322
6323         * acconfig.h
6324         * configure.in
6325         * src/crash.c
6326                 enable crash dialog on compilation time
6327                 (--enable-crash-dialog configure option)
6328
6329 2002-08-30 [alfons]     0.8.2claws12
6330
6331         * AUTHORS
6332                 add Martin Kluge
6333         * src/mh.c
6334                 apply memory leak plug patch by Martin Kluge
6335                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6336                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6337                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6338
6339 2002-08-30 [darko]      0.8.2claws11
6340
6341         * src/folderview.c
6342                 copy Gtk style from normal style to match
6343                 font size for coloured folders
6344
6345 2002-08-29 [alfons]     0.8.2claws10
6346
6347         * sylpheed.desktop
6348                 Type=Internet <- Type=Application
6349                 (reported by Michael Schwendt, see:
6350                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6351                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6352
6353 2002-08-29 [paul]       0.8.2claws9
6354
6355         * sync with 0.8.2cvs5
6356                 see ChangeLog 2002-08-29
6357
6358 2002-08-29 [colin]      0.8.2claws8
6359
6360         * src/summaryview.c
6361                 Added a sanity check in summary_select_thread
6362                 Should fix bug 601605
6363
6364 2002-08-29 [colin]      0.8.2claws7
6365
6366         * src/main.c
6367                 Revert claws6 changes regarding bug #591676
6368
6369 2002-08-28 [colin]      0.8.2claws6
6370         
6371         * src/main.c
6372                 Ignore cache for queue folderitems
6373                 Fix bug #591676
6374
6375 2002-08-28 [melvin]     0.8.2claws5
6376
6377         * README.claws
6378                 Fixed typos.
6379
6380 2002-08-28 [melvin]     0.8.2claws4
6381
6382         * README.claws
6383                 Updated a bit the text concerning the spell checker
6384
6385 2002-08-28 [melvin]     0.8.2claws3
6386
6387         Merged the GNU_aspell_branch:
6388                 Support of new GNU/aspell is now included and the old pspell
6389                 is not supported anymore.
6390                 See README.claws
6391
6392         * README.claws
6393                 Updated spell checker text to reflect the switch to GNU/aspell
6394
6395         * ac/aspell.m4          *** NEW ***
6396         * src/gtkaspell.[ch]    *** NEW *** 
6397         * ac/pspell.m4          *** DELETED *** 
6398         * src/gtkspell.[ch]     *** DELETED ***
6399
6400         * ac/Makefile.am
6401                 Updated for GNU/aspell support
6402
6403         * po/POTFILES.in
6404                 Replaced gtkspell.c by gtkaspell.c
6405
6406         * acconfig.h
6407         * src/Makefile.am
6408         * src/about.c
6409         * src/compose.[ch]
6410         * src/crash.c
6411         * src/main.c
6412         * src/prefs_common.[ch]
6413                 Updated for GNU/aspell support
6414
6415 2002-08-28 [paul]       0.8.2claws2
6416
6417         * sync with 0.8.2cvs4
6418                 see ChangeLog 2002-08-27 and 2002-08-28
6419
6420 2002-08-28 [colin]      0.8.2claws1
6421
6422         * src/summary_search.c
6423                 Added "AND search"
6424
6425 2002-08-28 [jens]       0.8.2claws
6426
6427         *po/de.po
6428                 Updated German translations
6429
6430 2002-08-27 [melvin]     0.8.2claws
6431
6432         * po/fr.po
6433                 Updated French translations
6434
6435 2002-08-27 [paul]       0.8.2claws
6436
6437         * sync with 0.8.2 main release
6438
6439         * po/en_GB.po
6440           po/es.po
6441           po/it.po
6442           po/pl.po
6443           po/pt_BR.po
6444           po/sr.po
6445                 updated message catalogs submitted by
6446                 Ricardo Mones Lastra, Alessandro Maestri,
6447                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6448                 Beneditto and Urke MMI  
6449
6450 2002-08-27 [hoa]        0.8.1claws123
6451
6452         * src/mainwindow.[ch]
6453         * src/summaryview.[ch]
6454                 removed the "filter setting" menu option.
6455                 add a "cancel a news message" menu option.
6456
6457 2002-08-26 [martin]     0.8.1claws122
6458
6459         * ChangeLog.claws
6460                 changed string under 0.8.1claws79 changed by myself
6461                 i'm sorry alfons :(
6462
6463 2002-08-26 [martin]     0.8.1claws121
6464
6465         * src/crash.c
6466                 added kill command to debuggerrc to start crash dialog
6467
6468 2002-08-26 [paul]       0.8.1claws120
6469
6470         * sync with 0.8.1cvs31
6471                 see ChangeLog 2002-08-26
6472
6473 2002-08-25 [alfons]     0.8.1claws119
6474
6475         * src/procmsg.c
6476                 fix bug that didn't send out correct headers to news server
6477                 when sending news article and email from queue (bug reported
6478                 and patch provided by Tim Mann; closes bug 
6479                 "[ 583196 ] 0.7.8claws can't post news")
6480
6481 2002-08-25 [alfons]     0.8.1claws118
6482
6483         * src/selective_download.c
6484                 mark two strings as translatable
6485                 (thanks to Urke MMI for pointing this out)
6486
6487 2002-08-25 [alfons]     0.8.1claws117
6488
6489         * src/summaryview.c
6490                 treat sent boxes as special and allow sorting them by addressee
6491                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6492                 submitted by Steve Lamb)
6493
6494 2002-08-24 [alfons]     0.8.1claws116
6495
6496         * src/matcher.c
6497                 fix memleak reported by Martin Kluge
6498                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6499
6500 2002-08-24 [oliver]     0.8.1claws115
6501
6502         * src/prefs_toolbar.c
6503                 o code cleanup as suggested by Alfons
6504                 o memleak fix
6505
6506 2002-08-24 [alfons]     0.8.1claws114
6507
6508         * src/summaryview.c
6509                 o fix another memory leak reported by Martin Kluge
6510                   (see "[ 599568 ] Small Memory Leak")
6511                 o remove 'from' variable from 'summary_set_header()'; we can
6512                   do with just 'to' 
6513
6514 2002-08-24 [paul]       0.8.1claws113
6515
6516         * sync with 0.8.1cvs30
6517                 see ChangeLog 2002-08-23
6518
6519 2002-08-24 [alfons]     0.8.1claws112
6520
6521         * src/summaryview.c
6522                 remove unnecessary allocations for search bar fixing leaks
6523                 reported by Martin Kluge
6524                 (see "[ 599451 ] Further memory leaks?")
6525
6526 2002-08-24 [alfons]     0.8.1claws111
6527
6528         * src/main.c
6529                 make get_socket_name() public for crash.c
6530         * src/crash.c
6531                 o make report bug button work (goes to claws' 
6532                   bug tracker at sf.net)
6533                 o introduce function for doing important stuff just
6534                   before claws goes down
6535                 o clean up code 
6536
6537 2002-08-24 [alfons]     0.8.1claws110
6538
6539         * src/compose.c
6540                 move cursor to "To" entry when forwarding as attachment
6541                 (reported and solved by Steve Lamb, closes bug report
6542                 "[ 592880 ] Forward as attachment; cursor not in to")
6543
6544 2002-08-24 [colin]      0.8.1claws109
6545
6546         * src/mainwindow.c
6547                 fix quick search visibility after GUI (de)separations.
6548
6549 2002-08-23 [colin]      0.8.1claws108
6550
6551         * src/mainwindow.c
6552                 fix header pane visibility after folderview or
6553                 messageview (de)separation
6554
6555 2002-08-23 [paul]       0.8.1claws107
6556
6557         * src/mainwindow.[ch]
6558           src/toolbar.c
6559                 give full control of display or non-display 
6560                 of the Execute icon to Custom toolbar settings.
6561                 add new sensitivity condition to maninwindow.h: 
6562                 M_DELAY_EXEC
6563
6564         * ChangeLog
6565           ChangeLog.jp
6566           NEWS
6567                 more sync with 0.8.1cvs29
6568
6569 2002-08-23 [melvin]     0.8.1claws106
6570
6571         * src/alertpanel.c
6572                 Readded support for custom widget in alertpanel lost in last
6573                 sync.
6574
6575 2002-08-23 [paul]       0.8.1claws105
6576
6577         * sync with 0.8.1cvs29
6578                 see ChangeLog 2002-08-23
6579
6580 2002-08-23 [colin]      0.8.1claws104
6581
6582         * src/summaryview.c
6583                 Fix folder and search pixmaps exchanging positions
6584                 after theme or toolbar changes. Thank to Oliver for 
6585                 reporting this.
6586
6587 2002-08-23 [colin]      0.8.1claws103
6588
6589         * src/mainwindow.c
6590           src/messageview.[ch]
6591           src/noticeview.[ch]
6592           src/summaryview.c
6593                 Changed messageview_create() and noticeview_create()
6594                 to avoid the last gdk_warning
6595
6596 2002-08-22 [colin]      0.8.1claws102
6597
6598         * src/summaryview.c
6599                 Fix my new `Creating pixmap from xpm' warning
6600
6601 2002-08-22 [colin]      0.8.1claws101
6602
6603         * src/mainwindow.c
6604                 Fix some of the gdk warnings
6605
6606 2002-08-22 [colin]      0.8.1claws100
6607
6608         * src/Makefile.am
6609         * src/stock_pixmap.c
6610         * src/stock_pixmap.h
6611         * src/pixmaps/quicksearch.xpm *ADDED*
6612                 Add the quicksearch pixmap
6613         * src/mainwindow.c
6614         * src/summaryview.c
6615         * src/summaryview.h
6616                 Make quicksearch bar visible/hidden via a button
6617
6618 2002-08-22 [christoph]  0.8.1claws99
6619
6620         * src/folder.c
6621                 fix folder update for newsgroups with message
6622                 numbers below minimum number of articles to fetch
6623                 (closes bug #598445)
6624
6625 2002-08-22 [paul]       0.8.1claws98
6626
6627         * sync with 0.8.1cvs28
6628                 see ChangeLog 2002-08-22
6629
6630 2002-08-21 [alfons]     0.8.1claws97
6631
6632         * src/crash.c
6633                 use bt instead of bt full which seems to work 
6634                 better, and bt full doesn't give a great deal 
6635                 of information anyway
6636
6637 2002-08-21 [colin]      0.8.1claws96
6638
6639         * src/summaryview.c
6640                 fix summaryview_searchtype_changed prototype
6641
6642 2002-08-21 [christoph]  0.8.1claws95
6643
6644         * src/mainwindow.c
6645                 o fix broken menu update for sorting type, we have to
6646                   get this info from the summaryview now
6647                 o removed setting of threaded state in menu callback
6648         * src/summaryview.[ch]
6649                 more summaryview/folderitem seperation for
6650                 threading option
6651         * configure.in
6652                 removed not required --with-compiler-flags option
6653
6654 2002-08-21 [oliver]     0.8.1claws94
6655         
6656         * src/toolbar.h 
6657                 o rename toolbar.xml to toolbar_main.xml
6658                   since toolbar_compose.xml might come up 
6659                   any time soon
6660         * README.claws
6661                 add custom toolbar              
6662
6663 2002-08-21 [darko]      0.8.1claws93
6664
6665         * src/procmsg.c
6666                 don't reset tmp flags for messages copied
6667                 to sent folder
6668
6669 2002-08-21 [colin]      0.8.1claws92
6670         
6671         * src/prefs_filtering.c
6672                 fix renaming rules on folder rename 
6673                 when folder is not a leaf folder
6674
6675 2002-08-21 [paul]       0.8.1claws91
6676
6677         * src/prefs_folder_item.c
6678                 fix alignment of colour selector
6679
6680 2002-08-21 [paul]       0.8.1claws90
6681
6682         * sync with 0.8.1cvs27
6683                 see ChangeLog 2002-08-21
6684
6685 2002-08-21 [paul]       0.8.1claws89
6686
6687         * src/summaryview.c
6688                 fix crash when changing field type in
6689                 Quick search bar
6690
6691 2002-08-21 [colin]      0.8.1claws88
6692
6693         * src/summaryview.c
6694                 Made quick search case-insensitive
6695
6696 2002-08-21 [paul]       0.8.1claws87
6697
6698         * sync with 0.8.1cvs26
6699                 see ChangeLog 2002-08-21
6700
6701 2002-08-20 [christoph]  0.8.1claws86
6702
6703         * src/folderview.c
6704         * src/main.c
6705         * src/summaryview.[ch]
6706                 more summaryview/folderitem seperation for
6707                 sort_key and sort_type
6708         * src/procmsg.c
6709                 added missing return statement
6710
6711 2002-08-20 [colin]      0.8.1claws85
6712
6713         * src/summaryview.[ch]
6714                 Added a quick search box
6715         * src/mainwindow.c
6716         * src/prefs_common.[ch]
6717                 Added a show/hide option for the quick search
6718
6719 2002-08-20 [oliver]     0.8.1claws84
6720         
6721         * src/mainwindow.c
6722                 remove toolbar_create_popups
6723         * src/toolbar.[ch]
6724                 o remove toolbar_create_popups
6725                 o fix toolbar_set_sensitive 
6726                   (Bug reports #596834 and #596832)     
6727         * src/prefs_toolbar.c
6728                 o add "Set default" button
6729                 o align label and text + combo widgets
6730
6731 2002-08-20 [hoa]        0.8.1claws83bis
6732
6733         * src/imap.c
6734                 fixed a bug in imap_fetch_msginfo() in case there is no
6735                 current folder.
6736
6737 2002-08-20 [darko]      0.8.1claws83
6738
6739         * src/folderview.c
6740                 copy the color style of folder view so it
6741                 works with GTK themes
6742
6743 2002-08-20 [darko]      0.8.1claws82
6744
6745         * src/folder.h
6746         * src/folderview.c
6747         * src/prefs_folder_item.[hc]
6748                 don't use UI stuff in folder.h
6749
6750 2002-08-20 [darko]      0.8.1claws81
6751
6752         * src/folder.h
6753         * src/prefs_folder_item.h
6754         * src/folderview.c
6755         * src/prefs_folder_item.c
6756                 ability to set folder color in folderview
6757
6758 2002-08-19 [alfons]     0.8.1claws80
6759
6760         * src/summaryview.c
6761                 fix one of the earlier memleaks reported by Martin Kluge
6762
6763 2002-08-19 [alfons]     0.8.1claws79
6764
6765         * src/mainwindow.c
6766                 hide notice view when selecting seperate folder
6767                 view (reported by Urke MMI)
6768
6769 2002-08-19 [christoph]  0.8.1claws78
6770
6771         * src/folderview.c
6772         * src/prefs_folder_item.h
6773         * src/summaryview.[ch]
6774                 o add summary_set_prefs_from_folderitem to set
6775                   summaryview prefs (first step to remove all
6776                   references to the folderitem in summaryview)
6777                 o moved compiled regex stuff from folderitem prefs
6778                   to summaryview code
6779
6780 2002-08-19 [paul]       0.8.1claws77
6781
6782         * src/compose.c
6783                 add check for '.' to QUOTE_IF_REQUIRED
6784
6785 2002-08-19 [paul]       0.8.1claws76
6786
6787         * src/inc.c
6788                 sync with 0.8.1cvs25 (plug memory leak)
6789
6790         * src/prefs_toolbar.c
6791                 re-order prefs_toolbar_cancel()
6792
6793 2002-08-18 [alfons]     0.8.1claws75
6794
6795         * src/inc.c
6796         * src/matcher.c
6797                 plug other memleaks reported by Martin Kluge
6798
6799 2002-08-18 [paul]       0.8.1claws74
6800
6801         * po/pt_BR.po
6802                 updated by Fabio Jr. Beneditto
6803
6804 2002-08-18 [paul]       0.8.1claws73
6805
6806         * src/toolbar.[ch]
6807                 fix bug where tooltips were displayed untranslated              
6808
6809         * src/prefs_toolbar.c
6810                 fix bug where clicking 'Cancel' creates an icon & text
6811                 toolbar regardless of prefs
6812         
6813
6814 2002-08-17 [oliver]     0.8.1claws72
6815
6816         * src/prefs_toolbar.c
6817                 update toolbar on CANCEL
6818                 bug reported by Martin Kluge
6819         * src/toolbar.c
6820                 toolbar_destroy memleak fixed           
6821
6822 2002-08-17 [alfons]     0.8.1claws71
6823
6824         * src/toolbar.c
6825                 plug another memleak reported by Martin Kluge
6826
6827 2002-08-16 [alfons]     0.8.1claws70
6828
6829         * src/crash.c
6830                 use execvp() correctly (suggested by wwp; thanks!)
6831
6832 2002-08-16 [alfons]     0.8.1claws69
6833
6834         * src/gtksctree.c
6835                 plug memory leak reported by Kim Schultz & Martin Kluge
6836
6837 2002-08-16 [paul]       0.8.1claws68
6838
6839         * po/es.po
6840                 updated by Ricardo Mones Lastra
6841
6842 2002-08-16 [paul]       0.8.1claws67
6843
6844         * src/toolbar.h
6845                 fix bug where 'Compose News' icon showed wrong
6846                 tooltip
6847
6848 2002-08-16 [paul]       0.8.1claws66
6849
6850         * sync with 0.8.1cvs24
6851                 see ChangeLog 2002-08-16
6852
6853         * po/it.po
6854                 updated by Alessandro Maestri
6855
6856 2002-08-15 [paul]       0.8.1claws65
6857
6858         * po/sr.po
6859                 updated by Urke MMI
6860
6861 2002-08-15 [paul]       0.8.1claws64
6862
6863         * src/*.c
6864                 don't translate debug info
6865
6866         * src/matcher.[ch]
6867                 add copyright info
6868
6869 2002-08-15 [paul]       0.8.1claws63
6870
6871         * src/prefs_toolbar.c
6872                 fix bug where clicking 'OK' creates an icon & text
6873                 toolbar regardless of prefs
6874
6875 2002-08-14 [alfons]     0.8.1claws62
6876
6877         * src/main.c
6878                 add global var that has the full argv[0]
6879         * src/crash.c
6880                 o execvp the correct sylpheed by using argv0
6881                   and setting the correct work dir
6882                 o other tweaks  
6883
6884 2002-08-14 [oliver]     0.8.1claws61
6885         
6886         * enable/disable Toolbar Action Buttons 
6887         * code cleanups
6888         * src/mainwindow.c
6889         * src/toolbar.[ch]      
6890         * src/prefs_toolbar.c   
6891
6892 2002-08-14 [melvin]     0.8.1claws60
6893
6894         * po/fr.po
6895                 Updated French translations
6896
6897 2002-08-14 [melvin]     0.8.1claws59
6898
6899         * src/crash.c
6900                 Made bug report not translatable
6901         * src/exporthtml.c
6902                 Fixed exporthtml_build_filespec() return value
6903         * src/foldersel.c
6904                 Fixed incorrect include file
6905         * src/gtkspell.c
6906         * src/prefs_actions.c
6907         * src/prefs_toolbar.c
6908                 Made debug info not translatable
6909         * src/mutt.c
6910         * src/quote_fmt.c
6911                 Added missing includes
6912         * src/prefs_common.c
6913                 Fixed typo
6914
6915 2002-08-14 [paul]       0.8.1claws58
6916
6917         * faq/es/sylpheed-faq.html
6918           faq/es/sylpheed-faq-[1-3].html
6919           faq/es/sylpheed-faq-4.html     **NEW FILE **
6920                 update Spanish FAQ
6921
6922 2002-08-13 [christoph]  0.8.1claws57
6923
6924         * src/procmsg.c
6925                 ignore thread fix that did not mark all
6926                 child nodes of a ignored thread as
6927                 ignored. Does not work perfectly yet,
6928                 but it is better now
6929
6930 2002-08-13 [alfons]     0.8.1claws56
6931
6932         * src/crash.c
6933                 o implement 'save crash log'
6934                 o some tweaks
6935
6936 2002-08-13 [melvin]     0.8.1claws55
6937
6938         * src/main.c
6939                 removed unrequired "execinfo.h" header
6940
6941 2002-08-12 [paul]       0.8.1claws54
6942
6943         * faq/en/sylpheed-faq.html
6944           faq/en/sylpheed-faq-[1-3].html
6945           faq/en/sylpheed-faq-4.html     **NEW FILE **
6946                 update English FAQ
6947
6948 2002-08-12 [alfons]     0.8.1claws53
6949
6950         * po/POTFILES.in
6951                 add crash.c to translatables
6952         * src/crash.c
6953                 bring in Leandro's crash dialog
6954
6955 2002-08-11 [alfons]     0.8.1claws52
6956
6957         * src/crash.c
6958                 clean up some warnings
6959
6960 2002-08-11 [alfons]     0.8.1claws51
6961
6962         * acconfig.h
6963         * configure.in
6964         * src/crash.[ch]        ** NEW FILES **
6965         * src/main.c            
6966                 initial gdb crash handler
6967
6968 2002-08-11 [paul]       0.8.1claws50
6969
6970         * src/prefs_toolbar.c
6971                 replace Up/Down arrow pixmaps with text to be
6972                 consistent across icon themes
6973
6974 2002-08-11 [paul]       0.8.1claws49
6975
6976         * src/prefs_common.c
6977           src/prefs_toolbar.c
6978                 rename 'Pixmap' -> 'Icon'
6979
6980         * src/toolbar.[ch]
6981                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6982
6983 2002-08-10 [paul]       0.8.1claws48
6984
6985         * src/prefs_toolbar.c
6986                 re-work the UI
6987
6988 2002-08-10 [paul]       0.8.1claws47
6989
6990         * src/main.c
6991                 don't write Processing progress to status bar
6992                 patch submitted by Alexander Evseev
6993
6994         * src/prefs_toolbar.c
6995                 re-position and resize window
6996                 make window assume correct size on first call
6997
6998 2002-08-10 [paul]       0.8.1claws46
6999
7000         * src/mainwindow.c
7001           src/prefs_toolbar.c
7002           src/toolbar.c
7003           src/toolbar.h
7004                 obey coding style
7005                 follow UI text conventions
7006
7007 2002-08-10 [alfons]     0.8.1claws45
7008
7009         * src/toolbar.c
7010                 correct pixmap for delete action
7011
7012 2002-08-10 [paul]       0.8.1claws44
7013
7014         * po/pt_BR.po
7015                 updated by Fabio Jr. Beneditto
7016
7017 2002-08-10 [paul]       0.8.1claws43
7018
7019         * po/POTFILES.in
7020                 add custom toolbar files
7021
7022 2002-08-10 [paul]       0.8.1claws42
7023
7024         * sync with 0.8.1cvs22
7025                 see ChangeLog 2002-08-09
7026
7027 2002-08-09 [paul]       0.8.1claws41
7028
7029         * tools/Makefile.am
7030           tools/README
7031           tools/outlook2sylpheed.pl     ** NEW FILE **
7032                 add script to convert exported Outlook
7033                 contacts list to a Sylpheed addressbook.
7034                 Submitted by Ricardo Mones Lastra.
7035
7036 2002-08-09 [paul]       0.8.1claws40
7037
7038         * AUTHORS
7039           configure.in
7040           po/sr.po      ** NEW FILE **
7041                 add Serbian message catalog. Submitted by
7042                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
7043
7044 2002-08-09 [paul]       0.8.1claws39
7045
7046         * sync with 0.8.1cvs21
7047                 see ChangeLog 2002-08-08
7048
7049 2002-08-08 [oliver]     0.8.1claws38
7050
7051         * src/mainwindow.c
7052                 move Custom Toolbar to Configuration menu
7053
7054 2002-08-08 [oliver]     0.8.1claws37
7055
7056         * src/prefs_toolbar.c
7057                 fix substitute pixmap bug
7058
7059 2002-08-08 [paul]       0.8.1claws36
7060
7061         * sync with 0.8.1cvs19
7062                 see ChangeLog 2002-08-08
7063
7064 2002-08-07 [christoph]  0.8.1claws35
7065
7066         * src/utils.c
7067                 fixed a memory leak in new canonicalize_file_replace
7068
7069 2002-08-07 [christoph]  0.8.1claws34
7070
7071         * src/utils.[ch]
7072                 o canonicalize_file_replace should create the temporary
7073                   file in the same directory as the original file.
7074                 o added get_tmpfile_in_dir that creates a temorary file
7075                   in a specified directory.
7076
7077 2002-08-07 [melvin]     0.8.1claws33
7078
7079         * src/toolbar.c
7080                 fixed bug where 'Article' button acted as 'Email' button.
7081
7082 2002-08-07 [paul]       0.8.1claws32
7083
7084         * sync with 0.8.1.cvs17
7085                 see ChangeLog 2002-08-07
7086
7087 2002-08-07 [colin]      0.8.1claws31
7088         
7089         * src/news.c
7090                 fix mass-cancel problem
7091
7092 2002-08-07 [thorsten]   0.8.1claws30
7093
7094         * src/prefs_toolbar.c
7095                 fix: crash on replace or add new button
7096         * src/toolbar.c
7097                 fix: close xmlfile after reading
7098         * src/utils.c
7099                 fix: unlink() file before rename()
7100
7101 2002-08-06 [paul]       0.8.1claws29
7102
7103         * sync with 0.8.cvs15
7104                 see ChangeLog 2002-08-06
7105
7106 2002-08-06 [oliver]     0.8.1claws28
7107
7108         * src/toolbar.c
7109         * src/prefs_toolbar.c
7110                 fixed empty toolbar issue
7111
7112 2002-08-06 [oliver]     0.8.1claws27
7113
7114         * Custom Toolbar Final 
7115         * src/folderview.c
7116         * src/inc.c
7117         * src/summaryview.c
7118                 o toolbar stuff now lives in src/toolbar.[ch]
7119                 o main_window_toolbar_* functions are renamed to
7120                   toolbar_* reflecting their new source file
7121         * src/mainwindow.[ch]
7122                 o remove toolbar stuff  
7123
7124 2002-08-06 [oliver]     0.8.1claws26
7125         
7126         * src/Makefile.am
7127         * src/prefs_toolbar.[ch]        **New File**
7128         * src/toolbar.[ch]              **New File**
7129                 o prefs_toolbar.[ch] custom toolbar frontend
7130                 o toolbar.[ch]       backend 
7131
7132 2002-08-06 [oliver]     0.8.1claws25
7133
7134         * src/prefs_actions.[ch]
7135                 o new exported function actions_execute
7136
7137 2002-08-06 [paul]       0.8.1claws24
7138
7139         * sync with 0.8.1cvs4
7140                 see ChangeLog 2002-08-06
7141
7142 2002-08-06 [paul]       0.8.1claws23
7143
7144         * sync with 0.8.1cvs13
7145                 see ChangeLog 2002-08-06
7146
7147 2002-08-06 [paul]       0.8.1claws22
7148
7149         * sync with 0.8.1cvs12
7150                 see ChangeLog 2002-08-05 and 2002-08-06
7151
7152 2002-08-06 [match]      0.8.1claws21
7153
7154         * src/addrclip.c
7155                 improvements to cut/copy/paste address
7156
7157 2002-08-05 [match]      0.8.1claws20
7158
7159         * src/addritem.[ch]
7160         * src/addrcache.c
7161         * src/addrbook.c
7162         * src/editaddress.c
7163         * src/addressbook.c
7164                 fixes to improve cut/copy/paste
7165
7166 2002-08-06 [melvin]     0.8.1claws19
7167
7168         * src/account.[ch]
7169                 account_find_all_from_address(): new function that returns the
7170                 list of all accounts that are matched in an address.
7171         * src/alertpanel.[ch]
7172                 alertpanel() now accepts a custom widget
7173                 alertpanel_with_widget(): new function that pops up a panel with
7174                 a custom widget in it 
7175         * src/gtkutils.[ch]
7176                 gtkut_account_menu_new(): new function that allows the selection
7177                 of an account from a list of accounts.
7178         * src/messageview.c
7179                 Extended Return Receipt notification to select the correct 
7180                 account and to make a security test on the Delivery-Notification
7181                 address which should be the same as the Return-Path.
7182
7183 2002-08-06 [thorsten]   0.8.1claws18
7184
7185         * src/mimeview.c
7186                 attach_all: save unnamed as "noname.%d",
7187                 dont free static dirname
7188
7189 2002-08-05 [alfons]     0.8.1claws17
7190
7191         * configure.in
7192                 detect XIM by trying to link rather than compile a XIM program
7193
7194 2002-08-05 [oliver]     0.8.1claws16
7195                 
7196         * src/stock_pixmap.[ch]
7197                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7198                 o new func to retrieve pixmaps
7199
7200 2002-08-05 [paul]       0.8.1claws15
7201
7202         * sync with 0.8.1cvs10
7203                 see ChangeLog 2002-08-05
7204
7205 2002-08-04 [alfons]     0.8.1claws14
7206
7207         * src/textview.c
7208                 see if this plugs memleak
7209
7210 2002-08-04 [melvin]     0.8.1claws13
7211
7212         * src/gtkspell.c
7213                 fixed bug that could crash Sylpheed when highlighting
7214                 all misspelled words.
7215
7216 2002-08-03 [melvin]     0.8.1claws12
7217
7218         * src/prefs_actions.c
7219                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7220         * src/messageview.c
7221                 fixed bug where the Return Receipt was sent to
7222                 Delivery-Notification-To address even if it was not present
7223
7224 2002-08-02 [alfons]     0.8.1claws11
7225
7226         * src/prefs_actions.c
7227                 o more check for NULLs
7228                 o put create_io_dialog() in right conditional block
7229
7230 2002-08-02 [paul]       0.8.1claws10
7231
7232         * po/es.po
7233                 updated by Ricardo Mones Lastra
7234
7235 2002-08-01 [christoph]  0.8.1claws9
7236
7237         * src/folder.c
7238                 don't free the cache of the opened
7239                 folder in the summaryview
7240         * src/summaryview.c
7241                 don't unset flags, if it is not required
7242
7243 2002-08-01 [paul]       0.8.1claws8
7244
7245         * sync with 0.8.1cvs8
7246                 see ChangeLog entry 2002-08-01
7247
7248 2002-08-01 [paul]       0.8.1claws7
7249
7250         * sync with 0.8.1cvs7
7251                 see ChangeLog 2002-07-31 and 2002-08-01
7252
7253 2002-07-31 [christoph]  0.8.1claws6
7254
7255         * src/mainwindow.c
7256                 forgot to update menu sensitivity
7257                 function for new menu entry
7258
7259 2002-07-31 [alfons]     0.8.1claws5
7260
7261         * src/main.c
7262                 check folder item and its path for NULL on
7263                 initial processing
7264
7265 2002-07-31 [christoph]  0.8.1claws4
7266
7267         * src/folder.c
7268                 check if folder_item_get_msginfo in
7269                 folder_item_remove_msg returned NULL
7270         * src/imap.c
7271                 better clear the uid cache in the
7272                 uid validity check function and delete
7273                 cached messages
7274
7275 2002-07-31 [paul]       0.8.1claws3
7276
7277         * man/sylpheed.1
7278                 add the '--attach' option and a few other
7279                 minor changes
7280
7281 2002-07-31 [paul]       0.8.1claws2
7282
7283         * sync with 0.8.1cvs5
7284                 see ChangeLog 2002-07-31
7285
7286 2002-07-31 [christoph]  0.8.1claws1
7287
7288         * src/folderview.[ch]
7289         * src/mainwindow.c
7290                 replace "Rescan all folders..." with
7291                 "Check all folders for new messages..."
7292
7293 2002-07-30 [paul]       0.8.1claws
7294
7295         * version 0.8.1claws released
7296
7297 2002-07-30 [paul]       0.8.0claws29
7298
7299         * tools/OOo2sylpheed.pl ** NEW FILE **
7300           tools/README
7301                 add script to enable sending documents as
7302                 attachments from OpenOffice.org
7303
7304 2002-07-30 [melvin]     0.8.0claws28
7305
7306         * src/prefs_actions.c
7307                 Made the actions' input/output dialog display
7308                 without delay.
7309
7310 2002-07-30 [christoph]  0.8.0claws27
7311
7312         * src/procmsg.c
7313                 check if folder_item_get_msginfo in
7314                 procmsg_save_to_outbox returned NULL
7315
7316 2002-07-30 [paul]       0.8.0claws26
7317
7318         * sync with 0.8.1cvs4
7319                 see ChangeLog 2002-07-29
7320
7321 2002-07-29 [thorsten]   0.8.0claws25
7322
7323         * README.claws
7324                 added selective download, delete on server
7325
7326 2002-07-29 [paul]       0.8.0claws24
7327
7328         * sync with 0.8.1cvs3
7329                 see ChangeLog 2002-07-29
7330
7331 2002-07-27 [christoph]  0.8.0claws23
7332
7333         * src/folder.c
7334                 add extra check if fetching the msginfo
7335                 returned NULL
7336
7337 2002-07-27 [paul]       0.8.0claws22
7338
7339         * sync with 0.8.1cvs2
7340                 see ChangeLog 2002-07-26
7341
7342 2002-07-27 [christoph]  0.8.0claws21
7343
7344         * src/imap.c
7345                 add another check if a valid msginfo
7346                 was returned
7347
7348 2002-07-26 [hoa]        0.8.0claws20
7349
7350         * src/folder.c
7351                 Fixed a condition in folder_item_destroy()
7352
7353         * src/imap.c
7354                 Fixed an error in IMAP protocol
7355
7356 2002-07-26 [alfons]     0.8.0claws19
7357
7358         * src/folder.c
7359                 ofcourse compare with identifier, not the path
7360
7361 2002-07-26 [alfons]     0.8.0claws18
7362
7363         * src/folder.c
7364                 use folder item identifier for saving / restoring
7365                 preferences because folder->path might not be unique
7366
7367 2002-07-26 [melvin]     0.8.0claws17
7368
7369         * src/logwindow.c
7370                 Fixed a crash introduced in 0.8.0claws5 when log is 
7371                 cut under 80 characters.
7372
7373 2002-07-26 [paul]       0.8.0claws16
7374
7375         * sync with 0.8.1cvs1
7376                 see ChangeLog 2002-07-26
7377
7378 2002-07-26 [christoph]  0.8.0claws15
7379
7380         * src/imap.[ch]
7381                 imap folder now remembers the last selected
7382                 folder and imap_fetch_msginfo skips selecting
7383                 the folder if it is already selected
7384
7385 2002-07-26 [christoph]  0.8.0claws14
7386
7387         * src/folder.c
7388         * src/folderview.c
7389         * src/imap.c
7390                 fix imap folder rescanning
7391
7392 2002-07-25 [christoph]  0.8.0claws13
7393
7394         * src/filter.c
7395         * src/folder.[ch]
7396         * src/folderview.c
7397         * src/imap.[ch]
7398         * src/mainwindow.c
7399         * src/mbox_folder.c
7400         * src/mh.c
7401         * src/news.c
7402                 implement imap uid cache and uid validity check
7403
7404 2002-07-25 [alfons]     0.8.0claws12
7405
7406         * src/summaryview.c
7407                 fix a brown paper bag bug, and also add some more
7408                 checks
7409
7410 2002-07-25 [christoph]  0.8.0claws11
7411
7412         * src/folder.c
7413                 don't mix copy, fetch_msginfo and remove
7414                 operations in folder item copy and move
7415                 operations
7416
7417 2002-07-25 [christoph]  0.8.0claws10
7418
7419         * src/folderview.c
7420         * src/mainwindow.c
7421         * src/prefs_folder_item.c
7422         * src/summaryview.[ch]
7423                 remove no longer required parameter update_cache from
7424                 summary_show
7425
7426 2002-07-25 [paul]       0.8.0claws9
7427
7428         * sync with 0.8.1
7429         
7430         * AUTHORS
7431                 a few corrections
7432
7433 2002-07-24 [alfons]     0.8.0claws8
7434
7435         * src/summaryview.c
7436                 sort correctly when using simplified subject line
7437                 (closes feature request "[ 585141 ] applying regexp to subject 
7438                 before sort" submitted by Alexandra Walford)
7439
7440 2002-07-24 [paul]       0.8.0claws7
7441
7442         * sync with 0.8.0cvs3
7443                 see ChangeLog 2002-07-24
7444
7445 2002-07-23 [christoph]  0.8.0claws6
7446
7447         * src/folder.c
7448         * src/folder.h
7449         * src/summaryview.c
7450         * src/summaryview.h
7451         * src/main.c
7452                 o separate processing and summaryview
7453                 o removed summary_write_cache from summaryview
7454                 o removed summaryview->killed_messages, because we don't have
7455                   to keep a list of killed messages anymore. New cache will
7456                   keep the hidden messages in cache anyway
7457         * src/folderview.c
7458         * src/inc.c
7459         * src/selective_download.c
7460                 o removed unnecessary summary_write_cache calls
7461         * src/procmsg.c
7462                 o don't set ignore thread flag in procmsg_get_thread_tree
7463                   if it is already set
7464         * src/mainwindow.c
7465         * src/statusbar.h
7466                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7467                   they are used in different files
7468
7469 2002-07-23 [melvin]     0.8.0claws5
7470
7471         * src/addressbook.c
7472         * src/addrgather.c
7473         * src/editaddress.c
7474         * src/editgroup.c
7475         * src/editldap_basedn.c
7476         * src/importldif.c
7477         * src/prefs_common.c
7478                 Fixed few memory leak (gtk_editable_get_chars returns
7479                 an allocated string)
7480         * src/logwindow.c
7481                 Fixed few memory leak (gtk_editable_get_chars returns
7482                 an allocated string) and modified a little the log cutting
7483                 loop.
7484         * src/compose.c
7485                 Replaced a call to an obsolete function gtk_entry_get_text()
7486                 by gtk_editable_get_chars()
7487         * src/send.c
7488                 Removed a debug printf
7489
7490 2002-07-23 [christoph]  0.8.0claws4
7491
7492         * src/filesel.c
7493                 fix another g_dirname memory leak
7494
7495 2002-07-23 [christoph]  0.8.0claws3
7496
7497         * src/mh.c
7498                 fixed a memory leak in mh_fetch_msginfo
7499                 fixed crash when message header could not be
7500                 parsed
7501
7502 2002-07-23 [paul]       0.8.0claws2
7503
7504         * sync with 0.8.0cvs2
7505                 see ChangeLog 2002-07-23
7506
7507 2002-07-23 [paul]       0.8.0claws1
7508
7509         * sync with 0.8.0cvs1
7510                 see ChangeLog 2002-07-23
7511
7512 2002-07-23 [paul]       0.8.0claws
7513
7514         * release of 0.8.0claws
7515
7516 2002-07-23 [paul]       0.7.8claws99
7517
7518         * po/ru.po
7519                 new Russian translation, submitted by
7520                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7521
7522 2002-07-22 [jens]       0.7.8claws98
7523
7524         * po/de.po
7525                 Updated German translations.
7526
7527 2002-07-22 [paul]       0.7.8claws97
7528
7529         * po/es.po
7530           po/it.po
7531           po/nl.po
7532           po/pt_BR.po
7533                 updated translations by Ricardo Mones Lastra,
7534                 Alessandro Maestri, Wilbert Berendsen and 
7535                 Fabio Jr. Beneditto respectively
7536
7537 2002-07-22 [christoph]  0.7.8claws96
7538
7539         * src/mimeview.c
7540                 fix memory leak caused by wrong g_dirname usage
7541
7542 2002-07-22 [christoph]  0.7.8claws95
7543
7544         * src/summaryview.c
7545                 update new and unread message counts for summaryview
7546                 summaryview does not get it from the folder anymore
7547                 and has to update the values itself
7548
7549 2002-07-22 [melvin]     0.7.8claws94
7550
7551         * po/fr.po
7552                 Updated French translations.
7553
7554 2002-07-22 [christoph]  0.7.8claws93
7555
7556         * src/matcher.c
7557                 set prop->preg pointer to NULL or following check
7558                 will not fail and regexec will be called with
7559                 invalid pointer
7560
7561 2002-07-21 [alfons]     0.7.8claws92
7562         
7563         * src/prefs_common.[ch]
7564                 remove option "Send return receipt on request"
7565
7566 2002-07-21 [thorsten]   0.7.8claws91
7567
7568         * src/mimeview.c
7569                 fixed memleaks, coding style as pointed out by alfons
7570
7571 2002-07-21 [alfons]     0.7.8claws90
7572
7573         * src/messageview.c
7574         * src/noticeview.[ch]
7575                 o fix bug notice view being displayed when going to empty folder 
7576                   (noticed by Christoph)
7577                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7578                   (noticed by Thorsten)
7579
7580 2002-07-21 [thorsten]   0.7.8claws89
7581
7582         * src/mimeview.c
7583                 Included save_all patch from Xaview FACQ
7584                 added support for pathnames
7585
7586 2002-07-21 [alfons]     0.7.8claws88
7587
7588         * po/POTFILES.in
7589         * src/Makefile.am
7590         * src/mainwindow.c
7591         * src/messageview.[ch]
7592         * src/noticeview.c      ** NEW FILE **
7593         * src/noticeview.h      ** NEW FILE **
7594                 make return receipts work again
7595                 (UI idea by Leandro Pereira)
7596
7597 2002-07-21 [paul]       0.7.8claws87
7598
7599         * src/summaryview.c
7600                 fix sensitivity of 'Select thread'
7601
7602 2002-07-21 [paul]       0.7.8claws86
7603
7604         * src/prefs_common.c
7605                 add browser command line for Galeon
7606
7607 2002-07-21 [paul]       0.7.8claws85
7608
7609         * Makefile.am
7610                 fix 'EXTRA_DIST': remove README.README, add TODO
7611                 and TODO.claws
7612
7613 2002-07-21 [alfons]     0.7.8claws84
7614
7615         * src/gtkstext.c
7616                 make enter clear selection
7617                 (closes "[ 579888 ] Editor selection/entry error"
7618                 reported by Steve Lamb)
7619
7620 2002-07-21 [alfons]     0.7.8claws83
7621         
7622         * src/summaryview.c
7623                 sort message list when selecting unthread messages
7624                 (closes "[ 501593 ] switching threaded view doesn't sort"
7625                 reported by Simon Schubert)
7626
7627 2002-07-20 [alfons]     0.7.8claws82
7628         
7629         * src/matcher.c
7630                 const-correctness
7631
7632 2002-07-20 [thorsten]   0.7.8claws81
7633
7634         * src/matcher.c
7635                 Fixed expansion of empty fields in matchactions
7636
7637 2002-07-19 [melvin]     0.7.8claws80
7638
7639         * src/gtkspell.c
7640                 Removed a duplicate menu entry (fast mode) introduced during
7641                 the new cache merge
7642                 Added a menu separator between 'Use alternate' and 'Fast mode'
7643
7644 2002-07-19 [paul]       0.7.8claws79
7645
7646         * tools/Makefile.am
7647           tools/README
7648                 correct typos
7649
7650 2002-07-19 [thorsten]   0.7.8claws78
7651
7652         * tools/calypso_convert.pl      ** NEW FILE **
7653           tools/README
7654           tools/Makefile.am
7655                 script to import mbox files exported
7656                 by calypso
7657                 o generates folder structure
7658                 o includes attachments
7659
7660 2002-07-19 [melvin]     0.7.8claws77
7661
7662         * src/selective_download.[ch]
7663                 Fixed bug where closing the dialog with the window manager's
7664                 close button will not unlock the summary
7665                 Corrected some function declarations that missed a return value
7666                 Made the source code comply better with coding style.
7667         * src/prefs_common.c
7668                 Added new browser command line for Mozilla.
7669
7670 2002-07-18 [paul]       0.7.8claws76
7671
7672         * src/mainwindow.c
7673           src/selective_download.[ch]
7674                 reflect theme changes, fix Gdk Warning when creating 
7675                 pixmap from NULL window, and minor clean up.
7676                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7677
7678         * po/en_GB.po
7679                 updated
7680
7681 2002-07-17 [paul]       0.7.8claws75
7682
7683         * INSTALL[.jp]
7684                 sync with 0.8.0
7685         
7686         * po/en_GB.po
7687                 updated
7688
7689 2002-07-16 [paul]       0.7.8claws74
7690
7691         * tools/filter_conv.pl
7692           tools/README
7693                 replace conversion script with reimplemented version, 
7694                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7695
7696 2002-07-16 [colin]      0.7.8claws73
7697
7698         * src/summaryview.c
7699                 remove forgotten debug messages - sorry ;-)
7700
7701 2002-07-16 [colin]      0.7.8claws72
7702
7703         * src/mimeview.c
7704           src/summaryview.c
7705           src/textview.c
7706           src/textview.h
7707                 add the ability to select part of a text mime-part 
7708                 to reply.
7709
7710 2002-07-15 [christoph]  0.7.8claws71
7711
7712         * src/folder.c
7713                 fix folder message count for folders without
7714                 msg_is_changed (includes news folders)
7715
7716 2002-07-15 [martin]     0.7.8claws70
7717
7718         * src/summaryview.c
7719                 option "display recipient on 'From'..." now works
7720                 without the need of enabling the option
7721                 "display  sender  using  address  book".
7722
7723 2002-07-15 [christoph]  0.7.8claws69
7724
7725         * src/summaryview.c
7726                 removed setting folder status from summaryview.
7727                 folder.c should update all message counts correctly.
7728
7729 2002-07-15 [paul]       0.7.8claws68
7730
7731         * po/pt_BR.po
7732                 updated by Fabio Junior Beneditto
7733
7734 2002-07-15 [darko]      0.7.8claws67
7735
7736         * src/mh.c
7737                 Fixed target folder colorization, don't decrease op
7738                 number twice
7739
7740 2002-07-14 [paul]       0.7.8claws66
7741
7742         * sync with main 0.8.0
7743                 see ChangeLog 2002-07-14
7744
7745 2002-07-13 [melvin]     0.7.8claws65
7746         
7747         * src/addrbook.c
7748         * src/addressbook.c
7749         * src/addrindex.c
7750                 Replaced sprintf by g_snprintf to prevent possible buffer
7751                 overflow.
7752         * src/news.c
7753                 Corrected a log message output format.
7754                 Added a missing "done" debug output.
7755         * src/compose.c
7756                 Added keyboard accelerator for Priority menu items
7757                 Added missing \n in debug output
7758         * src/logwindow.c
7759         * src/gtkspell.c
7760         * src/rfc2015.c
7761                 Added missing \n in debug output
7762
7763 2002-07-13 [paul]       0.7.8claws64
7764
7765         * man/sylpheed.1
7766                 change Sergey's email address to the sf address
7767
7768         * src/textview.c
7769                 increase show_url_timeout (more useful for long
7770                 urls)
7771
7772 2002-07-12 [sergey]     0.7.8claws63
7773
7774         * src/rfc2015.c
7775                 applied (with some modifications) patch to set the
7776                 micalg parameter for signatures
7777                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7778
7779 2002-07-12 [sergey]     0.7.8claws62
7780
7781         * man/Makefile.am
7782         * configure.in
7783                 fixed man page installation
7784
7785 2002-07-12 [paul]       0.7.8claws61
7786
7787         * sync with 0.7.8cvs26
7788                 see ChangeLog 2002-07-11 and 2002-07-12
7789
7790 2002-07-11 [christoph]  0.7.8claws60
7791
7792         * src/compose.c
7793         * src/procmsg.c
7794                 first use the message number to find the message
7795                 to mark with a reply flag but check the
7796                 message-id if we got the correct message, if not
7797                 try to find it by message-id.
7798                 use new string seperator that is not allowed
7799                 in message-ids.
7800
7801 2002-07-11 [paul]       0.7.8claws59
7802
7803         * sync with 0.7.8cvs23
7804                 see ChangeLog 2002-07-10
7805
7806 2002-07-10 [christoph]  0.7.8claws58
7807
7808         * src/folder.[ch]
7809         * src/msgcache.[ch]
7810                 Added message-id table to the cache in memory
7811                 and functions to msgcache.c and folder.c to
7812                 fetch MsgInfos by message id
7813         * src/compose.c
7814         * src/procmsg.c
7815                 store folder and message-id of message replying
7816                 to in queue header and set reply flag after sending
7817                 (Closes bug #469498)
7818
7819 2002-07-10 [paul]       0.7.8claws57
7820
7821         * AUTHORS
7822           man/sylpheed.1.gz
7823                 add Martin to the list of authors
7824
7825 2002-07-09 [martin]     0.7.8claws56
7826         * src/gtksctree.c
7827                 Added gtk_ctree_last_visible(), tree_update_level(),
7828                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7829                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7830                 from gtk+ to gtksctree.c for the new sorting code
7831                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7832                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7833         * src/gtksctree.h
7834                 Added declaration for gtk_sctree_sort_recursive() and
7835                 gtk_sctree_sort_node
7836         * src/addressbook.c
7837         * src/foldersel.c
7838         * src/folderview.c
7839         * src/summaryview.c
7840                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7841                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7842
7843 2002-07-08 [paul]       0.7.8claws55
7844
7845         * more sync with 0.7.8cvs21
7846                 see ChangeLog 2002-07-08
7847
7848 2002-07-08 [paul]       0.7.8claws54
7849
7850         * sync with 0.7.8cvs21
7851                 see ChangeLog 2002-07-08
7852
7853 2002-07-07 [alfons]     0.7.8claws53
7854
7855         * src/Makefile.am
7856         * src/stock_pixmap.[ch]
7857         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7858         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7859         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7860                 add new pixmaps for upcoming notice pane
7861
7862 2002-07-06 [melvin]     0.7.8claws52
7863
7864         * src/gtkspell.[ch]
7865                 Made them a bit closer to Sylpheed's coding style.
7866                 Removed old code.
7867                 Removed possible memory leaks when some errors occurs.
7868
7869 2002-07-06 [melvin]     0.7.8claws51
7870
7871         * po/Makefile.in.in
7872                 Removed --no-location in xgettext command line to help
7873                 translators that use Emacs' po-mode
7874         * src/quote_fmt.c
7875                 Removed unnecessary comments that messed up sylpheed.pot
7876
7877 2002-07-06 [paul]       0.7.8claws50
7878
7879         * sync with 0.7.8cvs19
7880                 see ChangeLog 2002-07-05
7881
7882 2002-07-06 [christoph]  0.7.8claws49
7883
7884         * src/folder.c
7885         * src/mainwindow.c
7886                 fix folder_item_remove_all_msg and folderview
7887                 status for trash folders after emptying trash
7888
7889 2002-07-05 [paul]       0.7.8claws48
7890
7891         * sync with 0.7.8cvs16
7892                 see ChangeLog 2002-07-04 and 2002-07-05
7893
7894 2002-07-04 [paul]       0.7.8claws47
7895
7896         * sync with 0.7.8cvs14
7897                 see  ChangeLog 2002-07-04
7898
7899 2002-07-03 [alfons]     0.7.8claws46
7900
7901         * src/folder.c
7902                 dupe folder item's path because it's being reallocated
7903                 by new folder scanning code
7904
7905 2002-07-03 [christoph]  0.7.8claws45
7906
7907         * src/imap.c
7908                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7909         * src/msgcache.c
7910                 add missing return in msgcache_write
7911
7912 2002-07-02 [thorsten]   0.7.8claws44
7913
7914         * src/jpilot.c
7915         * src/msgcache.c
7916         * src/rfc2015.c
7917                 use binary mode for file access
7918
7919 2002-07-02 [christoph]  0.7.8claws43
7920
7921         * major code cleanup (part 1)
7922         
7923                 - unused variables removed
7924                 - unused functions removed
7925                 - uninitialized variables checked
7926                 - missing return statements added
7927                 - missing function return types added
7928                 - added parentheses around assignment and
7929                   && in || when suggested by gcc
7930               
7931         * src/mh.c
7932         * src/folder.c
7933                 replaced direct calls to folder->scan_tree
7934                 with folder_scan_tree and restore folder
7935                 prefs in this function. The folder should
7936                 not have to deal with them.
7937                 ( Should now work for all folder types )
7938
7939 2002-07-02 [paul]       0.7.8claws42
7940
7941         * sync with 0.7.8cvs13
7942                 see ChangeLog 2002-07-01 and 2002-07-02
7943
7944 2002-07-01 [christoph]  0.7.8claws41
7945
7946         * src/summaryview.c
7947                 fix "goto next/prev unread message" with
7948                 ignored threads
7949
7950 2002-07-01 [paul]       0.7.8claws40
7951
7952         * po/es.po
7953                 updated by Ricardo Mones Lastra
7954
7955 2002-06-30 [match]      0.7.8claws39
7956
7957         * src/jpilot.c
7958                 applied variation of leonerd's patch (566661) to
7959                 allow multiple email addresses per JPilot entry.
7960                 addresses may be separated by space, comma, pipe,
7961                 semi-colon, new-line.
7962
7963 2002-06-30 [alfons]     0.7.8claws38
7964
7965         * src/procmsg.c
7966                 simple fix for putting older nodes before
7967                 newer nodes when threading by subject
7968
7969 2002-06-30 [christoph]  0.7.8claws37
7970
7971         * src/folder.c
7972         * src/folderview.c
7973         * src/mh.c
7974         * src/news.c
7975         * src/procmsg.c
7976                 fix broken folder tree rescaning
7977                 and don't use procmsg_get_mark_sum
7978                 anymore
7979
7980 2002-06-30 [christoph]  0.7.8claws36
7981
7982         * merge new cache branch
7983         * src/imap.c
7984                 fix new cache imap copy bug
7985         * src/folder.c
7986                 improved folder_item_scan
7987                 it should now always set the correct
7988                 new, unread and total message counts
7989
7990 2002-06-29 [paul]       0.7.8claws35
7991
7992         * configure.in
7993                 correct syntax error
7994
7995 2002-06-29 [paul]       0.7.8claws34
7996
7997         * configure.in
7998           Makefile.am
7999           man/Makefile.am       ** NEW FILE **
8000           man/sylpheed.1.gz     ** NEW FILE **
8001                 add Sylpheed man page
8002
8003 2002-06-29 [paul]       0.7.8claws33
8004
8005         * po/pt_BR.po
8006                 updated by Fabio Junior Beneditto
8007
8008 2002-06-28 [jens]       0.7.8claws32
8009
8010         * po/de.po
8011                 translation updated
8012
8013         * src/selective_download.c
8014                 removed gettext for space " "
8015
8016         * src/imap.c
8017                 removed wrong space
8018
8019 2002-06-28 [paul]       0.7.8claws31
8020
8021         * sync with 0.7.8cvs11
8022                 see ChangeLog 2002-06-28
8023
8024 2002-06-28 [paul]       0.7.8claws30
8025
8026         * sync with 0.7.8cvs10
8027                 see ChangeLog 2002-06-27 and 2002-06-28
8028
8029 2002-06-26 [paul]       0.7.8claws29
8030
8031         * src/addrgather.c
8032           src/selective_download.c
8033                 don't gettextise empty strings.
8034                 reserved by gettext. gettext("") returns 
8035                 the header entry with meta information, 
8036                 not the empty string
8037
8038         * po/en_GB.po
8039                 updated
8040
8041 2002-06-26 [paul]       0.7.8claws28
8042
8043         * sync with 0.7.8cvs7
8044                 see ChangeLog 2002-06-25
8045
8046         * src/prefs_common.c
8047                 ...and in the process, tweak the gui a little
8048
8049 2002-06-25 [alfons]     0.7.8claws27
8050         
8051         * configure.in
8052         * src/Makefile.am
8053                 fine tune ldap library detection
8054
8055 2002-06-25 [alfons]     0.7.8claws26
8056
8057         * src/compose.c
8058                 don't allow return receipts when composing a news article
8059
8060 2002-06-25 [paul]       0.7.8claws25
8061
8062         * Makefile.am
8063                 add '$(AMTAR)' to 'release' section to allow for
8064                 new and older autotools
8065
8066 2002-06-25 [paul]       0.7.8claws24
8067
8068         * src/summaryview.c
8069                 fix "No more unread messages" persistant pop-up
8070                 window bug
8071
8072 2002-06-25 [paul]       0.7.8claws23
8073
8074         * po/it.po
8075                 updated by Alessandro Maestri
8076
8077 2002-06-25 [paul]       0.7.8claws22
8078
8079         * sync with 0.7.8cvs6
8080                 see ChangeLog 2002-06-25
8081
8082 2002-06-24 [paul]       0.7.8claws21
8083
8084         * tools/update-po
8085                 add GPL copyright information
8086
8087 2002-06-24 [paul]       0.7.8claws20
8088
8089         * tools/Makefile.am
8090           tools/README
8091           tools/update-po       ** NEW FILE **
8092                 add script that eases the creation of *.po files
8093                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
8094
8095 2002-06-23 [alfons]     0.7.8claws19
8096
8097         * src/messageview.c
8098                 make notification_convert_header obey const correctness
8099                 (next step will be fixing the broken return receipt)
8100
8101 2002-06-23 [paul]       0.7.8claws18
8102
8103         * src/messageview.c
8104                 fix bug introduced in last commit:
8105                 removed too much code in last commit - put back what's
8106                 needed
8107
8108 2002-06-23 [paul]       0.7.8claws17
8109
8110         * src/messageview.[ch]
8111                 remove code committed in error from locally patched
8112                 source
8113
8114 2002-06-23 [colin]      0.7.8claws16
8115
8116         * src/compose.[ch]
8117                 add compose_entry_select(), used to select the default_to
8118                 email address - hopefully avoiding people sending mails to
8119                 wrong recipients.
8120
8121 2002-06-22 [alfons]     0.7.8claws15
8122
8123         * AUTHORS
8124                 add Bram Metsch & Stanislav Karchebny
8125         * src/smtp.[ch]
8126         * src/prefs_account.[ch]
8127         * src/send.c
8128                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
8129                   options.  (see <http://sourceforge.net/tracker/index.php
8130                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
8131
8132                 - merge Stanislav's fix to make SMTP AUTH work with qmail
8133                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
8134
8135 2002-06-22 [paul]       0.7.8claws14
8136
8137         * sync with 0.7.8cvs5
8138                 see ChangeLog 2002-06-19 and 2002-06-20
8139
8140 2002-06-22 [alfons]     0.7.8claws13
8141
8142         * src/selective_download.c
8143                 fix a stupid mistake I made
8144
8145 2002-06-22 [alfons]     0.7.8claws12
8146
8147         * src/selective_download.[ch]
8148                 fix another unnoticed leak; cleanup code
8149
8150 2002-06-21 [alfons]
8151
8152         * tools/Makefile.am
8153                 gpg-sign <-- gpg-sign-syl
8154
8155 2002-06-21 [alfons]     0.7.8claws11
8156
8157         * src/selective_download.c
8158         * src/selective_download.h
8159                 fix assorted mix of allocation errors (should solve
8160                 problem reported by Philippe Gramoullé, see:
8161                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8162
8163 2002-06-20 [melvin]     0.7.8claws10
8164
8165         * tools/gpg-sign *REMOVED*
8166           tools/gpg-sign-syl *ADDED*
8167                 Replaced the gpg clearsigning script with the version using
8168                 xterm instead of ssh-askpass and changed its name.
8169
8170         * README.claws
8171                 Updated actions example to reflect the renaming of the
8172                 gpg clearsigning script.
8173
8174 2002-06-19 [paul]       0.7.8claws9
8175
8176         * sync with 0.7.8claws9
8177                 see ChangeLog 2002-06-18 and 2002-06-19
8178
8179 2002-06-19 [paul]       0.7.8claws8
8180
8181         * sync with 0.7.8cvs1
8182                 see ChangeLog 2002-06-18
8183
8184 2002-06-18 [alfons]     0.7.8claws7
8185
8186         * src/mainwindow.h
8187                 add omitted prototype
8188
8189 2002-06-17 [paul]       0.7.8claws6
8190
8191         * src/mainwindow.c
8192                 fix hiding of exec_btn
8193
8194 2002-06-17 [paul]       0.7.8claws5
8195
8196         * src/pop.c
8197                 remove unneeded code: should_delete() 
8198                 and Pop3State::uidl_todelete_list
8199
8200 2002-06-17 [paul]       0.7.8claws4
8201
8202         * sync with 0.7.8
8203                 see ChangeLog 2002-06-11 and 2002-06-13
8204
8205 2002-06-16 [alfons]     0.7.8claws3
8206         
8207         * src/folder.c
8208                 make sure lock sort mode (claws specific) is
8209                 also persists after a tree rescan
8210
8211 2002-06-16 [alfons]     0.7.8claws2
8212
8213         * src/prefs_folder_item.c
8214         * src/folder.[ch]
8215                 fix persistence of folder sort mode (broken
8216                 by adapting Hiro's new folder persistence code)
8217
8218 2002-06-16 [alfons]     0.7.8claws1
8219
8220         * AUTHORS
8221         * src/logwindow.c
8222         * src/prefscommon.[ch]
8223                 control size of log text in log window; 
8224                 closes patch #569155 submitted by Mitko Haralanov.
8225
8226 2002-06-15 [paul]       0.7.8claws
8227
8228         * release of 0.7.8claws
8229
8230 2002-06-15 [paul]       0.7.7claws
8231
8232         * po/pt_BR.po
8233                 updated by Fabio Junior Beneditto
8234
8235 2002-06-14 [paul]       0.7.6claws49
8236
8237         * po/es.po
8238                 updated by Ricardo Mones Lastra
8239
8240 2002-06-14 [paul]       0.7.6claws48
8241
8242         * po/nl.po
8243                 updated translation by Wilbert Berendsen
8244
8245 2002-06-14 [melvin]     0.7.6claws47
8246
8247         * po/fr.po
8248                 Updated French translation
8249
8250 2002-06-13 [paul]       0.7.6claws46
8251
8252         * src/filesel.c
8253                 allow filename to be typed in, rather than just
8254                 selected by the mouse. Patch by Gustavo Noronha Silva.
8255
8256 2002-06-13 [alfons]     0.7.6claws45
8257
8258         * src/mainwindow.[ch]
8259                 more cleanups (removing unnecessary menu items Expand 
8260                 summary / message view)
8261
8262 2002-06-13 [melvin]     0.7.6claws44
8263
8264         * po/POTFILES.in
8265                 Added src/string_match.c
8266         * src/string_match.c
8267                 Fixed possible buffer overflow.
8268                 Corrected typo.
8269                 Added missing config.h header.
8270         * src/prefs_common.c
8271           src/prefs_matcher.c
8272           src/prefs_scoring.c
8273                 Made some strings translatable (missing _(..)).
8274
8275 2002-06-13 [melvin]     0.7.6claws43
8276
8277         * README.claws
8278                 Corrected action example (verifying clearsigned mail).
8279         * src/prefs_account.c
8280                 Corrected typo.
8281         * src/prefs_common.c
8282                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8283
8284 2002-06-12 [alfons]     0.7.6claws42
8285
8286         * src/summaryview.c
8287                 add init of score column lost in 0.7.6claws42
8288
8289 2002-06-12 [paul]       0.7.6claws41
8290
8291         * src/prefs_account.c
8292                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8293                 behavior of the radio buttons, (from 0.7.7cvs2)
8294
8295 2002-06-11 [alfons]     0.7.6claws40
8296
8297         * src/messageview.[ch]
8298         * src/summaryview.[ch]
8299         * src/summary_search.c
8300         * src/mainwindow.c
8301                 perform a sync to bring in Hiro's separate view implementation 
8302
8303                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8304
8305 2002-06-11 [paul]       0.7.6claws39
8306         
8307         * src/prefs_account.c
8308                 correct a typo on the Receive tab
8309
8310 2002-06-10 [match]      0.7.6claws38
8311
8312         * src/addressbook.c
8313                 Included address completion patch from Gustavo Noronha.
8314
8315 2002-06-10 [paul]       0.7.6claws37
8316
8317         * src/inc.[ch]
8318           src/pop.c
8319           src/prefs_account.[ch]
8320           src/selective_download.[ch]
8321                 apply PATCH #561712
8322                  NEW:
8323                 - check if POP Account
8324                 - Receive Button renamed to Preview
8325                 - Preview Button Popup: preview new/all messages
8326                 - Download Button
8327                 - Account Preferences-->Receive tab checkbutton if you
8328                   want to remove Mail after Download
8329                 -: default YES
8330                 - Account Preferences-->Receive tab checkbutton use
8331                   filtering rules on preview
8332                   (think of delete_on_server)
8333                 -: default YES
8334                 - Account selectable from SD dialog
8335                 - checkbutton to show already downloaded messages if
8336                   all messages are previewed
8337                 - new clist column showing Date
8338                 - ESC KEY close
8339                 FIXES:
8340                 - play ball with UIDL
8341                 - fault tolerant (?) 
8342                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8343
8344 2002-06-10 [melvin]     0.7.6claws36
8345
8346         * README.claws
8347                 Added a hint to ac/README in cvs instructions.
8348
8349         * src/prefs_actions.c
8350                 Made it possible to use a more elaborate command line
8351                 for asynchronous actions, too.
8352
8353 2002-06-10 [melvin]     0.7.6claws35
8354         
8355         * src/prefs_actions.c
8356                 Make it possible to use a more elaborate command line
8357                 (e.g. |foo|bar|cat>there;echo Done|)
8358                 Corrected error message when calling %f, %F and %p commands
8359                 from the compose window.
8360
8361 2002-06-09 [colin]      0.7.6claws34
8362
8363         * src/summaryview.c
8364                 Automatically find unread messages in current folder
8365                 before annoying the user.
8366
8367 2002-06-08 [alfons]     0.7.6claws33
8368
8369         * po/it.po
8370                 remove bad formatting string in it.po translation
8371                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8372
8373 2002-06-08 [paul]       0.7.6claws32
8374
8375         * sync with 0.7.6cvs25
8376                 see ChangeLog 2002-06-07
8377
8378 2002-06-05 [paul]       0.7.6claws31
8379
8380         * src/mainwindow.c
8381                 add 'Sort by locked' and 'Sort by score'
8382
8383 2002-06-05 [paul]       0.7.6claws30
8384
8385         * sync with 0.7.6cvs24
8386                 see ChangeLog 2002-06-04
8387
8388 2002-06-04 [paul]       0.7.6claws29
8389
8390         * po/pt_BR.po
8391                 updated by Fabio Junior Beneditto
8392
8393 2002-06-03 [thorsten]   0.7.6claws28
8394
8395         * src/matcher.c
8396                 fclose() matcherrc after reading
8397
8398 2002-06-03 [paul]       0.7.6claws27
8399
8400         * sync with 0.7.6cvs21
8401                 see ChangeLog 2002-05-31
8402
8403 2002-05-31 [paul]       0.7.6claws26
8404
8405         * sync with 0.7.6cvs20
8406                 see ChangeLog 2002-05-29 and 2002-05-30
8407
8408 2002-05-31 [paul]       0.7.6claws25
8409
8410         * src/imap.c
8411                 hopefully fix last buggy sync
8412
8413         * README.claws
8414                 correct typo in 'Actions' examples
8415
8416 2002-05-29 [paul]       0.7.6claws24
8417
8418         * sync with 0.7.6cvs18
8419                 see ChangeLog 2002-05-28 and 2002-05-29
8420
8421         * src/news.c
8422           src/nntp.[ch]
8423                 sync with above 
8424
8425 2002-05-28 [paul]       0.7.6claws23
8426
8427         * sync with 0.7.6cvs16
8428                 see ChangeLog 2002-05-28
8429
8430 2002-05-27 [thorsten]   0.7.6claws22 
8431
8432         * faq/it/sylpheed-faq-1.html
8433           faq/it/sylpheed-faq-2.html
8434           faq/it/sylpheed-faq-3.html
8435           faq/it/sylpheed-faq.html
8436                 corrected DOS lineendings
8437         * faq/de/sylpheed-faq-1.html
8438           faq/de/sylpheed-faq-2.html
8439           faq/en/sylpheed-faq-1.html
8440           faq/en/sylpheed-faq-2.html
8441           faq/en/sylpheed-faq-3.html
8442           faq/es/sylpheed-faq-1.html
8443           faq/es/sylpheed-faq-2.html
8444           faq/es/sylpheed-faq-3.html
8445           faq/fr/sylpheed-faq-1.html
8446           faq/it/sylpheed-faq-1.html
8447           faq/it/sylpheed-faq-2.html
8448           faq/it/sylpheed-faq-3.html
8449           faq/it/sylpheed-faq.html
8450                 changed ">" to &quot;
8451
8452 2002-05-27 [paul]       0.7.6claws21
8453         
8454         * sync with 0.7.6cvs15
8455                 see ChangeLog 2002-05-27
8456
8457 2002-05-27 [paul]       0.7.6claws20
8458
8459         * src/prefs_account.c
8460                 correct a typo
8461
8462 2002-05-26 [paul]       0.7.6claws19
8463
8464         * tools/README
8465                 correct a typo
8466
8467 2002-05-25 [paul]       0.7.6claws18
8468
8469         * tools/README
8470                 add description of kmail2sylpheed.pl
8471
8472 2002-05-25 [paul]       0.7.6claws17
8473
8474         * tools/kmail2sylpheed.pl       ** NEW FILE **
8475                 perl script that converts an exported Kmail address
8476                 book, converts it to sylpheed addressbook file,
8477                 writes the file to .sylpheed, and updates
8478                 addrbook--index.xml 
8479
8480 2002-05-25 [paul]       0.7.6claws16
8481
8482         * sync with 0.7.6cvs14
8483                 see ChangeLog 2002-05-23
8484
8485 2002-05-24 [paul]       0.7.6claws15
8486
8487         * README.claws
8488                 make a correction and add some more info
8489
8490 2002-05-24 [paul]       0.7.6claws14
8491
8492         * src/compose.c
8493                 fix memory leak in 
8494                 compose_redirect_write_headers_from_headerlist()
8495                 add Subject and Resent-Message-ID to
8496                 compose_redirect_write_headers()
8497                 Received, Subject, and X-UIDL are filtered out in 
8498                 compose_redirect_write_to_file()
8499
8500 2002-05-23 [paul]       0.7.6claws13
8501
8502         * src/compose.[ch]
8503           src/filtering.c
8504           src/mainwindow.c
8505           src/matcher.[ch]
8506           src/matcher_parser_lex.l
8507           src/matcher_parser_parse.y
8508           src/prefs_common.[ch]
8509           src/prefs_filtering.c
8510           src/summaryview.c
8511                 rename 'Bounce' to 'Redirect'
8512
8513 2002-05-23 [paul]       0.7.6claws12
8514
8515         * more sync with 0.7.6cvs13
8516           src/compose.c
8517                 see ChangeLog 2002-05-22
8518
8519 2002-05-22 [paul]       0.7.6claws11
8520
8521         * sync with 0.7.6cvs13
8522           src/codeconv.c
8523                 see ChangeLog 2002-05-20
8524           src/prefs_common.c
8525                 see ChangeLog 2002-05-22
8526
8527 2002-05-21 [melvin]     0.7.6claws10
8528
8529         * src/folderview.c
8530                 Added missing filtering and scoring headers
8531                 Fixed bad function call that showed garbage 
8532                 in Folder->Processing
8533
8534 2002-05-21 [paul]       0.7.6claws9
8535
8536         * tools/Makefile.am
8537                 make all tools executable, (patch by Alfons).
8538
8539 2002-05-20 [alfons]     0.7.6claws8
8540
8541         * src/procheader.c
8542                 don't forget to call mktime() so we have a valid week 
8543                 and year day
8544                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8545
8546 2002-05-20 [paul]       0.7.6claws7
8547
8548         * src/html.c
8549                 fix broken parsing of urls
8550         * src/textview.c
8551                 fix displaying of urls
8552
8553                 both fixes from the patch [547855] by Eugene 
8554                 Brevdo (zonem)
8555
8556 2002-05-19 [alfons]     0.7.6claws6
8557
8558         * configure.in
8559                 make sylpheed configure correctly with the latest
8560                 and greatest of automake / autoconf / gettext
8561
8562 2002-05-19 [alfons]     0.7.6claws5
8563
8564         * src/procheader.c
8565         * src/procheader.h
8566                 add function for returning ime zone offset
8567         * src/quote_fmt.c
8568         * src/quote_fmt_parse.y
8569                 better quotation formatting - does not convert
8570                 to local time, but uses the original date string.
8571                 
8572                 Note: %z inserts the timezone offset (should 
8573                 work also on platforms where strftime does not
8574                 support %z).
8575
8576 2002-05-18 [christoph]  0.7.6claws4
8577
8578         * src/summaryview.c
8579                 fix indentation of some code
8580         * tools/Makefile.am
8581                 fix spaces after \
8582         * src/Makefile.am
8583                 add missing \
8584                 correct path for ignorethread.xpm
8585                 incorrect filename for sylpheed_logo.xpm
8586                 add missing include matcher_parser_parse.h
8587
8588 2002-05-18 [paul]       0.7.6claws3
8589
8590         * sync with 0.7.6cvs8
8591                 see ChangeLog 2002-05-16 and 2002-05-17
8592
8593 2002-05-18 [melvin]     0.7.6claws2
8594
8595         * README.claws
8596                 Corrected an action's definition and fixed some misspellings.
8597
8598 2002-05-18 [paul]       0.7.6claws1
8599
8600         * tools/Makefile.am
8601           tools/gpg-sign        ** new file **
8602           tools/uudec           ** new file **
8603                 add Melvin's Actions scripts
8604
8605         * README.claws
8606                 add Melvin's descriptions for Actions
8607
8608 2002-05-18 [paul]       0.7.6claws
8609
8610         * Version 0.7.6claws released
8611
8612 2002-05-17 [paul]       0.7.5claws32
8613
8614         * po/es.po
8615                 updated by Ricardo Mones Lastra
8616
8617 2002-05-17 [paul]       0.7.5claws31
8618
8619         * src/compose.c
8620                 fix Account prefs default folder for sent/draft/deleted
8621                 messages bug
8622
8623         * po/it.po
8624           po/nl.po
8625                 updated translation by Alessandro Maestri and
8626                 Wilbert Berendsen
8627
8628 2002-05-17 [melvin]     0.7.5claws30
8629
8630         * src/prefs_actions.c
8631                 Fixed bug where using %F not at the end of the command 
8632                 resulted in an additional empty argument being created.
8633                 Thanks to Darko Koruga for reporting the bug.
8634
8635 2002-05-17 [melvin]     0.7.5claws29
8636
8637         * po/fr.po
8638                 Updated French translations.
8639
8640 2002-05-15 [paul]       0.7.5claws28
8641         
8642         * po/es.po
8643                 updated by Ricardo Mones Lastra
8644
8645 2002-05-15 [paul]       0.7.5claws27
8646
8647         * sync with 0.7.6cvs4
8648                 see ChangeLog 2002-05-14 and 2002-05-15
8649
8650 2002-05-14 [paul]       0.7.5claws26
8651
8652         * sync with 0.7.6cvs1
8653                 see ChangeLog 2002-05-13
8654
8655 2002-05-13 [thorsten]   0.7.5claws25
8656
8657         * src/messageview.c
8658                 fix select_all and copy in multipart messages
8659         * src/mainwindow.c
8660                 fix select_all and copy in multipart messages
8661
8662 2002-05-12 [paul]       0.7.5claws24
8663
8664         * src/summaryview.c
8665                 reverse last commit, bug already fixed in 0.7.5claws3
8666
8667 2002-05-12 [netztorte]  0.7.5claws23
8668
8669         * src/summaryview.c
8670                 dont parse empty addressbook (checked in before claws20)
8671
8672 2002-05-12 [melvin]     0.7.5claws22
8673
8674         * src/procmsg.[ch]
8675                 Removed unneeded priority code introduced by the previous 
8676                 commit.
8677
8678 2002-05-12 [melvin]     0.7.5claws21
8679
8680         * src/compose.[ch]
8681                 Added possibility to set message's priority.
8682         * src/procmsg.[ch]
8683                 Added possibility to set message's priority.
8684                 Added missing headers
8685
8686 2002-05-12 [melvin]     0.7.5claws20
8687
8688         * src/prefs_actions.c
8689                 Removed implicitely added quotes around the name
8690                 of the temporary files of mime parts.
8691
8692 2002-05-12 [paul]       0.7.5claws19
8693
8694         * sync with 0.7.5cvs20
8695                 see ChangeLog 2002-05-11
8696
8697 2002-05-12 [alfons]     0.7.5claws18
8698
8699         * src/quote_fmt_lex.l
8700         * src/quote_fmt_parse.y
8701                 allow quote / reply date & time format to be set using
8702                 %D{format}. format is a format string you'd pass to
8703                 strftime() (see man strftime, or the Display tab |
8704                 Date format setting).
8705
8706                 Currently %D converts the date to local time. 
8707
8708 2002-05-11 [paul]       0.7.5claws17
8709
8710         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8711                 see ChangeLog 2002-05-10 and 2002-05-11
8712
8713 2002-05-10 [paul]       0.7.5claws16
8714
8715         * sync with 0.7.5cvs16
8716                 see ChangeLog entries 2002-05-09 and 
8717                 2002-05-10
8718
8719 2002-05-10 [colin]      0.7.5claws15
8720
8721         * src/textview.c
8722                 Corrected a bug that prevented sylpheed to open
8723                 double-clicked URIs.
8724
8725 2002-05-09 [paul]       0.7.5claws14
8726
8727         * sync with 0.7.5cvs14
8728                 see ChangeLog 2002-05-08 and 2002-05-09
8729
8730 2002-05-08 [paul]       0.7.5claws13
8731
8732         * sync with 0.7.5cvs11
8733                 see ChangeLog entry 2002-05-08
8734
8735 2002-05-08 [paul]       0.7.5claws12
8736
8737         * src/mainwindow.c
8738           src/textview.[ch]
8739                 fix segfault on View->Open in new window
8740                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8741
8742 2002-05-07 [paul]       0.7.5claws11
8743
8744         * sync with 0.7.5cvs9
8745                 see ChangeLog entry 2002-05-07
8746
8747 2002-05-06 [paul]       0.7.5claws10
8748
8749         * src/messageview.c
8750           src/textview.c
8751                 display url in statusbar on single-click
8752                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8753
8754 2002-05-06 [match]      0.7.5claws9
8755
8756         * src/addritem.[ch]
8757                 new functions.
8758         * src/addrcache.c
8759                 tidy up.
8760         * src/xmlprops.[ch]
8761                 XML implementation of properties file.
8762         * src/exporthtml.[ch]
8763         * src/expthtmldlg.[ch]
8764         * src/addressbook.c
8765                 export to HTML.
8766
8767 2002-05-02 [sergey]     0.7.5claws8
8768
8769         * src/mainwindow.c (mainwin_entries),
8770           src/prefs_common.c (prefs_send_create()),
8771           src/codeconv.c (locale_table):
8772                 use charset name "Windows-1251" instead of "CP1251".
8773
8774 2002-05-02 [colin]      0.7.5claws7
8775         
8776         * src/compose.c
8777           src/prefs_common.c
8778           src/prefs_folder_item.c
8779                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8780
8781 2002-05-02 [hiro]       0.7.5claws6
8782
8783         * src/imap.c
8784                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8785
8786 2002-05-02 [paul]       0.7.5claws5
8787
8788         * src/compose.c
8789                 more sync with 0.7.5cvs7, see ChangeLog entry
8790                 2002-05-02
8791
8792 2002-05-02 [hiro]       0.7.5claws4
8793
8794         * src/compose.c
8795                 compose_queue_sub():
8796                 check if queue folder exists (closes #550397).
8797                 removed directory creation since it should be handled
8798                 transparently.
8799         * src/imap.c
8800                 imap_add_msg(): return UID for appended message
8801                 (closes #548842).
8802
8803 2002-04-30 [paul]       0.7.5claws3
8804
8805         * src/summaryview.c
8806                 fix account_find_from_address() bug
8807
8808 2002-04-28 [colin]      0.7.5claws2
8809
8810         * src/compose.c
8811           src/textview.c
8812           src/prefs_common.[ch]
8813           src/utils.[ch]
8814                 Added user-definable quotation characters recognition.
8815
8816 2002-04-28 [paul]       0.7.5claws1
8817
8818         * sync with 0.7.5cvs4
8819                 see ChangeLog entry  2002-04-25
8820
8821 2002-04-28 [paul]       0.7.5claws
8822
8823         * po/es.po
8824           po/nl.po
8825           po/pt_BR.po
8826                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8827                 Fabio Junior Beneditto
8828
8829 2002-04-27 [jens]       0.7.4claws103
8830
8831         * po/de.po
8832                 updated German translation.
8833
8834 2002-04-27 [hiro]       0.7.4claws102
8835
8836         * src/summaryview.c
8837                 summary_write_cache(): fixed the mark loss of hidden messages.
8838
8839 2002-04-26 [melvin]     0.7.4claws101
8840
8841         * src/procmsg.c
8842                 fixed a second typo (same one)
8843         * po/fr.po
8844           po/it.po
8845           po/pt_BR.po
8846                 fixed the type again...
8847
8848 2002-04-26 [melvin]     0.7.4claws100
8849
8850         * src/procmsg.c
8851                 fixed a typo in an alert message ("temorary").
8852         * po/it.po
8853         * po/pt_BR.po
8854                 corrected the typo  described above.
8855         * po/fr.po
8856                 updated French translation.
8857
8858 2002-04-26 [darko]      0.7.4claws99
8859
8860         * src/summaryview.c
8861                 fix target folder colorization
8862
8863 2002-04-25 [paul]       0.7.4claws98
8864
8865         * po/it.po
8866                 updated by Alessandro Maestri
8867
8868 2002-04-24 [colin]      0.7.4claws97
8869         
8870         * src/compose.c
8871                 Fixed double "subject is empty" question.
8872
8873 2002-04-23 [colin]      0.7.4claws96
8874         
8875         * src/mimeview.c
8876                 Corrected issue when "automatically display images" was
8877                 not set : first image remained after selecting second.
8878
8879 2002-04-23 [melvin]     0.7.4claws95
8880
8881         * src/prefs_actions.c
8882                 Don't display in/out dialog if there is nothing to show.
8883
8884 2002-04-23 [paul]       0.7.4claws94
8885
8886         * sync with 0.7.5cvs3
8887                 bug fixes: see ChangeLog entry 2002-04-23
8888
8889 2002-04-22 [darko]      0.7.4claws93
8890
8891         * src/compose.c
8892                 fix previous check-in which changed code after
8893                 merge from main
8894
8895 2002-04-22 [paul]       0.7.4claws92
8896
8897         * faq/de/*
8898                 add German FAQ
8899         * faq/en/*
8900           faq/es/*
8901           faq/fr/*
8902                 update English, Spanish and French FAQs
8903         * manual/de/*
8904           manual/es/*
8905                 add German and Spanish manuals
8906         * manual/en/*
8907           manual/fr/*
8908                 update English and French manuals
8909
8910         * src/Makefile.am
8911                 add to and re-arrange the pixmap entries
8912
8913 2002-04-22 [darko]      0.7.4claws91
8914
8915         * src/compose.c
8916                 fix sender initials recognition to only allow
8917                 '>' after the initials
8918
8919 2002-04-21 [paul]       0.7.4claws90
8920
8921         * sync with 0.7.5 release
8922                 see ChangeLog entry 2002-04-21
8923
8924 2002-04-21 [alfons]
8925
8926         * src/Makefile.am
8927                 add colin's new pixmaps to EXTRA_DIST
8928
8929 2002-04-21 [colin]      0.7.4claws89
8930         * src/compose.c
8931         * src/inc.c
8932         * src/mainwindow.[ch]
8933         * src/prefs_common.[ch]
8934         * src/stock_pixmap.[ch]
8935                 Added "Work offline" ability.
8936
8937 2002-04-21 [colin]      0.7.4claws88
8938         
8939         * src/mimeview.c
8940         * src/prefs_common.c
8941         * src/prefs_common.h
8942         * src/textview.c : Added an option to common preferences -> display
8943           to allow user not to automatically display images.
8944
8945 2002-04-21 [paul]       0.7.4claws87
8946
8947         * sync with 0.7.4cvs52
8948                 see ChangeLog entry 2002-04-21 (src/imap.c)
8949
8950 2002-04-21 [paul]       0.7.4claws86
8951
8952         * sync with 0.7.4cvs51
8953                 see ChangeLog entry 2002-04-21
8954
8955 2002-04-21 [paul]       0.7.4claws85
8956
8957         * sync with 0.7.4cvs49
8958                 see ChangeLog entries 2002-04-20 and 2002-04-21
8959
8960         * src/Makefile.am
8961                 clean up: remove old 'stock_' element from xpm 
8962                 filenames.
8963
8964 2002-04-21 [alfons]     0.7.4claws84
8965
8966         apply sync patch from Paul
8967
8968         * src/folderview.c
8969                 use old claws prefs_folder_item_create() for now
8970
8971 2002-04-19 [match]      0.7.4claws83
8972
8973         * src/addressbook.[ch]
8974         * src/addrharvest.[ch]
8975         * src/addrgather.[ch]
8976                 recurse folders.
8977         * src/mainwindow.c
8978         * src/summaryview.[ch]
8979                 change menu option.
8980
8981 2002-04-19 [paul]       0.7.4claws82
8982
8983         * po/pt_BR.po
8984                 updated by Fabio Junior Beneditto
8985
8986 2002-04-14 [alfons]     0.7.4claws81
8987
8988         * src/passphrase.c
8989                 add #include <sys/types.h> for mode_t and off_t 
8990
8991 2002-04-13 [paul]       0.7.4claws80
8992         
8993         * src/main.c
8994           src/passphrase.[ch]
8995           src/pgptext.c
8996           src/prefs_common.[ch]
8997           src/rfc2015.c
8998                 enable storing of GnuPG passphrase for the whole 
8999                 session or a user-defined number of minutes. patch 
9000                 submitted by Ravemax <ravemax@dextrose.com>
9001
9002 2002-04-13 [alfons]     0.7.4claws79
9003
9004         * src/textview.c
9005                 make email parser also stop scanning when encountering separators
9006                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
9007
9008 2002-04-13 [paul]       0.7.4claws78
9009
9010         * sync with 0.7.4cvs39
9011                 see ChangeLog entry 2002-04-12
9012
9013 2002-04-11 [paul]       0.7.4claws77
9014
9015         * sync with 0.7.4cvs37
9016                 see ChangeLog entry 2002-04-11
9017
9018 2002-04-11 [paul]       0.7.4claws76
9019
9020         * COPYING 
9021                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
9022                 the clause for OpenSSL). sync with sylpheed main
9023
9024 2002-04-09 [melvin]     0.7.4claws75
9025
9026         * src/compose.c
9027                 Made 'Ctrl-Enter' on send ignore some modifiers 
9028                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
9029                 to bind other *-Enter (but not Alt-Enter).
9030
9031 2002-04-09 [paul]       0.7.4claws74
9032
9033         * sync with 0.7.4cvs35
9034                 see ChangeLog entries 2002-04-09
9035
9036 2002-04-08 [paul]       0.7.4claws73
9037
9038         * sync with 0.7.4cvs33
9039                 see ChangeLog entry 200-04-08
9040
9041 2002-04-07 [match]      0.7.4claws72
9042
9043         * src/addrharvest.[ch]
9044                 fixed to read all addresses in header, regardless
9045                 of header size. improved name parsing. accommodate
9046                 harvest from folders and selected message.
9047         * src/addritem.[ch]
9048                 included new address parsing function.
9049         * src/addrgather.[ch]
9050         * src/addressbook.[ch]
9051         * src/summaryview.[ch]
9052         * src/mainwindow.c
9053                 allow address harvest of folder as well as selected
9054                 messages.
9055
9056 2002-04-07 [paul]       0.7.4claws71
9057
9058         * src/esmtp.[ch]
9059           src/smtp.c
9060                 don't try to authenticate with CRAM-MD5 in SMTP when 
9061                 SMTP-AUTH enabled if MTA doesn't issue this 
9062                 auth-method in it's ehlo-response. bug item #531364,
9063                 patch item #938910. patch submitted by Colin Leroy 
9064                 <colin@colino.net>
9065
9066 2002-04-07 [paul]       0.7.4claws70
9067
9068         * src/nntp.c
9069                 fix missing MODE_READER bug. patch submitted by
9070                 Colin Leroy <colin@colino.net>
9071
9072 2002-04-07 [alfons]     0.7.4claws69
9073
9074         * src/matcher.[ch]
9075         * src/prefs_filtering.c
9076         * src/summaryview.c
9077                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
9078                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
9079
9080 2002-04-07 [paul]       0.7.4claws68
9081
9082         * sync with 0.7.4cvs32
9083                 see ChangeLog entry 2002-04-06
9084
9085         * tools/filter_conv.pl
9086                 more bug fixes
9087
9088 2002-04-06 [paul]       0.7.4claws67
9089
9090         * tools/filter_conv.pl
9091                 modify to be able to find the name of the first
9092                 mailbox and use that. main's filter does not
9093                 record the full path to the mailbox and therefore
9094                 can only filter to the first mailbox.
9095
9096 2002-04-05 [paul]       0.7.4claws66
9097
9098         * tools/filter_conv.pl
9099                 attempt to make the script all-encompassing and
9100                 be able to convert any main 'filter' rule thrown
9101                 at it
9102
9103 2002-04-05 [paul]       0.7.4claws65
9104
9105         * tools/filter_conv.pl
9106                 allow for collapsed folder trees
9107
9108 2002-04-05 [paul]       0.7.4claws64
9109
9110         * sync with 0.7.4cvs31
9111                 see ChangeLog entries 2002-04-05
9112
9113 2002-04-03 [paul]       0.7.4claws63
9114
9115         * sync with 0.7.4cvs29
9116                 see ChangeLog entries 2002-04-02 and 2002-04-03
9117
9118 2002-04-02 [paul]       0.7.4claws62
9119
9120         * sync with 0.7.4cvs26
9121                 see ChangeLog entry 2002-04-01
9122
9123 2002-04-02 [match]      0.7.4claws61
9124
9125         * src/pine.[ch]
9126         * src/importpine.[ch]
9127         * src/addressbook.c
9128                 import Pine address book.
9129
9130 2002-04-02 [match]      0.7.4claws60
9131
9132         * src/addrharvest.[ch]
9133                 improve address parsing of funky addresses.
9134
9135 2002-04-02 [darko]      0.7.4claws59
9136
9137         * src/compose.c
9138                 wrap on send improvements, it now recognizes quoted
9139                 initials as part of the quotation string, and it
9140                 does not join lines separated by CR
9141
9142 2002-04-01 [match]      0.7.4claws58
9143
9144         * src/mgutils.[ch]
9145                 added new functions.
9146         * src/mutt.[ch]
9147                 remove excessive duplicate address generation
9148                 on import.
9149
9150 2002-04-01 [alfons]     0.7.4claws57
9151         
9152         * src/summaryview.c
9153                 put back g_free() 
9154
9155 2002-04-01 [paul]       0.7.4claws56
9156
9157         * sync with 0.7.4cvs25
9158                 see ChangeLog entry 2002-04-01
9159
9160 2002-04-01 [alfons]     0.7.4aprilfool55
9161
9162         * src/summaryview.c
9163                 honour feature request item #537427 to allow for
9164                 displaying names from address book for sent mail also
9165
9166 2002-03-29 [paul]       0.7.4claws54
9167
9168         * src/mainwindow.c
9169           src/prefs_filtering.[ch]
9170           src/prefs_matcher.c
9171           src/summaryview.c
9172                 add 'fast filter' for claws' filtering,
9173                 /Tools/Create filter rule/... patch submitted
9174                 by Neill Miller <neillm@thecodefactory.org>
9175
9176 2002-03-29 [paul]       0.7.4claws53
9177
9178         * sync with 0.7.4cvs24
9179                 see ChangeLog entry 2002-03-29
9180
9181 2002-03-28 [paul]       0.7.4claws52
9182
9183         * sync with 0.7.4cvs23
9184                 see ChangeLog entry 2002-03-28
9185
9186 2002-03-27 [melvin]     0.7.4claws51
9187
9188         * src/prefs_actions.c
9189                 Added support to pass only one message part (as a
9190                 file) to the command using '%p'. No quotes are needed
9191                 because doubles quotes are automatically added.
9192                 Fixed bug where Sylpheed could block when waiting for
9193                 a child process to finish.
9194                 Changed the help menu to remove quotes around symbols to 
9195                 avoid misinterpretation (they must not be used).
9196
9197 2002-03-27 [melvin]     0.7.4claws50
9198
9199         * src/inc.c
9200                 Made the new mail notification command always 
9201                 execute asynchronously.
9202
9203 2002-03-27 [paul]       0.7.4claws49
9204
9205         * src/compose.c
9206                 fix bug introduced in last commit
9207
9208 2002-03-27 [paul]       0.7.4claws48
9209
9210         * sync with 0.7.4cvs21
9211                 see ChangeLog 2002-03-26 and 2002-03-27
9212
9213 2002-03-26 [hoa]        0.7.4claws47
9214
9215         * src/prefs_folder_item.c
9216                 really fixed the bug #516442 with folder rescan.
9217
9218 2002-03-26 [paul]       0.7.4claws46
9219
9220         * sync with 0.7.4cvs19
9221                 see ChangeLog entries 2002-03-25 and 2002-03-26
9222
9223 2002-03-25 [hoa]        0.7.4claws45
9224
9225         * src/matcher.c
9226         * src/mh.c
9227                 fix the bug #516442 with folder rescan.
9228
9229         * src/prefs_common.[ch]
9230         * src/compose.c
9231                 added an option to enable two different behaviours
9232                 for bounce.
9233
9234
9235 2002-03-25 [paul]       0.7.4claws44
9236
9237         * src/mainwindow.c
9238           src/selective_download.c
9239                 correct a few menuitem labels
9240
9241 2002-03-25 [christoph]  0.7.4claws43
9242
9243         * src/procmsg.c
9244                 fix non deleted tmp message in
9245                 procmsg_save_to_outbox
9246                 fix problems caused by sync with
9247                 main branch's procmsg_send_queue
9248
9249 2002-03-25 [paul]       0.7.4claws42
9250
9251         * src/quote_fmt.c
9252           src/quote_fmt_lex.l
9253           src/quote_fmt_parse.y
9254                 add Last name (%L) placeholder for quoting. 
9255                 patch submitted by Thorsten Thielen 
9256                 <thth@users.sourceforge.net>
9257
9258 2002-03-25 [paul]       0.7.4claws41
9259
9260         * src/utils.c
9261                 get full hostname. patch submitted by
9262                 Bob Woodside <rwoodside1@comcast.net>
9263
9264 2002-03-25 [paul]       0.7.4claws40
9265
9266         * src/account.c
9267           src/news.c
9268           src/nntp.[ch]
9269           src/prefs_account.[ch]
9270                 enable NNTP over SSL. patch submitted by
9271                 Pascal Jermini <pascal@infinity.hn.org>
9272
9273 2002-03-24 [paul]       0.7.4claws39
9274
9275         * src/prefs_common.c
9276                 make the arrangement of the Compose tab more
9277                 coherent
9278
9279         * src/mainwindow.c
9280                 fix some irregularities of style
9281
9282         * po/de.po
9283                 updated by Kilian Krause
9284
9285 2002-03-23 [paul]       0.7.4claws38
9286
9287         * po/pt_BR.po
9288                 updated by Fabio Junior Beneditto
9289
9290 2002-03-23 [paul]       0.7.4claws37
9291
9292         * src/mainwindow.c
9293                 move 'Gather addresses' to 'Tools' menu
9294                 make 'Selective download' sensitive
9295
9296 2002-03-23 [paul]       0.7.4claws36
9297
9298         * sync with 0.7.4cvs16
9299                 see ChangeLog entries 2002-03-23
9300
9301 2002-03-22 [christoph]  0.7.4claws35
9302
9303         * src/quote_fmt_parse.y
9304                 fix include program output
9305
9306 2002-03-22 [alfons]     0.7.4claws34
9307
9308         * src/pop.c
9309                 initialize GDate stack variable correctly (sorry!)
9310
9311 2002-03-22 [paul]       0.7.4claws33
9312
9313         * src/compose.c
9314           src/mainwindow.c
9315           src/prefs_actions.c
9316           src/prefs_common.c
9317                 rename 'Tool' to 'Tools'
9318
9319         * src/mainwindow.c
9320                 move 'Delete duplicated messages' from
9321                 'Message/' to 'Tools/'
9322                 re-arrange the order of 'Tools/' items
9323
9324 2002-03-22 [paul]       0.7.4claws32
9325
9326         * src/addr_compl.c
9327           src/addressbook.[ch]
9328                 auto-address completion now also matches on
9329                 Nickname. patch submitted by Bob Forsman 
9330                 <hammor@users.sourceforge.net>
9331
9332         * src/editaddress.c
9333                 correct a spelling mistake
9334
9335 2002-03-22 [alfons]     0.7.4claws31
9336
9337         * src/pop.c
9338                 fix getting uidl from incorrect string 
9339                 (spotted by Colin)
9340
9341 2002-03-21 [alfons]     0.7.4claws30
9342
9343         * src/pop.c
9344                 more code refactoring
9345                 plug mem leak introduced by delete on server
9346
9347 2002-03-21 [paul]       0.7.4claws29
9348
9349         * sync with 0.7.4cvs11
9350                 see ChangeLog entries 2002-03-20
9351
9352 2002-03-20 [alfons]     0.7.4claws28
9353
9354         * src/inc.c
9355                 apply Colin's patch and refactor
9356
9357 2002-03-20 [paul]       0.7.4claws27
9358
9359         * sync with sylpheed 0.7.4cvs9
9360                 see ChangeLog entry 2002-03-20
9361
9362 2002-03-19 [christoph]  0.7.4claws26
9363
9364         * src/mh.c
9365         * src/procmsg.[ch]
9366         * src/summaryview.c
9367                 revert changes for flag updates
9368                 (does not work correctly and no time to debug)
9369
9370 2002-03-20 [alfons]     0.7.4claws25
9371
9372         * src/pop.c
9373                 refactor should_delete() a little bit 
9374
9375 2002-03-19 [paul]       0.7.4claws24
9376
9377         * src/inc.[ch]
9378           src/pop.c
9379           src/prefs_account.[ch]
9380                 allow the user to leave downloaded mail on the 
9381                 server for n days. Patch submitted by Colin Leroy 
9382                 <colin@colino.net>
9383
9384 2002-02-19 [paul]       0.7.4claws23
9385
9386         * sync with sylpheed 0.7.4cvs8
9387                 see ChangeLog entries 2002-03-19
9388
9389 2002-03-18 [paul]       0.7.4claws22
9390
9391         * sync with sylpheed 0.7.4cvs6
9392                 see ChangeLog entry 2002-03-18
9393
9394 2002-03-18 [paul]       0.7.4claws21
9395
9396         * po/en_GB.po
9397                 add en_GB message catalogue
9398
9399         * src/mbox_folder.c
9400           src/prefs_account.c
9401           src/prefs_actions.c
9402                 correct a few spelling mistakes
9403
9404 2002-03-17 [alfons]     0.7.4claws20
9405
9406         * src/matcher.c
9407                 more stringent checks for NULL params when writing
9408                 filtering actions to a file
9409                 
9410 2002-03-17 [hoa]        0.7.3claws20
9411
9412         * src/news.c
9413                 fixed the count of new messages
9414
9415         * src/compose.c
9416                 fixed the "attachment properties" window
9417
9418 2002-03-17 [paul]       0.7.4claws19
9419
9420         * src/defs.h
9421           src/folder.h
9422           src/news.c
9423           src/prefs_account.[ch]
9424           src/procmsg.[ch]
9425           src/summaryview.c
9426                 automatically mark cross-posted messages as read 
9427                 and (optionally) give them a colour label
9428                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9429                 
9430
9431 2002-03-17 [paul]       0.7.4claws18
9432
9433         * sync with sylpheed 0.7.4cvs5
9434                 see ChangeLog entry 2002-03-17
9435
9436 2002-03-17 [melvin]     0.7.4claws17
9437         
9438         * src/textview.c
9439                 Worked around a gtktext 'bug': when searching for 
9440                 a text in a long message it was scrolling slowly
9441                 line by line until it hit the searched text.
9442         * po/fr.po
9443                 Updated French translation
9444
9445 2002-03-17 [melvin]     0.7.4claws16
9446
9447         * src/mainwindow.c
9448         * src/compose.c
9449         * src/prefs_actions.c
9450                 Moved "Edit/Actions" to "Tool/Actions"
9451                 Made mainwindow/compose window sensitive as soon as
9452                 no child process is running anymore even if the io dialog
9453                 is open.
9454                 Fixed a struct being initialized with a non constant char*
9455
9456 2002-03-16 [christoph]  0.7.4claws15
9457
9458         * configure.in
9459                 add --with-compiler-flags option
9460                 (only for developer hacking)
9461         * src/mh.c
9462         * src/procmsg.[ch]
9463         * src/summaryview.c
9464                 try to make folder-stats and flag handling more
9465                 independent from the summaryview. msgcounts
9466                 are only set when the folder is opened and
9467                 procmsg_msginfo_(un)set_flags will handle it
9468                 later and summaryview will get the values
9469                 from the folder.
9470
9471 2002-03-16 [paul]       0.7.4claws14
9472
9473         * src/messageview.c
9474                 fix Return-receipt. Patch submitted by Bob
9475                 Woodside <rwoodside1@comcast.net>
9476
9477 2002-03-16 [paul]       0.7.4claws13
9478
9479         * src/compose.c
9480                 fix 'dynamic' signatures, make it work again
9481                 broken during sync on 2002-03-14 (0.7.4claws2)
9482
9483 2002-03-15 [match]      0.7.4claws12
9484
9485         * src/addrharvest.[ch]
9486         * src/addrgather.[ch]
9487         * src/addressbook.[ch]
9488         * src/mainwindow.c
9489                 included address harvester feature. still some
9490                 issues with address parsing that I will fix.
9491
9492 2002-03-15 [match]      0.7.4claws11
9493
9494         * src/addrbook.[ch]
9495         * src/addrcache.[ch]
9496         * src/addressbook.[ch]
9497         * src/addrindex.c
9498         * src/editbook.c
9499         * src/importldif.c
9500         * src/importmutt.c
9501         * src/jpilot.[ch]
9502         * src/main.c
9503         * src/syldap.[ch]
9504         * src/vcard.[ch]
9505                 tidy up. fix memory leaks. moved attribs and methods
9506                 from individual interfaces to addrcache object. prep
9507                 for new stuff to come in.
9508
9509 2002-03-15 [alfons]     0.7.4claws10
9510
9511         * src/matcher.[ch]
9512         * src/matcher_parser_parse.y
9513         * src/matcher_parser_lex.l
9514         * src/prefs_matcher.c
9515                 add filtering conditions message greater than, smaller 
9516                 than, and exactly matching a size in bytes
9517                 (does not work with delete from POP3 server yet)
9518
9519                 this should also give others an idea what you should
9520                 do to add new criterions to claws filtering system
9521                 
9522
9523 2002-03-15 [paul]       0.7.4claws9
9524
9525         * tools/filter_conv.pl
9526                 exit if there are no filter rules to convert
9527                 rename filterrc to filterrc.old after completion
9528
9529 2002-03-15 [paul]       0.7.4claws8
9530
9531         * sync with sylpheed 0.7.4cvs3
9532                 see ChangeLog entry 2002-03-14
9533
9534 2002-03-14 [paul]       0.7.4claws7
9535
9536         * src/compose.c
9537                 clean up the last commit (ahem)
9538
9539 2002-03-14 [paul]       0.7.4claws6
9540
9541         * src/compose.c
9542                 fix bug #515655. honour account preferences
9543                 regarding gpg default signing/encryption when 
9544                 changing account from the compose window.
9545
9546 2002-03-14 [paul]       0.7.4claws5
9547
9548         * src/folderview.c
9549                 remove unnecessary curly brackets
9550
9551 2002-03-14 [paul]       0.7.4claws4
9552
9553         * src/folderview.c
9554           src/prefs_filtering.[ch]
9555                 add filter rename on folder rename and filter
9556                 delete on folder delete. Patch submitted by
9557                 Neill Miller <neillm@thecodefactory.org> 
9558
9559 2002-03-14 [christoph]  0.7.4claws3
9560
9561         * src/procmsg.c
9562         * src/send.c
9563                 fix local delivery
9564                 (patch submitted by "Simon 'corecode' Schubert")
9565         * src/prefs_common.c
9566         * src/procmsg.c
9567                 fix gcc 3.0 warning
9568
9569 2002-03-14 [paul]       0.7.4claws2
9570
9571         * sync with sylpheed 0.7.4cvs2
9572                 see ChangeLog entry 2002-03-13
9573
9574 2002-03-12 [darko]      0.7.4claws1
9575
9576         * src/mainwindow.c
9577                 fix what seems to be a copy and paste error
9578                 when setting color for important messages
9579                 (reported by wwp)
9580
9581 2002-03-11 [paul]       version 0.7.4claws released
9582
9583 2002-03-11 [paul]       0.7.4claws
9584
9585         * po/es.po
9586           po/it.po
9587           po/nl.po
9588           po/pt_BR.po
9589                 update message catalogs. Submitted by Ricardo Mones 
9590                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9591                 Fabio Junior Beneditto
9592
9593         * configure.in
9594           faq/Makefile.am
9595           faq/it/Makefile
9596           faq/it/sylpheed-faq*
9597           src/mainwindow.c
9598           src/manual.[ch]
9599                 add FAQ in Italian
9600         
9601
9602 2002-03-11 [jens]       0.7.3claws7
9603
9604         * po/de.po
9605                 updated German translation
9606
9607 2002-03-11 [melvin]     0.7.3claws6
9608
9609         * po/fr.po
9610                 updated and corrected French translation
9611
9612 2002-03-10 [hoa]        0.7.3claws5
9613
9614         * src/account.c
9615         * src/inc.c
9616         * src/prefs_account.c
9617         * src/procmsg.c
9618         * src/send.[ch]
9619                 fixed the local account.
9620                 you have to change the default "/usr/sbin/sendmail"
9621                 to "/usr/sbin/sendmail -t" in the preferences of
9622                 the local account.
9623
9624         * src/procmime.c
9625                 removed some debug display for renderer
9626
9627 2002-03-10 [paul]       0.7.3claws4
9628
9629         * faq/en/sylpheed-faq-1.html
9630           faq/en/sylpheed-faq-2.html
9631                 update
9632
9633 2002-03-09 [paul]       0.7.3claws3
9634
9635         * sync with sylpheed 0.7.4
9636                 see ChangeLog entry 2002-03-09
9637
9638 2002-03-08 [paul]       0.7.3claws2
9639
9640         * faq/en/sylpheed-faq*
9641           faq/es/sylpheed-faq*
9642           faq/fr/sylpheed-faq*
9643                 update the FAQs
9644
9645         * manual/fr/.cvsignore
9646           manual/fr/Makefilea.am
9647           manual/fr/sylpheed*
9648           src/mainwindow.c
9649           src/manual.[ch]
9650                 add the French manual
9651
9652 2002-03-07 [paul]       0.7.3claws1
9653
9654         * sync with sylpheed 0.7.3cvs4
9655                 see ChangeLog entries  2002-03-06 and 2002-03-07
9656         
9657         * po/nl.po
9658                 updated by Wilbert Berendsen
9659
9660 2002-03-07 [melvin]     0.7.2claws34
9661
9662         * src/selective_download.c
9663                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9664
9665 2002-03-06 [paul]       0.7.2claws33
9666
9667         * sync with sylpheed 0.7.3cvs1
9668                 bug fix, see ChangeLog entry 2002-03-05
9669
9670 2002-03-05 [paul]       0.7.2claws32
9671
9672         * src/mimeview.c
9673           src/pgptext.[ch]
9674           src/procmsg.c
9675                 reverse the pgp ascii-armored code implemented in 
9676                 0.7.2claws16. removal of this code until it matures.
9677                 this means that verifying ascii-armored pgp sigs and
9678                 automatic decryption of ascii-armored encrypted
9679                 messages no longer works.
9680
9681 2002-03-05 [paul]       0.7.2claws31
9682
9683         * configure.in
9684           Makefile.am
9685         * faq/Makefile.am
9686         * faq/en/Makefile.am
9687           faq/en/sylpheed-faq.html
9688           faq/en/sylpheed-faq-1.html
9689           faq/en/sylpheed-faq-2.html
9690           faq/en/sylpheed-faq-3.html
9691         * faq/es/Makefile.am
9692           faq/es/sylpheed-faq.html
9693           faq/es/sylpheed-faq-1.html
9694           faq/es/sylpheed-faq-2.html
9695           faq/es/sylpheed-faq-3.html
9696           faq/es/sylpheed-faq-4.html
9697         * faq/fr/Makefile.am
9698           faq/fr/sylpheed-faq.html
9699           faq/fr/sylpheed-faq-1.html
9700           faq/fr/sylpheed-faq-2.html
9701           faq/fr/sylpheed-faq-3.html
9702         * src/Makefile.am
9703           src/defs.h
9704           src/mainwindow.c
9705           src/manual.[ch]
9706                 add FAQs in English, Spanish and French
9707
9708
9709 2002-03-05 [paul]       0.7.2claws30
9710
9711         * manual/en/sylpheed.html
9712           manual/en/sylpheed-XX.html
9713                 updated the English manual
9714
9715 2002-03-05 [hoa]        
9716
9717         * src/summaryview.c
9718                 dialog box pops up if the article can't be deleted.
9719
9720 2002-03-04 [paul]       
9721         
9722         * po/pt_BR.po
9723                 updated by Fabio Junior Benedito
9724
9725 2002-03-04 [hoa]
9726
9727         * removed ac/gpgme.m4
9728                 to avoid autogen common problem
9729                 developers have to install gpgme development package now
9730
9731         * src/compose.c
9732                 encoding to 7bit or 8bit is enabled.
9733
9734 2002-03-03 [alfons]     0.7.2claws29
9735
9736         * src/pop.c
9737                 merge fix by Oliver Haertel for selective
9738                 download buglet
9739
9740 2002-03-03 [paul]       0.7.2claws28
9741         
9742         * sync with sylpheed 0.7.3
9743
9744 2002-03-03 [paul]       0.7.2claws27
9745
9746         * sync with sylpheed 0.7.2cvs24
9747                 see ChangeLog entries 2002-03-02 and 2002-03-03
9748
9749 2002-03-02 [melvin]     0.7.2claws26
9750
9751         * src/inc.[ch]
9752         * src/main.c
9753         * src/mainwindow.c
9754         * src/prefs_common.[ch]
9755                 Added user definable notification on new mail arrival.
9756                 Removed unused variables in spell checker prefs code.
9757
9758 2002-03-02 [melvin]     0.7.2claws25
9759
9760         * src/quote_fmt.c
9761                 Removed unnecessary escape sequences.
9762                 Changed 'Initial...' to 'Initials of Sender'
9763
9764 2002-03-02 [paul]       0.7.2claws24
9765
9766         * sync with sylpheed 0.7.2cvs22
9767                 see ChangeLog entry 2002-03-01
9768
9769 2002-03-01 [hoa]        0.7.2claws23
9770
9771         * src/mainwindow.c
9772                 Set sensitivity of delete actions to active
9773                 even if the folder is a newsgroup.
9774
9775         * src/summaryview.c
9776                 - Set sensitivity of delete actions
9777                 - Added function check_permission() that will check if the
9778                   user is authorized to delete a message. For news, it
9779                   will check if the author is the same.
9780                 - Enabled deletion when there is no trash folder.
9781
9782         * src/news.[ch]
9783                 - Added news_cancel_article() to cancel articles
9784                 - Implemented news_remove_message() (public function)
9785
9786 2002-03-01 [paul]       0.7.2claws22
9787
9788         * src/gtkutils.c
9789           src/textview.c
9790                 recognise urls that that don't include 'http://' and
9791                 simply begin 'www.' 
9792
9793         * AUTHORS
9794                 remove duplicated name
9795
9796 2002-02-28 [paul]       0.7.2claws21
9797
9798         * src/mainwindow.c
9799           src/summaryview.[ch]
9800                 add ability to 'Select thread'
9801                 combines Melvin's "Select thread's head" patch (#510907)
9802                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9803                 patch (#518514) 
9804
9805 2002-02-28 [paul]       0.7.2claws20
9806
9807         * src/mimeview.c
9808                 hopefully fix segfault on right-clicking a mime part
9809                 that some people have experienced.      
9810                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9811
9812 2002-02-28 [paul]       0.7.2claws19
9813
9814         * sync with sylpheed 0.7.2cvs21
9815                 see ChangeLog entries 2002-02-27 and 2002-02-28
9816
9817 2002-02-27 [paul]       0.7.2claws18
9818
9819         * sync with sylpheed 0.7.2cvs18
9820                 see ChangeLog entries 2002-02-26 and 2002-02-27
9821
9822 2002-02-26 [alfons]     0.7.2claws17
9823
9824         * src/procheader.c
9825                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9826                 (spotted by Chris Hessman <idatech@gmx.net>)
9827
9828 2002-02-26 [paul]       0.7.2claws16
9829
9830         * src/mimeview.c
9831           src/pgptext.[ch]
9832           src/procmsg.c
9833                 make decryption of ascii-armored pgp encrypted messages
9834                 and verification of ascii-armored signatures work again.
9835                 slightly altered from the patch by Jens Jahnke 
9836                 <jan0sch@gmx.net>
9837
9838                 ##FIX ME##
9839                 * the checking of plaintext signatures always comes up in 
9840                   a popup box
9841                 * it doesn't work for multipart messages 
9842                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9843                   including the msg headers and these 2 line themselves, are 
9844                   not displayed
9845
9846         * src/mainwindow.c
9847                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9848                 "View/Message View" becomes "View/Separate Message View"
9849                 because its less ambiguous.
9850
9851         * po/es.po
9852                 updated by Ricardo Mones Lastra
9853
9854 2002-02-26 [paul]       0.7.2claws15
9855
9856         * sync with sylpheed 0.7.2cvs17
9857                 see ChangeLog entries 2002-02-25 and 2002-02-26
9858
9859 2002-02-25 [christoph]  0.7.2claws14
9860
9861         * src/filtering.[ch]
9862         * src/inc.c
9863                 do filtering stuff after all messages have been received
9864                   1. drop all messages to .processing
9865                   2. scan processing folder for messages
9866                   3. filter messages or move to inbox
9867                 this will also find old messages left in processing after
9868                 a crash or something like that and we get a real msginfo
9869                 from folder->get_msg_list and do not have to create our
9870                 own in filter_message
9871         * src/matcher_parser_parse.y
9872                 remove MIX/MAX warning (reordered includes)
9873
9874 2002-02-25 [paul]       0.7.2claws13
9875
9876         * sync with sylpheed 0.7.2cvs15
9877                 see ChangeLog entry 2002-02-24
9878
9879 2002-02-24 [alfons]     0.7.2claws12
9880
9881         * src/filtering.c
9882                 clear old color flags first when applying a new color to
9883                 a message info. 
9884                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9885
9886 2002-02-24 [alfons]     0.7.2.claws11
9887         
9888         * AUTHORS
9889         * src/prefs_common.c
9890                 add presets for Opera and Konqueror, closes patch #517261,
9891                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9892
9893 2002-02-24 [alfons]     0.7.2.claws10
9894
9895         * AUTHORS
9896         * src/summaryview.c
9897                 fix threading for null message ids, closes patch #521601,
9898                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9899
9900 2002-02-24 [alfons]     0.7.2claws9
9901
9902         * src/summaryview.c
9903         * src/filtering.c
9904                 make Tool | Filter Message work with filtering system so
9905                 setting flags also works
9906
9907                 TODO:
9908
9909                 - Processing uses the same function as Tool | Filter
9910                   Message, but doesn't use the same update proc yet
9911
9912 2002-02-23 [paul]       0.7.2claws8
9913
9914         * sync with sylpheed 0.7.2cvs14
9915                 see ChangeLog entries 2002-02-22 and 2002-02-23
9916
9917 2002-02-22 [christoph]  0.7.2claws7
9918
9919         * src/quote_fmt.c
9920                 Add column space to table
9921         * src/quote_fmt_parse.y
9922                 Close files
9923
9924 2002-02-22 [paul]       0.7.2claws6
9925
9926         * src/Makefile.am
9927           src/defs.h
9928           src/filtering.c
9929           src/inc.[ch]
9930           src/mainwindow.c
9931           src/matcher.[ch]
9932           src/matcher_parser_lex.l
9933           src/matcher_parser_parse.y
9934           src/pop.[ch]
9935           src/prefs_account.h
9936           src/prefs_filtering.c
9937           src/selective_download.[ch]   *** NEW FILES ***
9938           src/utils.[ch]
9939           po/POTFILES.in
9940                 Selective Download added to 'Tool' menu. 
9941                 Retrieves email headers of the currently selected pop3 
9942                 account and allows the user to mark emails for deletion 
9943                 right on the pop3 server. Patch submitted by Oliver Haertel 
9944                 <oha@users.sourceforge.net>.
9945         
9946         * po/POTFILES.in
9947                 add 'src/quote_fmt.c'           
9948
9949 2002-02-22 [christoph]  0.7.2claws5
9950
9951         * src/Makefile.am
9952                 added quote_fmt.c
9953         * src/prefs_common.[ch]
9954         * src/prefs_template.c
9955         * src/quote_fmt.c               *** NEW FILE ***
9956         * src/quote_fmt.h
9957                 move quote format symbol description code
9958                 to it's own file because it is used from
9959                 differnent code parts
9960                 Rewrote symbol description GUI
9961                   + use table
9962                   + add separators
9963                   + get data from array (no more long constant strings)
9964         * src/quote_fmt_lex.l
9965         * src/quote_fmt_parse.y
9966                 Symbol for Literal % changed to \% instead of %%
9967                 (More logical as \ is used for quoting for other symbols)
9968                 Add |f and |p to include files and program output
9969                 Examples:
9970                     |f{/home/.../.signature}
9971                     |p{date}
9972         * po/de.po
9973                 Correct wrong spelling for "Referenzen"
9974
9975 2002-02-21 [paul]       0.7.2claws4
9976
9977         * src/procmsg.c
9978                 forgotten during sync
9979
9980 2002-02-21 [paul]       0.7.2claws3
9981
9982         * sync with sylpheed 0.7.2cvs11
9983                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9984                 2002-02-20 and 2002-02-21
9985
9986 2002-02-20 [melvin]     0.7.2claws2
9987
9988         * src/prefs_actions.c
9989                 Added error report when child cannot fork or when execvp 
9990                 returns with an error.
9991
9992 2002-02-19 [christoph]  0.7.2claws1
9993
9994         * src/codeconv.c
9995                 return unconverted text if conde conversion is not possible
9996                 when libjconv is used.
9997                 (patch submitted by "Simon 'corecode' Schubert")
9998
9999 2002-02-19 [paul]       
10000
10001         * version 0.7.2claws release
10002
10003 2002-02-19 [paul]       0.7.2claws
10004
10005         * po/nl.po
10006                 updated by Wilbert Berendsen
10007
10008
10009 2002-02-18 [alfons]     0.7.1claws13
10010
10011         * src/syldap.c
10012         * src/jpilot.c
10013                 remove references to dlfcn and explicitly loading functions
10014                 from dynalink libs, because libs linked anyway, and functions
10015                 are loaded explicitly
10016
10017 2002-02-17 [melvin]     0.7.1claws12
10018
10019         * src/prefs_actions.c
10020                 Replaced children wait loop with double fork technique.
10021                 Now, input/output window updated at each new output.
10022                 free_children(): Fixed a memory leak.
10023                 Made input/output window non closable if running children
10024                 still exist.
10025                 Added missing <unistd.h> include.
10026                 Added some --debug outputs.
10027
10028 2002-02-17 [melvin]     0.7.1claws11
10029
10030         * src/summaryview.c
10031                 Fixed bug where descending sort order did not select top
10032                 message.
10033
10034 2002-02-17 [melvin]     0.7.1claws10
10035
10036         * acconfig.h
10037                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10038         * src/prefs_common.c
10039                 Pspell data package directory no more hard coded but
10040                 set during configuration (PSPELL_PATH). (Thanks to 
10041                                 Gustavo Noronha Silva.)
10042
10043 2002-02-17 [melvin]     0.7.1claws9
10044
10045         * configure.in
10046                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10047         * src/gtkspell.c
10048                 Fixed compile-time warnings.
10049
10050 2002-02-16 [alfons]     0.7.1claws8
10051
10052         * src/filesel.c
10053                 fix inadvertent free of NULL pointer which caused
10054                 sylpheed to crash when closing the save-as dialog
10055                 using the window close button
10056
10057 2002-02-16 [carsten]    0.7.1claws7
10058         * src/mainwindow.[ch]
10059           src/summaryview.c
10060           src/prefs_common.c
10061                 fixes for pixmap theming code:
10062                         - recently changed mail attributes shouldn't get
10063                           lost any longer
10064                         - theme is only reloaded iff another theme was
10065                           selected
10066
10067 2002-02-16 [paul]       0.7.1claws6
10068
10069         * sync with sylpheed 0.7.2 release
10070                 see ChangeLog entry 2002-02-15 and 2002-02-16
10071
10072 2002-02-15 [paul]       0.7.1claws5
10073
10074         * sync with sylpheed 0.7.1cvs9
10075                 see ChangeLog entry 2002-02-15
10076
10077         * po/POTFILES.in
10078                 remove unneeded headerwindow.c entry
10079
10080 2002-02-14 [carsten]    0.7.1claws4
10081         * src/summaryview.c
10082                 fixed a bug for "Go to next unread message": there was
10083                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
10084                 in the prefs, because of doing "Search again" instead
10085                 "No"
10086
10087 2002-02-14 [carsten]    0.7.1claws3
10088         * src/stock_pixmap.c
10089                 removed 2 more mem leaks; following memprof,
10090                 this code is "leak free" now :)
10091
10092 2002-02-14 [carsten]    0.7.1claws2
10093         * src/stock_pixmap.c
10094                 used opendir/readdir/closedir instead of scandir
10095                 -> code should work now on Solaris
10096
10097 2002-02-14 [paul]       0.7.1claws1
10098
10099         * sync with sylpheed 0.7.1cvs8
10100                 see ChangeLog entries 2002-02-13 and 2002-02-14
10101
10102         * README.claws
10103                 add some description of Actions and Pixmap Themes
10104
10105 2002-02-13 [paul]       
10106
10107         * version 0.7.1claws release
10108
10109 2002-02-13 [paul]       0.7.1claws
10110
10111         * po/es.po
10112           po/it.po
10113           po/pt_BR.po
10114                 updated translations, submitted by Ricardo Mones Lastra,
10115                 Alessandro Maestri and Fabio Junior Beneditto
10116
10117 2002-02-13 [melvin]     0.7.0claws75
10118
10119         * src/prefs_actions.c
10120                 Added missing "signal.h" include
10121
10122 2002-02-13 [melvin]     0.7.0claws74
10123
10124         * src/prefs_folder_item.c
10125                 Added missing "config.h" include
10126         * po/fr.po
10127                 Updated French translation for folder propriety.
10128
10129 2002-02-13 [jens]       0.7.0claws73
10130
10131         * po/POTFILES.in
10132                 Added missing src/prefs_folder_item.c [log added by melvin]
10133         * po/de.po
10134                 Updated German translation.
10135
10136 2002-02-13 [melvin]     0.7.0claws72
10137
10138         * po/fr.po
10139                 Updated French translation.
10140
10141 2002-02-13 [melvin]     0.7.0claws71
10142
10143         * src/gtkutils.c
10144                 Made gtkut_editable_get_selection return NULL if selection
10145                 is of length zero.
10146                 This fixes a bug where selecting part of message A then
10147                 switching to message B and replying to it will not
10148                 quote the message's body.
10149
10150 2002-02-12 [paul]       0.7.0claws70
10151
10152         * src/mainwindow.c
10153                 cosmetic, relating to pixmap themes: on toolbar make 
10154                 updating of 'Exec' and 'Compose news/Compose email'
10155                 icons faster.
10156
10157 2002-02-12 [carsten]    0.7.0claws69
10158         * src/folderview.c
10159           src/mainwindow.[ch]
10160           src/stock_pixmap.c
10161           src/summaryview.c
10162           src/prefs_common.c
10163                 - refreshing after changing pixmap theme better
10164                   now (thanks Paul)
10165                 - wanted to remove some mem leaks, but alfons was
10166                   faster (and had the better solution ;)
10167
10168 2002-02-12 [alfons]     0.7.0claws68
10169
10170         * src/prefs_common.c
10171         * src/stock_pixmap.[ch]
10172                 plug mem leaks, refactor code a little bit
10173
10174
10175 2002-02-12 [sergey]     0.7.0claws67
10176
10177         * src/imap.c
10178                 Fixed problem with copying messages to IMAP folders when the
10179                 server uses something other than '/' as a namespace separator
10180                 (cyrus-imapd uses '.').
10181
10182 2002-02-12 [jens]       0.7.0claws66
10183
10184         * po/de.po
10185                 Updated German Translation
10186
10187 2002-02-12 [paul]       0.7.0claws65
10188
10189         * sync with sylpheed 0.7.1cvs1
10190                 see ChangeLog entry 2002-02-12
10191
10192 2002-02-12 [melvin]     0.7.0claws64
10193
10194         * src/prefs_actions.c
10195                 Fixed "feature" where children's output was duplicated 
10196                 instead of refreshed while monitoring.
10197                 Removed some debug code.
10198
10199 2002-02-12 [christoph]  0.7.0claws63
10200
10201         * src/compose.c
10202                 always delete message from queue after sending/send error
10203                 (closes bug #509601)
10204
10205 2002-02-12 [melvin]     0.7.0claws62
10206
10207         * src/prefs_actions.c
10208                 Children wait loop is now triggered with a timeout of 1s
10209                 Added %F which is replaced with the list of filenames 
10210                 of all selected messages (as suggested by Ricardo Mones Lestra)
10211                 Pipe syntax changed. Prefix with | to send selection, postfix
10212                 with | to retrieve output. Prefix with > or * to send
10213                 user definable input to the command (*: input is hidden)
10214                 Old pipe action should now be postfixed with |, too.
10215
10216 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10217         * src/stock_pixmap.c
10218                 fixed a bug: if there's no theme directory don't
10219                 throw an error, just do "nothing" (thanks Alfons)
10220
10221 2002-02-12 [carsten]    0.7.0claws60
10222         * src/folderview.c
10223           src/summaryview.c
10224                 had to write the cache twice (nasty!); some marks would 
10225                 get lost if not
10226
10227 2002-02-11 [carsten]    0.7.0claws59
10228         * acconfig.h
10229           configure.in
10230           doc-src/maintainer_guide.txt
10231           src/compose.[ch]
10232           src/defs.h
10233           src/folderview.[ch]
10234           src/gtkutils.[ch]
10235           src/mainwindow.[ch]
10236           src/prefs_common.[ch]
10237           src/stock_pixmap.[ch]
10238           src/summaryview.[ch]
10239                 pixmap theming and related work on pixmap
10240                 handling on some other places
10241                 (e.g. hrm features for all folder)
10242           src/pixmap/stock_*.xpm -> the stock_ was removed
10243         
10244 2002-02-11 [paul]       0.7.0claws58
10245
10246         * sync with sylpheed 0.7.1 release
10247                 see ChangeLog entries 2002-02-11
10248
10249 2002-02-08 [paul]       0.7.0claws57
10250
10251         * sync with sylpheed 0.7.0cvs39
10252                 see ChangeLog entry 2002-02-07 (last entry) 
10253
10254         * src/prefs_actions.c
10255           src/prefs_filtering.c
10256           src/prefs_matcher.c
10257           src/prefs_scoring.c
10258                 sync: made it compile with C compilers other than gcc
10259
10260 2002-02-07 [paul]       0.7.0claws56
10261
10262         * sync with sylpheed 0.7.0cvs38
10263                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10264                 2002-02-07
10265
10266 2002-02-07 [darko]      0.7.0claws55
10267
10268         * src/gtkutils.[ch]
10269         * src/summaryview.c
10270                 Fix const gchar */gchar * issue (thanks Hiro)
10271
10272 2002-02-07 [darko]      0.7.0claws54
10273
10274         * src/compose.[ch]
10275         * src/filtering.c
10276         * src/gtkutils.[ch]
10277         * src/prefs_template.c
10278         * src/quote_fmt.h
10279         * src/quote_fmt_parse.y
10280         * src/summaryview.c
10281         * src/utils.[ch]
10282                 When replying or forwarding an email don't quote the entire
10283                 mail body but use the part of the message text that is selected
10284
10285 2002-02-06 [melvin]     0.7.0claws53
10286
10287         * src/prefs_common.[ch]
10288         * src/gtkspell.[ch]
10289         * src/compose.c
10290                 Made possible to switch quickly to last used dictionary
10291                 which makes checking bilingual documents easier.
10292
10293 2002-02-06 [melvin]     0.7.0claws52
10294         
10295         * po/POTFILES.in
10296                 Added forgotten new file src/prefs_actions.c
10297
10298 2002-02-06 [melvin]     0.7.0claws51
10299
10300         * src/prefs_actions.c   ** NEW FILE **
10301         * src/prefs_actions.h   ** NEW FILE **
10302                 Added actions to execute on message text view, or on the
10303                         message's file.
10304         * src/Makefile.am
10305                 Added src/prefs_actions.[ch]
10306         * src/compose.c
10307                 Added new menu "Edit/Actions"
10308         * src/defs.h
10309                 Added new actionsrc file.
10310         * src/main.c
10311                 Added actionsrc reading.
10312         * src/mainwindow.c
10313                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10314         * src/prefs_common.h
10315                 Added new element actionslst element to prefs_common.
10316
10317 2002-02-06 [paul]       0.7.0claws50
10318
10319         * sync with sylpheed 0.7.0cvs36
10320                 see ChangeLog entry 2002-02-06
10321
10322 2002-02-05 [paul]
10323
10324         * po/es.po
10325                 updated by Ricardo Mones Lastra
10326
10327 2002-02-05 [paul]       0.7.0claws49
10328
10329         * sync with sylpheed 0.7.0cvs33
10330                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10331
10332 2002-02-05 [paul]       0.7.0claws48
10333
10334         * src/compose.c
10335                 re-add 'Edit/Advanced/Delete entire line', previously named
10336                 'Delete Line+'
10337
10338 2002-02-04 [paul]       0.7.0claws47
10339
10340         * src/compose.c
10341           src/summaryview.c
10342                 fix bug #494993 (Reply All not taking Reply-To into consi)
10343                 eliminate differences in behaviour of right-click 'Reply to all' 
10344                 in summary view and 'Reply to all' on the toolbar. 
10345                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10346                 view and From gets ignored by 'Reply to all' on toolbar.
10347                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10348                 From when no Reply-To header is present.
10349
10350 2002-02-04 [paul]       0.7.0claws46
10351
10352         * sync with sylpheed 0.7.0cvs30
10353                 see ChangeLog entries 2002-02-03 and 2002-02-04
10354
10355 2002-02-03 [melvin]     0.7.0claws45
10356
10357         * src/gtkspell.[ch]
10358                 Readded function to highlight all misspelled words.
10359                 Fixed bug where user-provided-words did not replace
10360                         correctly the misspelled word when using the mouse.
10361                 Fixed bug where checking a region selected from right to left did
10362                         not check the region at all.
10363                 Fixed bug where 'Check backwards' may not check at all. 
10364                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10365                 Fixed possible buffer overflow when checking for long strings (>1k).
10366                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10367                 Accelerators code uses now gtk_widget_add_accel.
10368                 Removed and disabled obsolete and unfinished code.
10369                 Cleaning up.
10370
10371         * src/compose.c
10372                 Added menu item to Highlight all misspelled words.
10373
10374 2002-02-01 [paul]       0.7.0claws44
10375
10376         * src/mainwindow.c
10377                 fix '/View/Hide read messages' sensitivity when all
10378                 messages in a folder are hidden
10379
10380 2002-02-01 [paul]       0.7.0claws43
10381
10382         * src/main.c
10383                 add --send option to command line interface, sends all
10384                 queued mail. Patch submitted by Ricardo Mones Lastra.
10385
10386 2002-01-31 [paul]       0.7.0claws42
10387
10388         * src/mainwindow.c
10389                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10390
10391 2002-01-31 [paul]       0.7.0claws41
10392
10393         * sync with sylpheed 0.7.0cvs27
10394                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10395                 and 2002-01-31
10396
10397         * src/textview.c
10398                 comment out elements of textview_show_part() as temporary
10399                 workaround for attachment 'Display as text' bug 
10400
10401         * po/pt_BR.po
10402                 updated by Fabio Junior Beneditto
10403
10404 2002-01-30 [paul]       0.7.0claws40
10405
10406         * sync with sylpheed 0.7.0cvs24
10407                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10408                 and 2002-01-30
10409
10410         * src/compose.c
10411                 add {N_("/_Spelling"), ... "<Branch>"} to 
10412                 GtkItemFactoryEntry compose_entries[]
10413
10414         * src/prefs_common.c
10415                 add claws menu items to prefs_keybind_apply_clicked()
10416                 and remove non-claws menu items
10417
10418 2002-01-29 [paul]       0.7.0claws39
10419
10420         * sync with sylpheed 0.7.0cvs22
10421                 see ChangeLog entries 2002-01-28 and 2002-01-29
10422
10423 2002-01-28 [melvin]     0.7.0claws38
10424
10425         * src/compose.c
10426                 Added the declartion of compose_send_control_enter.
10427
10428         * src/compose.c
10429         * src/gtkspell.[ch]
10430                 Added in a 'Spelling' menu which includes the configuration menu. 
10431                 Added a real 'Check all' and got rid from the old one which only
10432                 highlited misspelled word.
10433                 Made 'Check while typing' a disableable option.
10434                 Added a dialog when there are no more misspelled word.
10435                 Added a dialog if error occurs when switching to a dictionary.
10436         
10437         * src/prefs_common.[ch]
10438                 Added option for the default 'Check while typing' option.
10439
10440
10441 2002-01-28 [alfons]     0.7.0claws37
10442
10443         * src/compose.c
10444                 fix buglet and make code comply with sylpheed code style
10445
10446 2002-01-28 [paul]       0.7.0claws36
10447
10448         * sync with sylpheed 0.7.0cvs19
10449                 see ChangeLog entries for 2002-01-28
10450
10451 2002-01-28 [hoa]        0.7.0claws35
10452
10453         * src/defs.h
10454                 added rendererrc
10455
10456         * src/main.c
10457                 read the renderer config
10458
10459         * src/procmime.[ch]
10460                 use the renderer config to convert mime attachments
10461
10462         * src/textview.c
10463                 don't use textview_show_html/ertf,
10464                 use get_text_content instead
10465
10466 2002-01-27 [alfons]     0.7.0claws34
10467         
10468         * src/news.c
10469                 make sylpheed believe it can delete a news message...
10470                 (messages are NOT deleted, maybe we should remove
10471                 processing from the folder properties after all.)
10472
10473 2002-01-27 [alfons]     0.7.0claws33
10474
10475         * src/folder.c
10476                 add extra checks
10477         * src/news.c
10478                 implement remove_msg() 
10479
10480 2002-01-27 [alfons]     0.7.0claws32
10481
10482         * src/procmsg.h
10483         * src/procheader.c
10484         * src/messageview.c
10485                 fix return receipt / disposition notification again. this
10486                 stuff seems to break on _every_ major summary UI change, so
10487                 it's now implemented using a flag which is saved in the
10488                 marks cache
10489                 
10490 2002-01-26 [alfons]     0.7.0claws31
10491
10492         * src/import.c
10493                 let import dialog show the destination folder identifier
10494
10495 2002-01-26 [melvin]     0.7.0claws30
10496
10497         * src/folderview.c
10498         * src/summaryview.c
10499                 Readded 'Mark all read' into summary view popup menu
10500                 Added 'Mark all read' in folder view popup menu for IMAP
10501                 and NNTP.
10502                 Made it insensitive if the selected folder is not the shown
10503                 one to avoid 'Mark all read' on the wrong folder.
10504                 
10505 2002-01-26 [paul]       0.7.0claws29
10506
10507         * src/folderview.c
10508           src/summaryview.c
10509                 move 'Mark all read' from summary view to folder view
10510                 menu. (adapted from) patch submitted by Jeremy Andrews,
10511                 <lists@kerneltrap.com>
10512
10513 2002-01-25 [alfons]     0.7.0claws28
10514
10515         * src/gtkstext.c
10516                 put the gtk class name back so GtkSText adapts the 
10517                 settings of GtkText
10518
10519 2002-01-25 [alfons]     0.7.0claws27
10520
10521         * src/folderview.c 
10522                 assimilate Ricardo's patch that shows pixmaps instead of
10523                 plain "new" and "unread" texts in the folder view column
10524                 headers 
10525
10526 2002-01-25 [paul]       0.7.0claws26
10527
10528         * src/Makefile.am
10529                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10530                 be found in non-standard locations. 
10531                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10532
10533 2002-01-25 [paul]       0.7.0claws25
10534
10535         * sync with sylpheed 0.7.0cvs16
10536                 see ChangeLog entry 2002-01-25
10537
10538 2002-01-24 [paul]       0.7.0claws24
10539
10540         * more sync with sylpheed 0.7.0cvs15
10541                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10542
10543 2002-01-23 [sergey]     0.7.0claws23
10544
10545         * src/importldif.c
10546                 Fixed segfault when closing LDIF import wizard with
10547                 the window manager.
10548         * src/imageview.c
10549         * src/imageview.h
10550         * src/messageview.c
10551         * src/mimeview.c
10552                 Fixed wrong scrolling position after switching between
10553                 text and image parts.
10554
10555 2002-01-23 [paul]       0.7.0claws22
10556
10557         * sync with sylpheed 0.7.0cvs15
10558                 see ChangeLog entries 2002-01-22 and 2002-01-23
10559
10560 2002-01-21 [melvin]     0.7.0claws21
10561
10562         * src/prefs_scoring.c
10563         * src/prefs_filtering.c
10564                 Fixed bug where scoring and filtering windows stopped
10565                 autochecking.
10566
10567 2002-01-21 [paul]       0.7.0claws20
10568
10569         * sync with sylpheed 0.7.0cvs12
10570                 see ChangeLog entries 2002-01-20 and 2002-01-21
10571
10572 2002-01-21 [carsten]    0.7.0claws19
10573         * src/mainwindow.c
10574         * src/menu.[ch]
10575         * src/messageview.[ch]
10576         * src/summaryview.[ch]
10577                 changes to shortcuts handling again:
10578                         + "Q" now controled by mainwin
10579                         + v/V are now customizable and have slightly
10580                           different meanings
10581                 the "button" to minimize the messageview (and maximize
10582                 the summary view) is a real button now
10583         * src/compose.c
10584                 "Delete Line+" added to Edit/Advanced (this will also
10585                 delete the '\n')
10586
10587 2002-01-20 [melvin] 0.7.0claws18
10588
10589         * src/addressbook.c
10590                 Made "Bcc" sensitive when addressbook is called from
10591                 compose window (it was a Claws only bug).
10592
10593 2002-01-19 [alfons] 0.7.0claws17
10594
10595         * src/inc.c
10596                 prevent unnecessary updates when currently selected folder has
10597                 no new messages 
10598
10599 2002-01-19 [alfons] 0.7.0claws16
10600         
10601         * src/summaryview.c
10602                 prevent writing the cache based on current message list in summary 
10603                 view when filtering also put messages in currently selected folder
10604
10605 2002-01-19 [paul]
10606
10607         * po/it.po
10608                 Italian translation submitted by Alessandro Maestri
10609                 <a.maestri@cs.tin.it>
10610
10611 2002-01-18 [melvin]     0.7.0claws15
10612
10613         * src/prefs_filters.c
10614                 fixed bug where 'cancel' from 'filters' window stops autochecking
10615                 if the timer timed out  when the window was open.
10616
10617 2002-01-18 [match]      0.7.0claws14
10618
10619         * src/addrclip.[ch]     ** NEW FILE **
10620         * src/addrselect.[ch]   ** NEW FILE **
10621         * src/adbookbase.h      ** NEW FILE **
10622                 addressbook cut, copy and paste
10623         * src/addrbook.[ch]
10624         * src/addrcache.[ch]
10625         * src/addressitem.h
10626         * src/addrindex.[ch]
10627         * src/addritem.[ch]
10628         * src/importldif.c
10629         * src/importmutt.c
10630         * src/jpilot.[ch]
10631         * src/syldap.[ch]
10632         * src/vcard.[ch]
10633         * src/jpilot.[ch]
10634         * src/editbook.c
10635         * src/editjpilot.c
10636         * src/editldap.c
10637         * src/editvcard.c
10638                 support for copy/paste
10639         * src/addressbook.c
10640                 support for copy/paste
10641                 tidy up menu option processing
10642                 correct address list function arguments
10643         * src/editaddress.c
10644                 sort user attributes
10645         * src/ldif.h
10646         * src/mutt.h
10647                 tidy up
10648
10649         * src/addrbook.[ch]
10650         * src/addrbook.[ch]
10651         * src/addrbook.[ch]
10652                 
10653
10654 2002-01-18 [paul]       0.7.0claws13
10655
10656         * sync with sylpheed 0.7.0cvs8
10657                 configure.in: support Mac OS X (Darwin)
10658
10659 2002-01-18 [carsten]    0.7.0claws12
10660         * src/html.c
10661                 small hack to fix a segfault with an empty href
10662                 (reported by Alexandra Walford <deeni@altern.org>)
10663         * src/mainwindow.c
10664         * src/summaryview.c
10665                 the shortcuts for Mark und Mark as unread are hardcoded
10666                 again
10667         * src/compose.c
10668         * src/gtkstext.[ch]
10669                 readded the shortcuts in gtkstext but made them
10670                 customizeable (simply by adding a menu plus a wrapper
10671                 to compose.c)
10672
10673 2002-01-17 [melvin]     0.7.0claws11
10674
10675         * src/gtkspell.c
10676                 fix default dictionary not being saved.
10677
10678 2002-01-16 [darko]      0.7.0claws10
10679
10680         * src/compose.c
10681                 fix wrapping crash with URL longer than wrapping margin
10682
10683 2002-12-08 [hoa]        0.7.0claws10
10684
10685         * src/matcher_parser_parse.y
10686                 fixed some bugs
10687
10688         * src/prefs_filtering.c
10689                 now, we can use bounce action in the dialog box.
10690
10691 2002-01-16 [carsten]    0.7.0claws9
10692         * src/gtkstext.c
10693                 removed the <control> and <alt> shortcuts because they're
10694                 not needed and interefered with the "normal" shortcuts
10695         * src/mainwindow.c
10696         * src/summaryview.c
10697                 removed most of the hardcoded shortcuts and assigned
10698                 them to menu entries making them easy customizable by
10699                 that
10700
10701 2002-01-16 |melvin]     0.7.0claws8
10702
10703         * src/gtkspell.c
10704                 fixed bug where using the mouse and when the compose
10705                 window is not on top may result in a crash.
10706
10707 2002-01-16 [melvin]     0.7.0claws7
10708
10709         * src/compose.c
10710                 fixed a long standingspell checker bug which could 
10711                 cause a crash after sending a message.
10712
10713 2002-01-16 [paul]       0.7.0claws6
10714
10715         * sync with sylpheed 0.7.0cvs7
10716                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10717                 2002-01-15, and 2002-01-16
10718
10719 2002-01-16 [melvin]     0.7.0claws5
10720
10721         * README.claws
10722         * src/compose.c
10723         * src/gtkspell.[ch]
10724         * src/main.c
10725                 Heavily modified spell checker code to work around
10726                 ispell bug, to add keyboard shortcuts and for future
10727                 enhancements. See README.claws for usage information.
10728
10729 2002-01-15 [alfons]     0.7.0claws4
10730         
10731         * src/summaryview.c
10732                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10733                 so sorting within threads reflects sort mode
10734
10735 2002-01-15 [christoph]  0.7.0claws3
10736
10737         * src/procmsg.c
10738                 added alertpanel if mail sending failed
10739
10740 2002-01-15 [alfons]     0.7.0claws2
10741         
10742         * src/prefs_filtering.c
10743                 don't stop timer when prefs filtering dialog is opened
10744
10745 2002-01-14 [alfons]     0.7.0claws1
10746
10747         * src/addr_compl.c
10748         * src/prefs.c
10749                 remove debug_print()s for privacy reasons
10750
10751 2002-01-14 [darko]      0.7.0claws
10752
10753         * README.claws
10754                 quotation wrapping is now also in the main branch
10755
10756 2002-01-14 [paul]
10757
10758         * tools/filter_conv.pl
10759                 allow for Boolean Op and case-sensitivity
10760                 this file is included in the release and tagged
10761                 'rel_0_7_0'
10762
10763 2002-01-13 [paul]       0.7.0claws
10764
10765         * release 0.7.0, with cvs tag 'rel_0_7_0'
10766
10767 2002-01-13 [paul]
10768
10769         * tools/filter_conv.pl
10770         * tools/README
10771                 rewritten to output to matcherrc instead of filteringrc
10772
10773         * po/es.po
10774                 updated Spanish translation by Ricardo Mones Lastra
10775
10776 2002-01-13 [alfons]
10777
10778         * po/nl.po
10779                 update dutch translation
10780
10781 2002-01-13 [paul]
10782
10783         * po/pt_BR.po
10784                 Updated by Fabio Junior Beneditto 
10785
10786 2002-01-13 [melvin]     0.6.6claws53
10787
10788         * po/fr.po
10789                 Updated french translation
10790
10791 2002-01-12 [alfons]     0.6.6claws52
10792
10793         * src/filtering.c
10794                 plug mem leak that has been sitting there for ages              
10795
10796 2002-01-12 [alfons]     0.6.6claws51
10797
10798         * src/summaryview.c
10799                 undo melvin's changes from 0.6.6claws48 because summary
10800                 view now refuses to select first unread message when
10801                 selecting a folder 
10802
10803 2002-01-11 [alfons]     0.6.6claws50
10804
10805         * src/import.c
10806                 use claws' semantics for getting folder item when
10807                 importing an mbox file into a folder 
10808                 (submitted by Dale P. Smith)
10809
10810 2002-01-11 [christoph]  0.6.6claws49
10811
10812         * src/prefs.h
10813                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10814                 toggle widget, because non static prefs can not use
10815                 prefs_set_* functions
10816         * src/prefs_account.c
10817                 toggle smtp auth password field sensitivity if
10818                 user id is empty and add descrition of usage for
10819                 these fields
10820         * src/prefs_folder_item.c
10821                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10822                 callbacks
10823
10824 2002-01-11 [melvin]     0.6.6claws48
10825
10826         * src/compose.c
10827                 fix the 'Ctrl-Enter' feature for sending and test really
10828                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10829                 editables which was not documented in Gtk)
10830
10831         * src/summaryview.c
10832                 Made summaryview refresh after sorting and not before.
10833
10834 2002-01-11 [christoph]  0.6.6claws47
10835
10836         * src/compose.c
10837                 select account from account ids if possible and
10838                 correctly set save folder for copy in reedit
10839
10840 2002-01-10 [paul]       0.6.6claws46
10841
10842         * sync with sylpheed 0.7.0 release
10843                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10844                 2002-01-09
10845
10846 2002-01-09 [alfons]
10847
10848         * src/summaryview.c
10849                 remove more dirt traces...
10850
10851 2002-01-09 [alfons]
10852         
10853         * src/summaryview.c
10854                 clean up some traces of my debugging stuff
10855
10856 2002-01-09 [alfons]     0.6.6claws45
10857
10858         * src/filtering.c
10859                 break up filteringprop_apply() in three separate pieces
10860                 so we can drop messages that failed processing in the
10861                 inbox
10862
10863         * src/summaryview.c
10864                 fix bug #469598 "no refresh of inbox after filter" which 
10865                 was introduced by the new summary view locking, and which 
10866                 prevented the summary view to update after a manual filter 
10867                 message. claw's filter message requires a summary_show().
10868                 (aargh, summary_show() again! :-)
10869                 
10870 2002-01-07 [alfons]     0.6.6claws44
10871
10872         * src/headerwindow.c
10873         * src/logwindow.c
10874         * src/messageview.c
10875         * src/sourcewindow.c
10876                 bring in Hiro's last 0.7.0 wm class fixes
10877
10878         * tools/sylprint.pl
10879                 bring in Ricardo's fix for sylprint script
10880
10881         * AUTHORS       
10882         * src/rfc2015.[ch]
10883         * src/prefs_common.[ch]
10884         * src/prefs_account.[ch]
10885         * src/compose.c
10886                 clean up account preference poison in rfc2015,
10887                 and preparation to fix double sign bug 
10888                 (patch submitted by Simon 'corecode' Schubert)
10889
10890 2002-01-07 [christoph]  0.6.6claws43
10891
10892         * src/mh.c
10893                 search for free message number, do not only rely
10894                 on last_num
10895         * src/send.c
10896                 fix smtp auth and use extra account information
10897                 if available, if not use pop3 data instead
10898                 (closes bug #500341)            
10899         * src/ssl.[ch]
10900                 match coding style
10901
10902 2002-01-06 [alfons]     0.6.6claws42
10903
10904         * src/mainwindow.c
10905                 try making the separate windows work again...
10906
10907 2002-01-06 [alfons]     0.6.6claws41
10908
10909         * src/mainwindow.c
10910                 adapt Hiro's separate window menu (to get rid of the funny
10911                 duplicate menu items), and make it work again
10912
10913 2002-01-06 [alfons]     0.6.6claws40
10914
10915         * tools/Makefile.am
10916         * tools/sylprint.rc
10917         * tools/sylprint.pl
10918         * tools/README.sylprint
10919                 add sylprint script for printing mails from Sylpheed
10920                 (contributed by Ricardo Mones Lastra)
10921
10922         * src/acount.c
10923                 clean up
10924
10925 2002-01-06 [melvin]     0.6.6claws39
10926
10927         * src/mainwindow.c
10928         * src/summaryview.c
10929                 Fixed crash introduced in 0.6.6claws38 by the menu
10930                 reorganisation (Hide read messages)
10931         
10932         * ChangeLog.claws 
10933                 Fixed typo (we are now in 2002, alfons ;) )
10934
10935 2002-01-05 [alfons]     0.6.6claws38
10936
10937         * sync with sylpheed 0.6.6cvs10-17
10938                 (last stuff marked as LAST_STABLE)
10939
10940 2002-01-04 [melvin]     0.6.6claws37
10941
10942         * src/account.c
10943                 Made account selection code use strcasestr again instead of
10944                 g_strcasecmp (fixes bug where reediting queued messages
10945                 did not select proper account reported by T. Link).
10946         
10947         * src/folderview.c
10948                 Fix bug where folder icons are not shown when 'hide read messages'
10949                 is on.
10950         
10951         * src/stock_pixmaps.[ch]
10952                 Added folder icons for 'hide read messages'.
10953         
10954         * src/compose.c
10955                 Fixed bug where 'Enter' in a header entry will send the message 
10956                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10957
10958 2002-01-03 [melvin]     0.6.6claws36
10959         
10960         * src/prefs.[ch]
10961                 Added popup menu for common preferences and
10962                 account preferences (right click on tab displays
10963                                 a menu of all tabs.)
10964
10965 2002-01-02 [melvin]     0.6.6claws35
10966
10967         * src/gtkspell.[ch]
10968                 Made spelling code compatible with undo/redo feature.
10969                 Added creation of suggestion mode menu for the general
10970                         preferences.
10971         
10972         * src/prefs_common.[ch]
10973                 Added option menu for the speller's suggestion mode.
10974                 Added missing spaces in "..." buttons and made a "..."
10975                         button non translatable!
10976         
10977         * src/compose.c
10978                 Made speller use the default suggestion mode.
10979                 Hack to make it possible to choose 'CTRL-Enter' as a
10980                         shortcut for sending (and only for sending).
10981
10982         * src/prefs_folder_item.c
10983                 Changing subject simplification does not update cache 
10984                         anymore (because it is unnecessary).
10985                 Fixed bug where changing subject simplification updated the 
10986                         summaryview even when the viewed folder is not the
10987                         folder which properties are being changed. (E.g. 
10988                                         viewing folder A and changing
10989                                         the subject simplification of 
10990                                         folder B -not being viewed- updated the 
10991                                         summaryview of folder A with data of
10992                                         folder B). (Hope this is clear... )
10993
10994 2001-12-31 [alfons]     0.6.6claws34
10995         
10996         * src/ldif.c
10997         * src/mutt.c
10998                 fgetc() returns a signed integer which doesn't
10999                 fit in a char. so c truncates this to a char
11000                 but we may lose significant bits. i.e. we may
11001                 comparing 0xFF which may not be equal to -1
11002                 unless properly casted to signed char which
11003                 we won't do because fgetc() returns a signed
11004                 integer which doesn't fit in a char. so c 
11005                 truncates this to a char but we may lose 
11006                 significat bits. (you got the idea, thanks
11007                 to Gustavo Noronha Silva <kov@debian.org>
11008                 and the Debian folks!)
11009
11010 2001-12-30 [alfons]     0.6.6claws33
11011
11012         * src/prefs_common.c
11013                 add #ifdef USE_PSPELLs that Melvin forgot               
11014
11015 2001-12-30 [melvin]     0.6.6claws32
11016         
11017         * src/prefs_common.[ch]
11018                 Added configurable color for misspelled words.
11019
11020         * src/gtkspell.[ch]
11021                 Fixed bug of foreground text color (reported by David
11022                                 Mehrmann)
11023                 Added configurable color for misspelled words.
11024
11025 2001-12-30 [alfons]     0.6.6claws31
11026
11027         * src/folder.c
11028                 remove unnecessary things someone put there
11029
11030         * src/mh.c
11031         * src/folder.[ch]
11032                 make folder properties (like threading and sorting) persistent
11033                 (closes bug #497424 "rescan folder tree resets proprieties")
11034                 currently this is only for MH folders. 
11035
11036 2001-12-29 [melvin]     0.6.6claws30
11037
11038         * src/string_match.[ch]
11039                 Optimized a bit: regexp pattern buffer compiled only once, and
11040                   one subroutine call removed. Fixed ^ regexp search: Now, 
11041                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
11042         
11043         * src/summaryview.c
11044                 Subject filtering changed to filter summary columns and
11045                   not directly the messages subject cache. The loss in 
11046                   performance is balanced by the improvement of string_match.
11047                 Added an alert panel if there is an error in the regexp.
11048
11049         * src/src/prefs_folder_item.h
11050                 Added a regexp pattern buffer.
11051
11052 2001-12-28 [alfons]     0.6.6claws29
11053
11054         * src/string_match.[ch]
11055                 clean up name space
11056                 allow compilation *BSD
11057
11058 2001-12-27 [alfons]     0.6.6claws28
11059
11060         * src/filter.c
11061                 sync the Hiro's bug fix for BSD
11062
11063 2001-12-27 [melvin]     0.6.6claws27
11064         
11065         * src/compose.c
11066                 Simplify focus to subject entry code.
11067
11068 2001-12-27 [darko]      0.6.6claws26
11069
11070         * src/filtering.c
11071         * src/mbox_folder.c
11072         * src/messageview.c
11073         * src/mh.c
11074         * src/procheader.[ch]
11075         * src/procmsg.h
11076         * src/stock_pixmap.[ch]
11077         * src/summaryview.c
11078                 Show key icon for encrypted mails in summary view
11079
11080         * src/pixmaps/clip.xpm
11081         * src/pixmaps/clipkey.xpm
11082         * src/pixmaps/key.xpm
11083                 New/modified icons for the above
11084
11085 2001-12-27 [melvin]     0.6.6claws25
11086
11087         * src/prefs_common.c
11088                 Put spell checker options in a separate tab to decrease
11089                 the Common Preferences window height.
11090
11091         * README.claws  
11092                 Update spell checker usage instruction about its options
11093                 location.
11094
11095 2001-12-27 [melvin]     0.6.6claws24
11096
11097         * src/compose.c
11098                 Changed subject entry widget position. Initial focus is
11099                 on the To header instead of the subject entry.
11100                 Creating a new header scrolls the header list to make the
11101                 created one visible. Nevertheless, when automatically filling
11102                 headers, the first one is shown.
11103                 A Tab key press in the last empty header entry zips the 
11104                 focus to the subject entry.
11105                 (I did not change the combo boxes, yet)
11106
11107 2001-12-26 [alfons]     0.6.6claws23
11108
11109         * src/prefs_account.c
11110         * src/inc.c
11111                 allow default inbox to reside in another mailbox (only
11112                 works for POP3 accounts)
11113
11114 2001-12-26 [alfons]     0.6.6claws22
11115         
11116         * src/textview.c
11117                 make reply-on-click work with the account of the selected folder
11118         * src/compose.c
11119                 put a fixme here to remind me to fix finding correct default
11120                 account for nested folders
11121
11122 2001-12-25 [alfons]     0.6.6claws21
11123
11124         * src/summaryview.c
11125                 make column headers display locked and mark pixmaps (idea by Melvin) 
11126                 fix bug by adding score and locked column type to sort array
11127
11128 2001-12-25 [alfons]     0.6.6claws20
11129         
11130         * src/summaryview.c
11131                 catch a *potentially* inadvertent write back of  
11132                 the message cache(s) introduced by 0.6.5claws37
11133
11134 2001-12-25 [christoph]  0.6.6claws19
11135
11136         * src/stock_pixmap.[ch]
11137         * src/summaryview.c
11138                 add ignore thread pixmap
11139                 (can someone draw a better icon for this?)
11140
11141 2001-12-24 [alfons]     0.6.6claws18
11142
11143         * src/prefs_folder_item.c
11144                 make address completion actually work for the
11145                 Default To address in the Folder Property dialog.
11146
11147 2001-12-24 [alfons]     0.6.6claws17
11148         
11149         * src/summaryview.c
11150                 use new style regexp for subject stripping 
11151                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11152
11153 2001-12-24 [darko]      0.6.6claws16
11154
11155         * src/pgptext.c
11156         * src/rfc2015.c
11157                 move GPG related informational messages to debug mode
11158
11159 2001-12-23 [alfons]     0.6.6claws15
11160
11161         * src/stock_pixmap.[ch]
11162         * src/summaryview.c
11163                 add the forgotten Claws' locked pixmap
11164
11165 2001-12-23 [alfons]     0.6.6claws14
11166
11167         * src/filesel.c
11168                 accept file name typed in entry in multi file
11169                 selector (patch submitted by Gustavo Noronha Silva 
11170                 <kov@debian.org>)
11171
11172 2001-12-23 [alfons]     0.6.6claws13
11173
11174         * src/prefs_filter.c
11175         * src/prefs_filtering.c
11176         * src/matcher.c
11177         * src/importmutt.c
11178                 clean up a little bit
11179         
11180         * src/string_match.c
11181                 validate input strings a little bit more
11182
11183 2001-12-23 [alfons]     0.6.6claws12
11184
11185         * src/Makefile.am
11186         * src/summaryview.c
11187         * src/string_match.[ch]         ** NEW **
11188         * src/folderview.[ch]
11189         * src/headerview.h
11190         * src/folder.[ch]
11191         * src/prefs_folder_item.[ch]
11192                 add subject simplification to strip out strings from
11193                 a subject line (esp. handy for mailing lists). 
11194                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11195                 but slightly changed things for better integration.)
11196
11197 2001-12-23 [alfons]     0.6.6claws11
11198
11199         * src/mainwindow.c
11200                 fix bug introduced by submission included in 0.6.5claws52.
11201                 ideally this submission should clean the trash if any trash
11202                 folder has a message. however, the hasTrash variable was
11203                 set to false whenever a trash folder was empty (discarding
11204                 a previously found *filled* trash folder.)
11205
11206                 also edited the code a little bit and made it more safe.
11207
11208 2001-12-22 [alfons]     0.6.6claws10
11209
11210         * src/imap.c
11211                 quick fix for Martin Pool's omission of an account
11212                 specific SSL setting
11213
11214 2001-12-22 [alfons]     0.6.6claws9
11215
11216         * src/compose.c
11217         * src/messageview.c
11218         * src/mimeview.c
11219         * src/pgptext.c
11220         * src/procmime.[ch]
11221                 better support for multipart/digest (submitted
11222                 by Fredrik <e98fo@efd.lth.se>)
11223
11224 2001-12-22 [alfons]     0.6.6claws8
11225
11226         * src/addressbook.c
11227                 correct function signature
11228         * src/socket.[ch]
11229         * src/imap.[ch]
11230         * src/prefs_account.[ch]
11231                 allow IMAP over SSH tunnel (patch submitted by 
11232                 Martin Pool <mbp@samba.org>)
11233
11234 2001-12-21 [alfons]     0.6.6claws7
11235
11236         * sync with sylpheed 0.6.6cvs4-9
11237                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11238
11239 2001-12-21 [christoph]  0.6.6claws6
11240
11241         * src/compose.c
11242         * src/prefs_folder_item.[ch]
11243                 implement saving of outgoing messages to current folder.
11244                 fix segfault when no default outbox is available
11245                 (closes bug #495683)
11246
11247 2001-12-21 [carsten]    0.6.6claws5
11248         * src/folderview.c
11249         * src/summaryview.c
11250                 pressing CTRL while DND does now the expected thing and
11251                 copies the mail (moving is still the default, as this
11252                 seam more appropriate for handling mails by DND)
11253
11254 2001-12-18 [paul]       0.6.6claws4
11255
11256         * sync with sylpheed 0.6.6cvs3
11257                 see ChangeLog entries 2001-12-18
11258
11259 2001-12-18 [hiro]       0.6.6claws3
11260
11261         * src/undo.c
11262                 fix for multibyte characters (obtain the number of letters
11263                 instead of bytes).
11264
11265 2001-12-17 [paul]       0.6.6claws2
11266
11267         * sync with sylpheed 0.6.6cvs1
11268                 see ChangeLog entry 2001-12-16
11269
11270 2000-12-17 [alfons]     0.6.6claws1
11271
11272         * src/filtering.c
11273                 clean up
11274
11275 2001-12-16 [paul]       0.6.6claws
11276 2001-12-15
11277
11278         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11279
11280         * src/mimeview.c
11281                 last minute sync with main 0.6.6
11282
11283         * po/es.po
11284                 updated by Ricardo Mones Lastra
11285                 update for last minute sync
11286         * po/fr.po
11287         * po/nl.po
11288                 update for last minute sync
11289         * po/de.po
11290                 updated by Jens Oberender
11291         * po/pt_BR.po
11292                 updated by Fabio Junior Beneditto
11293
11294         * src/prefs_common.[ch]
11295         * src/undo.c
11296                 number of undo levels is user configurable
11297                 (squeeze it into the release in the dying
11298                 moments) Submitted by Jens Oberender    
11299
11300 2001-12-15 [melvin]
11301
11302         * po/fr.po
11303                 updated french translation
11304
11305 2001-12-15 [paul]       0.6.5claws92
11306
11307         * sync with sylpheed 0.6.5cvs28
11308                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11309
11310         * po/nl.po
11311                 update to allow for sync
11312
11313 2001-12-15 [alfons]
11314         
11315         * po/nl.po
11316                 update dutch translation
11317
11318 2001-12-14 [carsten]    0.6.5claws91
11319         * src/summaryview.c
11320                 fixed bug #473785; also after changing the column order
11321                 the same message will be selected and displayed as before
11322                 the reordering
11323
11324 2001-12-14 [carsten]    0.6.5claws90
11325         * src/folderview.c
11326                 probably found the bug reported by wwb opening or closing
11327                 a folder tree just before dnd (found the solution in the
11328                 balsa source -- thanks to them)
11329
11330 2001-12-14 [carsten]    0.6.5claws89
11331         * src/gtkutils.c
11332         * src/account.c
11333                 moved gtk_clist_moveto to the right place, so that
11334                 only the accounts dialog is effected on opening
11335
11336 2001-12-14 [carsten]    0.6.5claws88
11337         * src/gtkutils.c
11338                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11339                 now, so that the focused row will be seen in any case
11340                 (reported by wwp on sf-claws-user)
11341
11342 2001-12-14 [darko]      0.6.5claws87
11343
11344         * src/compose.c
11345                 remove unnecessary line
11346
11347 2001-12-14 [paul]       0.6.5claws86
11348
11349         * sync with sylpheed 0.6.5cvs27
11350                 see ChangeLog entries 2001-12-14
11351
11352 2001-12-14 [carsten]    0.6.5claws85
11353         * src/mainwindow.c
11354                 following a suggestion of Melvin the rcoabm pops up
11355                 right under the button now and the button is reliefed
11356                 while the popup is open
11357
11358 2001-12-14 [darko]      0.6.5claws84
11359
11360         * src/compose.c
11361                 fix crash when wrapping long lines if linewrap quotation
11362                 is disabled and wrapper encounters a word spanning more
11363                 than one line
11364
11365 2001-12-13 [paul]       0.6.5claws83
11366
11367         * src/compose.c
11368                 prefer 'Reply-To' header over mailing list header when
11369                 replying to a message. Finally prevent all those confirmation 
11370                 messages being sent to the list itself.
11371
11372         * src/summaryview.c
11373                 remove unused summary_set_menu_sensitive() entry
11374
11375 2001-12-13 [paul]       0.6.5claws82
11376
11377         * src/folderview.c
11378         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11379         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11380         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11381                 improvements to 'Hide read messages': Inbox, Outbox,
11382                 Trash, Queue, and Draft icons now reveal presence of hidden 
11383                 messages
11384
11385 2001-12-12 [alfons]     0.6.5claws81
11386
11387         0.6.5claws80 was tagged as LAST_STABLE
11388
11389         * src/filtering.[ch]
11390         * src/matcher.[ch]
11391         * src/matcher_parser_lex.c
11392                 fix the filtering; my last attempt to get it right, 
11393                 if it does not work, it's Hoa's turn. ;-)
11394
11395                 for my honourable peers:
11396                 
11397                 the code now makes a clear distinction between
11398                 rules as they are displayed (probably escaped),
11399                 and as they are executed (probably unescaped). the
11400                 parser does *NOT* do any unescaping, this is
11401                 the task of the matcher.c (which breaks up a
11402                 rule into condition) and the filtering.c (which
11403                 breaks up the rule's action). to make this
11404                 run happily we provide an unescaped copy of
11405                 crucial strings to the MatcherProp and 
11406                 FilteringAction structures. note that the only
11407                 exception to this is any REGEXP string. those
11408                 are directly passed to regcomp() and regexp()
11409                 (who have much more powerful unescape functions).
11410                 
11411                 for everyone else:
11412         
11413                 you can escape tab (\t), carriage return (\r),
11414                 linefeed (\n), form feed (\f), quote (\"), 
11415                 single quote (\'), bell (\b) in all the entry
11416                 lines in the scoring & filtering dialogs.
11417                 as an added bonus this should not affect
11418                 existing filtering rules.
11419
11420 2001-12-12 [carsten]    0.6.5claws80
11421
11422         * src/summaryview.c
11423         * po/de.po
11424                 "item(s) selected" is now sensitive to 1 or more
11425                 than one selected (nice for language where simple
11426                 adding of a "s" is not possible as German (Eintrag
11427                 ->Eintr"age)
11428                 
11429                 the "forward as attachment" entry from the right
11430                 click menu removed, "forward" acts following the
11431                 prefs
11432         
11433         * src/textview.c
11434                 reverted my former changes; so compiler warning again
11435                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11436                 nevertheless
11437
11438         * src/messageview.c
11439                 "search in message" does now *not* only work in MVIEW_TEXT
11440                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11441                 message
11442
11443         * src/mainwindow.c
11444                 removed "/File/_Close" as it was the same as "/File/E_xit"
11445                 and we don't need it two times
11446
11447                 the separate folder view and message view now get a distinct
11448                 WMCLASS, just in case someone is using sawfish ;-)
11449
11450                 as the menu entries "/View/Message view" and "/View/Folder tree"
11451                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11452                 make them sensitive accordingly and as these two are "shown"
11453                 after startup anytime check this menuitem at startup
11454
11455 2001-12-12 [paul]       0.6.5claws79
11456
11457         * src/folderview.c
11458                 fix sensitivity of 'Search folder...', broken in
11459                 0.6.5claws75
11460
11461         * src/mainwindow.c
11462                 fix dodgy English
11463
11464 2001-12-11 [carsten]    0.6.5claws78
11465         * src/filtering.c
11466                 fixed two typos returning a wrong FALSE/TRUE
11467         * src/mainwindow.[ch]
11468                 extra menu for email/news button removed
11469
11470 2001-12-11 [alfons]     0.6.5claws77
11471         
11472         * src/matcher.c                 (1.3)
11473         * src/matcher_parser_lex.l      (1.28)
11474                 revert for another attempt
11475                 mark 0.6.5claws77 as LAST_STABLE
11476
11477 2001-12-11 [christoph]  0.6.5claws76
11478
11479         * po/de.po
11480                 fixed wrong translation for prev. unread msg
11481
11482 2001-12-11 [paul]       0.6.5claws75
11483
11484         * src/folder.[ch]
11485         * src/folderview.c
11486         * src/mainwindow.c
11487         * src/summaryview.[ch]
11488         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11489                 enable ability to hide read messages on per folder basis via 
11490                 '/Summary/Hide read messages'; when selected, a folder will 
11491                 have a red open folder icon, instead of a blue icon, if the 
11492                 folder contains hidden messges
11493                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11494
11495         * src/mainwindow.c
11496                 remove '/Message/Forward as attachment' from 
11497                 main_window_set_menu_sensitive() to prevent debug warning
11498
11499         * src/folderview.c
11500         * src/mainwindow.c
11501                 Clean up some of the English
11502
11503         * tools/newscache_clean.pl
11504                 allow for new 'hidereadmsgs' entry in folderlist.xml
11505
11506         * po/es.po
11507                 updated translation, submitted by Ricardo Mones Lastra
11508
11509 2001-12-11 [paul]       0.6.5claws74
11510
11511         * sync with sylpheed 0.6.5cvs25
11512                 see ChangeLog entry 2001-12-11
11513
11514 2001-12-10 [alfons]     0.6.5claws73
11515
11516         * src/matcher.c
11517                 add more control characters
11518         * src/matcher_parser_lex.l
11519                 make escaping / unescaping work again
11520
11521 2001-12-10 [alfons]     0.6.5claws72
11522
11523         * src/imap.c
11524                 clean up warnings "returning value for void function" 
11525         * src/prefs_filtering.c
11526                 make info button for execute action sensitive
11527
11528 2001-12-10 [paul]       0.6.5claws71
11529
11530         * src/compose.c
11531         * src/imap.[ch]
11532         * src/summaryview.c
11533                 fix: imap server now gets informed of MARKED, UNMARKED
11534                 and REPLY events. Now people can use different IMAP-Mail
11535                 clients and have the exact same information about MARKED,
11536                 UNMARKED and REPLY status with all of them. Especially
11537                 useful for imap servers with a web-frontend.
11538                 submitted by Tobias Sandhaas <medlor@web.de>
11539
11540 2001-12-09 [melvin]     0.6.5claws70
11541         
11542         * src/textview.[ch]
11543                 fixed bug #490076 (hunted down by Alfons who implemented
11544                 a workaround in 0.6.5claws65)
11545
11546 2001-12-09 [christoph]  0.6.5claws69
11547
11548         * src/summaryview.c
11549                 set pointer to string in LOCKED column to NULL
11550                 (might fix bug #490800)
11551
11552 2001-12-09 [carsten]    0.6.5claws68
11553
11554         * po/de.po
11555                 resolved some cluttered menu shortcuts 
11556                 ('creating new email' and 'creating news message'
11557                 hade the same)
11558         * src/compose.c
11559                 wmclass now distinc from main window
11560         * src/mainwindow.c
11561           src/mainwindow.h
11562                 email/news and forward button functionality similar
11563                 to the reply buttons; removed the ugly dropdown arrows
11564                 and use instead the right mouse button
11565
11566 2001-12-09 [paul]       0.6.5claws67
11567
11568         * src/imap.c
11569         * src/utils.h
11570                 allow spaces in imap folder names
11571                 submitted by Willem van Engen <wvengen@stack.nl>
11572
11573 2001-12-09 [paul]       0.6.5claws66
11574
11575         * sync with sylpheed 0.6.5cvs24
11576                 see ChangeLog entry 2001-12-09
11577
11578 2001-12-08 [alfons]     0.6.5claws65
11579
11580         * src/textview.c
11581                 prevent secondary selection claim after "add to sender" dialog
11582                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11583                 we trick GTK by simulating a click at (0, 0) in the textview.
11584
11585 2001-12-08 [hoa]        0.6.5claws64
11586
11587         * src/folder.c
11588                 fixed a bug about the .processing folder name while filtering
11589
11590 2001-12-08 [alfons]     0.6.5claws63
11591
11592         * src/folderview.c 
11593                 work around problem of not correctly updating folder stats
11594                 when deleting messages. there's some folder scanning evil
11595                 going so the folderview_update_msg_num() does not work
11596                 correctly. need to investigate this.
11597
11598 2001-12-08 [paul]       0.6.5claws62
11599
11600         * sync with sylpheed 0.6.5cvs23
11601                 see ChangeLog entry 2001-12-08
11602
11603 2001-12-07 [christoph]  0.6.5claws61
11604
11605         * src/compose.c
11606                 fix another header translation problem
11607
11608 2001-12-07 [alfons]     0.6.5claws60
11609
11610         * src/mbox.c
11611                 make filtering also work on local spool mbox
11612
11613 2001-12-07 [carsten]    0.6.5claws59
11614         * src/addressbook.c
11615                 addressbook window gets a wmclass distinct from the main
11616                 sylpheed window
11617         * src/compose.h
11618         * src/mainwindow.[ch]
11619                   forward menu item will use mode selected in prefs, forward 
11620                 as attatchment in menu removed (will be substituted in the
11621                 toolbar similar to reply buttons)
11622                   create news message menu entry and news button is now 
11623                 sensitive to the existance of a news account
11624         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11625         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11626         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11627                 these are removed because the toolbar buttons don't show
11628                 the quoting modus any longer
11629
11630 2001-12-07 [paul]
11631
11632         * tools/newscache_clean.pl      ** NEW FILE **
11633                 perl script to do some tidying up in the newscache directory 
11634                 
11635         * tools/sylpheed-switcher       ** NEW FILE **
11636                 perl script to enable easy switching between main and claws
11637                 
11638         * tools/README
11639                 added descriptions of the two new perl scripts          
11640
11641
11642 2001-12-07 [melvin]     0.6.5claws58
11643
11644         * src/messageview.c
11645                 fixed a warning during compilation introduced in 0.6.5claws56
11646
11647 2001-12-07 [paul]       0.6.5claws57
11648
11649         * src/mainwindow.[ch]
11650         * src/menu.[ch]
11651                 further usability enhancements to replying with or without 
11652                 quoting via the toolbar, use of Ctrl key is replaced by 
11653                 drop down menu 
11654                 Submitted by Carsten Schurig            
11655
11656 2001-12-07 [melvin]     0.6.5claws56
11657
11658         * src/messageview.c
11659                 hack to fix bug that prevented to make/paste selections
11660                 after switching between MVIEW_TEXT and MVIEW_MIME views
11661                 without deselecting the selection first.
11662
11663 2001-12-06 [alfons]     0.6.5claws55
11664
11665         * src/filtering.[ch]
11666         * src/inc.c
11667                 revise filtering a little bit more, and make sure
11668                 messages are delivered to the appropriate inbox
11669                 (perhaps set per account)
11670
11671 2001-12-06 [paul]       0.6.5claws54
11672
11673         * sync with sylpheed 0.6.5cvs22
11674                 see ChangeLog entry 2001-12-06
11675
11676 2001-12-05 [alfons]     0.6.5claws53
11677
11678         * src/inc.c
11679         * src/folder.[ch]
11680         * src/procmsg.c
11681         * src/filtering.c
11682                 more revisions of filtering system
11683                 (last stable version is marked as LAST_STABLE)
11684                 
11685                 | NOTE 1): the filtering system now uses a local folder called
11686                 | .processing. if filtering fails, check this directory
11687                 | for missing messages.
11688                 |
11689                 | NOTE 2): help us find the filtering actions still missing
11690
11691 2001-12-05 [paul]       0.6.5claws52
11692
11693         * src/mainwindow.c
11694                 fix bug where 'Empty Trash?' pop-up window appears even
11695                 when Trash is empty, submitted by Jesse Skinner         
11696
11697 2001-12-05 [melvin]     0.6.5claws51
11698
11699         * src/compose.c
11700                 fixed bug #486106 to select correct account when reediting 
11701                 a queued message
11702         
11703 2001-12-04 [alfons]     0.6.5claws50
11704
11705         * src/mh.c
11706                 declare markfile in appropriate functions when
11707                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11708                 for spotting this)
11709
11710 2001-12-04 [paul]       0.6.5claws49
11711
11712         * sync with sylpheed 0.6.5cvs21
11713                 see ChangeLog entry 2001-12-04
11714
11715 2001-12-03 [christoph]  0.6.5claws48
11716
11717         * po/de.po
11718                 changed translation of undo
11719         * src/account.c
11720         * src/folder.c
11721                 don't reinvent the wheel to traverse a GNode
11722         * src/compose.[ch]
11723                 seperate code to create the compose gui into functions
11724                 add "Others" page with folder selection for saving copy
11725                 of the message.
11726                 the folder identifier is saved to queue header
11727         * src/procmsg.c
11728                 save message to folder in queue header
11729
11730 2001-12-03 [paul]       0.6.5claws47
11731
11732         * sync with sylpheed 0.6.5cvs20
11733                 see ChangeLog entry 2001-12-03
11734
11735 2001-12-01 [paul]
11736
11737         * more sync with sylpheed 0.6.5cvs19
11738                 see ChangeLog entry 2001-11-29
11739
11740 2001-11-30 [paul]       0.6.5claws46
11741         
11742         * src/compose.c
11743                 remove conflicts introduced by Hoa's last commit
11744          
11745         * src/mainwindow.c
11746                 make 'Message/Bounce' sensitive
11747
11748 2001-11-30 [hoa]        0.6.5claws45
11749
11750         * src/compose.c
11751                 slightly change bounce function to add
11752                 information about the user that bounced the mail
11753                 in the From header line.
11754
11755         * src/folderview.c
11756                 permit the use of processing in outbox folder.
11757
11758 2001-11-29 [paul]       0.6.5claws44
11759
11760         * src/mainwindow.[ch]
11761         * src/prefs_common.c
11762         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11763         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11764         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11765                 usability enhancements to the quoting, implements
11766                 use of Ctrl key to toggle quoting settings
11767                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11768
11769 2001-11-29 [paul]       0.6.5claws43
11770         
11771         * sync with sylpheed 0.6.5cvs19
11772                 see ChangeLog entry 2001-11-28
11773
11774 2001-11-29 [melvin]     0.6.5claws42
11775         * src/Makefile.am
11776                 added enriched.[ch] to the list of files
11777
11778         * src/textview.c
11779         * src/mimeview.c
11780         * src/procmime.[ch]
11781         * src/enriched.[ch]
11782                 added support to view text/enriched
11783                 added support to show headers in message view for text/enriched and text/html
11784                         in non multipart messages
11785
11786 2001-11-28 [paul]       0.6.5claws41
11787
11788         * more sync with sylpheed 0.6.5cvs18
11789                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11790
11791 2001-11-27 [paul]       0.6.5claws40
11792         
11793         * po/pt_BR.po
11794                 updated translation, submitted by Fabio Junior Beneditto
11795                 
11796         * sync with sylpheed 0.6.5cvs18
11797                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11798                 2001-11-27
11799
11800
11801 2001-11-26 [paul]
11802
11803         * po/es.po
11804                 updated translation, submitted by Ricardo Mones Lastra
11805
11806 2001-11-26 [alfons]
11807
11808         * src/matcher.c
11809                 add more translatable strings
11810
11811 2001-11-26 [christoph]  0.6.5claws39
11812
11813         * po/de.po      
11814                 fixed one more umlaut
11815         * src/compose.c
11816                 fix translated header when it should not be translated
11817
11818 2001-11-26 [paul]       0.6.5claws38
11819
11820         * src/mainwindow.c
11821                 remove '/Message/Add Sender to address book' from 
11822                 main_window_set_menu_sensitive(), prevent debug warning
11823                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11824
11825 2001-11-26 [paul]       0.6.5claws37
11826
11827         * src/summaryview.c
11828                 fix 'recurring unread state' bug 
11829
11830         * tools/README 
11831         * tools/filter_conv.pl
11832                 read name of top level mailbox from folderlist.xml
11833                 and presume nothing about its name              
11834
11835 2001-11-26 [darko]      0.6.5claws36
11836
11837         * src/gtkstext.[ch]
11838                 removed functions that are now in gtkutils.c
11839                 use gtkut_text_is_uri_string() from gtkutils.c
11840         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11841
11842 2001-11-26 [paul]       0.6.5claws35
11843
11844         * sync with sylpheed 0.6.5cvs16
11845                 see ChangeLog entries 2001-11-25 and 2001-11-26
11846
11847 2001-11-25 [alfons]     0.6.5claws34
11848
11849         EXPERIMENTAL!!! Please checkout the last stable version using: 
11850           
11851         % cvs update -r LAST_STABLE -dRAP
11852
11853         (Or help us testing this stuff.)
11854
11855         * src/filtering.c               (1.14)
11856         * src/filtering.h               (1.6)
11857         * src/inc.c                     (1.28)
11858         * src/matcher.c                 (1.20)
11859         * src/mbox.c                    (1.9)
11860         * src/procmsg.h                 (1.14)
11861         * src/summaryview.c             (1.59)
11862         * src/summaryview.h             (dunno)
11863                 revert/merge/sync to as it was before commit 
11864                 on Thu, 19 Jul 2001 10:15:51 -0700.
11865
11866 2001-11-25 [hoa]        0.6.5claws33
11867
11868         * src/main.c
11869                 processing mails at startup
11870
11871         * src/folderview.c
11872         * src/summaryview.[ch]
11873                 processing mails when entering folder
11874
11875         * src/prefs_filtering.c
11876                 fixed some UI bugs
11877
11878 2001-11-24 [alfons]     0.6.5claws32
11879
11880         * src/summaryview.[ch]
11881                 make summary sort headers work, and also make
11882                 sure the sort type is stored
11883
11884 2001-11-23 [alfons]     0.6.5claws31
11885
11886         * src/summaryview.[ch]
11887                 make lock work like mark
11888                 disallow deleting messages marked as locked
11889
11890 2001-11-23 [alfons]     0.6.5claws30
11891
11892         * src/gtkstext.c
11893         * src/compose.[ch]
11894         * src/Makefile.am
11895         * src/undo.[ch]
11896                 merge undo patch submitted by Jens
11897
11898 2001-11-23 [christoph]  0.6.5claws29
11899
11900         * src/.cvsignore
11901                 added ylwrap
11902         * src/compose.c
11903                 fixed gpg signing and encoding
11904         * src/folder.[ch]
11905         * src/main.c
11906                 added --status option to get new, unread and total
11907                 message count from a running sylpheed
11908         * src/prefs_common.c
11909                 temporary fix for reply_with_quote problem
11910                 (don't call functions for non existing widget)
11911         * src/procmsg.c
11912                 one more check for ignored threads but still not
11913                 always working correctly. probably a recursive
11914                 check for all parents is needed
11915
11916 2001-11-23 [darko]      0.6.5claws28
11917
11918         * src/compose.c
11919                 wrapping on send improvements
11920         * src/gtkutils.[ch]
11921                 fix for GtkSText after last sync with main branch
11922                 GTK_TEXT -> GTK_STEXT
11923
11924 2001-11-23 [paul]       0.6.5claws27
11925
11926         * sync with sylpheed 0.6.5cvs14
11927                 see ChangeLog entries 2001-11-22 and 2001-11-23
11928                 
11929         * po/de.po
11930                 fixed the scrambled umlauts 
11931                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11932
11933 2001-11-21 [paul]       0.6.5claws26
11934
11935         * sync with sylpheed 0.6.5cvs12
11936                 see 2nd ChangeLog entry dated 2001-11-20
11937
11938 2001-11-20 [paul]       0.6.5claws25
11939
11940         * sync with sylpheed 0.6.5cvs11
11941                 see ChangeLog entry 2001-11-19 (src/utils.c)
11942
11943 2001-11-20 [hiro]
11944
11945         * src/compose.c
11946                 GTK_TEXT -> GTK_STEXT
11947                 fix for wrong comment
11948
11949 2001-11-20 [hiro]       0.6.5claws24
11950
11951         * src/compose.[ch]
11952                 more merges from main branch
11953                 removed fatal warnings (uninitialized variables etc.)
11954                 some coding style fix
11955         * src/gtkutils.h
11956                 fixed typo.
11957         * src/addressbook.c
11958           src/addrindex.c
11959                 V-Card -> vCard
11960
11961 2001-11-19 [hoa]        0.6.5claws23
11962
11963         * src/filtering.c
11964         * src/prefs_scoring.c
11965         * src/matcher.[ch]
11966         * src/scoring.c
11967                 cleaning code
11968
11969         * src/matcher_parser_parse.y
11970         * src/prefs_filtering.c
11971                 bouncing
11972
11973 2001-11-19 [alfons]     0.6.5claws22
11974
11975         more of my old things into claws
11976
11977         * src/Makefile.am
11978         * src/prefs_common.c
11979         * src/procmsg.h
11980         * src/summaryview.[ch]
11981         * src/prefs_summary_column.c
11982         * src/pixmaps/locked.xpm
11983                 add indicators for locking of message in summary view
11984                 (does not work yet, only visual indicator)
11985
11986 2001-11-19 [paul]       0.6.5claws21
11987
11988         * sync with sylpheed 0.6.5cvs10
11989                 see ChangeLog entry 2001-11-19
11990
11991 2001-11-18 [alfons]     0.6.5claws20
11992         
11993         * src/filtering.c
11994                 remove an inadvertent free I forgot in previous clean up 
11995
11996 2001-11-18 [alfons]     0.6.5claws19
11997
11998         * src/filtering.[ch]
11999                 clean up & plug leaks
12000
12001 2001-11-18 [paul]       0.6.5claws18
12002
12003         * sync with sylpheed 0.6.5cvs9
12004                 see ChangeLog entries 2001-11-17 and 2001-11-18
12005
12006 2001-11-16 [paul]       0.6.5claws17
12007
12008         * sync with sylpheed 0.6.5cvs8
12009                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
12010
12011 2001-11-16 [paul]       0.6.5claws16
12012
12013         * sync with sylpheed 0.6.5cvs7
12014                 see ChangeLog entries 2001-11-15 and 2001-11-16
12015
12016 2001-11-15 [hoa]        0.6.5claws15
12017
12018         * src/compose.c
12019                 fix bounce, mails we received couln't be bounced to ourself.
12020
12021         * src/defs.h
12022         * src/filtering.[ch]
12023         * src/matcher.[ch]
12024         * src/matcher_parser.h
12025         * src/matcher_parser_lex.l
12026         * src/matcher_parser_parse.y
12027         * src/inc.c
12028         * src/main.c
12029         * src/mbox.c
12030         * src/prefs_filtering.[ch]
12031         * src/mainwindow.c
12032         * src/prefs_matcher.c
12033         * src/prefs_scoring.c
12034         * src/scoring.[ch]
12035         * src/summaryview.c
12036                 new matcher/filter/score configuration file parser
12037                 one unique configuration file => ~/.sylpheed/matcherrc
12038                 import in currently automatic, then save are made
12039                 in this new file.
12040                 one filter per folder and one global filter
12041                 (filter of a folder will be used as folder processing)
12042
12043         * src/folder.c
12044                 fix a bug in folder_item_get_identifier
12045                 
12046         * src/messageview.c
12047                 receive receipt return are fixed.
12048
12049 2001-11-14 [alfons]     0.6.5claws14
12050
12051         * src/session.h
12052                 add things from main branch to make claws compile
12053
12054 2001-11-14 [paul]       0.6.5claws13
12055
12056         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
12057                 see ChangeLog entries 2001-11-08 to 2001-11-14
12058
12059 2001-11-14 [hoa] 0.6.5claws12
12060
12061         * src/compose.[ch]
12062         * src/mainwindow.c
12063         * src/summaryview.c
12064                 add "bounce mail" option
12065
12066 2001-11-13 [christoph]  0.6.5claws11
12067
12068         * src/compose.c
12069                 Cleanup a mess i add before commiting
12070
12071 2001-11-13 [hoa]        0.6.5claws10
12072
12073         * src/compose.c
12074                 some fixes when mail are sent or
12075                 for crossposts
12076
12077 2001-11-13 [christoph]  0.6.5claws9
12078
12079         * po/de.po
12080                 Changed two string with the same translation
12081         * src/compose.c
12082         * src/procmsg.[ch]
12083         * src/send.[ch]
12084                 New mailsending process:
12085                   - Always queue message before sending
12086                     (message will be saved if sylpheed crashed or
12087                      freezes while sending)
12088                   - Allow queuing of newspostings
12089                   - No copy in outbox before sending
12090                     (closes bug #469501)
12091                   - No more redundant code for send and send_later
12092         * src/summaryview.c
12093                 Applied wwp <subscript@free.fr>'s patch that fixes
12094                 marks for multiple forwarded messages (+compose.c)
12095
12096 2001-11-12 [alfons]
12097
12098         * README.claws
12099                 remove things that are now in main branch
12100         
12101         * po/nl.po
12102                 update Dutch translation
12103
12104 2001-11-12 [mhadasht]   0.6.5.claws8
12105
12106         * src/prefs_common.c
12107                 re-enabled account autoselection feature for forward
12108                 and reedit lost during the branch point for SYNC-B4-REL
12109         * src/gtkspell.c
12110                 gtkpspell_get_dict(): more readable code (even if function is
12111                 not used yet)
12112         * ChangeLog.claws
12113                 added version number info to 2001-11-12 [hiro] comment.
12114
12115 2001-11-12 [hiro]       0.6.5.claws7
12116
12117         * src/compose.c
12118                 compose_forward(): fixed a bug that forward quote mark
12119                 wasn't used.
12120                 removed unnecessary code.
12121         * src/template_select.[ch]: removed.
12122
12123 2001-11-11 [alfons]
12124
12125         * src/compose.c
12126                 :%s/GTK_TEXT/GTK_STEXT/g
12127         
12128         * src/compose.[ch]
12129         * src/undo.[ch]
12130         * src/Makefile.am
12131                 revert the undo stuff (this is 0.6.6claws stuff)
12132
12133 2001-11-11 [hoa]        0.6.5.claws6
12134
12135         * src/compose.[ch]
12136                 Insert signature at the end of the text.
12137                 Added undo patch but currently disabled
12138
12139         * src/procmsg.c
12140                 Threading by subject improved.
12141
12142         * added src/undo.[ch]
12143                 Undo module for compose dialog box.
12144
12145 2001-11-11 [alfons]     0.6.5.claws5
12146
12147         * src/procmsg.c
12148                 prevent threading by subject on nodes that have already been
12149                 threaded by in-reply-to (as in "circular references in a tree
12150                 result in a dead branch")
12151
12152 2001-11-09 [hoa]        0.6.5.claws4
12153         
12154         * src/folderview.c
12155                 allows creation of mbox folder item from any files.
12156
12157 2001-11-09 [alfons]     0.6.5.claws3
12158         
12159         * src/utils.c
12160         * src/procmsg.c
12161                 do what I mean and correct threading by subject so it really
12162                 ignores attracting lines without "Re: "
12163
12164 2001-11-07 [alfons]     0.6.5.claws2
12165
12166         * src/procmsg.c
12167         * src/utils.[ch]
12168                 only attract by subject if a subject line starts with a "Re: "
12169         * src/syldap.c
12170                 remove warning
12171
12172 2001-11-07 [paul]       0.6.5claws1
12173
12174         * sync with sylpheed 0.6.5. release
12175                 see ChangeLog entry 2001-11-07
12176
12177 2001-11-07 [paul]       0.6.4claws31
12178
12179         * sync with sylpheed 0.6.4cvs18
12180                 see ChangeLog entries 2001-10-30 to 2001-11-07
12181                 prefs_templates.[ch] renamed prefs_template.[ch]
12182
12183 2001-11-06 [alfons]
12184         
12185         * src/utils.h
12186                 add semicolon Hoa forgot ;-)
12187                 
12188
12189 2001-11-06 [hoa]        0.6.4claws30
12190         
12191         * src/procmsg.c
12192         * src/summaryview.c
12193         * src/utils.c
12194         * src/utils.h
12195                 threading by subject - empty subject are ignored
12196
12197 2001-11-06 [christoph]  0.6.4claws29
12198
12199         * src/socket.c
12200                 use SSL_peek for sock_gets
12201         * src/utils.c
12202                 removed unneeded pointer in extracting quoted
12203                 names implementation
12204
12205 2001-11-06 [melvin]     0.6.4claws28
12206
12207         * src/gtkspell.c
12208                 fixed bug #476792 Selection overtyping with spell checker
12209                 fixed bug which could cause a buffer overflow
12210                 fixed a memory leak
12211
12212 2001-11-06 [hoa]        0.6.4claws27
12213         
12214         * src/procmsg.c
12215         * src/summaryview.c
12216                 threading by subject
12217
12218 2001-11-05 [alfons]     0.6.4claws26
12219         
12220         * README.claws
12221                 Claws -> Sylpheed (vice versa)
12222
12223         * src/compose.c
12224                 :%s/gtk_text/gtk_stext/g
12225                 :%s/GTK_TEXT/GTK_STEXT/g
12226                 (thanks to Jonathan Ware for spotting this)
12227
12228 2001-11-04 [christoph]  0.6.4claws25
12229
12230         * src/summaryview.c
12231                 replace Xalloca + strdup with Xstrdup_a
12232         * src/utils.c
12233                 better implementation of extracting quoted names
12234                 from addresses (remove backlashes and ignore
12235                 quotes after them)
12236
12237 2001-11-04 [alfons]     0.6.4claws24
12238
12239         * src/utils.[ch]
12240                 edit to comply more with coding style
12241
12242         * src/textview.c
12243                 fix bug reported by Kim Schulz. introduced by the patch integrated
12244                 in 0.6.4claws15. the code did not check the return value of
12245                 the html parser.
12246
12247         * AUTHORS
12248                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12249
12250 2001-11-04 [christoph]  0.6.4claws23
12251
12252         * src/main.c
12253         * src/prefs_common.[ch]
12254                 init some pointers that possibly caused a segfault
12255                 reported in the claws-users ML
12256
12257 2001-11-04 [hoa]        0.6.4claws22
12258
12259         * src/grouplistdialog.c
12260                 change the names of the nodes in the tree
12261
12262         * src/compose.c
12263                 enhanced mailto syntax as described in
12264                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12265                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12266
12267         * src/utils.c
12268                 encode and decode URI (useful when opening URL into
12269                 netscape).
12270
12271 2001-11-03 [hoa]        0.6.4claws21
12272
12273         * src/grouplistdialog.c
12274                 a new newsgroups list selection dialog box
12275                 with a CTree instead of a CList
12276
12277 2001-11-03 [hoa]        0.6.4claws20
12278
12279         * src/folderview.c
12280                 enable property and scoring options when right
12281                 click on "inbox"
12282
12283         * src/summaryview.c
12284                 fixed bug when nickname were displayed using
12285                 the address book.
12286
12287 2001-11-02 [darko]      0.6.4claws19
12288
12289         * src/compose.c
12290                 new wrap quotation and URL/long words wrapping implementation
12291         * src/compose.c src/gtkstext.[ch]
12292                 move gtkstext_strncmp() to gtkstext.c
12293
12294 2001-11-01 [christoph]  0.6.4claws18
12295
12296         * src/prefs_account.c
12297                 fixed mess in account settings dialog
12298         * src/prefs_folder_item.c
12299                 added label with folder path to dialog
12300
12301 2001-10-31 [match]      0.6.4claws17
12302
12303         * src/vcard.c
12304                 fix memory leak.
12305         * src/addrbook.c
12306                 fix generation of spurious address book file names.
12307                 remove redundant functions.
12308         * po/POTFILES.in
12309                 added missing file names.
12310
12311 2001-10-30 [paul]       0.6.4claws16
12312
12313         * sync with sylpheed 0.6.4cvs6
12314                 see ChangeLog entries 2001-10-26 to 2001-10-30
12315
12316         * tools/filter_conv.pl
12317                 read folderlist.xml to discover whether the top-level
12318                 folder is called 'Mailbox' or 'Mail' 
12319
12320 2001-10-29 [paul]       0.6.4claws15
12321
12322         * src/html.c, src/textview.c
12323                 activate links in html mail and fix clickable parts
12324                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12325
12326 2001-10-29 [paul]
12327
12328         * po/de.po, po/es.po, po/pt_BR/po
12329                 updated translations, submitted by Jens Oberender,
12330                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12331
12332 2001-10-29 [darko]      0.6.4claws14
12333
12334         * src/compose.c
12335                 fix wrapping for good
12336
12337 2001-10-29 [darko]
12338
12339         * src/compose.c
12340                 undo previous change as it broke the smart wrapping
12341
12342 2001-10-29 [darko]      0.6.4claws13
12343
12344         * src/compose.c
12345                 fix infinite loop when long URL is quoted
12346                 (closes bug #475122.
12347
12348 2001-10-28 [match]
12349
12350         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12351                 import Mutt address book
12352         * src/ldif.[ch] src/importldif.h
12353                 modified import LDIF handle user attributes
12354
12355 2001-10-28 [christoph]  0.6.4claws12
12356
12357         * src/summaryview.c
12358                 fixed that filtering did not work if there
12359                 were no filter rules
12360                 (closes bug #472003 and better implementation
12361                  of patch #474644)
12362
12363 2001-10-27 [christoph]  0.6.4claws11
12364
12365         * src/compose.c
12366                 make the folder's default account to be used when
12367                 replying. (patch by wwp <subscript@free.fr>)
12368         * src/compose.c
12369                 code cleanup, nearly killed all of wwp's patch
12370                 for folder's default account in compose
12371         * src/folderview.c
12372                 error panel when a folder could not be created
12373                 (closes bug #471080 new folder name & already
12374                  existing file)
12375
12376 2001-10-26 [alfons]
12377
12378         * src/utils.h
12379                 change prototype of strstr2() that Christoph forgot about
12380
12381 2001-10-26 [christoph]  0.6.4claws10
12382
12383         * src/account.c
12384                 made search for accounts by email address not case
12385                 sensitive
12386         * src/folder.c
12387                 fixed memory leak in folder_item_get_identifier
12388         * src/gtkspell.c
12389         * src/utils.c
12390                 fixed wrong strstr2 (should work like strstr)
12391
12392 2001-10-26 [darko]      0.6.4claws9
12393
12394         * src/compose.c src/gtkstext.[ch]
12395         * src/gtkstext.c
12396                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12397
12398 2001-10-26 [paul]       0.6.4claws8
12399
12400         * src/html.c
12401                 ignore css and javascript tags in html mail
12402                 case-insensitive, with or without double-quoted
12403                 strings
12404
12405 2001-10-26 [paul]       0.6.4claws7
12406
12407         * sync with sylpheed 0.6.4cvs1
12408                 see ChangeLog entry 2001-10-26
12409
12410         * src/prefs_account.c, src/prefs_common.c,
12411           src/prefs_summary_column.c
12412                 minor improvements to the English
12413
12414 2001-10-25 [alfons]     0.6.4claws6
12415
12416         * src/gtkstext.c
12417         
12418                 make GtkSText follow style of GtkText (closes bug 
12419                 #469211 "text selection while writing message")
12420                 
12421                 do sync with GTK 1.2.10
12422
12423 2001-10-25 [paul]       0.6.4claws5
12424
12425         * src/html.c
12426                 ignore css tags in html mail
12427
12428 2001-10-25 [darko]      0.6.4claws4
12429
12430         * src/compose.c
12431                 don't declare is_url_string as static function since
12432                 we need it in gtkstext.c
12433         * src/gtkstext.c
12434                 remove unused variable
12435                 don't wrap long URLs while composing a message
12436
12437 2001-10-24 [christoph]  0.6.4claws3
12438
12439         * src/socket.c
12440                 fix ssl deadlock, when peer closes connection
12441
12442 2001-10-24 [paul]       0.6.4claws2
12443
12444         * src/prefs_common.c
12445                 gettextize the gpg ascii-armored warning message
12446
12447         * src/compose.c
12448                 insert a DOS/MAC file into the composed message
12449                 (improvements)
12450
12451         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12452
12453 2001-10-22 [paul]       0.6.4claws1
12454
12455         * sync with sylpheed 0.6.4 release
12456                 see ChangeLog entries 2001-10-21
12457
12458         * po/fr.po, po/pt_BR.po
12459                 updated by Melvin Hadasht and Fabio Junior Beneditto
12460
12461 2001-10-21 [paul]       0.6.3claws30
12462
12463         * src/compose.c
12464                 insert a DOS text file from the compose window
12465                 into the composed message text (removes CRs characters)
12466                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12467
12468         * tools/filter_conv.pl, tools/README
12469                 automatically use ~/.sylpheed as working directory
12470                 print out confirmation message on completion
12471
12472         * correct Hoa's last ChangeLog.claws entry
12473
12474 2001-10-20 [hoa]        0.6.3claws29
12475
12476         * src/grouplistdialog.c
12477                 bugfix (another ?) to give the right
12478                 newsgroups list for each news server.
12479
12480         * src/news.c
12481         * src/news.h
12482                 improve the newsgroups list cache
12483
12484 2001-10-20 [paul]       0.6.3claws28
12485
12486         * sync with sylpheed 0.6.3cvs9
12487                 see ChangeLog entry 2001-10-19
12488
12489         * correct Alfons' last ChangeLog.claws entry
12490
12491 2001-10-19 [alfons]
12492
12493         * src/pgptext.[ch]
12494                 fix compilation problems (part of bug #472895)
12495
12496 2001-10-18 [hoa]        0.6.3claws27
12497
12498         * src/grouplistdialog.c
12499                 bugfix when we refresh was clicked (bug 472701)
12500
12501 2001-10-19 [christoph]  0.6.3claws26
12502
12503         * src/compose.c
12504                 last header entry should default to "To:" or
12505                 "Newsgroups:" and not copy the last entry line
12506                 in a new compose window
12507                 (closes bug #472686, #470792)
12508
12509 2001-10-19 [paul]       0.6.3claws25
12510
12511         * sync with Sylpheed 0.6.3cvs8
12512                 see ChangeLog entries 2001-10-18 and 2001-10-19
12513
12514 2001-10-18 [christoph]  0.6.3claws24
12515
12516         * src/procmsg.c
12517                 reimplement ignore thread
12518         
12519 2001-10-18 [hoa]        0.6.3claws23
12520
12521         * src/folderview.c
12522         * src/grouplistdialog.[ch]
12523                 enhanced news subscription interface (feature 469113)
12524
12525         * src/news.c
12526         * src/news.h
12527                 enchanced newsgroup listing,
12528                 now, we can get groups informations
12529                 (NNTPGroupInfo)
12530
12531 2001-10-18 [paul]       0.6.3claws22
12532
12533         * src/summaryview.c
12534                 remove comment (sync with main branch)
12535         * src/mainwindow.c
12536                 fix 'Re-edit' bug in 'Message' menu
12537
12538 2001-10-17 [christoph]  0.6.3claws21
12539
12540         * src/compose.c
12541                 ignore empty or whitespace only header lines
12542
12543 2001-10-17 [paul]       0.6.3claws20
12544
12545         * sync with sylpheed 0.6.3cvs7
12546                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12547                 2001-10-17
12548
12549 2001-10-17 [darko]
12550
12551         * src/compose.c
12552                 wrap long lines without spaces
12553                 don't wrap URLs
12554
12555 2001-10-16 [paul]
12556
12557         * po/es.po, po/nl.po, po/pt_BR.po
12558                 updated by Ricardo Mones Lastra, Alfons,
12559                 and Fabio Junior Beneditto
12560
12561         * sylpheed-0.6.3claws released
12562
12563 2001-10-15 [melvin] 0.6.3claws18
12564
12565         * README.claws
12566                 added summary and detailed installation instructions
12567                 for spell checker
12568         * po/fr.po
12569                 Updated, corrected and completed french translation
12570
12571 2001-10-15 [hoa] 0.6.3claws17
12572         * src/grouplistdialog.c
12573                 we can choose the newsgroups to display with wildcards
12574
12575 2001-10-15 [christoph]  0.6.3claws16
12576
12577         * src/account.c
12578         * src/compose.c
12579         * src/prefs_folder_item.[ch]
12580                 applied wwp <subscript@free.fr>'s folder
12581                 default account patch
12582         * po/de.po
12583                 Fixed wrong translation
12584
12585 2001-10-13 [alfons, christoph, melvin]  
12586                         0.6.3claws15
12587
12588         solution #2 to solve MT-safety problems defers all GUI related calls
12589         to the main thread using a gtk_idle_add() callback. discussed on
12590         ircnet #sylpheed, with christoph spotting some issues with the
12591         original code, and melvin allowing us to lobotomize his sylpheed.
12592
12593         * src/syldap.[ch], src/main.c
12594                 fix race problem in ldap search thread by deferring GUI 
12595                 stuff to main thread using gtk_idle_add()
12596
12597 2001-10-13 [paul]       0.6.3claws14
12598
12599         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12600                 add Sergey's smtpcred.patch
12601                 adds separate username/password setting for SMTP Auth
12602                 needed by some servers
12603                 (closes feature request #471659)
12604
12605 2001-10-13 [paul]       0.6.3claws13
12606
12607         * src/pgptext.[ch] **NEW FILES**
12608         * src/Makefile.am, src/messageview.c, src/mimeview.c
12609                 decrypt ascii-armored gpg text embedded in
12610                 the message body.
12611                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12612
12613 2001-10-13 [christoph]  0.6.3claws12
12614
12615         * README.claws
12616                 some more details on default to and
12617                 feature requests
12618         * src/main.c
12619                 init glib threading when ldap is used
12620         * src/syldap.c
12621                 threading fixes
12622         * po/de.po
12623                 fixed a typo
12624
12625 2001-10-12 [paul]       0.6.3claws11
12626
12627         * src/prefs_common.[ch], src/rfc2015.c
12628                 enable ascii-armored gpg text to be embedded in the
12629                 message body, selectable through the 'Privacy'
12630                 preferences. Supports encrypting only.
12631                 Submitted by Ravemax <ravemax@dextrose.com>
12632
12633 2001-10-12 [paul]       0.6.3claws10
12634
12635         * sync with sylpheed 0.6.3cvs6
12636                 see ChangeLog entries 2001-10-11 and 2001-11-12
12637
12638         * src/folderview.c
12639                 incorporated mbox folders, scoring, and folder
12640                 properties into the sync
12641
12642 2001-10-12 [darko]      0.6.3claws9
12643
12644         * README.claws
12645                 describe quotation wrapping
12646         * src/compose.c
12647                 don't treat tab as space to calculate line length properly
12648
12649 2001-10-11 [alfons]
12650
12651         * README.claws
12652                 correct description of how to make new filtering system work,
12653                 add some other things
12654                 
12655         * src/syldap.c
12656                 remove sched_yield() (not necessary / unportable)
12657
12658 2001-10-11 [paul]       0.6.3claws8
12659
12660         * sync with sylpheed 0.6.3cvs3
12661                 see ChangeLog entry 2001-10-10
12662
12663 2001-10-10 [christoph]  0.6.3claws7
12664
12665         * .cvsignore
12666                 ignore 2 files created by newer autotools
12667         * src/prefs_folder_item.c
12668                 using table for widget alignment
12669                 fixed memory leak and broken octal display
12670         * src/filesel.c
12671                 fixed segfault caused by lost filename
12672                 workaround (closes bug #469551)
12673
12674 2001-10-10 [paul]       0.6.3claws6
12675
12676         * sync with sylpheed 0.6.3cvs2
12677                 see ChangeLog entries 2001-10-09 and 2001-10-10
12678
12679 2001-10-10 [darko]      0.6.3.claws5
12680
12681         * src/gtkstext.c
12682                 proper calculation of right margin if smart wrapping is enabled
12683         * src/compose.c
12684                 automatically wrap long lines if wrap quotation is enabled
12685
12686 2001-10-09 [alfons]     0.6.3.claws4
12687
12688         * src/summaryview.c
12689                 select correct row when deleting last row in the summary view (and
12690                 close bug "[ #469104 ] select second last in list when deleting")
12691
12692 2001-10-09 [paul]       0.6.3claws3
12693
12694         * sync with sylpheed 0.6.3cvs1
12695                 updated some autotool scripts
12696
12697 2001-10-09 [darko]      0.6.3claws2
12698
12699         * src/gtkstext.[ch]
12700                 new name and mark with Sylpheed comment
12701         * src/compose.c
12702                 smart quotation wrapping a-la VIM
12703
12704 2001-10-08 [paul]       0.6.3claws1
12705
12706         * sync with sylpheed 0.6.3 release
12707                 see ChangeLog entry 2001-10-08
12708
12709 2001-10-08 [paul]       0.6.2claws24
12710
12711         * src/summaryview.c
12712                 more sync with sylpheed 0.6.2cvs12
12713                 Fixed the bug that didn't select the last row correctly
12714
12715
12716 2001-10-07 [paul]       0.6.2claws23
12717
12718         * sync with sylpheed 0.6.2cvs12
12719                 see ChangeLog entry 2001-10-07
12720
12721 2001-10-06 [match]
12722         * src/jpilot.[ch]
12723                 enable jpilot to read unsynch'ed addresses.
12724
12725         * src/editldap_basedn.c
12726                 fix segfault when opening dialog.
12727
12728 2001-10-06 [alfons]     0.6.2.claws22
12729
12730         * src/summaryview.c
12731                 fix bug with summary view selecting last *inserted*
12732                 node instead of last *visible* node. remember we
12733                 work with a tree
12734
12735 2001-10-06 [paul]       0.6.2claws21
12736
12737         * po/pt_BR.po
12738                 updated translation, contains some fixes and new
12739                 translations, submitted by Gustavo Noronha Silva
12740                 <kov@debian.org>
12741
12742         * src/prefs_common.c
12743                 change 'each' to 'every' - fix dubious English
12744
12745         * sync with sylpheed 0.6.2cvs11
12746
12747 2001-10-05 [alfons]     0.6.2claws20
12748
12749         * src/mainwindow.[ch], src/folderview.c
12750                 make composite tool button switch between "Compose News"
12751                 and "Compose Mail" depending on selected folder
12752                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12753
12754 2001-10-05 [paul]       0.6.2claws19
12755
12756         * src/mainwindow.c, src/summaryview.c
12757                 fix 'Message/Reply to all', broken in last commit
12758
12759         * src/compose.c
12760                 fix X_BEENTHERE seg fault, thanks to Alfons
12761
12762 2001-10-04 [paul]       0.6.2claws18
12763
12764         * src/compose.[ch], src/mainwindow.c
12765                 make "Message/Reply" reply to mailing lists; matches
12766                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12767                 based on portions of the patch submitted by
12768                 Junichi Uekawa <dancer@netfort.gr.jp>
12769
12770 2001-10-04 [darko]      0.6.2claws17
12771
12772         * src/compose.c
12773                 better smart wrapping
12774         * src/gtkstext.[hc]
12775                 a function to make text buffer contiguous
12776
12777 2001-10-03 [paul]       0.6.2claws16
12778
12779         * sync with sylpheed 0.6.2cvs10
12780
12781 2001-10-02 [alfons]
12782
12783         * configure.in
12784         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12785                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12786                 references to chinese translations (hope someone picks up
12787                 this)
12788
12789 2001-10-02 [christoph]  0.6.2claws15
12790
12791         * src/compose.c
12792                 fixed non translated header bug
12793         * ChangeLog.claws
12794                 fixed wrong date in alfons last entry ;)
12795
12796 2001-10-02 [alfons]     0.6.2claws14
12797
12798         * src/compose.c, src/prefs_common.[ch]
12799                 add block cursor option
12800
12801 2001-10-02 [paul]       0.6.2claws13
12802
12803         * sync with sylpheed 0.6.2cvs9
12804
12805 2001-09-30 [paul]       0.6.2claws12
12806
12807         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12808                 updated translations
12809
12810         * po/POTFILES.in
12811                 add 'src/importldif.c'
12812
12813         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12814                 added eudora-to-vCard conversion tool
12815                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12816
12817         * sync with sylpheed 0.6.2cvs8
12818
12819 2001-09-30 [paul]
12820
12821         * sylpheed-0.6.2claws released
12822
12823 2001-09-27 [melvin]     0.6.2claws11
12824
12825         * src/gtkspell.c
12826                 fixed crash when using default path (introduced 
12827                 in 0.6.2claws10)
12828                 fixed tiny bug for initial suggestion mode
12829
12830 2001-09-27 [melvin]     0.6.2claws10
12831         
12832         * src/gtkspell.c
12833                 fixed bug where gtkpspell didn't set the path correctly
12834
12835         * README.claws
12836                 added a paragraph about spell checking
12837                 
12838
12839
12840 2001-09-27 [paul]       0.6.2claws9
12841
12842         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12843                 replace '// comments' with '/* comments */' to prevent
12844                 some compiler warnings 
12845
12846         * sync with sylpheed 0.6.2cvs6
12847
12848 2001-09-26 [alfons]     0.6.2claws8
12849
12850         * src/messageview.c
12851                 introduce return receipt request notification again,
12852                 which was lost because of other semantics in 
12853                 procheader_parse() (???)
12854
12855 2001-09-26 [christoph]  0.6.2claws7
12856
12857         * src/compose.c
12858                 replace comments for old code with #if 0
12859                 readded auto cc, bcc and reply-to
12860         * src/prefs_matcher.c
12861         * src/prefs_scoring.c
12862                 removed some definition (was moved to
12863                 prefs.h)
12864
12865 2001-09-26 [paul]       0.6.2claws6
12866
12867         * src/mainwindow.c
12868                 make 'Follow-up and reply to' sensitive
12869
12870         * more sync with sylpheed 0.6.2cvs5
12871
12872 2001-09-25 [melvin]
12873
12874         * 0.6.2claws5
12875
12876         * src/gtkspell.c
12877                 fixed bug for "US-ASCII" introduced by the encoding code
12878
12879 2001-09-25 [paul]
12880
12881         * 0.6.2claws4
12882
12883         * src/prefs_common.[ch], src/summaryview.c
12884                 'next unread msg' 'go to next folder?' dialog can be
12885                 given default behaviour, either always show dialog,
12886                 or assume 'yes', or assume 'no'
12887                 Submitted by wwp <subscript@free.fr>
12888
12889 2001-09-25 [melvin]
12890                 
12891         * src/compose.c src/gtkspell.[ch]
12892                 added support for different encodings
12893
12894 2001-09-25 [paul]
12895
12896         * more sync with sylpheed 0.6.2cvs5
12897
12898 2001-09-24 [alfons]
12899         
12900         * src/prefs_folder_item.c
12901                 add check for item->prefs->default_to string is NULL and
12902                 add another check when freeing this string
12903
12904 2001-09-24 [paul]
12905
12906         * configure.in
12907                 change to version 0.6.2claws3
12908
12909         * sync with sylpheed 0.6.2cvs5 
12910
12911 2001-09-24 [match]
12912         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12913                 import LDIF files.
12914         * src/addrcache.[ch], addrindex.[ch]
12915                 small update for future
12916         * src/addrbook.c
12917                 fix test XML file.
12918
12919 2001-09-24 [melvin]
12920         * src/gtkspell.[ch]
12921                 added 'Learn from mistakes' option
12922                 better handling of quotes in checked words
12923                 sorted dict list
12924         * po/fr.po
12925                 small update for spell checking stuff
12926
12927 2001-09-23 [alfons]
12928         
12929         * src/gtkspell.c
12930                 edit a little bit so it complies more with main coding style
12931
12932 2001-09-23 [alfons]
12933
12934         * src/folder.[ch], prefs_folder_item.c, compose.c
12935                 migrate "request return receipt" folder property
12936                 to folderlist.xml
12937
12938 2001-09-22 [alfons]
12939
12940         * README.claws **NEW**
12941                 (add things of interest for users of main branch 
12942                 and claws here)
12943
12944         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12945                 re-implement threading per folder option, but store 
12946                 the setting in folderlist.xml (where it belongs)
12947
12948 2001-09-21 [melvin]
12949
12950         * src/gtkspell.[ch]
12951                 fixed bug when compose window is under another window
12952         * src/prefs_common.[ch] src/compose.c
12953                 changed 'dictionary_path' to 'dictionary' to be consistent
12954                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12955         * ac/pspell.m4 src/Makefile.am 
12956                 dropped PSPELL_PATH macro
12957         * po/fr.po
12958                 updated translations
12959
12960 2001-09-21 [christoph]
12961
12962         * src/compose.c
12963                 added border around header fields
12964                 keep header type when new field is added
12965
12966 2001-09-20 [christoph]
12967
12968         * src/utils.[ch]
12969                 more portable debug_print with source filename
12970                 and linenumber
12971         * src/procmsg.c
12972                 more newlines after debug messages
12973
12974 2001-09-20 [paul]
12975
12976         * configure.in
12977                 change to version 0.6.2claws2
12978
12979         * sync with sylpheed 0.6.2cvs3
12980
12981 2001-09-19 [melvin]
12982
12983         * src/gtkspell.c
12984                 fixed the post-right-click focus pb
12985                 fixed crash when 'Spell check all' after dict change 
12986                         and when cursor is at the end of the text
12987                 shift-right-click pops up config menu even on misspelled words.
12988         * po/POTFILES.in
12989                 added gtkspell.c
12990
12991 2001-09-19 [melvin]
12992
12993         * src/about.c
12994                 added pspell to compiled-in features list
12995
12996 2001-09-18 [melvin]
12997
12998         * switched to pspell and dropped ispell
12999         * ac/pspell.m4
13000                 new file. autoconf macro for pspell
13001         * ac/Makefile.am 
13002         * configure.in acconfig.h
13003                 added pspell support
13004         * src/Makefile.am
13005         * src/main.c src/compose.[ch] src/gtkspell.[ch]
13006         * src/prefs_common.[ch] 
13007                 added pspell support
13008
13009 2001-09-18 [christoph]
13010
13011         * src/addr_compl.c
13012         * src/template.[ch]
13013                 replace LOG_MESSAGE with debug_print
13014         * src/compose.[ch]
13015                 gui improvements
13016         * src/menu.c
13017                 added newline after debug message
13018         * src/utils.h
13019                 using __VA_ARGS__ for debug_print macro
13020         * tools/.cvsignore
13021                 ignore Makefile and Makefile.in
13022
13023 2001-09-18 [paul]
13024
13025         * configure.in
13026                 change to version 0.6.2claws1
13027         * sync with sylpheed 0.6.2cvs1
13028
13029         * src/matcher.c 
13030         * src/prefs_matcher.c
13031                 add 'score equal to' option, submitted by
13032                 Paul Evans <nerd@freeuk.com>
13033
13034 2001-09-15 [christoph]
13035
13036         * src/mainwindow.c
13037                 comment out menu entry not existing in claws
13038         * src/menu.c
13039                 add debug output for non existing menu entries
13040         * src/summaryview.c
13041                 fix next/prev unread message for ignored threads
13042         * src/utils.[ch]
13043                 add sourcefile and line number to debug output
13044                 otherwise it is sometimes hard to find the
13045                 source code part if debug messages are translated
13046
13047 2001-09-14 [darko]
13048         
13049         * src/folderview.c
13050                 refresh target folder style after colour is changed
13051
13052 2001-09-13 [paul]
13053
13054         * configure.in
13055                 change to version 0.6.1claws3
13056
13057         * sync with sylpheed 0.6.1cvs6
13058
13059 2001-09-13 [darko]
13060         
13061         * src/folderview.c
13062                 fix target folder colourization to use user selected colour
13063
13064 2001-09-12 [darko]
13065         
13066         * src/summaryview.c
13067                 fix crash when message that is marked for copy/move is unmarked
13068
13069 2001-09-09 [paul]
13070
13071         * configure.in
13072                 change to version 0.6.1claws2
13073
13074         * sync with sylpheed 0.6.1cvs3
13075
13076 2001-09-09 [alfons]
13077         
13078         * src/folderview.c
13079                 fix bug with default font used for trash folder text
13080
13081 2001-09-06 [paul]
13082
13083         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13084                 updated translations
13085
13086         * configure.in
13087                 change to version 0.6.1claws1
13088
13089         * sync with sylpheed 0.6.1cvs2
13090
13091 2001-09-03 [paul]
13092
13093         * po/POTFILES.in
13094                 add Match's new addressbook
13095
13096         * po/de.po
13097                 updated translation submitted by Jens Oberender
13098
13099 2001-09-02 [paul]
13100
13101         * configure.in
13102                 change to 0.6.1claws
13103         * sync with sylpheed 0.6.1 release
13104
13105 2001-09-02 [paul]
13106
13107         * configure.in
13108                 change to 0.6.0claws2
13109
13110         * sync with sylpheed 0.6.0cvs4
13111
13112         * po/pt_BR.po
13113                 updated translation submitted by Fabio Junior Beneditto
13114
13115 2001-09-01 [match]
13116         * pixmaps/
13117                 interface.xpm
13118                 book.xpm
13119                 address.xpm
13120         * src/
13121                 Makefile.am
13122                 a ton of new files
13123
13124 2001-08-31 [paul]
13125
13126         * configure.in
13127                 change to version 0.6.0claws1
13128
13129         * sync with sylpheed 0.6.0cvs1
13130
13131         * po/es.po
13132                 updated translation submitted by Ricardo Mones Lastra
13133
13134         * po/POTFILES.in
13135                 add 'src/prefs_templates.c'
13136
13137         * src/compose.c, src/summaryview.c
13138                 fix segfault on 'Re_edit'               
13139
13140 2001-08-30 [alfons]
13141
13142         * configure.in, Makefile.am
13143         * tools/Makefile.am
13144                 add tools directory to source distribution
13145
13146 2001-08-30 [paul]
13147
13148         * configure.in
13149                 change to version 0.6.0claws
13150
13151         * sync with sylpheed 0.6.0 release
13152
13153 2001-08-30 [christoph]
13154
13155         * configure.in
13156                 removed autoconf version check
13157
13158 2001-08-30 [paul]
13159
13160         * src/account.c, src/compose.c, src/prefs_common.[ch]
13161         * src/procheader.[ch] src/utils.[ch]
13162                 Enhanced automatic account selection on replies
13163                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13164
13165         * configure.in
13166                 add LDAP and JPilot to the configuration results output.
13167
13168 2001-08-29 [christoph]
13169
13170         * src/summeryview.c
13171                 no bold font for ignored threads
13172
13173 2001-08-29 [paul]
13174
13175         * configure.in
13176                 change to version 0.5.3claws6
13177
13178         * sync with sylpheed 0.5.3cvs10
13179                 src/stringtable.[ch]: New Files
13180
13181         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13182         * src/pixmaps/sylpheed.xpm
13183                 add mini-icons to windows (by Alfons)
13184
13185 2001-08-27 [paul]
13186
13187         * src/mainwindow.c
13188                 new functions: next_labeled_cb(), prev_labeled_cb()
13189
13190         * src/summaryview.c
13191                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13192                 summary_select_next_labeled(), summary_select_prev_labeled()
13193
13194         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13195                 give claws blue folders and a blue trash can
13196
13197 2001-08-27 [paul]
13198
13199         * configure.in
13200                 change to version 0.5.3claws5
13201
13202         * sync with sylpheed 0.5.3cvs9
13203                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13204
13205 2001-08-24 [christoph]
13206
13207         * src/filesel.c
13208                 keep filename when browsing directories
13209                 (not working for user entered filename, but
13210                  for default name and selected filename from
13211                  file list)
13212         * src/mainwindow.c
13213                 fixed wrong spelling "Folllow-up"
13214         * src/mbox_folder.c
13215         * src/procmsg.c
13216         * src/summaryview.c
13217                 fixed new/unread message count with ignored
13218                 threads (2 commits, first didn't notice no
13219                 longer needed decreasing)
13220         * src/inc.c
13221                 readded scrolling of progress dialog
13222                 (lost in sync)
13223
13224 2001-08-24 [paul]
13225
13226         * configure.in
13227                 change to 0.5.3claws4
13228
13229         * sync with sylpheed 0.5.3cvs7
13230
13231 2001-08-24 [christoph]
13232
13233         * src/compose.c
13234                 set request return receipt when replying
13235                 if it is set is the folder prefs of the
13236                 message
13237         * src/inc.c
13238                 disable final error popup if popups are
13239                 disabled in config (again)
13240
13241 2001-08-23 [paul]
13242
13243         * configure.in
13244                 Change version number to 0.5.3claws3
13245
13246         * sync with sylpheed 0.5.3cvs5
13247
13248         * src/mimeview.c
13249                 double quote '%s' in 'gedit %s' to fix bug when
13250                 opening attachment with spaces in the name
13251
13252 2001-08-22 [alte]
13253         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13254           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13255                 initial message templates support
13256
13257
13258 2001-08-22 [paul]
13259
13260         * configure.in
13261                 change version number to 0.5.3claws2
13262
13263         * sync with sylpheed 0.5.3cvs4
13264
13265         * src/procmsg.h src/summaryview.c
13266                 re-implement (un)ignore thread
13267
13268 2001-08-21 [paul]
13269
13270         * src/summaryview.c
13271                 remove unnecessary code
13272         * src/compose.c
13273                 enable 'dynamic' signatures (submitted by
13274                 Eric Limpens <eric@hscg-internet.nl>)
13275
13276 2001-08-21 [paul]
13277
13278         clean up after sync with sylpheed 0.5.3 release
13279
13280         * src/folderview.c
13281                 fix re-introduced font mess, see Christoph's
13282                 entry 2001-06-24
13283
13284         * src/summaryview.c
13285                 remove prev_msgnum
13286                 use sylpheed's small font instead of
13287                 gtk default font for summary view
13288
13289
13290 2001-08-17 [paul]
13291
13292         * configure.in
13293                 add pl to ALL_LINGUAS - sync with main branch
13294
13295         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13296                 Updated. Translations by Jens Oberender, Ricardo Mones
13297                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13298
13299         * po/pl.po  ** NEW FILE **
13300                 sync with the main branch
13301
13302         * src/folderview.c
13303                 fix target folder colorizing and refresh problem
13304
13305
13306 2001-08-17 [christoph]
13307
13308         * src/mainwindow.c
13309                 claws uses 4 colors for target folder coloring.
13310                 arrays were not long enough and destroyed the
13311                 stack causing a segfault.
13312                 target folder colorizing does not work anymore
13313                 for me
13314
13315 2001-08-16 [paul]
13316
13317         * configure.in
13318                 change to version 0.5.3claws1
13319
13320         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13321           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13322           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13323
13324                 sync with sylpheed 0.5.3 release, but keep claws method of
13325                 configuring/saving fonts
13326
13327         * src/addressbook.[ch]
13328                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13329                 in line with a similar change in Hiroyuki's branch
13330
13331         * src/mainwindow.[ch]
13332                 disable main_window_set_thread_option()
13333         * src/prefs_folder_item.c
13334                 comment out &tmps_prefs.enable_thread,
13335         * src/mbox_folder.c, src/procmsg.[ch]
13336                 comment out MSG_IS_IGNORE_THREAD
13337         * src/summaryview.c
13338                 comment out summary_ignore_thread() and summary_unignore_thread()
13339                 comment out MSG_IS_IGNORE_THREAD
13340
13341                 use Hiroyuki's threading instead.
13342
13343
13344
13345 2001-08-15 [paul]
13346
13347         * src/account.c
13348                 use Hiroyuki's 0.5.3 column scheme but also
13349                 include the enable/disable button.
13350         * src/pixmaps/mark.xpm
13351                 add Hiroyuki's amended pixmap
13352
13353 2001-08-13 [christoph]
13354
13355         * src/account.c
13356                 receive at get all column showed wrong state for APOP
13357                 button should only work for POP3 and APOP accounts
13358         * src/prefs_account.c
13359                 added missing preprocessor statement for SSL
13360
13361 2001-08-12 [paul]
13362
13363         * src/account.[ch]
13364                 add 'receive at get all' column and enable/disable
13365                 button.
13366
13367 2001-08-06 [christoph]
13368
13369         * src/account.c
13370                 show usage of SSL in protocol column
13371
13372         * src/imap.c
13373         * src/inc.c
13374                 renamed ssl options
13375
13376         * src/prefs_account.[ch]
13377                 moved ssl options to a new page
13378
13379         * src/send.c
13380         * src/smtp.c
13381         * src/ssl.[ch]
13382                 renamed ssl options
13383                 added support for SMTP STARTTLS command
13384
13385 2001-08-05 [christoph]
13386
13387         * configure.in
13388                 debian autoconf needs version check to find
13389                 correct autoconf version. if the file is
13390                 named configure.in 2.13 is used, which does
13391                 not work with this configure.in script.
13392                 other solution would be to rename the script
13393                 to configure.ac as suggested in the autoconf
13394                 manual.
13395
13396         * src/inc.c
13397                 disable final error popup if popups are
13398                 diabled in config
13399
13400         * src/socket.c
13401                 bugfix in ssl_gets
13402                 fixes IMAP over SSL problem
13403
13404 2001-08-03 [paul]
13405
13406         * configure.in
13407                 change to 0.5.2claws1
13408
13409         * sync with sylpheed 0.5.2cvs1
13410
13411 2001-08-02 [alfons]
13412
13413         * configure.in
13414                 quick fix for ispell detection...
13415
13416 2001-08-01 [paul]
13417
13418         * configure.in
13419                 change to 0.5.1claws4
13420
13421         * sync with sylpheed 0.5.1cvs7
13422
13423 2001-07-31 [alfons]
13424
13425         * src/prefs_common.c, src/prefs_common.h, 
13426           src/gtkspell.c, src/gtkspell.h
13427                 add global spelling checker settings (compose tab) +
13428                 selection of dictionary 
13429           
13430         * configure.in  
13431                 guess valid ispell location
13432
13433 2001-07-31 [paul]
13434
13435         * po/POTFILES.in
13436                 removal of 'src/quote_fmt_parse.c'
13437         * po/de.po
13438                 Updated de.po
13439                 (submitted by Jens Oberender <didge@suse.de>)
13440
13441 2001-07-31 [darko]
13442
13443         * src/folder.[ch]
13444         * src/folderview.[ch]
13445         * src/mainwindow.c
13446         * src/mh.c
13447         * src/prefs_common.[ch]
13448         * src/summaryview.c
13449                 target folder colourization
13450
13451 2001-07-30 [paul]
13452
13453         more sync with Sylpheed 0.5.1cvs6 
13454
13455 2001-07-30 [darko]
13456
13457         * src/mh.c
13458         * src/prefs_folder_item.[hc]
13459         * src/summaryview.c
13460                 shared folders support with a GUI
13461
13462 2001-07-29 [paul]
13463
13464         0.5.1claws3
13465
13466         * sync with Sylpheed 0.5.1cvs6
13467
13468 2001-07-29 [paul]
13469
13470         * po/pt_BR.po
13471                 updated
13472                 (submitted by Fabio Junior Beneditto)
13473
13474 2001-07-28 [paul]
13475
13476         * src/procmime.c
13477         * AUTHORS
13478                 patch to correct bad image mime headers
13479                 (submitted by Don Quijote <dq@searchlores.org>)
13480
13481 2001-07-28 [paul]
13482
13483         * tools/gif2xface.pl   **NEW FILE**
13484         * tools/README
13485                 script to convert file.gif to file.xface for
13486                 use in a custom header.
13487                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13488
13489 2001-07-27 [alfons]
13490         
13491         * configure.in
13492                 change macros for detecting JPilot and LDAP
13493
13494 2001-07-27 [christoph]
13495
13496         * src/filtering.c
13497                 code cleanup (MIN / MAX warning, needed casting)
13498
13499 2001-07-27 [alfons]
13500
13501         * procheader.c
13502                 disallow setting flags when detecting certain headers
13503                 (X-Status, Status, Seen, X-Seen). 
13504         
13505         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13506
13507 2001-07-27 [christoph]
13508
13509         * src/prefs_filter.c
13510         * src/prefs_filtering.c
13511         * src/prefs_matcher.c
13512         * src/prefs_scoring.c
13513                 scroll list when moving rows up or down
13514
13515         * src/imap.c
13516         * src/imap.h
13517         * src/prefs_account.c
13518         * src/prefs_account.h
13519         * src/send.c
13520                 SMTP over SSL (untested, feedback requested)
13521                 IMAP over SSL
13522
13523         * src/ssl.c
13524                 code cleanup
13525
13526 2001-07-26 [alfons]
13527         
13528         * configure.in, acconfig.h
13529                 define CLAWS (need this for main / claws detection)
13530
13531 2001-07-25 [alfons]
13532
13533         * configure.in
13534                 Sylpheed 0.5.1claws2
13535                 
13536         * sync with Sylpheed 0.5.1cvs4
13537
13538 2001-07-25 [christoph]
13539
13540         * src/scoring.c
13541                 fixed segfault
13542                 item->prefs == NULL (don't know why)
13543
13544 2001-07-25 [alfons]
13545
13546         * configure.in
13547                 Sylpheed 0.5.1claws1
13548
13549         * sync with Sylpheed 0.5.1cvs1-3
13550
13551 2001-07-24 [christoph]
13552
13553         * src/folderview.c
13554         * src/prefs_folder_item.[ch]
13555                 added folderitem preferences dialog with
13556                 default To: and auto request return receipt
13557
13558         * src/compose.[ch]
13559         * src/menu.[ch]
13560                 changes to handle new folderitem preferences
13561
13562         * src/mainwindow.c
13563         * src/summaryview.c
13564                 call compose new mail with current folderitem
13565
13566 2001-07-24 [alfons]
13567
13568         Release Sylpheed 0.5.1claws
13569
13570         * configure.in
13571                 change to release version 0.5.1claws
13572
13573 2001-07-24 [christoph]
13574
13575         * src/summaryview.c
13576                 fixed segfault that happend when the selected
13577                 message was removed while retrieving new messages.
13578
13579         * po/es.po
13580                 updated translation
13581                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13582
13583 2001-07-22 [alfons]
13584
13585         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13586         this is a work in progress, for more information: http://nlpagan.net/sylman 
13587         
13588         * configure.in, src/mainwindow.c, manual/Makefile.am
13589                 add support for English manual
13590
13591         * AUTHORS
13592                 add authors of user manuals
13593
13594         * manual/en/sylpheed*.html
13595                 add English documentation
13596
13597 2001-07-22 [christoph]
13598
13599         * po/POTFILES.in
13600                 added src/ssl.c
13601         * src/ssl.c
13602                 changed a wrong debug message
13603
13604 2001-07-22 [alfons]
13605
13606         * po/nl.po
13607                 update Dutch translation
13608
13609         * src/prefs_filtering.c, 
13610           src/prefs_matcher.c
13611                 add more translatable strings           
13612
13613 2001-07-21 [alfons]
13614
13615         0.5.0claws7
13616
13617         * configure.in
13618                 change version
13619
13620         * src/inc.c, src/summaryview.[ch]
13621                 prevent update of mark file when filtering has done, by
13622                 using a variable; this affects two functions:
13623                         inc.c::inc_finished()
13624                         summaryview.c::summary_show()
13625
13626 2001-07-20 [alfons]
13627
13628         * src/filtering.[ch], src/prefs_filtering.c, 
13629           src/matcher.[ch]
13630                 add filtering action for label coloring 
13631
13632         * po/POTFILES.in
13633                 add labelcolors.c
13634
13635         * added src/labelcolors.c
13636         * added src/labelcolors.h
13637         * src/Makefile.am, src/summaryview.c
13638                 rearrange label coloring code
13639
13640         * src/procmsg.h
13641                 add more parentheses so label colouring works correctly
13642
13643         * src/filtering.c
13644                 don't really delete message, but move it to Trash
13645
13646         * src/prefs_matcher.c
13647                 add quote options to info dialog
13648
13649 2001-07-20 [christoph]
13650
13651         * src/Makefile.am
13652         * src/inc.c
13653         * src/main.[ch]
13654         * src/socket.h
13655         * src/ssl.[ch] (new)
13656                 moved ssl stuff to a seperate file
13657
13658 2001-07-20 [darko]
13659
13660         * src/summaryview.c
13661                 fix show sender using address book with no e-mail
13662                 address in From: field
13663
13664 2001-07-19 [alfons]
13665
13666         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13667                 fix messy handling of escaping... now at least the
13668                 execute command is useful. escape char is '\', we
13669                 accept \n and \r too. 
13670
13671                 Real life example:
13672                 
13673                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13674                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13675
13676 2001-07-18 [alfons]
13677
13678         0.5.0claws6
13679
13680         * src/summaryview.c
13681                 clean up
13682
13683         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13684           src/procmsg.[ch]
13685                 revise filtering; currently move, copy, marking have
13686                 been tested. if you like bleeding edge stuff, you
13687                 should definitely go for this version :)
13688
13689         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13690
13691 2001-07-17 [christoph]
13692
13693         * src/utils.c
13694                 timestamp log
13695
13696 2001-07-17 [alfons]
13697
13698         0.5.0claws5
13699
13700         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13701           bits in the mark file, without affecting either branch. Lots of
13702           files changed, also in claws branch.
13703
13704           UNTESTED: use of mbox folders
13705
13706         * src/summaryview.c
13707                 added mark all read; however this was a quick hack used for
13708                 cleaning up mess after initial merge with Hiroyuki
13709
13710         * configure.in
13711                 change claws version number back to 0.5.0claws5 to clear up 
13712                 confusion & pretension (recent release was technically 
13713                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13714
13715 2001-07-16 [alfons]
13716
13717         sync with Hiroyuki's 0.5.0cvs4
13718
13719 2001-07-16 [alfons]
13720
13721         0.5.1claws3
13722
13723         * src/filtering.[ch]
13724                 remove invalid updating of mark files for 
13725                 filter actions MATCHING_ACTION_MOVE and 
13726                 MATCHING_ACTION_DELETE; this should fix the
13727                 folder update bug
13728                 
13729         * src/procmsg.c
13730                 revert Christoph's stab at fixing the folder 
13731                 update bug
13732
13733         * po/POTFILES.in
13734                 add missing files with translatable strings
13735
13736         * src/summaryview.c
13737                 remove debug print
13738
13739 2001-07-15 [alfons]
13740
13741         * src/addr_compl.[ch], src/prefs_filtering.c
13742                 make "filtering pref dialog's destination entry" an
13743                 "address completable entry", if filter destination is 
13744                 an email address
13745
13746         0.5.1claws2
13747         
13748         sync with Hiroyuki's 0.5.0cvs2-3
13749
13750 2001-07-15 [christoph]
13751
13752         * src/procmsg.c
13753                 fixed folder stats update after incorporation
13754
13755 2001-07-15 [alfons]
13756
13757         * src/summaryview.c
13758                 * finish label colouring stuff (for now)
13759                 * fix incorrect colour bug (off by one) 
13760
13761 2001-07-14 [alfons]
13762
13763         * src/mainwindow.c
13764                 change text labels for news and mail message so there's
13765                 plenty of toolbar estate left
13766
13767         * configure.in
13768                 0.5.1claws1
13769
13770         * src/folderview.c
13771           src/folder.[ch]
13772                 sync with Hiroyuki's 0.5.0cvs1
13773
13774         * src/summaryview.c
13775                 more rewrite label colouring
13776
13777 2001-07-14 [alfons]
13778
13779         * src/summaryview.[ch]
13780                 * start rewrite label colouring 
13781                 * fix proper location "Add Sender To Addressbook" menu item
13782
13783 2001-07-13
13784
13785         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13786         (actually this is 0.5.0claws4)
13787
13788 2001-07-13 [alfons]
13789
13790         * po/pt_BR.po
13791                 * fix duplicate message
13792                 * add updated Portugese / Brazilian translation
13793                   submitted by Fabio Junior Beneditto
13794
13795 2001-07-12 [alfons]
13796
13797         * AUTHORS
13798                 add Jens
13799
13800         * po/nl.po
13801                 add updated Dutch translation
13802
13803         * po/de.po
13804                 add updated German translation submitted by Jens
13805
13806 2001-07-11 [alfons]
13807
13808         Prerelease before 0.5.0claws. Please test.
13809         This version is temporarily tagged as VERSION_0_5_0_TEST
13810
13811         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13812           src/prefs_scoring.c, src/prefs_matcher.c, 
13813           src/prefs_filtering.c, src/mbox.c, 
13814           src/main.c, src/inc.c, src/filtering.[ch]
13815                 revert new Hoa's new matcher (does not work yet)
13816
13817         * src/Makefile.am
13818                 clean up
13819
13820 2001-07-10
13821
13822         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13823
13824
13825 2001-07-10 [alfons]
13826
13827         * Makefile.am
13828                 add ChangeLog.claws to EXTRA_DIST
13829         * src/Makefile.am
13830                 add matcher_parser_parse.h to EXTRA_DIST
13831
13832 2001-07-10 [christoph]
13833
13834         * src/inc.c
13835                 add destination folder to table of
13836                 folders that need to be updated after
13837                 incorporation
13838
13839 2001-07-10 [alfons]
13840
13841         * folder.[ch]
13842           folderview.c
13843                 make collapse state of folders and folder items persistent, i.e.
13844                 if you collapse a folder tree, the next time sylpheed-claws starts 
13845                 up the folder tree remains collapsed.  
13846                 
13847 2001-07-10 [christoph]
13848
13849         * acconfig.h
13850         * configure.in
13851                 added --enable-ssl
13852         * src/md5.[ch]
13853                 renamed MD5_CTX to MD5_CTX_syl
13854                 conflicts with a struct in openssl
13855         * src/inc.c
13856         * src/main.[ch]
13857         * src/prefs_account.[ch]
13858         * src/socket.[ch]
13859                 SSL support for POP
13860         * src/mainwindow.c
13861                 fixed compose with current account
13862                 broken by new compose button stuff
13863
13864 2001-07-09 [hoa]
13865
13866         * AUTHORS
13867                 changed my email address
13868
13869         * src/matcher_parser_parse.y
13870                 clean the parser to remove conflicts
13871
13872 2001-07-09 [alfons]
13873
13874         * AUTHORS
13875                 add Match Grun
13876
13877         * configure.in
13878                 fix incorrect description of --enable-ldap parameter
13879
13880         * src/prefs_common.[ch]
13881           src/compose.c
13882                 add experimental option "smart wrapping" which makes the
13883                 compose editor auto wrap.
13884                 
13885                 | TODO: the problem with the buggy cursor handling is caused |
13886                 | by the GtkText. when deleting / backspacing text its       |
13887                 | wrapping algorithm does not take in account the previous   |
13888                 | line. should find a way to hack this in.                   |
13889                 | or should perhaps combine this with the word wrapping      |
13890                 | patch i wrote in january.                                  |
13891
13892         * src/about.c
13893                 show build parameters for LDAP and JPilot
13894
13895         * src/summaryview.c
13896                 revert Christoph's bugfix for selecting next unread message, 
13897                 because folder stats aren't updated correctly
13898
13899 2001-07-08 [hoa]
13900
13901         * src/filtering.c
13902         * src/mainwindow.c
13903         * src/matcher.c
13904         * src/matcher_parser_lex.l
13905         * src/matcher_parser_parse.y
13906         * src/prefs_filtering.c
13907         * src/prefs_scoring.c
13908         * src/scoring.c
13909                 bugfix of the config file parser
13910
13911 2001-07-08 [alfons]
13912
13913         * src/Makefile.am
13914                 added generated matcher sources to BUILT_SOURCES
13915
13916 2001-07-08 [hoa]
13917
13918         * src/Makefile.am
13919         * src/.cvsignore
13920                 added new config file parser
13921
13922         * src/scoring.[ch]
13923         * src/filtering.[ch]
13924         * src/matcher.[ch]
13925         * src/prefs_filtering.c
13926         * src/prefs_matcher.c
13927         * src/prefs_scoring.c
13928         * added src/matcher_parser.h
13929         * added src/matcher_parser_lex.h
13930         * added src/matcher_parser_lex.l
13931         * added src/matcher_parser_parse.y
13932                 lex & yacc config file parser
13933
13934         * src/mbox.c
13935         * src/inc.c
13936         * src/main.c
13937                 changes prefs_filtering into global_filtering           
13938
13939         * src/summaryview.c
13940                 build threads with subjects only if "Re: " is at the
13941                 beginning of the subject
13942
13943 2001-07-07 [paul]
13944
13945         0.5.0claws
13946
13947         sync with sylpheed 0.5.0
13948                 change of version number only
13949
13950 2001-07-06 [paul]
13951
13952         0.5.0claws5
13953
13954         sync with sylpheed 0.5.0pre5
13955
13956 2001-07-05 [paul]
13957
13958         sync with sylpheed 0.5.0pre4 release
13959                 /po and /manual/ja not sync'ed
13960
13961 2001-07-04 [paul]
13962
13963         more sync with sylpheed 0.5.0pre4
13964
13965 2001-07-03 [christoph]
13966
13967         * src/addressbook.c
13968                 fixed address book broken by address book
13969                 for VCard, JPilot, LDAP
13970
13971 2001-07-03 [alfons]
13972
13973         * src/matcher.c
13974         * src/textview.c
13975                 stopped memory leaks
13976
13977 2001-07-03 [paul]
13978
13979         more sync with sylpheed 0.5.0pre4
13980
13981 2001-07-02 [match]
13982
13983         * included address book patch for VCard, JPilot, LDAP
13984         * pref_common.c - fixed Font options on Display tab (cosmetic)
13985         * alertpanel.c - fixed truncated message
13986
13987 2001-07-02 [christoph]
13988
13989         * src/mbox_folder.c
13990         * src/procmsg.[ch]
13991         * src/summaryview.c
13992                 mark threads for ignoring
13993
13994 2001-07-02 [paul]
13995
13996         0.5.0claws4
13997
13998         * sync with sylpheed 0.5.0pre4
13999                 updated gettext to 0.10.38.
14000
14001 2001-07-01 [paul]
14002
14003         * src/ mainwindow.c
14004         * src/procmsg.h
14005         * src/summaryview.[ch]
14006                 new right-click option: Label.
14007                 substitute for 'Mark-->Mark/Unmark', colours the line.
14008                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
14009
14010 2001-07-01 [christoph]
14011
14012         * src/folderview.c
14013                 fixed font for trash
14014         * src/summaryview.c
14015                 move ctree to unread message
14016
14017 2001-07-01 [paul]
14018
14019         * sync with sylpheed 0.5.0pre3 release
14020
14021 2001-06-30 [alfons]
14022
14023         * src/filesel.[ch]
14024         * src/compose.c
14025                 allow inserting / attaching multiple files in
14026                 the composer window
14027
14028 2001-06-30 [paul]
14029
14030         * src/codeconv.c
14031                 small change to Alfons' previous stuff so that it
14032                 actually makes
14033
14034 2001-06-30 [alfons]
14035
14036         * lots of files changed; first attempt to merge the changes
14037           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
14038
14039 2001-06-30 [paul]
14040
14041         * po/pt_BR.po
14042                 updated and completed, translations by Fabio
14043                 Junior Beneditto <fjbeneditto@yahoo.com.br>
14044
14045 2001-06-29 [alfons]
14046
14047         * src/compose.c
14048         * src/mimeproc.[ch]
14049                 allow selecting an attached files' mime type from a 
14050                 list of types.
14051
14052 2001-06-29 [paul]
14053
14054         * more sync with sylpheed 0.5.0pre3
14055
14056 2001-06-29 [paul]
14057
14058         * po/pt_BR.po
14059                 merge with sylpheed.pot and pt_BR.po provided by
14060                 Fabio Junior Beneditto.
14061
14062 2001-06-29 [darko]
14063
14064         * src/procmime.c
14065                 make MIME types case insensitive
14066
14067 2001-06-28 [alfons]
14068
14069         * po/nl.po
14070                 merge with sylpheed.pot and old nl.po; translations added.
14071
14072 2001-06-28 [paul]
14073
14074         * more sync with sylpheed 0.5.0pre3
14075
14076 2001-06-27 [alfons]
14077
14078         * src/summaryview.c
14079                 don't crash when removing parent node of messages
14080                 attracted by subject. this was caused by not deleting
14081                 the parent node from the subject line hash table.
14082
14083 2001-06-27 [alfons]
14084
14085         * src/summaryview.c
14086         * src/compose.[ch]
14087         * src/mainwindow.c
14088                 if there are multiple messages selected, allow forwarding
14089                 them as attachments.
14090
14091 2001-06-27 [paul]
14092
14093         * more sync with sylpheed 0.5.0pre3
14094
14095 2001-06-26 [paul]
14096
14097         0.5.0claws3
14098
14099         * sync with sylpheed 0.5.0pre3
14100
14101 2001-06-25 [paul]
14102
14103         * src/mainwindow.c
14104                 fixed 'compose news article' bug
14105                 from icon-and-text toolbar
14106
14107 2001-06-25 [paul]
14108
14109         * sync with sylpheed 0.5.0pre2 release
14110
14111 2001-06-24 [christoph]
14112
14113         * src/prefs_common.c
14114                 bug fix in font selection
14115         * src/folderview.c
14116                 use sylpheed's normal font instead of
14117                 gtk default font for folders without
14118                 new messages
14119
14120 2001-06-24 [alfons]
14121
14122         * src/mainwindow.[ch]
14123                 added composite compose mail / news button (an idea by Leandro
14124                 Pereira <leandro@linuxmag.com.br>)
14125
14126 2001-06-24 [paul]
14127
14128         Added instructions for ldif-to-xml.py
14129
14130         * tools/README
14131
14132 2001-06-23 [alfons]
14133
14134         Some minor things.
14135
14136         * src/pixmaps/stock_news_compose.xpm
14137                 added pixmap by Leandro
14138         * src/prefs_common.c
14139                 tested built-in spelling checker of GCC 3.0 :)
14140         * po/nl.po
14141                 merged dutch translation of sylpheed-main with
14142                 sylpheed.pot
14143
14144 2001-06-23 [paul]
14145
14146         Added tools directory and files.
14147
14148         * tools/filter_conv.pl
14149                 converts old filter system to new filtering system
14150         * tools/ldif-to-xml.py
14151                 converts netscape addressbook to sylpheed addressbook
14152         * tools/README
14153                 descriptions/instructions for above two files
14154
14155 2001-06-23 [christoph]
14156
14157         * src/inc.c
14158         * src/manage_window.[ch]
14159         * src/prefs_common.[ch]
14160                 mail retrieval dialog can be enabled, disabled
14161                 or hidden if non of sylpheed's windows is active
14162
14163 2001-06-22 [paul]
14164
14165         0.5.0claws2
14166
14167         * sync with sylpheed 0.5.0pre2
14168
14169 2001-06-21 [christoph]
14170
14171         * src/summaryview.c
14172                 show recipient on 'from' for all accounts
14173                 
14174         * src/inc.c
14175         * src/prefs_common.[ch]
14176                 disable error popup on mail receive errors
14177
14178 2001-06-21 [alfons]
14179
14180         * src/compose.c
14181                 made the ruler correctly appear and disappear.
14182
14183         * src/Makefile.am
14184                 removed Hoa's work-in-progress-stuff (interesting!) so 
14185                 claws compiles ok.
14186
14187 2001-06-20 [christoph]
14188
14189         * src/inc.c
14190         * src/progressdialog.c
14191                 added scrolled window for list in progressdialog
14192
14193 2001-06-20 [paul]
14194
14195         sync with sylpheed 0.5.0pre1 release
14196
14197 2001-06-20 [christoph]
14198
14199         * src/summeryview.c
14200                 make building threads by subject work when
14201                 thread view is enabled
14202                 
14203         * src/compose.c
14204         * src/prefs_common.[ch]
14205                 automatically select account for mail replys
14206
14207 2001-06-19 [sergey]
14208
14209         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14210         they are filled in from the account settings.
14211
14212 2001-06-19 [paul]
14213
14214         * more sync with sylpheed 0.5.0pre1
14215
14216 2001-06-18 [alfons]
14217
14218         * src/Makefile.am,
14219           src/procmime.c
14220                 added --sysconfdir to CPPFLAGS for pointing to the correct
14221                 location of mime.types. 
14222
14223                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14224                 or ./configure!
14225
14226 2001-06-18 [hoa]
14227
14228         * src/summaryview.c
14229                 fixed some bug when building threads
14230
14231 2001-06-18 [pau]l
14232
14233         * src/prefs_account.c
14234                 UI stuff: More changes to the English
14235
14236 2001-06-18 [paul]
14237
14238         * src/pixmaps/stock_news_compose.xpm: new file
14239         * src/Makefile.am
14240         * src/mainwindow.c
14241         * src/summaryview.c
14242                 Added new icon for Hoa's 'compose a news
14243                 message', plus minor improvements to the
14244                 English
14245
14246         * po/ja.po
14247         * ChangeLog
14248         * ChangeLog.jp
14249                 more sync with sylpheed 0.5.0pre1
14250
14251 2001-06-18 [hoa]
14252
14253         * src/compose.[ch]
14254         * src/mainwindow.c
14255                 Follow-up and reply to
14256
14257         * src/summaryview.[ch]
14258                 Build threads also with subjects
14259
14260 2001-06-17 [hoa]
14261
14262         * src/compose.c
14263                 forwarding use the current account.
14264
14265         * src/mainwindow.c
14266                 the "compose message" button has been replaced with
14267                 "new mail" and "new news" buttons
14268
14269         * src/prefs_common.[ch]
14270                 added a configuration option to use the forward button
14271                 as "forward as attachment"
14272                 changed reply and forward format description
14273
14274         * src/quote_fmt_lex.l
14275         * src/quote_fmt_parse.y
14276                 added message with no signature in format for reply
14277                 and forward.
14278
14279 2001-06-17 [paul]
14280
14281         Minor UI stuff
14282
14283         * src/mainwindow.c
14284         * src/summaryview.c
14285                 Improvements to the English
14286
14287         * src/prefs_common.c
14288                 Improvements to the English and some
14289                 clarity/continuity improvements in the
14290                 description of Quote symbols.
14291
14292 2001-06-17 [paul]
14293
14294         0.5.0claws1
14295
14296         * sync with sylpheed 0.5.0pre1
14297
14298 2001-06-17 [hoa]
14299
14300         * src/compose.c
14301                 Better interface for compose, displayed fields
14302                 are updated whenever we change account.
14303                 Newsgroups field is automatically filled.
14304
14305         * src/mainwindow.c
14306                 Newsgroups field is automatically filled.
14307
14308         * src/prefs_account.c
14309                 Some interface stuff when fields appear and
14310                 disappear.
14311
14312 2001-06-16 [paul]
14313
14314         0.4.99claws
14315
14316         * sync with sylpheed 0.4.99
14317
14318 2001-06-16 [sergey]
14319
14320         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14321         base64_decoder_free, base64_decoder_decode): new object and
14322         functions for decoding base64 streams.
14323         * src/procmime.c (procmime_decode_content): modified to use the
14324         new base64 decoder.
14325
14326 2001-06-15 [paul]
14327
14328         0.4.99claws10
14329
14330         * sync with sylpheed 0.4.99cvs11
14331
14332 2001-06-13 [paul]
14333
14334         0.4.99claws9
14335
14336         * sync with sylpheed 0.4.99cvs9
14337
14338 2001-06-13 [hoa]
14339
14340         * src/compose.c
14341         * src/prefs_account.c
14342
14343                 SMTP server can be defined in the news account
14344                 mime type of attachment are kept.
14345
14346         * src/summaryview.c
14347
14348                 now choose the highest important score between default
14349                 and important score of folder.
14350
14351 2001-06-09 [alfons]
14352         
14353         * src/prefs_common.c: 
14354
14355                 (prefs_quote_description_create): corrected description of 
14356                 quote format characters
14357
14358 2001-06-09 [paul]
14359
14360         0.4.99claws8
14361
14362         * sync with sylpheed 0.4.99cvs8
14363
14364 2001-06-08 [sergey]
14365
14366         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14367         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14368
14369 2001-06-08 [paul]
14370
14371         0.4.99claws7
14372
14373         * sync with sylpheed 0.4.99cvs7
14374
14375 2001-06-06 [sergey]
14376
14377         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14378         clashes with autogenerated header).
14379         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14380         * src/Makefile.am: added quote_fmt.h.
14381         * src/.cvsignore: added lex/yacc autogenerated files
14382         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14383
14384 2001-06-06 [paul]
14385
14386         0.4.99claws6
14387
14388         * sync with sylpheed 0.4.99cvs6
14389
14390 2001-06-06 [hoa]
14391
14392         * added src/quote_fmt_parse.h
14393         * src/compose.c
14394                 removed warnings
14395
14396         * src/prefs.[ch]
14397                 don't modify readonly configuration files
14398
14399         * src/prefs_account.c
14400         * src/prefs_common.c
14401         * src/prefs_customheader.c
14402         * src/prefs_display_header.c
14403         * src/prefs_filter.c
14404         * src/prefs_filtering.c
14405         * src/prefs_scoring.c
14406                 don't open dialog box when configuration files
14407                 are readonly
14408
14409 2001-06-05 [sergey]
14410
14411         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14412
14413         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14414         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14415         BUILT_SOURCES to make all files rebuild properly.
14416
14417         * src/compose.c: removed #include "quote_fmt.tab.h".
14418
14419         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14420         CHARACTER value in yylval.
14421
14422         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14423         receive CHARACTER value by documented means (yylval).
14424
14425         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14426
14427 2001-06-05 [hoa]
14428
14429         * src/Makefile.am
14430                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14431
14432         * src/filtering.c
14433         * src/matcher.c
14434         * src/matcher.h
14435         * src/prefs_filtering.c
14436                 now keep the configuration for execute action
14437
14438         * src/mbox_folder.c
14439                 fixed a warning
14440
14441 2001-06-05 [paul]
14442
14443         * sync with sylpheed 0.4.99cvs5
14444
14445 2001-06-05 [hoa]
14446
14447         * src/Makefile.am
14448                 added quote_fmt.[ch]
14449
14450         * added src/quote_fmt.y
14451         * added src/quote_fmt.l
14452         * added src/quote_fmt.tab.h
14453         * added src/quote_fmt.tab.c
14454         * added src/lex.quote_fmt.c
14455                 parsing configuration for replying
14456                 and forwarding
14457
14458         * src/prefs_common.[ch]
14459                 added configuration UI for replying
14460                 and forwarding
14461
14462         * src/compose.c
14463                 using configuration for replying
14464                 and forwarding
14465
14466 2001-06-04 [hoa]
14467
14468         * src/filtering.c
14469         * src/matcher.c
14470         * src/matcher.h
14471         * src/prefs_filtering.c
14472         * src/prefs_matcher.c
14473         * src/prefs_matcher.h
14474                 action "run a command" for filtering
14475                 and matching with a command.
14476                 fixed the "whole message" matching
14477
14478         * src/mbox_folder.c
14479                 changed temporary filename for security
14480
14481         * src/messageview.c
14482                 queue the notification if it fails to send.
14483
14484         * src/prefs_common.c
14485         * src/prefs_folder_item.c
14486                 changed the default important score             
14487
14488         * src/prefs_scoring.c
14489         * src/scoring.c
14490                 hide kill score input when the folder is not
14491                 a newsgroup
14492
14493 2001-06-03 [alfons]
14494
14495         * src/prefs_common.c:
14496
14497                 (prefs_font_select): pass font name in font entry box to font
14498                 selection dialog.
14499
14500 2001-06-03 [sergey]
14501
14502         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14503
14504 2001-06-03 [paul]
14505
14506         * sync with sylpheed 0.4.99cvs4
14507
14508 2001-06-03 [alfons]
14509
14510         * src/headerwindow.c:
14511
14512                 (headerwindow_show_cb): use the selected summary view item, not
14513                 the displayed item.
14514
14515 2001-06-02 [alfons]
14516
14517         * src/headerwindow.c:
14518
14519                 (headerwindow_show_cb): always try to show msginfo
14520
14521 2001-06-02 [hoa]
14522
14523         * src/compose.c
14524                 keep attached parts when reediting or forwarding.
14525
14526 2001-06-01 [hoa]
14527
14528         * src/folderview.c
14529         * src/prefs_folder_item.[ch]
14530         * src/prefs_scoring.[ch]
14531         * src/scoring.[ch]
14532         * src/summaryview.[ch]
14533         * src/main.c
14534         * src/mainwindow.c
14535         * src/prefs_common.[ch]
14536                 support for folder scoring
14537                 kill score and important score for messages
14538         
14539         * src/prefs_account.c
14540                 some display bug fixed for local account
14541                 preferences
14542
14543 2001-05-31 [alfons]
14544
14545         * src/summaryview.c:
14546
14547                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14548                 sender to address book menu item is disabled.
14549
14550 2001-05-30 [hoa]
14551
14552         * src/filtering.[ch]
14553         * src/summaryview.c
14554                 handling summary menu / filter messages
14555
14556         * src/folder.[ch]
14557                 add some stuff
14558
14559         * src/foldersel.c
14560                 imap folders now appears in list
14561
14562         * src/mbox_folder.c
14563                 doesn't crash if destination mail is not writeable
14564
14565 2001-05-29 [hoa]
14566
14567         * src/compose.c
14568                 removed some warnings
14569
14570         * src/filtering.c
14571         * src/folder.[ch]
14572         * src/prefs_filtering.c
14573                 global string to identify any folders           
14574                 removed some debug info
14575                 filtering to mbox folders is now possible
14576
14577         * src/mainwindow.c
14578                 removed some warnings
14579
14580         * src/mbox_folder.c
14581                 permission on files are changed to read/write for user only,
14582                 nothing for other.
14583                 creation of subfolder is handled better.
14584
14585 2001-05-28 [alfons]
14586
14587         Verified the sync for src/prefs_common.[ch] and
14588         src/prefs_account.[ch]. I believe there were some
14589         minor indentation differences.
14590
14591 2001-05-28 [paul]
14592
14593         0.4.99claws3
14594
14595         * sync with 0.4.99cvs3
14596
14597 2001-05-28 [hoa]
14598
14599         * src/compose.c
14600                 handling flags for mbox format
14601
14602         * src/filtering.c
14603                 use of mark file only for MH format
14604                 handling flags for mbox format
14605                 filtering cannot yet move or copy mails to mbox folders.
14606
14607         * src/folder.[ch]
14608                 changed move_msg, copy_msg,
14609                 move_msgs_with_dest, copy_msgs_with_dest functions
14610                 uses only folder->copy_msg() function
14611                 uses folder->finished_copy() to handle the destination
14612                 folder at the end of the copy or move operation.
14613
14614         * src/foldersel.c
14615                 included mbox directories.
14616
14617         * src/folderview.[ch]
14618         * src/mainwindow.c
14619                 handle folders operation for mbox format
14620
14621         * src/mbox.c
14622                 disable conversion of "From " header
14623
14624         * src/mbox_folder.[ch]
14625                 completion of mbox format handling
14626
14627         * src/mh.c
14628                 changed mh_copy_msg() function and
14629                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14630                 mh_copy_msgs_with_dest()
14631
14632         * src/prefs_filtering.c
14633                 removed some warnings
14634
14635         * src/prefs_matcher.c
14636                 default boolean operation is AND
14637
14638         * src/procheader.c
14639                 handling flags for mbox format
14640                 handling of "From " header
14641
14642         * src/procmsg.[ch]
14643                 removed data field
14644                 added MSG_REALLY_DELETED flags to handle deletion of
14645                 messages in mbox format.
14646
14647         * src/summaryview.c
14648                 handling flags for mbox format
14649                 disable the MSG_DELETED flags when messages
14650                 are deleted in mbox format
14651
14652         * src/textview.c
14653                 "From " headers display fixed.
14654
14655 2001-05-27 [alfons]
14656
14657         * src/textview.c:
14658                 
14659                 (get_email_part): skip quoted email addresses, like in e.g.
14660                 "'alfons@proteus.demon.nl'".
14661
14662 2001-05-26 [alfons]
14663
14664         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14665         and fixing the persistence troubles when using separate windows.
14666
14667         * src/mainwindow.c:
14668         
14669             Added #define SEPARATE_ACTION used in the gtk item factory for 
14670             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14671                 use gtk_item_factory_get_widget_by_action() to get the items.
14672                 
14673             Removed separate_widget_cb from the gtk item factory data   
14674           
14675             (mainwindow_create): connect separate_widget_cb() to check
14676             menu item "toggled" signal. also passing a MainWindow pointer
14677                 as object data for both check menu items.
14678                 
14679             (separate_widget_cb): definition of separate_widget_cb() to match
14680             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14681                 window using gtk_object_get_data(). The type of window separation 
14682                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14683         
14684         * src/prefs_filtering.c,
14685           src/prefs_matcher.c: added horizontal scrollbars
14686
14687 2001-05-25 [darko]
14688
14689         * src/headerview.c
14690                 fix segfault with invalid bold font
14691         * src/summaryview.c
14692                 correctly display summary stats after row is marked
14693
14694 2001-05-23 [sergey]
14695
14696         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14697         encodings with libjconv.
14698
14699 2001-05-23 [hoa]
14700
14701         * src/Makefile.am
14702                 added mbox_folder.[ch]
14703         * src/defs.h
14704                 mbox temporary folder
14705         * src/folder.[ch]
14706         * added src/mbox_folder.[ch]
14707         * src/folderview.c
14708         * src/procheader.[ch]
14709                 added mbox support
14710         * src/mbox.c
14711                 bugfix for file incorporation filtering
14712         * src/imap.c
14713                 enable creation of MBOX
14714         * src/prefs_display_header.c
14715                 enable use of headers like "From "
14716                 something that should be fixed :
14717                         displaying of such headers add an extra space
14718         * src/prefs_folder_item.c
14719                 don't create folders because it is not necessary
14720         * src/procmsg.h
14721                 added data field to MsgInfo for mbox internal use
14722         * src/summaryview.c
14723                 added some support for mbox
14724         * src/utils.[ch]
14725                 added get_mbox_cache_dir() function
14726
14727 2001-05-23 [hiroyuki]
14728
14729         * src/headerwindow.c
14730           src/inc.c
14731           src/main.c
14732           src/mh.c
14733           src/nntp.c
14734           src/procmsg.h
14735           src/session.h
14736           src/socket.[ch]
14737           src/summaryview.c
14738           src/textview.c
14739           src/automaton.c
14740           src/folderview.c: more sync with 0.4.99cvs2.
14741
14742         * src/headerwindow.c: reverted.
14743
14744 2001-05-22 [paul]
14745
14746         0.4.99claws2
14747
14748         * sync with sylpheed 0.4.99cvs2
14749                 * src/news.[ch]
14750                 * src/nntp.[ch]
14751                 * INSTALL
14752                 * INSTALL.jp
14753
14754 2001-05-22 [alfons]
14755
14756         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14757
14758 2001-05-21 [alfons]
14759
14760         Minor things:
14761
14762         * configure.in: if gnome-config not found, "no" is displayed
14763         
14764         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14765
14766         * src/textview.c: now also possible to add mail addresses by right
14767           clicking in the text view
14768
14769         * src/codeconv.c: merged patch which fixes endless loop when encountering
14770           invalid wide characters; from Alte <010@imis.ru>  
14771
14772 2001-05-20 [alfons]
14773
14774         Added installation of gnome specific things:
14775
14776         * Makefile.am: gnome conditional
14777
14778         * configure.in: check for installed gnome
14779
14780         * added sylpheed.png, sylpheed.desktop
14781
14782 2001-05-20 [sergey]
14783
14784         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14785
14786         * src/mainwindow.h (main_window_toolbar_create): created a button
14787         for "Reply to all".
14788         (main_window_set_toolbar_sensitive): enable/disable the new button
14789         appropriately.
14790         (toolbar_reply_to_author_cb): handle the new button.
14791
14792         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14793         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14794         failure).
14795
14796 2001-05-19 [sergey]
14797
14798         * src/compose.h (ComposeReplyMode): new modes
14799         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14800         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14801
14802         * src/compose.c
14803         (compose_send): move some code into a new function:
14804         (compose_current_mail_account): new function.
14805         (compose_reply): new argument to_author, all callers changed; if
14806         to_author==TRUE and account->protocol==A_NNTP, find and use an
14807         appropriate mail account for replying.
14808         (compose_reply_set_entry): new argument to_author; ignore
14809         compose->replyto if to_author==TRUE.
14810
14811         * src/mainwindow.c: new command "Message/Reply to author".
14812         (main_window_set_menu_sensitive): enable/disable it.
14813         (reply_cb): handle it.
14814
14815         * src/summaryview.c: new command "Reply to author".
14816         (summary_set_menu_sensitive): enable/disable it.
14817         (summary_reply_cb): handle it.
14818
14819         * src/account.c (account_find_mail_from_address): new function.
14820
14821 2001-05-18 [paul]
14822
14823         0.4.99claws1
14824
14825         * sync with sylpheed 0.4.99cvs1
14826
14827 2001-05-18 [hoa]
14828
14829         * src/compose.[ch]
14830         * src/filtering.c
14831         * src/summaryview.c
14832                 new filtering action : forward and forward as attachment
14833
14834         * src/main.c
14835                 no need for $DISPLAY when we run sylpheed --help
14836                 call to parse_cmd_opt() is moved
14837
14838         * src/mainwindow.[ch]
14839                 execute button is hidden when immediate execute
14840                 is chosen
14841
14842         * src/mh.c
14843         * src/news.c
14844         * src/prefs_folder_item.c
14845         * src/procmsg.c
14846                 better handling of missing directories
14847
14848         * src/summaryview.c
14849                 reedit is enabled in outbox
14850                 reedit is enabled in queue
14851
14852 2001-05-17 [hoa]
14853
14854         * src/filtering.c
14855         * src/matcher.[ch]
14856         * src/prefs_filtering.c
14857                 changed attachement into attachment
14858
14859 2001-05-17 [alfons]
14860
14861         0.4.67claws4    
14862
14863         * sync with sylpheed 0.4.67cvs9
14864         * sync with sylpheed 0.4.67cvs7-8
14865
14866 2001-05-17 [hoa]
14867
14868         * src/Makefile.am
14869                 added prefs_filtering.c
14870
14871         * src/filtering.[ch]
14872         * src/matcher.[ch]
14873                 removed action : forward_news and forward_news_as_attachement
14874                 (forward and forward_as_attachement can be used instead)
14875
14876         * src/mainwindow.c
14877                 added menu option to access filtering configuration
14878
14879         * src/prefs_account.c
14880                 changed mail_command default to /usr/sbin/sendmail
14881
14882         * added src/prefs_filtering.[ch]
14883                 dialog box for filtering configuration
14884
14885         * src/prefs_matcher.c
14886                 added function prefs_matcher_get_criteria_from_matching()
14887
14888         * src/prefs_scoring.c
14889                 reset the dialog when register or substitute is clicked
14890
14891 2001-05-15 [hoa]
14892
14893         * src/Makefile.am
14894                 added filtering.[ch]
14895         * src/inc.c
14896                 using filering.[ch] instead of filter.[ch]
14897         * src/main.c
14898                 reading new filtering configuration
14899         * src/matcher.[ch]
14900                 added some filtering actions
14901                 and fixed a bug for headers and mail body matching
14902         * src/mbox.c
14903                 using filering.[ch] instead of filter.[ch]
14904         * src/mh.c
14905                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14906         * src/summaryview.c
14907                 some fixes for filtering
14908
14909 2001-05-14 [hiroyuki]
14910
14911         * src/send.c: fixed some weird indentations.
14912           send_message_with_command(): call pclose() only if p != NULL.
14913         * src/textview.c: get_email_part(): modified the code for readability.
14914
14915 2001-05-14 [hiroyuki]
14916
14917         * src/md5global.h
14918           src/md5ify.c
14919           src/md5ify.h: removed from the cvs.
14920
14921 2001-05-13 [sergey]
14922
14923         * src/main.c: include rfc2015.h to avoid compiler warnings.
14924         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14925         the panel is already on screen.
14926         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14927         closing the alert window by ESC as "No".
14928         * src/prefs_common.c (prefs_interface_create): moved return
14929         receipt check button to the correct place.
14930
14931 2001-03-13 [alfons]
14932
14933         * src/prefs_common.c: 
14934                 moved return receipt check button to the Send tab. (prefs_send_create)
14935                 removed the date format ui related globals. (prefs_display_create)
14936
14937         0.4.67claws3
14938         
14939         * sync with sylpheed 0.4.67cvs5-6
14940
14941 2001-05-13 [paul]
14942
14943         * added Alfons' font selection patch
14944
14945         * src/defs.h
14946         * src/headerwindow.c
14947         * src/prefs_common.c
14948         * src/prefs_common.h
14949
14950 2001-05-13 [hoa]
14951         * src/defs.h
14952                 changed version of cache
14953         * src/matcher.[ch]
14954         * src/prefs_matcher.c
14955                 added additionnal matching criteria
14956         * src/procheader.c
14957         * src/procmsg.[ch]
14958         * src/news.c
14959                 added references in MsgInfo
14960
14961 2001-05-12 [hoa]
14962
14963         * src/defs.h
14964                 prepared some things for new filtering
14965         * src/matcher.[ch]
14966                 added some matching properties
14967                 inreplyto need to be enhanced
14968                 prepared some things for new filtering
14969         * src/messageview.c
14970                 added Return-Receipt-To handling
14971         * src/prefs_folder_item.c
14972                 changed default value to TRUE
14973         * src/prefs_matcher.c
14974                 added some matching properties
14975         * src/prefs_scoring.[ch]
14976                 the scoring dialog is finished
14977         * src/procheader.c
14978                 added Return-Receipt-To handling
14979                 Reference need to be added
14980         * src/procmsg.[ch]
14981                 added Return-Receipt-To handling
14982                 added threadscore to get a better score sorting when
14983                 threads are enabled
14984         * src/summaryview.c
14985                 suppressed a bug when we sort the list
14986                 when no folder is opened.
14987                 better score sorting when threads are enabled
14988
14989 2001-05-12 [alfons]
14990
14991         * reverted previous patch because of potential errors 
14992
14993         0.4.67claws2
14994         
14995         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14996                 applied "toggle mail-retrieval dialog window" patch submitted 
14997                 by Eric Limpens <eric@qnt.net>
14998
14999         * sync with sylpheed 0.4.67cvs4
15000
15001 2001-05-12 [sergey]
15002
15003         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
15004         some picky compilers.
15005         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
15006         * src/grouplist_dialog.c: include alertpanel.h.
15007         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
15008         fix compile warning.
15009         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
15010         #include "defs.h" before others to prevent the warning of `MIN'
15011         and `MAX' redefinition.
15012
15013 2001-05-11 [hoa]
15014
15015         * src/main.c
15016         * src/messageview.c
15017         * src/prefs_account.c
15018         * src/prefs_display_header.c
15019                 removed warning
15020         * src/Makefile.am
15021                 added prefs_scoring.[ch]
15022         * src/grouplist_dialog.c
15023                 display an error dialog box if the group list
15024                 cannot be fetched.
15025         * src/mainwindow.[ch]
15026                 added main_window_set_thread_option() function
15027                 scoring dialog box enabled
15028         * src/matcher.[ch]
15029                 added flags matching unread /new / marked
15030                 / deleted / replied / forwarded
15031         * src/news.c
15032                 newsgroups are now finally in newscache
15033         * src/prefs_matcher.[ch]
15034                 finished preferences for matching dialog
15035         * added src/prefs_scoring.[ch]
15036                 scoring dialog box completed
15037         * src/scoring.[ch]
15038                 conversion to string : added scoringprop_to_string()
15039                 write config for preferences :
15040                 added prefs_scoring_write_config()
15041         * src/summaryview.c
15042                 threads can be enabled/disabled independently
15043                 for each folder
15044
15045 2001-05-10 [alfons]
15046
15047         0.4.67claws1
15048         
15049         * AUTHORS: 
15050                 thought it would be nice to have a list of all
15051                 contributors (used Changelog as a reference)
15052         
15053         * configure.in: 
15054                 messed up version numbering...
15055
15056         0.4.66claws1
15057
15058         * sync with sylpheed 0.4.67cvs1-3
15059
15060 2001-05-10 [darko]
15061
15062         * src/prefs_common.c:
15063                 better UI for strftime format, double clicking
15064                 on format now inserts the format in text entry
15065                 replaced close button with standard OK/Cancel
15066                 moved date format button to the right of the
15067                 text entry field
15068
15069 2001-05-09 [alfons]
15070
15071         * src/gtkstext.c:
15072                 Ctrl-Home / Ctrl-End have proper cursor navigation
15073
15074 2001-05-09 [hoa]
15075
15076         * src/prefs_matcher.c
15077                 finished UI to define matching properties
15078                 added ok and cancel button
15079         * src/prefs_filter.c
15080                 added ok and cancel button
15081         * src/news.c
15082                 fixed some bug in xhdr parsing
15083
15084 2001-05-08 [alfons]
15085
15086         * src/textview.c: 
15087                 fixed a bug in textview_show_header(), which displayed two colons (':');
15088                 cleaned up some warnings
15089
15090 2001-05-08 [hoa]
15091
15092         * src/Makefile.am
15093                 added prefs_matcher.[ch]
15094                 compilation with -W -Wall
15095         * src/alertpanel.c
15096                 ungrab the mouse events if grabbed - does it
15097                 fix the bug for disposition notification ?
15098         * src/mainwindow.c
15099                 added a menu option to open the matching dialog.
15100         * src/matcher.[ch]
15101                 added matcherprop_to_string() and matcherlist_to_string()
15102                 fixed some bugs, changed the name of some options
15103                 age_sup and age_inf becomes age_greater and age_lower,
15104                 body and messageheaders becomes body_part and headers_part,
15105                 changed the names of constants from SCORING_XXX to MATCHING_XXX
15106         * src/prefs_display_header.c
15107         * src/prefs_headers.c
15108                 fixed a bug that accidentally destroyed dialogs
15109                 when closed them with delete_event
15110                 Added *_deleted() which handle delete_event signal correctly.
15111         * src/prefs_folder_item.[ch]
15112                 added "enable_thread" field for future customization
15113         * added src/prefs_matcher.[ch]
15114                 sample of the UI to define matching properties
15115         * src/procheader.c
15116                 using procheader_headername_equal instead of str*cmp functions
15117                 using procheader_parse_header() function
15118         * src/scoring.c
15119                 using MATCHING_XXX instead of SCORING_XXX
15120         * src/summaryview.c
15121                 display the sender of the news even if this is ourself
15122                 when this is a news message.
15123         * src/textview.c
15124                 using headername_equal() instead of str*cmp functions
15125
15126 2001-05-08 [alfons]
15127
15128         0.4.66claws
15129
15130         * sync with sylpheed 0.4.66
15131         * src/gtkstext.c: trace logs added 
15132
15133 2001-05-08 [sergey]
15134
15135         * src/prefs_common.[ch]: added option to enable/disable GnuPG
15136         signature check popup.
15137         * src/rfc2015.c (check_signature): show signature check popup only
15138         if it is enabled in preferences.
15139
15140 2001-05-07 [alfons]
15141
15142         0.4.66claws4
15143         
15144         * sync with sylpheed 0.4.66cvs6
15145
15146 2001-05-07 [darko]
15147
15148         * src/prefs_common.[ch]: added option to enable/disable
15149           looking up sender name in address book for summary pane
15150         * src/summaryview.c: look up sender in the address book
15151           by using Alfons' address completion code
15152
15153 2001-05-07 [hiroyuki]
15154
15155         * src/inc.h
15156           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15157           member of Pop3State.
15158         * src/news.c: brought #include "defs.h" before #include <glib.h>
15159           to prevent the warning of `MIN' and `MAX' redefinition.
15160
15161 2001-05-06 [hoa]
15162
15163         * removed src/headers_display.[ch]
15164         * removed src/prefs_display_headers.[ch]
15165         * src/inc.c
15166                 use a temporary file in the user directory for mbox import
15167         * src/news.c
15168                 added XHDR support to get "To" and "Cc" headers
15169                 (in order to match news with to or cc field for
15170                 scoring)
15171                 added function news_parse_xhdr() to get XHDR response
15172         * src/nntp.[ch]
15173                 added function nntp_xhdr()
15174         * src/matcher.c
15175                 fetch the message if necessary
15176
15177 2001-05-06 [alfons]
15178
15179         0.4.66claws3
15180
15181         * sync with sylpheed 0.4.66cvs3-5
15182
15183 2001-05-06 [hoa]
15184
15185         * src/utils.[ch]
15186                 added function itos_buf() to enable use of several buffers
15187         * src/summaryview.c
15188                 use of itos_buf() instead of itos() in summary list
15189                 to fix the broken display of message number.
15190
15191 2001-05-06 [alfons]
15192
15193         * src/gtkstext.c: bug in cursor up navigation fixed,
15194                 fixed another unsigned / signed comparison (we're getting there :-)
15195
15196 2001-05-06 [hoa]
15197
15198         * src/Makefile.am
15199                 added scoring.c scoring.h
15200                 prefs_folder_item.c prefs_folder_item.h
15201                 matcher.c matcher.h
15202         * src/defs.h
15203                 added FOLDERITEM_RC SCORING_RC
15204         * src/folder.[ch]
15205                 added prefs field in FolderItem :
15206                 properties for each folder (PrefsFolderItem),
15207                 sorting type and mode were added as the first properties.
15208         * src/main.c
15209                 read config for scoring
15210         * added src/matcher.[ch]
15211                 gives functions to parse configuration file to do
15212                 matching on mails with a list of conditions.
15213         * src/mainwindow.c
15214                 add option to sort by score
15215         * src/prefs_common.[ch]
15216                 added preference option to show score and for
15217                 the score column size
15218         * added src/prefs_folder_item.[ch]
15219                 properties for each folder (PrefsFolderItem),
15220                 sorting type and mode were added as the first properties.
15221         * src/procheader.[ch]
15222                 added procheader_parse_header()
15223                 added procheader_header_free()
15224                 added procheader_headername_equal()
15225                 and made modification to use them.
15226         * src/procmsg.[ch]
15227                 added score field to MsgInfo structure
15228         * added src/scoring.[ch]
15229                 gives functions to parse configuration file to do
15230                 scoring on mails with a list of conditions.
15231         * src/summaryview.[ch]
15232                 save the sorting type and mode for the folder
15233                 added column to display the score of the mail
15234                 added function summary_score_clicked()
15235                 sorting type and mode are restored to the folder
15236                 when it is reopen
15237         * src/textview.c
15238                 use procheader_parse_header(), procheader_headername_equal()
15239                 removed memory leak in text_scan_header when freeing headers
15240         * src/filter.c
15241                 changed the function to match names of headers
15242                 using procheader_headername_equal()
15243
15244         Scoring functions are implemented, an interface is needed
15245         to configure that.
15246
15247 2001-05-04 [alfons]
15248
15249         * src/gtkstext.c: 
15250                 hopefully fixed the row up navigation bug,
15251                 removed adding back / forward lines to cache
15252
15253 2001-05-04 [sergey]
15254
15255         * src/prefs_display_headers.c: user interface changes:
15256         (prefs_display_headers_create): remove unused "Show" check button;
15257         allow reordering of headers by dragging.
15258         (prefs_display_headers_write_config): remove unused variables.
15259         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15260         of lists (not needed with the new UI).
15261         (prefs_display_headers_set_list): scan lists starting from row 0,
15262         not 1 (do not skip "(New)").
15263         (prefs_display_headers_find_header): new function.
15264         (prefs_display_headers_clist_set_row): do not allow duplicates.
15265         (prefs_display_headers_delete_cb): do not skip row 0; treat
15266         closing the alert window by ESC as "No".
15267         (prefs_display_headers_up): do not protect row 0.
15268         (prefs_display_headers_down): do not protect row 0.
15269
15270 2001-05-04 [sergey]
15271
15272         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15273         functions.
15274
15275         * src/summaryview.c
15276         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15277         summary_select_next_marked, summary_select_prev_marked): new
15278         functions.
15279
15280 2001-05-03 [sergey]
15281
15282         * src/news.c: fixed a bug when no article can be fetched after
15283         server timeout if the connection was restored by news_post():
15284         (news_select_group): new function.
15285         (news_fetch_msg): call news_select_group() before fetching
15286         article.
15287         (news_get_uncached_articles): set session->group after successful
15288         GROUP command.
15289
15290 2001-05-03 [hoa]
15291
15292         * src/defs.h
15293         * src/procmsg.[ch]
15294         * src/procheader.c
15295                  changed version of cache, added cc field
15296
15297         * src/prefs_display_headers.c
15298                 the interface was changed
15299
15300         * src/prefs_headers.c
15301                 added cancel button
15302
15303 2001-05-03 [alfons]
15304
15305         * completed sync of sylpheed cvs2
15306         * src/gtkstext.c: updated row up / down cursor navigation
15307         * src/textview.c: re-edited, prepared for fixing the email address
15308                 scanner.
15309
15310 2001-05-03 [darko]
15311
15312         * src/prefs_common.c: use alfons' strftime ui code
15313         entry_datefmt and datefmt_sample widgets have to be
15314         global in this module because of this change
15315
15316 2001-05-03 [hoa]
15317
15318         * src/messageview.c
15319         * src/prefs_common.[ch] added option to activate the return receipt
15320                 feature.
15321
15322 2001-05-02 [alfons]
15323
15324         * src/gtkstext.c: fix for row up/down cursor navigation. 
15325
15326         0.4.66claws2
15327         
15328         * sync with 0.4.66cvs2
15329
15330 2001-05-02 [paul]
15331
15332         added add-sender-to-addressbook patch
15333
15334         * src/addressbook.c
15335         * src/addressbook.h
15336         * src/summaryview.c
15337
15338 2001-05-02 [sergey]
15339
15340         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15341         G_ALERTDISABLE.
15342
15343         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15344         all existing callers changed to pass FALSE; create a check button
15345         to disable the message.
15346         (alertpanel_message_with_disable): new function.
15347         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15348         (alertpanel_button_toggled): new function.
15349         (alertpanel_button_clicked, alertpanel_close): set value using
15350         G_ALERT_VALUE_MASK.
15351
15352         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15353
15354         * src/prefs_common.c (prefs_privacy_create): new check button
15355         checkbtn_gpgme_warning.
15356
15357         * src/main.c (main): moved preferences reading before gpgme
15358         initialization; check prefs_common.gpgme_warning before giving the
15359         GnuPG warning and set it to FALSE if the user wants to disable the
15360         warning.
15361
15362 2001-05-02 [hiroyuki]
15363
15364         * src/prefs_display_headers.c: modified the layout and some labels.
15365
15366 2001-05-02 [sergey]
15367
15368         * src/prefs_account.c (prefs_account_fix_size): new function.
15369         (prefs_account_create): call prefs_account_fix_size(); use
15370         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15371         size when the window is shown for the first time).
15372         (prefs_account_basic_create): changed layout of serv_table; moved
15373         localmbox_entry above smtpserv_entry (logically it replaces
15374         POP3/IMAP server).
15375         (prefs_account_protocol_activated): set sensitivity of
15376         nntpauth_chkbtn according to the protocol (in addition to
15377         hide/show); commented out gtk_table_set_row_spacing() calls.
15378         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15379         not sensitive (fixes a bug with disabled username/password boxes
15380         when editing POP3 account after NNTP with authentication).
15381
15382 2001-05-02 [hoa]
15383
15384         * src/account.c
15385         * src/inc.c
15386         * src/prefs_account.[ch]
15387         * src/send.c
15388                 removed local account without SMTP server
15389                 added option to use mail command instead of a connexion
15390                 to SMTP server when a local account is used
15391         * src/prefs_headers.c
15392                 fixed a bug
15393         * src/news.c
15394                 fixed a bug when connexion immediately closed
15395
15396 2001-05-01 [alfons]
15397
15398         0.4.66claws1
15399         
15400         * sync with 0.4.65
15401
15402 2001-05-01 [sergey]
15403
15404         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15405         widget nntpauth_chkbtn.
15406         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15407         visibility.
15408         (prefs_account_nntpauth_toggled): new function.
15409
15410         * src/news.c (news_session_new_for_folder): use NNTP
15411         authentication only if ac->use_nntp_auth is set.
15412
15413 2001-05-01 [hoa]
15414
15415         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15416         * src/prefs_display_headers.c changed the UI
15417         * src/prefs_headers.c changed account_name to account_id
15418         * src/compose.c using customheader.h
15419
15420 2001-05-01 [hiroyuki]
15421
15422         * src/esmtp.c
15423           src/news.c
15424           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15425           unsynched.
15426
15427 2001-05-01 [hoa]
15428
15429         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15430         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15431                 for displaying of headers
15432         * src/grouplist_dialog.[ch] minor changes to remove warnings
15433         * src/prefs_display_headers.[ch] dialog to choose the
15434         headers to display in the mail viewer.
15435         * src/headers.h correction of #define
15436         * src/headers_display.[ch] configuration for displaying of headers.
15437         * src/main.c read config of displaying of headers
15438         * src/prefs_common.c add a button to access the config dialog
15439                 for displaying of headers
15440         * src/prefs_display_headers.[ch] dialog for configuration for
15441                 displaying of the headers.
15442         * src/prefs_headers.c cleaning of code
15443         * src/procheader.c comments added to code
15444         * src/textview.c changes to reorder the headers depending
15445                 on the config for displaying of headers
15446
15447 2001-04-30 [alfons]
15448
15449         0.4.65claws7
15450
15451         * sync with 0.4.65cvs12
15452
15453         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15454
15455 2001-04-30 [sergey]
15456
15457         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15458
15459         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15460         is set to force reconnection after authentication failure.
15461         (nntp_gen_command): set sock->auth_failed on authentication
15462         failure, or if sock->userid and sock->passwd are not set.
15463
15464         * src/news.c (news_session_new_for_folder): set userid=NULL if
15465         password dialog is cancelled.
15466
15467 2001-04-30 [sergey]
15468
15469         * src/nntp.h (NNTPSockInfo): new type.
15470
15471         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15472         SockInfo.
15473         (nntp_open_auth, nntp_close): new functions.
15474         (nntp_gen_command): new function to handle authentication; all
15475         NNTP command functions updated to use it.
15476         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15477         (nntp_list): removed old useless code.
15478
15479         * src/news.h (NNTPSession): new field nntp_sock.
15480
15481         * src/news.c: all functions updated to use NNTPSockInfo instead of
15482         SockInfo.
15483         (news_session_new): new arguments (userid, passwd); made static;
15484         use nntp_open_auth() if needed.
15485         (news_session_destroy): use nntp_close() instead of sock_close().
15486         (news_query_password): changed arguments.
15487         (news_session_new_for_folder): new function.
15488         (news_session_get): use news_session_new_for_folder().
15489         (news_authenticate): deleted.
15490         (news_get_uncached_articles): removed old authentication code.
15491
15492 2001-04-30 [sergey]
15493
15494         * src/news.c: reverted my previous changes (need to do NNTP
15495         authentication in a cleaner way).
15496         
15497 2001-04-29 [sergey]
15498
15499         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15500         news_nntp_post, news_nntp_mode): new functions (wrappers with
15501         authentication support).
15502         (news_get_article_cmd, news_get_article, news_get_header): new
15503         argument "folder"; all callers changed.
15504         (news_get_article_cmd): added authentication support.
15505         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15506         (news_post): use news_nntp_post() instead of nntp_post().
15507         (news_get_uncached_articles): use news_nntp_group() instead of
15508         nntp_group() and news_nntp_xover() instead of nntp_xover();
15509         removed old authentication code.
15510         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15511
15512         * src/nntp.c (nntp_list): return real error code instead of
15513         hardcoded NN_ERROR.
15514
15515 2001-04-29 [sergey]
15516
15517         * configure.in: fixed wint_t typedef detection again
15518
15519 2001-04-28 [hoa]
15520
15521         * src/prefs_account.[ch], added A_LOCAL_CMD
15522                 (send mail with mail command)
15523         * src/send.c added function send_message_with_command()
15524         * src/inc.c made a more secure get_spool() function with
15525                 mktemp() but maybe mkstemp() or something more
15526                 secure can be used.
15527
15528 2001-04-28 [alfons]
15529
15530         * src/textview.c, colorization of email addresses in headers
15531
15532         0.4.65claws6
15533
15534         * bug sync with sylpheed
15535         * prefs_common.c: created date format ui for darko
15536         * sync with 0.4.65cvs11
15537         * configure.in: corrected to have the new gpg checks
15538
15539 2001-04-27 [alfons]
15540
15541         * completed sync with 0.4.65cvs10
15542         * minor debug things added to gtkstext.c
15543
15544 2001-04-27 [darko]
15545
15546         * configure.in: remove check for availability of
15547           strftime() as advised by Hiroyuki
15548         * src/prefs_common.[ch], src/procheader.c:
15549           synch strftime() code with Hiroyki's main branch
15550
15551 2001-04-26 [sergey]
15552
15553         * src/news.c: news_query_password(), news_authenticate(): new
15554           functions.
15555           news_get_uncached_articles(): added NNTP authentication
15556           handling.
15557         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15558           new functions.
15559         * src/prefs_account.c: prefs_account_protocol_activated():
15560           enable userid and password fields for NNTP.
15561
15562 2001-04-26
15563
15564         * configure.in: check for availability of strftime()
15565           [darko]
15566         * src/prefs_common.[ch], src/procheader.c: use
15567           strftime() for displaying date in summary pane if it
15568           is available
15569
15570 2001-04-25
15571
15572         * more .cvsignore cleanups [alfons]
15573
15574 2001-04-25
15575
15576         * ac/sv-check-type.m4: new autoconf macro.
15577         * configure.in: fixed wint_t typedef detection (did not work
15578           with gcc-2.96).
15579
15580 2001-04-25
15581
15582         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15583           [hiroyuki]
15584
15585 2001-04-24
15586         * modified gtkstext.c : buggy cursor navigation fixed, 
15587           and font descent also taken in account when drawing
15588           cursor. [alfons]
15589
15590 2001-04-24 [hoa]
15591         * added comments in src/news.c src/nntp.c
15592         * added src/prefs_headers.[ch]
15593         * added src/headers.[ch]
15594         * modified compose.c to activate custom headers
15595                 added function is_in_custom_headers
15596         * modified prefs_account.[ch]
15597                 added function prefs_account_customhdr_edit
15598         * modified src/defs.h :
15599                 added HEADERS_RC : name of the config file
15600                 for the custom headers
15601
15602 2001-04-24
15603
15604     0.4.65claws5
15605
15606         * configure.in
15607           src/gtkstext.[ch]
15608           src/compose.c
15609           src/Makefile.am
15610           
15611           added gtkstext with configure.in patch by Hiroyuki which
15612           should fix the XIM detection [alfons]
15613
15614         * more clean up of cvs [alfons]
15615
15616                  * removed all Makefile.in files to attic.
15617
15618                  * updated all .cvsignores to really ignore things that could
15619                    be unintentionally committed by a recursive commit.
15620
15621 2001-04-23 [hoa]
15622         * added src/grouplist_dialog.[ch]
15623         * changed src/folderview.c to call grouplist_dialog instead
15624                 of inputdialog
15625         * src/news.c :
15626                 added functions news_reset_group_list
15627                 and news_get_group_list
15628         * src/nntp.c :
15629                 added function nntp_list
15630         * src/defs.h :
15631                 added GROUPLIST_FILE : name of the newsgroup list cache file
15632
15633 2001-04-21
15634
15635         * added option to warn about queued messages on exit [sergey]:
15636
15637           * src/compose.c: compose_queue(): call folder_item_scan()
15638             and folderview_update_item() after queueing.
15639           * src/folderview.c: folderview_update_node(): draw the queue
15640             folder in bold font if there are queued messages.
15641           * src/mainwindow.c: queued_messages(): new function.
15642             app_exit_cb(): display warning if there are queued messages
15643             if warn_queued_on_exit is set.
15644           * prefs_common.[ch]: add warn_queued_on_exit option.
15645
15646         * enhanced GnuPG key selection support [sergey]:
15647
15648           * src/select-keys.c: updated to newer version from Win32
15649             branch with support for selecting arbitrary keys.
15650           * src/prefs_account.c: added the Privacy tab to the account
15651             options window.
15652             prefs_account_privacy_create(),
15653             prefs_account_sign_key_set_data_from_radiobtn(),
15654             prefs_account_sign_key_set_radiobtn(): new functions.
15655           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15656           * src/rfc2015.c: set_signers(): new function.
15657             pgp_sign(): add the account parameter, call set_signers().
15658             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15659           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15660           * src/compose.c: pass the current account to rfc2015_sign().
15661
15662         * tag name claws added to prevent confusion with main branch [alfons]
15663
15664         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15665
15666         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15667
15668         * sync with recent sylpheed cvs. Untested though. [alfons]
15669