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