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