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