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