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