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