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