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