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