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