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