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