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