103a2450c4270a680e48f2296dbd5363afaa93bb
[claws.git] / ChangeLog.claws
1 2002-12-08 [colin]      0.8.6claws80
2         
3         * src/gtk/sslcertwindow.c
4                 Cleaner popups when asking
5         * src/ssl_certificate.c
6         * src/prefs_common.[ch]
7                 remove ssl certificate pref
8                 put back needed include
9         * src/undo.c
10                 put back needed include
11
12 2002-12-08 [christoph]  0.8.6claws79
13
14         * src/folderview.c
15         * src/logwindow.c
16         * src/statusbar.c
17         * src/summaryview.c
18                 only abort hook invokation if required data is missing not
19                 if our own data pointer is NULL, update hookfunction for
20                 log window
21
22 2002-12-08 [paul]       0.8.6claws78
23
24         * src/about.c
25         * src/addrcache.c
26         * src/addrclip.c
27         * src/addr_compl.c
28         * src/addrselect.c
29         * src/codeconv.c
30         * src/colorlabel.c
31         * src/enriched.c
32         * src/esmtp.c
33         * src/exporthtml.c
34         * src/headerview.c
35         * src/imageview.c
36         * src/manual.c
37         * src/noticeview.c
38         * src/pgptext.c
39         * src/scoring.c
40         * src/sourcewindow.c
41         * src/stringtable.c
42         * src/undo.c
43                 clean up: remove unneccesary includes
44
45 2002-12-08 [christoph]  0.8.6claws77
46
47         * src/folderview.c
48         * src/statusbar.c
49         * src/summaryview.c
50         * src/common/hooks.[ch]
51                 hook functions now have a gboolean return value, if a hook
52                 returns TRUE it will stop executing of any more hooks in
53                 the same hooklist for this invokation
54
55 2002-12-08 [colin]      0.8.6claws76
56         
57         * src/main.c
58                 put back argv0 for CRASH_DIALOG
59
60 2002-12-08 [christoph]  0.8.6claws75
61
62         * src/Makefile.am
63         * src/about.c
64         * src/account.c
65         * src/crash.c
66         * src/esmtp.h
67         * src/imap.[ch]
68         * src/inc.c
69         * src/main.c
70         * src/mainwindow.c
71         * src/news.c
72         * src/pop.[ch]
73         * src/prefs_account.[ch]
74         * src/prefs_common.[ch]
75         * src/send.[ch]
76         * src/smtp.[ch]
77         * src/ssl_certificate.[ch]
78         * src/ssl_manager.[ch]
79         * src/common/Makefile.am
80         * src/common/log.c
81         * src/common/nntp.[ch]
82         * src/common/socket.[ch]
83         * src/common/ssl.[ch]
84         * src/gtk/sslcertwindow.[ch]
85         * ac/openssl.m4
86                 use new autoconf script to detect OpenSSL with extra parameters
87                 to specify the location of libs and includes, also remove USE_SSL
88                 to USE_OPENSSL
89
90         * src/common/sylpheed.[ch]
91         * src/common/version.h.in
92                 start seperation of common code initialization seperated from gui
93
94         * src/summaryview.c
95                 The function that is called when a color lable changes
96                 should not change the color lable again
97
98 2002-12-08 [colin]      0.8.6claws74
99
100         * src/gtk/sslcertwindow.c
101                 warning fixes
102
103 2002-12-08 [colin]      0.8.6claws73
104
105         * src/statusbar.c
106           src/common/log.h
107                 Register a hook for statusbar_puts_all
108         * src/common/log.c
109                 invoke statusbar_puts_all's hook
110         
111 2002-12-08 [colin]      0.8.6claws72
112
113         * src/ssl_certificate.c
114                 Put back a badly-removed include
115
116 2002-12-08 [colin]      0.8.6claws71
117
118         * src/gtk/sslcertwindow.[ch]    ** NEW **
119                 new certificate presentation
120         * src/gtk/Makefile.am
121                 add new files
122         * src/ssl_certificate.[ch]
123                 gtk cleanup, made utility functions public
124         * src/ssl_manager.c
125                 use new cert presentation
126
127 2002-12-07 [christoph]  0.8.6claws70
128
129         * src/Makefile.am
130         * src/nntp.[ch]                 ** REMOVE **
131         * src/common/Makefile.am
132         * src/common/nntp.[ch]          ** NEW **
133                 move nntp files to common directory
134
135 2002-12-07 [christoph]  0.8.6claws69
136
137         * src/procmsg.[ch]
138         * src/summaryview.c
139                 implement msginfo update callback using sylpheed's new
140                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
141
142 2002-12-06 [christoph]  0.8.6claws68
143
144         * src/editgroup.c
145                 This patch changes the 'Edit Group Details' dialog to
146                 allow extended selections in either pane, so that
147                 addresses can be added or removed from a group more
148                 quickly and easily. (it actually is a net decrease in
149                 file size, as some unnecessary functions have been
150                 removed). 
151                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
152
153 2002-12-06 [christoph]  0.8.6claws67
154
155         * src/Makefile.am
156         * src/template.[ch]             ** REMOVE **
157         * src/common/Makefile.am
158         * src/common/template.[ch]      ** NEW **
159                 move template files to common directory
160
161         * src/nntp.c
162                 add missing log.h include
163
164 2002-12-06 [melvin]     0.8.6claws66
165
166         * src/prefs_actions.c
167                 Added the trailing ">" syntax to insert command's output
168                 without replacing old text (in contrast to trailing "|").
169
170 2002-12-05 [colin]      0.8.6claws65
171         
172         * src/common/utils.c
173                 Don't modify original search_string or it'll change
174                 the next iterations in the for()
175
176 2002-12-05 [darko]      0.8.6claws64
177
178         * src/common/utils.c
179                 proper check for filtering commands, found by Colin
180
181 2002-12-05 [darko]      0.8.6claws63
182
183         * src/common/utils.c
184                 check proper string for NULL pointer, found by Colin
185
186 2002-12-05 [darko]      0.8.6claws62
187
188         * src/common/utils.[ch]
189                 expand_search_string(): new function
190                 converts Mutt-like patterns to Sylpheed's
191                 filtering engine
192         * src/summaryview.c
193                 use expand_search_string() to allow Mutt-like
194                 patterns in extended search
195         * README.claws
196                 document extended option in quick search
197
198 2002-12-05 [paul]       0.8.6claws61
199
200         * sync with 0.8.6cvs16
201                 see ChangeLog 2002-12-05
202                 
203         * po/POTFILES.in
204                 clean up
205
206 2002-12-04 [christoph]  0.8.6claws60
207
208         * src/imap.[ch]
209                 put imap authentication code into a new function and
210                 remove it from imap_session_new that will allow to
211                 send other commands before authentication
212
213 2002-12-04 [christoph]  0.8.6claws59
214
215         * src/imap.[ch]
216                 use already existing method to prevent unneeded IMAP
217                 folder selects. Set imap_select parameters to NULL
218                 in some functions if the values are not required.
219
220         * src/xml.h
221                 remove no longer required include
222
223 2002-12-04 [paul]       0.8.6claws58
224
225         * po/es.po
226                 updated by Ricardo Mones Lastra
227                 
228         * configure.in
229           po/hu.po      ** NEW FILE **
230                 initial Hungarian translation, submitted
231                 by Gál Zoltán <galzoli@hu.inter.net>
232
233 2002-12-03 [christoph]  0.8.6claws57
234
235         * src/Makefile.am
236         * src/gtksctree.[ch]            ** REMOVE **
237         * src/gtk/Makefile.am
238         * src/gtk/gtksctree.[ch]        ** NEW **
239                 move gtksctree files to gtk directory
240
241 2002-12-03 [christoph]  0.8.6claws56
242
243         * src/Makefile.am
244         * src/md5.[ch]                  ** REMOVE **
245         * srm/common/Makefile.am
246         * src/common/md5.[ch]           ** NEW **
247                 move md5 files to common directory
248
249         * src/gtkstext.c
250                 remove not required #include
251
252 2002-12-03 [sergey]     0.8.6claws55
253
254         * src/gtkutils.c
255         * src/gtkutils.h
256                 gtkut_window_popup(): new function.
257         * src/mainwindow.c
258                 main_window_popup(): use gtkut_window_popup() to raise
259                 window without changing its position.
260                 (see sylpheed-main ML message [sylpheed:17247])
261
262 2002-12-03 [sergey]     0.8.6claws54
263
264         * src/send.c
265                 send_message_local(): removed first-dot escaping
266                 (SMTP-only, not needed for sending through pipe)
267
268 2002-12-03 [paul]       0.8.6claws53
269
270         * po/POTFILES.in
271                 update to reflect recent changes (thanks
272                 to Ricardo Mones Lastra)
273                 
274         * tools/filter_conv.pl
275                  fix problem with quoted strings. Patch submitted
276                  by Luke Plant <lukeplant@softhome.net>
277
278 2002-12-03 [paul]       0.8.6claws52
279
280         * sync with 0.8.6cvs15
281                 see ChangeLog 2002-12-03
282
283 2002-12-02 [christoph]  0.8.6claws51
284
285         * src/logwindow.[ch]
286         * src/common/log.[ch]
287                 implement logging using a hook function
288
289         * src/folderview.c
290         * src/folder.[ch]
291                 define hooklist name in header file to avoid
292                 errors caused by wrong spelling of hooklist names
293
294         * src/toolbar.c
295                 fix warnings
296
297 2002-12-02 [christoph]  0.8.6claws50
298
299         * src/common/Makefile.am
300                 add src/common/hooks.[ch]
301
302         * src/common/hooks.[ch]
303                 implement a simple hook system using glib's hook functions
304
305         * src/folder.[ch]
306         * src/folderview.c
307                 use new hook system for folder item updates
308
309 2002-12-02 [christoph]  0.8.6claws49
310
311         * doc-src/ui_seperation.txt     ** NEW **
312                 information for ui seperation
313
314         * src/Makefile.am
315                 remove files that were moved to common
316                 include common directory by default for the header files
317
318         * src/inc.c
319         * src/common/socket.c
320         * src/automaton.[ch]
321                 implement automaton using g_io_*-functions instead of
322                 gdk_input_add to make it ui independent
323
324         * src/codeconv.c
325         * src/compose.c
326         * src/ldif.c
327         * src/pgptext.c
328         * src/procmime.c
329         * src/rfc2015.c
330         * src/smtp.c
331         * src/unmime.c
332                 remove common/ prefix because directory is now in
333                 include path
334
335         * src/compose.c
336         * src/folder.c
337         * src/folderview.c
338         * src/mainwindow.c
339         * src/messageview.c
340         * src/prefs_common.c
341         * src/procmsg.c
342         * src/rfc2015.c
343                 fix warnings
344
345         * src/imap.c
346         * src/inc.c
347         * src/news.c
348         * src/pop.c
349         * src/send.c
350         * src/smtp.c
351         * src/ssl_certificate.c
352                 add log.h header file for logging functions
353
354         * src/main.c
355         * src/common/utils.c
356         * src/summaryview.c
357         * src/xml.c
358                 o move debug_mode to common/utils.c
359                 o add functions to set and get debug_mode
360
361         * src/defs.h                    ** REMOVE **
362         * src/intl.h                    ** REMOVE **
363         * src/socket.[ch]               ** REMOVE **
364         * src/ssl.[ch]                  ** REMOVE **
365         * src/utils.[ch]                ** REMOVE **
366                 replaced by new files in src/common/
367         
368         * src/common/Makefile.am
369                 add new files in src/common/
370
371         * src/common/defs.h             ** NEW **
372         * src/common/intl.h             ** NEW **
373         * src/common/log.[ch]           ** NEW **
374         * src/common/socket.[ch]        ** NEW **
375         * src/common/ssl.[ch]           ** NEW **
376         * src/common/utils.[ch]         ** NEW **
377                 replacement for files in src/
378
379 2002-12-02 [colin]      0.8.6claws48
380
381         * src/folderview.c
382                 Scroll folderview if necessary during dnd
383
384 2002-12-02 [colin]      0.8.6claws47
385
386         * src/folder.[ch]
387                 Add check to verify a move is within a single mailbox
388         * src/folderview.c
389                 Add specific error string for this check
390
391 2002-12-02 [colin]      0.8.6claws46
392
393         * src/folder.c
394                 Add a test to folder moving, remove a statusbar_print
395         * src/folderview.c
396                 Add Move folder... context-menu item
397                 Factorize folder moving code
398                 Enable folder DND for mbox
399
400 2002-12-01 [christoph]  0.8.6claws45
401
402         * ac/aspell.m4
403                 remove conf.aspelltest if the version check fails
404
405 2002-11-30 [christoph]  0.8.6claws44
406
407         * autogen.sh
408                 run libtoolize --force in autogen to create missing
409                 libtool scripts
410
411 2002-11-30 [christoph]  0.8.6claws43
412
413         * src/Makefile.am
414         * src/pgptext.c
415         * src/procmime.c
416         * src/rfc2015.c
417         * src/uuencode.[ch]             ** REMOVED **
418         * src/common/Makefile.am
419         * src/common/uuencode.[ch]      ** NEW **
420                 move uuen/decoder to common directory
421
422 2002-11-30 [christoph]  0.8.6claws42
423
424         * src/Makefile.am
425         * src/base64.[ch]               ** REMOVED **
426         * src/codeconv.c
427         * src/compose.c
428         * src/ldif.c
429         * src/pgptext.c
430         * src/procmime.c
431         * src/rfc2015.c
432         * src/smtp.c
433         * src/unmime.c
434         * src/common/Makefile.am
435         * src/common/base64.[ch]        ** NEW **
436                 move base64 en/decoder to common directory
437
438 2002-11-30 [christoph]  0.8.6claws41
439
440         * src/common                    ** NEW **
441                 new directory for UI independent code
442         * src/gtk                       ** NEW **
443                 new directory for GTK frontend
444         * src/common/.cvsignore         ** NEW **
445         * src/gtk/.cvsignore            ** NEW **
446                 ignore build files
447         * src/common/Makefile.am        ** NEW **
448         * src/gtk/Makefile.am           ** NEW **
449                 automake files to build new seperated stuff
450         * src/Makefile.am
451                 the binary will currently still be build with the
452                 files in src, so we include the code from the
453                 subdirs for now after building the libs there
454
455 2002-11-30 [paul]       0.8.6claws40
456
457         * src/compose.c
458                 fix bug [642731] 'Wrong selected account with drafted mail'
459
460 2002-11-29 [oliver]     0.8.6claws39
461         
462         * src/messageview.c
463                 o update summaryview when switching between different
464                   messageviews          
465         * src/toolbar.c  
466                 o check if messageview holds already removed msg
467                   from summaryview
468                 
469
470 2002-11-29 [oliver]     0.8.6claws38
471
472         * src/toolbar.c 
473                 remove not needed variables and includes
474                 make messageview stay opened and move to next when msgs are deleted 
475
476 2002-11-29 [oliver]     0.8.6claws37
477         
478         * src/toolbar.c 
479                 disable compose button (messageview toolbar) by default
480                 deleted msgs are moved to trash
481         
482 2002-11-29 [melvin]     0.8.6claws36
483
484         * configure.in
485                 Increased minimal gpgme version to 0.3.10 (Zombies out)
486                 and to detect signatures expirations (gpgme 0.3.6)
487
488         * src/main.c
489                 Use non obsolescent function for Gpgme engine checking.
490
491         * src/rfc2015.c
492                 Inform about expired signatures or signatures which key
493                 has expired. Expiration date is displayed.
494
495         * src/sigstatus.c
496                 Inform about expired signatures or signatures which key
497                 has expired.
498
499 2002-11-28 [paul]       0.8.6claws35
500
501         * src/folderview.c
502                 re-instate 'Check for new messages' in Newsgroup
503                 folders right-click menu, after a suggestion from
504                 Tim Mann <timmann@users.sourceforge.net>
505
506         * src/main.c
507                 after a crash check only local folders for new
508                 messages
509
510 2002-11-28 [paul]       0.8.6claws34
511
512         * configure.in
513                 apply patch that fixes the checking of GTK with XIM 
514                 support on different OSs, such as FreeBSD. Patch 
515                 submitted by Topia <topia@users.sourceforge.net>
516                 
517 2002-11-28 [paul]       0.8.6claws33
518
519         * src/mainwindow.c
520           src/prefs_common.c
521           src/prefs_toolbar.c
522                 more changes to the English
523
524 2002-11-28 [paul]       0.8.6claws32
525
526         * sync with 0.8.6cvs13
527                 see ChangeLog 2002-11-28 (no sync needed
528                 for src/compose.c)
529
530 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)]   0.8.6claws31
531         
532         * src/mainwindow.[ch]
533                 add patch by Ivan F. Martinez introducing messageview Toolbar
534                 some changes and committed by oliver    
535
536 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)]   0.8.6claws30
537
538         * src/messageview.[ch]
539                 add patch by Ivan F. Martinez introducing messageview Toolbar
540                 some changes and committed by oliver    
541
542 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)]   0.8.6claws29
543
544         * src/compose.[ch]
545                 add patch by Ivan F. Martinez introducing messageview Toolbar
546                 some changes and committed by oliver    
547
548 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)]   0.8.6claws28
549         
550         * src/toolbar.[ch]
551                 add patch by Ivan F. Martinez introducing messageview Toolbar
552                 some changes and committed by oliver
553
554 2002-11-28 [oliver]     0.8.6claws27
555         
556         * src/prefs_toolbar.[ch]
557                 getting ready for messageview toolbar
558                 free mem allocated by gettext
559                 change prefs_toolbar to prefs_toolbar_open
560  
561 2002-11-28 [thorsten]   0.8.6claws26
562
563         * src/imageview.[ch]
564                 cleaned up conflicting declarations of
565                 imageview_show_image()
566
567 2002-11-28 [paul]       0.8.6claws25
568
569         * src/grouplistdialog.c
570           src/prefs_common.c
571           src/prefs_summary_column.c
572                 a few more improvements to the English
573
574 2002-11-28 [colin]      0.8.6claws24
575
576         * man/sylpheed.1
577                 A few updates to command-line parameters
578
579 2002-11-28 [colin]      0.8.6claws23
580
581         * src/prefs_filtering.c
582                 Fix problems with prefs_filtering_delete_path:
583                 a) if the first rule is removed, original pointers
584                    weren't updated (leading to segfaults)
585                 b) it was always global_processing updated in case
586                    of removed path was parent of rule path
587
588 2002-11-27 [paul]       0.8.6claws22
589
590         * src/mainwindow.c
591           src/prefs_account.c
592           src/prefs_actions.c
593           src/prefs_common.c
594           src/prefs_customheader.c
595           src/prefs_display_header.c
596           src/prefs_filtering.c
597           src/prefs_folder_item.c
598           src/prefs_matcher.c
599           src/prefs_scoring.c
600           src/prefs_summary_column.c
601           src/prefs_template.c
602           src/prefs_toolbar.c
603                  improve the English in the GUI
604
605 2002-11-27 [colin]      0.8.6claws21
606
607         * src/folder.c
608                 Fix processing renaming problems happening after
609                 last commit
610
611 2002-11-27 [colin]      0.8.6claws20
612
613         * src/folder.c
614                 recursive move now deletes src each subfolder after 
615                 having moved it
616         * src/folderview.c
617                 Use identifier instead of path during dnd (enables
618                 IMAP folder dnd)
619
620 2002-11-27 [paul]       0.8.6claws19
621
622         * src/main.c
623                 apply patch that does command-line processing 
624                 BEFORE gtk_init, allowing claws to run from 
625                 shell-scripts in non-X environment (e.g. crontab 
626                 or ip-up, ip-down scripts). Patch submitted by
627                 Ruslan N. Balkin <baron@dartel.ru>
628                 
629         * po/it.po
630                 updated by Alessandro Maestri
631
632 2002-11-27 [paul]       0.8.6claws18
633
634         * sync with 0.8.6cvs12
635           src/prefs_common.c
636                 Differences are that main uses a 'Receive dialog'
637                 frame on the Interface tab, whereas claws groups all 
638                 the dialogs together in a 'Dialogs' frame.
639
640 2002-11-27 [colin]      0.8.6claws17
641
642         * src/prefs_matcher.c
643                 Fix Execute criteria's NOT flag
644
645
646 2002-11-26 [christoph]  0.8.6claws16
647
648         * src/ssl.c
649                 rewrite the ssl code a little bit, only use one
650                 SSL context, set default certificates' file/path
651
652 2002-11-26 [thorsten]   0.8.6claws15
653
654         * src/compose.c
655                 default-reply-to didn't work for ml-reply
656
657 2002-11-26 [melvin]     0.8.6claws14
658
659         * src/prefs_actions.c
660                 Made pipe-actions ignore short headers in message view
661                 Made trailing-pipe-actions write in the message view with
662                 the same font as the original message
663
664 2002-11-26 [paul]       0.8.6claws13
665
666         * src/compose.c
667                 this time commit the correct file
668
669 2002-11-26 [paul]       0.8.6claws12
670
671         * sync with 0.8.6cvs11
672           src/quote_fmt_parse.y  
673                 no sync needed
674           src/account.[ch]       
675                 not sync'ed
676           src/compose.c
677                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
678                 on draft mode.
679                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
680                 header
681                 
682         see ChangeLog 2002-11-25 and 2002-11-26
683
684 2002-11-26 [colin]      0.8.6claws11
685
686         * src/folderview.c
687                 Fix collapsed folder not auto-expanding during
688                 mail dnd, if it was the source folder.
689
690 2002-11-25 [colin]      0.8.6claws10
691
692         * src/folderview.[ch]
693                 Variable renaming and cleaning (slist of nodes 
694                 to be re-collapsed is stored in FolderView)
695
696 2002-11-25 [paul]       0.8.6claws9
697
698         * src/prefs_common.[ch]
699                 fix breakage caused by last commit
700
701 2002-11-25 [paul]       0.8.6claws8
702
703         * sync with 0.8.6cvs4
704                 see ChangeLog 2002-11-21
705
706 2002-11-25 [paul]       0.8.6claws7
707
708         * sync with 0.8.6cvs4
709                 see ChangeLog 2002-11-20
710
711 2002-11-25 [paul]       0.8.6claws6
712
713         * sync with 0.8.6cvs3
714                 see ChangeLog 2002-11-18
715
716 2002-11-25 [colin]      0.8.6claws5
717
718         * src/gtkutils.[ch]
719                 Add gtkut_ctree_node_is_parent()
720         * src/folderview.c
721                 Spring-loaded folders
722
723 2002-11-25 [colin]      0.8.6claws4
724
725         * src/utils.[ch]
726                 Add slist_concat_unique(), function to merge
727                 two GSList filtering dups
728         * src/folder.[ch]
729         * src/summaryview.[ch]
730         * src/folderview.c
731         * src/main.c
732                 Add detection/update/display of unread answers
733                 to marked mails
734         * src/procmsg.[ch]
735                 Add procmsg_find_children()
736                 Add procmsg_msg_has_marked_parent()
737
738 2002-11-25 [colin]      0.8.6claws3
739
740         * src/ssl_certificate.[ch]
741                 Allow checking a certificate without a DNS
742                 lookup
743                 Allow to forget a cert (by deleting it)
744                 Make ssl_certificate_destroy_public
745         * src/ssl_manager.[ch] ** NEW FILES **
746                 Gui to manage (display/remove) certificates
747         * src/prefs_common.[ch]
748                 Add a pref to allow silent acceptation of
749                 trusted certificates or not (based on the
750                 "I want to know what's going on" principle)
751         * src/mainwindow.c
752                 Add SSL manager in Tools menu
753         * src/Makefile.am
754                 Add the new files to the build
755         * po/POTFILES.in
756                 Add ssl_manager.c to translations
757
758 2002-11-25 [colin]      0.8.6claws2
759
760         * src/summaryview.[ch]
761                 Add S_SEARCH_EXTENDED to the quick search, which 
762                 allows to search using filtering syntax.
763
764 2002-11-25 [colin]      0.8.6claws1
765
766         * src/summaryview.c
767                 Deletion of duplicates now prefer deleting
768                 the unread dup (fixes feature-request 638989).
769
770 2002-11-24 [paul]       0.8.6claws
771
772         * po/es.po
773           po/pl.po
774           po/ru.po
775           po/sr.po
776                 updated by Ricardo Mones Lastra,
777                 Witold Wladyslaw Wojciech Wilk,
778                 Ruslan N. Balkin, and  Urke MMI 
779                 respectively
780
781 2002-11-24 [paul]       0.8.5claws182
782
783         * po/bg.po
784                 updated by George Danchev
785
786 2002-11-23 [alfons]     0.8.5claws181
787
788         * src/imap.c
789                 tiny memory leak found by browsing Dimitar's 
790                 valgrind report
791
792 2002-11-23 [paul]       0.8.5claws180
793
794         * po/it.po
795                 updated by Alessandro Maestri
796
797 2002-11-22 [christoph]  0.8.5claws179
798
799         * src/compose.c
800         * src/inc.c
801         * src/prefs_filtering.c
802         * src/summaryview.c
803                 more warning fixes
804
805 2002-11-22 [alfons]     0.8.5claws178
806
807         * src/summaryview.c
808                 summary_execute_delete_func(): if message is deleted, make 
809                 sure to also remove its entry in the subject hash table. 
810                 fixes a corner case bug.
811
812 2002-11-22 [paul]       0.8.5claws177
813
814         * .cvsignore
815                 add 'autom4te.cache'
816                 
817         * ltconfig      ** REMOVED **
818                 not needed
819
820 2002-11-22 [paul]       0.8.5claws176
821
822         * src/textview.c
823                 textview_set_font(): fix for message display in
824                 UTF-8 locales (thanks to Sergey Vlasov).
825                 
826         * AUTHORS
827                 add new team members and contributors
828
829
830 2002-11-21 [colin]      0.8.5claws175
831
832         * src/procmsg.[ch]
833                 Add procmsg_remove_special_headers()
834         * src/mh.c
835                 Use procmsg_remove_special_headers() for 
836                 previous fix
837
838 2002-11-21 [colin]      0.8.5claws174
839
840         * src/mh.c
841                 Fix moving/copying from queue/draft folders
842                 for MH folders
843
844 2002-11-21 [christoph]  0.8.5claws173
845
846         * src/crash.c
847         * src/filtering.c
848         * src/logwindow.c
849         * src/main.c
850         * src/matcher_parser_lex.[hl]
851         * src/mbox.c
852         * src/mbox_folder.[ch]
853         * src/prefs_filtering.c
854         * src/procheader.c
855         * src/quote_fmt_lex.l
856         * src/ssl.c
857                 fix all warnings except the warnings in lex and yacc files
858
859 2002-11-20 [christoph]  0.8.5claws172
860
861         * src/imap.c
862                 fix MsgInfo retrieval for IMAP draft and queue folders
863                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
864
865 2002-11-19 [christoph]  0.8.5claws171
866
867         * src/compose.c
868                 fix segfault, when draft saving does not get
869                 the MsgInfo of the new message
870                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
871
872 2002-11-19 [christoph]  0.8.5claws170
873
874         * src/procmsg.c
875                 add parameter check for flag setting function
876                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
877
878 2002-11-18 [paul]       0.8.5claws169
879
880         * src/compose.c
881                 more sensitivity fixes to redirect mode:
882                 * disable toolbar draft button
883                 * allow only Address book in the Tools menu
884                 * disable editing of message by the spell
885                   checker
886
887 2002-11-18 [paul]       0.8.5claws168
888
889         * src/compose.c
890                 fix sensitivity of menu items in compose_redirect():
891                 allow only the necessary items 
892
893 2002-11-18 [paul]       0.8.5claws167
894
895         * src/compose.c
896                 fix bug [ 603259 ] 'attachment got lost on bounce'
897
898 2002-11-18 [paul]       0.8.5claws166
899
900         * po/ru.po
901                 updated by Ruslan N. Balkin <baron@dartel.ru>
902
903 2002-11-18 [colin]      0.8.5claws165
904
905         * src/main.c
906           src/defs.h
907                 Remove old filtering stuff
908
909
910 2002-11-17 [oliver]     0.8.5claws164
911
912         * src/toolbar.h
913                 remove not needed typedef 
914
915 2002-11-17 [oliver]     0.8.5claws163
916
917         * src/toolbar.c
918                 make toolbar's on click events translatable
919
920 2002-11-15 [colin]      0.8.5claws162
921
922         * src/summaryview.c
923                 Revert too-soon integration of a feature
924
925 2002-11-15 [christoph]  0.8.5claws161
926
927         * src/imap.c
928                 use main's implementation of imap_get_msginfo
929
930 2002-11-15 [christoph]  0.8.5claws160
931
932         * src/compose.c
933         * src/folder.[ch]
934         * src/imap.c
935         * src/mbox_folder.c
936         * src/mh.c
937         * src/news.c
938         * src/procmsg.c
939         * src/summaryview.c
940                 replace claws' fetch_msginfo with main's get_msginfo
941                 (use main's implementation where possible)
942
943 2002-11-15 [colin]      0.8.5claws159
944
945         * src/ssl_certificate.c
946                 Missed a check
947
948 2002-11-16 [melvin]     0.8.5claws158
949
950         * po/fr.po
951                 Updated French translations.
952
953 2002-11-16 [colin]      0.8.5claws157
954
955         * src/ssl_certificate.c
956                 Check for missing parts in the certificates
957
958 2002-11-15 [colin]      0.8.5claws156
959
960         * src/folderview.c
961                 Preventive fix (missing check) found by
962                 Alfons
963
964 2002-11-15 [paul]
965
966         * NEWS
967                 sync with 0.8.6 release
968
969 2002-11-15 [colin]      0.8.5claws155
970
971         * src/folder.[ch]
972           src/folderview.c
973                 Fix error handling of folder_item_move_to()
974                 (thanks to Alfons!)
975
976 2002-11-15 [colin]      0.8.5claws154
977
978         * src/folder.[ch]
979           src/folderview.c
980                 folder_item_move_to() sets an error message instead
981                 of having GUI stuff in folder.c
982
983 2002-11-15 [colin]      0.8.5claws153
984
985         * src/procmsg.[ch]
986                 Implemented a callback for MsgInfo updates, 
987                 heavily copy/pasted from Christoph's folder 
988                 callback system
989         * src/summaryview.[ch]
990                 Register summary_update_msg as callback
991
992 2002-11-14 [colin]      0.8.5claws152
993         
994         * src/procmsg.c
995                 Update the FolderItem after sending (fixes 617593)
996
997 2002-11-14 [christoph]  0.8.5claws151
998
999         * src/folder.c
1000                 fix wrong position of NULL pointer check found
1001                 by Sergey
1002
1003 2002-11-14 [christoph]  0.8.5claws150
1004
1005         * src/folder.c
1006                 fix segfault when deleting messages from IMAP folders
1007                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
1008
1009 2002-11-14 [colin]      0.8.5claws149
1010
1011         * src/compose.c
1012                 Forwarding was also ignoring the folder's default account.
1013
1014 2002-11-14 [colin]      0.8.5claws148
1015
1016         * src/compose.c
1017                 Fix sent folder not set to folder properties when 
1018                 forwarding.
1019
1020 2002-11-14 [thorsten]   0.8.5claws147
1021
1022         * src/inc.c
1023                 inc_start(): Files were not moved from .processing to inbox,
1024                 if no global processing rule existed
1025
1026 2002-11-14 [colin]      0.8.5claws146
1027
1028         * src/ssl_certificate
1029                 Fix file operations
1030
1031 2002-11-14 [paul]       0.8.5claws145
1032
1033         * po/it.po
1034                 updated by Alessandro Maestri
1035
1036 2002-11-13 [alfons]     0.8.5claws144
1037
1038         * src/folder.c
1039                 folder_item_close(): only mark messages unread
1040                 when a folder has new messages 
1041
1042 2002-11-13 [keith]      0.8.5claws143
1043
1044         * src/imap.c
1045                 Fix problem moving or copying between
1046                 IMAP folders
1047
1048 2002-11-13 [colin]      0.8.5claws142
1049
1050         * src/matcher_parser_parse.y
1051                 Fix rule problem when " don't match
1052
1053 2002-11-13 [christoph]  0.8.5claws141
1054
1055         * src/folder.c
1056         * src/folderview.c
1057                 moved cache saving to folder_item_close
1058                 the folderview should not have to deal with
1059                 this things
1060
1061 2002-11-13 [christoph]  0.8.5claws140
1062
1063         * src/summaryview.c
1064                 moved setting of important score to
1065                 summary_set_prefs_from_folderitem
1066
1067 2002-11-13 [colin]      0.8.5claws139
1068
1069         * src/matcher_parser_parse.y
1070                 Fix a segfault in the parser (happening when
1071                 a good expression had been tested and a bad 
1072                 one arrives)
1073
1074 2002-11-13 [paul]       0.8.5claws138
1075
1076         * sync with 0.8.5cvs24
1077                 see ChangeLog 2002-11-13
1078                 
1079         * po/pt_BR.po
1080                 updated by Fabio Jr. Beneditto
1081
1082 2002-11-13 [colin]      0.8.5claws137
1083         
1084         * src/msgcache.c
1085           src/defs.h
1086           src/procmsg.[ch]
1087                 Revert last commit, problem
1088
1089 2002-11-13 [colin]      0.8.5claws136
1090
1091         * src/msgcache.c
1092                 Remove duplicated code
1093         * src/defs.h
1094                 Bumped CACHE_VERSION and MARK_VERSION
1095         * src/procmsg.[ch]
1096                 Network endian for cache and mark files
1097
1098 2002-11-12 [colin]      0.8.5claws135
1099
1100         * src/inc.c
1101                 Fix the "socket error" dialog which disappeared
1102
1103 2002-11-12 [colin]      0.8.5claws134
1104
1105         * src/msgcache.c
1106                 Reverse last commit which had performance 
1107                 problems, but still reverse the list
1108
1109 2002-11-12 [colin]      0.8.5claws133
1110
1111         * src/msgcache.c
1112                 Reverse list order
1113
1114 2002-11-12 [melvin]     0.8.5claws132
1115
1116         * src/compose.c
1117                 Added a check for a NULL prefs_common.dictionary
1118
1119 2002-11-12 [colin]      0.8.5claws131
1120
1121         * src/ssl_certificate.[ch]
1122                 Use FQDN hostname
1123
1124 2002-11-12 [colin]      0.8.5claws130
1125
1126         * src/ssl_certificate.[ch]
1127                 Take connection port into account for 
1128                 checking certificates (a single hostname
1129                 could have multiple servers with multiple
1130                 certificates)
1131         * src/ssl.c
1132                 Pass the port to ssl_certificate_check
1133
1134 2002-11-12 [paul]       0.8.5claws129
1135
1136         * src/folder.c
1137                 fix a typo in last commit
1138
1139 2002-11-12 [paul]       0.8.5claws128
1140
1141         * sync with 0.8.5cvs23
1142                 see ChangeLog entry 2002-11-12
1143
1144 2002-11-11 [colin]      0.8.5claws127
1145
1146         * src/ssl_certificate.c
1147                 Cleaner messages
1148                 Don't popup, instead log error, if the 
1149                 corresponding pref is checked
1150         * src/ssl_certificate.h
1151                 include <openssl/objects/h>
1152
1153 2002-11-11 [colin]      0.8.5claws126
1154
1155         * src/ssl_certificate.h
1156                 _Really_ clean it
1157
1158 2002-11-11 [colin]      0.8.5claws125
1159         
1160         * src/ssl_certificate.c
1161                 Fixed leak
1162
1163 2002-11-11 [colin]      0.8.5claws124
1164
1165         * src/ssl.c
1166                 Cleaned a bit
1167         * src/ssl_certificate.[ch]
1168                 Cleaned a bit (better use of SSL API)
1169                 (This will cause non-recognition of saved 
1170                  certificates of claws12[23]...)
1171
1172 2002-11-11 [paul]       0.8.5claws123
1173         
1174         * po/es.po
1175                 updated by Ricardo Mones Lastra
1176
1177 2002-11-11 [colin]      0.8.5claws122
1178
1179         * src/ssl.c
1180                 Fix a typo
1181
1182 2002-11-11 [colin]      0.8.5claws121
1183
1184         * src/ssl_certificate.[ch] ** NEW FILES **
1185         * src/ssl.[ch]
1186                 Check SSL certificates presented to us
1187         * src/Makefile.am
1188                 Add ssl_certificate.[ch]
1189         * po/POTFILES.in
1190                 Add ssl_certificate.c
1191
1192 2002-11-11 [paul]       0.8.5claws120
1193
1194         * sync with 0.8.5cvs22
1195                 see ChangeLog 2002-11-11
1196
1197 2002-11-11 [paul]       0.8.5claws119
1198
1199         * sync with 0.8.5cvs21
1200                 see ChangeLog 2002-11-11
1201
1202 2002-11-10 [jens]       0.8.5claws118
1203
1204         * src/folder.c
1205         * src/folderview.c
1206                 corrected some typing
1207         * po/de.po
1208                 updated german translation
1209         * sylpheed.spec.in
1210                 cleaned up specfile and adjusted it for claws
1211
1212 2002-11-10 [colin]      0.8.5claws117
1213
1214         * src/summaryview.c
1215                 a STATUSBAR_PUSH/POP fix
1216
1217 2002-11-10 [colin]      0.8.5claws116
1218
1219         * src/prefs_folder_item.c
1220                 Fix hanging after opening folder properties
1221
1222 2002-11-10 [hoa]        0.8.5claws115
1223
1224         * src/matcher_parser_lex.l
1225         * src/matcher_parser_parse.y
1226                 config file for scoring and filtering is no more trashed
1227                 when there is a syntax error in a filtering rule when
1228                 editing it in a dialog.
1229
1230 2002-11-09 [colin]      0.8.5claws114
1231
1232         * src/mbox_folder.c
1233                 Added missing initialisation of folder->destroy()
1234
1235 2002-11-09 [colin]      0.8.5claws113
1236
1237         * src/folder.c
1238           src/folderview.c
1239                 Fix the status bar messages
1240
1241 2002-11-09 [colin]      0.8.5claws112
1242
1243         * src/folderview.c
1244                 Fix hangs after folder dnd, happening after 
1245                 claws109.
1246
1247 2002-11-09 [christoph]  0.8.5claws111
1248
1249         * src/folderview.c
1250                 just changed order of calls (reverse order of
1251                 associated calls)
1252         * src/inc.c
1253                 lock inc when checking only one account, otherwise
1254                 inc all could be executed at the same time
1255
1256 2002-11-09 [christoph]  0.8.5claws110
1257
1258         * src/folderview.c
1259                 better unlock the mouse cursor before calling
1260                 summary_show because it changes the cursor too
1261
1262 2002-11-09 [christoph]  0.8.5claws109
1263
1264         * src/folder.[ch]
1265         * src/folderview.c
1266                 add functions to open and close a folder
1267                 o opending will execute scanning for remote folders
1268                   and processing
1269                 o closing will unset new flag for messages
1270
1271 2002-11-09 [colin]      0.8.5claws108
1272
1273         * src/folder.c
1274                 Add a call to prefs_matcher_write_config to 
1275                 avoid non-leaf folders filtering settings to be
1276                 lost
1277
1278 2002-11-09 [paul]       0.8.5claws107
1279
1280         * src/prefs_account.c
1281                 re-word a label
1282
1283 2002-11-09 [colin]      0.8.5claws106
1284
1285         * src/folderview.c
1286                 Minor esthetic fix
1287
1288 2002-11-09 [colin]      0.8.5claws105
1289
1290         * src/folderview.c
1291                 Fix prefs_filtering deletion for MH folders (same
1292                 reason as below)
1293         * src/prefs_filtering.c
1294                 Fix prefs_filtering renaming and deletion for 
1295                 folder-based processing rules.  
1296
1297 2002-11-09 [christoph]  0.8.5claws104
1298
1299         * src/compose.c
1300         * src/folder.[ch]
1301         * src/folderview.[ch]
1302         * src/import.c
1303         * src/inc.c
1304         * src/main.c
1305         * src/mainwindow.c
1306         * src/messageview.c
1307         * src/prefs_folder_item.c
1308         * src/procmsg.c
1309         * src/summaryview.c
1310                 implement a callback system for folder item updates
1311
1312 2002-11-09 [colin]      0.8.5claws103
1313
1314         * src/folderview.c
1315                 Fix prefs_filtering renaming for MH folders (we
1316                 shouldn't rename by path as another folder could
1317                 have the same hierarchy).
1318
1319 2002-11-09 [colin]      0.8.5claws102
1320
1321         * src/folder.c
1322                 Fix a leak found by Christoph, use better variable
1323                 names
1324
1325 2002-11-09 [colin]      0.8.5claws101
1326
1327         * src/folder.c
1328                 One more fix for processing rules
1329
1330 2002-11-08 [colin]      0.8.5claws100
1331         
1332         * src/matcher.c
1333                 Don't copy the compiled regexp (will be reevaluated)
1334         * src/folderview.c
1335                 Lock folderview while moving
1336         * src/folder.c
1337                 Provide info on what's happening to the user
1338
1339 2002-11-08 [colin]      0.8.5claws99
1340
1341         * src/folderview.c
1342                 Fix folder reordering after a move if parent is 
1343                 root
1344         * src/scoring.[ch]
1345                 Add function to copy a ScoringProp
1346         * src/prefs_folder_item.c
1347                 Copy scoring rules when copying a folder prefs
1348
1349 2002-11-08 [colin]      0.8.5claws98
1350
1351         * src/folderview.c
1352                 Fixes in case of failure
1353         * src/filtering.[ch]    
1354                 Add function to duplicate a FilteringProp
1355         * src/matcher.[ch]
1356                 Add function to duplicate a MatcherProp
1357         * src/prefs_folder_item.c
1358                 Save folder's processing rules when copying 
1359                 its prefs
1360
1361 2002-11-08 [colin]      0.8.5claws97
1362         
1363         * src/folderview.c
1364                 Sort after move
1365         * src/folder.c 
1366                 Change a printf to debug_print
1367
1368 2002-11-08 [colin]      0.8.5claws96
1369
1370         * src/folder.c
1371           src/folderview.c
1372                 Fix segfaults, call me stupido
1373         
1374
1375 2002-11-08 [colin]      0.8.5claws95
1376
1377         *src/folder.c
1378                 Added forgotten prefs to save when moving folders
1379
1380 2002-11-08 [colin]      0.8.5claws94
1381
1382         * src/folder.c
1383                 Fixes to folder DND (prefs copy)
1384         * src/folderview.c
1385                 Optimization for folder DND (don't rescan whole tree)
1386                 Added folderview_create_folder_node() for this 
1387                 optimization, so de-duped a bit the code
1388         * src/prefs_folder_item.[ch]
1389                 Added prefs_folder_item_copy_prefs()    
1390           
1391 2002-11-08 [paul]       0.8.5claws93
1392
1393         * src/prefs_account.c
1394           tools/README
1395           tools/kmail2sylpheed_v2.pl
1396                 correct some typos
1397
1398 2002-11-08 [paul]       0.8.5claws92
1399
1400         * src/compose.c
1401           src/prefs_account.[ch]
1402                 remove account options 'clearsign' and 'ascii_armored',
1403                 replace with 'default_gnupg_mode' to prevent mixed-mode
1404                 Privacy settings
1405
1406 2002-11-08 [paul]       0.8.5claws91
1407
1408         * src/compose.[ch]
1409                 re-implement GnuPG 'on-the-fly' mode selection,
1410                 disallow mixed-mode
1411
1412 2002-11-08 [colin]      0.8.5claws90
1413
1414         * src/folderview.c
1415           src/prefs_folder_item.c
1416                 Change "Property" to "Properties"
1417
1418 2002-11-07 [colin]      0.8.5claws89
1419
1420         * src/folderview.c
1421           src/folder.c
1422                 Allow folder dropping to a root folder
1423
1424 2002-11-07 [paul]       0.8.5claws88
1425
1426         * src/compose.c
1427                 revert last commit
1428
1429 2002-11-07 [paul]       0.8.5claws87
1430
1431         * src/compose.c
1432                 fix reply-to-list bug. closes bug report
1433                 "[633382] reply-to-list broken in recent cvs"
1434
1435 2002-11-07 [paul]       0.8.5claws86
1436
1437         * src/compose.c
1438                 add a forgotten '#if USE_GPGME ... #endif'
1439
1440 2002-11-07 [paul]       0.8.5claws85
1441
1442         * sync with 0.8.5cvs20
1443                 see ChangeLog 2002-11-07
1444
1445 2002-11-07 [colin]      0.8.5claws84
1446
1447         * src/folder.[ch]
1448                 Change folder_item_move_to to return the newly 
1449                 created folderitem.
1450         * src/folderview.c
1451                 Select the new folderitem after moving.
1452
1453 2002-11-07 [colin]      0.8.5claws83
1454
1455         * src/prefs_filtering.c
1456                 Fix rule rewriting when moving a leaf folder to a 
1457                 shorter path
1458
1459 2002-11-07 [colin]      0.8.5claws82
1460
1461         * src/prefs_filtering.c
1462                 fix a leak
1463
1464 2002-11-07 [colin]      0.8.5claws81
1465
1466         * src/folder.[ch]
1467                 Add folder_item_move_to() function to move a 
1468                 folderitem into another one (updates matcher etc)
1469         * src/folderview.c
1470                 Add folder drag'n drop (context menu to come)
1471                 [Should be dataloss free, but Please backup before 
1472                  trying !]
1473
1474 2002-11-06 [colin]      0.8.5claws80
1475
1476         * src/mh.c
1477                 mh_create_folder() returns NULL if can't create
1478                 directory hierarchy
1479
1480 2002-11-06 [paul]       0.8.5claws79
1481
1482         * src/compose.[ch]
1483                 allow 'on-the-fly' changing of the type of encryption 
1484                 and/or signing used (mime/ascii) via the compose window
1485
1486 2002-11-06 [paul]       0.8.5claws78
1487
1488         * sync with 0.8.5cvs19
1489                 see ChangeLog 2002-11-06 for src/account.c: 
1490                 account_get_special_folder()
1491                 
1492 2002-11-05 [alfons]     0.8.5claws77
1493
1494         * src/crash.c
1495                 very minor cleanups: nothing to see here, move on. :-)
1496
1497 2002-11-05 [colin]      0.8.5claws76
1498
1499         * src/main.c
1500                 Changes choices if compose windows are opened to
1501                 Discard, Draft, Don't quit
1502
1503 2002-11-05 [thorsten]   0.8.5claws75
1504
1505         * src/compose.c
1506                 reenabled default_reply_to folder option
1507
1508 2002-11-05 [colin]      0.8.5claws74
1509
1510         * src/compose.[ch] 
1511                 add compose_draft()
1512         * src/crash.c
1513                 add SIGTERM handler
1514         * src/main.[ch]
1515                 add clean_quit() for the SIGTERM handler
1516
1517 2002-11-05 [paul]       0.8.5claws73
1518         
1519         * po/es.po
1520                 updated by Ricardo Mones Lastra
1521
1522 2002-11-05 [melvin]     0.8.5claws72
1523
1524         * src/logwindow.c
1525                 Fixed log-clipping bug #616795.
1526                 To stop logging in the log window use 0 length.
1527         * src/prefs_common.c
1528                 Added a label to inform about the 0 log length behaviour.
1529
1530 2002-11-05 [paul]       0.8.5claws71
1531
1532         * sync with 0.8.5cvs17
1533                 see ChangeLog 2002-11-05
1534
1535 2002-11-04 [paul]       0.8.5claws70
1536
1537         * sylpheed-128x128.png
1538           sylpheed-64x64.png
1539           sylpheed.png
1540                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
1541                 <nikai@users.sourceforge.net>
1542                 
1543         * po/bg.po
1544                 updated by George Danchev
1545
1546 2002-11-03 [thorsten]   0.8.5claws69
1547
1548         * src/main.c
1549           src/mimeview.c
1550           src/rfc2015.h
1551                 add check if gpg is active
1552
1553 2002-11-03 [thorsten]   0.8.5claws68
1554
1555         * src/toolbar.h
1556                 removed GSList declaration causing trouble on MacOS-X
1557                 (submitted by alfons, reported by xfesty)
1558
1559 2002-11-01 [paul]       0.8.5claws67
1560
1561         * src/mainwindow.c
1562                 remove last remnants of main's filter code
1563
1564 2002-11-01 [paul]       0.8.5claws66
1565
1566         * tools/filter_conv.pl
1567                 fix bug where user-defined headers were ignored
1568
1569 2002-11-01 [paul]       0.8.5claws65
1570
1571         * src/logwindow.c
1572                 make a debug_print() not translatable
1573
1574 2002-10-31 [melvin]     0.8.5claws64
1575
1576         * ac/aspell.m4
1577                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
1578                 not run any GNU/aspell test.  The dictionary path will
1579                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
1580                 was given, in which case, it will be $prefix/lib/aspell/
1581         * configure.in
1582                 Fixed typo in commentary (Aspell code).
1583
1584 2002-10-31 [paul]       0.8.5claws63
1585
1586         * po/POTFILES.in
1587                 remove src/filter.c and src/prefs_filter.c
1588                 thanks to Ricardo for reminding me
1589
1590 2002-10-31 [colin]      0.8.5claws62
1591
1592         * src/mbox_folder.c
1593                 Plug some leaks
1594
1595 2002-10-31 [paul]       0.8.5claws61
1596
1597         * src/prefs_filter.[ch] ** REMOVED **
1598           src/filter.[ch]       ** REMOVED **
1599           
1600         * src/Makefile.am
1601           src/folderview.c
1602           src/inc.c
1603           src/main.c
1604           src/mainwindow.c
1605           src/mbox.c
1606           src/prefs_common.c
1607           src/prefs_filtering.c
1608           src/summaryview.[ch]
1609                 remove main's 'filter' code
1610                 
1611         README.claws
1612                 update to reflect removal of main's filter
1613
1614 2002-10-31 [paul]       0.8.5claws60
1615
1616         * src/summaryview.c
1617                 remove check for global_processing in summary_filter_open(). 
1618                 This fixes the bug where if the user uses the right-click 
1619                 'Create filter rule...' and doesn't have any filter rules 
1620                 already defined in claws' advanced filtering, the newly 
1621                 created filter rule goes to main's filtering which is 
1622                 inaccessible through the gui. Now the filter rule gets added
1623                 to claws' filtering by default.
1624
1625 2002-10-28 [melvin]     0.8.5claws59
1626
1627         * src/prefs_actions.c
1628                 Fixed bug #627322 where MIME parts were not always
1629                 correctly passed to a %p action
1630                 Display an error dialog when message filename is not found.
1631
1632 2002-10-28 [melvin]     0.8.5claws58
1633
1634         * src/prefs_common.c
1635                 Readded a missing function declaration lost in 0.8.3claws34
1636
1637 2002-10-28 [paul]       0.8.5claws57
1638
1639         * sync with 0.8.5cvs15
1640                 see ChangeLog 2002-10-28 and 2002-10-25
1641                 
1642         Note: ChangeLog entry 2002-10-24 is not sync'ed.
1643
1644 2002-10-27 [oliver]     0.8.5claws56
1645
1646         * src/pop.c
1647                 plug leak in pop3_top_recv
1648
1649 2002-10-26 [christoph]  0.8.5claws55
1650
1651         * src/folder.c
1652                 set need_update folder flag when messages are added
1653                 (closes bug [ 626922 ] folder not updated after receiving)
1654
1655 2002-10-25 [melvin]     0.8.5claws54
1656
1657         * src/imageview.c
1658                 Fixed a memleak introduced in the scaling code.
1659
1660 2002-10-24 [alfons]     0.8.5claws53
1661
1662         * src/filtering.c
1663                 make filtering's forward message action forward from the 
1664                 correct account
1665                 (closes bug [628089 ] Filter -> Forward from address problem
1666                 reported by Oktay)
1667
1668 2002-10-24 [christoph]  0.8.5claws52
1669
1670         * src/mainwindow.c
1671         * src/manual.[ch]
1672                 o use manual of current locale or english if current
1673                   locale is not available (and english is available)
1674                 o also link to sylpheed doc project manuals
1675
1676 2002-10-23 [paul]       0.8.5claws51
1677
1678         * tools/README
1679           tools/kmail2sylpheed_v2.pl
1680                 add new version of kmail addressbook importer script.
1681                 works with newer versions of Kmail/KAddressBook which
1682                 have new and rearranged data.
1683
1684 2002-10-23 [martin]     0.8.5claws50
1685
1686         * src/folderview.c
1687         * src/summaryview.c
1688         * src/utils.h
1689         * src/utils.c
1690                 added length parameter to get_abbrev_newsgroup_name()
1691                 changed this function so that it abbreviates the newsgroup
1692                 names only so long it is smaller than the length parameter
1693                 (for better reading of some newsgroup names and space efficiency)
1694
1695 2002-10-22 [colin]      0.8.5claws49
1696
1697         *src/foldersel.c
1698                 Revert Alfons' last modification (after voting ;-))
1699
1700 2002-10-21 [alfons]     0.8.5claws48
1701
1702         * src/foldersel.c
1703                 folder view in folder selection dialog reflects state of
1704                 folder view in main window
1705
1706 2002-10-18 [alfons]     0.8.5claws47
1707
1708         * src/mbox.c
1709                 drop imported messages in folder selected by user,
1710                 and not in the inbox
1711                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
1712
1713 2002-10-18 [alfons]     0.8.5claws46
1714
1715         * src/compose.c
1716                 make automagic reply work correctly for email accounts 
1717                 (whether it's viable to do a full sync with Hiro's 
1718                 compose.c is still under discussion)
1719
1720 2002-10-18 [melvin]     0.8.5claws45
1721
1722         * src/prefs_actions.c
1723                 Fixed bug #622275 where asynchroneous actions left 
1724                 zombies processes
1725                 Made (synchroneous) actions' input be displayed live.
1726
1727 2002-10-18 [christoph]  0.8.5claws44
1728
1729         * src/textview.c
1730                 don't add a newline in the textview in front of the
1731                 first textpart if header display is disabled
1732                 (closes bug [ 603385 ] disabled header display leaves blank
1733                  lin)
1734
1735 2002-10-18 [christoph]  0.8.5claws43
1736
1737         * src/folder.[ch]
1738         * src/imap.c
1739         * src/mbox_folder.c
1740         * src/mh.c
1741         * src/news.c
1742                 folder->get_num_list now returns an error code
1743                 (closes bug [ 609424 ] News cache cleared on failure)
1744                 
1745 2002-10-17 [colin]      0.8.5claws42
1746         
1747         * src/news.c
1748                 Changed a printf by debug_print
1749
1750 2002-10-16 [paul]       
1751
1752         * tools/OOo2sylpheed.pl
1753                 allow for spaces in the name of the
1754                 file to be attached.
1755
1756 2002-10-16 [colin]      0.8.5claws41
1757
1758         * src/main.c
1759                 Use a tristate to change online mode
1760
1761 2002-10-16 [paul]       0.8.5claws40
1762
1763         * po/es.po
1764                 updated by Ricardo Mones Lastra
1765
1766 2002-10-16 [colin]      0.8.5claws39
1767
1768         * src/main.c
1769           src/mainwindow.[ch]
1770                 Added --online and --offline command-line
1771                 switches
1772
1773 2002-10-15 [christoph]  0.8.5claws38
1774
1775         * src/procmime.c
1776                 set mimeinfo->name to NULL after g_free to
1777                 avoid double freeing with g_free
1778
1779 2002-10-14 [christoph]  0.8.5claws37
1780
1781         * src/compose.c
1782         * src/filtering.c
1783         * src/summaryview.c
1784                 remove calls to folder->change_flags that are now
1785                 done by procmsg flag functions (seems it is not
1786                 used by any foldertype anyway)
1787         * src/folder.c
1788                 init folder->change_flags with NULL
1789
1790 2002-10-14 [christoph]  0.8.5claws36
1791
1792         * src/folder.[ch]
1793         * src/imap.[ch]
1794                 use virtual functions for folder item new and destroy
1795                 functions
1796
1797 2002-10-14 [melvin]     0.8.5claws35
1798
1799         * src/compose.c
1800                 Added a test to not run the spell checker if no default
1801                 dictionary is available. No dialog is displayed though.
1802
1803 2002-10-14 [melvin]     0.8.5claws34
1804
1805         * src/gtkaspell.c
1806                 Fixed bug in dictionary list context menu where
1807                 "More..." pointed to an emtpy submenu if the
1808                 number of dictionaries is a multiple of 15
1809                 Removed unneeded code in suggestions list creation
1810
1811 2002-10-14 [paul]       0.8.5claws33
1812
1813         * po/bg.po
1814                 updated by George Danchev
1815
1816 2002-10-13 [hoa]        0.8.5claws32
1817
1818         * src/matcher.[ch]
1819           src/matcher_parser_parser.y
1820                 removed the escaped string from internal structure
1821                 of matcher.
1822
1823 2002-10-12 [colin]      0.8.5claws31
1824
1825         * src/gtksctree.[ch]
1826           src/summaryview.c
1827                 Removed useless function gtksctree_reanchor
1828
1829 2002-10-12 [alfons]     0.8.5claws30
1830         
1831         * sync with remaining main changes 2002-10-09 - 2002-10-11
1832         - drop changes to src/compose.c (requires claws specific changes)
1833         
1834 2002-10-12 [alfons]     0.8.5claws29
1835         
1836         * sync with main changes of 2002-10-08
1837         - drop changes to src/compose.c (requires claws specific changes)
1838         - drop changes to src/summaryview.c (requires changes to compose.c)     
1839
1840 2002-10-12 [alfons]     0.8.5claws28
1841         
1842         * sync with main changes of 2002-10-07
1843
1844 2002-10-12 [alfons]     0.8.5claws27
1845
1846         * sync with main changes of 2002-10-04
1847         - drop changes to src/compose.c (requires claws specific changes)
1848         - drop changes to src/prefs_folder_item.c (claws implementation
1849           seems to be working)
1850
1851 2002-10-12 [colin]      0.8.5claws26
1852
1853         * src/mainwindow.c
1854                 Fix folder-flicker when space-reading, introduced 
1855                 in claws22.
1856
1857 2002-10-12 [colin]      0.8.5claws25
1858
1859         * src/compose.c
1860                 Save account address when saving as draft.
1861                 (closes bug 621838)
1862
1863 2002-10-12 [colin]      0.8.5claws24
1864
1865         * src/summaryview.c
1866                 Fix the problem consisting of no message selected
1867                 after the last message in a folder has been moved.
1868
1869 2002-10-12 [paul]       0.8.5claws23
1870
1871         * src/compose.c
1872           src/prefs_template.c
1873           src/template.[ch]
1874                 add Cc and Bcc to templates. Patch submitted by
1875                 John L. Males.
1876
1877 2002-10-12 [colin]      0.8.5claws22
1878
1879         * src/folderview.c
1880                 Fix a bug after "Check for new messages":
1881                 If a folder was opened, it was still selected at
1882                 the end of the check, but displayed empty.
1883         * src/mainwindow.c
1884                 Remove unnecessary check
1885
1886 2002-10-12 [paul]
1887
1888         * tools/README
1889                 be more verbose in the description of
1890                 OOo2sylpheed.pl
1891                 
1892
1893 2002-10-11 [colin]      0.8.5claws21
1894
1895         * src/mainwindow.c
1896                 Make space work (better) when no mail is selected
1897
1898 2002-10-11 [colin]      0.8.5claws20
1899
1900         * src/inc.c
1901           src/news.c
1902                 fix warnings
1903
1904 2002-10-11 [colin]      0.8.5claws19
1905
1906         * src/mainwindow.c
1907                 revert 0.8.5claws6 changes as i couldn't get to
1908                 anything satisfying
1909
1910 2002-10-11 [melvin]     0.8.5claws18
1911
1912         * src/compose.c
1913                 Removed buggy and unused macro (should have been committed in
1914                 0.8.5claws17)
1915
1916 2002-10-11 [melvin]     0.8.5claws17
1917
1918         * src/compose.c
1919                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
1920
1921 2002-10-11 [thorsten]   0.8.5claws16 
1922
1923         * src/folderview.c
1924                 remove rescan warning
1925
1926 2002-10-11 [colin]      0.8.5claws15 
1927
1928         * src/procheader.c
1929                 fix a segfault that happens if conv_unmime_header
1930                 fails (should be better to find out why it fails)
1931
1932 2002-10-11 [christoph]  0.8.5claws14
1933
1934         * src/summaryview.c
1935                 update folderview stats after ignore/unignore thread
1936
1937 2002-10-11 [hoa]        0.8.5claws13
1938
1939         * src/quote_fmt_parse.y
1940                 Fixed a yacc/bison syntax error
1941         * src/matcher.c
1942                 Escaping of string is fixed.
1943
1944 2002-10-11 [colin]      0.8.5claws12
1945
1946         * src/imageview.c
1947                 Resize images to fit
1948
1949 2002-10-11 [paul]       0.8.5claws11
1950
1951         * po/es.po
1952                 updated by Ricardo Mones Lastra
1953
1954 2002-10-10 [alfons]     0.8.5claws10
1955
1956         * src/compose.c
1957                 allow dropping files by "moving" files from a file manager,
1958                 not only by the more cumbersome "copying". the latter 
1959                 mostly implies holding down the Control button
1960
1961 2002-10-10 [christoph]  0.8.5claws9
1962
1963         * src/summaryview.c
1964                 update folders after thread building for ignored threads
1965
1966 2002-10-10 [christoph]  0.8.5claws8
1967
1968         * config/.cvsignore
1969                 added Makefile
1970         * src/filtering.[ch]
1971         * src/folder.[ch]
1972         * src/folderview.[ch]
1973         * src/import.c
1974         * src/inc.[ch]
1975         * src/mbox.[ch]
1976         * src/procmsg.c
1977         * src/summaryview.[ch]
1978                 o added new flag need_update to FolderItem
1979                 o removed folder_table from various functions from tracking
1980                   folder updates
1981                 o set need_update flags in folder.c's move, copy and delete
1982                   functions and procmsg's flags functions
1983                 o added function folderview_update_items_when_required that
1984                   updates all folders with need_update set
1985                 o call folderview_update_items_when_required instead of
1986                   folderview_update_item_foreach
1987
1988 2002-10-09 [sergey]     0.8.5claws7
1989
1990         * src/compose.c
1991                 Strip CRs whel loading the text into editor in reedit mode.
1992
1993 2002-10-09 [colin]      0.8.5claws6
1994
1995         * src/mainwindow.c
1996                 Make Space work when no mail is selected
1997
1998 2002-10-09 [colin]      0.8.5claws5
1999
2000         * src/gtksctree.[ch]
2001                 Fix range_select
2002                 Add gtk_sctree_reanchor() 
2003         * src/summaryview.c
2004                 Use gtk_sctree_reanchor() - better fix for 
2005                 bug 60413
2006
2007 2002-10-09 [colin]      0.8.5claws4
2008
2009         * src/summaryview.c
2010                 Fix shift-click select after delete problem
2011                 (closes bug 60413)
2012
2013 2002-10-08 [thorsten]   0.8.5claws3
2014
2015         * src/summaryview.c
2016                 exclude current msg from -hide read messages-
2017
2018 2002-10-08 [colin]      0.8.5claws2
2019
2020         * src/inc.[ch]
2021           src/pop.c
2022           src/recv.c
2023                 Differentiate socket errors from disk full
2024                 errors
2025
2026 2002-10-08 [christoph]  0.8.5claws1
2027
2028         * Makefile.am
2029         * configure.in
2030                 modifications for new config directory
2031
2032         * config.guess  ** REMOVED **
2033         * config.sub    ** REMOVED **
2034         * install-sh    ** REMOVED **
2035         * ltmain.sh     ** REMOVED **
2036         * missing       ** REMOVED **
2037         * mkinstalldirs ** REMOVED **
2038                 these files are autogenerated by automake
2039                 when you run autogen.sh
2040
2041         * config/.cvsignore     ** NEW FILE **
2042         * config/Makefile.am    ** NEW FILE **
2043                 ignore autogenerated files
2044                 create a Makefile in this directory
2045
2046 2002-10-08 [paul]       0.8.5claws
2047
2048         * 0.8.5claws release
2049         
2050         * src/compose.c
2051           src/procheader.c
2052           src/procmsg.c
2053                 fix quote reply format for newsgroups reply bug
2054                 (thanks to Hoa)
2055                 
2056         * po/en_GB.po
2057           po/pl.po
2058                 updated by me and Witold Wladyslaw Wojciech Wilk
2059                 repectively
2060
2061 2002-10-07 [paul]       0.8.3claws53
2062
2063         * po/it.po
2064           po/pt_BR.po
2065           po/sr.po
2066                 updated messages catalogs, submitted by
2067                 Alessandro Maestri, Fabio Jr.Beneditto 
2068                 and Urke MMI, respectively.
2069
2070 2002-10-07 [christoph]  0.8.3claws52
2071
2072         * src/folder.[ch]
2073         * src/folderview.c
2074         * src/mainwindow.c
2075                 fix new folder ghost message bug
2076                 (closes bug [ 619722 ] wrong count for newly created folders)
2077
2078 2002-10-07 [christoph]  0.8.3claws51
2079
2080         * src/compose.c
2081                 fix news posting problem
2082
2083 2002-10-07 [melvin]     0.8.3claws50
2084
2085         * po/fr.po
2086                 Updated French translation
2087
2088 2002-10-05 [christoph]  0.8.3claws49
2089
2090         * src/gtkstext.c
2091                 check if line_start_cache is set in gtk_stext_update_text
2092                 (closes bug [ 618119 ] crash while doing search in folder)
2093
2094 2002-10-05 [christoph]  0.8.3claws48
2095
2096         * src/imap.c
2097         * src/news.c
2098         * src/utils.c
2099         * src/utils.h
2100                 implement cache cleanups for claws' folder system
2101                 (closes bug [ 595916 ] imapcache not cleaned up)
2102
2103 2002-10-05 [melvin]     0.8.3claws47
2104
2105         * src/prefs_actions.c
2106                 Made the help text more clear for the %p token
2107
2108 2002-10-04 [paul]       0.8.3claws46
2109
2110         * sync with 0.8.5
2111                 see ChangeLog 2002-10-02 and 2002-10-03
2112
2113 2002-10-04 [christoph]  0.8.3claws45
2114
2115         * src/inc.c
2116                 fix segfault caused by pop before smtp
2117                 call to inc_account_mail with NULL
2118                 pointer for mainwin
2119
2120 2002-10-04 [paul]       0.8.3claws44
2121
2122         * configure.in
2123                 sync the LDAP detection from 0.8.5cvs1
2124
2125 2002-10-02 [christoph]  0.8.3claws43
2126
2127         * po/de.po
2128                 fix small spelling error
2129
2130 2002-10-02 [melvin]     0.8.3claws42
2131
2132         * ac/aspell.m4
2133                 Behave better and say "no" when test program cannot be run.
2134
2135 2002-10-02 [paul]       0.8.3claws41
2136
2137         * sync with 0.8.4cvs1
2138                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
2139                 
2140         * src/summaryview.c
2141                 toggle the behavior of Reply menuitem between
2142                 normal reply and reply-to-list
2143
2144 2002-10-01 [sergey]     0.8.3claws40
2145
2146         * src/compose.c
2147                 Convert newlines in the message text to the canonical form
2148                 before base64 encoding (RFC2045 compliance, fixes some
2149                 interoperability issues with Evolution 1.0.3)
2150
2151 2002-09-29 [colin]      0.8.3claws39
2152
2153         * src/summaryview.c
2154                 Fix an unwanted copy/paste
2155
2156 2002-09-29 [colin]      0.8.3claws38
2157
2158         * src/mainwindow.c
2159                 Renamed "Custom toolbar" to "Customize toolbar"
2160                 Renamed "Show all header" to "Show all headers"
2161                 Renamed "Set diplay item" to "Set displayed items"
2162         * src/prefs_common.c
2163                 Renamed "Show all header" to "Show all headers"
2164         * src/prefs_summary_column.c
2165                 Renamed "diplay item" to "displayed items"
2166
2167 2002-09-29 [colin]      0.8.3claws37
2168
2169         * src/mainwindow.[ch]
2170                 online/offline status pixmaps follow theme
2171                 changes
2172         * src/summaryview.[ch]
2173                 quicksearch pixmap follows theme changes
2174
2175 2002-09-29 [thorsten]   0.8.3claws36
2176
2177         * src/compose.c
2178           src/prefs_folder_item.[ch]
2179                 add default_reply_to folder option (closes patch 581044)
2180
2181 2002-09-29 [christoph]  0.8.3claws35
2182
2183         * acconfig.h    ** REMOVED **
2184         * configure.in
2185         * ac/aspell.m4
2186         * ac/check-type.m4
2187         * ac/gnupg-check-typedef.m4
2188                 fix autoheader 2.50 warning
2189
2190 2002-09-29 [christoph]  0.8.3claws34
2191
2192         * major code cleanup (part 2)
2193         
2194                 - unused variables removed
2195                 - unused functions removed
2196                 - uninitialized variables checked
2197                 - missing return statements added
2198                 - missing function return types added
2199                 - added parentheses around assignment
2200                   when suggested by gcc
2201
2202 2002-09-29 [alfons]     0.8.3claws33
2203
2204         * src/logwindow.c
2205                 log_window_clear(): only bracket gtk_text_forward_delete() 
2206                 with gtk_text_freeze() / gtk_text_thaw() (see if this
2207                 works around GTK text bug)
2208
2209 2002-09-29 [paul]       0.8.3claws32
2210
2211         * po/bg.po
2212           po/sr.po
2213                 updated by George Danchev and Urke MMI
2214                 respectively
2215
2216 2002-09-27 [christoph]  0.8.3claws31
2217
2218         * doc-src/readme.txt
2219         * doc-src/rfc1806.txt   ** REMOVED **
2220         * doc-src/rfc2183.txt   ** NEW FILE **
2221         * doc-src/rfc2980.txt   ** NEW FILE **
2222                 update rfcs
2223
2224 2002-09-27 [melvin]     0.8.3claws30
2225
2226         * ac/aspell.m4
2227                 Fixed typo which could break linking
2228
2229 2002-09-27 [melvin]     0.8.3claws29
2230
2231         * ac/aspell.m4
2232                 Improved GNU/aspell checking. 
2233                 Fixed bug #614490
2234
2235 2002-09-27 [paul]       0.8.3claws28
2236
2237         * sync with 0.8.3cvs8
2238                 see ChangeLog 2002-09-27
2239
2240 2002-09-26 [colin]      0.8.3claws27
2241
2242         * src/toolbar.[ch]
2243           src/mainwindow.[ch]
2244                 Add "Reply to Mailing-list" to the toolbar
2245
2246 2002-09-26 [christoph]  0.8.3claws26
2247
2248         * src/summaryview.c
2249                 Fix wrong message counts in summaryview status
2250
2251 2002-09-26 [paul]       0.8.3claws25
2252
2253         * sync with 0.8.3cvs7
2254                 see ChangeLog 2002-09-26
2255
2256 2002-09-26 [paul]       0.8.3claws24
2257
2258         * sync with 0.8.3cvs6
2259                 see ChangeLog 2002-09-25
2260
2261 2002-09-25 [christoph]  0.8.3claws23
2262
2263         * src/prefs_common.c
2264         * src/prefs_folder_item.c
2265         * src/prefs_scoring.c
2266                 Renamed "kill score" to "hide score" in GUI
2267                 and prefs files
2268
2269 2002-09-25 [paul]       0.8.3claws22
2270
2271         * sync with 0.8.3cvs5
2272                 see ChangeLog 2002-09-24
2273
2274 2002-09-24 [alfons]     0.8.3claws21
2275
2276         patch by Satoshi Nagayasu: allows appending / saving multiple 
2277         selected files (closes "[ 612279 ] save multiple mesg(s) in 
2278         'Save as ...'")
2279
2280         * AUTHORS
2281                 add Satoshi Nagayasu
2282         * src/summaryview.c
2283                 summary_save_as(): allow saving selected files to
2284                 one file
2285                 summary_set_menu_sensitive: enable "Save As..." when
2286                 multiple files are selected
2287         * src/utils.[ch]
2288                 append_file(): new function
2289
2290 2002-09-24 [colin]      0.8.3claws20
2291
2292         * src/procmime.c
2293                 Fix segfault when mimeinfo doesn't have a 
2294                 content_type. 
2295
2296 2002-09-24 [colin]      0.8.3claws19
2297
2298         * src/prefs_common.[ch]
2299                 Add a preference to display send dialog or not
2300         * src/send.c
2301                 Display send dialog according to preference
2302
2303 2002-09-24 [colin]      0.8.3claws18
2304
2305         * src/compose.[ch]
2306                 Disable user actions when sending
2307
2308 2002-09-24 [colin]      0.8.3claws17
2309
2310         * src/procmime.c
2311                 Do not display name or filename for attachments
2312                 with an application/pgp-signature type
2313                 (security flaw, see bug 537413)
2314
2315 2002-09-23 [colin]      0.8.3claws16
2316
2317         * src/editaddress.c
2318                 Initialize entry_email, entry_alias and 
2319                 entry_remarks to first email address of the list
2320
2321 2002-09-23 [colin]      0.83claws15
2322
2323         * src/compose.c
2324                 Drop pgp-signature when reediting a signed queued
2325                 message
2326
2327 2002-09-23 [melvin]     0.8.3claws14
2328
2329         * po/fr.po
2330                 Updated French translation
2331
2332 2002-09-23 [melvin]     0.8.3claws13
2333
2334         * src/mainwindow.c
2335                 Made custom toolbar menu labels more consistent
2336         * src/prefs_toolbar.c
2337                 Made custom toolbar window title more consistent
2338
2339 2002-09-22 [colin]      0.8.3claws12
2340
2341         * src/inc.c
2342                 Initialize session type to normal before getting 
2343                 mail (fixes strange Get behaviour)
2344         * src/prefs_account.h
2345                 Move STYPE_POP_BEFORE_SMTP to last position to 
2346                 avoid other side-effects
2347
2348 2002-09-22 [colin]      0.8.3claws11
2349
2350         * src/prefs_account.c
2351                 Fix pop_bfr_smtp_tm_entry sensivity when switching
2352                 from pop3 to apop or vice-versa
2353
2354 2002-09-22 [colin]      0.8.3claws10
2355         
2356         * src/prefs_account.[ch]
2357                 Add an option for the POP before SMTP timeout
2358         * src/inc.c
2359                 Remember time of last POP connection
2360         * src/send.c
2361                 Do POP before SMTP only if timeout reached
2362
2363 2002-09-22 [oliver]     0.8.3claws9
2364         
2365         * README.claws
2366                 explain custom toolbar
2367
2368 2002-09-22 [oliver]     0.8.3claws8
2369
2370         * src/prefs_actions.[ch]
2371         custom toolbar for compose      
2372                 actions callback from compose toolbar
2373         * src/folderview.c
2374                 remove include toolbar.h
2375
2376 2002-09-22 [oliver]     0.8.3claws7
2377         
2378         * src/prefs_toolbar.[ch]
2379                 custom toolbar for compose
2380                 - generic prefs_toolbar handles both
2381                   Mainwin's toolbar as well as Compose toolbar          
2382
2383 2002-09-22 [oliver]     0.8.3claws6
2384         
2385         * src/toolbar.[ch]
2386                 custom toolbar for compose
2387                 restructure toolbar.[ch]
2388
2389 2002-09-22 [oliver]     0.8.3claws5
2390
2391         * src/compose.[ch]
2392                 custom toolbar for compose
2393
2394 2002-09-22 [oliver]     0.8.3claws4
2395         
2396         * src/mainwindow.[ch]
2397                 custom toolbar for compose 
2398                 move mainwin toolbar back to mainwindow
2399
2400 2002-09-22 [alfons]     0.8.3claws3
2401
2402         * src/procmsg.c
2403                 :%sno/if(/if (/gc
2404                 :%sno/for(/for (/gc
2405                 (beautify)
2406
2407 2002-09-22 [alfons]     0.8.3claws2
2408         
2409         * src/procmsg.c
2410                 procmsg_save_to_outbox(): don't unlink message file from queue;
2411                 callers should do it using folder_item_remove_msg()
2412
2413 2002-09-22 [colin]      0.8.3claws1
2414
2415         * src/mimeview.[ch]
2416                 Made mimeview_check_signature() public
2417         * src/textview.c
2418                 Made GPG signatures verifiable by clicking
2419                 the [application/pgp-signature] in the Text
2420                 view
2421
2422 2002-09-22 [paul]       0.8.3claws
2423
2424         * po/bg.po
2425           po/en_GB.po
2426           po/es.po
2427           po/it.po
2428           po/pl.po
2429           po/pt_BR.po
2430           po/sr.po
2431                 updated translations, submitted by George Danchev,
2432                 me, Ricardo Mones Lastra, Alessandro Maestri,
2433                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
2434                 and Urke MMI, respectively.     
2435
2436 2002-09-22 [alfons]     0.8.2claws65
2437
2438         * src/procmsg.c
2439         * src/pgptext.c
2440                 no furry valgrinds have been used to plug these memleaks
2441
2442 2002-09-20 [paul]       0.8.2claws64
2443
2444         * sync with 0.8.3cvs4
2445                 'Select thread' re-implemented 
2446                 see ChangeLog 2002-09-20
2447
2448 2002-09-21 [alfons]     0.8.2claws63
2449
2450         * src/compose.c
2451                 compose_send(): plug unnoticed memleak
2452
2453 2002-09-20 [alfons]     0.8.2claws62
2454
2455         * src/addr_compl.c
2456                 replace_address_in_edit(): strict check for NULL address to
2457                 fix "[ 607348 ] Segfault in address completion". My guess is
2458                 that this happens with an empty address book, but it's good
2459                 to have this check here anyway
2460                 
2461                 completion_window_button_press(): free string returned 
2462                 from the internal cache
2463
2464 2002-09-20 [christoph]  0.8.2claws61
2465
2466         * src/procmime.h
2467                 added ENC_BINARY to EncodingType
2468         * src/procmime.c
2469                 the string returned by procmime_get_encoding_str
2470                 should not depend on the order of values in the
2471                 EncodingType definition
2472         * doc-src/rfc1806.txt   ** NEW FILE **
2473                 Added rfc1806 about MIME Content-Disposition
2474                 Extension
2475
2476 2002-09-19 [paul]       0.8.2claws60
2477
2478         * sync with 0.8.2cvs3
2479                 see ChangeLog 2002-09-19
2480
2481 2002-09-19 [paul]       0.8.2claws59
2482
2483         * src/prefs_folder_item.c
2484                 revert to Darko's original alignment of colour
2485                 selector button
2486                 add a colon to folder_color label
2487                 
2488         * src/compose.c
2489                 add Colin's patch (with Hiro's modifications) to 
2490                 force BASE64 encoding for 8-bit text when signing
2491                 (sync with 0.8.3cvs2)
2492
2493 2002-09-18 [alfons]     0.8.2claws58
2494
2495         * src/compose.c
2496                 :%sno/if(/if (/gc
2497                 :%sno/for(/for (/gc
2498                 (beautify a little bit)
2499
2500 2002-09-18 [christoph]  0.8.2claws57
2501
2502         * src/pine.c
2503                 fix handling of fgetc return value
2504
2505 2002-09-17 [alfons]     0.8.2claws56
2506         
2507         * src/summaryview.c
2508                 summary_sort(): check non-NULL summaryview->folder_item when no 
2509                 folder is selected at all
2510                 (closes "[ 610344 ] sort label make syl Crash")
2511
2512 2002-09-17 [alfons]     0.8.2claws55
2513         
2514         * src/compose.c
2515                 beautify a little bit
2516
2517 2002-09-17 [christoph]  0.8.2claws54
2518
2519         * src/folder.c
2520                 initialize max values for cache and folder
2521                 when cache or folder is empty
2522
2523 2002-09-15 [colin]      0.8.2claws53
2524
2525         * src/compose.c
2526                 Fix a leak (thanks Alfons!) and cleaned
2527                 variables names for custom headers
2528
2529 2002-09-15 [colin]      0.8.2claws52
2530
2531         * src/compose.c
2532                 Fix custom headers recognition when
2533                 prefs_common.trans_hdr is on
2534
2535 2002-09-15 [colin]      0.8.2claws51
2536
2537         * src/compose.c
2538                 Allow dynamically-added custom headers
2539                 Yet not reparsed if reedited
2540
2541 2002-09-15 [alfons]     0.8.2claws50
2542
2543         * src/prefs_account.c
2544                 fix warnings
2545
2546 2002-09-15 [colin]      0.8.2claws49
2547         
2548         * src/prefs_account.c
2549                 fix pop_before_smtp sensitivity
2550
2551 2002-09-15 [colin]      0.8.2claws48
2552
2553         * src/inc.[ch]
2554                 add inc_pop_before_smtp()
2555                 allow MainWindow to be undefined in 
2556                 inc_account_mail() and inc_start()
2557         * src/pop.c
2558           src/prefs_account.h
2559                 add STYPE_POP_BEFORE_SMTP session type
2560         * src/prefs_account.c
2561                 activated pop before smtp option
2562         * src/send.c
2563                 do pop before smtp if the relevant option 
2564                 is set
2565
2566 2002-09-15 [paul]       0.8.2claws47
2567
2568         * sync with 0.8.3
2569                 see ChangeLog 2002-09-15
2570
2571 2002-09-14 [paul]       0.8.2claws46
2572
2573         * po/bg.po
2574                 updated Bulgarian translation, submitted by
2575                 George Danchev
2576
2577 2002-09-13 [paul]       0.8.2claws45
2578
2579         * src/compose.c
2580                 merge claws' select_account() with main's
2581                 (new) compose_select_account(). [sync with
2582                 0.8.2cvs15, see ChangeLog 2002-09-11]
2583
2584 2002-09-12 [christoph]  0.8.2claws44
2585
2586         * src/filter.c
2587                 allocate 1 elements of FolderItem not 0
2588
2589 2002-09-12 [colin]      0.8.2claws43
2590
2591         * src/compose.c
2592                 Fix bug #590825 (obey Follow-up: poster)
2593
2594 2002-09-12 [colin]      0.8.2claws42
2595
2596         * src/procmime.c
2597                 Fix bug #557009 (wrong headers for messages 
2598                 forwarded as attachments)
2599
2600 2002-09-11 [colin]      0.8.2claws41
2601         
2602         * src/compose.c
2603                 Put SCF: pseudo-header on top of message
2604                 Set draft tmp_flag when saved as draft
2605
2606         * src/procmsg.c
2607           src/procheader.c
2608                 Skip after first \n\n for beginning of real message
2609                 for drafts too
2610
2611 2002-09-11 [christoph]  0.8.2claws40
2612
2613         * src/filtering.c
2614                 use procmsg flag functions in filtering or processing
2615                 will cause incorrect folder message counts
2616
2617 2002-09-11 [colin]      0.8.2claws39
2618
2619         * src/compose.c
2620                 Fix bug #550175 - wrong save folder when reediting
2621                 drafts
2622
2623 2002-09-11 [paul]       0.8.2claws38
2624
2625         * sync with 0.8.2cvs14
2626                 see ChangeLog 2002-09-11
2627
2628 2002-09-11 [colin]      0.8.2claws37
2629
2630         * src/folder.c
2631                 Fix a typo (seeming to cause new/unread status to
2632                 be lost)
2633
2634 2002-09-10 [christoph]  0.8.2claws36
2635
2636         * src/compose.c
2637                 compose_redirect should not use compose_generic_new
2638                 because that does more stuff than expected including
2639                 opening the external editor
2640                 (closes bug "[ 526608 ] bounced messages appear blank
2641                  in editor")
2642
2643 2002-09-10 [christoph]  0.8.2claws35
2644
2645         * src/folder.c
2646                 fix problem with too large message number range
2647                 causing a crash in folder_item_scan
2648
2649 2002-09-10 [paul]       0.8.2claws34
2650
2651         * sync with 0.8.2cvs13
2652                 see ChangeLog 2002-09-10
2653
2654 2002-09-10 [christoph]  0.8.2claws33
2655
2656         * src/msgcache.c
2657                 set MsgInfo TmpFlags for queue and draft folders
2658                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
2659
2660 2002-09-10 [paul]       0.8.2claws32
2661
2662         * AUTHORS
2663           po/bg.po      ** NEW FILE **
2664                 new Bulgarian translation submitted by
2665                 George Danchev <danchev@spnet.net>
2666                 
2667         * tools/Makefile.am
2668           tools/README
2669           tools/tb2sylpheed     ** NEW FILE **
2670                 add script that converts an addressbook exported
2671                 from The Bat! into a Sylpheed addressbook. Submitted
2672                 by Urke MMI <urke-kg@eunet.yu>
2673
2674 2002-09-10 [paul]       0.8.2claws31
2675
2676         * sync with 0.8.2cvs12
2677                 see ChangeLog 2002-09-10
2678
2679 2002-09-06 [paul]       0.8.2claws30
2680
2681         * src/prefs_common.c
2682                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
2683                 
2684         * tools/Makefile.am
2685           tools/README
2686           tools/ldif-to-xml.py  ** REMOVED **
2687                 remove obsolete python script
2688
2689 2002-09-06 [paul]       0.8.2claws29
2690
2691         * sync with 0.8.2cvs10
2692                 see ChangeLog 2002-09-06
2693
2694 2002-09-04 [paul]       0.8.2claws28
2695
2696         * sync with 0.8.2cvs9
2697                 see ChangeLog 2002-08-04
2698
2699 2002-09-04 [colin]      0.8.2claws27 
2700
2701         * src/prefs_common.[ch]
2702                 Added signature color configuration
2703         * src/textview.c
2704                 Use user-specified signature color
2705
2706 2002-09-03 [colin]      0.8.2claws26
2707
2708         * src/prefs_common.[ch]
2709                 Added autosave and autosave_length prefs
2710         * src/compose.c
2711                 Added compose_remove_draft()
2712                 Auto-save drafts according to the prefs
2713         * src/main.c
2714                 Added a crash-indicator file, allowing to check
2715                 for new messages on startup if Sylpheed crashed
2716                 (makes saved drafts "reappear")
2717
2718 2002-09-03 [colin]      0.8.2claws25
2719
2720         * src/textview.[ch]
2721                 Grey the signature
2722
2723 2002-09-03 [paul]       0.8.2claws24
2724
2725         * sync with 0.8.2cvs8
2726                 see ChangeLog 2002-09-02 and 2002-09-03
2727
2728 2002-09-03 [darko]      0.8.2claws23
2729
2730         * src/folderview.c
2731                 use normal style when creating new folder to pick
2732                 proper font size 
2733
2734 2002-09-02 [melvin]     0.8.2claws22
2735
2736         * src/gtkaspell.m4
2737                 removed some obsolete code
2738
2739 2002-09-02 [melvin]     0.8.2claws21
2740
2741         * ac/aspell.m4
2742                 fixed test's equality sign (== to =)
2743
2744 2002-09-02 [alfons]     0.8.2claws20
2745
2746         * src/folder.c
2747         * src/mh.c
2748                 revert change of 0.8.2claws16 and use the mh_folder_destroy
2749                 as folder->destroy virtual as suggested by Hiro
2750                 (the mh.c code seems to have been lost around mh.c.1.21)
2751
2752 2002-09-02 [paul]       0.8.2claws19
2753
2754         * po/pt_BR.po
2755                 updated by Fabio Jr. Beneditto
2756                 
2757         * src/defs.h
2758                 use 'http://claws.sylpheed.org' for homepage link. 
2759                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
2760
2761 2002-09-01 [alfons]     0.8.2claws18
2762
2763         * src/mh.c
2764                 plug memleak related to one Martin Kluge found
2765
2766 2002-08-31 [paul]       0.8.2claws17
2767
2768         * sync with 0.8.2cvs6
2769                 see ChangeLog 2002-08-30
2770
2771 2002-08-31 [alfons]     0.8.2claws16
2772
2773         * src/folder.c
2774                 folder_destroy(): remove mailbox from folderlist even if it has
2775                 no destroy virtual
2776
2777 2002-08-31 [alfons]     0.8.2claws15
2778
2779         * src/folder.c
2780                 :%sno/if(/if (/gc
2781                 :%sno/for(/for (/gc
2782                 (being pedantic I know)
2783
2784 2002-08-31 [alfons]     0.8.2claws14
2785
2786         * src/folder.c
2787                 check for NULL pointers returned from folder->fetch_msginfo virtual
2788                 (should solve some reported crashes)
2789
2790 2002-08-30 [alfons]     0.8.2claws13
2791
2792         * acconfig.h
2793         * configure.in
2794         * src/crash.c
2795                 enable crash dialog on compilation time
2796                 (--enable-crash-dialog configure option)
2797
2798 2002-08-30 [alfons]     0.8.2claws12
2799
2800         * AUTHORS
2801                 add Martin Kluge
2802         * src/mh.c
2803                 apply memory leak plug patch by Martin Kluge
2804                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
2805                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
2806                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
2807
2808 2002-08-30 [darko]      0.8.2claws11
2809
2810         * src/folderview.c
2811                 copy Gtk style from normal style to match
2812                 font size for coloured folders
2813
2814 2002-08-29 [alfons]     0.8.2claws10
2815
2816         * sylpheed.desktop
2817                 Type=Internet <- Type=Application
2818                 (reported by Michael Schwendt, see:
2819                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
2820                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
2821
2822 2002-08-29 [paul]       0.8.2claws9
2823
2824         * sync with 0.8.2cvs5
2825                 see ChangeLog 2002-08-29
2826
2827 2002-08-29 [colin]      0.8.2claws8
2828
2829         * src/summaryview.c
2830                 Added a sanity check in summary_select_thread
2831                 Should fix bug 601605
2832
2833 2002-08-29 [colin]      0.8.2claws7
2834
2835         * src/main.c
2836                 Revert claws6 changes regarding bug #591676
2837
2838 2002-08-28 [colin]      0.8.2claws6
2839         
2840         * src/main.c
2841                 Ignore cache for queue folderitems
2842                 Fix bug #591676
2843
2844 2002-08-28 [melvin]     0.8.2claws5
2845
2846         * README.claws
2847                 Fixed typos.
2848
2849 2002-08-28 [melvin]     0.8.2claws4
2850
2851         * README.claws
2852                 Updated a bit the text concerning the spell checker
2853
2854 2002-08-28 [melvin]     0.8.2claws3
2855
2856         Merged the GNU_aspell_branch:
2857                 Support of new GNU/aspell is now included and the old pspell
2858                 is not supported anymore.
2859                 See README.claws
2860
2861         * README.claws
2862                 Updated spell checker text to reflect the switch to GNU/aspell
2863
2864         * ac/aspell.m4          *** NEW ***
2865         * src/gtkaspell.[ch]    *** NEW *** 
2866         * ac/pspell.m4          *** DELETED *** 
2867         * src/gtkspell.[ch]     *** DELETED ***
2868
2869         * ac/Makefile.am
2870                 Updated for GNU/aspell support
2871
2872         * po/POTFILES.in
2873                 Replaced gtkspell.c by gtkaspell.c
2874
2875         * acconfig.h
2876         * src/Makefile.am
2877         * src/about.c
2878         * src/compose.[ch]
2879         * src/crash.c
2880         * src/main.c
2881         * src/prefs_common.[ch]
2882                 Updated for GNU/aspell support
2883
2884 2002-08-28 [paul]       0.8.2claws2
2885
2886         * sync with 0.8.2cvs4
2887                 see ChangeLog 2002-08-27 and 2002-08-28
2888
2889 2002-08-28 [colin]      0.8.2claws1
2890
2891         * src/summary_search.c
2892                 Added "AND search"
2893
2894 2002-08-28 [jens]       0.8.2claws
2895
2896         *po/de.po
2897                 Updated German translations
2898
2899 2002-08-27 [melvin]     0.8.2claws
2900
2901         * po/fr.po
2902                 Updated French translations
2903
2904 2002-08-27 [paul]       0.8.2claws
2905
2906         * sync with 0.8.2 main release
2907
2908         * po/en_GB.po
2909           po/es.po
2910           po/it.po
2911           po/pl.po
2912           po/pt_BR.po
2913           po/sr.po
2914                 updated message catalogs submitted by
2915                 Ricardo Mones Lastra, Alessandro Maestri,
2916                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
2917                 Beneditto and Urke MMI  
2918
2919 2002-08-27 [hoa]        0.8.1claws123
2920
2921         * src/mainwindow.[ch]
2922         * src/summaryview.[ch]
2923                 removed the "filter setting" menu option.
2924                 add a "cancel a news message" menu option.
2925
2926 2002-08-26 [martin]     0.8.1claws122
2927
2928         * ChangeLog.claws
2929                 changed string under 0.8.1claws79 changed by myself
2930                 i'm sorry alfons :(
2931
2932 2002-08-26 [martin]     0.8.1claws121
2933
2934         * src/crash.c
2935                 added kill command to debuggerrc to start crash dialog
2936
2937 2002-08-26 [paul]       0.8.1claws120
2938
2939         * sync with 0.8.1cvs31
2940                 see ChangeLog 2002-08-26
2941
2942 2002-08-25 [alfons]     0.8.1claws119
2943
2944         * src/procmsg.c
2945                 fix bug that didn't send out correct headers to news server
2946                 when sending news article and email from queue (bug reported
2947                 and patch provided by Tim Mann; closes bug 
2948                 "[ 583196 ] 0.7.8claws can't post news")
2949
2950 2002-08-25 [alfons]     0.8.1claws118
2951
2952         * src/selective_download.c
2953                 mark two strings as translatable
2954                 (thanks to Urke MMI for pointing this out)
2955
2956 2002-08-25 [alfons]     0.8.1claws117
2957
2958         * src/summaryview.c
2959                 treat sent boxes as special and allow sorting them by addressee
2960                 (closes "[ 589418 ] Sent folder sorting misbehavior"
2961                 submitted by Steve Lamb)
2962
2963 2002-08-24 [alfons]     0.8.1claws116
2964
2965         * src/matcher.c
2966                 fix memleak reported by Martin Kluge
2967                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
2968
2969 2002-08-24 [oliver]     0.8.1claws115
2970
2971         * src/prefs_toolbar.c
2972                 o code cleanup as suggested by Alfons
2973                 o memleak fix
2974
2975 2002-08-24 [alfons]     0.8.1claws114
2976
2977         * src/summaryview.c
2978                 o fix another memory leak reported by Martin Kluge
2979                   (see "[ 599568 ] Small Memory Leak")
2980                 o remove 'from' variable from 'summary_set_header()'; we can
2981                   do with just 'to' 
2982
2983 2002-08-24 [paul]       0.8.1claws113
2984
2985         * sync with 0.8.1cvs30
2986                 see ChangeLog 2002-08-23
2987
2988 2002-08-24 [alfons]     0.8.1claws112
2989
2990         * src/summaryview.c
2991                 remove unnecessary allocations for search bar fixing leaks
2992                 reported by Martin Kluge
2993                 (see "[ 599451 ] Further memory leaks?")
2994
2995 2002-08-24 [alfons]     0.8.1claws111
2996
2997         * src/main.c
2998                 make get_socket_name() public for crash.c
2999         * src/crash.c
3000                 o make report bug button work (goes to claws' 
3001                   bug tracker at sf.net)
3002                 o introduce function for doing important stuff just
3003                   before claws goes down
3004                 o clean up code 
3005
3006 2002-08-24 [alfons]     0.8.1claws110
3007
3008         * src/compose.c
3009                 move cursor to "To" entry when forwarding as attachment
3010                 (reported and solved by Steve Lamb, closes bug report
3011                 "[ 592880 ] Forward as attachment; cursor not in to")
3012
3013 2002-08-24 [colin]      0.8.1claws109
3014
3015         * src/mainwindow.c
3016                 fix quick search visibility after GUI (de)separations.
3017
3018 2002-08-23 [colin]      0.8.1claws108
3019
3020         * src/mainwindow.c
3021                 fix header pane visibility after folderview or
3022                 messageview (de)separation
3023
3024 2002-08-23 [paul]       0.8.1claws107
3025
3026         * src/mainwindow.[ch]
3027           src/toolbar.c
3028                 give full control of display or non-display 
3029                 of the Execute icon to Custom toolbar settings.
3030                 add new sensitivity condition to maninwindow.h: 
3031                 M_DELAY_EXEC
3032
3033         * ChangeLog
3034           ChangeLog.jp
3035           NEWS
3036                 more sync with 0.8.1cvs29
3037
3038 2002-08-23 [melvin]     0.8.1claws106
3039
3040         * src/alertpanel.c
3041                 Readded support for custom widget in alertpanel lost in last
3042                 sync.
3043
3044 2002-08-23 [paul]       0.8.1claws105
3045
3046         * sync with 0.8.1cvs29
3047                 see ChangeLog 2002-08-23
3048
3049 2002-08-23 [colin]      0.8.1claws104
3050
3051         * src/summaryview.c
3052                 Fix folder and search pixmaps exchanging positions
3053                 after theme or toolbar changes. Thank to Oliver for 
3054                 reporting this.
3055
3056 2002-08-23 [colin]      0.8.1claws103
3057
3058         * src/mainwindow.c
3059           src/messageview.[ch]
3060           src/noticeview.[ch]
3061           src/summaryview.c
3062                 Changed messageview_create() and noticeview_create()
3063                 to avoid the last gdk_warning
3064
3065 2002-08-22 [colin]      0.8.1claws102
3066
3067         * src/summaryview.c
3068                 Fix my new `Creating pixmap from xpm' warning
3069
3070 2002-08-22 [colin]      0.8.1claws101
3071
3072         * src/mainwindow.c
3073                 Fix some of the gdk warnings
3074
3075 2002-08-22 [colin]      0.8.1claws100
3076
3077         * src/Makefile.am
3078         * src/stock_pixmap.c
3079         * src/stock_pixmap.h
3080         * src/pixmaps/quicksearch.xpm *ADDED*
3081                 Add the quicksearch pixmap
3082         * src/mainwindow.c
3083         * src/summaryview.c
3084         * src/summaryview.h
3085                 Make quicksearch bar visible/hidden via a button
3086
3087 2002-08-22 [christoph]  0.8.1claws99
3088
3089         * src/folder.c
3090                 fix folder update for newsgroups with message
3091                 numbers below minimum number of articles to fetch
3092                 (closes bug #598445)
3093
3094 2002-08-22 [paul]       0.8.1claws98
3095
3096         * sync with 0.8.1cvs28
3097                 see ChangeLog 2002-08-22
3098
3099 2002-08-21 [alfons]     0.8.1claws97
3100
3101         * src/crash.c
3102                 use bt instead of bt full which seems to work 
3103                 better, and bt full doesn't give a great deal 
3104                 of information anyway
3105
3106 2002-08-21 [colin]      0.8.1claws96
3107
3108         * src/summaryview.c
3109                 fix summaryview_searchtype_changed prototype
3110
3111 2002-08-21 [christoph]  0.8.1claws95
3112
3113         * src/mainwindow.c
3114                 o fix broken menu update for sorting type, we have to
3115                   get this info from the summaryview now
3116                 o removed setting of threaded state in menu callback
3117         * src/summaryview.[ch]
3118                 more summaryview/folderitem seperation for
3119                 threading option
3120         * configure.in
3121                 removed not required --with-compiler-flags option
3122
3123 2002-08-21 [oliver]     0.8.1claws94
3124         
3125         * src/toolbar.h 
3126                 o rename toolbar.xml to toolbar_main.xml
3127                   since toolbar_compose.xml might come up 
3128                   any time soon
3129         * README.claws
3130                 add custom toolbar              
3131
3132 2002-08-21 [darko]      0.8.1claws93
3133
3134         * src/procmsg.c
3135                 don't reset tmp flags for messages copied
3136                 to sent folder
3137
3138 2002-08-21 [colin]      0.8.1claws92
3139         
3140         * src/prefs_filtering.c
3141                 fix renaming rules on folder rename 
3142                 when folder is not a leaf folder
3143
3144 2002-08-21 [paul]       0.8.1claws91
3145
3146         * src/prefs_folder_item.c
3147                 fix alignment of colour selector
3148
3149 2002-08-21 [paul]       0.8.1claws90
3150
3151         * sync with 0.8.1cvs27
3152                 see ChangeLog 2002-08-21
3153
3154 2002-08-21 [paul]       0.8.1claws89
3155
3156         * src/summaryview.c
3157                 fix crash when changing field type in
3158                 Quick search bar
3159
3160 2002-08-21 [colin]      0.8.1claws88
3161
3162         * src/summaryview.c
3163                 Made quick search case-insensitive
3164
3165 2002-08-21 [paul]       0.8.1claws87
3166
3167         * sync with 0.8.1cvs26
3168                 see ChangeLog 2002-08-21
3169
3170 2002-08-20 [christoph]  0.8.1claws86
3171
3172         * src/folderview.c
3173         * src/main.c
3174         * src/summaryview.[ch]
3175                 more summaryview/folderitem seperation for
3176                 sort_key and sort_type
3177         * src/procmsg.c
3178                 added missing return statement
3179
3180 2002-08-20 [colin]      0.8.1claws85
3181
3182         * src/summaryview.[ch]
3183                 Added a quick search box
3184         * src/mainwindow.c
3185         * src/prefs_common.[ch]
3186                 Added a show/hide option for the quick search
3187
3188 2002-08-20 [oliver]     0.8.1claws84
3189         
3190         * src/mainwindow.c
3191                 remove toolbar_create_popups
3192         * src/toolbar.[ch]
3193                 o remove toolbar_create_popups
3194                 o fix toolbar_set_sensitive 
3195                   (Bug reports #596834 and #596832)     
3196         * src/prefs_toolbar.c
3197                 o add "Set default" button
3198                 o align label and text + combo widgets
3199
3200 2002-08-20 [hoa]        0.8.1claws83bis
3201
3202         * src/imap.c
3203                 fixed a bug in imap_fetch_msginfo() in case there is no
3204                 current folder.
3205
3206 2002-08-20 [darko]      0.8.1claws83
3207
3208         * src/folderview.c
3209                 copy the color style of folder view so it
3210                 works with GTK themes
3211
3212 2002-08-20 [darko]      0.8.1claws82
3213
3214         * src/folder.h
3215         * src/folderview.c
3216         * src/prefs_folder_item.[hc]
3217                 don't use UI stuff in folder.h
3218
3219 2002-08-20 [darko]      0.8.1claws81
3220
3221         * src/folder.h
3222         * src/prefs_folder_item.h
3223         * src/folderview.c
3224         * src/prefs_folder_item.c
3225                 ability to set folder color in folderview
3226
3227 2002-08-19 [alfons]     0.8.1claws80
3228
3229         * src/summaryview.c
3230                 fix one of the earlier memleaks reported by Martin Kluge
3231
3232 2002-08-19 [alfons]     0.8.1claws79
3233
3234         * src/mainwindow.c
3235                 hide notice view when selecting seperate folder
3236                 view (reported by Urke MMI)
3237
3238 2002-08-19 [christoph]  0.8.1claws78
3239
3240         * src/folderview.c
3241         * src/prefs_folder_item.h
3242         * src/summaryview.[ch]
3243                 o add summary_set_prefs_from_folderitem to set
3244                   summaryview prefs (first step to remove all
3245                   references to the folderitem in summaryview)
3246                 o moved compiled regex stuff from folderitem prefs
3247                   to summaryview code
3248
3249 2002-08-19 [paul]       0.8.1claws77
3250
3251         * src/compose.c
3252                 add check for '.' to QUOTE_IF_REQUIRED
3253
3254 2002-08-19 [paul]       0.8.1claws76
3255
3256         * src/inc.c
3257                 sync with 0.8.1cvs25 (plug memory leak)
3258
3259         * src/prefs_toolbar.c
3260                 re-order prefs_toolbar_cancel()
3261
3262 2002-08-18 [alfons]     0.8.1claws75
3263
3264         * src/inc.c
3265         * src/matcher.c
3266                 plug other memleaks reported by Martin Kluge
3267
3268 2002-08-18 [paul]       0.8.1claws74
3269
3270         * po/pt_BR.po
3271                 updated by Fabio Jr. Beneditto
3272
3273 2002-08-18 [paul]       0.8.1claws73
3274
3275         * src/toolbar.[ch]
3276                 fix bug where tooltips were displayed untranslated              
3277
3278         * src/prefs_toolbar.c
3279                 fix bug where clicking 'Cancel' creates an icon & text
3280                 toolbar regardless of prefs
3281         
3282
3283 2002-08-17 [oliver]     0.8.1claws72
3284
3285         * src/prefs_toolbar.c
3286                 update toolbar on CANCEL
3287                 bug reported by Martin Kluge
3288         * src/toolbar.c
3289                 toolbar_destroy memleak fixed           
3290
3291 2002-08-17 [alfons]     0.8.1claws71
3292
3293         * src/toolbar.c
3294                 plug another memleak reported by Martin Kluge
3295
3296 2002-08-16 [alfons]     0.8.1claws70
3297
3298         * src/crash.c
3299                 use execvp() correctly (suggested by wwp; thanks!)
3300
3301 2002-08-16 [alfons]     0.8.1claws69
3302
3303         * src/gtksctree.c
3304                 plug memory leak reported by Kim Schultz & Martin Kluge
3305
3306 2002-08-16 [paul]       0.8.1claws68
3307
3308         * po/es.po
3309                 updated by Ricardo Mones Lastra
3310
3311 2002-08-16 [paul]       0.8.1claws67
3312
3313         * src/toolbar.h
3314                 fix bug where 'Compose News' icon showed wrong
3315                 tooltip
3316
3317 2002-08-16 [paul]       0.8.1claws66
3318
3319         * sync with 0.8.1cvs24
3320                 see ChangeLog 2002-08-16
3321
3322         * po/it.po
3323                 updated by Alessandro Maestri
3324
3325 2002-08-15 [paul]       0.8.1claws65
3326
3327         * po/sr.po
3328                 updated by Urke MMI
3329
3330 2002-08-15 [paul]       0.8.1claws64
3331
3332         * src/*.c
3333                 don't translate debug info
3334
3335         * src/matcher.[ch]
3336                 add copyright info
3337
3338 2002-08-15 [paul]       0.8.1claws63
3339
3340         * src/prefs_toolbar.c
3341                 fix bug where clicking 'OK' creates an icon & text
3342                 toolbar regardless of prefs
3343
3344 2002-08-14 [alfons]     0.8.1claws62
3345
3346         * src/main.c
3347                 add global var that has the full argv[0]
3348         * src/crash.c
3349                 o execvp the correct sylpheed by using argv0
3350                   and setting the correct work dir
3351                 o other tweaks  
3352
3353 2002-08-14 [oliver]     0.8.1claws61
3354         
3355         * enable/disable Toolbar Action Buttons 
3356         * code cleanups
3357         * src/mainwindow.c
3358         * src/toolbar.[ch]      
3359         * src/prefs_toolbar.c   
3360
3361 2002-08-14 [melvin]     0.8.1claws60
3362
3363         * po/fr.po
3364                 Updated French translations
3365
3366 2002-08-14 [melvin]     0.8.1claws59
3367
3368         * src/crash.c
3369                 Made bug report not translatable
3370         * src/exporthtml.c
3371                 Fixed exporthtml_build_filespec() return value
3372         * src/foldersel.c
3373                 Fixed incorrect include file
3374         * src/gtkspell.c
3375         * src/prefs_actions.c
3376         * src/prefs_toolbar.c
3377                 Made debug info not translatable
3378         * src/mutt.c
3379         * src/quote_fmt.c
3380                 Added missing includes
3381         * src/prefs_common.c
3382                 Fixed typo
3383
3384 2002-08-14 [paul]       0.8.1claws58
3385
3386         * faq/es/sylpheed-faq.html
3387           faq/es/sylpheed-faq-[1-3].html
3388           faq/es/sylpheed-faq-4.html     **NEW FILE **
3389                 update Spanish FAQ
3390
3391 2002-08-13 [christoph]  0.8.1claws57
3392
3393         * src/procmsg.c
3394                 ignore thread fix that did not mark all
3395                 child nodes of a ignored thread as
3396                 ignored. Does not work perfectly yet,
3397                 but it is better now
3398
3399 2002-08-13 [alfons]     0.8.1claws56
3400
3401         * src/crash.c
3402                 o implement 'save crash log'
3403                 o some tweaks
3404
3405 2002-08-13 [melvin]     0.8.1claws55
3406
3407         * src/main.c
3408                 removed unrequired "execinfo.h" header
3409
3410 2002-08-12 [paul]       0.8.1claws54
3411
3412         * faq/en/sylpheed-faq.html
3413           faq/en/sylpheed-faq-[1-3].html
3414           faq/en/sylpheed-faq-4.html     **NEW FILE **
3415                 update English FAQ
3416
3417 2002-08-12 [alfons]     0.8.1claws53
3418
3419         * po/POTFILES.in
3420                 add crash.c to translatables
3421         * src/crash.c
3422                 bring in Leandro's crash dialog
3423
3424 2002-08-11 [alfons]     0.8.1claws52
3425
3426         * src/crash.c
3427                 clean up some warnings
3428
3429 2002-08-11 [alfons]     0.8.1claws51
3430
3431         * acconfig.h
3432         * configure.in
3433         * src/crash.[ch]        ** NEW FILES **
3434         * src/main.c            
3435                 initial gdb crash handler
3436
3437 2002-08-11 [paul]       0.8.1claws50
3438
3439         * src/prefs_toolbar.c
3440                 replace Up/Down arrow pixmaps with text to be
3441                 consistent across icon themes
3442
3443 2002-08-11 [paul]       0.8.1claws49
3444
3445         * src/prefs_common.c
3446           src/prefs_toolbar.c
3447                 rename 'Pixmap' -> 'Icon'
3448
3449         * src/toolbar.[ch]
3450                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
3451
3452 2002-08-10 [paul]       0.8.1claws48
3453
3454         * src/prefs_toolbar.c
3455                 re-work the UI
3456
3457 2002-08-10 [paul]       0.8.1claws47
3458
3459         * src/main.c
3460                 don't write Processing progress to status bar
3461                 patch submitted by Alexander Evseev
3462
3463         * src/prefs_toolbar.c
3464                 re-position and resize window
3465                 make window assume correct size on first call
3466
3467 2002-08-10 [paul]       0.8.1claws46
3468
3469         * src/mainwindow.c
3470           src/prefs_toolbar.c
3471           src/toolbar.c
3472           src/toolbar.h
3473                 obey coding style
3474                 follow UI text conventions
3475
3476 2002-08-10 [alfons]     0.8.1claws45
3477
3478         * src/toolbar.c
3479                 correct pixmap for delete action
3480
3481 2002-08-10 [paul]       0.8.1claws44
3482
3483         * po/pt_BR.po
3484                 updated by Fabio Jr. Beneditto
3485
3486 2002-08-10 [paul]       0.8.1claws43
3487
3488         * po/POTFILES.in
3489                 add custom toolbar files
3490
3491 2002-08-10 [paul]       0.8.1claws42
3492
3493         * sync with 0.8.1cvs22
3494                 see ChangeLog 2002-08-09
3495
3496 2002-08-09 [paul]       0.8.1claws41
3497
3498         * tools/Makefile.am
3499           tools/README
3500           tools/outlook2sylpheed.pl     ** NEW FILE **
3501                 add script to convert exported Outlook
3502                 contacts list to a Sylpheed addressbook.
3503                 Submitted by Ricardo Mones Lastra.
3504
3505 2002-08-09 [paul]       0.8.1claws40
3506
3507         * AUTHORS
3508           configure.in
3509           po/sr.po      ** NEW FILE **
3510                 add Serbian message catalog. Submitted by
3511                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
3512
3513 2002-08-09 [paul]       0.8.1claws39
3514
3515         * sync with 0.8.1cvs21
3516                 see ChangeLog 2002-08-08
3517
3518 2002-08-08 [oliver]     0.8.1claws38
3519
3520         * src/mainwindow.c
3521                 move Custom Toolbar to Configuration menu
3522
3523 2002-08-08 [oliver]     0.8.1claws37
3524
3525         * src/prefs_toolbar.c
3526                 fix substitute pixmap bug
3527
3528 2002-08-08 [paul]       0.8.1claws36
3529
3530         * sync with 0.8.1cvs19
3531                 see ChangeLog 2002-08-08
3532
3533 2002-08-07 [christoph]  0.8.1claws35
3534
3535         * src/utils.c
3536                 fixed a memory leak in new canonicalize_file_replace
3537
3538 2002-08-07 [christoph]  0.8.1claws34
3539
3540         * src/utils.[ch]
3541                 o canonicalize_file_replace should create the temporary
3542                   file in the same directory as the original file.
3543                 o added get_tmpfile_in_dir that creates a temorary file
3544                   in a specified directory.
3545
3546 2002-08-07 [melvin]     0.8.1claws33
3547
3548         * src/toolbar.c
3549                 fixed bug where 'Article' button acted as 'Email' button.
3550
3551 2002-08-07 [paul]       0.8.1claws32
3552
3553         * sync with 0.8.1.cvs17
3554                 see ChangeLog 2002-08-07
3555
3556 2002-08-07 [colin]      0.8.1claws31
3557         
3558         * src/news.c
3559                 fix mass-cancel problem
3560
3561 2002-08-07 [thorsten]   0.8.1claws30
3562
3563         * src/prefs_toolbar.c
3564                 fix: crash on replace or add new button
3565         * src/toolbar.c
3566                 fix: close xmlfile after reading
3567         * src/utils.c
3568                 fix: unlink() file before rename()
3569
3570 2002-08-06 [paul]       0.8.1claws29
3571
3572         * sync with 0.8.cvs15
3573                 see ChangeLog 2002-08-06
3574
3575 2002-08-06 [oliver]     0.8.1claws28
3576
3577         * src/toolbar.c
3578         * src/prefs_toolbar.c
3579                 fixed empty toolbar issue
3580
3581 2002-08-06 [oliver]     0.8.1claws27
3582
3583         * Custom Toolbar Final 
3584         * src/folderview.c
3585         * src/inc.c
3586         * src/summaryview.c
3587                 o toolbar stuff now lives in src/toolbar.[ch]
3588                 o main_window_toolbar_* functions are renamed to
3589                   toolbar_* reflecting their new source file
3590         * src/mainwindow.[ch]
3591                 o remove toolbar stuff  
3592
3593 2002-08-06 [oliver]     0.8.1claws26
3594         
3595         * src/Makefile.am
3596         * src/prefs_toolbar.[ch]        **New File**
3597         * src/toolbar.[ch]              **New File**
3598                 o prefs_toolbar.[ch] custom toolbar frontend
3599                 o toolbar.[ch]       backend 
3600
3601 2002-08-06 [oliver]     0.8.1claws25
3602
3603         * src/prefs_actions.[ch]
3604                 o new exported function actions_execute
3605
3606 2002-08-06 [paul]       0.8.1claws24
3607
3608         * sync with 0.8.1cvs4
3609                 see ChangeLog 2002-08-06
3610
3611 2002-08-06 [paul]       0.8.1claws23
3612
3613         * sync with 0.8.1cvs13
3614                 see ChangeLog 2002-08-06
3615
3616 2002-08-06 [paul]       0.8.1claws22
3617
3618         * sync with 0.8.1cvs12
3619                 see ChangeLog 2002-08-05 and 2002-08-06
3620
3621 2002-08-06 [match]      0.8.1claws21
3622
3623         * src/addrclip.c
3624                 improvements to cut/copy/paste address
3625
3626 2002-08-05 [match]      0.8.1claws20
3627
3628         * src/addritem.[ch]
3629         * src/addrcache.c
3630         * src/addrbook.c
3631         * src/editaddress.c
3632         * src/addressbook.c
3633                 fixes to improve cut/copy/paste
3634
3635 2002-08-06 [melvin]     0.8.1claws19
3636
3637         * src/account.[ch]
3638                 account_find_all_from_address(): new function that returns the
3639                 list of all accounts that are matched in an address.
3640         * src/alertpanel.[ch]
3641                 alertpanel() now accepts a custom widget
3642                 alertpanel_with_widget(): new function that pops up a panel with
3643                 a custom widget in it 
3644         * src/gtkutils.[ch]
3645                 gtkut_account_menu_new(): new function that allows the selection
3646                 of an account from a list of accounts.
3647         * src/messageview.c
3648                 Extended Return Receipt notification to select the correct 
3649                 account and to make a security test on the Delivery-Notification
3650                 address which should be the same as the Return-Path.
3651
3652 2002-08-06 [thorsten]   0.8.1claws18
3653
3654         * src/mimeview.c
3655                 attach_all: save unnamed as "noname.%d",
3656                 dont free static dirname
3657
3658 2002-08-05 [alfons]     0.8.1claws17
3659
3660         * configure.in
3661                 detect XIM by trying to link rather than compile a XIM program
3662
3663 2002-08-05 [oliver]     0.8.1claws16
3664                 
3665         * src/stock_pixmap.[ch]
3666                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
3667                 o new func to retrieve pixmaps
3668
3669 2002-08-05 [paul]       0.8.1claws15
3670
3671         * sync with 0.8.1cvs10
3672                 see ChangeLog 2002-08-05
3673
3674 2002-08-04 [alfons]     0.8.1claws14
3675
3676         * src/textview.c
3677                 see if this plugs memleak
3678
3679 2002-08-04 [melvin]     0.8.1claws13
3680
3681         * src/gtkspell.c
3682                 fixed bug that could crash Sylpheed when highlighting
3683                 all misspelled words.
3684
3685 2002-08-03 [melvin]     0.8.1claws12
3686
3687         * src/prefs_actions.c
3688                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
3689         * src/messageview.c
3690                 fixed bug where the Return Receipt was sent to
3691                 Delivery-Notification-To address even if it was not present
3692
3693 2002-08-02 [alfons]     0.8.1claws11
3694
3695         * src/prefs_actions.c
3696                 o more check for NULLs
3697                 o put create_io_dialog() in right conditional block
3698
3699 2002-08-02 [paul]       0.8.1claws10
3700
3701         * po/es.po
3702                 updated by Ricardo Mones Lastra
3703
3704 2002-08-01 [christoph]  0.8.1claws9
3705
3706         * src/folder.c
3707                 don't free the cache of the opened
3708                 folder in the summaryview
3709         * src/summaryview.c
3710                 don't unset flags, if it is not required
3711
3712 2002-08-01 [paul]       0.8.1claws8
3713
3714         * sync with 0.8.1cvs8
3715                 see ChangeLog entry 2002-08-01
3716
3717 2002-08-01 [paul]       0.8.1claws7
3718
3719         * sync with 0.8.1cvs7
3720                 see ChangeLog 2002-07-31 and 2002-08-01
3721
3722 2002-07-31 [christoph]  0.8.1claws6
3723
3724         * src/mainwindow.c
3725                 forgot to update menu sensitivity
3726                 function for new menu entry
3727
3728 2002-07-31 [alfons]     0.8.1claws5
3729
3730         * src/main.c
3731                 check folder item and its path for NULL on
3732                 initial processing
3733
3734 2002-07-31 [christoph]  0.8.1claws4
3735
3736         * src/folder.c
3737                 check if folder_item_get_msginfo in
3738                 folder_item_remove_msg returned NULL
3739         * src/imap.c
3740                 better clear the uid cache in the
3741                 uid validity check function and delete
3742                 cached messages
3743
3744 2002-07-31 [paul]       0.8.1claws3
3745
3746         * man/sylpheed.1
3747                 add the '--attach' option and a few other
3748                 minor changes
3749
3750 2002-07-31 [paul]       0.8.1claws2
3751
3752         * sync with 0.8.1cvs5
3753                 see ChangeLog 2002-07-31
3754
3755 2002-07-31 [christoph]  0.8.1claws1
3756
3757         * src/folderview.[ch]
3758         * src/mainwindow.c
3759                 replace "Rescan all folders..." with
3760                 "Check all folders for new messages..."
3761
3762 2002-07-30 [paul]       0.8.1claws
3763
3764         * version 0.8.1claws released
3765
3766 2002-07-30 [paul]       0.8.0claws29
3767
3768         * tools/OOo2sylpheed.pl ** NEW FILE **
3769           tools/README
3770                 add script to enable sending documents as
3771                 attachments from OpenOffice.org
3772
3773 2002-07-30 [melvin]     0.8.0claws28
3774
3775         * src/prefs_actions.c
3776                 Made the actions' input/output dialog display
3777                 without delay.
3778
3779 2002-07-30 [christoph]  0.8.0claws27
3780
3781         * src/procmsg.c
3782                 check if folder_item_get_msginfo in
3783                 procmsg_save_to_outbox returned NULL
3784
3785 2002-07-30 [paul]       0.8.0claws26
3786
3787         * sync with 0.8.1cvs4
3788                 see ChangeLog 2002-07-29
3789
3790 2002-07-29 [thorsten]   0.8.0claws25
3791
3792         * README.claws
3793                 added selective download, delete on server
3794
3795 2002-07-29 [paul]       0.8.0claws24
3796
3797         * sync with 0.8.1cvs3
3798                 see ChangeLog 2002-07-29
3799
3800 2002-07-27 [christoph]  0.8.0claws23
3801
3802         * src/folder.c
3803                 add extra check if fetching the msginfo
3804                 returned NULL
3805
3806 2002-07-27 [paul]       0.8.0claws22
3807
3808         * sync with 0.8.1cvs2
3809                 see ChangeLog 2002-07-26
3810
3811 2002-07-27 [christoph]  0.8.0claws21
3812
3813         * src/imap.c
3814                 add another check if a valid msginfo
3815                 was returned
3816
3817 2002-07-26 [hoa]        0.8.0claws20
3818
3819         * src/folder.c
3820                 Fixed a condition in folder_item_destroy()
3821
3822         * src/imap.c
3823                 Fixed an error in IMAP protocol
3824
3825 2002-07-26 [alfons]     0.8.0claws19
3826
3827         * src/folder.c
3828                 ofcourse compare with identifier, not the path
3829
3830 2002-07-26 [alfons]     0.8.0claws18
3831
3832         * src/folder.c
3833                 use folder item identifier for saving / restoring
3834                 preferences because folder->path might not be unique
3835
3836 2002-07-26 [melvin]     0.8.0claws17
3837
3838         * src/logwindow.c
3839                 Fixed a crash introduced in 0.8.0claws5 when log is 
3840                 cut under 80 characters.
3841
3842 2002-07-26 [paul]       0.8.0claws16
3843
3844         * sync with 0.8.1cvs1
3845                 see ChangeLog 2002-07-26
3846
3847 2002-07-26 [christoph]  0.8.0claws15
3848
3849         * src/imap.[ch]
3850                 imap folder now remembers the last selected
3851                 folder and imap_fetch_msginfo skips selecting
3852                 the folder if it is already selected
3853
3854 2002-07-26 [christoph]  0.8.0claws14
3855
3856         * src/folder.c
3857         * src/folderview.c
3858         * src/imap.c
3859                 fix imap folder rescanning
3860
3861 2002-07-25 [christoph]  0.8.0claws13
3862
3863         * src/filter.c
3864         * src/folder.[ch]
3865         * src/folderview.c
3866         * src/imap.[ch]
3867         * src/mainwindow.c
3868         * src/mbox_folder.c
3869         * src/mh.c
3870         * src/news.c
3871                 implement imap uid cache and uid validity check
3872
3873 2002-07-25 [alfons]     0.8.0claws12
3874
3875         * src/summaryview.c
3876                 fix a brown paper bag bug, and also add some more
3877                 checks
3878
3879 2002-07-25 [christoph]  0.8.0claws11
3880
3881         * src/folder.c
3882                 don't mix copy, fetch_msginfo and remove
3883                 operations in folder item copy and move
3884                 operations
3885
3886 2002-07-25 [christoph]  0.8.0claws10
3887
3888         * src/folderview.c
3889         * src/mainwindow.c
3890         * src/prefs_folder_item.c
3891         * src/summaryview.[ch]
3892                 remove no longer required parameter update_cache from
3893                 summary_show
3894
3895 2002-07-25 [paul]       0.8.0claws9
3896
3897         * sync with 0.8.1
3898         
3899         * AUTHORS
3900                 a few corrections
3901
3902 2002-07-24 [alfons]     0.8.0claws8
3903
3904         * src/summaryview.c
3905                 sort correctly when using simplified subject line
3906                 (closes feature request "[ 585141 ] applying regexp to subject 
3907                 before sort" submitted by Alexandra Walford)
3908
3909 2002-07-24 [paul]       0.8.0claws7
3910
3911         * sync with 0.8.0cvs3
3912                 see ChangeLog 2002-07-24
3913
3914 2002-07-23 [christoph]  0.8.0claws6
3915
3916         * src/folder.c
3917         * src/folder.h
3918         * src/summaryview.c
3919         * src/summaryview.h
3920         * src/main.c
3921                 o separate processing and summaryview
3922                 o removed summary_write_cache from summaryview
3923                 o removed summaryview->killed_messages, because we don't have
3924                   to keep a list of killed messages anymore. New cache will
3925                   keep the hidden messages in cache anyway
3926         * src/folderview.c
3927         * src/inc.c
3928         * src/selective_download.c
3929                 o removed unnecessary summary_write_cache calls
3930         * src/procmsg.c
3931                 o don't set ignore thread flag in procmsg_get_thread_tree
3932                   if it is already set
3933         * src/mainwindow.c
3934         * src/statusbar.h
3935                 o moved STATUSBAR_PUSH/POP to statusbar.h because
3936                   they are used in different files
3937
3938 2002-07-23 [melvin]     0.8.0claws5
3939
3940         * src/addressbook.c
3941         * src/addrgather.c
3942         * src/editaddress.c
3943         * src/editgroup.c
3944         * src/editldap_basedn.c
3945         * src/importldif.c
3946         * src/prefs_common.c
3947                 Fixed few memory leak (gtk_editable_get_chars returns
3948                 an allocated string)
3949         * src/logwindow.c
3950                 Fixed few memory leak (gtk_editable_get_chars returns
3951                 an allocated string) and modified a little the log cutting
3952                 loop.
3953         * src/compose.c
3954                 Replaced a call to an obsolete function gtk_entry_get_text()
3955                 by gtk_editable_get_chars()
3956         * src/send.c
3957                 Removed a debug printf
3958
3959 2002-07-23 [christoph]  0.8.0claws4
3960
3961         * src/filesel.c
3962                 fix another g_dirname memory leak
3963
3964 2002-07-23 [christoph]  0.8.0claws3
3965
3966         * src/mh.c
3967                 fixed a memory leak in mh_fetch_msginfo
3968                 fixed crash when message header could not be
3969                 parsed
3970
3971 2002-07-23 [paul]       0.8.0claws2
3972
3973         * sync with 0.8.0cvs2
3974                 see ChangeLog 2002-07-23
3975
3976 2002-07-23 [paul]       0.8.0claws1
3977
3978         * sync with 0.8.0cvs1
3979                 see ChangeLog 2002-07-23
3980
3981 2002-07-23 [paul]       0.8.0claws
3982
3983         * release of 0.8.0claws
3984
3985 2002-07-23 [paul]       0.7.8claws99
3986
3987         * po/ru.po
3988                 new Russian translation, submitted by
3989                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
3990
3991 2002-07-22 [jens]       0.7.8claws98
3992
3993         * po/de.po
3994                 Updated German translations.
3995
3996 2002-07-22 [paul]       0.7.8claws97
3997
3998         * po/es.po
3999           po/it.po
4000           po/nl.po
4001           po/pt_BR.po
4002                 updated translations by Ricardo Mones Lastra,
4003                 Alessandro Maestri, Wilbert Berendsen and 
4004                 Fabio Jr. Beneditto respectively
4005
4006 2002-07-22 [christoph]  0.7.8claws96
4007
4008         * src/mimeview.c
4009                 fix memory leak caused by wrong g_dirname usage
4010
4011 2002-07-22 [christoph]  0.7.8claws95
4012
4013         * src/summaryview.c
4014                 update new and unread message counts for summaryview
4015                 summaryview does not get it from the folder anymore
4016                 and has to update the values itself
4017
4018 2002-07-22 [melvin]     0.7.8claws94
4019
4020         * po/fr.po
4021                 Updated French translations.
4022
4023 2002-07-22 [christoph]  0.7.8claws93
4024
4025         * src/matcher.c
4026                 set prop->preg pointer to NULL or following check
4027                 will not fail and regexec will be called with
4028                 invalid pointer
4029
4030 2002-07-21 [alfons]     0.7.8claws92
4031         
4032         * src/prefs_common.[ch]
4033                 remove option "Send return receipt on request"
4034
4035 2002-07-21 [thorsten]   0.7.8claws91
4036
4037         * src/mimeview.c
4038                 fixed memleaks, coding style as pointed out by alfons
4039
4040 2002-07-21 [alfons]     0.7.8claws90
4041
4042         * src/messageview.c
4043         * src/noticeview.[ch]
4044                 o fix bug notice view being displayed when going to empty folder 
4045                   (noticed by Christoph)
4046                 o allow RRR to be sent when restarting sylpheed, or changing folder 
4047                   (noticed by Thorsten)
4048
4049 2002-07-21 [thorsten]   0.7.8claws89
4050
4051         * src/mimeview.c
4052                 Included save_all patch from Xaview FACQ
4053                 added support for pathnames
4054
4055 2002-07-21 [alfons]     0.7.8claws88
4056
4057         * po/POTFILES.in
4058         * src/Makefile.am
4059         * src/mainwindow.c
4060         * src/messageview.[ch]
4061         * src/noticeview.c      ** NEW FILE **
4062         * src/noticeview.h      ** NEW FILE **
4063                 make return receipts work again
4064                 (UI idea by Leandro Pereira)
4065
4066 2002-07-21 [paul]       0.7.8claws87
4067
4068         * src/summaryview.c
4069                 fix sensitivity of 'Select thread'
4070
4071 2002-07-21 [paul]       0.7.8claws86
4072
4073         * src/prefs_common.c
4074                 add browser command line for Galeon
4075
4076 2002-07-21 [paul]       0.7.8claws85
4077
4078         * Makefile.am
4079                 fix 'EXTRA_DIST': remove README.README, add TODO
4080                 and TODO.claws
4081
4082 2002-07-21 [alfons]     0.7.8claws84
4083
4084         * src/gtkstext.c
4085                 make enter clear selection
4086                 (closes "[ 579888 ] Editor selection/entry error"
4087                 reported by Steve Lamb)
4088
4089 2002-07-21 [alfons]     0.7.8claws83
4090         
4091         * src/summaryview.c
4092                 sort message list when selecting unthread messages
4093                 (closes "[ 501593 ] switching threaded view doesn't sort"
4094                 reported by Simon Schubert)
4095
4096 2002-07-20 [alfons]     0.7.8claws82
4097         
4098         * src/matcher.c
4099                 const-correctness
4100
4101 2002-07-20 [thorsten]   0.7.8claws81
4102
4103         * src/matcher.c
4104                 Fixed expansion of empty fields in matchactions
4105
4106 2002-07-19 [melvin]     0.7.8claws80
4107
4108         * src/gtkspell.c
4109                 Removed a duplicate menu entry (fast mode) introduced during
4110                 the new cache merge
4111                 Added a menu separator between 'Use alternate' and 'Fast mode'
4112
4113 2002-07-19 [paul]       0.7.8claws79
4114
4115         * tools/Makefile.am
4116           tools/README
4117                 correct typos
4118
4119 2002-07-19 [thorsten]   0.7.8claws78
4120
4121         * tools/calypso_convert.pl      ** NEW FILE **
4122           tools/README
4123           tools/Makefile.am
4124                 script to import mbox files exported
4125                 by calypso
4126                 o generates folder structure
4127                 o includes attachments
4128
4129 2002-07-19 [melvin]     0.7.8claws77
4130
4131         * src/selective_download.[ch]
4132                 Fixed bug where closing the dialog with the window manager's
4133                 close button will not unlock the summary
4134                 Corrected some function declarations that missed a return value
4135                 Made the source code comply better with coding style.
4136         * src/prefs_common.c
4137                 Added new browser command line for Mozilla.
4138
4139 2002-07-18 [paul]       0.7.8claws76
4140
4141         * src/mainwindow.c
4142           src/selective_download.[ch]
4143                 reflect theme changes, fix Gdk Warning when creating 
4144                 pixmap from NULL window, and minor clean up.
4145                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
4146
4147         * po/en_GB.po
4148                 updated
4149
4150 2002-07-17 [paul]       0.7.8claws75
4151
4152         * INSTALL[.jp]
4153                 sync with 0.8.0
4154         
4155         * po/en_GB.po
4156                 updated
4157
4158 2002-07-16 [paul]       0.7.8claws74
4159
4160         * tools/filter_conv.pl
4161           tools/README
4162                 replace conversion script with reimplemented version, 
4163                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
4164
4165 2002-07-16 [colin]      0.7.8claws73
4166
4167         * src/summaryview.c
4168                 remove forgotten debug messages - sorry ;-)
4169
4170 2002-07-16 [colin]      0.7.8claws72
4171
4172         * src/mimeview.c
4173           src/summaryview.c
4174           src/textview.c
4175           src/textview.h
4176                 add the ability to select part of a text mime-part 
4177                 to reply.
4178
4179 2002-07-15 [christoph]  0.7.8claws71
4180
4181         * src/folder.c
4182                 fix folder message count for folders without
4183                 msg_is_changed (includes news folders)
4184
4185 2002-07-15 [martin]     0.7.8claws70
4186
4187         * src/summaryview.c
4188                 option "display recipient on 'From'..." now works
4189                 without the need of enabling the option
4190                 "display  sender  using  address  book".
4191
4192 2002-07-15 [christoph]  0.7.8claws69
4193
4194         * src/summaryview.c
4195                 removed setting folder status from summaryview.
4196                 folder.c should update all message counts correctly.
4197
4198 2002-07-15 [paul]       0.7.8claws68
4199
4200         * po/pt_BR.po
4201                 updated by Fabio Junior Beneditto
4202
4203 2002-07-15 [darko]      0.7.8claws67
4204
4205         * src/mh.c
4206                 Fixed target folder colorization, don't decrease op
4207                 number twice
4208
4209 2002-07-14 [paul]       0.7.8claws66
4210
4211         * sync with main 0.8.0
4212                 see ChangeLog 2002-07-14
4213
4214 2002-07-13 [melvin]     0.7.8claws65
4215         
4216         * src/addrbook.c
4217         * src/addressbook.c
4218         * src/addrindex.c
4219                 Replaced sprintf by g_snprintf to prevent possible buffer
4220                 overflow.
4221         * src/news.c
4222                 Corrected a log message output format.
4223                 Added a missing "done" debug output.
4224         * src/compose.c
4225                 Added keyboard accelerator for Priority menu items
4226                 Added missing \n in debug output
4227         * src/logwindow.c
4228         * src/gtkspell.c
4229         * src/rfc2015.c
4230                 Added missing \n in debug output
4231
4232 2002-07-13 [paul]       0.7.8claws64
4233
4234         * man/sylpheed.1
4235                 change Sergey's email address to the sf address
4236
4237         * src/textview.c
4238                 increase show_url_timeout (more useful for long
4239                 urls)
4240
4241 2002-07-12 [sergey]     0.7.8claws63
4242
4243         * src/rfc2015.c
4244                 applied (with some modifications) patch to set the
4245                 micalg parameter for signatures
4246                 (2001-08-28 Werner Koch <wk@gnupg.org>)
4247
4248 2002-07-12 [sergey]     0.7.8claws62
4249
4250         * man/Makefile.am
4251         * configure.in
4252                 fixed man page installation
4253
4254 2002-07-12 [paul]       0.7.8claws61
4255
4256         * sync with 0.7.8cvs26
4257                 see ChangeLog 2002-07-11 and 2002-07-12
4258
4259 2002-07-11 [christoph]  0.7.8claws60
4260
4261         * src/compose.c
4262         * src/procmsg.c
4263                 first use the message number to find the message
4264                 to mark with a reply flag but check the
4265                 message-id if we got the correct message, if not
4266                 try to find it by message-id.
4267                 use new string seperator that is not allowed
4268                 in message-ids.
4269
4270 2002-07-11 [paul]       0.7.8claws59
4271
4272         * sync with 0.7.8cvs23
4273                 see ChangeLog 2002-07-10
4274
4275 2002-07-10 [christoph]  0.7.8claws58
4276
4277         * src/folder.[ch]
4278         * src/msgcache.[ch]
4279                 Added message-id table to the cache in memory
4280                 and functions to msgcache.c and folder.c to
4281                 fetch MsgInfos by message id
4282         * src/compose.c
4283         * src/procmsg.c
4284                 store folder and message-id of message replying
4285                 to in queue header and set reply flag after sending
4286                 (Closes bug #469498)
4287
4288 2002-07-10 [paul]       0.7.8claws57
4289
4290         * AUTHORS
4291           man/sylpheed.1.gz
4292                 add Martin to the list of authors
4293
4294 2002-07-09 [martin]     0.7.8claws56
4295         * src/gtksctree.c
4296                 Added gtk_ctree_last_visible(), tree_update_level(),
4297                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
4298                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
4299                 from gtk+ to gtksctree.c for the new sorting code
4300                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
4301                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
4302         * src/gtksctree.h
4303                 Added declaration for gtk_sctree_sort_recursive() and
4304                 gtk_sctree_sort_node
4305         * src/addressbook.c
4306         * src/foldersel.c
4307         * src/folderview.c
4308         * src/summaryview.c
4309                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
4310                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
4311
4312 2002-07-08 [paul]       0.7.8claws55
4313
4314         * more sync with 0.7.8cvs21
4315                 see ChangeLog 2002-07-08
4316
4317 2002-07-08 [paul]       0.7.8claws54
4318
4319         * sync with 0.7.8cvs21
4320                 see ChangeLog 2002-07-08
4321
4322 2002-07-07 [alfons]     0.7.8claws53
4323
4324         * src/Makefile.am
4325         * src/stock_pixmap.[ch]
4326         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
4327         * src/pixmaps/notice_error.xpm  ** NEW FILE **
4328         * src/pixmaps/notice_note.xpm   ** NEW FILE **
4329                 add new pixmaps for upcoming notice pane
4330
4331 2002-07-06 [melvin]     0.7.8claws52
4332
4333         * src/gtkspell.[ch]
4334                 Made them a bit closer to Sylpheed's coding style.
4335                 Removed old code.
4336                 Removed possible memory leaks when some errors occurs.
4337
4338 2002-07-06 [melvin]     0.7.8claws51
4339
4340         * po/Makefile.in.in
4341                 Removed --no-location in xgettext command line to help
4342                 translators that use Emacs' po-mode
4343         * src/quote_fmt.c
4344                 Removed unnecessary comments that messed up sylpheed.pot
4345
4346 2002-07-06 [paul]       0.7.8claws50
4347
4348         * sync with 0.7.8cvs19
4349                 see ChangeLog 2002-07-05
4350
4351 2002-07-06 [christoph]  0.7.8claws49
4352
4353         * src/folder.c
4354         * src/mainwindow.c
4355                 fix folder_item_remove_all_msg and folderview
4356                 status for trash folders after emptying trash
4357
4358 2002-07-05 [paul]       0.7.8claws48
4359
4360         * sync with 0.7.8cvs16
4361                 see ChangeLog 2002-07-04 and 2002-07-05
4362
4363 2002-07-04 [paul]       0.7.8claws47
4364
4365         * sync with 0.7.8cvs14
4366                 see  ChangeLog 2002-07-04
4367
4368 2002-07-03 [alfons]     0.7.8claws46
4369
4370         * src/folder.c
4371                 dupe folder item's path because it's being reallocated
4372                 by new folder scanning code
4373
4374 2002-07-03 [christoph]  0.7.8claws45
4375
4376         * src/imap.c
4377                 better IMAP uid fetching using 'FETCH 1:* (UID)'
4378         * src/msgcache.c
4379                 add missing return in msgcache_write
4380
4381 2002-07-02 [thorsten]   0.7.8claws44
4382
4383         * src/jpilot.c
4384         * src/msgcache.c
4385         * src/rfc2015.c
4386                 use binary mode for file access
4387
4388 2002-07-02 [christoph]  0.7.8claws43
4389
4390         * major code cleanup (part 1)
4391         
4392                 - unused variables removed
4393                 - unused functions removed
4394                 - uninitialized variables checked
4395                 - missing return statements added
4396                 - missing function return types added
4397                 - added parentheses around assignment and
4398                   && in || when suggested by gcc
4399               
4400         * src/mh.c
4401         * src/folder.c
4402                 replaced direct calls to folder->scan_tree
4403                 with folder_scan_tree and restore folder
4404                 prefs in this function. The folder should
4405                 not have to deal with them.
4406                 ( Should now work for all folder types )
4407
4408 2002-07-02 [paul]       0.7.8claws42
4409
4410         * sync with 0.7.8cvs13
4411                 see ChangeLog 2002-07-01 and 2002-07-02
4412
4413 2002-07-01 [christoph]  0.7.8claws41
4414
4415         * src/summaryview.c
4416                 fix "goto next/prev unread message" with
4417                 ignored threads
4418
4419 2002-07-01 [paul]       0.7.8claws40
4420
4421         * po/es.po
4422                 updated by Ricardo Mones Lastra
4423
4424 2002-06-30 [match]      0.7.8claws39
4425
4426         * src/jpilot.c
4427                 applied variation of leonerd's patch (566661) to
4428                 allow multiple email addresses per JPilot entry.
4429                 addresses may be separated by space, comma, pipe,
4430                 semi-colon, new-line.
4431
4432 2002-06-30 [alfons]     0.7.8claws38
4433
4434         * src/procmsg.c
4435                 simple fix for putting older nodes before
4436                 newer nodes when threading by subject
4437
4438 2002-06-30 [christoph]  0.7.8claws37
4439
4440         * src/folder.c
4441         * src/folderview.c
4442         * src/mh.c
4443         * src/news.c
4444         * src/procmsg.c
4445                 fix broken folder tree rescaning
4446                 and don't use procmsg_get_mark_sum
4447                 anymore
4448
4449 2002-06-30 [christoph]  0.7.8claws36
4450
4451         * merge new cache branch
4452         * src/imap.c
4453                 fix new cache imap copy bug
4454         * src/folder.c
4455                 improved folder_item_scan
4456                 it should now always set the correct
4457                 new, unread and total message counts
4458
4459 2002-06-29 [paul]       0.7.8claws35
4460
4461         * configure.in
4462                 correct syntax error
4463
4464 2002-06-29 [paul]       0.7.8claws34
4465
4466         * configure.in
4467           Makefile.am
4468           man/Makefile.am       ** NEW FILE **
4469           man/sylpheed.1.gz     ** NEW FILE **
4470                 add Sylpheed man page
4471
4472 2002-06-29 [paul]       0.7.8claws33
4473
4474         * po/pt_BR.po
4475                 updated by Fabio Junior Beneditto
4476
4477 2002-06-28 [jens]       0.7.8claws32
4478
4479         * po/de.po
4480                 translation updated
4481
4482         * src/selective_download.c
4483                 removed gettext for space " "
4484
4485         * src/imap.c
4486                 removed wrong space
4487
4488 2002-06-28 [paul]       0.7.8claws31
4489
4490         * sync with 0.7.8cvs11
4491                 see ChangeLog 2002-06-28
4492
4493 2002-06-28 [paul]       0.7.8claws30
4494
4495         * sync with 0.7.8cvs10
4496                 see ChangeLog 2002-06-27 and 2002-06-28
4497
4498 2002-06-26 [paul]       0.7.8claws29
4499
4500         * src/addrgather.c
4501           src/selective_download.c
4502                 don't gettextise empty strings.
4503                 reserved by gettext. gettext("") returns 
4504                 the header entry with meta information, 
4505                 not the empty string
4506
4507         * po/en_GB.po
4508                 updated
4509
4510 2002-06-26 [paul]       0.7.8claws28
4511
4512         * sync with 0.7.8cvs7
4513                 see ChangeLog 2002-06-25
4514
4515         * src/prefs_common.c
4516                 ...and in the process, tweak the gui a little
4517
4518 2002-06-25 [alfons]     0.7.8claws27
4519         
4520         * configure.in
4521         * src/Makefile.am
4522                 fine tune ldap library detection
4523
4524 2002-06-25 [alfons]     0.7.8claws26
4525
4526         * src/compose.c
4527                 don't allow return receipts when composing a news article
4528
4529 2002-06-25 [paul]       0.7.8claws25
4530
4531         * Makefile.am
4532                 add '$(AMTAR)' to 'release' section to allow for
4533                 new and older autotools
4534
4535 2002-06-25 [paul]       0.7.8claws24
4536
4537         * src/summaryview.c
4538                 fix "No more unread messages" persistant pop-up
4539                 window bug
4540
4541 2002-06-25 [paul]       0.7.8claws23
4542
4543         * po/it.po
4544                 updated by Alessandro Maestri
4545
4546 2002-06-25 [paul]       0.7.8claws22
4547
4548         * sync with 0.7.8cvs6
4549                 see ChangeLog 2002-06-25
4550
4551 2002-06-24 [paul]       0.7.8claws21
4552
4553         * tools/update-po
4554                 add GPL copyright information
4555
4556 2002-06-24 [paul]       0.7.8claws20
4557
4558         * tools/Makefile.am
4559           tools/README
4560           tools/update-po       ** NEW FILE **
4561                 add script that eases the creation of *.po files
4562                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
4563
4564 2002-06-23 [alfons]     0.7.8claws19
4565
4566         * src/messageview.c
4567                 make notification_convert_header obey const correctness
4568                 (next step will be fixing the broken return receipt)
4569
4570 2002-06-23 [paul]       0.7.8claws18
4571
4572         * src/messageview.c
4573                 fix bug introduced in last commit:
4574                 removed too much code in last commit - put back what's
4575                 needed
4576
4577 2002-06-23 [paul]       0.7.8claws17
4578
4579         * src/messageview.[ch]
4580                 remove code committed in error from locally patched
4581                 source
4582
4583 2002-06-23 [colin]      0.7.8claws16
4584
4585         * src/compose.[ch]
4586                 add compose_entry_select(), used to select the default_to
4587                 email address - hopefully avoiding people sending mails to
4588                 wrong recipients.
4589
4590 2002-06-22 [alfons]     0.7.8claws15
4591
4592         * AUTHORS
4593                 add Bram Metsch & Stanislav Karchebny
4594         * src/smtp.[ch]
4595         * src/prefs_account.[ch]
4596         * src/send.c
4597                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
4598                   options.  (see <http://sourceforge.net/tracker/index.php
4599                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
4600
4601                 - merge Stanislav's fix to make SMTP AUTH work with qmail
4602                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
4603
4604 2002-06-22 [paul]       0.7.8claws14
4605
4606         * sync with 0.7.8cvs5
4607                 see ChangeLog 2002-06-19 and 2002-06-20
4608
4609 2002-06-22 [alfons]     0.7.8claws13
4610
4611         * src/selective_download.c
4612                 fix a stupid mistake I made
4613
4614 2002-06-22 [alfons]     0.7.8claws12
4615
4616         * src/selective_download.[ch]
4617                 fix another unnoticed leak; cleanup code
4618
4619 2002-06-21 [alfons]
4620
4621         * tools/Makefile.am
4622                 gpg-sign <-- gpg-sign-syl
4623
4624 2002-06-21 [alfons]     0.7.8claws11
4625
4626         * src/selective_download.c
4627         * src/selective_download.h
4628                 fix assorted mix of allocation errors (should solve
4629                 problem reported by Philippe Gramoullé, see:
4630                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
4631
4632 2002-06-20 [melvin]     0.7.8claws10
4633
4634         * tools/gpg-sign *REMOVED*
4635           tools/gpg-sign-syl *ADDED*
4636                 Replaced the gpg clearsigning script with the version using
4637                 xterm instead of ssh-askpass and changed its name.
4638
4639         * README.claws
4640                 Updated actions example to reflect the renaming of the
4641                 gpg clearsigning script.
4642
4643 2002-06-19 [paul]       0.7.8claws9
4644
4645         * sync with 0.7.8claws9
4646                 see ChangeLog 2002-06-18 and 2002-06-19
4647
4648 2002-06-19 [paul]       0.7.8claws8
4649
4650         * sync with 0.7.8cvs1
4651                 see ChangeLog 2002-06-18
4652
4653 2002-06-18 [alfons]     0.7.8claws7
4654
4655         * src/mainwindow.h
4656                 add omitted prototype
4657
4658 2002-06-17 [paul]       0.7.8claws6
4659
4660         * src/mainwindow.c
4661                 fix hiding of exec_btn
4662
4663 2002-06-17 [paul]       0.7.8claws5
4664
4665         * src/pop.c
4666                 remove unneeded code: should_delete() 
4667                 and Pop3State::uidl_todelete_list
4668
4669 2002-06-17 [paul]       0.7.8claws4
4670
4671         * sync with 0.7.8
4672                 see ChangeLog 2002-06-11 and 2002-06-13
4673
4674 2002-06-16 [alfons]     0.7.8claws3
4675         
4676         * src/folder.c
4677                 make sure lock sort mode (claws specific) is
4678                 also persists after a tree rescan
4679
4680 2002-06-16 [alfons]     0.7.8claws2
4681
4682         * src/prefs_folder_item.c
4683         * src/folder.[ch]
4684                 fix persistence of folder sort mode (broken
4685                 by adapting Hiro's new folder persistence code)
4686
4687 2002-06-16 [alfons]     0.7.8claws1
4688
4689         * AUTHORS
4690         * src/logwindow.c
4691         * src/prefscommon.[ch]
4692                 control size of log text in log window; 
4693                 closes patch #569155 submitted by Mitko Haralanov.
4694
4695 2002-06-15 [paul]       0.7.8claws
4696
4697         * release of 0.7.8claws
4698
4699 2002-06-15 [paul]       0.7.7claws
4700
4701         * po/pt_BR.po
4702                 updated by Fabio Junior Beneditto
4703
4704 2002-06-14 [paul]       0.7.6claws49
4705
4706         * po/es.po
4707                 updated by Ricardo Mones Lastra
4708
4709 2002-06-14 [paul]       0.7.6claws48
4710
4711         * po/nl.po
4712                 updated translation by Wilbert Berendsen
4713
4714 2002-06-14 [melvin]     0.7.6claws47
4715
4716         * po/fr.po
4717                 Updated French translation
4718
4719 2002-06-13 [paul]       0.7.6claws46
4720
4721         * src/filesel.c
4722                 allow filename to be typed in, rather than just
4723                 selected by the mouse. Patch by Gustavo Noronha Silva.
4724
4725 2002-06-13 [alfons]     0.7.6claws45
4726
4727         * src/mainwindow.[ch]
4728                 more cleanups (removing unnecessary menu items Expand 
4729                 summary / message view)
4730
4731 2002-06-13 [melvin]     0.7.6claws44
4732
4733         * po/POTFILES.in
4734                 Added src/string_match.c
4735         * src/string_match.c
4736                 Fixed possible buffer overflow.
4737                 Corrected typo.
4738                 Added missing config.h header.
4739         * src/prefs_common.c
4740           src/prefs_matcher.c
4741           src/prefs_scoring.c
4742                 Made some strings translatable (missing _(..)).
4743
4744 2002-06-13 [melvin]     0.7.6claws43
4745
4746         * README.claws
4747                 Corrected action example (verifying clearsigned mail).
4748         * src/prefs_account.c
4749                 Corrected typo.
4750         * src/prefs_common.c
4751                 Removed incorrect line that generated a Gtk-CRITICAL msg.
4752
4753 2002-06-12 [alfons]     0.7.6claws42
4754
4755         * src/summaryview.c
4756                 add init of score column lost in 0.7.6claws42
4757
4758 2002-06-12 [paul]       0.7.6claws41
4759
4760         * src/prefs_account.c
4761                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
4762                 behavior of the radio buttons, (from 0.7.7cvs2)
4763
4764 2002-06-11 [alfons]     0.7.6claws40
4765
4766         * src/messageview.[ch]
4767         * src/summaryview.[ch]
4768         * src/summary_search.c
4769         * src/mainwindow.c
4770                 perform a sync to bring in Hiro's separate view implementation 
4771
4772                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
4773
4774 2002-06-11 [paul]       0.7.6claws39
4775         
4776         * src/prefs_account.c
4777                 correct a typo on the Receive tab
4778
4779 2002-06-10 [match]      0.7.6claws38
4780
4781         * src/addressbook.c
4782                 Included address completion patch from Gustavo Noronha.
4783
4784 2002-06-10 [paul]       0.7.6claws37
4785
4786         * src/inc.[ch]
4787           src/pop.c
4788           src/prefs_account.[ch]
4789           src/selective_download.[ch]
4790                 apply PATCH #561712
4791                  NEW:
4792                 - check if POP Account
4793                 - Receive Button renamed to Preview
4794                 - Preview Button Popup: preview new/all messages
4795                 - Download Button
4796                 - Account Preferences-->Receive tab checkbutton if you
4797                   want to remove Mail after Download
4798                 -: default YES
4799                 - Account Preferences-->Receive tab checkbutton use
4800                   filtering rules on preview
4801                   (think of delete_on_server)
4802                 -: default YES
4803                 - Account selectable from SD dialog
4804                 - checkbutton to show already downloaded messages if
4805                   all messages are previewed
4806                 - new clist column showing Date
4807                 - ESC KEY close
4808                 FIXES:
4809                 - play ball with UIDL
4810                 - fault tolerant (?) 
4811                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
4812
4813 2002-06-10 [melvin]     0.7.6claws36
4814
4815         * README.claws
4816                 Added a hint to ac/README in cvs instructions.
4817
4818         * src/prefs_actions.c
4819                 Made it possible to use a more elaborate command line
4820                 for asynchronous actions, too.
4821
4822 2002-06-10 [melvin]     0.7.6claws35
4823         
4824         * src/prefs_actions.c
4825                 Make it possible to use a more elaborate command line
4826                 (e.g. |foo|bar|cat>there;echo Done|)
4827                 Corrected error message when calling %f, %F and %p commands
4828                 from the compose window.
4829
4830 2002-06-09 [colin]      0.7.6claws34
4831
4832         * src/summaryview.c
4833                 Automatically find unread messages in current folder
4834                 before annoying the user.
4835
4836 2002-06-08 [alfons]     0.7.6claws33
4837
4838         * po/it.po
4839                 remove bad formatting string in it.po translation
4840                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
4841
4842 2002-06-08 [paul]       0.7.6claws32
4843
4844         * sync with 0.7.6cvs25
4845                 see ChangeLog 2002-06-07
4846
4847 2002-06-05 [paul]       0.7.6claws31
4848
4849         * src/mainwindow.c
4850                 add 'Sort by locked' and 'Sort by score'
4851
4852 2002-06-05 [paul]       0.7.6claws30
4853
4854         * sync with 0.7.6cvs24
4855                 see ChangeLog 2002-06-04
4856
4857 2002-06-04 [paul]       0.7.6claws29
4858
4859         * po/pt_BR.po
4860                 updated by Fabio Junior Beneditto
4861
4862 2002-06-03 [thorsten]   0.7.6claws28
4863
4864         * src/matcher.c
4865                 fclose() matcherrc after reading
4866
4867 2002-06-03 [paul]       0.7.6claws27
4868
4869         * sync with 0.7.6cvs21
4870                 see ChangeLog 2002-05-31
4871
4872 2002-05-31 [paul]       0.7.6claws26
4873
4874         * sync with 0.7.6cvs20
4875                 see ChangeLog 2002-05-29 and 2002-05-30
4876
4877 2002-05-31 [paul]       0.7.6claws25
4878
4879         * src/imap.c
4880                 hopefully fix last buggy sync
4881
4882         * README.claws
4883                 correct typo in 'Actions' examples
4884
4885 2002-05-29 [paul]       0.7.6claws24
4886
4887         * sync with 0.7.6cvs18
4888                 see ChangeLog 2002-05-28 and 2002-05-29
4889
4890         * src/news.c
4891           src/nntp.[ch]
4892                 sync with above 
4893
4894 2002-05-28 [paul]       0.7.6claws23
4895
4896         * sync with 0.7.6cvs16
4897                 see ChangeLog 2002-05-28
4898
4899 2002-05-27 [thorsten]   0.7.6claws22 
4900
4901         * faq/it/sylpheed-faq-1.html
4902           faq/it/sylpheed-faq-2.html
4903           faq/it/sylpheed-faq-3.html
4904           faq/it/sylpheed-faq.html
4905                 corrected DOS lineendings
4906         * faq/de/sylpheed-faq-1.html
4907           faq/de/sylpheed-faq-2.html
4908           faq/en/sylpheed-faq-1.html
4909           faq/en/sylpheed-faq-2.html
4910           faq/en/sylpheed-faq-3.html
4911           faq/es/sylpheed-faq-1.html
4912           faq/es/sylpheed-faq-2.html
4913           faq/es/sylpheed-faq-3.html
4914           faq/fr/sylpheed-faq-1.html
4915           faq/it/sylpheed-faq-1.html
4916           faq/it/sylpheed-faq-2.html
4917           faq/it/sylpheed-faq-3.html
4918           faq/it/sylpheed-faq.html
4919                 changed ">" to &quot;
4920
4921 2002-05-27 [paul]       0.7.6claws21
4922         
4923         * sync with 0.7.6cvs15
4924                 see ChangeLog 2002-05-27
4925
4926 2002-05-27 [paul]       0.7.6claws20
4927
4928         * src/prefs_account.c
4929                 correct a typo
4930
4931 2002-05-26 [paul]       0.7.6claws19
4932
4933         * tools/README
4934                 correct a typo
4935
4936 2002-05-25 [paul]       0.7.6claws18
4937
4938         * tools/README
4939                 add description of kmail2sylpheed.pl
4940
4941 2002-05-25 [paul]       0.7.6claws17
4942
4943         * tools/kmail2sylpheed.pl       ** NEW FILE **
4944                 perl script that converts an exported Kmail address
4945                 book, converts it to sylpheed addressbook file,
4946                 writes the file to .sylpheed, and updates
4947                 addrbook--index.xml 
4948
4949 2002-05-25 [paul]       0.7.6claws16
4950
4951         * sync with 0.7.6cvs14
4952                 see ChangeLog 2002-05-23
4953
4954 2002-05-24 [paul]       0.7.6claws15
4955
4956         * README.claws
4957                 make a correction and add some more info
4958
4959 2002-05-24 [paul]       0.7.6claws14
4960
4961         * src/compose.c
4962                 fix memory leak in 
4963                 compose_redirect_write_headers_from_headerlist()
4964                 add Subject and Resent-Message-ID to
4965                 compose_redirect_write_headers()
4966                 Received, Subject, and X-UIDL are filtered out in 
4967                 compose_redirect_write_to_file()
4968
4969 2002-05-23 [paul]       0.7.6claws13
4970
4971         * src/compose.[ch]
4972           src/filtering.c
4973           src/mainwindow.c
4974           src/matcher.[ch]
4975           src/matcher_parser_lex.l
4976           src/matcher_parser_parse.y
4977           src/prefs_common.[ch]
4978           src/prefs_filtering.c
4979           src/summaryview.c
4980                 rename 'Bounce' to 'Redirect'
4981
4982 2002-05-23 [paul]       0.7.6claws12
4983
4984         * more sync with 0.7.6cvs13
4985           src/compose.c
4986                 see ChangeLog 2002-05-22
4987
4988 2002-05-22 [paul]       0.7.6claws11
4989
4990         * sync with 0.7.6cvs13
4991           src/codeconv.c
4992                 see ChangeLog 2002-05-20
4993           src/prefs_common.c
4994                 see ChangeLog 2002-05-22
4995
4996 2002-05-21 [melvin]     0.7.6claws10
4997
4998         * src/folderview.c
4999                 Added missing filtering and scoring headers
5000                 Fixed bad function call that showed garbage 
5001                 in Folder->Processing
5002
5003 2002-05-21 [paul]       0.7.6claws9
5004
5005         * tools/Makefile.am
5006                 make all tools executable, (patch by Alfons).
5007
5008 2002-05-20 [alfons]     0.7.6claws8
5009
5010         * src/procheader.c
5011                 don't forget to call mktime() so we have a valid week 
5012                 and year day
5013                 (Bug report by Roger Sondermann <mail@jumaros.de>)
5014
5015 2002-05-20 [paul]       0.7.6claws7
5016
5017         * src/html.c
5018                 fix broken parsing of urls
5019         * src/textview.c
5020                 fix displaying of urls
5021
5022                 both fixes from the patch [547855] by Eugene 
5023                 Brevdo (zonem)
5024
5025 2002-05-19 [alfons]     0.7.6claws6
5026
5027         * configure.in
5028                 make sylpheed configure correctly with the latest
5029                 and greatest of automake / autoconf / gettext
5030
5031 2002-05-19 [alfons]     0.7.6claws5
5032
5033         * src/procheader.c
5034         * src/procheader.h
5035                 add function for returning ime zone offset
5036         * src/quote_fmt.c
5037         * src/quote_fmt_parse.y
5038                 better quotation formatting - does not convert
5039                 to local time, but uses the original date string.
5040                 
5041                 Note: %z inserts the timezone offset (should 
5042                 work also on platforms where strftime does not
5043                 support %z).
5044
5045 2002-05-18 [christoph]  0.7.6claws4
5046
5047         * src/summaryview.c
5048                 fix indentation of some code
5049         * tools/Makefile.am
5050                 fix spaces after \
5051         * src/Makefile.am
5052                 add missing \
5053                 correct path for ignorethread.xpm
5054                 incorrect filename for sylpheed_logo.xpm
5055                 add missing include matcher_parser_parse.h
5056
5057 2002-05-18 [paul]       0.7.6claws3
5058
5059         * sync with 0.7.6cvs8
5060                 see ChangeLog 2002-05-16 and 2002-05-17
5061
5062 2002-05-18 [melvin]     0.7.6claws2
5063
5064         * README.claws
5065                 Corrected an action's definition and fixed some misspellings.
5066
5067 2002-05-18 [paul]       0.7.6claws1
5068
5069         * tools/Makefile.am
5070           tools/gpg-sign        ** new file **
5071           tools/uudec           ** new file **
5072                 add Melvin's Actions scripts
5073
5074         * README.claws
5075                 add Melvin's descriptions for Actions
5076
5077 2002-05-18 [paul]       0.7.6claws
5078
5079         * Version 0.7.6claws released
5080
5081 2002-05-17 [paul]       0.7.5claws32
5082
5083         * po/es.po
5084                 updated by Ricardo Mones Lastra
5085
5086 2002-05-17 [paul]       0.7.5claws31
5087
5088         * src/compose.c
5089                 fix Account prefs default folder for sent/draft/deleted
5090                 messages bug
5091
5092         * po/it.po
5093           po/nl.po
5094                 updated translation by Alessandro Maestri and
5095                 Wilbert Berendsen
5096
5097 2002-05-17 [melvin]     0.7.5claws30
5098
5099         * src/prefs_actions.c
5100                 Fixed bug where using %F not at the end of the command 
5101                 resulted in an additional empty argument being created.
5102                 Thanks to Darko Koruga for reporting the bug.
5103
5104 2002-05-17 [melvin]     0.7.5claws29
5105
5106         * po/fr.po
5107                 Updated French translations.
5108
5109 2002-05-15 [paul]       0.7.5claws28
5110         
5111         * po/es.po
5112                 updated by Ricardo Mones Lastra
5113
5114 2002-05-15 [paul]       0.7.5claws27
5115
5116         * sync with 0.7.6cvs4
5117                 see ChangeLog 2002-05-14 and 2002-05-15
5118
5119 2002-05-14 [paul]       0.7.5claws26
5120
5121         * sync with 0.7.6cvs1
5122                 see ChangeLog 2002-05-13
5123
5124 2002-05-13 [thorsten]   0.7.5claws25
5125
5126         * src/messageview.c
5127                 fix select_all and copy in multipart messages
5128         * src/mainwindow.c
5129                 fix select_all and copy in multipart messages
5130
5131 2002-05-12 [paul]       0.7.5claws24
5132
5133         * src/summaryview.c
5134                 reverse last commit, bug already fixed in 0.7.5claws3
5135
5136 2002-05-12 [netztorte]  0.7.5claws23
5137
5138         * src/summaryview.c
5139                 dont parse empty addressbook (checked in before claws20)
5140
5141 2002-05-12 [melvin]     0.7.5claws22
5142
5143         * src/procmsg.[ch]
5144                 Removed unneeded priority code introduced by the previous 
5145                 commit.
5146
5147 2002-05-12 [melvin]     0.7.5claws21
5148
5149         * src/compose.[ch]
5150                 Added possibility to set message's priority.
5151         * src/procmsg.[ch]
5152                 Added possibility to set message's priority.
5153                 Added missing headers
5154
5155 2002-05-12 [melvin]     0.7.5claws20
5156
5157         * src/prefs_actions.c
5158                 Removed implicitely added quotes around the name
5159                 of the temporary files of mime parts.
5160
5161 2002-05-12 [paul]       0.7.5claws19
5162
5163         * sync with 0.7.5cvs20
5164                 see ChangeLog 2002-05-11
5165
5166 2002-05-12 [alfons]     0.7.5claws18
5167
5168         * src/quote_fmt_lex.l
5169         * src/quote_fmt_parse.y
5170                 allow quote / reply date & time format to be set using
5171                 %D{format}. format is a format string you'd pass to
5172                 strftime() (see man strftime, or the Display tab |
5173                 Date format setting).
5174
5175                 Currently %D converts the date to local time. 
5176
5177 2002-05-11 [paul]       0.7.5claws17
5178
5179         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
5180                 see ChangeLog 2002-05-10 and 2002-05-11
5181
5182 2002-05-10 [paul]       0.7.5claws16
5183
5184         * sync with 0.7.5cvs16
5185                 see ChangeLog entries 2002-05-09 and 
5186                 2002-05-10
5187
5188 2002-05-10 [colin]      0.7.5claws15
5189
5190         * src/textview.c
5191                 Corrected a bug that prevented sylpheed to open
5192                 double-clicked URIs.
5193
5194 2002-05-09 [paul]       0.7.5claws14
5195
5196         * sync with 0.7.5cvs14
5197                 see ChangeLog 2002-05-08 and 2002-05-09
5198
5199 2002-05-08 [paul]       0.7.5claws13
5200
5201         * sync with 0.7.5cvs11
5202                 see ChangeLog entry 2002-05-08
5203
5204 2002-05-08 [paul]       0.7.5claws12
5205
5206         * src/mainwindow.c
5207           src/textview.[ch]
5208                 fix segfault on View->Open in new window
5209                 patch submitted by Thorsten Maerz <torte@netztorte.de>
5210
5211 2002-05-07 [paul]       0.7.5claws11
5212
5213         * sync with 0.7.5cvs9
5214                 see ChangeLog entry 2002-05-07
5215
5216 2002-05-06 [paul]       0.7.5claws10
5217
5218         * src/messageview.c
5219           src/textview.c
5220                 display url in statusbar on single-click
5221                 patch submitted by Thorsten Maerz <torte@netztorte.de>
5222
5223 2002-05-06 [match]      0.7.5claws9
5224
5225         * src/addritem.[ch]
5226                 new functions.
5227         * src/addrcache.c
5228                 tidy up.
5229         * src/xmlprops.[ch]
5230                 XML implementation of properties file.
5231         * src/exporthtml.[ch]
5232         * src/expthtmldlg.[ch]
5233         * src/addressbook.c
5234                 export to HTML.
5235
5236 2002-05-02 [sergey]     0.7.5claws8
5237
5238         * src/mainwindow.c (mainwin_entries),
5239           src/prefs_common.c (prefs_send_create()),
5240           src/codeconv.c (locale_table):
5241                 use charset name "Windows-1251" instead of "CP1251".
5242
5243 2002-05-02 [colin]      0.7.5claws7
5244         
5245         * src/compose.c
5246           src/prefs_common.c
5247           src/prefs_folder_item.c
5248                 Fixed cosmetics bugs due to Outbox renamed to Sent.
5249
5250 2002-05-02 [hiro]       0.7.5claws6
5251
5252         * src/imap.c
5253                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
5254
5255 2002-05-02 [paul]       0.7.5claws5
5256
5257         * src/compose.c
5258                 more sync with 0.7.5cvs7, see ChangeLog entry
5259                 2002-05-02
5260
5261 2002-05-02 [hiro]       0.7.5claws4
5262
5263         * src/compose.c
5264                 compose_queue_sub():
5265                 check if queue folder exists (closes #550397).
5266                 removed directory creation since it should be handled
5267                 transparently.
5268         * src/imap.c
5269                 imap_add_msg(): return UID for appended message
5270                 (closes #548842).
5271
5272 2002-04-30 [paul]       0.7.5claws3
5273
5274         * src/summaryview.c
5275                 fix account_find_from_address() bug
5276
5277 2002-04-28 [colin]      0.7.5claws2
5278
5279         * src/compose.c
5280           src/textview.c
5281           src/prefs_common.[ch]
5282           src/utils.[ch]
5283                 Added user-definable quotation characters recognition.
5284
5285 2002-04-28 [paul]       0.7.5claws1
5286
5287         * sync with 0.7.5cvs4
5288                 see ChangeLog entry  2002-04-25
5289
5290 2002-04-28 [paul]       0.7.5claws
5291
5292         * po/es.po
5293           po/nl.po
5294           po/pt_BR.po
5295                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
5296                 Fabio Junior Beneditto
5297
5298 2002-04-27 [jens]       0.7.4claws103
5299
5300         * po/de.po
5301                 updated German translation.
5302
5303 2002-04-27 [hiro]       0.7.4claws102
5304
5305         * src/summaryview.c
5306                 summary_write_cache(): fixed the mark loss of hidden messages.
5307
5308 2002-04-26 [melvin]     0.7.4claws101
5309
5310         * src/procmsg.c
5311                 fixed a second typo (same one)
5312         * po/fr.po
5313           po/it.po
5314           po/pt_BR.po
5315                 fixed the type again...
5316
5317 2002-04-26 [melvin]     0.7.4claws100
5318
5319         * src/procmsg.c
5320                 fixed a typo in an alert message ("temorary").
5321         * po/it.po
5322         * po/pt_BR.po
5323                 corrected the typo  described above.
5324         * po/fr.po
5325                 updated French translation.
5326
5327 2002-04-26 [darko]      0.7.4claws99
5328
5329         * src/summaryview.c
5330                 fix target folder colorization
5331
5332 2002-04-25 [paul]       0.7.4claws98
5333
5334         * po/it.po
5335                 updated by Alessandro Maestri
5336
5337 2002-04-24 [colin]      0.7.4claws97
5338         
5339         * src/compose.c
5340                 Fixed double "subject is empty" question.
5341
5342 2002-04-23 [colin]      0.7.4claws96
5343         
5344         * src/mimeview.c
5345                 Corrected issue when "automatically display images" was
5346                 not set : first image remained after selecting second.
5347
5348 2002-04-23 [melvin]     0.7.4claws95
5349
5350         * src/prefs_actions.c
5351                 Don't display in/out dialog if there is nothing to show.
5352
5353 2002-04-23 [paul]       0.7.4claws94
5354
5355         * sync with 0.7.5cvs3
5356                 bug fixes: see ChangeLog entry 2002-04-23
5357
5358 2002-04-22 [darko]      0.7.4claws93
5359
5360         * src/compose.c
5361                 fix previous check-in which changed code after
5362                 merge from main
5363
5364 2002-04-22 [paul]       0.7.4claws92
5365
5366         * faq/de/*
5367                 add German FAQ
5368         * faq/en/*
5369           faq/es/*
5370           faq/fr/*
5371                 update English, Spanish and French FAQs
5372         * manual/de/*
5373           manual/es/*
5374                 add German and Spanish manuals
5375         * manual/en/*
5376           manual/fr/*
5377                 update English and French manuals
5378
5379         * src/Makefile.am
5380                 add to and re-arrange the pixmap entries
5381
5382 2002-04-22 [darko]      0.7.4claws91
5383
5384         * src/compose.c
5385                 fix sender initials recognition to only allow
5386                 '>' after the initials
5387
5388 2002-04-21 [paul]       0.7.4claws90
5389
5390         * sync with 0.7.5 release
5391                 see ChangeLog entry 2002-04-21
5392
5393 2002-04-21 [alfons]
5394
5395         * src/Makefile.am
5396                 add colin's new pixmaps to EXTRA_DIST
5397
5398 2002-04-21 [colin]      0.7.4claws89
5399         * src/compose.c
5400         * src/inc.c
5401         * src/mainwindow.[ch]
5402         * src/prefs_common.[ch]
5403         * src/stock_pixmap.[ch]
5404                 Added "Work offline" ability.
5405
5406 2002-04-21 [colin]      0.7.4claws88
5407         
5408         * src/mimeview.c
5409         * src/prefs_common.c
5410         * src/prefs_common.h
5411         * src/textview.c : Added an option to common preferences -> display
5412           to allow user not to automatically display images.
5413
5414 2002-04-21 [paul]       0.7.4claws87
5415
5416         * sync with 0.7.4cvs52
5417                 see ChangeLog entry 2002-04-21 (src/imap.c)
5418
5419 2002-04-21 [paul]       0.7.4claws86
5420
5421         * sync with 0.7.4cvs51
5422                 see ChangeLog entry 2002-04-21
5423
5424 2002-04-21 [paul]       0.7.4claws85
5425
5426         * sync with 0.7.4cvs49
5427                 see ChangeLog entries 2002-04-20 and 2002-04-21
5428
5429         * src/Makefile.am
5430                 clean up: remove old 'stock_' element from xpm 
5431                 filenames.
5432
5433 2002-04-21 [alfons]     0.7.4claws84
5434
5435         apply sync patch from Paul
5436
5437         * src/folderview.c
5438                 use old claws prefs_folder_item_create() for now
5439
5440 2002-04-19 [match]      0.7.4claws83
5441
5442         * src/addressbook.[ch]
5443         * src/addrharvest.[ch]
5444         * src/addrgather.[ch]
5445                 recurse folders.
5446         * src/mainwindow.c
5447         * src/summaryview.[ch]
5448                 change menu option.
5449
5450 2002-04-19 [paul]       0.7.4claws82
5451
5452         * po/pt_BR.po
5453                 updated by Fabio Junior Beneditto
5454
5455 2002-04-14 [alfons]     0.7.4claws81
5456
5457         * src/passphrase.c
5458                 add #include <sys/types.h> for mode_t and off_t 
5459
5460 2002-04-13 [paul]       0.7.4claws80
5461         
5462         * src/main.c
5463           src/passphrase.[ch]
5464           src/pgptext.c
5465           src/prefs_common.[ch]
5466           src/rfc2015.c
5467                 enable storing of GnuPG passphrase for the whole 
5468                 session or a user-defined number of minutes. patch 
5469                 submitted by Ravemax <ravemax@dextrose.com>
5470
5471 2002-04-13 [alfons]     0.7.4claws79
5472
5473         * src/textview.c
5474                 make email parser also stop scanning when encountering separators
5475                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
5476
5477 2002-04-13 [paul]       0.7.4claws78
5478
5479         * sync with 0.7.4cvs39
5480                 see ChangeLog entry 2002-04-12
5481
5482 2002-04-11 [paul]       0.7.4claws77
5483
5484         * sync with 0.7.4cvs37
5485                 see ChangeLog entry 2002-04-11
5486
5487 2002-04-11 [paul]       0.7.4claws76
5488
5489         * COPYING 
5490                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
5491                 the clause for OpenSSL). sync with sylpheed main
5492
5493 2002-04-09 [melvin]     0.7.4claws75
5494
5495         * src/compose.c
5496                 Made 'Ctrl-Enter' on send ignore some modifiers 
5497                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
5498                 to bind other *-Enter (but not Alt-Enter).
5499
5500 2002-04-09 [paul]       0.7.4claws74
5501
5502         * sync with 0.7.4cvs35
5503                 see ChangeLog entries 2002-04-09
5504
5505 2002-04-08 [paul]       0.7.4claws73
5506
5507         * sync with 0.7.4cvs33
5508                 see ChangeLog entry 200-04-08
5509
5510 2002-04-07 [match]      0.7.4claws72
5511
5512         * src/addrharvest.[ch]
5513                 fixed to read all addresses in header, regardless
5514                 of header size. improved name parsing. accommodate
5515                 harvest from folders and selected message.
5516         * src/addritem.[ch]
5517                 included new address parsing function.
5518         * src/addrgather.[ch]
5519         * src/addressbook.[ch]
5520         * src/summaryview.[ch]
5521         * src/mainwindow.c
5522                 allow address harvest of folder as well as selected
5523                 messages.
5524
5525 2002-04-07 [paul]       0.7.4claws71
5526
5527         * src/esmtp.[ch]
5528           src/smtp.c
5529                 don't try to authenticate with CRAM-MD5 in SMTP when 
5530                 SMTP-AUTH enabled if MTA doesn't issue this 
5531                 auth-method in it's ehlo-response. bug item #531364,
5532                 patch item #938910. patch submitted by Colin Leroy 
5533                 <colin@colino.net>
5534
5535 2002-04-07 [paul]       0.7.4claws70
5536
5537         * src/nntp.c
5538                 fix missing MODE_READER bug. patch submitted by
5539                 Colin Leroy <colin@colino.net>
5540
5541 2002-04-07 [alfons]     0.7.4claws69
5542
5543         * src/matcher.[ch]
5544         * src/prefs_filtering.c
5545         * src/summaryview.c
5546                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
5547                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
5548
5549 2002-04-07 [paul]       0.7.4claws68
5550
5551         * sync with 0.7.4cvs32
5552                 see ChangeLog entry 2002-04-06
5553
5554         * tools/filter_conv.pl
5555                 more bug fixes
5556
5557 2002-04-06 [paul]       0.7.4claws67
5558
5559         * tools/filter_conv.pl
5560                 modify to be able to find the name of the first
5561                 mailbox and use that. main's filter does not
5562                 record the full path to the mailbox and therefore
5563                 can only filter to the first mailbox.
5564
5565 2002-04-05 [paul]       0.7.4claws66
5566
5567         * tools/filter_conv.pl
5568                 attempt to make the script all-encompassing and
5569                 be able to convert any main 'filter' rule thrown
5570                 at it
5571
5572 2002-04-05 [paul]       0.7.4claws65
5573
5574         * tools/filter_conv.pl
5575                 allow for collapsed folder trees
5576
5577 2002-04-05 [paul]       0.7.4claws64
5578
5579         * sync with 0.7.4cvs31
5580                 see ChangeLog entries 2002-04-05
5581
5582 2002-04-03 [paul]       0.7.4claws63
5583
5584         * sync with 0.7.4cvs29
5585                 see ChangeLog entries 2002-04-02 and 2002-04-03
5586
5587 2002-04-02 [paul]       0.7.4claws62
5588
5589         * sync with 0.7.4cvs26
5590                 see ChangeLog entry 2002-04-01
5591
5592 2002-04-02 [match]      0.7.4claws61
5593
5594         * src/pine.[ch]
5595         * src/importpine.[ch]
5596         * src/addressbook.c
5597                 import Pine address book.
5598
5599 2002-04-02 [match]      0.7.4claws60
5600
5601         * src/addrharvest.[ch]
5602                 improve address parsing of funky addresses.
5603
5604 2002-04-02 [darko]      0.7.4claws59
5605
5606         * src/compose.c
5607                 wrap on send improvements, it now recognizes quoted
5608                 initials as part of the quotation string, and it
5609                 does not join lines separated by CR
5610
5611 2002-04-01 [match]      0.7.4claws58
5612
5613         * src/mgutils.[ch]
5614                 added new functions.
5615         * src/mutt.[ch]
5616                 remove excessive duplicate address generation
5617                 on import.
5618
5619 2002-04-01 [alfons]     0.7.4claws57
5620         
5621         * src/summaryview.c
5622                 put back g_free() 
5623
5624 2002-04-01 [paul]       0.7.4claws56
5625
5626         * sync with 0.7.4cvs25
5627                 see ChangeLog entry 2002-04-01
5628
5629 2002-04-01 [alfons]     0.7.4aprilfool55
5630
5631         * src/summaryview.c
5632                 honour feature request item #537427 to allow for
5633                 displaying names from address book for sent mail also
5634
5635 2002-03-29 [paul]       0.7.4claws54
5636
5637         * src/mainwindow.c
5638           src/prefs_filtering.[ch]
5639           src/prefs_matcher.c
5640           src/summaryview.c
5641                 add 'fast filter' for claws' filtering,
5642                 /Tools/Create filter rule/... patch submitted
5643                 by Neill Miller <neillm@thecodefactory.org>
5644
5645 2002-03-29 [paul]       0.7.4claws53
5646
5647         * sync with 0.7.4cvs24
5648                 see ChangeLog entry 2002-03-29
5649
5650 2002-03-28 [paul]       0.7.4claws52
5651
5652         * sync with 0.7.4cvs23
5653                 see ChangeLog entry 2002-03-28
5654
5655 2002-03-27 [melvin]     0.7.4claws51
5656
5657         * src/prefs_actions.c
5658                 Added support to pass only one message part (as a
5659                 file) to the command using '%p'. No quotes are needed
5660                 because doubles quotes are automatically added.
5661                 Fixed bug where Sylpheed could block when waiting for
5662                 a child process to finish.
5663                 Changed the help menu to remove quotes around symbols to 
5664                 avoid misinterpretation (they must not be used).
5665
5666 2002-03-27 [melvin]     0.7.4claws50
5667
5668         * src/inc.c
5669                 Made the new mail notification command always 
5670                 execute asynchronously.
5671
5672 2002-03-27 [paul]       0.7.4claws49
5673
5674         * src/compose.c
5675                 fix bug introduced in last commit
5676
5677 2002-03-27 [paul]       0.7.4claws48
5678
5679         * sync with 0.7.4cvs21
5680                 see ChangeLog 2002-03-26 and 2002-03-27
5681
5682 2002-03-26 [hoa]        0.7.4claws47
5683
5684         * src/prefs_folder_item.c
5685                 really fixed the bug #516442 with folder rescan.
5686
5687 2002-03-26 [paul]       0.7.4claws46
5688
5689         * sync with 0.7.4cvs19
5690                 see ChangeLog entries 2002-03-25 and 2002-03-26
5691
5692 2002-03-25 [hoa]        0.7.4claws45
5693
5694         * src/matcher.c
5695         * src/mh.c
5696                 fix the bug #516442 with folder rescan.
5697
5698         * src/prefs_common.[ch]
5699         * src/compose.c
5700                 added an option to enable two different behaviours
5701                 for bounce.
5702
5703
5704 2002-03-25 [paul]       0.7.4claws44
5705
5706         * src/mainwindow.c
5707           src/selective_download.c
5708                 correct a few menuitem labels
5709
5710 2002-03-25 [christoph]  0.7.4claws43
5711
5712         * src/procmsg.c
5713                 fix non deleted tmp message in
5714                 procmsg_save_to_outbox
5715                 fix problems caused by sync with
5716                 main branch's procmsg_send_queue
5717
5718 2002-03-25 [paul]       0.7.4claws42
5719
5720         * src/quote_fmt.c
5721           src/quote_fmt_lex.l
5722           src/quote_fmt_parse.y
5723                 add Last name (%L) placeholder for quoting. 
5724                 patch submitted by Thorsten Thielen 
5725                 <thth@users.sourceforge.net>
5726
5727 2002-03-25 [paul]       0.7.4claws41
5728
5729         * src/utils.c
5730                 get full hostname. patch submitted by
5731                 Bob Woodside <rwoodside1@comcast.net>
5732
5733 2002-03-25 [paul]       0.7.4claws40
5734
5735         * src/account.c
5736           src/news.c
5737           src/nntp.[ch]
5738           src/prefs_account.[ch]
5739                 enable NNTP over SSL. patch submitted by
5740                 Pascal Jermini <pascal@infinity.hn.org>
5741
5742 2002-03-24 [paul]       0.7.4claws39
5743
5744         * src/prefs_common.c
5745                 make the arrangement of the Compose tab more
5746                 coherent
5747
5748         * src/mainwindow.c
5749                 fix some irregularities of style
5750
5751         * po/de.po
5752                 updated by Kilian Krause
5753
5754 2002-03-23 [paul]       0.7.4claws38
5755
5756         * po/pt_BR.po
5757                 updated by Fabio Junior Beneditto
5758
5759 2002-03-23 [paul]       0.7.4claws37
5760
5761         * src/mainwindow.c
5762                 move 'Gather addresses' to 'Tools' menu
5763                 make 'Selective download' sensitive
5764
5765 2002-03-23 [paul]       0.7.4claws36
5766
5767         * sync with 0.7.4cvs16
5768                 see ChangeLog entries 2002-03-23
5769
5770 2002-03-22 [christoph]  0.7.4claws35
5771
5772         * src/quote_fmt_parse.y
5773                 fix include program output
5774
5775 2002-03-22 [alfons]     0.7.4claws34
5776
5777         * src/pop.c
5778                 initialize GDate stack variable correctly (sorry!)
5779
5780 2002-03-22 [paul]       0.7.4claws33
5781
5782         * src/compose.c
5783           src/mainwindow.c
5784           src/prefs_actions.c
5785           src/prefs_common.c
5786                 rename 'Tool' to 'Tools'
5787
5788         * src/mainwindow.c
5789                 move 'Delete duplicated messages' from
5790                 'Message/' to 'Tools/'
5791                 re-arrange the order of 'Tools/' items
5792
5793 2002-03-22 [paul]       0.7.4claws32
5794
5795         * src/addr_compl.c
5796           src/addressbook.[ch]
5797                 auto-address completion now also matches on
5798                 Nickname. patch submitted by Bob Forsman 
5799                 <hammor@users.sourceforge.net>
5800
5801         * src/editaddress.c
5802                 correct a spelling mistake
5803
5804 2002-03-22 [alfons]     0.7.4claws31
5805
5806         * src/pop.c
5807                 fix getting uidl from incorrect string 
5808                 (spotted by Colin)
5809
5810 2002-03-21 [alfons]     0.7.4claws30
5811
5812         * src/pop.c
5813                 more code refactoring
5814                 plug mem leak introduced by delete on server
5815
5816 2002-03-21 [paul]       0.7.4claws29
5817
5818         * sync with 0.7.4cvs11
5819                 see ChangeLog entries 2002-03-20
5820
5821 2002-03-20 [alfons]     0.7.4claws28
5822
5823         * src/inc.c
5824                 apply Colin's patch and refactor
5825
5826 2002-03-20 [paul]       0.7.4claws27
5827
5828         * sync with sylpheed 0.7.4cvs9
5829                 see ChangeLog entry 2002-03-20
5830
5831 2002-03-19 [christoph]  0.7.4claws26
5832
5833         * src/mh.c
5834         * src/procmsg.[ch]
5835         * src/summaryview.c
5836                 revert changes for flag updates
5837                 (does not work correctly and no time to debug)
5838
5839 2002-03-20 [alfons]     0.7.4claws25
5840
5841         * src/pop.c
5842                 refactor should_delete() a little bit 
5843
5844 2002-03-19 [paul]       0.7.4claws24
5845
5846         * src/inc.[ch]
5847           src/pop.c
5848           src/prefs_account.[ch]
5849                 allow the user to leave downloaded mail on the 
5850                 server for n days. Patch submitted by Colin Leroy 
5851                 <colin@colino.net>
5852
5853 2002-02-19 [paul]       0.7.4claws23
5854
5855         * sync with sylpheed 0.7.4cvs8
5856                 see ChangeLog entries 2002-03-19
5857
5858 2002-03-18 [paul]       0.7.4claws22
5859
5860         * sync with sylpheed 0.7.4cvs6
5861                 see ChangeLog entry 2002-03-18
5862
5863 2002-03-18 [paul]       0.7.4claws21
5864
5865         * po/en_GB.po
5866                 add en_GB message catalogue
5867
5868         * src/mbox_folder.c
5869           src/prefs_account.c
5870           src/prefs_actions.c
5871                 correct a few spelling mistakes
5872
5873 2002-03-17 [alfons]     0.7.4claws20
5874
5875         * src/matcher.c
5876                 more stringent checks for NULL params when writing
5877                 filtering actions to a file
5878                 
5879 2002-03-17 [hoa]        0.7.3claws20
5880
5881         * src/news.c
5882                 fixed the count of new messages
5883
5884         * src/compose.c
5885                 fixed the "attachment properties" window
5886
5887 2002-03-17 [paul]       0.7.4claws19
5888
5889         * src/defs.h
5890           src/folder.h
5891           src/news.c
5892           src/prefs_account.[ch]
5893           src/procmsg.[ch]
5894           src/summaryview.c
5895                 automatically mark cross-posted messages as read 
5896                 and (optionally) give them a colour label
5897                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
5898                 
5899
5900 2002-03-17 [paul]       0.7.4claws18
5901
5902         * sync with sylpheed 0.7.4cvs5
5903                 see ChangeLog entry 2002-03-17
5904
5905 2002-03-17 [melvin]     0.7.4claws17
5906         
5907         * src/textview.c
5908                 Worked around a gtktext 'bug': when searching for 
5909                 a text in a long message it was scrolling slowly
5910                 line by line until it hit the searched text.
5911         * po/fr.po
5912                 Updated French translation
5913
5914 2002-03-17 [melvin]     0.7.4claws16
5915
5916         * src/mainwindow.c
5917         * src/compose.c
5918         * src/prefs_actions.c
5919                 Moved "Edit/Actions" to "Tool/Actions"
5920                 Made mainwindow/compose window sensitive as soon as
5921                 no child process is running anymore even if the io dialog
5922                 is open.
5923                 Fixed a struct being initialized with a non constant char*
5924
5925 2002-03-16 [christoph]  0.7.4claws15
5926
5927         * configure.in
5928                 add --with-compiler-flags option
5929                 (only for developer hacking)
5930         * src/mh.c
5931         * src/procmsg.[ch]
5932         * src/summaryview.c
5933                 try to make folder-stats and flag handling more
5934                 independent from the summaryview. msgcounts
5935                 are only set when the folder is opened and
5936                 procmsg_msginfo_(un)set_flags will handle it
5937                 later and summaryview will get the values
5938                 from the folder.
5939
5940 2002-03-16 [paul]       0.7.4claws14
5941
5942         * src/messageview.c
5943                 fix Return-receipt. Patch submitted by Bob
5944                 Woodside <rwoodside1@comcast.net>
5945
5946 2002-03-16 [paul]       0.7.4claws13
5947
5948         * src/compose.c
5949                 fix 'dynamic' signatures, make it work again
5950                 broken during sync on 2002-03-14 (0.7.4claws2)
5951
5952 2002-03-15 [match]      0.7.4claws12
5953
5954         * src/addrharvest.[ch]
5955         * src/addrgather.[ch]
5956         * src/addressbook.[ch]
5957         * src/mainwindow.c
5958                 included address harvester feature. still some
5959                 issues with address parsing that I will fix.
5960
5961 2002-03-15 [match]      0.7.4claws11
5962
5963         * src/addrbook.[ch]
5964         * src/addrcache.[ch]
5965         * src/addressbook.[ch]
5966         * src/addrindex.c
5967         * src/editbook.c
5968         * src/importldif.c
5969         * src/importmutt.c
5970         * src/jpilot.[ch]
5971         * src/main.c
5972         * src/syldap.[ch]
5973         * src/vcard.[ch]
5974                 tidy up. fix memory leaks. moved attribs and methods
5975                 from individual interfaces to addrcache object. prep
5976                 for new stuff to come in.
5977
5978 2002-03-15 [alfons]     0.7.4claws10
5979
5980         * src/matcher.[ch]
5981         * src/matcher_parser_parse.y
5982         * src/matcher_parser_lex.l
5983         * src/prefs_matcher.c
5984                 add filtering conditions message greater than, smaller 
5985                 than, and exactly matching a size in bytes
5986                 (does not work with delete from POP3 server yet)
5987
5988                 this should also give others an idea what you should
5989                 do to add new criterions to claws filtering system
5990                 
5991
5992 2002-03-15 [paul]       0.7.4claws9
5993
5994         * tools/filter_conv.pl
5995                 exit if there are no filter rules to convert
5996                 rename filterrc to filterrc.old after completion
5997
5998 2002-03-15 [paul]       0.7.4claws8
5999
6000         * sync with sylpheed 0.7.4cvs3
6001                 see ChangeLog entry 2002-03-14
6002
6003 2002-03-14 [paul]       0.7.4claws7
6004
6005         * src/compose.c
6006                 clean up the last commit (ahem)
6007
6008 2002-03-14 [paul]       0.7.4claws6
6009
6010         * src/compose.c
6011                 fix bug #515655. honour account preferences
6012                 regarding gpg default signing/encryption when 
6013                 changing account from the compose window.
6014
6015 2002-03-14 [paul]       0.7.4claws5
6016
6017         * src/folderview.c
6018                 remove unnecessary curly brackets
6019
6020 2002-03-14 [paul]       0.7.4claws4
6021
6022         * src/folderview.c
6023           src/prefs_filtering.[ch]
6024                 add filter rename on folder rename and filter
6025                 delete on folder delete. Patch submitted by
6026                 Neill Miller <neillm@thecodefactory.org> 
6027
6028 2002-03-14 [christoph]  0.7.4claws3
6029
6030         * src/procmsg.c
6031         * src/send.c
6032                 fix local delivery
6033                 (patch submitted by "Simon 'corecode' Schubert")
6034         * src/prefs_common.c
6035         * src/procmsg.c
6036                 fix gcc 3.0 warning
6037
6038 2002-03-14 [paul]       0.7.4claws2
6039
6040         * sync with sylpheed 0.7.4cvs2
6041                 see ChangeLog entry 2002-03-13
6042
6043 2002-03-12 [darko]      0.7.4claws1
6044
6045         * src/mainwindow.c
6046                 fix what seems to be a copy and paste error
6047                 when setting color for important messages
6048                 (reported by wwp)
6049
6050 2002-03-11 [paul]       version 0.7.4claws released
6051
6052 2002-03-11 [paul]       0.7.4claws
6053
6054         * po/es.po
6055           po/it.po
6056           po/nl.po
6057           po/pt_BR.po
6058                 update message catalogs. Submitted by Ricardo Mones 
6059                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
6060                 Fabio Junior Beneditto
6061
6062         * configure.in
6063           faq/Makefile.am
6064           faq/it/Makefile
6065           faq/it/sylpheed-faq*
6066           src/mainwindow.c
6067           src/manual.[ch]
6068                 add FAQ in Italian
6069         
6070
6071 2002-03-11 [jens]       0.7.3claws7
6072
6073         * po/de.po
6074                 updated German translation
6075
6076 2002-03-11 [melvin]     0.7.3claws6
6077
6078         * po/fr.po
6079                 updated and corrected French translation
6080
6081 2002-03-10 [hoa]        0.7.3claws5
6082
6083         * src/account.c
6084         * src/inc.c
6085         * src/prefs_account.c
6086         * src/procmsg.c
6087         * src/send.[ch]
6088                 fixed the local account.
6089                 you have to change the default "/usr/sbin/sendmail"
6090                 to "/usr/sbin/sendmail -t" in the preferences of
6091                 the local account.
6092
6093         * src/procmime.c
6094                 removed some debug display for renderer
6095
6096 2002-03-10 [paul]       0.7.3claws4
6097
6098         * faq/en/sylpheed-faq-1.html
6099           faq/en/sylpheed-faq-2.html
6100                 update
6101
6102 2002-03-09 [paul]       0.7.3claws3
6103
6104         * sync with sylpheed 0.7.4
6105                 see ChangeLog entry 2002-03-09
6106
6107 2002-03-08 [paul]       0.7.3claws2
6108
6109         * faq/en/sylpheed-faq*
6110           faq/es/sylpheed-faq*
6111           faq/fr/sylpheed-faq*
6112                 update the FAQs
6113
6114         * manual/fr/.cvsignore
6115           manual/fr/Makefilea.am
6116           manual/fr/sylpheed*
6117           src/mainwindow.c
6118           src/manual.[ch]
6119                 add the French manual
6120
6121 2002-03-07 [paul]       0.7.3claws1
6122
6123         * sync with sylpheed 0.7.3cvs4
6124                 see ChangeLog entries  2002-03-06 and 2002-03-07
6125         
6126         * po/nl.po
6127                 updated by Wilbert Berendsen
6128
6129 2002-03-07 [melvin]     0.7.2claws34
6130
6131         * src/selective_download.c
6132                 Changed the pixmap of the receive button to MAIL_RECEIVE.
6133
6134 2002-03-06 [paul]       0.7.2claws33
6135
6136         * sync with sylpheed 0.7.3cvs1
6137                 bug fix, see ChangeLog entry 2002-03-05
6138
6139 2002-03-05 [paul]       0.7.2claws32
6140
6141         * src/mimeview.c
6142           src/pgptext.[ch]
6143           src/procmsg.c
6144                 reverse the pgp ascii-armored code implemented in 
6145                 0.7.2claws16. removal of this code until it matures.
6146                 this means that verifying ascii-armored pgp sigs and
6147                 automatic decryption of ascii-armored encrypted
6148                 messages no longer works.
6149
6150 2002-03-05 [paul]       0.7.2claws31
6151
6152         * configure.in
6153           Makefile.am
6154         * faq/Makefile.am
6155         * faq/en/Makefile.am
6156           faq/en/sylpheed-faq.html
6157           faq/en/sylpheed-faq-1.html
6158           faq/en/sylpheed-faq-2.html
6159           faq/en/sylpheed-faq-3.html
6160         * faq/es/Makefile.am
6161           faq/es/sylpheed-faq.html
6162           faq/es/sylpheed-faq-1.html
6163           faq/es/sylpheed-faq-2.html
6164           faq/es/sylpheed-faq-3.html
6165           faq/es/sylpheed-faq-4.html
6166         * faq/fr/Makefile.am
6167           faq/fr/sylpheed-faq.html
6168           faq/fr/sylpheed-faq-1.html
6169           faq/fr/sylpheed-faq-2.html
6170           faq/fr/sylpheed-faq-3.html
6171         * src/Makefile.am
6172           src/defs.h
6173           src/mainwindow.c
6174           src/manual.[ch]
6175                 add FAQs in English, Spanish and French
6176
6177
6178 2002-03-05 [paul]       0.7.2claws30
6179
6180         * manual/en/sylpheed.html
6181           manual/en/sylpheed-XX.html
6182                 updated the English manual
6183
6184 2002-03-05 [hoa]        
6185
6186         * src/summaryview.c
6187                 dialog box pops up if the article can't be deleted.
6188
6189 2002-03-04 [paul]       
6190         
6191         * po/pt_BR.po
6192                 updated by Fabio Junior Benedito
6193
6194 2002-03-04 [hoa]
6195
6196         * removed ac/gpgme.m4
6197                 to avoid autogen common problem
6198                 developers have to install gpgme development package now
6199
6200         * src/compose.c
6201                 encoding to 7bit or 8bit is enabled.
6202
6203 2002-03-03 [alfons]     0.7.2claws29
6204
6205         * src/pop.c
6206                 merge fix by Oliver Haertel for selective
6207                 download buglet
6208
6209 2002-03-03 [paul]       0.7.2claws28
6210         
6211         * sync with sylpheed 0.7.3
6212
6213 2002-03-03 [paul]       0.7.2claws27
6214
6215         * sync with sylpheed 0.7.2cvs24
6216                 see ChangeLog entries 2002-03-02 and 2002-03-03
6217
6218 2002-03-02 [melvin]     0.7.2claws26
6219
6220         * src/inc.[ch]
6221         * src/main.c
6222         * src/mainwindow.c
6223         * src/prefs_common.[ch]
6224                 Added user definable notification on new mail arrival.
6225                 Removed unused variables in spell checker prefs code.
6226
6227 2002-03-02 [melvin]     0.7.2claws25
6228
6229         * src/quote_fmt.c
6230                 Removed unnecessary escape sequences.
6231                 Changed 'Initial...' to 'Initials of Sender'
6232
6233 2002-03-02 [paul]       0.7.2claws24
6234
6235         * sync with sylpheed 0.7.2cvs22
6236                 see ChangeLog entry 2002-03-01
6237
6238 2002-03-01 [hoa]        0.7.2claws23
6239
6240         * src/mainwindow.c
6241                 Set sensitivity of delete actions to active
6242                 even if the folder is a newsgroup.
6243
6244         * src/summaryview.c
6245                 - Set sensitivity of delete actions
6246                 - Added function check_permission() that will check if the
6247                   user is authorized to delete a message. For news, it
6248                   will check if the author is the same.
6249                 - Enabled deletion when there is no trash folder.
6250
6251         * src/news.[ch]
6252                 - Added news_cancel_article() to cancel articles
6253                 - Implemented news_remove_message() (public function)
6254
6255 2002-03-01 [paul]       0.7.2claws22
6256
6257         * src/gtkutils.c
6258           src/textview.c
6259                 recognise urls that that don't include 'http://' and
6260                 simply begin 'www.' 
6261
6262         * AUTHORS
6263                 remove duplicated name
6264
6265 2002-02-28 [paul]       0.7.2claws21
6266
6267         * src/mainwindow.c
6268           src/summaryview.[ch]
6269                 add ability to 'Select thread'
6270                 combines Melvin's "Select thread's head" patch (#510907)
6271                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
6272                 patch (#518514) 
6273
6274 2002-02-28 [paul]       0.7.2claws20
6275
6276         * src/mimeview.c
6277                 hopefully fix segfault on right-clicking a mime part
6278                 that some people have experienced.      
6279                 fix submitted by Fredrik Olofsson <frol@linux.nu>
6280
6281 2002-02-28 [paul]       0.7.2claws19
6282
6283         * sync with sylpheed 0.7.2cvs21
6284                 see ChangeLog entries 2002-02-27 and 2002-02-28
6285
6286 2002-02-27 [paul]       0.7.2claws18
6287
6288         * sync with sylpheed 0.7.2cvs18
6289                 see ChangeLog entries 2002-02-26 and 2002-02-27
6290
6291 2002-02-26 [alfons]     0.7.2claws17
6292
6293         * src/procheader.c
6294                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
6295                 (spotted by Chris Hessman <idatech@gmx.net>)
6296
6297 2002-02-26 [paul]       0.7.2claws16
6298
6299         * src/mimeview.c
6300           src/pgptext.[ch]
6301           src/procmsg.c
6302                 make decryption of ascii-armored pgp encrypted messages
6303                 and verification of ascii-armored signatures work again.
6304                 slightly altered from the patch by Jens Jahnke 
6305                 <jan0sch@gmx.net>
6306
6307                 ##FIX ME##
6308                 * the checking of plaintext signatures always comes up in 
6309                   a popup box
6310                 * it doesn't work for multipart messages 
6311                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
6312                   including the msg headers and these 2 line themselves, are 
6313                   not displayed
6314
6315         * src/mainwindow.c
6316                 "View/Folder Tree" becomes "View/Separate Folder Tree"
6317                 "View/Message View" becomes "View/Separate Message View"
6318                 because its less ambiguous.
6319
6320         * po/es.po
6321                 updated by Ricardo Mones Lastra
6322
6323 2002-02-26 [paul]       0.7.2claws15
6324
6325         * sync with sylpheed 0.7.2cvs17
6326                 see ChangeLog entries 2002-02-25 and 2002-02-26
6327
6328 2002-02-25 [christoph]  0.7.2claws14
6329
6330         * src/filtering.[ch]
6331         * src/inc.c
6332                 do filtering stuff after all messages have been received
6333                   1. drop all messages to .processing
6334                   2. scan processing folder for messages
6335                   3. filter messages or move to inbox
6336                 this will also find old messages left in processing after
6337                 a crash or something like that and we get a real msginfo
6338                 from folder->get_msg_list and do not have to create our
6339                 own in filter_message
6340         * src/matcher_parser_parse.y
6341                 remove MIX/MAX warning (reordered includes)
6342
6343 2002-02-25 [paul]       0.7.2claws13
6344
6345         * sync with sylpheed 0.7.2cvs15
6346                 see ChangeLog entry 2002-02-24
6347
6348 2002-02-24 [alfons]     0.7.2claws12
6349
6350         * src/filtering.c
6351                 clear old color flags first when applying a new color to
6352                 a message info. 
6353                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
6354
6355 2002-02-24 [alfons]     0.7.2.claws11
6356         
6357         * AUTHORS
6358         * src/prefs_common.c
6359                 add presets for Opera and Konqueror, closes patch #517261,
6360                 submitted by Ville Skyttä <scop@users.sourceforge.net>
6361
6362 2002-02-24 [alfons]     0.7.2.claws10
6363
6364         * AUTHORS
6365         * src/summaryview.c
6366                 fix threading for null message ids, closes patch #521601,
6367                 submitted by Bob Forsman <hammor@users.sourceforge.net>
6368
6369 2002-02-24 [alfons]     0.7.2claws9
6370
6371         * src/summaryview.c
6372         * src/filtering.c
6373                 make Tool | Filter Message work with filtering system so
6374                 setting flags also works
6375
6376                 TODO:
6377
6378                 - Processing uses the same function as Tool | Filter
6379                   Message, but doesn't use the same update proc yet
6380
6381 2002-02-23 [paul]       0.7.2claws8
6382
6383         * sync with sylpheed 0.7.2cvs14
6384                 see ChangeLog entries 2002-02-22 and 2002-02-23
6385
6386 2002-02-22 [christoph]  0.7.2claws7
6387
6388         * src/quote_fmt.c
6389                 Add column space to table
6390         * src/quote_fmt_parse.y
6391                 Close files
6392
6393 2002-02-22 [paul]       0.7.2claws6
6394
6395         * src/Makefile.am
6396           src/defs.h
6397           src/filtering.c
6398           src/inc.[ch]
6399           src/mainwindow.c
6400           src/matcher.[ch]
6401           src/matcher_parser_lex.l
6402           src/matcher_parser_parse.y
6403           src/pop.[ch]
6404           src/prefs_account.h
6405           src/prefs_filtering.c
6406           src/selective_download.[ch]   *** NEW FILES ***
6407           src/utils.[ch]
6408           po/POTFILES.in
6409                 Selective Download added to 'Tool' menu. 
6410                 Retrieves email headers of the currently selected pop3 
6411                 account and allows the user to mark emails for deletion 
6412                 right on the pop3 server. Patch submitted by Oliver Haertel 
6413                 <oha@users.sourceforge.net>.
6414         
6415         * po/POTFILES.in
6416                 add 'src/quote_fmt.c'           
6417
6418 2002-02-22 [christoph]  0.7.2claws5
6419
6420         * src/Makefile.am
6421                 added quote_fmt.c
6422         * src/prefs_common.[ch]
6423         * src/prefs_template.c
6424         * src/quote_fmt.c               *** NEW FILE ***
6425         * src/quote_fmt.h
6426                 move quote format symbol description code
6427                 to it's own file because it is used from
6428                 differnent code parts
6429                 Rewrote symbol description GUI
6430                   + use table
6431                   + add separators
6432                   + get data from array (no more long constant strings)
6433         * src/quote_fmt_lex.l
6434         * src/quote_fmt_parse.y
6435                 Symbol for Literal % changed to \% instead of %%
6436                 (More logical as \ is used for quoting for other symbols)
6437                 Add |f and |p to include files and program output
6438                 Examples:
6439                     |f{/home/.../.signature}
6440                     |p{date}
6441         * po/de.po
6442                 Correct wrong spelling for "Referenzen"
6443
6444 2002-02-21 [paul]       0.7.2claws4
6445
6446         * src/procmsg.c
6447                 forgotten during sync
6448
6449 2002-02-21 [paul]       0.7.2claws3
6450
6451         * sync with sylpheed 0.7.2cvs11
6452                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
6453                 2002-02-20 and 2002-02-21
6454
6455 2002-02-20 [melvin]     0.7.2claws2
6456
6457         * src/prefs_actions.c
6458                 Added error report when child cannot fork or when execvp 
6459                 returns with an error.
6460
6461 2002-02-19 [christoph]  0.7.2claws1
6462
6463         * src/codeconv.c
6464                 return unconverted text if conde conversion is not possible
6465                 when libjconv is used.
6466                 (patch submitted by "Simon 'corecode' Schubert")
6467
6468 2002-02-19 [paul]       
6469
6470         * version 0.7.2claws release
6471
6472 2002-02-19 [paul]       0.7.2claws
6473
6474         * po/nl.po
6475                 updated by Wilbert Berendsen
6476
6477
6478 2002-02-18 [alfons]     0.7.1claws13
6479
6480         * src/syldap.c
6481         * src/jpilot.c
6482                 remove references to dlfcn and explicitly loading functions
6483                 from dynalink libs, because libs linked anyway, and functions
6484                 are loaded explicitly
6485
6486 2002-02-17 [melvin]     0.7.1claws12
6487
6488         * src/prefs_actions.c
6489                 Replaced children wait loop with double fork technique.
6490                 Now, input/output window updated at each new output.
6491                 free_children(): Fixed a memory leak.
6492                 Made input/output window non closable if running children
6493                 still exist.
6494                 Added missing <unistd.h> include.
6495                 Added some --debug outputs.
6496
6497 2002-02-17 [melvin]     0.7.1claws11
6498
6499         * src/summaryview.c
6500                 Fixed bug where descending sort order did not select top
6501                 message.
6502
6503 2002-02-17 [melvin]     0.7.1claws10
6504
6505         * acconfig.h
6506                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
6507         * src/prefs_common.c
6508                 Pspell data package directory no more hard coded but
6509                 set during configuration (PSPELL_PATH). (Thanks to 
6510                                 Gustavo Noronha Silva.)
6511
6512 2002-02-17 [melvin]     0.7.1claws9
6513
6514         * configure.in
6515                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
6516         * src/gtkspell.c
6517                 Fixed compile-time warnings.
6518
6519 2002-02-16 [alfons]     0.7.1claws8
6520
6521         * src/filesel.c
6522                 fix inadvertent free of NULL pointer which caused
6523                 sylpheed to crash when closing the save-as dialog
6524                 using the window close button
6525
6526 2002-02-16 [carsten]    0.7.1claws7
6527         * src/mainwindow.[ch]
6528           src/summaryview.c
6529           src/prefs_common.c
6530                 fixes for pixmap theming code:
6531                         - recently changed mail attributes shouldn't get
6532                           lost any longer
6533                         - theme is only reloaded iff another theme was
6534                           selected
6535
6536 2002-02-16 [paul]       0.7.1claws6
6537
6538         * sync with sylpheed 0.7.2 release
6539                 see ChangeLog entry 2002-02-15 and 2002-02-16
6540
6541 2002-02-15 [paul]       0.7.1claws5
6542
6543         * sync with sylpheed 0.7.1cvs9
6544                 see ChangeLog entry 2002-02-15
6545
6546         * po/POTFILES.in
6547                 remove unneeded headerwindow.c entry
6548
6549 2002-02-14 [carsten]    0.7.1claws4
6550         * src/summaryview.c
6551                 fixed a bug for "Go to next unread message": there was
6552                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
6553                 in the prefs, because of doing "Search again" instead
6554                 "No"
6555
6556 2002-02-14 [carsten]    0.7.1claws3
6557         * src/stock_pixmap.c
6558                 removed 2 more mem leaks; following memprof,
6559                 this code is "leak free" now :)
6560
6561 2002-02-14 [carsten]    0.7.1claws2
6562         * src/stock_pixmap.c
6563                 used opendir/readdir/closedir instead of scandir
6564                 -> code should work now on Solaris
6565
6566 2002-02-14 [paul]       0.7.1claws1
6567
6568         * sync with sylpheed 0.7.1cvs8
6569                 see ChangeLog entries 2002-02-13 and 2002-02-14
6570
6571         * README.claws
6572                 add some description of Actions and Pixmap Themes
6573
6574 2002-02-13 [paul]       
6575
6576         * version 0.7.1claws release
6577
6578 2002-02-13 [paul]       0.7.1claws
6579
6580         * po/es.po
6581           po/it.po
6582           po/pt_BR.po
6583                 updated translations, submitted by Ricardo Mones Lastra,
6584                 Alessandro Maestri and Fabio Junior Beneditto
6585
6586 2002-02-13 [melvin]     0.7.0claws75
6587
6588         * src/prefs_actions.c
6589                 Added missing "signal.h" include
6590
6591 2002-02-13 [melvin]     0.7.0claws74
6592
6593         * src/prefs_folder_item.c
6594                 Added missing "config.h" include
6595         * po/fr.po
6596                 Updated French translation for folder propriety.
6597
6598 2002-02-13 [jens]       0.7.0claws73
6599
6600         * po/POTFILES.in
6601                 Added missing src/prefs_folder_item.c [log added by melvin]
6602         * po/de.po
6603                 Updated German translation.
6604
6605 2002-02-13 [melvin]     0.7.0claws72
6606
6607         * po/fr.po
6608                 Updated French translation.
6609
6610 2002-02-13 [melvin]     0.7.0claws71
6611
6612         * src/gtkutils.c
6613                 Made gtkut_editable_get_selection return NULL if selection
6614                 is of length zero.
6615                 This fixes a bug where selecting part of message A then
6616                 switching to message B and replying to it will not
6617                 quote the message's body.
6618
6619 2002-02-12 [paul]       0.7.0claws70
6620
6621         * src/mainwindow.c
6622                 cosmetic, relating to pixmap themes: on toolbar make 
6623                 updating of 'Exec' and 'Compose news/Compose email'
6624                 icons faster.
6625
6626 2002-02-12 [carsten]    0.7.0claws69
6627         * src/folderview.c
6628           src/mainwindow.[ch]
6629           src/stock_pixmap.c
6630           src/summaryview.c
6631           src/prefs_common.c
6632                 - refreshing after changing pixmap theme better
6633                   now (thanks Paul)
6634                 - wanted to remove some mem leaks, but alfons was
6635                   faster (and had the better solution ;)
6636
6637 2002-02-12 [alfons]     0.7.0claws68
6638
6639         * src/prefs_common.c
6640         * src/stock_pixmap.[ch]
6641                 plug mem leaks, refactor code a little bit
6642
6643
6644 2002-02-12 [sergey]     0.7.0claws67
6645
6646         * src/imap.c
6647                 Fixed problem with copying messages to IMAP folders when the
6648                 server uses something other than '/' as a namespace separator
6649                 (cyrus-imapd uses '.').
6650
6651 2002-02-12 [jens]       0.7.0claws66
6652
6653         * po/de.po
6654                 Updated German Translation
6655
6656 2002-02-12 [paul]       0.7.0claws65
6657
6658         * sync with sylpheed 0.7.1cvs1
6659                 see ChangeLog entry 2002-02-12
6660
6661 2002-02-12 [melvin]     0.7.0claws64
6662
6663         * src/prefs_actions.c
6664                 Fixed "feature" where children's output was duplicated 
6665                 instead of refreshed while monitoring.
6666                 Removed some debug code.
6667
6668 2002-02-12 [christoph]  0.7.0claws63
6669
6670         * src/compose.c
6671                 always delete message from queue after sending/send error
6672                 (closes bug #509601)
6673
6674 2002-02-12 [melvin]     0.7.0claws62
6675
6676         * src/prefs_actions.c
6677                 Children wait loop is now triggered with a timeout of 1s
6678                 Added %F which is replaced with the list of filenames 
6679                 of all selected messages (as suggested by Ricardo Mones Lestra)
6680                 Pipe syntax changed. Prefix with | to send selection, postfix
6681                 with | to retrieve output. Prefix with > or * to send
6682                 user definable input to the command (*: input is hidden)
6683                 Old pipe action should now be postfixed with |, too.
6684
6685 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
6686         * src/stock_pixmap.c
6687                 fixed a bug: if there's no theme directory don't
6688                 throw an error, just do "nothing" (thanks Alfons)
6689
6690 2002-02-12 [carsten]    0.7.0claws60
6691         * src/folderview.c
6692           src/summaryview.c
6693                 had to write the cache twice (nasty!); some marks would 
6694                 get lost if not
6695
6696 2002-02-11 [carsten]    0.7.0claws59
6697         * acconfig.h
6698           configure.in
6699           doc-src/maintainer_guide.txt
6700           src/compose.[ch]
6701           src/defs.h
6702           src/folderview.[ch]
6703           src/gtkutils.[ch]
6704           src/mainwindow.[ch]
6705           src/prefs_common.[ch]
6706           src/stock_pixmap.[ch]
6707           src/summaryview.[ch]
6708                 pixmap theming and related work on pixmap
6709                 handling on some other places
6710                 (e.g. hrm features for all folder)
6711           src/pixmap/stock_*.xpm -> the stock_ was removed
6712         
6713 2002-02-11 [paul]       0.7.0claws58
6714
6715         * sync with sylpheed 0.7.1 release
6716                 see ChangeLog entries 2002-02-11
6717
6718 2002-02-08 [paul]       0.7.0claws57
6719
6720         * sync with sylpheed 0.7.0cvs39
6721                 see ChangeLog entry 2002-02-07 (last entry) 
6722
6723         * src/prefs_actions.c
6724           src/prefs_filtering.c
6725           src/prefs_matcher.c
6726           src/prefs_scoring.c
6727                 sync: made it compile with C compilers other than gcc
6728
6729 2002-02-07 [paul]       0.7.0claws56
6730
6731         * sync with sylpheed 0.7.0cvs38
6732                 see ChangeLog entries 2002-02-06 (last 2 entries) and
6733                 2002-02-07
6734
6735 2002-02-07 [darko]      0.7.0claws55
6736
6737         * src/gtkutils.[ch]
6738         * src/summaryview.c
6739                 Fix const gchar */gchar * issue (thanks Hiro)
6740
6741 2002-02-07 [darko]      0.7.0claws54
6742
6743         * src/compose.[ch]
6744         * src/filtering.c
6745         * src/gtkutils.[ch]
6746         * src/prefs_template.c
6747         * src/quote_fmt.h
6748         * src/quote_fmt_parse.y
6749         * src/summaryview.c
6750         * src/utils.[ch]
6751                 When replying or forwarding an email don't quote the entire
6752                 mail body but use the part of the message text that is selected
6753
6754 2002-02-06 [melvin]     0.7.0claws53
6755
6756         * src/prefs_common.[ch]
6757         * src/gtkspell.[ch]
6758         * src/compose.c
6759                 Made possible to switch quickly to last used dictionary
6760                 which makes checking bilingual documents easier.
6761
6762 2002-02-06 [melvin]     0.7.0claws52
6763         
6764         * po/POTFILES.in
6765                 Added forgotten new file src/prefs_actions.c
6766
6767 2002-02-06 [melvin]     0.7.0claws51
6768
6769         * src/prefs_actions.c   ** NEW FILE **
6770         * src/prefs_actions.h   ** NEW FILE **
6771                 Added actions to execute on message text view, or on the
6772                         message's file.
6773         * src/Makefile.am
6774                 Added src/prefs_actions.[ch]
6775         * src/compose.c
6776                 Added new menu "Edit/Actions"
6777         * src/defs.h
6778                 Added new actionsrc file.
6779         * src/main.c
6780                 Added actionsrc reading.
6781         * src/mainwindow.c
6782                 Added new menus "Edit/Actions" and "Configuration/Actions..."
6783         * src/prefs_common.h
6784                 Added new element actionslst element to prefs_common.
6785
6786 2002-02-06 [paul]       0.7.0claws50
6787
6788         * sync with sylpheed 0.7.0cvs36
6789                 see ChangeLog entry 2002-02-06
6790
6791 2002-02-05 [paul]
6792
6793         * po/es.po
6794                 updated by Ricardo Mones Lastra
6795
6796 2002-02-05 [paul]       0.7.0claws49
6797
6798         * sync with sylpheed 0.7.0cvs33
6799                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
6800
6801 2002-02-05 [paul]       0.7.0claws48
6802
6803         * src/compose.c
6804                 re-add 'Edit/Advanced/Delete entire line', previously named
6805                 'Delete Line+'
6806
6807 2002-02-04 [paul]       0.7.0claws47
6808
6809         * src/compose.c
6810           src/summaryview.c
6811                 fix bug #494993 (Reply All not taking Reply-To into consi)
6812                 eliminate differences in behaviour of right-click 'Reply to all' 
6813                 in summary view and 'Reply to all' on the toolbar. 
6814                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
6815                 view and From gets ignored by 'Reply to all' on toolbar.
6816                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
6817                 From when no Reply-To header is present.
6818
6819 2002-02-04 [paul]       0.7.0claws46
6820
6821         * sync with sylpheed 0.7.0cvs30
6822                 see ChangeLog entries 2002-02-03 and 2002-02-04
6823
6824 2002-02-03 [melvin]     0.7.0claws45
6825
6826         * src/gtkspell.[ch]
6827                 Readded function to highlight all misspelled words.
6828                 Fixed bug where user-provided-words did not replace
6829                         correctly the misspelled word when using the mouse.
6830                 Fixed bug where checking a region selected from right to left did
6831                         not check the region at all.
6832                 Fixed bug where 'Check backwards' may not check at all. 
6833                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
6834                 Fixed possible buffer overflow when checking for long strings (>1k).
6835                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
6836                 Accelerators code uses now gtk_widget_add_accel.
6837                 Removed and disabled obsolete and unfinished code.
6838                 Cleaning up.
6839
6840         * src/compose.c
6841                 Added menu item to Highlight all misspelled words.
6842
6843 2002-02-01 [paul]       0.7.0claws44
6844
6845         * src/mainwindow.c
6846                 fix '/View/Hide read messages' sensitivity when all
6847                 messages in a folder are hidden
6848
6849 2002-02-01 [paul]       0.7.0claws43
6850
6851         * src/main.c
6852                 add --send option to command line interface, sends all
6853                 queued mail. Patch submitted by Ricardo Mones Lastra.
6854
6855 2002-01-31 [paul]       0.7.0claws42
6856
6857         * src/mainwindow.c
6858                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
6859
6860 2002-01-31 [paul]       0.7.0claws41
6861
6862         * sync with sylpheed 0.7.0cvs27
6863                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
6864                 and 2002-01-31
6865
6866         * src/textview.c
6867                 comment out elements of textview_show_part() as temporary
6868                 workaround for attachment 'Display as text' bug 
6869
6870         * po/pt_BR.po
6871                 updated by Fabio Junior Beneditto
6872
6873 2002-01-30 [paul]       0.7.0claws40
6874
6875         * sync with sylpheed 0.7.0cvs24
6876                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
6877                 and 2002-01-30
6878
6879         * src/compose.c
6880                 add {N_("/_Spelling"), ... "<Branch>"} to 
6881                 GtkItemFactoryEntry compose_entries[]
6882
6883         * src/prefs_common.c
6884                 add claws menu items to prefs_keybind_apply_clicked()
6885                 and remove non-claws menu items
6886
6887 2002-01-29 [paul]       0.7.0claws39
6888
6889         * sync with sylpheed 0.7.0cvs22
6890                 see ChangeLog entries 2002-01-28 and 2002-01-29
6891
6892 2002-01-28 [melvin]     0.7.0claws38
6893
6894         * src/compose.c
6895                 Added the declartion of compose_send_control_enter.
6896
6897         * src/compose.c
6898         * src/gtkspell.[ch]
6899                 Added in a 'Spelling' menu which includes the configuration menu. 
6900                 Added a real 'Check all' and got rid from the old one which only
6901                 highlited misspelled word.
6902                 Made 'Check while typing' a disableable option.
6903                 Added a dialog when there are no more misspelled word.
6904                 Added a dialog if error occurs when switching to a dictionary.
6905         
6906         * src/prefs_common.[ch]
6907                 Added option for the default 'Check while typing' option.
6908
6909
6910 2002-01-28 [alfons]     0.7.0claws37
6911
6912         * src/compose.c
6913                 fix buglet and make code comply with sylpheed code style
6914
6915 2002-01-28 [paul]       0.7.0claws36
6916
6917         * sync with sylpheed 0.7.0cvs19
6918                 see ChangeLog entries for 2002-01-28
6919
6920 2002-01-28 [hoa]        0.7.0claws35
6921
6922         * src/defs.h
6923                 added rendererrc
6924
6925         * src/main.c
6926                 read the renderer config
6927
6928         * src/procmime.[ch]
6929                 use the renderer config to convert mime attachments
6930
6931         * src/textview.c
6932                 don't use textview_show_html/ertf,
6933                 use get_text_content instead
6934
6935 2002-01-27 [alfons]     0.7.0claws34
6936         
6937         * src/news.c
6938                 make sylpheed believe it can delete a news message...
6939                 (messages are NOT deleted, maybe we should remove
6940                 processing from the folder properties after all.)
6941
6942 2002-01-27 [alfons]     0.7.0claws33
6943
6944         * src/folder.c
6945                 add extra checks
6946         * src/news.c
6947                 implement remove_msg() 
6948
6949 2002-01-27 [alfons]     0.7.0claws32
6950
6951         * src/procmsg.h
6952         * src/procheader.c
6953         * src/messageview.c
6954                 fix return receipt / disposition notification again. this
6955                 stuff seems to break on _every_ major summary UI change, so
6956                 it's now implemented using a flag which is saved in the
6957                 marks cache
6958                 
6959 2002-01-26 [alfons]     0.7.0claws31
6960
6961         * src/import.c
6962                 let import dialog show the destination folder identifier
6963
6964 2002-01-26 [melvin]     0.7.0claws30
6965
6966         * src/folderview.c
6967         * src/summaryview.c
6968                 Readded 'Mark all read' into summary view popup menu
6969                 Added 'Mark all read' in folder view popup menu for IMAP
6970                 and NNTP.
6971                 Made it insensitive if the selected folder is not the shown
6972                 one to avoid 'Mark all read' on the wrong folder.
6973                 
6974 2002-01-26 [paul]       0.7.0claws29
6975
6976         * src/folderview.c
6977           src/summaryview.c
6978                 move 'Mark all read' from summary view to folder view
6979                 menu. (adapted from) patch submitted by Jeremy Andrews,
6980                 <lists@kerneltrap.com>
6981
6982 2002-01-25 [alfons]     0.7.0claws28
6983
6984         * src/gtkstext.c
6985                 put the gtk class name back so GtkSText adapts the 
6986                 settings of GtkText
6987
6988 2002-01-25 [alfons]     0.7.0claws27
6989
6990         * src/folderview.c 
6991                 assimilate Ricardo's patch that shows pixmaps instead of
6992                 plain "new" and "unread" texts in the folder view column
6993                 headers 
6994
6995 2002-01-25 [paul]       0.7.0claws26
6996
6997         * src/Makefile.am
6998                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
6999                 be found in non-standard locations. 
7000                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
7001
7002 2002-01-25 [paul]       0.7.0claws25
7003
7004         * sync with sylpheed 0.7.0cvs16
7005                 see ChangeLog entry 2002-01-25
7006
7007 2002-01-24 [paul]       0.7.0claws24
7008
7009         * more sync with sylpheed 0.7.0cvs15
7010                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
7011
7012 2002-01-23 [sergey]     0.7.0claws23
7013
7014         * src/importldif.c
7015                 Fixed segfault when closing LDIF import wizard with
7016                 the window manager.
7017         * src/imageview.c
7018         * src/imageview.h
7019         * src/messageview.c
7020         * src/mimeview.c
7021                 Fixed wrong scrolling position after switching between
7022                 text and image parts.
7023
7024 2002-01-23 [paul]       0.7.0claws22
7025
7026         * sync with sylpheed 0.7.0cvs15
7027                 see ChangeLog entries 2002-01-22 and 2002-01-23
7028
7029 2002-01-21 [melvin]     0.7.0claws21
7030
7031         * src/prefs_scoring.c
7032         * src/prefs_filtering.c
7033                 Fixed bug where scoring and filtering windows stopped
7034                 autochecking.
7035
7036 2002-01-21 [paul]       0.7.0claws20
7037
7038         * sync with sylpheed 0.7.0cvs12
7039                 see ChangeLog entries 2002-01-20 and 2002-01-21
7040
7041 2002-01-21 [carsten]    0.7.0claws19
7042         * src/mainwindow.c
7043         * src/menu.[ch]
7044         * src/messageview.[ch]
7045         * src/summaryview.[ch]
7046                 changes to shortcuts handling again:
7047                         + "Q" now controled by mainwin
7048                         + v/V are now customizable and have slightly
7049                           different meanings
7050                 the "button" to minimize the messageview (and maximize
7051                 the summary view) is a real button now
7052         * src/compose.c
7053                 "Delete Line+" added to Edit/Advanced (this will also
7054                 delete the '\n')
7055
7056 2002-01-20 [melvin] 0.7.0claws18
7057
7058         * src/addressbook.c
7059                 Made "Bcc" sensitive when addressbook is called from
7060                 compose window (it was a Claws only bug).
7061
7062 2002-01-19 [alfons] 0.7.0claws17
7063
7064         * src/inc.c
7065                 prevent unnecessary updates when currently selected folder has
7066                 no new messages 
7067
7068 2002-01-19 [alfons] 0.7.0claws16
7069         
7070         * src/summaryview.c
7071                 prevent writing the cache based on current message list in summary 
7072                 view when filtering also put messages in currently selected folder
7073
7074 2002-01-19 [paul]
7075
7076         * po/it.po
7077                 Italian translation submitted by Alessandro Maestri
7078                 <a.maestri@cs.tin.it>
7079
7080 2002-01-18 [melvin]     0.7.0claws15
7081
7082         * src/prefs_filters.c
7083                 fixed bug where 'cancel' from 'filters' window stops autochecking
7084                 if the timer timed out  when the window was open.
7085
7086 2002-01-18 [match]      0.7.0claws14
7087
7088         * src/addrclip.[ch]     ** NEW FILE **
7089         * src/addrselect.[ch]   ** NEW FILE **
7090         * src/adbookbase.h      ** NEW FILE **
7091                 addressbook cut, copy and paste
7092         * src/addrbook.[ch]
7093         * src/addrcache.[ch]
7094         * src/addressitem.h
7095         * src/addrindex.[ch]
7096         * src/addritem.[ch]
7097         * src/importldif.c
7098         * src/importmutt.c
7099         * src/jpilot.[ch]
7100         * src/syldap.[ch]
7101         * src/vcard.[ch]
7102         * src/jpilot.[ch]
7103         * src/editbook.c
7104         * src/editjpilot.c
7105         * src/editldap.c
7106         * src/editvcard.c
7107                 support for copy/paste
7108         * src/addressbook.c
7109                 support for copy/paste
7110                 tidy up menu option processing
7111                 correct address list function arguments
7112         * src/editaddress.c
7113                 sort user attributes
7114         * src/ldif.h
7115         * src/mutt.h
7116                 tidy up
7117
7118         * src/addrbook.[ch]
7119         * src/addrbook.[ch]
7120         * src/addrbook.[ch]
7121                 
7122
7123 2002-01-18 [paul]       0.7.0claws13
7124
7125         * sync with sylpheed 0.7.0cvs8
7126                 configure.in: support Mac OS X (Darwin)
7127
7128 2002-01-18 [carsten]    0.7.0claws12
7129         * src/html.c
7130                 small hack to fix a segfault with an empty href
7131                 (reported by Alexandra Walford <deeni@altern.org>)
7132         * src/mainwindow.c
7133         * src/summaryview.c
7134                 the shortcuts for Mark und Mark as unread are hardcoded
7135                 again
7136         * src/compose.c
7137         * src/gtkstext.[ch]
7138                 readded the shortcuts in gtkstext but made them
7139                 customizeable (simply by adding a menu plus a wrapper
7140                 to compose.c)
7141
7142 2002-01-17 [melvin]     0.7.0claws11
7143
7144         * src/gtkspell.c
7145                 fix default dictionary not being saved.
7146
7147 2002-01-16 [darko]      0.7.0claws10
7148
7149         * src/compose.c
7150                 fix wrapping crash with URL longer than wrapping margin
7151
7152 2002-12-08 [hoa]        0.7.0claws10
7153
7154         * src/matcher_parser_parse.y
7155                 fixed some bugs
7156
7157         * src/prefs_filtering.c
7158                 now, we can use bounce action in the dialog box.
7159
7160 2002-01-16 [carsten]    0.7.0claws9
7161         * src/gtkstext.c
7162                 removed the <control> and <alt> shortcuts because they're
7163                 not needed and interefered with the "normal" shortcuts
7164         * src/mainwindow.c
7165         * src/summaryview.c
7166                 removed most of the hardcoded shortcuts and assigned
7167                 them to menu entries making them easy customizable by
7168                 that
7169
7170 2002-01-16 |melvin]     0.7.0claws8
7171
7172         * src/gtkspell.c
7173                 fixed bug where using the mouse and when the compose
7174                 window is not on top may result in a crash.
7175
7176 2002-01-16 [melvin]     0.7.0claws7
7177
7178         * src/compose.c
7179                 fixed a long standingspell checker bug which could 
7180                 cause a crash after sending a message.
7181
7182 2002-01-16 [paul]       0.7.0claws6
7183
7184         * sync with sylpheed 0.7.0cvs7
7185                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
7186                 2002-01-15, and 2002-01-16
7187
7188 2002-01-16 [melvin]     0.7.0claws5
7189
7190         * README.claws
7191         * src/compose.c
7192         * src/gtkspell.[ch]
7193         * src/main.c
7194                 Heavily modified spell checker code to work around
7195                 ispell bug, to add keyboard shortcuts and for future
7196                 enhancements. See README.claws for usage information.
7197
7198 2002-01-15 [alfons]     0.7.0claws4
7199         
7200         * src/summaryview.c
7201                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
7202                 so sorting within threads reflects sort mode
7203
7204 2002-01-15 [christoph]  0.7.0claws3
7205
7206         * src/procmsg.c
7207                 added alertpanel if mail sending failed
7208
7209 2002-01-15 [alfons]     0.7.0claws2
7210         
7211         * src/prefs_filtering.c
7212                 don't stop timer when prefs filtering dialog is opened
7213
7214 2002-01-14 [alfons]     0.7.0claws1
7215
7216         * src/addr_compl.c
7217         * src/prefs.c
7218                 remove debug_print()s for privacy reasons
7219
7220 2002-01-14 [darko]      0.7.0claws
7221
7222         * README.claws
7223                 quotation wrapping is now also in the main branch
7224
7225 2002-01-14 [paul]
7226
7227         * tools/filter_conv.pl
7228                 allow for Boolean Op and case-sensitivity
7229                 this file is included in the release and tagged
7230                 'rel_0_7_0'
7231
7232 2002-01-13 [paul]       0.7.0claws
7233
7234         * release 0.7.0, with cvs tag 'rel_0_7_0'
7235
7236 2002-01-13 [paul]
7237
7238         * tools/filter_conv.pl
7239         * tools/README
7240                 rewritten to output to matcherrc instead of filteringrc
7241
7242         * po/es.po
7243                 updated Spanish translation by Ricardo Mones Lastra
7244
7245 2002-01-13 [alfons]
7246
7247         * po/nl.po
7248                 update dutch translation
7249
7250 2002-01-13 [paul]
7251
7252         * po/pt_BR.po
7253                 Updated by Fabio Junior Beneditto 
7254
7255 2002-01-13 [melvin]     0.6.6claws53
7256
7257         * po/fr.po
7258                 Updated french translation
7259
7260 2002-01-12 [alfons]     0.6.6claws52
7261
7262         * src/filtering.c
7263                 plug mem leak that has been sitting there for ages              
7264
7265 2002-01-12 [alfons]     0.6.6claws51
7266
7267         * src/summaryview.c
7268                 undo melvin's changes from 0.6.6claws48 because summary
7269                 view now refuses to select first unread message when
7270                 selecting a folder 
7271
7272 2002-01-11 [alfons]     0.6.6claws50
7273
7274         * src/import.c
7275                 use claws' semantics for getting folder item when
7276                 importing an mbox file into a folder 
7277                 (submitted by Dale P. Smith)
7278
7279 2002-01-11 [christoph]  0.6.6claws49
7280
7281         * src/prefs.h
7282                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
7283                 toggle widget, because non static prefs can not use
7284                 prefs_set_* functions
7285         * src/prefs_account.c
7286                 toggle smtp auth password field sensitivity if
7287                 user id is empty and add descrition of usage for
7288                 these fields
7289         * src/prefs_folder_item.c
7290                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
7291                 callbacks
7292
7293 2002-01-11 [melvin]     0.6.6claws48
7294
7295         * src/compose.c
7296                 fix the 'Ctrl-Enter' feature for sending and test really
7297                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
7298                 editables which was not documented in Gtk)
7299
7300         * src/summaryview.c
7301                 Made summaryview refresh after sorting and not before.
7302
7303 2002-01-11 [christoph]  0.6.6claws47
7304
7305         * src/compose.c
7306                 select account from account ids if possible and
7307                 correctly set save folder for copy in reedit
7308
7309 2002-01-10 [paul]       0.6.6claws46
7310
7311         * sync with sylpheed 0.7.0 release
7312                 see ChangeLog entries 2002-01-07, 2002-01-08 and
7313                 2002-01-09
7314
7315 2002-01-09 [alfons]
7316
7317         * src/summaryview.c
7318                 remove more dirt traces...
7319
7320 2002-01-09 [alfons]
7321         
7322         * src/summaryview.c
7323                 clean up some traces of my debugging stuff
7324
7325 2002-01-09 [alfons]     0.6.6claws45
7326
7327         * src/filtering.c
7328                 break up filteringprop_apply() in three separate pieces
7329                 so we can drop messages that failed processing in the
7330                 inbox
7331
7332         * src/summaryview.c
7333                 fix bug #469598 "no refresh of inbox after filter" which 
7334                 was introduced by the new summary view locking, and which 
7335                 prevented the summary view to update after a manual filter 
7336                 message. claw's filter message requires a summary_show().
7337                 (aargh, summary_show() again! :-)
7338                 
7339 2002-01-07 [alfons]     0.6.6claws44
7340
7341         * src/headerwindow.c
7342         * src/logwindow.c
7343         * src/messageview.c
7344         * src/sourcewindow.c
7345                 bring in Hiro's last 0.7.0 wm class fixes
7346
7347         * tools/sylprint.pl
7348                 bring in Ricardo's fix for sylprint script
7349
7350         * AUTHORS       
7351         * src/rfc2015.[ch]
7352         * src/prefs_common.[ch]
7353         * src/prefs_account.[ch]
7354         * src/compose.c
7355                 clean up account preference poison in rfc2015,
7356                 and preparation to fix double sign bug 
7357                 (patch submitted by Simon 'corecode' Schubert)
7358
7359 2002-01-07 [christoph]  0.6.6claws43
7360
7361         * src/mh.c
7362                 search for free message number, do not only rely
7363                 on last_num
7364         * src/send.c
7365                 fix smtp auth and use extra account information
7366                 if available, if not use pop3 data instead
7367                 (closes bug #500341)            
7368         * src/ssl.[ch]
7369                 match coding style
7370
7371 2002-01-06 [alfons]     0.6.6claws42
7372
7373         * src/mainwindow.c
7374                 try making the separate windows work again...
7375
7376 2002-01-06 [alfons]     0.6.6claws41
7377
7378         * src/mainwindow.c
7379                 adapt Hiro's separate window menu (to get rid of the funny
7380                 duplicate menu items), and make it work again
7381
7382 2002-01-06 [alfons]     0.6.6claws40
7383
7384         * tools/Makefile.am
7385         * tools/sylprint.rc
7386         * tools/sylprint.pl
7387         * tools/README.sylprint
7388                 add sylprint script for printing mails from Sylpheed
7389                 (contributed by Ricardo Mones Lastra)
7390
7391         * src/acount.c
7392                 clean up
7393
7394 2002-01-06 [melvin]     0.6.6claws39
7395
7396         * src/mainwindow.c
7397         * src/summaryview.c
7398                 Fixed crash introduced in 0.6.6claws38 by the menu
7399                 reorganisation (Hide read messages)
7400         
7401         * ChangeLog.claws 
7402                 Fixed typo (we are now in 2002, alfons ;) )
7403
7404 2002-01-05 [alfons]     0.6.6claws38
7405
7406         * sync with sylpheed 0.6.6cvs10-17
7407                 (last stuff marked as LAST_STABLE)
7408
7409 2002-01-04 [melvin]     0.6.6claws37
7410
7411         * src/account.c
7412                 Made account selection code use strcasestr again instead of
7413                 g_strcasecmp (fixes bug where reediting queued messages
7414                 did not select proper account reported by T. Link).
7415         
7416         * src/folderview.c
7417                 Fix bug where folder icons are not shown when 'hide read messages'
7418                 is on.
7419         
7420         * src/stock_pixmaps.[ch]
7421                 Added folder icons for 'hide read messages'.
7422         
7423         * src/compose.c
7424                 Fixed bug where 'Enter' in a header entry will send the message 
7425                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
7426
7427 2002-01-03 [melvin]     0.6.6claws36
7428         
7429         * src/prefs.[ch]
7430                 Added popup menu for common preferences and
7431                 account preferences (right click on tab displays
7432                                 a menu of all tabs.)
7433
7434 2002-01-02 [melvin]     0.6.6claws35
7435
7436         * src/gtkspell.[ch]
7437                 Made spelling code compatible with undo/redo feature.
7438                 Added creation of suggestion mode menu for the general
7439                         preferences.
7440         
7441         * src/prefs_common.[ch]
7442                 Added option menu for the speller's suggestion mode.
7443                 Added missing spaces in "..." buttons and made a "..."
7444                         button non translatable!
7445         
7446         * src/compose.c
7447                 Made speller use the default suggestion mode.
7448                 Hack to make it possible to choose 'CTRL-Enter' as a
7449                         shortcut for sending (and only for sending).
7450
7451         * src/prefs_folder_item.c
7452                 Changing subject simplification does not update cache 
7453                         anymore (because it is unnecessary).
7454                 Fixed bug where changing subject simplification updated the 
7455                         summaryview even when the viewed folder is not the
7456                         folder which properties are being changed. (E.g. 
7457                                         viewing folder A and changing
7458                                         the subject simplification of 
7459                                         folder B -not being viewed- updated the 
7460                                         summaryview of folder A with data of
7461                                         folder B). (Hope this is clear... )
7462
7463 2001-12-31 [alfons]     0.6.6claws34
7464         
7465         * src/ldif.c
7466         * src/mutt.c
7467                 fgetc() returns a signed integer which doesn't
7468                 fit in a char. so c truncates this to a char
7469                 but we may lose significant bits. i.e. we may
7470                 comparing 0xFF which may not be equal to -1
7471                 unless properly casted to signed char which
7472                 we won't do because fgetc() returns a signed
7473                 integer which doesn't fit in a char. so c 
7474                 truncates this to a char but we may lose 
7475                 significat bits. (you got the idea, thanks
7476                 to Gustavo Noronha Silva <kov@debian.org>
7477                 and the Debian folks!)
7478
7479 2001-12-30 [alfons]     0.6.6claws33
7480
7481         * src/prefs_common.c
7482                 add #ifdef USE_PSPELLs that Melvin forgot               
7483
7484 2001-12-30 [melvin]     0.6.6claws32
7485         
7486         * src/prefs_common.[ch]
7487                 Added configurable color for misspelled words.
7488
7489         * src/gtkspell.[ch]
7490                 Fixed bug of foreground text color (reported by David
7491                                 Mehrmann)
7492                 Added configurable color for misspelled words.
7493
7494 2001-12-30 [alfons]     0.6.6claws31
7495
7496         * src/folder.c
7497                 remove unnecessary things someone put there
7498
7499         * src/mh.c
7500         * src/folder.[ch]
7501                 make folder properties (like threading and sorting) persistent
7502                 (closes bug #497424 "rescan folder tree resets proprieties")
7503                 currently this is only for MH folders. 
7504
7505 2001-12-29 [melvin]     0.6.6claws30
7506
7507         * src/string_match.[ch]
7508                 Optimized a bit: regexp pattern buffer compiled only once, and
7509                   one subroutine call removed. Fixed ^ regexp search: Now, 
7510                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
7511         
7512         * src/summaryview.c
7513                 Subject filtering changed to filter summary columns and
7514                   not directly the messages subject cache. The loss in 
7515                   performance is balanced by the improvement of string_match.
7516                 Added an alert panel if there is an error in the regexp.
7517
7518         * src/src/prefs_folder_item.h
7519                 Added a regexp pattern buffer.
7520
7521 2001-12-28 [alfons]     0.6.6claws29
7522
7523         * src/string_match.[ch]
7524                 clean up name space
7525                 allow compilation *BSD
7526
7527 2001-12-27 [alfons]     0.6.6claws28
7528
7529         * src/filter.c
7530                 sync the Hiro's bug fix for BSD
7531
7532 2001-12-27 [melvin]     0.6.6claws27
7533         
7534         * src/compose.c
7535                 Simplify focus to subject entry code.
7536
7537 2001-12-27 [darko]      0.6.6claws26
7538
7539         * src/filtering.c
7540         * src/mbox_folder.c
7541         * src/messageview.c
7542         * src/mh.c
7543         * src/procheader.[ch]
7544         * src/procmsg.h
7545         * src/stock_pixmap.[ch]
7546         * src/summaryview.c
7547                 Show key icon for encrypted mails in summary view
7548
7549         * src/pixmaps/clip.xpm
7550         * src/pixmaps/clipkey.xpm
7551         * src/pixmaps/key.xpm
7552                 New/modified icons for the above
7553
7554 2001-12-27 [melvin]     0.6.6claws25
7555
7556         * src/prefs_common.c
7557                 Put spell checker options in a separate tab to decrease
7558                 the Common Preferences window height.
7559
7560         * README.claws  
7561                 Update spell checker usage instruction about its options
7562                 location.
7563
7564 2001-12-27 [melvin]     0.6.6claws24
7565
7566         * src/compose.c
7567                 Changed subject entry widget position. Initial focus is
7568                 on the To header instead of the subject entry.
7569                 Creating a new header scrolls the header list to make the
7570                 created one visible. Nevertheless, when automatically filling
7571                 headers, the first one is shown.
7572                 A Tab key press in the last empty header entry zips the 
7573                 focus to the subject entry.
7574                 (I did not change the combo boxes, yet)
7575
7576 2001-12-26 [alfons]     0.6.6claws23
7577
7578         * src/prefs_account.c
7579         * src/inc.c
7580                 allow default inbox to reside in another mailbox (only
7581                 works for POP3 accounts)
7582
7583 2001-12-26 [alfons]     0.6.6claws22
7584         
7585         * src/textview.c
7586                 make reply-on-click work with the account of the selected folder
7587         * src/compose.c
7588                 put a fixme here to remind me to fix finding correct default
7589                 account for nested folders
7590
7591 2001-12-25 [alfons]     0.6.6claws21
7592
7593         * src/summaryview.c
7594                 make column headers display locked and mark pixmaps (idea by Melvin) 
7595                 fix bug by adding score and locked column type to sort array
7596
7597 2001-12-25 [alfons]     0.6.6claws20
7598         
7599         * src/summaryview.c
7600                 catch a *potentially* inadvertent write back of  
7601                 the message cache(s) introduced by 0.6.5claws37
7602
7603 2001-12-25 [christoph]  0.6.6claws19
7604
7605         * src/stock_pixmap.[ch]
7606         * src/summaryview.c
7607                 add ignore thread pixmap
7608                 (can someone draw a better icon for this?)
7609
7610 2001-12-24 [alfons]     0.6.6claws18
7611
7612         * src/prefs_folder_item.c
7613                 make address completion actually work for the
7614                 Default To address in the Folder Property dialog.
7615
7616 2001-12-24 [alfons]     0.6.6claws17
7617         
7618         * src/summaryview.c
7619                 use new style regexp for subject stripping 
7620                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
7621
7622 2001-12-24 [darko]      0.6.6claws16
7623
7624         * src/pgptext.c
7625         * src/rfc2015.c
7626                 move GPG related informational messages to debug mode
7627
7628 2001-12-23 [alfons]     0.6.6claws15
7629
7630         * src/stock_pixmap.[ch]
7631         * src/summaryview.c
7632                 add the forgotten Claws' locked pixmap
7633
7634 2001-12-23 [alfons]     0.6.6claws14
7635
7636         * src/filesel.c
7637                 accept file name typed in entry in multi file
7638                 selector (patch submitted by Gustavo Noronha Silva 
7639                 <kov@debian.org>)
7640
7641 2001-12-23 [alfons]     0.6.6claws13
7642
7643         * src/prefs_filter.c
7644         * src/prefs_filtering.c
7645         * src/matcher.c
7646         * src/importmutt.c
7647                 clean up a little bit
7648         
7649         * src/string_match.c
7650                 validate input strings a little bit more
7651
7652 2001-12-23 [alfons]     0.6.6claws12
7653
7654         * src/Makefile.am
7655         * src/summaryview.c
7656         * src/string_match.[ch]         ** NEW **
7657         * src/folderview.[ch]
7658         * src/headerview.h
7659         * src/folder.[ch]
7660         * src/prefs_folder_item.[ch]
7661                 add subject simplification to strip out strings from
7662                 a subject line (esp. handy for mailing lists). 
7663                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
7664                 but slightly changed things for better integration.)
7665
7666 2001-12-23 [alfons]     0.6.6claws11
7667
7668         * src/mainwindow.c
7669                 fix bug introduced by submission included in 0.6.5claws52.
7670                 ideally this submission should clean the trash if any trash
7671                 folder has a message. however, the hasTrash variable was
7672                 set to false whenever a trash folder was empty (discarding
7673                 a previously found *filled* trash folder.)
7674
7675                 also edited the code a little bit and made it more safe.
7676
7677 2001-12-22 [alfons]     0.6.6claws10
7678
7679         * src/imap.c
7680                 quick fix for Martin Pool's omission of an account
7681                 specific SSL setting
7682
7683 2001-12-22 [alfons]     0.6.6claws9
7684
7685         * src/compose.c
7686         * src/messageview.c
7687         * src/mimeview.c
7688         * src/pgptext.c
7689         * src/procmime.[ch]
7690                 better support for multipart/digest (submitted
7691                 by Fredrik <e98fo@efd.lth.se>)
7692
7693 2001-12-22 [alfons]     0.6.6claws8
7694
7695         * src/addressbook.c
7696                 correct function signature
7697         * src/socket.[ch]
7698         * src/imap.[ch]
7699         * src/prefs_account.[ch]
7700                 allow IMAP over SSH tunnel (patch submitted by 
7701                 Martin Pool <mbp@samba.org>)
7702
7703 2001-12-21 [alfons]     0.6.6claws7
7704
7705         * sync with sylpheed 0.6.6cvs4-9
7706                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
7707
7708 2001-12-21 [christoph]  0.6.6claws6
7709
7710         * src/compose.c
7711         * src/prefs_folder_item.[ch]
7712                 implement saving of outgoing messages to current folder.
7713                 fix segfault when no default outbox is available
7714                 (closes bug #495683)
7715
7716 2001-12-21 [carsten]    0.6.6claws5
7717         * src/folderview.c
7718         * src/summaryview.c
7719                 pressing CTRL while DND does now the expected thing and
7720                 copies the mail (moving is still the default, as this
7721                 seam more appropriate for handling mails by DND)
7722
7723 2001-12-18 [paul]       0.6.6claws4
7724
7725         * sync with sylpheed 0.6.6cvs3
7726                 see ChangeLog entries 2001-12-18
7727
7728 2001-12-18 [hiro]       0.6.6claws3
7729
7730         * src/undo.c
7731                 fix for multibyte characters (obtain the number of letters
7732                 instead of bytes).
7733
7734 2001-12-17 [paul]       0.6.6claws2
7735
7736         * sync with sylpheed 0.6.6cvs1
7737                 see ChangeLog entry 2001-12-16
7738
7739 2000-12-17 [alfons]     0.6.6claws1
7740
7741         * src/filtering.c
7742                 clean up
7743
7744 2001-12-16 [paul]       0.6.6claws
7745 2001-12-15
7746
7747         * Release version 0.6.6claws, cvs tag: rel_0_6_6
7748
7749         * src/mimeview.c
7750                 last minute sync with main 0.6.6
7751
7752         * po/es.po
7753                 updated by Ricardo Mones Lastra
7754                 update for last minute sync
7755         * po/fr.po
7756         * po/nl.po
7757                 update for last minute sync
7758         * po/de.po
7759                 updated by Jens Oberender
7760         * po/pt_BR.po
7761                 updated by Fabio Junior Beneditto
7762
7763         * src/prefs_common.[ch]
7764         * src/undo.c
7765                 number of undo levels is user configurable
7766                 (squeeze it into the release in the dying
7767                 moments) Submitted by Jens Oberender    
7768
7769 2001-12-15 [melvin]
7770
7771         * po/fr.po
7772                 updated french translation
7773
7774 2001-12-15 [paul]       0.6.5claws92
7775
7776         * sync with sylpheed 0.6.5cvs28
7777                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
7778
7779         * po/nl.po
7780                 update to allow for sync
7781
7782 2001-12-15 [alfons]
7783         
7784         * po/nl.po
7785                 update dutch translation
7786
7787 2001-12-14 [carsten]    0.6.5claws91
7788         * src/summaryview.c
7789                 fixed bug #473785; also after changing the column order
7790                 the same message will be selected and displayed as before
7791                 the reordering
7792
7793 2001-12-14 [carsten]    0.6.5claws90
7794         * src/folderview.c
7795                 probably found the bug reported by wwb opening or closing
7796                 a folder tree just before dnd (found the solution in the
7797                 balsa source -- thanks to them)
7798
7799 2001-12-14 [carsten]    0.6.5claws89
7800         * src/gtkutils.c
7801         * src/account.c
7802                 moved gtk_clist_moveto to the right place, so that
7803                 only the accounts dialog is effected on opening
7804
7805 2001-12-14 [carsten]    0.6.5claws88
7806         * src/gtkutils.c
7807                 gtkut_clist_set_focus_row does a gtk_clist_moveto
7808                 now, so that the focused row will be seen in any case
7809                 (reported by wwp on sf-claws-user)
7810
7811 2001-12-14 [darko]      0.6.5claws87
7812
7813         * src/compose.c
7814                 remove unnecessary line
7815
7816 2001-12-14 [paul]       0.6.5claws86
7817
7818         * sync with sylpheed 0.6.5cvs27
7819                 see ChangeLog entries 2001-12-14
7820
7821 2001-12-14 [carsten]    0.6.5claws85
7822         * src/mainwindow.c
7823                 following a suggestion of Melvin the rcoabm pops up
7824                 right under the button now and the button is reliefed
7825                 while the popup is open
7826
7827 2001-12-14 [darko]      0.6.5claws84
7828
7829         * src/compose.c
7830                 fix crash when wrapping long lines if linewrap quotation
7831                 is disabled and wrapper encounters a word spanning more
7832                 than one line
7833
7834 2001-12-13 [paul]       0.6.5claws83
7835
7836         * src/compose.c
7837                 prefer 'Reply-To' header over mailing list header when
7838                 replying to a message. Finally prevent all those confirmation 
7839                 messages being sent to the list itself.
7840
7841         * src/summaryview.c
7842                 remove unused summary_set_menu_sensitive() entry
7843
7844 2001-12-13 [paul]       0.6.5claws82
7845
7846         * src/folderview.c
7847         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
7848         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
7849         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
7850                 improvements to 'Hide read messages': Inbox, Outbox,
7851                 Trash, Queue, and Draft icons now reveal presence of hidden 
7852                 messages
7853
7854 2001-12-12 [alfons]     0.6.5claws81
7855
7856         0.6.5claws80 was tagged as LAST_STABLE
7857
7858         * src/filtering.[ch]
7859         * src/matcher.[ch]
7860         * src/matcher_parser_lex.c
7861                 fix the filtering; my last attempt to get it right, 
7862                 if it does not work, it's Hoa's turn. ;-)
7863
7864                 for my honourable peers:
7865                 
7866                 the code now makes a clear distinction between
7867                 rules as they are displayed (probably escaped),
7868                 and as they are executed (probably unescaped). the
7869                 parser does *NOT* do any unescaping, this is
7870                 the task of the matcher.c (which breaks up a
7871                 rule into condition) and the filtering.c (which
7872                 breaks up the rule's action). to make this
7873                 run happily we provide an unescaped copy of
7874                 crucial strings to the MatcherProp and 
7875                 FilteringAction structures. note that the only
7876                 exception to this is any REGEXP string. those
7877                 are directly passed to regcomp() and regexp()
7878                 (who have much more powerful unescape functions).
7879                 
7880                 for everyone else:
7881         
7882                 you can escape tab (\t), carriage return (\r),
7883                 linefeed (\n), form feed (\f), quote (\"), 
7884                 single quote (\'), bell (\b) in all the entry
7885                 lines in the scoring & filtering dialogs.
7886                 as an added bonus this should not affect
7887                 existing filtering rules.
7888
7889 2001-12-12 [carsten]    0.6.5claws80
7890
7891         * src/summaryview.c
7892         * po/de.po
7893                 "item(s) selected" is now sensitive to 1 or more
7894                 than one selected (nice for language where simple
7895                 adding of a "s" is not possible as German (Eintrag
7896                 ->Eintr"age)
7897                 
7898                 the "forward as attachment" entry from the right
7899                 click menu removed, "forward" acts following the
7900                 prefs
7901         
7902         * src/textview.c
7903                 reverted my former changes; so compiler warning again
7904                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
7905                 nevertheless
7906
7907         * src/messageview.c
7908                 "search in message" does now *not* only work in MVIEW_TEXT
7909                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
7910                 message
7911
7912         * src/mainwindow.c
7913                 removed "/File/_Close" as it was the same as "/File/E_xit"
7914                 and we don't need it two times
7915
7916                 the separate folder view and message view now get a distinct
7917                 WMCLASS, just in case someone is using sawfish ;-)
7918
7919                 as the menu entries "/View/Message view" and "/View/Folder tree"
7920                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
7921                 make them sensitive accordingly and as these two are "shown"
7922                 after startup anytime check this menuitem at startup
7923
7924 2001-12-12 [paul]       0.6.5claws79
7925
7926         * src/folderview.c
7927                 fix sensitivity of 'Search folder...', broken in
7928                 0.6.5claws75
7929
7930         * src/mainwindow.c
7931                 fix dodgy English
7932
7933 2001-12-11 [carsten]    0.6.5claws78
7934         * src/filtering.c
7935                 fixed two typos returning a wrong FALSE/TRUE
7936         * src/mainwindow.[ch]
7937                 extra menu for email/news button removed
7938
7939 2001-12-11 [alfons]     0.6.5claws77
7940         
7941         * src/matcher.c                 (1.3)
7942         * src/matcher_parser_lex.l      (1.28)
7943                 revert for another attempt
7944                 mark 0.6.5claws77 as LAST_STABLE
7945
7946 2001-12-11 [christoph]  0.6.5claws76
7947
7948         * po/de.po
7949                 fixed wrong translation for prev. unread msg
7950
7951 2001-12-11 [paul]       0.6.5claws75
7952
7953         * src/folder.[ch]
7954         * src/folderview.c
7955         * src/mainwindow.c
7956         * src/summaryview.[ch]
7957         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
7958                 enable ability to hide read messages on per folder basis via 
7959                 '/Summary/Hide read messages'; when selected, a folder will 
7960                 have a red open folder icon, instead of a blue icon, if the 
7961                 folder contains hidden messges
7962                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
7963
7964         * src/mainwindow.c
7965                 remove '/Message/Forward as attachment' from 
7966                 main_window_set_menu_sensitive() to prevent debug warning
7967
7968         * src/folderview.c
7969         * src/mainwindow.c
7970                 Clean up some of the English
7971
7972         * tools/newscache_clean.pl
7973                 allow for new 'hidereadmsgs' entry in folderlist.xml
7974
7975         * po/es.po
7976                 updated translation, submitted by Ricardo Mones Lastra
7977
7978 2001-12-11 [paul]       0.6.5claws74
7979
7980         * sync with sylpheed 0.6.5cvs25
7981                 see ChangeLog entry 2001-12-11
7982
7983 2001-12-10 [alfons]     0.6.5claws73
7984
7985         * src/matcher.c
7986                 add more control characters
7987         * src/matcher_parser_lex.l
7988                 make escaping / unescaping work again
7989
7990 2001-12-10 [alfons]     0.6.5claws72
7991
7992         * src/imap.c
7993                 clean up warnings "returning value for void function" 
7994         * src/prefs_filtering.c
7995                 make info button for execute action sensitive
7996
7997 2001-12-10 [paul]       0.6.5claws71
7998
7999         * src/compose.c
8000         * src/imap.[ch]
8001         * src/summaryview.c
8002                 fix: imap server now gets informed of MARKED, UNMARKED
8003                 and REPLY events. Now people can use different IMAP-Mail
8004                 clients and have the exact same information about MARKED,
8005                 UNMARKED and REPLY status with all of them. Especially
8006                 useful for imap servers with a web-frontend.
8007                 submitted by Tobias Sandhaas <medlor@web.de>
8008
8009 2001-12-09 [melvin]     0.6.5claws70
8010         
8011         * src/textview.[ch]
8012                 fixed bug #490076 (hunted down by Alfons who implemented
8013                 a workaround in 0.6.5claws65)
8014
8015 2001-12-09 [christoph]  0.6.5claws69
8016
8017         * src/summaryview.c
8018                 set pointer to string in LOCKED column to NULL
8019                 (might fix bug #490800)
8020
8021 2001-12-09 [carsten]    0.6.5claws68
8022
8023         * po/de.po
8024                 resolved some cluttered menu shortcuts 
8025                 ('creating new email' and 'creating news message'
8026                 hade the same)
8027         * src/compose.c
8028                 wmclass now distinc from main window
8029         * src/mainwindow.c
8030           src/mainwindow.h
8031                 email/news and forward button functionality similar
8032                 to the reply buttons; removed the ugly dropdown arrows
8033                 and use instead the right mouse button
8034
8035 2001-12-09 [paul]       0.6.5claws67
8036
8037         * src/imap.c
8038         * src/utils.h
8039                 allow spaces in imap folder names
8040                 submitted by Willem van Engen <wvengen@stack.nl>
8041
8042 2001-12-09 [paul]       0.6.5claws66
8043
8044         * sync with sylpheed 0.6.5cvs24
8045                 see ChangeLog entry 2001-12-09
8046
8047 2001-12-08 [alfons]     0.6.5claws65
8048
8049         * src/textview.c
8050                 prevent secondary selection claim after "add to sender" dialog
8051                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
8052                 we trick GTK by simulating a click at (0, 0) in the textview.
8053
8054 2001-12-08 [hoa]        0.6.5claws64
8055
8056         * src/folder.c
8057                 fixed a bug about the .processing folder name while filtering
8058
8059 2001-12-08 [alfons]     0.6.5claws63
8060
8061         * src/folderview.c 
8062                 work around problem of not correctly updating folder stats
8063                 when deleting messages. there's some folder scanning evil
8064                 going so the folderview_update_msg_num() does not work
8065                 correctly. need to investigate this.
8066
8067 2001-12-08 [paul]       0.6.5claws62
8068
8069         * sync with sylpheed 0.6.5cvs23
8070                 see ChangeLog entry 2001-12-08
8071
8072 2001-12-07 [christoph]  0.6.5claws61
8073
8074         * src/compose.c
8075                 fix another header translation problem
8076
8077 2001-12-07 [alfons]     0.6.5claws60
8078
8079         * src/mbox.c
8080                 make filtering also work on local spool mbox
8081
8082 2001-12-07 [carsten]    0.6.5claws59
8083         * src/addressbook.c
8084                 addressbook window gets a wmclass distinct from the main
8085                 sylpheed window
8086         * src/compose.h
8087         * src/mainwindow.[ch]
8088                   forward menu item will use mode selected in prefs, forward 
8089                 as attatchment in menu removed (will be substituted in the
8090                 toolbar similar to reply buttons)
8091                   create news message menu entry and news button is now 
8092                 sensitive to the existance of a news account
8093         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
8094         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
8095         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
8096                 these are removed because the toolbar buttons don't show
8097                 the quoting modus any longer
8098
8099 2001-12-07 [paul]
8100
8101         * tools/newscache_clean.pl      ** NEW FILE **
8102                 perl script to do some tidying up in the newscache directory 
8103                 
8104         * tools/sylpheed-switcher       ** NEW FILE **
8105                 perl script to enable easy switching between main and claws
8106                 
8107         * tools/README
8108                 added descriptions of the two new perl scripts          
8109
8110
8111 2001-12-07 [melvin]     0.6.5claws58
8112
8113         * src/messageview.c
8114                 fixed a warning during compilation introduced in 0.6.5claws56
8115
8116 2001-12-07 [paul]       0.6.5claws57
8117
8118         * src/mainwindow.[ch]
8119         * src/menu.[ch]
8120                 further usability enhancements to replying with or without 
8121                 quoting via the toolbar, use of Ctrl key is replaced by 
8122                 drop down menu 
8123                 Submitted by Carsten Schurig            
8124
8125 2001-12-07 [melvin]     0.6.5claws56
8126
8127         * src/messageview.c
8128                 hack to fix bug that prevented to make/paste selections
8129                 after switching between MVIEW_TEXT and MVIEW_MIME views
8130                 without deselecting the selection first.
8131
8132 2001-12-06 [alfons]     0.6.5claws55
8133
8134         * src/filtering.[ch]
8135         * src/inc.c
8136                 revise filtering a little bit more, and make sure
8137                 messages are delivered to the appropriate inbox
8138                 (perhaps set per account)
8139
8140 2001-12-06 [paul]       0.6.5claws54
8141
8142         * sync with sylpheed 0.6.5cvs22
8143                 see ChangeLog entry 2001-12-06
8144
8145 2001-12-05 [alfons]     0.6.5claws53
8146
8147         * src/inc.c
8148         * src/folder.[ch]
8149         * src/procmsg.c
8150         * src/filtering.c
8151                 more revisions of filtering system
8152                 (last stable version is marked as LAST_STABLE)
8153                 
8154                 | NOTE 1): the filtering system now uses a local folder called
8155                 | .processing. if filtering fails, check this directory
8156                 | for missing messages.
8157                 |
8158                 | NOTE 2): help us find the filtering actions still missing
8159
8160 2001-12-05 [paul]       0.6.5claws52
8161
8162         * src/mainwindow.c
8163                 fix bug where 'Empty Trash?' pop-up window appears even
8164                 when Trash is empty, submitted by Jesse Skinner         
8165
8166 2001-12-05 [melvin]     0.6.5claws51
8167
8168         * src/compose.c
8169                 fixed bug #486106 to select correct account when reediting 
8170                 a queued message
8171         
8172 2001-12-04 [alfons]     0.6.5claws50
8173
8174         * src/mh.c
8175                 declare markfile in appropriate functions when
8176                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
8177                 for spotting this)
8178
8179 2001-12-04 [paul]       0.6.5claws49
8180
8181         * sync with sylpheed 0.6.5cvs21
8182                 see ChangeLog entry 2001-12-04
8183
8184 2001-12-03 [christoph]  0.6.5claws48
8185
8186         * po/de.po
8187                 changed translation of undo
8188         * src/account.c
8189         * src/folder.c
8190                 don't reinvent the wheel to traverse a GNode
8191         * src/compose.[ch]
8192                 seperate code to create the compose gui into functions
8193                 add "Others" page with folder selection for saving copy
8194                 of the message.
8195                 the folder identifier is saved to queue header
8196         * src/procmsg.c
8197                 save message to folder in queue header
8198
8199 2001-12-03 [paul]       0.6.5claws47
8200
8201         * sync with sylpheed 0.6.5cvs20
8202                 see ChangeLog entry 2001-12-03
8203
8204 2001-12-01 [paul]
8205
8206         * more sync with sylpheed 0.6.5cvs19
8207                 see ChangeLog entry 2001-11-29
8208
8209 2001-11-30 [paul]       0.6.5claws46
8210         
8211         * src/compose.c
8212                 remove conflicts introduced by Hoa's last commit
8213          
8214         * src/mainwindow.c
8215                 make 'Message/Bounce' sensitive
8216
8217 2001-11-30 [hoa]        0.6.5claws45
8218
8219         * src/compose.c
8220                 slightly change bounce function to add
8221                 information about the user that bounced the mail
8222                 in the From header line.
8223
8224         * src/folderview.c
8225                 permit the use of processing in outbox folder.
8226
8227 2001-11-29 [paul]       0.6.5claws44
8228
8229         * src/mainwindow.[ch]
8230         * src/prefs_common.c
8231         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
8232         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
8233         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
8234                 usability enhancements to the quoting, implements
8235                 use of Ctrl key to toggle quoting settings
8236                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
8237
8238 2001-11-29 [paul]       0.6.5claws43
8239         
8240         * sync with sylpheed 0.6.5cvs19
8241                 see ChangeLog entry 2001-11-28
8242
8243 2001-11-29 [melvin]     0.6.5claws42
8244         * src/Makefile.am
8245                 added enriched.[ch] to the list of files
8246
8247         * src/textview.c
8248         * src/mimeview.c
8249         * src/procmime.[ch]
8250         * src/enriched.[ch]
8251                 added support to view text/enriched
8252                 added support to show headers in message view for text/enriched and text/html
8253                         in non multipart messages
8254
8255 2001-11-28 [paul]       0.6.5claws41
8256
8257         * more sync with sylpheed 0.6.5cvs18
8258                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
8259
8260 2001-11-27 [paul]       0.6.5claws40
8261         
8262         * po/pt_BR.po
8263                 updated translation, submitted by Fabio Junior Beneditto
8264                 
8265         * sync with sylpheed 0.6.5cvs18
8266                 see ChangeLog entries 2001-11-26 (src/textview.c) and
8267                 2001-11-27
8268
8269
8270 2001-11-26 [paul]
8271
8272         * po/es.po
8273                 updated translation, submitted by Ricardo Mones Lastra
8274
8275 2001-11-26 [alfons]
8276
8277         * src/matcher.c
8278                 add more translatable strings
8279
8280 2001-11-26 [christoph]  0.6.5claws39
8281
8282         * po/de.po      
8283                 fixed one more umlaut
8284         * src/compose.c
8285                 fix translated header when it should not be translated
8286
8287 2001-11-26 [paul]       0.6.5claws38
8288
8289         * src/mainwindow.c
8290                 remove '/Message/Add Sender to address book' from 
8291                 main_window_set_menu_sensitive(), prevent debug warning
8292                 add 'Message/Mark/Mark all read' to mainwin_entries[]
8293
8294 2001-11-26 [paul]       0.6.5claws37
8295
8296         * src/summaryview.c
8297                 fix 'recurring unread state' bug 
8298
8299         * tools/README 
8300         * tools/filter_conv.pl
8301                 read name of top level mailbox from folderlist.xml
8302                 and presume nothing about its name              
8303
8304 2001-11-26 [darko]      0.6.5claws36
8305
8306         * src/gtkstext.[ch]
8307                 removed functions that are now in gtkutils.c
8308                 use gtkut_text_is_uri_string() from gtkutils.c
8309         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
8310
8311 2001-11-26 [paul]       0.6.5claws35
8312
8313         * sync with sylpheed 0.6.5cvs16
8314                 see ChangeLog entries 2001-11-25 and 2001-11-26
8315
8316 2001-11-25 [alfons]     0.6.5claws34
8317
8318         EXPERIMENTAL!!! Please checkout the last stable version using: 
8319           
8320         % cvs update -r LAST_STABLE -dRAP
8321
8322         (Or help us testing this stuff.)
8323
8324         * src/filtering.c               (1.14)
8325         * src/filtering.h               (1.6)
8326         * src/inc.c                     (1.28)
8327         * src/matcher.c                 (1.20)
8328         * src/mbox.c                    (1.9)
8329         * src/procmsg.h                 (1.14)
8330         * src/summaryview.c             (1.59)
8331         * src/summaryview.h             (dunno)
8332                 revert/merge/sync to as it was before commit 
8333                 on Thu, 19 Jul 2001 10:15:51 -0700.
8334
8335 2001-11-25 [hoa]        0.6.5claws33
8336
8337         * src/main.c
8338                 processing mails at startup
8339
8340         * src/folderview.c
8341         * src/summaryview.[ch]
8342                 processing mails when entering folder
8343
8344         * src/prefs_filtering.c
8345                 fixed some UI bugs
8346
8347 2001-11-24 [alfons]     0.6.5claws32
8348
8349         * src/summaryview.[ch]
8350                 make summary sort headers work, and also make
8351                 sure the sort type is stored
8352
8353 2001-11-23 [alfons]     0.6.5claws31
8354
8355         * src/summaryview.[ch]
8356                 make lock work like mark
8357                 disallow deleting messages marked as locked
8358
8359 2001-11-23 [alfons]     0.6.5claws30
8360
8361         * src/gtkstext.c
8362         * src/compose.[ch]
8363         * src/Makefile.am
8364         * src/undo.[ch]
8365                 merge undo patch submitted by Jens
8366
8367 2001-11-23 [christoph]  0.6.5claws29
8368
8369         * src/.cvsignore
8370                 added ylwrap
8371         * src/compose.c
8372                 fixed gpg signing and encoding
8373         * src/folder.[ch]
8374         * src/main.c
8375                 added --status option to get new, unread and total
8376                 message count from a running sylpheed
8377         * src/prefs_common.c
8378                 temporary fix for reply_with_quote problem
8379                 (don't call functions for non existing widget)
8380         * src/procmsg.c
8381                 one more check for ignored threads but still not
8382                 always working correctly. probably a recursive
8383                 check for all parents is needed
8384
8385 2001-11-23 [darko]      0.6.5claws28
8386
8387         * src/compose.c
8388                 wrapping on send improvements
8389         * src/gtkutils.[ch]
8390                 fix for GtkSText after last sync with main branch
8391                 GTK_TEXT -> GTK_STEXT
8392
8393 2001-11-23 [paul]       0.6.5claws27
8394
8395         * sync with sylpheed 0.6.5cvs14
8396                 see ChangeLog entries 2001-11-22 and 2001-11-23
8397                 
8398         * po/de.po
8399                 fixed the scrambled umlauts 
8400                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
8401
8402 2001-11-21 [paul]       0.6.5claws26
8403
8404         * sync with sylpheed 0.6.5cvs12
8405                 see 2nd ChangeLog entry dated 2001-11-20
8406
8407 2001-11-20 [paul]       0.6.5claws25
8408
8409         * sync with sylpheed 0.6.5cvs11
8410                 see ChangeLog entry 2001-11-19 (src/utils.c)
8411
8412 2001-11-20 [hiro]
8413
8414         * src/compose.c
8415                 GTK_TEXT -> GTK_STEXT
8416                 fix for wrong comment
8417
8418 2001-11-20 [hiro]       0.6.5claws24
8419
8420         * src/compose.[ch]
8421                 more merges from main branch
8422                 removed fatal warnings (uninitialized variables etc.)
8423                 some coding style fix
8424         * src/gtkutils.h
8425                 fixed typo.
8426         * src/addressbook.c
8427           src/addrindex.c
8428                 V-Card -> vCard
8429
8430 2001-11-19 [hoa]        0.6.5claws23
8431
8432         * src/filtering.c
8433         * src/prefs_scoring.c
8434         * src/matcher.[ch]
8435         * src/scoring.c
8436                 cleaning code
8437
8438         * src/matcher_parser_parse.y
8439         * src/prefs_filtering.c
8440                 bouncing
8441
8442 2001-11-19 [alfons]     0.6.5claws22
8443
8444         more of my old things into claws
8445
8446         * src/Makefile.am
8447         * src/prefs_common.c
8448         * src/procmsg.h
8449         * src/summaryview.[ch]
8450         * src/prefs_summary_column.c
8451         * src/pixmaps/locked.xpm
8452                 add indicators for locking of message in summary view
8453                 (does not work yet, only visual indicator)
8454
8455 2001-11-19 [paul]       0.6.5claws21
8456
8457         * sync with sylpheed 0.6.5cvs10
8458                 see ChangeLog entry 2001-11-19
8459
8460 2001-11-18 [alfons]     0.6.5claws20
8461         
8462         * src/filtering.c
8463                 remove an inadvertent free I forgot in previous clean up 
8464
8465 2001-11-18 [alfons]     0.6.5claws19
8466
8467         * src/filtering.[ch]
8468                 clean up & plug leaks
8469
8470 2001-11-18 [paul]       0.6.5claws18
8471
8472         * sync with sylpheed 0.6.5cvs9
8473                 see ChangeLog entries 2001-11-17 and 2001-11-18
8474
8475 2001-11-16 [paul]       0.6.5claws17
8476
8477         * sync with sylpheed 0.6.5cvs8
8478                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
8479
8480 2001-11-16 [paul]       0.6.5claws16
8481
8482         * sync with sylpheed 0.6.5cvs7
8483                 see ChangeLog entries 2001-11-15 and 2001-11-16
8484
8485 2001-11-15 [hoa]        0.6.5claws15
8486
8487         * src/compose.c
8488                 fix bounce, mails we received couln't be bounced to ourself.
8489
8490         * src/defs.h
8491         * src/filtering.[ch]
8492         * src/matcher.[ch]
8493         * src/matcher_parser.h
8494         * src/matcher_parser_lex.l
8495         * src/matcher_parser_parse.y
8496         * src/inc.c
8497         * src/main.c
8498         * src/mbox.c
8499         * src/prefs_filtering.[ch]
8500         * src/mainwindow.c
8501         * src/prefs_matcher.c
8502         * src/prefs_scoring.c
8503         * src/scoring.[ch]
8504         * src/summaryview.c
8505                 new matcher/filter/score configuration file parser
8506                 one unique configuration file => ~/.sylpheed/matcherrc
8507                 import in currently automatic, then save are made
8508                 in this new file.
8509                 one filter per folder and one global filter
8510                 (filter of a folder will be used as folder processing)
8511
8512         * src/folder.c
8513                 fix a bug in folder_item_get_identifier
8514                 
8515         * src/messageview.c
8516                 receive receipt return are fixed.
8517
8518 2001-11-14 [alfons]     0.6.5claws14
8519
8520         * src/session.h
8521                 add things from main branch to make claws compile
8522
8523 2001-11-14 [paul]       0.6.5claws13
8524
8525         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
8526                 see ChangeLog entries 2001-11-08 to 2001-11-14
8527
8528 2001-11-14 [hoa] 0.6.5claws12
8529
8530         * src/compose.[ch]
8531         * src/mainwindow.c
8532         * src/summaryview.c
8533                 add "bounce mail" option
8534
8535 2001-11-13 [christoph]  0.6.5claws11
8536
8537         * src/compose.c
8538                 Cleanup a mess i add before commiting
8539
8540 2001-11-13 [hoa]        0.6.5claws10
8541
8542         * src/compose.c
8543                 some fixes when mail are sent or
8544                 for crossposts
8545
8546 2001-11-13 [christoph]  0.6.5claws9
8547
8548         * po/de.po
8549                 Changed two string with the same translation
8550         * src/compose.c
8551         * src/procmsg.[ch]
8552         * src/send.[ch]
8553                 New mailsending process:
8554                   - Always queue message before sending
8555                     (message will be saved if sylpheed crashed or
8556                      freezes while sending)
8557                   - Allow queuing of newspostings
8558                   - No copy in outbox before sending
8559                     (closes bug #469501)
8560                   - No more redundant code for send and send_later
8561         * src/summaryview.c
8562                 Applied wwp <subscript@free.fr>'s patch that fixes
8563                 marks for multiple forwarded messages (+compose.c)
8564
8565 2001-11-12 [alfons]
8566
8567         * README.claws
8568                 remove things that are now in main branch
8569         
8570         * po/nl.po
8571                 update Dutch translation
8572
8573 2001-11-12 [mhadasht]   0.6.5.claws8
8574
8575         * src/prefs_common.c
8576                 re-enabled account autoselection feature for forward
8577                 and reedit lost during the branch point for SYNC-B4-REL
8578         * src/gtkspell.c
8579                 gtkpspell_get_dict(): more readable code (even if function is
8580                 not used yet)
8581         * ChangeLog.claws
8582                 added version number info to 2001-11-12 [hiro] comment.
8583
8584 2001-11-12 [hiro]       0.6.5.claws7
8585
8586         * src/compose.c
8587                 compose_forward(): fixed a bug that forward quote mark
8588                 wasn't used.
8589                 removed unnecessary code.
8590         * src/template_select.[ch]: removed.
8591
8592 2001-11-11 [alfons]
8593
8594         * src/compose.c
8595                 :%s/GTK_TEXT/GTK_STEXT/g
8596         
8597         * src/compose.[ch]
8598         * src/undo.[ch]
8599         * src/Makefile.am
8600                 revert the undo stuff (this is 0.6.6claws stuff)
8601
8602 2001-11-11 [hoa]        0.6.5.claws6
8603
8604         * src/compose.[ch]
8605                 Insert signature at the end of the text.
8606                 Added undo patch but currently disabled
8607
8608         * src/procmsg.c
8609                 Threading by subject improved.
8610
8611         * added src/undo.[ch]
8612                 Undo module for compose dialog box.
8613
8614 2001-11-11 [alfons]     0.6.5.claws5
8615
8616         * src/procmsg.c
8617                 prevent threading by subject on nodes that have already been
8618                 threaded by in-reply-to (as in "circular references in a tree
8619                 result in a dead branch")
8620
8621 2001-11-09 [hoa]        0.6.5.claws4
8622         
8623         * src/folderview.c
8624                 allows creation of mbox folder item from any files.
8625
8626 2001-11-09 [alfons]     0.6.5.claws3
8627         
8628         * src/utils.c
8629         * src/procmsg.c
8630                 do what I mean and correct threading by subject so it really
8631                 ignores attracting lines without "Re: "
8632
8633 2001-11-07 [alfons]     0.6.5.claws2
8634
8635         * src/procmsg.c
8636         * src/utils.[ch]
8637                 only attract by subject if a subject line starts with a "Re: "
8638         * src/syldap.c
8639                 remove warning
8640
8641 2001-11-07 [paul]       0.6.5claws1
8642
8643         * sync with sylpheed 0.6.5. release
8644                 see ChangeLog entry 2001-11-07
8645
8646 2001-11-07 [paul]       0.6.4claws31
8647
8648         * sync with sylpheed 0.6.4cvs18
8649                 see ChangeLog entries 2001-10-30 to 2001-11-07
8650                 prefs_templates.[ch] renamed prefs_template.[ch]
8651
8652 2001-11-06 [alfons]
8653         
8654         * src/utils.h
8655                 add semicolon Hoa forgot ;-)
8656                 
8657
8658 2001-11-06 [hoa]        0.6.4claws30
8659         
8660         * src/procmsg.c
8661         * src/summaryview.c
8662         * src/utils.c
8663         * src/utils.h
8664                 threading by subject - empty subject are ignored
8665
8666 2001-11-06 [christoph]  0.6.4claws29
8667
8668         * src/socket.c
8669                 use SSL_peek for sock_gets
8670         * src/utils.c
8671                 removed unneeded pointer in extracting quoted
8672                 names implementation
8673
8674 2001-11-06 [melvin]     0.6.4claws28
8675
8676         * src/gtkspell.c
8677                 fixed bug #476792 Selection overtyping with spell checker
8678                 fixed bug which could cause a buffer overflow
8679                 fixed a memory leak
8680
8681 2001-11-06 [hoa]        0.6.4claws27
8682         
8683         * src/procmsg.c
8684         * src/summaryview.c
8685                 threading by subject
8686
8687 2001-11-05 [alfons]     0.6.4claws26
8688         
8689         * README.claws
8690                 Claws -> Sylpheed (vice versa)
8691
8692         * src/compose.c
8693                 :%s/gtk_text/gtk_stext/g
8694                 :%s/GTK_TEXT/GTK_STEXT/g
8695                 (thanks to Jonathan Ware for spotting this)
8696
8697 2001-11-04 [christoph]  0.6.4claws25
8698
8699         * src/summaryview.c
8700                 replace Xalloca + strdup with Xstrdup_a
8701         * src/utils.c
8702                 better implementation of extracting quoted names
8703                 from addresses (remove backlashes and ignore
8704                 quotes after them)
8705
8706 2001-11-04 [alfons]     0.6.4claws24
8707
8708         * src/utils.[ch]
8709                 edit to comply more with coding style
8710
8711         * src/textview.c
8712                 fix bug reported by Kim Schulz. introduced by the patch integrated
8713                 in 0.6.4claws15. the code did not check the return value of
8714                 the html parser.
8715
8716         * AUTHORS
8717                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
8718
8719 2001-11-04 [christoph]  0.6.4claws23
8720
8721         * src/main.c
8722         * src/prefs_common.[ch]
8723                 init some pointers that possibly caused a segfault
8724                 reported in the claws-users ML
8725
8726 2001-11-04 [hoa]        0.6.4claws22
8727
8728         * src/grouplistdialog.c
8729                 change the names of the nodes in the tree
8730
8731         * src/compose.c
8732                 enhanced mailto syntax as described in
8733                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
8734                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
8735
8736         * src/utils.c
8737                 encode and decode URI (useful when opening URL into
8738                 netscape).
8739
8740 2001-11-03 [hoa]        0.6.4claws21
8741
8742         * src/grouplistdialog.c
8743                 a new newsgroups list selection dialog box
8744                 with a CTree instead of a CList
8745
8746 2001-11-03 [hoa]        0.6.4claws20
8747
8748         * src/folderview.c
8749                 enable property and scoring options when right
8750                 click on "inbox"
8751
8752         * src/summaryview.c
8753                 fixed bug when nickname were displayed using
8754                 the address book.
8755
8756 2001-11-02 [darko]      0.6.4claws19
8757
8758         * src/compose.c
8759                 new wrap quotation and URL/long words wrapping implementation
8760         * src/compose.c src/gtkstext.[ch]
8761                 move gtkstext_strncmp() to gtkstext.c
8762
8763 2001-11-01 [christoph]  0.6.4claws18
8764
8765         * src/prefs_account.c
8766                 fixed mess in account settings dialog
8767         * src/prefs_folder_item.c
8768                 added label with folder path to dialog
8769
8770 2001-10-31 [match]      0.6.4claws17
8771
8772         * src/vcard.c
8773                 fix memory leak.
8774         * src/addrbook.c
8775                 fix generation of spurious address book file names.
8776                 remove redundant functions.
8777         * po/POTFILES.in
8778                 added missing file names.
8779
8780 2001-10-30 [paul]       0.6.4claws16
8781
8782         * sync with sylpheed 0.6.4cvs6
8783                 see ChangeLog entries 2001-10-26 to 2001-10-30
8784
8785         * tools/filter_conv.pl
8786                 read folderlist.xml to discover whether the top-level
8787                 folder is called 'Mailbox' or 'Mail' 
8788
8789 2001-10-29 [paul]       0.6.4claws15
8790
8791         * src/html.c, src/textview.c
8792                 activate links in html mail and fix clickable parts
8793                 Submitted by Matthieu Dazy <dazy@t-surf.com>
8794
8795 2001-10-29 [paul]
8796
8797         * po/de.po, po/es.po, po/pt_BR/po
8798                 updated translations, submitted by Jens Oberender,
8799                 Ricardo Mones Lastra, and Fabio Junior Beneditto
8800
8801 2001-10-29 [darko]      0.6.4claws14
8802
8803         * src/compose.c
8804                 fix wrapping for good
8805
8806 2001-10-29 [darko]
8807
8808         * src/compose.c
8809                 undo previous change as it broke the smart wrapping
8810
8811 2001-10-29 [darko]      0.6.4claws13
8812
8813         * src/compose.c
8814                 fix infinite loop when long URL is quoted
8815                 (closes bug #475122.
8816
8817 2001-10-28 [match]
8818
8819         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
8820                 import Mutt address book
8821         * src/ldif.[ch] src/importldif.h
8822                 modified import LDIF handle user attributes
8823
8824 2001-10-28 [christoph]  0.6.4claws12
8825
8826         * src/summaryview.c
8827                 fixed that filtering did not work if there
8828                 were no filter rules
8829                 (closes bug #472003 and better implementation
8830                  of patch #474644)
8831
8832 2001-10-27 [christoph]  0.6.4claws11
8833
8834         * src/compose.c
8835                 make the folder's default account to be used when
8836                 replying. (patch by wwp <subscript@free.fr>)
8837         * src/compose.c
8838                 code cleanup, nearly killed all of wwp's patch
8839                 for folder's default account in compose
8840         * src/folderview.c
8841                 error panel when a folder could not be created
8842                 (closes bug #471080 new folder name & already
8843                  existing file)
8844
8845 2001-10-26 [alfons]
8846
8847         * src/utils.h
8848                 change prototype of strstr2() that Christoph forgot about
8849
8850 2001-10-26 [christoph]  0.6.4claws10
8851
8852         * src/account.c
8853                 made search for accounts by email address not case
8854                 sensitive
8855         * src/folder.c
8856                 fixed memory leak in folder_item_get_identifier
8857         * src/gtkspell.c
8858         * src/utils.c
8859                 fixed wrong strstr2 (should work like strstr)
8860
8861 2001-10-26 [darko]      0.6.4claws9
8862
8863         * src/compose.c src/gtkstext.[ch]
8864         * src/gtkstext.c
8865                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
8866
8867 2001-10-26 [paul]       0.6.4claws8
8868
8869         * src/html.c
8870                 ignore css and javascript tags in html mail
8871                 case-insensitive, with or without double-quoted
8872                 strings
8873
8874 2001-10-26 [paul]       0.6.4claws7
8875
8876         * sync with sylpheed 0.6.4cvs1
8877                 see ChangeLog entry 2001-10-26
8878
8879         * src/prefs_account.c, src/prefs_common.c,
8880           src/prefs_summary_column.c
8881                 minor improvements to the English
8882
8883 2001-10-25 [alfons]     0.6.4claws6
8884
8885         * src/gtkstext.c
8886         
8887                 make GtkSText follow style of GtkText (closes bug 
8888                 #469211 "text selection while writing message")
8889                 
8890                 do sync with GTK 1.2.10
8891
8892 2001-10-25 [paul]       0.6.4claws5
8893
8894         * src/html.c
8895                 ignore css tags in html mail
8896
8897 2001-10-25 [darko]      0.6.4claws4
8898
8899         * src/compose.c
8900                 don't declare is_url_string as static function since
8901                 we need it in gtkstext.c
8902         * src/gtkstext.c
8903                 remove unused variable
8904                 don't wrap long URLs while composing a message
8905
8906 2001-10-24 [christoph]  0.6.4claws3
8907
8908         * src/socket.c
8909                 fix ssl deadlock, when peer closes connection
8910
8911 2001-10-24 [paul]       0.6.4claws2
8912
8913         * src/prefs_common.c
8914                 gettextize the gpg ascii-armored warning message
8915
8916         * src/compose.c
8917                 insert a DOS/MAC file into the composed message
8918                 (improvements)
8919
8920         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
8921
8922 2001-10-22 [paul]       0.6.4claws1
8923
8924         * sync with sylpheed 0.6.4 release
8925                 see ChangeLog entries 2001-10-21
8926
8927         * po/fr.po, po/pt_BR.po
8928                 updated by Melvin Hadasht and Fabio Junior Beneditto
8929
8930 2001-10-21 [paul]       0.6.3claws30
8931
8932         * src/compose.c
8933                 insert a DOS text file from the compose window
8934                 into the composed message text (removes CRs characters)
8935                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
8936
8937         * tools/filter_conv.pl, tools/README
8938                 automatically use ~/.sylpheed as working directory
8939                 print out confirmation message on completion
8940
8941         * correct Hoa's last ChangeLog.claws entry
8942
8943 2001-10-20 [hoa]        0.6.3claws29
8944
8945         * src/grouplistdialog.c
8946                 bugfix (another ?) to give the right
8947                 newsgroups list for each news server.
8948
8949         * src/news.c
8950         * src/news.h
8951                 improve the newsgroups list cache
8952
8953 2001-10-20 [paul]       0.6.3claws28
8954
8955         * sync with sylpheed 0.6.3cvs9
8956                 see ChangeLog entry 2001-10-19
8957
8958         * correct Alfons' last ChangeLog.claws entry
8959
8960 2001-10-19 [alfons]
8961
8962         * src/pgptext.[ch]
8963                 fix compilation problems (part of bug #472895)
8964
8965 2001-10-18 [hoa]        0.6.3claws27
8966
8967         * src/grouplistdialog.c
8968                 bugfix when we refresh was clicked (bug 472701)
8969
8970 2001-10-19 [christoph]  0.6.3claws26
8971
8972         * src/compose.c
8973                 last header entry should default to "To:" or
8974                 "Newsgroups:" and not copy the last entry line
8975                 in a new compose window
8976                 (closes bug #472686, #470792)
8977
8978 2001-10-19 [paul]       0.6.3claws25
8979
8980         * sync with Sylpheed 0.6.3cvs8
8981                 see ChangeLog entries 2001-10-18 and 2001-10-19
8982
8983 2001-10-18 [christoph]  0.6.3claws24
8984
8985         * src/procmsg.c
8986                 reimplement ignore thread
8987         
8988 2001-10-18 [hoa]        0.6.3claws23
8989
8990         * src/folderview.c
8991         * src/grouplistdialog.[ch]
8992                 enhanced news subscription interface (feature 469113)
8993
8994         * src/news.c
8995         * src/news.h
8996                 enchanced newsgroup listing,
8997                 now, we can get groups informations
8998                 (NNTPGroupInfo)
8999
9000 2001-10-18 [paul]       0.6.3claws22
9001
9002         * src/summaryview.c
9003                 remove comment (sync with main branch)
9004         * src/mainwindow.c
9005                 fix 'Re-edit' bug in 'Message' menu
9006
9007 2001-10-17 [christoph]  0.6.3claws21
9008
9009         * src/compose.c
9010                 ignore empty or whitespace only header lines
9011
9012 2001-10-17 [paul]       0.6.3claws20
9013
9014         * sync with sylpheed 0.6.3cvs7
9015                 see ChangeLog entries 2001-10-14, 2001-10-16, and
9016                 2001-10-17
9017
9018 2001-10-17 [darko]
9019
9020         * src/compose.c
9021                 wrap long lines without spaces
9022                 don't wrap URLs
9023
9024 2001-10-16 [paul]
9025
9026         * po/es.po, po/nl.po, po/pt_BR.po
9027                 updated by Ricardo Mones Lastra, Alfons,
9028                 and Fabio Junior Beneditto
9029
9030         * sylpheed-0.6.3claws released
9031
9032 2001-10-15 [melvin] 0.6.3claws18
9033
9034         * README.claws
9035                 added summary and detailed installation instructions
9036                 for spell checker
9037         * po/fr.po
9038                 Updated, corrected and completed french translation
9039
9040 2001-10-15 [hoa] 0.6.3claws17
9041         * src/grouplistdialog.c
9042                 we can choose the newsgroups to display with wildcards
9043
9044 2001-10-15 [christoph]  0.6.3claws16
9045
9046         * src/account.c
9047         * src/compose.c
9048         * src/prefs_folder_item.[ch]
9049                 applied wwp <subscript@free.fr>'s folder
9050                 default account patch
9051         * po/de.po
9052                 Fixed wrong translation
9053
9054 2001-10-13 [alfons, christoph, melvin]  
9055                         0.6.3claws15
9056
9057         solution #2 to solve MT-safety problems defers all GUI related calls
9058         to the main thread using a gtk_idle_add() callback. discussed on
9059         ircnet #sylpheed, with christoph spotting some issues with the
9060         original code, and melvin allowing us to lobotomize his sylpheed.
9061
9062         * src/syldap.[ch], src/main.c
9063                 fix race problem in ldap search thread by deferring GUI 
9064                 stuff to main thread using gtk_idle_add()
9065
9066 2001-10-13 [paul]       0.6.3claws14
9067
9068         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
9069                 add Sergey's smtpcred.patch
9070                 adds separate username/password setting for SMTP Auth
9071                 needed by some servers
9072                 (closes feature request #471659)
9073
9074 2001-10-13 [paul]       0.6.3claws13
9075
9076         * src/pgptext.[ch] **NEW FILES**
9077         * src/Makefile.am, src/messageview.c, src/mimeview.c
9078                 decrypt ascii-armored gpg text embedded in
9079                 the message body.
9080                 Submitted by Jens Jahnke <jan0sch@gmx.net>
9081
9082 2001-10-13 [christoph]  0.6.3claws12
9083
9084         * README.claws
9085                 some more details on default to and
9086                 feature requests
9087         * src/main.c
9088                 init glib threading when ldap is used
9089         * src/syldap.c
9090                 threading fixes
9091         * po/de.po
9092                 fixed a typo
9093
9094 2001-10-12 [paul]       0.6.3claws11
9095
9096         * src/prefs_common.[ch], src/rfc2015.c
9097                 enable ascii-armored gpg text to be embedded in the
9098                 message body, selectable through the 'Privacy'
9099                 preferences. Supports encrypting only.
9100                 Submitted by Ravemax <ravemax@dextrose.com>
9101
9102 2001-10-12 [paul]       0.6.3claws10
9103
9104         * sync with sylpheed 0.6.3cvs6
9105                 see ChangeLog entries 2001-10-11 and 2001-11-12
9106
9107         * src/folderview.c
9108                 incorporated mbox folders, scoring, and folder
9109                 properties into the sync
9110
9111 2001-10-12 [darko]      0.6.3claws9
9112
9113         * README.claws
9114                 describe quotation wrapping
9115         * src/compose.c
9116                 don't treat tab as space to calculate line length properly
9117
9118 2001-10-11 [alfons]
9119
9120         * README.claws
9121                 correct description of how to make new filtering system work,
9122                 add some other things
9123                 
9124         * src/syldap.c
9125                 remove sched_yield() (not necessary / unportable)
9126
9127 2001-10-11 [paul]       0.6.3claws8
9128
9129         * sync with sylpheed 0.6.3cvs3
9130                 see ChangeLog entry 2001-10-10
9131
9132 2001-10-10 [christoph]  0.6.3claws7
9133
9134         * .cvsignore
9135                 ignore 2 files created by newer autotools
9136         * src/prefs_folder_item.c
9137                 using table for widget alignment
9138                 fixed memory leak and broken octal display
9139         * src/filesel.c
9140                 fixed segfault caused by lost filename
9141                 workaround (closes bug #469551)
9142
9143 2001-10-10 [paul]       0.6.3claws6
9144
9145         * sync with sylpheed 0.6.3cvs2
9146                 see ChangeLog entries 2001-10-09 and 2001-10-10
9147
9148 2001-10-10 [darko]      0.6.3.claws5
9149
9150         * src/gtkstext.c
9151                 proper calculation of right margin if smart wrapping is enabled
9152         * src/compose.c
9153                 automatically wrap long lines if wrap quotation is enabled
9154
9155 2001-10-09 [alfons]     0.6.3.claws4
9156
9157         * src/summaryview.c
9158                 select correct row when deleting last row in the summary view (and
9159                 close bug "[ #469104 ] select second last in list when deleting")
9160
9161 2001-10-09 [paul]       0.6.3claws3
9162
9163         * sync with sylpheed 0.6.3cvs1
9164                 updated some autotool scripts
9165
9166 2001-10-09 [darko]      0.6.3claws2
9167
9168         * src/gtkstext.[ch]
9169                 new name and mark with Sylpheed comment
9170         * src/compose.c
9171                 smart quotation wrapping a-la VIM
9172
9173 2001-10-08 [paul]       0.6.3claws1
9174
9175         * sync with sylpheed 0.6.3 release
9176                 see ChangeLog entry 2001-10-08
9177
9178 2001-10-08 [paul]       0.6.2claws24
9179
9180         * src/summaryview.c
9181                 more sync with sylpheed 0.6.2cvs12
9182                 Fixed the bug that didn't select the last row correctly
9183
9184
9185 2001-10-07 [paul]       0.6.2claws23
9186
9187         * sync with sylpheed 0.6.2cvs12
9188                 see ChangeLog entry 2001-10-07
9189
9190 2001-10-06 [match]
9191         * src/jpilot.[ch]
9192                 enable jpilot to read unsynch'ed addresses.
9193
9194         * src/editldap_basedn.c
9195                 fix segfault when opening dialog.
9196
9197 2001-10-06 [alfons]     0.6.2.claws22
9198
9199         * src/summaryview.c
9200                 fix bug with summary view selecting last *inserted*
9201                 node instead of last *visible* node. remember we
9202                 work with a tree
9203
9204 2001-10-06 [paul]       0.6.2claws21
9205
9206         * po/pt_BR.po
9207                 updated translation, contains some fixes and new
9208                 translations, submitted by Gustavo Noronha Silva
9209                 <kov@debian.org>
9210
9211         * src/prefs_common.c
9212                 change 'each' to 'every' - fix dubious English
9213
9214         * sync with sylpheed 0.6.2cvs11
9215
9216 2001-10-05 [alfons]     0.6.2claws20
9217
9218         * src/mainwindow.[ch], src/folderview.c
9219                 make composite tool button switch between "Compose News"
9220                 and "Compose Mail" depending on selected folder
9221                 (nifty idea by Kim Schulz <kim@schulz.dk>)
9222
9223 2001-10-05 [paul]       0.6.2claws19
9224
9225         * src/mainwindow.c, src/summaryview.c
9226                 fix 'Message/Reply to all', broken in last commit
9227
9228         * src/compose.c
9229                 fix X_BEENTHERE seg fault, thanks to Alfons
9230
9231 2001-10-04 [paul]       0.6.2claws18
9232
9233         * src/compose.[ch], src/mainwindow.c
9234                 make "Message/Reply" reply to mailing lists; matches
9235                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
9236                 based on portions of the patch submitted by
9237                 Junichi Uekawa <dancer@netfort.gr.jp>
9238
9239 2001-10-04 [darko]      0.6.2claws17
9240
9241         * src/compose.c
9242                 better smart wrapping
9243         * src/gtkstext.[hc]
9244                 a function to make text buffer contiguous
9245
9246 2001-10-03 [paul]       0.6.2claws16
9247
9248         * sync with sylpheed 0.6.2cvs10
9249
9250 2001-10-02 [alfons]
9251
9252         * configure.in
9253         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
9254                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
9255                 references to chinese translations (hope someone picks up
9256                 this)
9257
9258 2001-10-02 [christoph]  0.6.2claws15
9259
9260         * src/compose.c
9261                 fixed non translated header bug
9262         * ChangeLog.claws
9263                 fixed wrong date in alfons last entry ;)
9264
9265 2001-10-02 [alfons]     0.6.2claws14
9266
9267         * src/compose.c, src/prefs_common.[ch]
9268                 add block cursor option
9269
9270 2001-10-02 [paul]       0.6.2claws13
9271
9272         * sync with sylpheed 0.6.2cvs9
9273
9274 2001-09-30 [paul]       0.6.2claws12
9275
9276         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
9277                 updated translations
9278
9279         * po/POTFILES.in
9280                 add 'src/importldif.c'
9281
9282         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
9283                 added eudora-to-vCard conversion tool
9284                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
9285
9286         * sync with sylpheed 0.6.2cvs8
9287
9288 2001-09-30 [paul]
9289
9290         * sylpheed-0.6.2claws released
9291
9292 2001-09-27 [melvin]     0.6.2claws11
9293
9294         * src/gtkspell.c
9295                 fixed crash when using default path (introduced 
9296                 in 0.6.2claws10)
9297                 fixed tiny bug for initial suggestion mode
9298
9299 2001-09-27 [melvin]     0.6.2claws10
9300         
9301         * src/gtkspell.c
9302                 fixed bug where gtkpspell didn't set the path correctly
9303
9304         * README.claws
9305                 added a paragraph about spell checking
9306                 
9307
9308
9309 2001-09-27 [paul]       0.6.2claws9
9310
9311         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
9312                 replace '// comments' with '/* comments */' to prevent
9313                 some compiler warnings 
9314
9315         * sync with sylpheed 0.6.2cvs6
9316
9317 2001-09-26 [alfons]     0.6.2claws8
9318
9319         * src/messageview.c
9320                 introduce return receipt request notification again,
9321                 which was lost because of other semantics in 
9322                 procheader_parse() (???)
9323
9324 2001-09-26 [christoph]  0.6.2claws7
9325
9326         * src/compose.c
9327                 replace comments for old code with #if 0
9328                 readded auto cc, bcc and reply-to
9329         * src/prefs_matcher.c
9330         * src/prefs_scoring.c
9331                 removed some definition (was moved to
9332                 prefs.h)
9333
9334 2001-09-26 [paul]       0.6.2claws6
9335
9336         * src/mainwindow.c
9337                 make 'Follow-up and reply to' sensitive
9338
9339         * more sync with sylpheed 0.6.2cvs5
9340
9341 2001-09-25 [melvin]
9342
9343         * 0.6.2claws5
9344
9345         * src/gtkspell.c
9346                 fixed bug for "US-ASCII" introduced by the encoding code
9347
9348 2001-09-25 [paul]
9349
9350         * 0.6.2claws4
9351
9352         * src/prefs_common.[ch], src/summaryview.c
9353                 'next unread msg' 'go to next folder?' dialog can be
9354                 given default behaviour, either always show dialog,
9355                 or assume 'yes', or assume 'no'
9356                 Submitted by wwp <subscript@free.fr>
9357
9358 2001-09-25 [melvin]
9359                 
9360         * src/compose.c src/gtkspell.[ch]
9361                 added support for different encodings
9362
9363 2001-09-25 [paul]
9364
9365         * more sync with sylpheed 0.6.2cvs5
9366
9367 2001-09-24 [alfons]
9368         
9369         * src/prefs_folder_item.c
9370                 add check for item->prefs->default_to string is NULL and
9371                 add another check when freeing this string
9372
9373 2001-09-24 [paul]
9374
9375         * configure.in
9376                 change to version 0.6.2claws3
9377
9378         * sync with sylpheed 0.6.2cvs5 
9379
9380 2001-09-24 [match]
9381         * src/ldif.[ch], src/importldif.[ch], addressbook.c
9382                 import LDIF files.
9383         * src/addrcache.[ch], addrindex.[ch]
9384                 small update for future
9385         * src/addrbook.c
9386                 fix test XML file.
9387
9388 2001-09-24 [melvin]
9389         * src/gtkspell.[ch]
9390                 added 'Learn from mistakes' option
9391                 better handling of quotes in checked words
9392                 sorted dict list
9393         * po/fr.po
9394                 small update for spell checking stuff
9395
9396 2001-09-23 [alfons]
9397         
9398         * src/gtkspell.c
9399                 edit a little bit so it complies more with main coding style
9400
9401 2001-09-23 [alfons]
9402
9403         * src/folder.[ch], prefs_folder_item.c, compose.c
9404                 migrate "request return receipt" folder property
9405                 to folderlist.xml
9406
9407 2001-09-22 [alfons]
9408
9409         * README.claws **NEW**
9410                 (add things of interest for users of main branch 
9411                 and claws here)
9412
9413         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
9414                 re-implement threading per folder option, but store 
9415                 the setting in folderlist.xml (where it belongs)
9416
9417 2001-09-21 [melvin]
9418
9419         * src/gtkspell.[ch]
9420                 fixed bug when compose window is under another window
9421         * src/prefs_common.[ch] src/compose.c
9422                 changed 'dictionary_path' to 'dictionary' to be consistent
9423                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
9424         * ac/pspell.m4 src/Makefile.am 
9425                 dropped PSPELL_PATH macro
9426         * po/fr.po
9427                 updated translations
9428
9429 2001-09-21 [christoph]
9430
9431         * src/compose.c
9432                 added border around header fields
9433                 keep header type when new field is added
9434
9435 2001-09-20 [christoph]
9436
9437         * src/utils.[ch]
9438                 more portable debug_print with source filename
9439                 and linenumber
9440         * src/procmsg.c
9441                 more newlines after debug messages
9442
9443 2001-09-20 [paul]
9444
9445         * configure.in
9446                 change to version 0.6.2claws2
9447
9448         * sync with sylpheed 0.6.2cvs3
9449
9450 2001-09-19 [melvin]
9451
9452         * src/gtkspell.c
9453                 fixed the post-right-click focus pb
9454                 fixed crash when 'Spell check all' after dict change 
9455                         and when cursor is at the end of the text
9456                 shift-right-click pops up config menu even on misspelled words.
9457         * po/POTFILES.in
9458                 added gtkspell.c
9459
9460 2001-09-19 [melvin]
9461
9462         * src/about.c
9463                 added pspell to compiled-in features list
9464
9465 2001-09-18 [melvin]
9466
9467         * switched to pspell and dropped ispell
9468         * ac/pspell.m4
9469                 new file. autoconf macro for pspell
9470         * ac/Makefile.am 
9471         * configure.in acconfig.h
9472                 added pspell support
9473         * src/Makefile.am
9474         * src/main.c src/compose.[ch] src/gtkspell.[ch]
9475         * src/prefs_common.[ch] 
9476                 added pspell support
9477
9478 2001-09-18 [christoph]
9479
9480         * src/addr_compl.c
9481         * src/template.[ch]
9482                 replace LOG_MESSAGE with debug_print
9483         * src/compose.[ch]
9484                 gui improvements
9485         * src/menu.c
9486                 added newline after debug message
9487         * src/utils.h
9488                 using __VA_ARGS__ for debug_print macro
9489         * tools/.cvsignore
9490                 ignore Makefile and Makefile.in
9491
9492 2001-09-18 [paul]
9493
9494         * configure.in
9495                 change to version 0.6.2claws1
9496         * sync with sylpheed 0.6.2cvs1
9497
9498         * src/matcher.c 
9499         * src/prefs_matcher.c
9500                 add 'score equal to' option, submitted by
9501                 Paul Evans <nerd@freeuk.com>
9502
9503 2001-09-15 [christoph]
9504
9505         * src/mainwindow.c
9506                 comment out menu entry not existing in claws
9507         * src/menu.c
9508                 add debug output for non existing menu entries
9509         * src/summaryview.c
9510                 fix next/prev unread message for ignored threads
9511         * src/utils.[ch]
9512                 add sourcefile and line number to debug output
9513                 otherwise it is sometimes hard to find the
9514                 source code part if debug messages are translated
9515
9516 2001-09-14 [darko]
9517         
9518         * src/folderview.c
9519                 refresh target folder style after colour is changed
9520
9521 2001-09-13 [paul]
9522
9523         * configure.in
9524                 change to version 0.6.1claws3
9525
9526         * sync with sylpheed 0.6.1cvs6
9527
9528 2001-09-13 [darko]
9529         
9530         * src/folderview.c
9531                 fix target folder colourization to use user selected colour
9532
9533 2001-09-12 [darko]
9534         
9535         * src/summaryview.c
9536                 fix crash when message that is marked for copy/move is unmarked
9537
9538 2001-09-09 [paul]
9539
9540         * configure.in
9541                 change to version 0.6.1claws2
9542
9543         * sync with sylpheed 0.6.1cvs3
9544
9545 2001-09-09 [alfons]
9546         
9547         * src/folderview.c
9548                 fix bug with default font used for trash folder text
9549
9550 2001-09-06 [paul]
9551
9552         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
9553                 updated translations
9554
9555         * configure.in
9556                 change to version 0.6.1claws1
9557
9558         * sync with sylpheed 0.6.1cvs2
9559
9560 2001-09-03 [paul]
9561
9562         * po/POTFILES.in
9563                 add Match's new addressbook
9564
9565         * po/de.po
9566                 updated translation submitted by Jens Oberender
9567
9568 2001-09-02 [paul]
9569
9570         * configure.in
9571                 change to 0.6.1claws
9572         * sync with sylpheed 0.6.1 release
9573
9574 2001-09-02 [paul]
9575
9576         * configure.in
9577                 change to 0.6.0claws2
9578
9579         * sync with sylpheed 0.6.0cvs4
9580
9581         * po/pt_BR.po
9582                 updated translation submitted by Fabio Junior Beneditto
9583
9584 2001-09-01 [match]
9585         * pixmaps/
9586                 interface.xpm
9587                 book.xpm
9588                 address.xpm
9589         * src/
9590                 Makefile.am
9591                 a ton of new files
9592
9593 2001-08-31 [paul]
9594
9595         * configure.in
9596                 change to version 0.6.0claws1
9597
9598         * sync with sylpheed 0.6.0cvs1
9599
9600         * po/es.po
9601                 updated translation submitted by Ricardo Mones Lastra
9602
9603         * po/POTFILES.in
9604                 add 'src/prefs_templates.c'
9605
9606         * src/compose.c, src/summaryview.c
9607                 fix segfault on 'Re_edit'               
9608
9609 2001-08-30 [alfons]
9610
9611         * configure.in, Makefile.am
9612         * tools/Makefile.am
9613                 add tools directory to source distribution
9614
9615 2001-08-30 [paul]
9616
9617         * configure.in
9618                 change to version 0.6.0claws
9619
9620         * sync with sylpheed 0.6.0 release
9621
9622 2001-08-30 [christoph]
9623
9624         * configure.in
9625                 removed autoconf version check
9626
9627 2001-08-30 [paul]
9628
9629         * src/account.c, src/compose.c, src/prefs_common.[ch]
9630         * src/procheader.[ch] src/utils.[ch]
9631                 Enhanced automatic account selection on replies
9632                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
9633
9634         * configure.in
9635                 add LDAP and JPilot to the configuration results output.
9636
9637 2001-08-29 [christoph]
9638
9639         * src/summeryview.c
9640                 no bold font for ignored threads
9641
9642 2001-08-29 [paul]
9643
9644         * configure.in
9645                 change to version 0.5.3claws6
9646
9647         * sync with sylpheed 0.5.3cvs10
9648                 src/stringtable.[ch]: New Files
9649
9650         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
9651         * src/pixmaps/sylpheed.xpm
9652                 add mini-icons to windows (by Alfons)
9653
9654 2001-08-27 [paul]
9655
9656         * src/mainwindow.c
9657                 new functions: next_labeled_cb(), prev_labeled_cb()
9658
9659         * src/summaryview.c
9660                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
9661                 summary_select_next_labeled(), summary_select_prev_labeled()
9662
9663         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
9664                 give claws blue folders and a blue trash can
9665
9666 2001-08-27 [paul]
9667
9668         * configure.in
9669                 change to version 0.5.3claws5
9670
9671         * sync with sylpheed 0.5.3cvs9
9672                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
9673
9674 2001-08-24 [christoph]
9675
9676         * src/filesel.c
9677                 keep filename when browsing directories
9678                 (not working for user entered filename, but
9679                  for default name and selected filename from
9680                  file list)
9681         * src/mainwindow.c
9682                 fixed wrong spelling "Folllow-up"
9683         * src/mbox_folder.c
9684         * src/procmsg.c
9685         * src/summaryview.c
9686                 fixed new/unread message count with ignored
9687                 threads (2 commits, first didn't notice no
9688                 longer needed decreasing)
9689         * src/inc.c
9690                 readded scrolling of progress dialog
9691                 (lost in sync)
9692
9693 2001-08-24 [paul]
9694
9695         * configure.in
9696                 change to 0.5.3claws4
9697
9698         * sync with sylpheed 0.5.3cvs7
9699
9700 2001-08-24 [christoph]
9701
9702         * src/compose.c
9703                 set request return receipt when replying
9704                 if it is set is the folder prefs of the
9705                 message
9706         * src/inc.c
9707                 disable final error popup if popups are
9708                 disabled in config (again)
9709
9710 2001-08-23 [paul]
9711
9712         * configure.in
9713                 Change version number to 0.5.3claws3
9714
9715         * sync with sylpheed 0.5.3cvs5
9716
9717         * src/mimeview.c
9718                 double quote '%s' in 'gedit %s' to fix bug when
9719                 opening attachment with spaces in the name
9720
9721 2001-08-22 [alte]
9722         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
9723           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
9724                 initial message templates support
9725
9726
9727 2001-08-22 [paul]
9728
9729         * configure.in
9730                 change version number to 0.5.3claws2
9731
9732         * sync with sylpheed 0.5.3cvs4
9733
9734         * src/procmsg.h src/summaryview.c
9735                 re-implement (un)ignore thread
9736
9737 2001-08-21 [paul]
9738
9739         * src/summaryview.c
9740                 remove unnecessary code
9741         * src/compose.c
9742                 enable 'dynamic' signatures (submitted by
9743                 Eric Limpens <eric@hscg-internet.nl>)
9744
9745 2001-08-21 [paul]
9746
9747         clean up after sync with sylpheed 0.5.3 release
9748
9749         * src/folderview.c
9750                 fix re-introduced font mess, see Christoph's
9751                 entry 2001-06-24
9752
9753         * src/summaryview.c
9754                 remove prev_msgnum
9755                 use sylpheed's small font instead of
9756                 gtk default font for summary view
9757
9758
9759 2001-08-17 [paul]
9760
9761         * configure.in
9762                 add pl to ALL_LINGUAS - sync with main branch
9763
9764         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
9765                 Updated. Translations by Jens Oberender, Ricardo Mones
9766                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
9767
9768         * po/pl.po  ** NEW FILE **
9769                 sync with the main branch
9770
9771         * src/folderview.c
9772                 fix target folder colorizing and refresh problem
9773
9774
9775 2001-08-17 [christoph]
9776
9777         * src/mainwindow.c
9778                 claws uses 4 colors for target folder coloring.
9779                 arrays were not long enough and destroyed the
9780                 stack causing a segfault.
9781                 target folder colorizing does not work anymore
9782                 for me
9783
9784 2001-08-16 [paul]
9785
9786         * configure.in
9787                 change to version 0.5.3claws1
9788
9789         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
9790           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
9791           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
9792
9793                 sync with sylpheed 0.5.3 release, but keep claws method of
9794                 configuring/saving fonts
9795
9796         * src/addressbook.[ch]
9797                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
9798                 in line with a similar change in Hiroyuki's branch
9799
9800         * src/mainwindow.[ch]
9801                 disable main_window_set_thread_option()
9802         * src/prefs_folder_item.c
9803                 comment out &tmps_prefs.enable_thread,
9804         * src/mbox_folder.c, src/procmsg.[ch]
9805                 comment out MSG_IS_IGNORE_THREAD
9806         * src/summaryview.c
9807                 comment out summary_ignore_thread() and summary_unignore_thread()
9808                 comment out MSG_IS_IGNORE_THREAD
9809
9810                 use Hiroyuki's threading instead.
9811
9812
9813
9814 2001-08-15 [paul]
9815
9816         * src/account.c
9817                 use Hiroyuki's 0.5.3 column scheme but also
9818                 include the enable/disable button.
9819         * src/pixmaps/mark.xpm
9820                 add Hiroyuki's amended pixmap
9821
9822 2001-08-13 [christoph]
9823
9824         * src/account.c
9825                 receive at get all column showed wrong state for APOP
9826                 button should only work for POP3 and APOP accounts
9827         * src/prefs_account.c
9828                 added missing preprocessor statement for SSL
9829
9830 2001-08-12 [paul]
9831
9832         * src/account.[ch]
9833                 add 'receive at get all' column and enable/disable
9834                 button.
9835
9836 2001-08-06 [christoph]
9837
9838         * src/account.c
9839                 show usage of SSL in protocol column
9840
9841         * src/imap.c
9842         * src/inc.c
9843                 renamed ssl options
9844
9845         * src/prefs_account.[ch]
9846                 moved ssl options to a new page
9847
9848         * src/send.c
9849         * src/smtp.c
9850         * src/ssl.[ch]
9851                 renamed ssl options
9852                 added support for SMTP STARTTLS command
9853
9854 2001-08-05 [christoph]
9855
9856         * configure.in
9857                 debian autoconf needs version check to find
9858                 correct autoconf version. if the file is
9859                 named configure.in 2.13 is used, which does
9860                 not work with this configure.in script.
9861                 other solution would be to rename the script
9862                 to configure.ac as suggested in the autoconf
9863                 manual.
9864
9865         * src/inc.c
9866                 disable final error popup if popups are
9867                 diabled in config
9868
9869         * src/socket.c
9870                 bugfix in ssl_gets
9871                 fixes IMAP over SSL problem
9872
9873 2001-08-03 [paul]
9874
9875         * configure.in
9876                 change to 0.5.2claws1
9877
9878         * sync with sylpheed 0.5.2cvs1
9879
9880 2001-08-02 [alfons]
9881
9882         * configure.in
9883                 quick fix for ispell detection...
9884
9885 2001-08-01 [paul]
9886
9887         * configure.in
9888                 change to 0.5.1claws4
9889
9890         * sync with sylpheed 0.5.1cvs7
9891
9892 2001-07-31 [alfons]
9893
9894         * src/prefs_common.c, src/prefs_common.h, 
9895           src/gtkspell.c, src/gtkspell.h
9896                 add global spelling checker settings (compose tab) +
9897                 selection of dictionary 
9898           
9899         * configure.in  
9900                 guess valid ispell location
9901
9902 2001-07-31 [paul]
9903
9904         * po/POTFILES.in
9905                 removal of 'src/quote_fmt_parse.c'
9906         * po/de.po
9907                 Updated de.po
9908                 (submitted by Jens Oberender <didge@suse.de>)
9909
9910 2001-07-31 [darko]
9911
9912         * src/folder.[ch]
9913         * src/folderview.[ch]
9914         * src/mainwindow.c
9915         * src/mh.c
9916         * src/prefs_common.[ch]
9917         * src/summaryview.c
9918                 target folder colourization
9919
9920 2001-07-30 [paul]
9921
9922         more sync with Sylpheed 0.5.1cvs6 
9923
9924 2001-07-30 [darko]
9925
9926         * src/mh.c
9927         * src/prefs_folder_item.[hc]
9928         * src/summaryview.c
9929                 shared folders support with a GUI
9930
9931 2001-07-29 [paul]
9932
9933         0.5.1claws3
9934
9935         * sync with Sylpheed 0.5.1cvs6
9936
9937 2001-07-29 [paul]
9938
9939         * po/pt_BR.po
9940                 updated
9941                 (submitted by Fabio Junior Beneditto)
9942
9943 2001-07-28 [paul]
9944
9945         * src/procmime.c
9946         * AUTHORS
9947                 patch to correct bad image mime headers
9948                 (submitted by Don Quijote <dq@searchlores.org>)
9949
9950 2001-07-28 [paul]
9951
9952         * tools/gif2xface.pl   **NEW FILE**
9953         * tools/README
9954                 script to convert file.gif to file.xface for
9955                 use in a custom header.
9956                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
9957
9958 2001-07-27 [alfons]
9959         
9960         * configure.in
9961                 change macros for detecting JPilot and LDAP
9962
9963 2001-07-27 [christoph]
9964
9965         * src/filtering.c
9966                 code cleanup (MIN / MAX warning, needed casting)
9967
9968 2001-07-27 [alfons]
9969
9970         * procheader.c
9971                 disallow setting flags when detecting certain headers
9972                 (X-Status, Status, Seen, X-Seen). 
9973         
9974         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
9975
9976 2001-07-27 [christoph]
9977
9978         * src/prefs_filter.c
9979         * src/prefs_filtering.c
9980         * src/prefs_matcher.c
9981         * src/prefs_scoring.c
9982                 scroll list when moving rows up or down
9983
9984         * src/imap.c
9985         * src/imap.h
9986         * src/prefs_account.c
9987         * src/prefs_account.h
9988         * src/send.c
9989                 SMTP over SSL (untested, feedback requested)
9990                 IMAP over SSL
9991
9992         * src/ssl.c
9993                 code cleanup
9994
9995 2001-07-26 [alfons]
9996         
9997         * configure.in, acconfig.h
9998                 define CLAWS (need this for main / claws detection)
9999
10000 2001-07-25 [alfons]
10001
10002         * configure.in
10003                 Sylpheed 0.5.1claws2
10004                 
10005         * sync with Sylpheed 0.5.1cvs4
10006
10007 2001-07-25 [christoph]
10008
10009         * src/scoring.c
10010                 fixed segfault
10011                 item->prefs == NULL (don't know why)
10012
10013 2001-07-25 [alfons]
10014
10015         * configure.in
10016                 Sylpheed 0.5.1claws1
10017
10018         * sync with Sylpheed 0.5.1cvs1-3
10019
10020 2001-07-24 [christoph]
10021
10022         * src/folderview.c
10023         * src/prefs_folder_item.[ch]
10024                 added folderitem preferences dialog with
10025                 default To: and auto request return receipt
10026
10027         * src/compose.[ch]
10028         * src/menu.[ch]
10029                 changes to handle new folderitem preferences
10030
10031         * src/mainwindow.c
10032         * src/summaryview.c
10033                 call compose new mail with current folderitem
10034
10035 2001-07-24 [alfons]
10036
10037         Release Sylpheed 0.5.1claws
10038
10039         * configure.in
10040                 change to release version 0.5.1claws
10041
10042 2001-07-24 [christoph]
10043
10044         * src/summaryview.c
10045                 fixed segfault that happend when the selected
10046                 message was removed while retrieving new messages.
10047
10048         * po/es.po
10049                 updated translation
10050                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
10051
10052 2001-07-22 [alfons]
10053
10054         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
10055         this is a work in progress, for more information: http://nlpagan.net/sylman 
10056         
10057         * configure.in, src/mainwindow.c, manual/Makefile.am
10058                 add support for English manual
10059
10060         * AUTHORS
10061                 add authors of user manuals
10062
10063         * manual/en/sylpheed*.html
10064                 add English documentation
10065
10066 2001-07-22 [christoph]
10067
10068         * po/POTFILES.in
10069                 added src/ssl.c
10070         * src/ssl.c
10071                 changed a wrong debug message
10072
10073 2001-07-22 [alfons]
10074
10075         * po/nl.po
10076                 update Dutch translation
10077
10078         * src/prefs_filtering.c, 
10079           src/prefs_matcher.c
10080                 add more translatable strings           
10081
10082 2001-07-21 [alfons]
10083
10084         0.5.0claws7
10085
10086         * configure.in
10087                 change version
10088
10089         * src/inc.c, src/summaryview.[ch]
10090                 prevent update of mark file when filtering has done, by
10091                 using a variable; this affects two functions:
10092                         inc.c::inc_finished()
10093                         summaryview.c::summary_show()
10094
10095 2001-07-20 [alfons]
10096
10097         * src/filtering.[ch], src/prefs_filtering.c, 
10098           src/matcher.[ch]
10099                 add filtering action for label coloring 
10100
10101         * po/POTFILES.in
10102                 add labelcolors.c
10103
10104         * added src/labelcolors.c
10105         * added src/labelcolors.h
10106         * src/Makefile.am, src/summaryview.c
10107                 rearrange label coloring code
10108
10109         * src/procmsg.h
10110                 add more parentheses so label colouring works correctly
10111
10112         * src/filtering.c
10113                 don't really delete message, but move it to Trash
10114
10115         * src/prefs_matcher.c
10116                 add quote options to info dialog
10117
10118 2001-07-20 [christoph]
10119
10120         * src/Makefile.am
10121         * src/inc.c
10122         * src/main.[ch]
10123         * src/socket.h
10124         * src/ssl.[ch] (new)
10125                 moved ssl stuff to a seperate file
10126
10127 2001-07-20 [darko]
10128
10129         * src/summaryview.c
10130                 fix show sender using address book with no e-mail
10131                 address in From: field
10132
10133 2001-07-19 [alfons]
10134
10135         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
10136                 fix messy handling of escaping... now at least the
10137                 execute command is useful. escape char is '\', we
10138                 accept \n and \r too. 
10139
10140                 Real life example:
10141                 
10142                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
10143                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
10144
10145 2001-07-18 [alfons]
10146
10147         0.5.0claws6
10148
10149         * src/summaryview.c
10150                 clean up
10151
10152         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
10153           src/procmsg.[ch]
10154                 revise filtering; currently move, copy, marking have
10155                 been tested. if you like bleeding edge stuff, you
10156                 should definitely go for this version :)
10157
10158         * mark old working stuff as VERSION_0_5_0_CLAWS5        
10159
10160 2001-07-17 [christoph]
10161
10162         * src/utils.c
10163                 timestamp log
10164
10165 2001-07-17 [alfons]
10166
10167         0.5.0claws5
10168
10169         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
10170           bits in the mark file, without affecting either branch. Lots of
10171           files changed, also in claws branch.
10172
10173           UNTESTED: use of mbox folders
10174
10175         * src/summaryview.c
10176                 added mark all read; however this was a quick hack used for
10177                 cleaning up mess after initial merge with Hiroyuki
10178
10179         * configure.in
10180                 change claws version number back to 0.5.0claws5 to clear up 
10181                 confusion & pretension (recent release was technically 
10182                 0.5.0claws4, so we neatly align with Hiroyuki :-)
10183
10184 2001-07-16 [alfons]
10185
10186         sync with Hiroyuki's 0.5.0cvs4
10187
10188 2001-07-16 [alfons]
10189
10190         0.5.1claws3
10191
10192         * src/filtering.[ch]
10193                 remove invalid updating of mark files for 
10194                 filter actions MATCHING_ACTION_MOVE and 
10195                 MATCHING_ACTION_DELETE; this should fix the
10196                 folder update bug
10197                 
10198         * src/procmsg.c
10199                 revert Christoph's stab at fixing the folder 
10200                 update bug
10201
10202         * po/POTFILES.in
10203                 add missing files with translatable strings
10204
10205         * src/summaryview.c
10206                 remove debug print
10207
10208 2001-07-15 [alfons]
10209
10210         * src/addr_compl.[ch], src/prefs_filtering.c
10211                 make "filtering pref dialog's destination entry" an
10212                 "address completable entry", if filter destination is 
10213                 an email address
10214
10215         0.5.1claws2
10216         
10217         sync with Hiroyuki's 0.5.0cvs2-3
10218
10219 2001-07-15 [christoph]
10220
10221         * src/procmsg.c
10222                 fixed folder stats update after incorporation
10223
10224 2001-07-15 [alfons]
10225
10226         * src/summaryview.c
10227                 * finish label colouring stuff (for now)
10228                 * fix incorrect colour bug (off by one) 
10229
10230 2001-07-14 [alfons]
10231
10232         * src/mainwindow.c
10233                 change text labels for news and mail message so there's
10234                 plenty of toolbar estate left
10235
10236         * configure.in
10237                 0.5.1claws1
10238
10239         * src/folderview.c
10240           src/folder.[ch]
10241                 sync with Hiroyuki's 0.5.0cvs1
10242
10243         * src/summaryview.c
10244                 more rewrite label colouring
10245
10246 2001-07-14 [alfons]
10247
10248         * src/summaryview.[ch]
10249                 * start rewrite label colouring 
10250                 * fix proper location "Add Sender To Addressbook" menu item
10251
10252 2001-07-13
10253
10254         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
10255         (actually this is 0.5.0claws4)
10256
10257 2001-07-13 [alfons]
10258
10259         * po/pt_BR.po
10260                 * fix duplicate message
10261                 * add updated Portugese / Brazilian translation
10262                   submitted by Fabio Junior Beneditto
10263
10264 2001-07-12 [alfons]
10265
10266         * AUTHORS
10267                 add Jens
10268
10269         * po/nl.po
10270                 add updated Dutch translation
10271
10272         * po/de.po
10273                 add updated German translation submitted by Jens
10274
10275 2001-07-11 [alfons]
10276
10277         Prerelease before 0.5.0claws. Please test.
10278         This version is temporarily tagged as VERSION_0_5_0_TEST
10279
10280         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
10281           src/prefs_scoring.c, src/prefs_matcher.c, 
10282           src/prefs_filtering.c, src/mbox.c, 
10283           src/main.c, src/inc.c, src/filtering.[ch]
10284                 revert new Hoa's new matcher (does not work yet)
10285
10286         * src/Makefile.am
10287                 clean up
10288
10289 2001-07-10
10290
10291         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
10292
10293
10294 2001-07-10 [alfons]
10295
10296         * Makefile.am
10297                 add ChangeLog.claws to EXTRA_DIST
10298         * src/Makefile.am
10299                 add matcher_parser_parse.h to EXTRA_DIST
10300
10301 2001-07-10 [christoph]
10302
10303         * src/inc.c
10304                 add destination folder to table of
10305                 folders that need to be updated after
10306                 incorporation
10307
10308 2001-07-10 [alfons]
10309
10310         * folder.[ch]
10311           folderview.c
10312                 make collapse state of folders and folder items persistent, i.e.
10313                 if you collapse a folder tree, the next time sylpheed-claws starts 
10314                 up the folder tree remains collapsed.  
10315                 
10316 2001-07-10 [christoph]
10317
10318         * acconfig.h
10319         * configure.in
10320                 added --enable-ssl
10321         * src/md5.[ch]
10322                 renamed MD5_CTX to MD5_CTX_syl
10323                 conflicts with a struct in openssl
10324         * src/inc.c
10325         * src/main.[ch]
10326         * src/prefs_account.[ch]
10327         * src/socket.[ch]
10328                 SSL support for POP
10329         * src/mainwindow.c
10330                 fixed compose with current account
10331                 broken by new compose button stuff
10332
10333 2001-07-09 [hoa]
10334
10335         * AUTHORS
10336                 changed my email address
10337
10338         * src/matcher_parser_parse.y
10339                 clean the parser to remove conflicts
10340
10341 2001-07-09 [alfons]
10342
10343         * AUTHORS
10344                 add Match Grun
10345
10346         * configure.in
10347                 fix incorrect description of --enable-ldap parameter
10348
10349         * src/prefs_common.[ch]
10350           src/compose.c
10351                 add experimental option "smart wrapping" which makes the
10352                 compose editor auto wrap.
10353                 
10354                 | TODO: the problem with the buggy cursor handling is caused |
10355                 | by the GtkText. when deleting / backspacing text its       |
10356                 | wrapping algorithm does not take in account the previous   |
10357                 | line. should find a way to hack this in.                   |
10358                 | or should perhaps combine this with the word wrapping      |
10359                 | patch i wrote in january.                                  |
10360
10361         * src/about.c
10362                 show build parameters for LDAP and JPilot
10363
10364         * src/summaryview.c
10365                 revert Christoph's bugfix for selecting next unread message, 
10366                 because folder stats aren't updated correctly
10367
10368 2001-07-08 [hoa]
10369
10370         * src/filtering.c
10371         * src/mainwindow.c
10372         * src/matcher.c
10373         * src/matcher_parser_lex.l
10374         * src/matcher_parser_parse.y
10375         * src/prefs_filtering.c
10376         * src/prefs_scoring.c
10377         * src/scoring.c
10378                 bugfix of the config file parser
10379
10380 2001-07-08 [alfons]
10381
10382         * src/Makefile.am
10383                 added generated matcher sources to BUILT_SOURCES
10384
10385 2001-07-08 [hoa]
10386
10387         * src/Makefile.am
10388         * src/.cvsignore
10389                 added new config file parser
10390
10391         * src/scoring.[ch]
10392         * src/filtering.[ch]
10393         * src/matcher.[ch]
10394         * src/prefs_filtering.c
10395         * src/prefs_matcher.c
10396         * src/prefs_scoring.c
10397         * added src/matcher_parser.h
10398         * added src/matcher_parser_lex.h
10399         * added src/matcher_parser_lex.l
10400         * added src/matcher_parser_parse.y
10401                 lex & yacc config file parser
10402
10403         * src/mbox.c
10404         * src/inc.c
10405         * src/main.c
10406                 changes prefs_filtering into global_filtering           
10407
10408         * src/summaryview.c
10409                 build threads with subjects only if "Re: " is at the
10410                 beginning of the subject
10411
10412 2001-07-07 [paul]
10413
10414         0.5.0claws
10415
10416         sync with sylpheed 0.5.0
10417                 change of version number only
10418
10419 2001-07-06 [paul]
10420
10421         0.5.0claws5
10422
10423         sync with sylpheed 0.5.0pre5
10424
10425 2001-07-05 [paul]
10426
10427         sync with sylpheed 0.5.0pre4 release
10428                 /po and /manual/ja not sync'ed
10429
10430 2001-07-04 [paul]
10431
10432         more sync with sylpheed 0.5.0pre4
10433
10434 2001-07-03 [christoph]
10435
10436         * src/addressbook.c
10437                 fixed address book broken by address book
10438                 for VCard, JPilot, LDAP
10439
10440 2001-07-03 [alfons]
10441
10442         * src/matcher.c
10443         * src/textview.c
10444                 stopped memory leaks
10445
10446 2001-07-03 [paul]
10447
10448         more sync with sylpheed 0.5.0pre4
10449
10450 2001-07-02 [match]
10451
10452         * included address book patch for VCard, JPilot, LDAP
10453         * pref_common.c - fixed Font options on Display tab (cosmetic)
10454         * alertpanel.c - fixed truncated message
10455
10456 2001-07-02 [christoph]
10457
10458         * src/mbox_folder.c
10459         * src/procmsg.[ch]
10460         * src/summaryview.c
10461                 mark threads for ignoring
10462
10463 2001-07-02 [paul]
10464
10465         0.5.0claws4
10466
10467         * sync with sylpheed 0.5.0pre4
10468                 updated gettext to 0.10.38.
10469
10470 2001-07-01 [paul]
10471
10472         * src/ mainwindow.c
10473         * src/procmsg.h
10474         * src/summaryview.[ch]
10475                 new right-click option: Label.
10476                 substitute for 'Mark-->Mark/Unmark', colours the line.
10477                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
10478
10479 2001-07-01 [christoph]
10480
10481         * src/folderview.c
10482                 fixed font for trash
10483         * src/summaryview.c
10484                 move ctree to unread message
10485
10486 2001-07-01 [paul]
10487
10488         * sync with sylpheed 0.5.0pre3 release
10489
10490 2001-06-30 [alfons]
10491
10492         * src/filesel.[ch]
10493         * src/compose.c
10494                 allow inserting / attaching multiple files in
10495                 the composer window
10496
10497 2001-06-30 [paul]
10498
10499         * src/codeconv.c
10500                 small change to Alfons' previous stuff so that it
10501                 actually makes
10502
10503 2001-06-30 [alfons]
10504
10505         * lots of files changed; first attempt to merge the changes
10506           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
10507
10508 2001-06-30 [paul]
10509
10510         * po/pt_BR.po
10511                 updated and completed, translations by Fabio
10512                 Junior Beneditto <fjbeneditto@yahoo.com.br>
10513
10514 2001-06-29 [alfons]
10515
10516         * src/compose.c
10517         * src/mimeproc.[ch]
10518                 allow selecting an attached files' mime type from a 
10519                 list of types.
10520
10521 2001-06-29 [paul]
10522
10523         * more sync with sylpheed 0.5.0pre3
10524
10525 2001-06-29 [paul]
10526
10527         * po/pt_BR.po
10528                 merge with sylpheed.pot and pt_BR.po provided by
10529                 Fabio Junior Beneditto.
10530
10531 2001-06-29 [darko]
10532
10533         * src/procmime.c
10534                 make MIME types case insensitive
10535
10536 2001-06-28 [alfons]
10537
10538         * po/nl.po
10539                 merge with sylpheed.pot and old nl.po; translations added.
10540
10541 2001-06-28 [paul]
10542
10543         * more sync with sylpheed 0.5.0pre3
10544
10545 2001-06-27 [alfons]
10546
10547         * src/summaryview.c
10548                 don't crash when removing parent node of messages
10549                 attracted by subject. this was caused by not deleting
10550                 the parent node from the subject line hash table.
10551
10552 2001-06-27 [alfons]
10553
10554         * src/summaryview.c
10555         * src/compose.[ch]
10556         * src/mainwindow.c
10557                 if there are multiple messages selected, allow forwarding
10558                 them as attachments.
10559
10560 2001-06-27 [paul]
10561
10562         * more sync with sylpheed 0.5.0pre3
10563
10564 2001-06-26 [paul]
10565
10566         0.5.0claws3
10567
10568         * sync with sylpheed 0.5.0pre3
10569
10570 2001-06-25 [paul]
10571
10572         * src/mainwindow.c
10573                 fixed 'compose news article' bug
10574                 from icon-and-text toolbar
10575
10576 2001-06-25 [paul]
10577
10578         * sync with sylpheed 0.5.0pre2 release
10579
10580 2001-06-24 [christoph]
10581
10582         * src/prefs_common.c
10583                 bug fix in font selection
10584         * src/folderview.c
10585                 use sylpheed's normal font instead of
10586                 gtk default font for folders without
10587                 new messages
10588
10589 2001-06-24 [alfons]
10590
10591         * src/mainwindow.[ch]
10592                 added composite compose mail / news button (an idea by Leandro
10593                 Pereira <leandro@linuxmag.com.br>)
10594
10595 2001-06-24 [paul]
10596
10597         Added instructions for ldif-to-xml.py
10598
10599         * tools/README
10600
10601 2001-06-23 [alfons]
10602
10603         Some minor things.
10604
10605         * src/pixmaps/stock_news_compose.xpm
10606                 added pixmap by Leandro
10607         * src/prefs_common.c
10608                 tested built-in spelling checker of GCC 3.0 :)
10609         * po/nl.po
10610                 merged dutch translation of sylpheed-main with
10611                 sylpheed.pot
10612
10613 2001-06-23 [paul]
10614
10615         Added tools directory and files.
10616
10617         * tools/filter_conv.pl
10618                 converts old filter system to new filtering system
10619         * tools/ldif-to-xml.py
10620                 converts netscape addressbook to sylpheed addressbook
10621         * tools/README
10622                 descriptions/instructions for above two files
10623
10624 2001-06-23 [christoph]
10625
10626         * src/inc.c
10627         * src/manage_window.[ch]
10628         * src/prefs_common.[ch]
10629                 mail retrieval dialog can be enabled, disabled
10630                 or hidden if non of sylpheed's windows is active
10631
10632 2001-06-22 [paul]
10633
10634         0.5.0claws2
10635
10636         * sync with sylpheed 0.5.0pre2
10637
10638 2001-06-21 [christoph]
10639
10640         * src/summaryview.c
10641                 show recipient on 'from' for all accounts
10642                 
10643         * src/inc.c
10644         * src/prefs_common.[ch]
10645                 disable error popup on mail receive errors
10646
10647 2001-06-21 [alfons]
10648
10649         * src/compose.c
10650                 made the ruler correctly appear and disappear.
10651
10652         * src/Makefile.am
10653                 removed Hoa's work-in-progress-stuff (interesting!) so 
10654                 claws compiles ok.
10655
10656 2001-06-20 [christoph]
10657
10658         * src/inc.c
10659         * src/progressdialog.c
10660                 added scrolled window for list in progressdialog
10661
10662 2001-06-20 [paul]
10663
10664         sync with sylpheed 0.5.0pre1 release
10665
10666 2001-06-20 [christoph]
10667
10668         * src/summeryview.c
10669                 make building threads by subject work when
10670                 thread view is enabled
10671                 
10672         * src/compose.c
10673         * src/prefs_common.[ch]
10674                 automatically select account for mail replys
10675
10676 2001-06-19 [sergey]
10677
10678         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
10679         they are filled in from the account settings.
10680
10681 2001-06-19 [paul]
10682
10683         * more sync with sylpheed 0.5.0pre1
10684
10685 2001-06-18 [alfons]
10686
10687         * src/Makefile.am,
10688           src/procmime.c
10689                 added --sysconfdir to CPPFLAGS for pointing to the correct
10690                 location of mime.types. 
10691
10692                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
10693                 or ./configure!
10694
10695 2001-06-18 [hoa]
10696
10697         * src/summaryview.c
10698                 fixed some bug when building threads
10699
10700 2001-06-18 [pau]l
10701
10702         * src/prefs_account.c
10703                 UI stuff: More changes to the English
10704
10705 2001-06-18 [paul]
10706
10707         * src/pixmaps/stock_news_compose.xpm: new file
10708         * src/Makefile.am
10709         * src/mainwindow.c
10710         * src/summaryview.c
10711                 Added new icon for Hoa's 'compose a news
10712                 message', plus minor improvements to the
10713                 English
10714
10715         * po/ja.po
10716         * ChangeLog
10717         * ChangeLog.jp
10718                 more sync with sylpheed 0.5.0pre1
10719
10720 2001-06-18 [hoa]
10721
10722         * src/compose.[ch]
10723         * src/mainwindow.c
10724                 Follow-up and reply to
10725
10726         * src/summaryview.[ch]
10727                 Build threads also with subjects
10728
10729 2001-06-17 [hoa]
10730
10731         * src/compose.c
10732                 forwarding use the current account.
10733
10734         * src/mainwindow.c
10735                 the "compose message" button has been replaced with
10736                 "new mail" and "new news" buttons
10737
10738         * src/prefs_common.[ch]
10739                 added a configuration option to use the forward button
10740                 as "forward as attachment"
10741                 changed reply and forward format description
10742
10743         * src/quote_fmt_lex.l
10744         * src/quote_fmt_parse.y
10745                 added message with no signature in format for reply
10746                 and forward.
10747
10748 2001-06-17 [paul]
10749
10750         Minor UI stuff
10751
10752         * src/mainwindow.c
10753         * src/summaryview.c
10754                 Improvements to the English
10755
10756         * src/prefs_common.c
10757                 Improvements to the English and some
10758                 clarity/continuity improvements in the
10759                 description of Quote symbols.
10760
10761 2001-06-17 [paul]
10762
10763         0.5.0claws1
10764
10765         * sync with sylpheed 0.5.0pre1
10766
10767 2001-06-17 [hoa]
10768
10769         * src/compose.c
10770                 Better interface for compose, displayed fields
10771                 are updated whenever we change account.
10772                 Newsgroups field is automatically filled.
10773
10774         * src/mainwindow.c
10775                 Newsgroups field is automatically filled.
10776
10777         * src/prefs_account.c
10778                 Some interface stuff when fields appear and
10779                 disappear.
10780
10781 2001-06-16 [paul]
10782
10783         0.4.99claws
10784
10785         * sync with sylpheed 0.4.99
10786
10787 2001-06-16 [sergey]
10788
10789         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
10790         base64_decoder_free, base64_decoder_decode): new object and
10791         functions for decoding base64 streams.
10792         * src/procmime.c (procmime_decode_content): modified to use the
10793         new base64 decoder.
10794
10795 2001-06-15 [paul]
10796
10797         0.4.99claws10
10798
10799         * sync with sylpheed 0.4.99cvs11
10800
10801 2001-06-13 [paul]
10802
10803         0.4.99claws9
10804
10805         * sync with sylpheed 0.4.99cvs9
10806
10807 2001-06-13 [hoa]
10808
10809         * src/compose.c
10810         * src/prefs_account.c
10811
10812                 SMTP server can be defined in the news account
10813                 mime type of attachment are kept.
10814
10815         * src/summaryview.c
10816
10817                 now choose the highest important score between default
10818                 and important score of folder.
10819
10820 2001-06-09 [alfons]
10821         
10822         * src/prefs_common.c: 
10823
10824                 (prefs_quote_description_create): corrected description of 
10825                 quote format characters
10826
10827 2001-06-09 [paul]
10828
10829         0.4.99claws8
10830
10831         * sync with sylpheed 0.4.99cvs8
10832
10833 2001-06-08 [sergey]
10834
10835         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
10836         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
10837
10838 2001-06-08 [paul]
10839
10840         0.4.99claws7
10841
10842         * sync with sylpheed 0.4.99cvs7
10843
10844 2001-06-06 [sergey]
10845
10846         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
10847         clashes with autogenerated header).
10848         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
10849         * src/Makefile.am: added quote_fmt.h.
10850         * src/.cvsignore: added lex/yacc autogenerated files
10851         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
10852
10853 2001-06-06 [paul]
10854
10855         0.4.99claws6
10856
10857         * sync with sylpheed 0.4.99cvs6
10858
10859 2001-06-06 [hoa]
10860
10861         * added src/quote_fmt_parse.h
10862         * src/compose.c
10863                 removed warnings
10864
10865         * src/prefs.[ch]
10866                 don't modify readonly configuration files
10867
10868         * src/prefs_account.c
10869         * src/prefs_common.c
10870         * src/prefs_customheader.c
10871         * src/prefs_display_header.c
10872         * src/prefs_filter.c
10873         * src/prefs_filtering.c
10874         * src/prefs_scoring.c
10875                 don't open dialog box when configuration files
10876                 are readonly
10877
10878 2001-06-05 [sergey]
10879
10880         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
10881
10882         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
10883         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
10884         BUILT_SOURCES to make all files rebuild properly.
10885
10886         * src/compose.c: removed #include "quote_fmt.tab.h".
10887
10888         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
10889         CHARACTER value in yylval.
10890
10891         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
10892         receive CHARACTER value by documented means (yylval).
10893
10894         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
10895
10896 2001-06-05 [hoa]
10897
10898         * src/Makefile.am
10899                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
10900
10901         * src/filtering.c
10902         * src/matcher.c
10903         * src/matcher.h
10904         * src/prefs_filtering.c
10905                 now keep the configuration for execute action
10906
10907         * src/mbox_folder.c
10908                 fixed a warning
10909
10910 2001-06-05 [paul]
10911
10912         * sync with sylpheed 0.4.99cvs5
10913
10914 2001-06-05 [hoa]
10915
10916         * src/Makefile.am
10917                 added quote_fmt.[ch]
10918
10919         * added src/quote_fmt.y
10920         * added src/quote_fmt.l
10921         * added src/quote_fmt.tab.h
10922         * added src/quote_fmt.tab.c
10923         * added src/lex.quote_fmt.c
10924                 parsing configuration for replying
10925                 and forwarding
10926
10927         * src/prefs_common.[ch]
10928                 added configuration UI for replying
10929                 and forwarding
10930
10931         * src/compose.c
10932                 using configuration for replying
10933                 and forwarding
10934
10935 2001-06-04 [hoa]
10936
10937         * src/filtering.c
10938         * src/matcher.c
10939         * src/matcher.h
10940         * src/prefs_filtering.c
10941         * src/prefs_matcher.c
10942         * src/prefs_matcher.h
10943                 action "run a command" for filtering
10944                 and matching with a command.
10945                 fixed the "whole message" matching
10946
10947         * src/mbox_folder.c
10948                 changed temporary filename for security
10949
10950         * src/messageview.c
10951                 queue the notification if it fails to send.
10952
10953         * src/prefs_common.c
10954         * src/prefs_folder_item.c
10955                 changed the default important score             
10956
10957         * src/prefs_scoring.c
10958         * src/scoring.c
10959                 hide kill score input when the folder is not
10960                 a newsgroup
10961
10962 2001-06-03 [alfons]
10963
10964         * src/prefs_common.c:
10965
10966                 (prefs_font_select): pass font name in font entry box to font
10967                 selection dialog.
10968
10969 2001-06-03 [sergey]
10970
10971         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
10972
10973 2001-06-03 [paul]
10974
10975         * sync with sylpheed 0.4.99cvs4
10976
10977 2001-06-03 [alfons]
10978
10979         * src/headerwindow.c:
10980
10981                 (headerwindow_show_cb): use the selected summary view item, not
10982                 the displayed item.
10983
10984 2001-06-02 [alfons]
10985
10986         * src/headerwindow.c:
10987
10988                 (headerwindow_show_cb): always try to show msginfo
10989
10990 2001-06-02 [hoa]
10991
10992         * src/compose.c
10993                 keep attached parts when reediting or forwarding.
10994
10995 2001-06-01 [hoa]
10996
10997         * src/folderview.c
10998         * src/prefs_folder_item.[ch]
10999         * src/prefs_scoring.[ch]
11000         * src/scoring.[ch]
11001         * src/summaryview.[ch]
11002         * src/main.c
11003         * src/mainwindow.c
11004         * src/prefs_common.[ch]
11005                 support for folder scoring
11006                 kill score and important score for messages
11007         
11008         * src/prefs_account.c
11009                 some display bug fixed for local account
11010                 preferences
11011
11012 2001-05-31 [alfons]
11013
11014         * src/summaryview.c:
11015
11016                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
11017                 sender to address book menu item is disabled.
11018
11019 2001-05-30 [hoa]
11020
11021         * src/filtering.[ch]
11022         * src/summaryview.c
11023                 handling summary menu / filter messages
11024
11025         * src/folder.[ch]
11026                 add some stuff
11027
11028         * src/foldersel.c
11029                 imap folders now appears in list
11030
11031         * src/mbox_folder.c
11032                 doesn't crash if destination mail is not writeable
11033
11034 2001-05-29 [hoa]
11035
11036         * src/compose.c
11037                 removed some warnings
11038
11039         * src/filtering.c
11040         * src/folder.[ch]
11041         * src/prefs_filtering.c
11042                 global string to identify any folders           
11043                 removed some debug info
11044                 filtering to mbox folders is now possible
11045
11046         * src/mainwindow.c
11047                 removed some warnings
11048
11049         * src/mbox_folder.c
11050                 permission on files are changed to read/write for user only,
11051                 nothing for other.
11052                 creation of subfolder is handled better.
11053
11054 2001-05-28 [alfons]
11055
11056         Verified the sync for src/prefs_common.[ch] and
11057         src/prefs_account.[ch]. I believe there were some
11058         minor indentation differences.
11059
11060 2001-05-28 [paul]
11061
11062         0.4.99claws3
11063
11064         * sync with 0.4.99cvs3
11065
11066 2001-05-28 [hoa]
11067
11068         * src/compose.c
11069                 handling flags for mbox format
11070
11071         * src/filtering.c
11072                 use of mark file only for MH format
11073                 handling flags for mbox format
11074                 filtering cannot yet move or copy mails to mbox folders.
11075
11076         * src/folder.[ch]
11077                 changed move_msg, copy_msg,
11078                 move_msgs_with_dest, copy_msgs_with_dest functions
11079                 uses only folder->copy_msg() function
11080                 uses folder->finished_copy() to handle the destination
11081                 folder at the end of the copy or move operation.
11082
11083         * src/foldersel.c
11084                 included mbox directories.
11085
11086         * src/folderview.[ch]
11087         * src/mainwindow.c
11088                 handle folders operation for mbox format
11089
11090         * src/mbox.c
11091                 disable conversion of "From " header
11092
11093         * src/mbox_folder.[ch]
11094                 completion of mbox format handling
11095
11096         * src/mh.c
11097                 changed mh_copy_msg() function and
11098                 removed mh_move_msg(), mh_move_msgs_with_dest(),
11099                 mh_copy_msgs_with_dest()
11100
11101         * src/prefs_filtering.c
11102                 removed some warnings
11103
11104         * src/prefs_matcher.c
11105                 default boolean operation is AND
11106
11107         * src/procheader.c
11108                 handling flags for mbox format
11109                 handling of "From " header
11110
11111         * src/procmsg.[ch]
11112                 removed data field
11113                 added MSG_REALLY_DELETED flags to handle deletion of
11114                 messages in mbox format.
11115
11116         * src/summaryview.c
11117                 handling flags for mbox format
11118                 disable the MSG_DELETED flags when messages
11119                 are deleted in mbox format
11120
11121         * src/textview.c
11122                 "From " headers display fixed.
11123
11124 2001-05-27 [alfons]
11125
11126         * src/textview.c:
11127                 
11128                 (get_email_part): skip quoted email addresses, like in e.g.
11129                 "'alfons@proteus.demon.nl'".
11130
11131 2001-05-26 [alfons]
11132
11133         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
11134         and fixing the persistence troubles when using separate windows.
11135
11136         * src/mainwindow.c:
11137         
11138             Added #define SEPARATE_ACTION used in the gtk item factory for 
11139             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
11140                 use gtk_item_factory_get_widget_by_action() to get the items.
11141                 
11142             Removed separate_widget_cb from the gtk item factory data   
11143           
11144             (mainwindow_create): connect separate_widget_cb() to check
11145             menu item "toggled" signal. also passing a MainWindow pointer
11146                 as object data for both check menu items.
11147                 
11148             (separate_widget_cb): definition of separate_widget_cb() to match
11149             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
11150                 window using gtk_object_get_data(). The type of window separation 
11151                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
11152         
11153         * src/prefs_filtering.c,
11154           src/prefs_matcher.c: added horizontal scrollbars
11155
11156 2001-05-25 [darko]
11157
11158         * src/headerview.c
11159                 fix segfault with invalid bold font
11160         * src/summaryview.c
11161                 correctly display summary stats after row is marked
11162
11163 2001-05-23 [sergey]
11164
11165         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
11166         encodings with libjconv.
11167
11168 2001-05-23 [hoa]
11169
11170         * src/Makefile.am
11171                 added mbox_folder.[ch]
11172         * src/defs.h
11173                 mbox temporary folder
11174         * src/folder.[ch]
11175         * added src/mbox_folder.[ch]
11176         * src/folderview.c
11177         * src/procheader.[ch]
11178                 added mbox support
11179         * src/mbox.c
11180                 bugfix for file incorporation filtering
11181         * src/imap.c
11182                 enable creation of MBOX
11183         * src/prefs_display_header.c
11184                 enable use of headers like "From "
11185                 something that should be fixed :
11186                         displaying of such headers add an extra space
11187         * src/prefs_folder_item.c
11188                 don't create folders because it is not necessary
11189         * src/procmsg.h
11190                 added data field to MsgInfo for mbox internal use
11191         * src/summaryview.c
11192                 added some support for mbox
11193         * src/utils.[ch]
11194                 added get_mbox_cache_dir() function
11195
11196 2001-05-23 [hiroyuki]
11197
11198         * src/headerwindow.c
11199           src/inc.c
11200           src/main.c
11201           src/mh.c
11202           src/nntp.c
11203           src/procmsg.h
11204           src/session.h
11205           src/socket.[ch]
11206           src/summaryview.c
11207           src/textview.c
11208           src/automaton.c
11209           src/folderview.c: more sync with 0.4.99cvs2.
11210
11211         * src/headerwindow.c: reverted.
11212
11213 2001-05-22 [paul]
11214
11215         0.4.99claws2
11216
11217         * sync with sylpheed 0.4.99cvs2
11218                 * src/news.[ch]
11219                 * src/nntp.[ch]
11220                 * INSTALL
11221                 * INSTALL.jp
11222
11223 2001-05-22 [alfons]
11224
11225         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
11226
11227 2001-05-21 [alfons]
11228
11229         Minor things:
11230
11231         * configure.in: if gnome-config not found, "no" is displayed
11232         
11233         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
11234
11235         * src/textview.c: now also possible to add mail addresses by right
11236           clicking in the text view
11237
11238         * src/codeconv.c: merged patch which fixes endless loop when encountering
11239           invalid wide characters; from Alte <010@imis.ru>  
11240
11241 2001-05-20 [alfons]
11242
11243         Added installation of gnome specific things:
11244
11245         * Makefile.am: gnome conditional
11246
11247         * configure.in: check for installed gnome
11248
11249         * added sylpheed.png, sylpheed.desktop
11250
11251 2001-05-20 [sergey]
11252
11253         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
11254
11255         * src/mainwindow.h (main_window_toolbar_create): created a button
11256         for "Reply to all".
11257         (main_window_set_toolbar_sensitive): enable/disable the new button
11258         appropriately.
11259         (toolbar_reply_to_author_cb): handle the new button.
11260
11261         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
11262         send_progress_dialog_destroy() on failure (fixes hang on SMTP
11263         failure).
11264
11265 2001-05-19 [sergey]
11266
11267         * src/compose.h (ComposeReplyMode): new modes
11268         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
11269         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
11270
11271         * src/compose.c
11272         (compose_send): move some code into a new function:
11273         (compose_current_mail_account): new function.
11274         (compose_reply): new argument to_author, all callers changed; if
11275         to_author==TRUE and account->protocol==A_NNTP, find and use an
11276         appropriate mail account for replying.
11277         (compose_reply_set_entry): new argument to_author; ignore
11278         compose->replyto if to_author==TRUE.
11279
11280         * src/mainwindow.c: new command "Message/Reply to author".
11281         (main_window_set_menu_sensitive): enable/disable it.
11282         (reply_cb): handle it.
11283
11284         * src/summaryview.c: new command "Reply to author".
11285         (summary_set_menu_sensitive): enable/disable it.
11286         (summary_reply_cb): handle it.
11287
11288         * src/account.c (account_find_mail_from_address): new function.
11289
11290 2001-05-18 [paul]
11291
11292         0.4.99claws1
11293
11294         * sync with sylpheed 0.4.99cvs1
11295
11296 2001-05-18 [hoa]
11297
11298         * src/compose.[ch]
11299         * src/filtering.c
11300         * src/summaryview.c
11301                 new filtering action : forward and forward as attachment
11302
11303         * src/main.c
11304                 no need for $DISPLAY when we run sylpheed --help
11305                 call to parse_cmd_opt() is moved
11306
11307         * src/mainwindow.[ch]
11308                 execute button is hidden when immediate execute
11309                 is chosen
11310
11311         * src/mh.c
11312         * src/news.c
11313         * src/prefs_folder_item.c
11314         * src/procmsg.c
11315                 better handling of missing directories
11316
11317         * src/summaryview.c
11318                 reedit is enabled in outbox
11319                 reedit is enabled in queue
11320
11321 2001-05-17 [hoa]
11322
11323         * src/filtering.c
11324         * src/matcher.[ch]
11325         * src/prefs_filtering.c
11326                 changed attachement into attachment
11327
11328 2001-05-17 [alfons]
11329
11330         0.4.67claws4    
11331
11332         * sync with sylpheed 0.4.67cvs9
11333         * sync with sylpheed 0.4.67cvs7-8
11334
11335 2001-05-17 [hoa]
11336
11337         * src/Makefile.am
11338                 added prefs_filtering.c
11339
11340         * src/filtering.[ch]
11341         * src/matcher.[ch]
11342                 removed action : forward_news and forward_news_as_attachement
11343                 (forward and forward_as_attachement can be used instead)
11344
11345         * src/mainwindow.c
11346                 added menu option to access filtering configuration
11347
11348         * src/prefs_account.c
11349                 changed mail_command default to /usr/sbin/sendmail
11350
11351         * added src/prefs_filtering.[ch]
11352                 dialog box for filtering configuration
11353
11354         * src/prefs_matcher.c
11355                 added function prefs_matcher_get_criteria_from_matching()
11356
11357         * src/prefs_scoring.c
11358                 reset the dialog when register or substitute is clicked
11359
11360 2001-05-15 [hoa]
11361
11362         * src/Makefile.am
11363                 added filtering.[ch]
11364         * src/inc.c
11365                 using filering.[ch] instead of filter.[ch]
11366         * src/main.c
11367                 reading new filtering configuration
11368         * src/matcher.[ch]
11369                 added some filtering actions
11370                 and fixed a bug for headers and mail body matching
11371         * src/mbox.c
11372                 using filering.[ch] instead of filter.[ch]
11373         * src/mh.c
11374                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
11375         * src/summaryview.c
11376                 some fixes for filtering
11377
11378 2001-05-14 [hiroyuki]
11379
11380         * src/send.c: fixed some weird indentations.
11381           send_message_with_command(): call pclose() only if p != NULL.
11382         * src/textview.c: get_email_part(): modified the code for readability.
11383
11384 2001-05-14 [hiroyuki]
11385
11386         * src/md5global.h
11387           src/md5ify.c
11388           src/md5ify.h: removed from the cvs.
11389
11390 2001-05-13 [sergey]
11391
11392         * src/main.c: include rfc2015.h to avoid compiler warnings.
11393         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
11394         the panel is already on screen.
11395         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
11396         closing the alert window by ESC as "No".
11397         * src/prefs_common.c (prefs_interface_create): moved return
11398         receipt check button to the correct place.
11399
11400 2001-03-13 [alfons]
11401
11402         * src/prefs_common.c: 
11403                 moved return receipt check button to the Send tab. (prefs_send_create)
11404                 removed the date format ui related globals. (prefs_display_create)
11405
11406         0.4.67claws3
11407         
11408         * sync with sylpheed 0.4.67cvs5-6
11409
11410 2001-05-13 [paul]
11411
11412         * added Alfons' font selection patch
11413
11414         * src/defs.h
11415         * src/headerwindow.c
11416         * src/prefs_common.c
11417         * src/prefs_common.h
11418
11419 2001-05-13 [hoa]
11420         * src/defs.h
11421                 changed version of cache
11422         * src/matcher.[ch]
11423         * src/prefs_matcher.c
11424                 added additionnal matching criteria
11425         * src/procheader.c
11426         * src/procmsg.[ch]
11427         * src/news.c
11428                 added references in MsgInfo
11429
11430 2001-05-12 [hoa]
11431
11432         * src/defs.h
11433                 prepared some things for new filtering
11434         * src/matcher.[ch]
11435                 added some matching properties
11436                 inreplyto need to be enhanced
11437                 prepared some things for new filtering
11438         * src/messageview.c
11439                 added Return-Receipt-To handling
11440         * src/prefs_folder_item.c
11441                 changed default value to TRUE
11442         * src/prefs_matcher.c
11443                 added some matching properties
11444         * src/prefs_scoring.[ch]
11445                 the scoring dialog is finished
11446         * src/procheader.c
11447                 added Return-Receipt-To handling
11448                 Reference need to be added
11449         * src/procmsg.[ch]
11450                 added Return-Receipt-To handling
11451                 added threadscore to get a better score sorting when
11452                 threads are enabled
11453         * src/summaryview.c
11454                 suppressed a bug when we sort the list
11455                 when no folder is opened.
11456                 better score sorting when threads are enabled
11457
11458 2001-05-12 [alfons]
11459
11460         * reverted previous patch because of potential errors 
11461
11462         0.4.67claws2
11463         
11464         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
11465                 applied "toggle mail-retrieval dialog window" patch submitted 
11466                 by Eric Limpens <eric@qnt.net>
11467
11468         * sync with sylpheed 0.4.67cvs4
11469
11470 2001-05-12 [sergey]
11471
11472         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
11473         some picky compilers.
11474         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
11475         * src/grouplist_dialog.c: include alertpanel.h.
11476         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
11477         fix compile warning.
11478         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
11479         #include "defs.h" before others to prevent the warning of `MIN'
11480         and `MAX' redefinition.
11481
11482 2001-05-11 [hoa]
11483
11484         * src/main.c
11485         * src/messageview.c
11486         * src/prefs_account.c
11487         * src/prefs_display_header.c
11488                 removed warning
11489         * src/Makefile.am
11490                 added prefs_scoring.[ch]
11491         * src/grouplist_dialog.c
11492                 display an error dialog box if the group list
11493                 cannot be fetched.
11494         * src/mainwindow.[ch]
11495                 added main_window_set_thread_option() function
11496                 scoring dialog box enabled
11497         * src/matcher.[ch]
11498                 added flags matching unread /new / marked
11499                 / deleted / replied / forwarded
11500         * src/news.c
11501                 newsgroups are now finally in newscache
11502         * src/prefs_matcher.[ch]
11503                 finished preferences for matching dialog
11504         * added src/prefs_scoring.[ch]
11505                 scoring dialog box completed
11506         * src/scoring.[ch]
11507                 conversion to string : added scoringprop_to_string()
11508                 write config for preferences :
11509                 added prefs_scoring_write_config()
11510         * src/summaryview.c
11511                 threads can be enabled/disabled independently
11512                 for each folder
11513
11514 2001-05-10 [alfons]
11515
11516         0.4.67claws1
11517         
11518         * AUTHORS: 
11519                 thought it would be nice to have a list of all
11520                 contributors (used Changelog as a reference)
11521         
11522         * configure.in: 
11523                 messed up version numbering...
11524
11525         0.4.66claws1
11526
11527         * sync with sylpheed 0.4.67cvs1-3
11528
11529 2001-05-10 [darko]
11530
11531         * src/prefs_common.c:
11532                 better UI for strftime format, double clicking
11533                 on format now inserts the format in text entry
11534                 replaced close button with standard OK/Cancel
11535                 moved date format button to the right of the
11536                 text entry field
11537
11538 2001-05-09 [alfons]
11539
11540         * src/gtkstext.c:
11541                 Ctrl-Home / Ctrl-End have proper cursor navigation
11542
11543 2001-05-09 [hoa]
11544
11545         * src/prefs_matcher.c
11546                 finished UI to define matching properties
11547                 added ok and cancel button
11548         * src/prefs_filter.c
11549                 added ok and cancel button
11550         * src/news.c
11551                 fixed some bug in xhdr parsing
11552
11553 2001-05-08 [alfons]
11554
11555         * src/textview.c: 
11556                 fixed a bug in textview_show_header(), which displayed two colons (':');
11557                 cleaned up some warnings
11558
11559 2001-05-08 [hoa]
11560
11561         * src/Makefile.am
11562                 added prefs_matcher.[ch]
11563                 compilation with -W -Wall
11564         * src/alertpanel.c
11565                 ungrab the mouse events if grabbed - does it
11566                 fix the bug for disposition notification ?
11567         * src/mainwindow.c
11568                 added a menu option to open the matching dialog.
11569         * src/matcher.[ch]
11570                 added matcherprop_to_string() and matcherlist_to_string()
11571                 fixed some bugs, changed the name of some options
11572                 age_sup and age_inf becomes age_greater and age_lower,
11573                 body and messageheaders becomes body_part and headers_part,
11574                 changed the names of constants from SCORING_XXX to MATCHING_XXX
11575         * src/prefs_display_header.c
11576         * src/prefs_headers.c
11577                 fixed a bug that accidentally destroyed dialogs
11578                 when closed them with delete_event
11579                 Added *_deleted() which handle delete_event signal correctly.
11580         * src/prefs_folder_item.[ch]
11581                 added "enable_thread" field for future customization
11582         * added src/prefs_matcher.[ch]
11583                 sample of the UI to define matching properties
11584         * src/procheader.c
11585                 using procheader_headername_equal instead of str*cmp functions
11586                 using procheader_parse_header() function
11587         * src/scoring.c
11588                 using MATCHING_XXX instead of SCORING_XXX
11589         * src/summaryview.c
11590                 display the sender of the news even if this is ourself
11591                 when this is a news message.
11592         * src/textview.c
11593                 using headername_equal() instead of str*cmp functions
11594
11595 2001-05-08 [alfons]
11596
11597         0.4.66claws
11598
11599         * sync with sylpheed 0.4.66
11600         * src/gtkstext.c: trace logs added 
11601
11602 2001-05-08 [sergey]
11603
11604         * src/prefs_common.[ch]: added option to enable/disable GnuPG
11605         signature check popup.
11606         * src/rfc2015.c (check_signature): show signature check popup only
11607         if it is enabled in preferences.
11608
11609 2001-05-07 [alfons]
11610
11611         0.4.66claws4
11612         
11613         * sync with sylpheed 0.4.66cvs6
11614
11615 2001-05-07 [darko]
11616
11617         * src/prefs_common.[ch]: added option to enable/disable
11618           looking up sender name in address book for summary pane
11619         * src/summaryview.c: look up sender in the address book
11620           by using Alfons' address completion code
11621
11622 2001-05-07 [hiroyuki]
11623
11624         * src/inc.h
11625           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
11626           member of Pop3State.
11627         * src/news.c: brought #include "defs.h" before #include <glib.h>
11628           to prevent the warning of `MIN' and `MAX' redefinition.
11629
11630 2001-05-06 [hoa]
11631
11632         * removed src/headers_display.[ch]
11633         * removed src/prefs_display_headers.[ch]
11634         * src/inc.c
11635                 use a temporary file in the user directory for mbox import
11636         * src/news.c
11637                 added XHDR support to get "To" and "Cc" headers
11638                 (in order to match news with to or cc field for
11639                 scoring)
11640                 added function news_parse_xhdr() to get XHDR response
11641         * src/nntp.[ch]
11642                 added function nntp_xhdr()
11643         * src/matcher.c
11644                 fetch the message if necessary
11645
11646 2001-05-06 [alfons]
11647
11648         0.4.66claws3
11649
11650         * sync with sylpheed 0.4.66cvs3-5
11651
11652 2001-05-06 [hoa]
11653
11654         * src/utils.[ch]
11655                 added function itos_buf() to enable use of several buffers
11656         * src/summaryview.c
11657                 use of itos_buf() instead of itos() in summary list
11658                 to fix the broken display of message number.
11659
11660 2001-05-06 [alfons]
11661
11662         * src/gtkstext.c: bug in cursor up navigation fixed,
11663                 fixed another unsigned / signed comparison (we're getting there :-)
11664
11665 2001-05-06 [hoa]
11666
11667         * src/Makefile.am
11668                 added scoring.c scoring.h
11669                 prefs_folder_item.c prefs_folder_item.h
11670                 matcher.c matcher.h
11671         * src/defs.h
11672                 added FOLDERITEM_RC SCORING_RC
11673         * src/folder.[ch]
11674                 added prefs field in FolderItem :
11675                 properties for each folder (PrefsFolderItem),
11676                 sorting type and mode were added as the first properties.
11677         * src/main.c
11678                 read config for scoring
11679         * added src/matcher.[ch]
11680                 gives functions to parse configuration file to do
11681                 matching on mails with a list of conditions.
11682         * src/mainwindow.c
11683                 add option to sort by score
11684         * src/prefs_common.[ch]
11685                 added preference option to show score and for
11686                 the score column size
11687         * added src/prefs_folder_item.[ch]
11688                 properties for each folder (PrefsFolderItem),
11689                 sorting type and mode were added as the first properties.
11690         * src/procheader.[ch]
11691                 added procheader_parse_header()
11692                 added procheader_header_free()
11693                 added procheader_headername_equal()
11694                 and made modification to use them.
11695         * src/procmsg.[ch]
11696                 added score field to MsgInfo structure
11697         * added src/scoring.[ch]
11698                 gives functions to parse configuration file to do
11699                 scoring on mails with a list of conditions.
11700         * src/summaryview.[ch]
11701                 save the sorting type and mode for the folder
11702                 added column to display the score of the mail
11703                 added function summary_score_clicked()
11704                 sorting type and mode are restored to the folder
11705                 when it is reopen
11706         * src/textview.c
11707                 use procheader_parse_header(), procheader_headername_equal()
11708                 removed memory leak in text_scan_header when freeing headers
11709         * src/filter.c
11710                 changed the function to match names of headers
11711                 using procheader_headername_equal()
11712
11713         Scoring functions are implemented, an interface is needed
11714         to configure that.
11715
11716 2001-05-04 [alfons]
11717
11718         * src/gtkstext.c: 
11719                 hopefully fixed the row up navigation bug,
11720                 removed adding back / forward lines to cache
11721
11722 2001-05-04 [sergey]
11723
11724         * src/prefs_display_headers.c: user interface changes:
11725         (prefs_display_headers_create): remove unused "Show" check button;
11726         allow reordering of headers by dragging.
11727         (prefs_display_headers_write_config): remove unused variables.
11728         (prefs_display_headers_set_dialog): do not insert "(New)" at top
11729         of lists (not needed with the new UI).
11730         (prefs_display_headers_set_list): scan lists starting from row 0,
11731         not 1 (do not skip "(New)").
11732         (prefs_display_headers_find_header): new function.
11733         (prefs_display_headers_clist_set_row): do not allow duplicates.
11734         (prefs_display_headers_delete_cb): do not skip row 0; treat
11735         closing the alert window by ESC as "No".
11736         (prefs_display_headers_up): do not protect row 0.
11737         (prefs_display_headers_down): do not protect row 0.
11738
11739 2001-05-04 [sergey]
11740
11741         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
11742         functions.
11743
11744         * src/summaryview.c
11745         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
11746         summary_select_next_marked, summary_select_prev_marked): new
11747         functions.
11748
11749 2001-05-03 [sergey]
11750
11751         * src/news.c: fixed a bug when no article can be fetched after
11752         server timeout if the connection was restored by news_post():
11753         (news_select_group): new function.
11754         (news_fetch_msg): call news_select_group() before fetching
11755         article.
11756         (news_get_uncached_articles): set session->group after successful
11757         GROUP command.
11758
11759 2001-05-03 [hoa]
11760
11761         * src/defs.h
11762         * src/procmsg.[ch]
11763         * src/procheader.c
11764                  changed version of cache, added cc field
11765
11766         * src/prefs_display_headers.c
11767                 the interface was changed
11768
11769         * src/prefs_headers.c
11770                 added cancel button
11771
11772 2001-05-03 [alfons]
11773
11774         * completed sync of sylpheed cvs2
11775         * src/gtkstext.c: updated row up / down cursor navigation
11776         * src/textview.c: re-edited, prepared for fixing the email address
11777                 scanner.
11778
11779 2001-05-03 [darko]
11780
11781         * src/prefs_common.c: use alfons' strftime ui code
11782         entry_datefmt and datefmt_sample widgets have to be
11783         global in this module because of this change
11784
11785 2001-05-03 [hoa]
11786
11787         * src/messageview.c
11788         * src/prefs_common.[ch] added option to activate the return receipt
11789                 feature.
11790
11791 2001-05-02 [alfons]
11792
11793         * src/gtkstext.c: fix for row up/down cursor navigation. 
11794
11795         0.4.66claws2
11796         
11797         * sync with 0.4.66cvs2
11798
11799 2001-05-02 [paul]
11800
11801         added add-sender-to-addressbook patch
11802
11803         * src/addressbook.c
11804         * src/addressbook.h
11805         * src/summaryview.c
11806
11807 2001-05-02 [sergey]
11808
11809         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
11810         G_ALERTDISABLE.
11811
11812         * src/alertpanel.c (alertpanel_create): new argument can_disable,
11813         all existing callers changed to pass FALSE; create a check button
11814         to disable the message.
11815         (alertpanel_message_with_disable): new function.
11816         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
11817         (alertpanel_button_toggled): new function.
11818         (alertpanel_button_clicked, alertpanel_close): set value using
11819         G_ALERT_VALUE_MASK.
11820
11821         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
11822
11823         * src/prefs_common.c (prefs_privacy_create): new check button
11824         checkbtn_gpgme_warning.
11825
11826         * src/main.c (main): moved preferences reading before gpgme
11827         initialization; check prefs_common.gpgme_warning before giving the
11828         GnuPG warning and set it to FALSE if the user wants to disable the
11829         warning.
11830
11831 2001-05-02 [hiroyuki]
11832
11833         * src/prefs_display_headers.c: modified the layout and some labels.
11834
11835 2001-05-02 [sergey]
11836
11837         * src/prefs_account.c (prefs_account_fix_size): new function.
11838         (prefs_account_create): call prefs_account_fix_size(); use
11839         gtk_widget_show instead of gtk_widget_show_all (fixes too large
11840         size when the window is shown for the first time).
11841         (prefs_account_basic_create): changed layout of serv_table; moved
11842         localmbox_entry above smtpserv_entry (logically it replaces
11843         POP3/IMAP server).
11844         (prefs_account_protocol_activated): set sensitivity of
11845         nntpauth_chkbtn according to the protocol (in addition to
11846         hide/show); commented out gtk_table_set_row_spacing() calls.
11847         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
11848         not sensitive (fixes a bug with disabled username/password boxes
11849         when editing POP3 account after NNTP with authentication).
11850
11851 2001-05-02 [hoa]
11852
11853         * src/account.c
11854         * src/inc.c
11855         * src/prefs_account.[ch]
11856         * src/send.c
11857                 removed local account without SMTP server
11858                 added option to use mail command instead of a connexion
11859                 to SMTP server when a local account is used
11860         * src/prefs_headers.c
11861                 fixed a bug
11862         * src/news.c
11863                 fixed a bug when connexion immediately closed
11864
11865 2001-05-01 [alfons]
11866
11867         0.4.66claws1
11868         
11869         * sync with 0.4.65
11870
11871 2001-05-01 [sergey]
11872
11873         * src/prefs_account.c (Basic, prefs_account_basic_create): new
11874         widget nntpauth_chkbtn.
11875         (prefs_account_protocol_activated): handle nntpauth_chkbtn
11876         visibility.
11877         (prefs_account_nntpauth_toggled): new function.
11878
11879         * src/news.c (news_session_new_for_folder): use NNTP
11880         authentication only if ac->use_nntp_auth is set.
11881
11882 2001-05-01 [hoa]
11883
11884         * src/Makefile.am changed headers.[ch] in customheader.[ch]
11885         * src/prefs_display_headers.c changed the UI
11886         * src/prefs_headers.c changed account_name to account_id
11887         * src/compose.c using customheader.h
11888
11889 2001-05-01 [hiroyuki]
11890
11891         * src/esmtp.c
11892           src/news.c
11893           src/nntp.c: changed sock_read() to sock_gets(), they've been left
11894           unsynched.
11895
11896 2001-05-01 [hoa]
11897
11898         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
11899         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
11900                 for displaying of headers
11901         * src/grouplist_dialog.[ch] minor changes to remove warnings
11902         * src/prefs_display_headers.[ch] dialog to choose the
11903         headers to display in the mail viewer.
11904         * src/headers.h correction of #define
11905         * src/headers_display.[ch] configuration for displaying of headers.
11906         * src/main.c read config of displaying of headers
11907         * src/prefs_common.c add a button to access the config dialog
11908                 for displaying of headers
11909         * src/prefs_display_headers.[ch] dialog for configuration for
11910                 displaying of the headers.
11911         * src/prefs_headers.c cleaning of code
11912         * src/procheader.c comments added to code
11913         * src/textview.c changes to reorder the headers depending
11914                 on the config for displaying of headers
11915
11916 2001-04-30 [alfons]
11917
11918         0.4.65claws7
11919
11920         * sync with 0.4.65cvs12
11921
11922         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
11923
11924 2001-04-30 [sergey]
11925
11926         * src/nntp.h (NNTPSockInfo): new field auth_failed.
11927
11928         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
11929         is set to force reconnection after authentication failure.
11930         (nntp_gen_command): set sock->auth_failed on authentication
11931         failure, or if sock->userid and sock->passwd are not set.
11932
11933         * src/news.c (news_session_new_for_folder): set userid=NULL if
11934         password dialog is cancelled.
11935
11936 2001-04-30 [sergey]
11937
11938         * src/nntp.h (NNTPSockInfo): new type.
11939
11940         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
11941         SockInfo.
11942         (nntp_open_auth, nntp_close): new functions.
11943         (nntp_gen_command): new function to handle authentication; all
11944         NNTP command functions updated to use it.
11945         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
11946         (nntp_list): removed old useless code.
11947
11948         * src/news.h (NNTPSession): new field nntp_sock.
11949
11950         * src/news.c: all functions updated to use NNTPSockInfo instead of
11951         SockInfo.
11952         (news_session_new): new arguments (userid, passwd); made static;
11953         use nntp_open_auth() if needed.
11954         (news_session_destroy): use nntp_close() instead of sock_close().
11955         (news_query_password): changed arguments.
11956         (news_session_new_for_folder): new function.
11957         (news_session_get): use news_session_new_for_folder().
11958         (news_authenticate): deleted.
11959         (news_get_uncached_articles): removed old authentication code.
11960
11961 2001-04-30 [sergey]
11962
11963         * src/news.c: reverted my previous changes (need to do NNTP
11964         authentication in a cleaner way).
11965         
11966 2001-04-29 [sergey]
11967
11968         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
11969         news_nntp_post, news_nntp_mode): new functions (wrappers with
11970         authentication support).
11971         (news_get_article_cmd, news_get_article, news_get_header): new
11972         argument "folder"; all callers changed.
11973         (news_get_article_cmd): added authentication support.
11974         (news_session_get): use news_nntp_mode() instead of nntp_mode().
11975         (news_post): use news_nntp_post() instead of nntp_post().
11976         (news_get_uncached_articles): use news_nntp_group() instead of
11977         nntp_group() and news_nntp_xover() instead of nntp_xover();
11978         removed old authentication code.
11979         (news_get_group_list): use news_nntp_list() instead of nntp_list().
11980
11981         * src/nntp.c (nntp_list): return real error code instead of
11982         hardcoded NN_ERROR.
11983
11984 2001-04-29 [sergey]
11985
11986         * configure.in: fixed wint_t typedef detection again
11987
11988 2001-04-28 [hoa]
11989
11990         * src/prefs_account.[ch], added A_LOCAL_CMD
11991                 (send mail with mail command)
11992         * src/send.c added function send_message_with_command()
11993         * src/inc.c made a more secure get_spool() function with
11994                 mktemp() but maybe mkstemp() or something more
11995                 secure can be used.
11996
11997 2001-04-28 [alfons]
11998
11999         * src/textview.c, colorization of email addresses in headers
12000
12001         0.4.65claws6
12002
12003         * bug sync with sylpheed
12004         * prefs_common.c: created date format ui for darko
12005         * sync with 0.4.65cvs11
12006         * configure.in: corrected to have the new gpg checks
12007
12008 2001-04-27 [alfons]
12009
12010         * completed sync with 0.4.65cvs10
12011         * minor debug things added to gtkstext.c
12012
12013 2001-04-27 [darko]
12014
12015         * configure.in: remove check for availability of
12016           strftime() as advised by Hiroyuki
12017         * src/prefs_common.[ch], src/procheader.c:
12018           synch strftime() code with Hiroyki's main branch
12019
12020 2001-04-26 [sergey]
12021
12022         * src/news.c: news_query_password(), news_authenticate(): new
12023           functions.
12024           news_get_uncached_articles(): added NNTP authentication
12025           handling.
12026         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
12027           new functions.
12028         * src/prefs_account.c: prefs_account_protocol_activated():
12029           enable userid and password fields for NNTP.
12030
12031 2001-04-26
12032
12033         * configure.in: check for availability of strftime()
12034           [darko]
12035         * src/prefs_common.[ch], src/procheader.c: use
12036           strftime() for displaying date in summary pane if it
12037           is available
12038
12039 2001-04-25
12040
12041         * more .cvsignore cleanups [alfons]
12042
12043 2001-04-25
12044
12045         * ac/sv-check-type.m4: new autoconf macro.
12046         * configure.in: fixed wint_t typedef detection (did not work
12047           with gcc-2.96).
12048
12049 2001-04-25
12050
12051         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
12052           [hiroyuki]
12053
12054 2001-04-24
12055         * modified gtkstext.c : buggy cursor navigation fixed, 
12056           and font descent also taken in account when drawing
12057           cursor. [alfons]
12058
12059 2001-04-24 [hoa]
12060         * added comments in src/news.c src/nntp.c
12061         * added src/prefs_headers.[ch]
12062         * added src/headers.[ch]
12063         * modified compose.c to activate custom headers
12064                 added function is_in_custom_headers
12065         * modified prefs_account.[ch]
12066                 added function prefs_account_customhdr_edit
12067         * modified src/defs.h :
12068                 added HEADERS_RC : name of the config file
12069                 for the custom headers
12070
12071 2001-04-24
12072
12073     0.4.65claws5
12074
12075         * configure.in
12076           src/gtkstext.[ch]
12077           src/compose.c
12078           src/Makefile.am
12079           
12080           added gtkstext with configure.in patch by Hiroyuki which
12081           should fix the XIM detection [alfons]
12082
12083         * more clean up of cvs [alfons]
12084
12085                  * removed all Makefile.in files to attic.
12086
12087                  * updated all .cvsignores to really ignore things that could
12088                    be unintentionally committed by a recursive commit.
12089
12090 2001-04-23 [hoa]
12091         * added src/grouplist_dialog.[ch]
12092         * changed src/folderview.c to call grouplist_dialog instead
12093                 of inputdialog
12094         * src/news.c :
12095                 added functions news_reset_group_list
12096                 and news_get_group_list
12097         * src/nntp.c :
12098                 added function nntp_list
12099         * src/defs.h :
12100                 added GROUPLIST_FILE : name of the newsgroup list cache file
12101
12102 2001-04-21
12103
12104         * added option to warn about queued messages on exit [sergey]:
12105
12106           * src/compose.c: compose_queue(): call folder_item_scan()
12107             and folderview_update_item() after queueing.
12108           * src/folderview.c: folderview_update_node(): draw the queue
12109             folder in bold font if there are queued messages.
12110           * src/mainwindow.c: queued_messages(): new function.
12111             app_exit_cb(): display warning if there are queued messages
12112             if warn_queued_on_exit is set.
12113           * prefs_common.[ch]: add warn_queued_on_exit option.
12114
12115         * enhanced GnuPG key selection support [sergey]:
12116
12117           * src/select-keys.c: updated to newer version from Win32
12118             branch with support for selecting arbitrary keys.
12119           * src/prefs_account.c: added the Privacy tab to the account
12120             options window.
12121             prefs_account_privacy_create(),
12122             prefs_account_sign_key_set_data_from_radiobtn(),
12123             prefs_account_sign_key_set_radiobtn(): new functions.
12124           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
12125           * src/rfc2015.c: set_signers(): new function.
12126             pgp_sign(): add the account parameter, call set_signers().
12127             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
12128           * src/rfc2015.h: rfc2015_sign(): updated prototype.
12129           * src/compose.c: pass the current account to rfc2015_sign().
12130
12131         * tag name claws added to prevent confusion with main branch [alfons]
12132
12133         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
12134
12135         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
12136
12137         * sync with recent sylpheed cvs. Untested though. [alfons]
12138