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