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