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