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