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