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