new certificate presentation
[claws.git] / ChangeLog.claws
1 2002-12-08 [colin]      0.8.6claws71
2
3         * src/gtk/sslcertwindow.[ch]    ** NEW **
4                 new certificate presentation
5         * src/gtk/Makefile.am
6                 add new files
7         * src/ssl_certificate.[ch]
8                 gtk cleanup, made utility functions public
9         * src/ssl_manager.c
10                 use new cert presentation
11
12 2002-12-07 [christoph]  0.8.6claws70
13
14         * src/Makefile.am
15         * src/nntp.[ch]                 ** REMOVE **
16         * src/common/Makefile.am
17         * src/common/nntp.[ch]          ** NEW **
18                 move nntp files to common directory
19
20 2002-12-07 [christoph]  0.8.6claws69
21
22         * src/procmsg.[ch]
23         * src/summaryview.c
24                 implement msginfo update callback using sylpheed's new
25                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
26
27 2002-12-06 [christoph]  0.8.6claws68
28
29         * src/editgroup.c
30                 This patch changes the 'Edit Group Details' dialog to
31                 allow extended selections in either pane, so that
32                 addresses can be added or removed from a group more
33                 quickly and easily. (it actually is a net decrease in
34                 file size, as some unnecessary functions have been
35                 removed). 
36                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
37
38 2002-12-06 [christoph]  0.8.6claws67
39
40         * src/Makefile.am
41         * src/template.[ch]             ** REMOVE **
42         * src/common/Makefile.am
43         * src/common/template.[ch]      ** NEW **
44                 move template files to common directory
45
46         * src/nntp.c
47                 add missing log.h include
48
49 2002-12-06 [melvin]     0.8.6claws66
50
51         * src/prefs_actions.c
52                 Added the trailing ">" syntax to insert command's output
53                 without replacing old text (in contrast to trailing "|").
54
55 2002-12-05 [colin]      0.8.6claws65
56         
57         * src/common/utils.c
58                 Don't modify original search_string or it'll change
59                 the next iterations in the for()
60
61 2002-12-05 [darko]      0.8.6claws64
62
63         * src/common/utils.c
64                 proper check for filtering commands, found by Colin
65
66 2002-12-05 [darko]      0.8.6claws63
67
68         * src/common/utils.c
69                 check proper string for NULL pointer, found by Colin
70
71 2002-12-05 [darko]      0.8.6claws62
72
73         * src/common/utils.[ch]
74                 expand_search_string(): new function
75                 converts Mutt-like patterns to Sylpheed's
76                 filtering engine
77         * src/summaryview.c
78                 use expand_search_string() to allow Mutt-like
79                 patterns in extended search
80         * README.claws
81                 document extended option in quick search
82
83 2002-12-05 [paul]       0.8.6claws61
84
85         * sync with 0.8.6cvs16
86                 see ChangeLog 2002-12-05
87                 
88         * po/POTFILES.in
89                 clean up
90
91 2002-12-04 [christoph]  0.8.6claws60
92
93         * src/imap.[ch]
94                 put imap authentication code into a new function and
95                 remove it from imap_session_new that will allow to
96                 send other commands before authentication
97
98 2002-12-04 [christoph]  0.8.6claws59
99
100         * src/imap.[ch]
101                 use already existing method to prevent unneeded IMAP
102                 folder selects. Set imap_select parameters to NULL
103                 in some functions if the values are not required.
104
105         * src/xml.h
106                 remove no longer required include
107
108 2002-12-04 [paul]       0.8.6claws58
109
110         * po/es.po
111                 updated by Ricardo Mones Lastra
112                 
113         * configure.in
114           po/hu.po      ** NEW FILE **
115                 initial Hungarian translation, submitted
116                 by Gál Zoltán <galzoli@hu.inter.net>
117
118 2002-12-03 [christoph]  0.8.6claws57
119
120         * src/Makefile.am
121         * src/gtksctree.[ch]            ** REMOVE **
122         * src/gtk/Makefile.am
123         * src/gtk/gtksctree.[ch]        ** NEW **
124                 move gtksctree files to gtk directory
125
126 2002-12-03 [christoph]  0.8.6claws56
127
128         * src/Makefile.am
129         * src/md5.[ch]                  ** REMOVE **
130         * srm/common/Makefile.am
131         * src/common/md5.[ch]           ** NEW **
132                 move md5 files to common directory
133
134         * src/gtkstext.c
135                 remove not required #include
136
137 2002-12-03 [sergey]     0.8.6claws55
138
139         * src/gtkutils.c
140         * src/gtkutils.h
141                 gtkut_window_popup(): new function.
142         * src/mainwindow.c
143                 main_window_popup(): use gtkut_window_popup() to raise
144                 window without changing its position.
145                 (see sylpheed-main ML message [sylpheed:17247])
146
147 2002-12-03 [sergey]     0.8.6claws54
148
149         * src/send.c
150                 send_message_local(): removed first-dot escaping
151                 (SMTP-only, not needed for sending through pipe)
152
153 2002-12-03 [paul]       0.8.6claws53
154
155         * po/POTFILES.in
156                 update to reflect recent changes (thanks
157                 to Ricardo Mones Lastra)
158                 
159         * tools/filter_conv.pl
160                  fix problem with quoted strings. Patch submitted
161                  by Luke Plant <lukeplant@softhome.net>
162
163 2002-12-03 [paul]       0.8.6claws52
164
165         * sync with 0.8.6cvs15
166                 see ChangeLog 2002-12-03
167
168 2002-12-02 [christoph]  0.8.6claws51
169
170         * src/logwindow.[ch]
171         * src/common/log.[ch]
172                 implement logging using a hook function
173
174         * src/folderview.c
175         * src/folder.[ch]
176                 define hooklist name in header file to avoid
177                 errors caused by wrong spelling of hooklist names
178
179         * src/toolbar.c
180                 fix warnings
181
182 2002-12-02 [christoph]  0.8.6claws50
183
184         * src/common/Makefile.am
185                 add src/common/hooks.[ch]
186
187         * src/common/hooks.[ch]
188                 implement a simple hook system using glib's hook functions
189
190         * src/folder.[ch]
191         * src/folderview.c
192                 use new hook system for folder item updates
193
194 2002-12-02 [christoph]  0.8.6claws49
195
196         * doc-src/ui_seperation.txt     ** NEW **
197                 information for ui seperation
198
199         * src/Makefile.am
200                 remove files that were moved to common
201                 include common directory by default for the header files
202
203         * src/inc.c
204         * src/common/socket.c
205         * src/automaton.[ch]
206                 implement automaton using g_io_*-functions instead of
207                 gdk_input_add to make it ui independent
208
209         * src/codeconv.c
210         * src/compose.c
211         * src/ldif.c
212         * src/pgptext.c
213         * src/procmime.c
214         * src/rfc2015.c
215         * src/smtp.c
216         * src/unmime.c
217                 remove common/ prefix because directory is now in
218                 include path
219
220         * src/compose.c
221         * src/folder.c
222         * src/folderview.c
223         * src/mainwindow.c
224         * src/messageview.c
225         * src/prefs_common.c
226         * src/procmsg.c
227         * src/rfc2015.c
228                 fix warnings
229
230         * src/imap.c
231         * src/inc.c
232         * src/news.c
233         * src/pop.c
234         * src/send.c
235         * src/smtp.c
236         * src/ssl_certificate.c
237                 add log.h header file for logging functions
238
239         * src/main.c
240         * src/common/utils.c
241         * src/summaryview.c
242         * src/xml.c
243                 o move debug_mode to common/utils.c
244                 o add functions to set and get debug_mode
245
246         * src/defs.h                    ** REMOVE **
247         * src/intl.h                    ** REMOVE **
248         * src/socket.[ch]               ** REMOVE **
249         * src/ssl.[ch]                  ** REMOVE **
250         * src/utils.[ch]                ** REMOVE **
251                 replaced by new files in src/common/
252         
253         * src/common/Makefile.am
254                 add new files in src/common/
255
256         * src/common/defs.h             ** NEW **
257         * src/common/intl.h             ** NEW **
258         * src/common/log.[ch]           ** NEW **
259         * src/common/socket.[ch]        ** NEW **
260         * src/common/ssl.[ch]           ** NEW **
261         * src/common/utils.[ch]         ** NEW **
262                 replacement for files in src/
263
264 2002-12-02 [colin]      0.8.6claws48
265
266         * src/folderview.c
267                 Scroll folderview if necessary during dnd
268
269 2002-12-02 [colin]      0.8.6claws47
270
271         * src/folder.[ch]
272                 Add check to verify a move is within a single mailbox
273         * src/folderview.c
274                 Add specific error string for this check
275
276 2002-12-02 [colin]      0.8.6claws46
277
278         * src/folder.c
279                 Add a test to folder moving, remove a statusbar_print
280         * src/folderview.c
281                 Add Move folder... context-menu item
282                 Factorize folder moving code
283                 Enable folder DND for mbox
284
285 2002-12-01 [christoph]  0.8.6claws45
286
287         * ac/aspell.m4
288                 remove conf.aspelltest if the version check fails
289
290 2002-11-30 [christoph]  0.8.6claws44
291
292         * autogen.sh
293                 run libtoolize --force in autogen to create missing
294                 libtool scripts
295
296 2002-11-30 [christoph]  0.8.6claws43
297
298         * src/Makefile.am
299         * src/pgptext.c
300         * src/procmime.c
301         * src/rfc2015.c
302         * src/uuencode.[ch]             ** REMOVED **
303         * src/common/Makefile.am
304         * src/common/uuencode.[ch]      ** NEW **
305                 move uuen/decoder to common directory
306
307 2002-11-30 [christoph]  0.8.6claws42
308
309         * src/Makefile.am
310         * src/base64.[ch]               ** REMOVED **
311         * src/codeconv.c
312         * src/compose.c
313         * src/ldif.c
314         * src/pgptext.c
315         * src/procmime.c
316         * src/rfc2015.c
317         * src/smtp.c
318         * src/unmime.c
319         * src/common/Makefile.am
320         * src/common/base64.[ch]        ** NEW **
321                 move base64 en/decoder to common directory
322
323 2002-11-30 [christoph]  0.8.6claws41
324
325         * src/common                    ** NEW **
326                 new directory for UI independent code
327         * src/gtk                       ** NEW **
328                 new directory for GTK frontend
329         * src/common/.cvsignore         ** NEW **
330         * src/gtk/.cvsignore            ** NEW **
331                 ignore build files
332         * src/common/Makefile.am        ** NEW **
333         * src/gtk/Makefile.am           ** NEW **
334                 automake files to build new seperated stuff
335         * src/Makefile.am
336                 the binary will currently still be build with the
337                 files in src, so we include the code from the
338                 subdirs for now after building the libs there
339
340 2002-11-30 [paul]       0.8.6claws40
341
342         * src/compose.c
343                 fix bug [642731] 'Wrong selected account with drafted mail'
344
345 2002-11-29 [oliver]     0.8.6claws39
346         
347         * src/messageview.c
348                 o update summaryview when switching between different
349                   messageviews          
350         * src/toolbar.c  
351                 o check if messageview holds already removed msg
352                   from summaryview
353                 
354
355 2002-11-29 [oliver]     0.8.6claws38
356
357         * src/toolbar.c 
358                 remove not needed variables and includes
359                 make messageview stay opened and move to next when msgs are deleted 
360
361 2002-11-29 [oliver]     0.8.6claws37
362         
363         * src/toolbar.c 
364                 disable compose button (messageview toolbar) by default
365                 deleted msgs are moved to trash
366         
367 2002-11-29 [melvin]     0.8.6claws36
368
369         * configure.in
370                 Increased minimal gpgme version to 0.3.10 (Zombies out)
371                 and to detect signatures expirations (gpgme 0.3.6)
372
373         * src/main.c
374                 Use non obsolescent function for Gpgme engine checking.
375
376         * src/rfc2015.c
377                 Inform about expired signatures or signatures which key
378                 has expired. Expiration date is displayed.
379
380         * src/sigstatus.c
381                 Inform about expired signatures or signatures which key
382                 has expired.
383
384 2002-11-28 [paul]       0.8.6claws35
385
386         * src/folderview.c
387                 re-instate 'Check for new messages' in Newsgroup
388                 folders right-click menu, after a suggestion from
389                 Tim Mann <timmann@users.sourceforge.net>
390
391         * src/main.c
392                 after a crash check only local folders for new
393                 messages
394
395 2002-11-28 [paul]       0.8.6claws34
396
397         * configure.in
398                 apply patch that fixes the checking of GTK with XIM 
399                 support on different OSs, such as FreeBSD. Patch 
400                 submitted by Topia <topia@users.sourceforge.net>
401                 
402 2002-11-28 [paul]       0.8.6claws33
403
404         * src/mainwindow.c
405           src/prefs_common.c
406           src/prefs_toolbar.c
407                 more changes to the English
408
409 2002-11-28 [paul]       0.8.6claws32
410
411         * sync with 0.8.6cvs13
412                 see ChangeLog 2002-11-28 (no sync needed
413                 for src/compose.c)
414
415 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)]   0.8.6claws31
416         
417         * src/mainwindow.[ch]
418                 add patch by Ivan F. Martinez introducing messageview Toolbar
419                 some changes and committed by oliver    
420
421 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)]   0.8.6claws30
422
423         * src/messageview.[ch]
424                 add patch by Ivan F. Martinez introducing messageview Toolbar
425                 some changes and committed by oliver    
426
427 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)]   0.8.6claws29
428
429         * src/compose.[ch]
430                 add patch by Ivan F. Martinez introducing messageview Toolbar
431                 some changes and committed by oliver    
432
433 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)]   0.8.6claws28
434         
435         * src/toolbar.[ch]
436                 add patch by Ivan F. Martinez introducing messageview Toolbar
437                 some changes and committed by oliver
438
439 2002-11-28 [oliver]     0.8.6claws27
440         
441         * src/prefs_toolbar.[ch]
442                 getting ready for messageview toolbar
443                 free mem allocated by gettext
444                 change prefs_toolbar to prefs_toolbar_open
445  
446 2002-11-28 [thorsten]   0.8.6claws26
447
448         * src/imageview.[ch]
449                 cleaned up conflicting declarations of
450                 imageview_show_image()
451
452 2002-11-28 [paul]       0.8.6claws25
453
454         * src/grouplistdialog.c
455           src/prefs_common.c
456           src/prefs_summary_column.c
457                 a few more improvements to the English
458
459 2002-11-28 [colin]      0.8.6claws24
460
461         * man/sylpheed.1
462                 A few updates to command-line parameters
463
464 2002-11-28 [colin]      0.8.6claws23
465
466         * src/prefs_filtering.c
467                 Fix problems with prefs_filtering_delete_path:
468                 a) if the first rule is removed, original pointers
469                    weren't updated (leading to segfaults)
470                 b) it was always global_processing updated in case
471                    of removed path was parent of rule path
472
473 2002-11-27 [paul]       0.8.6claws22
474
475         * src/mainwindow.c
476           src/prefs_account.c
477           src/prefs_actions.c
478           src/prefs_common.c
479           src/prefs_customheader.c
480           src/prefs_display_header.c
481           src/prefs_filtering.c
482           src/prefs_folder_item.c
483           src/prefs_matcher.c
484           src/prefs_scoring.c
485           src/prefs_summary_column.c
486           src/prefs_template.c
487           src/prefs_toolbar.c
488                  improve the English in the GUI
489
490 2002-11-27 [colin]      0.8.6claws21
491
492         * src/folder.c
493                 Fix processing renaming problems happening after
494                 last commit
495
496 2002-11-27 [colin]      0.8.6claws20
497
498         * src/folder.c
499                 recursive move now deletes src each subfolder after 
500                 having moved it
501         * src/folderview.c
502                 Use identifier instead of path during dnd (enables
503                 IMAP folder dnd)
504
505 2002-11-27 [paul]       0.8.6claws19
506
507         * src/main.c
508                 apply patch that does command-line processing 
509                 BEFORE gtk_init, allowing claws to run from 
510                 shell-scripts in non-X environment (e.g. crontab 
511                 or ip-up, ip-down scripts). Patch submitted by
512                 Ruslan N. Balkin <baron@dartel.ru>
513                 
514         * po/it.po
515                 updated by Alessandro Maestri
516
517 2002-11-27 [paul]       0.8.6claws18
518
519         * sync with 0.8.6cvs12
520           src/prefs_common.c
521                 Differences are that main uses a 'Receive dialog'
522                 frame on the Interface tab, whereas claws groups all 
523                 the dialogs together in a 'Dialogs' frame.
524
525 2002-11-27 [colin]      0.8.6claws17
526
527         * src/prefs_matcher.c
528                 Fix Execute criteria's NOT flag
529
530
531 2002-11-26 [christoph]  0.8.6claws16
532
533         * src/ssl.c
534                 rewrite the ssl code a little bit, only use one
535                 SSL context, set default certificates' file/path
536
537 2002-11-26 [thorsten]   0.8.6claws15
538
539         * src/compose.c
540                 default-reply-to didn't work for ml-reply
541
542 2002-11-26 [melvin]     0.8.6claws14
543
544         * src/prefs_actions.c
545                 Made pipe-actions ignore short headers in message view
546                 Made trailing-pipe-actions write in the message view with
547                 the same font as the original message
548
549 2002-11-26 [paul]       0.8.6claws13
550
551         * src/compose.c
552                 this time commit the correct file
553
554 2002-11-26 [paul]       0.8.6claws12
555
556         * sync with 0.8.6cvs11
557           src/quote_fmt_parse.y  
558                 no sync needed
559           src/account.[ch]       
560                 not sync'ed
561           src/compose.c
562                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
563                 on draft mode.
564                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
565                 header
566                 
567         see ChangeLog 2002-11-25 and 2002-11-26
568
569 2002-11-26 [colin]      0.8.6claws11
570
571         * src/folderview.c
572                 Fix collapsed folder not auto-expanding during
573                 mail dnd, if it was the source folder.
574
575 2002-11-25 [colin]      0.8.6claws10
576
577         * src/folderview.[ch]
578                 Variable renaming and cleaning (slist of nodes 
579                 to be re-collapsed is stored in FolderView)
580
581 2002-11-25 [paul]       0.8.6claws9
582
583         * src/prefs_common.[ch]
584                 fix breakage caused by last commit
585
586 2002-11-25 [paul]       0.8.6claws8
587
588         * sync with 0.8.6cvs4
589                 see ChangeLog 2002-11-21
590
591 2002-11-25 [paul]       0.8.6claws7
592
593         * sync with 0.8.6cvs4
594                 see ChangeLog 2002-11-20
595
596 2002-11-25 [paul]       0.8.6claws6
597
598         * sync with 0.8.6cvs3
599                 see ChangeLog 2002-11-18
600
601 2002-11-25 [colin]      0.8.6claws5
602
603         * src/gtkutils.[ch]
604                 Add gtkut_ctree_node_is_parent()
605         * src/folderview.c
606                 Spring-loaded folders
607
608 2002-11-25 [colin]      0.8.6claws4
609
610         * src/utils.[ch]
611                 Add slist_concat_unique(), function to merge
612                 two GSList filtering dups
613         * src/folder.[ch]
614         * src/summaryview.[ch]
615         * src/folderview.c
616         * src/main.c
617                 Add detection/update/display of unread answers
618                 to marked mails
619         * src/procmsg.[ch]
620                 Add procmsg_find_children()
621                 Add procmsg_msg_has_marked_parent()
622
623 2002-11-25 [colin]      0.8.6claws3
624
625         * src/ssl_certificate.[ch]
626                 Allow checking a certificate without a DNS
627                 lookup
628                 Allow to forget a cert (by deleting it)
629                 Make ssl_certificate_destroy_public
630         * src/ssl_manager.[ch] ** NEW FILES **
631                 Gui to manage (display/remove) certificates
632         * src/prefs_common.[ch]
633                 Add a pref to allow silent acceptation of
634                 trusted certificates or not (based on the
635                 "I want to know what's going on" principle)
636         * src/mainwindow.c
637                 Add SSL manager in Tools menu
638         * src/Makefile.am
639                 Add the new files to the build
640         * po/POTFILES.in
641                 Add ssl_manager.c to translations
642
643 2002-11-25 [colin]      0.8.6claws2
644
645         * src/summaryview.[ch]
646                 Add S_SEARCH_EXTENDED to the quick search, which 
647                 allows to search using filtering syntax.
648
649 2002-11-25 [colin]      0.8.6claws1
650
651         * src/summaryview.c
652                 Deletion of duplicates now prefer deleting
653                 the unread dup (fixes feature-request 638989).
654
655 2002-11-24 [paul]       0.8.6claws
656
657         * po/es.po
658           po/pl.po
659           po/ru.po
660           po/sr.po
661                 updated by Ricardo Mones Lastra,
662                 Witold Wladyslaw Wojciech Wilk,
663                 Ruslan N. Balkin, and  Urke MMI 
664                 respectively
665
666 2002-11-24 [paul]       0.8.5claws182
667
668         * po/bg.po
669                 updated by George Danchev
670
671 2002-11-23 [alfons]     0.8.5claws181
672
673         * src/imap.c
674                 tiny memory leak found by browsing Dimitar's 
675                 valgrind report
676
677 2002-11-23 [paul]       0.8.5claws180
678
679         * po/it.po
680                 updated by Alessandro Maestri
681
682 2002-11-22 [christoph]  0.8.5claws179
683
684         * src/compose.c
685         * src/inc.c
686         * src/prefs_filtering.c
687         * src/summaryview.c
688                 more warning fixes
689
690 2002-11-22 [alfons]     0.8.5claws178
691
692         * src/summaryview.c
693                 summary_execute_delete_func(): if message is deleted, make 
694                 sure to also remove its entry in the subject hash table. 
695                 fixes a corner case bug.
696
697 2002-11-22 [paul]       0.8.5claws177
698
699         * .cvsignore
700                 add 'autom4te.cache'
701                 
702         * ltconfig      ** REMOVED **
703                 not needed
704
705 2002-11-22 [paul]       0.8.5claws176
706
707         * src/textview.c
708                 textview_set_font(): fix for message display in
709                 UTF-8 locales (thanks to Sergey Vlasov).
710                 
711         * AUTHORS
712                 add new team members and contributors
713
714
715 2002-11-21 [colin]      0.8.5claws175
716
717         * src/procmsg.[ch]
718                 Add procmsg_remove_special_headers()
719         * src/mh.c
720                 Use procmsg_remove_special_headers() for 
721                 previous fix
722
723 2002-11-21 [colin]      0.8.5claws174
724
725         * src/mh.c
726                 Fix moving/copying from queue/draft folders
727                 for MH folders
728
729 2002-11-21 [christoph]  0.8.5claws173
730
731         * src/crash.c
732         * src/filtering.c
733         * src/logwindow.c
734         * src/main.c
735         * src/matcher_parser_lex.[hl]
736         * src/mbox.c
737         * src/mbox_folder.[ch]
738         * src/prefs_filtering.c
739         * src/procheader.c
740         * src/quote_fmt_lex.l
741         * src/ssl.c
742                 fix all warnings except the warnings in lex and yacc files
743
744 2002-11-20 [christoph]  0.8.5claws172
745
746         * src/imap.c
747                 fix MsgInfo retrieval for IMAP draft and queue folders
748                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
749
750 2002-11-19 [christoph]  0.8.5claws171
751
752         * src/compose.c
753                 fix segfault, when draft saving does not get
754                 the MsgInfo of the new message
755                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
756
757 2002-11-19 [christoph]  0.8.5claws170
758
759         * src/procmsg.c
760                 add parameter check for flag setting function
761                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
762
763 2002-11-18 [paul]       0.8.5claws169
764
765         * src/compose.c
766                 more sensitivity fixes to redirect mode:
767                 * disable toolbar draft button
768                 * allow only Address book in the Tools menu
769                 * disable editing of message by the spell
770                   checker
771
772 2002-11-18 [paul]       0.8.5claws168
773
774         * src/compose.c
775                 fix sensitivity of menu items in compose_redirect():
776                 allow only the necessary items 
777
778 2002-11-18 [paul]       0.8.5claws167
779
780         * src/compose.c
781                 fix bug [ 603259 ] 'attachment got lost on bounce'
782
783 2002-11-18 [paul]       0.8.5claws166
784
785         * po/ru.po
786                 updated by Ruslan N. Balkin <baron@dartel.ru>
787
788 2002-11-18 [colin]      0.8.5claws165
789
790         * src/main.c
791           src/defs.h
792                 Remove old filtering stuff
793
794
795 2002-11-17 [oliver]     0.8.5claws164
796
797         * src/toolbar.h
798                 remove not needed typedef 
799
800 2002-11-17 [oliver]     0.8.5claws163
801
802         * src/toolbar.c
803                 make toolbar's on click events translatable
804
805 2002-11-15 [colin]      0.8.5claws162
806
807         * src/summaryview.c
808                 Revert too-soon integration of a feature
809
810 2002-11-15 [christoph]  0.8.5claws161
811
812         * src/imap.c
813                 use main's implementation of imap_get_msginfo
814
815 2002-11-15 [christoph]  0.8.5claws160
816
817         * src/compose.c
818         * src/folder.[ch]
819         * src/imap.c
820         * src/mbox_folder.c
821         * src/mh.c
822         * src/news.c
823         * src/procmsg.c
824         * src/summaryview.c
825                 replace claws' fetch_msginfo with main's get_msginfo
826                 (use main's implementation where possible)
827
828 2002-11-15 [colin]      0.8.5claws159
829
830         * src/ssl_certificate.c
831                 Missed a check
832
833 2002-11-16 [melvin]     0.8.5claws158
834
835         * po/fr.po
836                 Updated French translations.
837
838 2002-11-16 [colin]      0.8.5claws157
839
840         * src/ssl_certificate.c
841                 Check for missing parts in the certificates
842
843 2002-11-15 [colin]      0.8.5claws156
844
845         * src/folderview.c
846                 Preventive fix (missing check) found by
847                 Alfons
848
849 2002-11-15 [paul]
850
851         * NEWS
852                 sync with 0.8.6 release
853
854 2002-11-15 [colin]      0.8.5claws155
855
856         * src/folder.[ch]
857           src/folderview.c
858                 Fix error handling of folder_item_move_to()
859                 (thanks to Alfons!)
860
861 2002-11-15 [colin]      0.8.5claws154
862
863         * src/folder.[ch]
864           src/folderview.c
865                 folder_item_move_to() sets an error message instead
866                 of having GUI stuff in folder.c
867
868 2002-11-15 [colin]      0.8.5claws153
869
870         * src/procmsg.[ch]
871                 Implemented a callback for MsgInfo updates, 
872                 heavily copy/pasted from Christoph's folder 
873                 callback system
874         * src/summaryview.[ch]
875                 Register summary_update_msg as callback
876
877 2002-11-14 [colin]      0.8.5claws152
878         
879         * src/procmsg.c
880                 Update the FolderItem after sending (fixes 617593)
881
882 2002-11-14 [christoph]  0.8.5claws151
883
884         * src/folder.c
885                 fix wrong position of NULL pointer check found
886                 by Sergey
887
888 2002-11-14 [christoph]  0.8.5claws150
889
890         * src/folder.c
891                 fix segfault when deleting messages from IMAP folders
892                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
893
894 2002-11-14 [colin]      0.8.5claws149
895
896         * src/compose.c
897                 Forwarding was also ignoring the folder's default account.
898
899 2002-11-14 [colin]      0.8.5claws148
900
901         * src/compose.c
902                 Fix sent folder not set to folder properties when 
903                 forwarding.
904
905 2002-11-14 [thorsten]   0.8.5claws147
906
907         * src/inc.c
908                 inc_start(): Files were not moved from .processing to inbox,
909                 if no global processing rule existed
910
911 2002-11-14 [colin]      0.8.5claws146
912
913         * src/ssl_certificate
914                 Fix file operations
915
916 2002-11-14 [paul]       0.8.5claws145
917
918         * po/it.po
919                 updated by Alessandro Maestri
920
921 2002-11-13 [alfons]     0.8.5claws144
922
923         * src/folder.c
924                 folder_item_close(): only mark messages unread
925                 when a folder has new messages 
926
927 2002-11-13 [keith]      0.8.5claws143
928
929         * src/imap.c
930                 Fix problem moving or copying between
931                 IMAP folders
932
933 2002-11-13 [colin]      0.8.5claws142
934
935         * src/matcher_parser_parse.y
936                 Fix rule problem when " don't match
937
938 2002-11-13 [christoph]  0.8.5claws141
939
940         * src/folder.c
941         * src/folderview.c
942                 moved cache saving to folder_item_close
943                 the folderview should not have to deal with
944                 this things
945
946 2002-11-13 [christoph]  0.8.5claws140
947
948         * src/summaryview.c
949                 moved setting of important score to
950                 summary_set_prefs_from_folderitem
951
952 2002-11-13 [colin]      0.8.5claws139
953
954         * src/matcher_parser_parse.y
955                 Fix a segfault in the parser (happening when
956                 a good expression had been tested and a bad 
957                 one arrives)
958
959 2002-11-13 [paul]       0.8.5claws138
960
961         * sync with 0.8.5cvs24
962                 see ChangeLog 2002-11-13
963                 
964         * po/pt_BR.po
965                 updated by Fabio Jr. Beneditto
966
967 2002-11-13 [colin]      0.8.5claws137
968         
969         * src/msgcache.c
970           src/defs.h
971           src/procmsg.[ch]
972                 Revert last commit, problem
973
974 2002-11-13 [colin]      0.8.5claws136
975
976         * src/msgcache.c
977                 Remove duplicated code
978         * src/defs.h
979                 Bumped CACHE_VERSION and MARK_VERSION
980         * src/procmsg.[ch]
981                 Network endian for cache and mark files
982
983 2002-11-12 [colin]      0.8.5claws135
984
985         * src/inc.c
986                 Fix the "socket error" dialog which disappeared
987
988 2002-11-12 [colin]      0.8.5claws134
989
990         * src/msgcache.c
991                 Reverse last commit which had performance 
992                 problems, but still reverse the list
993
994 2002-11-12 [colin]      0.8.5claws133
995
996         * src/msgcache.c
997                 Reverse list order
998
999 2002-11-12 [melvin]     0.8.5claws132
1000
1001         * src/compose.c
1002                 Added a check for a NULL prefs_common.dictionary
1003
1004 2002-11-12 [colin]      0.8.5claws131
1005
1006         * src/ssl_certificate.[ch]
1007                 Use FQDN hostname
1008
1009 2002-11-12 [colin]      0.8.5claws130
1010
1011         * src/ssl_certificate.[ch]
1012                 Take connection port into account for 
1013                 checking certificates (a single hostname
1014                 could have multiple servers with multiple
1015                 certificates)
1016         * src/ssl.c
1017                 Pass the port to ssl_certificate_check
1018
1019 2002-11-12 [paul]       0.8.5claws129
1020
1021         * src/folder.c
1022                 fix a typo in last commit
1023
1024 2002-11-12 [paul]       0.8.5claws128
1025
1026         * sync with 0.8.5cvs23
1027                 see ChangeLog entry 2002-11-12
1028
1029 2002-11-11 [colin]      0.8.5claws127
1030
1031         * src/ssl_certificate.c
1032                 Cleaner messages
1033                 Don't popup, instead log error, if the 
1034                 corresponding pref is checked
1035         * src/ssl_certificate.h
1036                 include <openssl/objects/h>
1037
1038 2002-11-11 [colin]      0.8.5claws126
1039
1040         * src/ssl_certificate.h
1041                 _Really_ clean it
1042
1043 2002-11-11 [colin]      0.8.5claws125
1044         
1045         * src/ssl_certificate.c
1046                 Fixed leak
1047
1048 2002-11-11 [colin]      0.8.5claws124
1049
1050         * src/ssl.c
1051                 Cleaned a bit
1052         * src/ssl_certificate.[ch]
1053                 Cleaned a bit (better use of SSL API)
1054                 (This will cause non-recognition of saved 
1055                  certificates of claws12[23]...)
1056
1057 2002-11-11 [paul]       0.8.5claws123
1058         
1059         * po/es.po
1060                 updated by Ricardo Mones Lastra
1061
1062 2002-11-11 [colin]      0.8.5claws122
1063
1064         * src/ssl.c
1065                 Fix a typo
1066
1067 2002-11-11 [colin]      0.8.5claws121
1068
1069         * src/ssl_certificate.[ch] ** NEW FILES **
1070         * src/ssl.[ch]
1071                 Check SSL certificates presented to us
1072         * src/Makefile.am
1073                 Add ssl_certificate.[ch]
1074         * po/POTFILES.in
1075                 Add ssl_certificate.c
1076
1077 2002-11-11 [paul]       0.8.5claws120
1078
1079         * sync with 0.8.5cvs22
1080                 see ChangeLog 2002-11-11
1081
1082 2002-11-11 [paul]       0.8.5claws119
1083
1084         * sync with 0.8.5cvs21
1085                 see ChangeLog 2002-11-11
1086
1087 2002-11-10 [jens]       0.8.5claws118
1088
1089         * src/folder.c
1090         * src/folderview.c
1091                 corrected some typing
1092         * po/de.po
1093                 updated german translation
1094         * sylpheed.spec.in
1095                 cleaned up specfile and adjusted it for claws
1096
1097 2002-11-10 [colin]      0.8.5claws117
1098
1099         * src/summaryview.c
1100                 a STATUSBAR_PUSH/POP fix
1101
1102 2002-11-10 [colin]      0.8.5claws116
1103
1104         * src/prefs_folder_item.c
1105                 Fix hanging after opening folder properties
1106
1107 2002-11-10 [hoa]        0.8.5claws115
1108
1109         * src/matcher_parser_lex.l
1110         * src/matcher_parser_parse.y
1111                 config file for scoring and filtering is no more trashed
1112                 when there is a syntax error in a filtering rule when
1113                 editing it in a dialog.
1114
1115 2002-11-09 [colin]      0.8.5claws114
1116
1117         * src/mbox_folder.c
1118                 Added missing initialisation of folder->destroy()
1119
1120 2002-11-09 [colin]      0.8.5claws113
1121
1122         * src/folder.c
1123           src/folderview.c
1124                 Fix the status bar messages
1125
1126 2002-11-09 [colin]      0.8.5claws112
1127
1128         * src/folderview.c
1129                 Fix hangs after folder dnd, happening after 
1130                 claws109.
1131
1132 2002-11-09 [christoph]  0.8.5claws111
1133
1134         * src/folderview.c
1135                 just changed order of calls (reverse order of
1136                 associated calls)
1137         * src/inc.c
1138                 lock inc when checking only one account, otherwise
1139                 inc all could be executed at the same time
1140
1141 2002-11-09 [christoph]  0.8.5claws110
1142
1143         * src/folderview.c
1144                 better unlock the mouse cursor before calling
1145                 summary_show because it changes the cursor too
1146
1147 2002-11-09 [christoph]  0.8.5claws109
1148
1149         * src/folder.[ch]
1150         * src/folderview.c
1151                 add functions to open and close a folder
1152                 o opending will execute scanning for remote folders
1153                   and processing
1154                 o closing will unset new flag for messages
1155
1156 2002-11-09 [colin]      0.8.5claws108
1157
1158         * src/folder.c
1159                 Add a call to prefs_matcher_write_config to 
1160                 avoid non-leaf folders filtering settings to be
1161                 lost
1162
1163 2002-11-09 [paul]       0.8.5claws107
1164
1165         * src/prefs_account.c
1166                 re-word a label
1167
1168 2002-11-09 [colin]      0.8.5claws106
1169
1170         * src/folderview.c
1171                 Minor esthetic fix
1172
1173 2002-11-09 [colin]      0.8.5claws105
1174
1175         * src/folderview.c
1176                 Fix prefs_filtering deletion for MH folders (same
1177                 reason as below)
1178         * src/prefs_filtering.c
1179                 Fix prefs_filtering renaming and deletion for 
1180                 folder-based processing rules.  
1181
1182 2002-11-09 [christoph]  0.8.5claws104
1183
1184         * src/compose.c
1185         * src/folder.[ch]
1186         * src/folderview.[ch]
1187         * src/import.c
1188         * src/inc.c
1189         * src/main.c
1190         * src/mainwindow.c
1191         * src/messageview.c
1192         * src/prefs_folder_item.c
1193         * src/procmsg.c
1194         * src/summaryview.c
1195                 implement a callback system for folder item updates
1196
1197 2002-11-09 [colin]      0.8.5claws103
1198
1199         * src/folderview.c
1200                 Fix prefs_filtering renaming for MH folders (we
1201                 shouldn't rename by path as another folder could
1202                 have the same hierarchy).
1203
1204 2002-11-09 [colin]      0.8.5claws102
1205
1206         * src/folder.c
1207                 Fix a leak found by Christoph, use better variable
1208                 names
1209
1210 2002-11-09 [colin]      0.8.5claws101
1211
1212         * src/folder.c
1213                 One more fix for processing rules
1214
1215 2002-11-08 [colin]      0.8.5claws100
1216         
1217         * src/matcher.c
1218                 Don't copy the compiled regexp (will be reevaluated)
1219         * src/folderview.c
1220                 Lock folderview while moving
1221         * src/folder.c
1222                 Provide info on what's happening to the user
1223
1224 2002-11-08 [colin]      0.8.5claws99
1225
1226         * src/folderview.c
1227                 Fix folder reordering after a move if parent is 
1228                 root
1229         * src/scoring.[ch]
1230                 Add function to copy a ScoringProp
1231         * src/prefs_folder_item.c
1232                 Copy scoring rules when copying a folder prefs
1233
1234 2002-11-08 [colin]      0.8.5claws98
1235
1236         * src/folderview.c
1237                 Fixes in case of failure
1238         * src/filtering.[ch]    
1239                 Add function to duplicate a FilteringProp
1240         * src/matcher.[ch]
1241                 Add function to duplicate a MatcherProp
1242         * src/prefs_folder_item.c
1243                 Save folder's processing rules when copying 
1244                 its prefs
1245
1246 2002-11-08 [colin]      0.8.5claws97
1247         
1248         * src/folderview.c
1249                 Sort after move
1250         * src/folder.c 
1251                 Change a printf to debug_print
1252
1253 2002-11-08 [colin]      0.8.5claws96
1254
1255         * src/folder.c
1256           src/folderview.c
1257                 Fix segfaults, call me stupido
1258         
1259
1260 2002-11-08 [colin]      0.8.5claws95
1261
1262         *src/folder.c
1263                 Added forgotten prefs to save when moving folders
1264
1265 2002-11-08 [colin]      0.8.5claws94
1266
1267         * src/folder.c
1268                 Fixes to folder DND (prefs copy)
1269         * src/folderview.c
1270                 Optimization for folder DND (don't rescan whole tree)
1271                 Added folderview_create_folder_node() for this 
1272                 optimization, so de-duped a bit the code
1273         * src/prefs_folder_item.[ch]
1274                 Added prefs_folder_item_copy_prefs()    
1275           
1276 2002-11-08 [paul]       0.8.5claws93
1277
1278         * src/prefs_account.c
1279           tools/README
1280           tools/kmail2sylpheed_v2.pl
1281                 correct some typos
1282
1283 2002-11-08 [paul]       0.8.5claws92
1284
1285         * src/compose.c
1286           src/prefs_account.[ch]
1287                 remove account options 'clearsign' and 'ascii_armored',
1288                 replace with 'default_gnupg_mode' to prevent mixed-mode
1289                 Privacy settings
1290
1291 2002-11-08 [paul]       0.8.5claws91
1292
1293         * src/compose.[ch]
1294                 re-implement GnuPG 'on-the-fly' mode selection,
1295                 disallow mixed-mode
1296
1297 2002-11-08 [colin]      0.8.5claws90
1298
1299         * src/folderview.c
1300           src/prefs_folder_item.c
1301                 Change "Property" to "Properties"
1302
1303 2002-11-07 [colin]      0.8.5claws89
1304
1305         * src/folderview.c
1306           src/folder.c
1307                 Allow folder dropping to a root folder
1308
1309 2002-11-07 [paul]       0.8.5claws88
1310
1311         * src/compose.c
1312                 revert last commit
1313
1314 2002-11-07 [paul]       0.8.5claws87
1315
1316         * src/compose.c
1317                 fix reply-to-list bug. closes bug report
1318                 "[633382] reply-to-list broken in recent cvs"
1319
1320 2002-11-07 [paul]       0.8.5claws86
1321
1322         * src/compose.c
1323                 add a forgotten '#if USE_GPGME ... #endif'
1324
1325 2002-11-07 [paul]       0.8.5claws85
1326
1327         * sync with 0.8.5cvs20
1328                 see ChangeLog 2002-11-07
1329
1330 2002-11-07 [colin]      0.8.5claws84
1331
1332         * src/folder.[ch]
1333                 Change folder_item_move_to to return the newly 
1334                 created folderitem.
1335         * src/folderview.c
1336                 Select the new folderitem after moving.
1337
1338 2002-11-07 [colin]      0.8.5claws83
1339
1340         * src/prefs_filtering.c
1341                 Fix rule rewriting when moving a leaf folder to a 
1342                 shorter path
1343
1344 2002-11-07 [colin]      0.8.5claws82
1345
1346         * src/prefs_filtering.c
1347                 fix a leak
1348
1349 2002-11-07 [colin]      0.8.5claws81
1350
1351         * src/folder.[ch]
1352                 Add folder_item_move_to() function to move a 
1353                 folderitem into another one (updates matcher etc)
1354         * src/folderview.c
1355                 Add folder drag'n drop (context menu to come)
1356                 [Should be dataloss free, but Please backup before 
1357                  trying !]
1358
1359 2002-11-06 [colin]      0.8.5claws80
1360
1361         * src/mh.c
1362                 mh_create_folder() returns NULL if can't create
1363                 directory hierarchy
1364
1365 2002-11-06 [paul]       0.8.5claws79
1366
1367         * src/compose.[ch]
1368                 allow 'on-the-fly' changing of the type of encryption 
1369                 and/or signing used (mime/ascii) via the compose window
1370
1371 2002-11-06 [paul]       0.8.5claws78
1372
1373         * sync with 0.8.5cvs19
1374                 see ChangeLog 2002-11-06 for src/account.c: 
1375                 account_get_special_folder()
1376                 
1377 2002-11-05 [alfons]     0.8.5claws77
1378
1379         * src/crash.c
1380                 very minor cleanups: nothing to see here, move on. :-)
1381
1382 2002-11-05 [colin]      0.8.5claws76
1383
1384         * src/main.c
1385                 Changes choices if compose windows are opened to
1386                 Discard, Draft, Don't quit
1387
1388 2002-11-05 [thorsten]   0.8.5claws75
1389
1390         * src/compose.c
1391                 reenabled default_reply_to folder option
1392
1393 2002-11-05 [colin]      0.8.5claws74
1394
1395         * src/compose.[ch] 
1396                 add compose_draft()
1397         * src/crash.c
1398                 add SIGTERM handler
1399         * src/main.[ch]
1400                 add clean_quit() for the SIGTERM handler
1401
1402 2002-11-05 [paul]       0.8.5claws73
1403         
1404         * po/es.po
1405                 updated by Ricardo Mones Lastra
1406
1407 2002-11-05 [melvin]     0.8.5claws72
1408
1409         * src/logwindow.c
1410                 Fixed log-clipping bug #616795.
1411                 To stop logging in the log window use 0 length.
1412         * src/prefs_common.c
1413                 Added a label to inform about the 0 log length behaviour.
1414
1415 2002-11-05 [paul]       0.8.5claws71
1416
1417         * sync with 0.8.5cvs17
1418                 see ChangeLog 2002-11-05
1419
1420 2002-11-04 [paul]       0.8.5claws70
1421
1422         * sylpheed-128x128.png
1423           sylpheed-64x64.png
1424           sylpheed.png
1425                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
1426                 <nikai@users.sourceforge.net>
1427                 
1428         * po/bg.po
1429                 updated by George Danchev
1430
1431 2002-11-03 [thorsten]   0.8.5claws69
1432
1433         * src/main.c
1434           src/mimeview.c
1435           src/rfc2015.h
1436                 add check if gpg is active
1437
1438 2002-11-03 [thorsten]   0.8.5claws68
1439
1440         * src/toolbar.h
1441                 removed GSList declaration causing trouble on MacOS-X
1442                 (submitted by alfons, reported by xfesty)
1443
1444 2002-11-01 [paul]       0.8.5claws67
1445
1446         * src/mainwindow.c
1447                 remove last remnants of main's filter code
1448
1449 2002-11-01 [paul]       0.8.5claws66
1450
1451         * tools/filter_conv.pl
1452                 fix bug where user-defined headers were ignored
1453
1454 2002-11-01 [paul]       0.8.5claws65
1455
1456         * src/logwindow.c
1457                 make a debug_print() not translatable
1458
1459 2002-10-31 [melvin]     0.8.5claws64
1460
1461         * ac/aspell.m4
1462                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
1463                 not run any GNU/aspell test.  The dictionary path will
1464                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
1465                 was given, in which case, it will be $prefix/lib/aspell/
1466         * configure.in
1467                 Fixed typo in commentary (Aspell code).
1468
1469 2002-10-31 [paul]       0.8.5claws63
1470
1471         * po/POTFILES.in
1472                 remove src/filter.c and src/prefs_filter.c
1473                 thanks to Ricardo for reminding me
1474
1475 2002-10-31 [colin]      0.8.5claws62
1476
1477         * src/mbox_folder.c
1478                 Plug some leaks
1479
1480 2002-10-31 [paul]       0.8.5claws61
1481
1482         * src/prefs_filter.[ch] ** REMOVED **
1483           src/filter.[ch]       ** REMOVED **
1484           
1485         * src/Makefile.am
1486           src/folderview.c
1487           src/inc.c
1488           src/main.c
1489           src/mainwindow.c
1490           src/mbox.c
1491           src/prefs_common.c
1492           src/prefs_filtering.c
1493           src/summaryview.[ch]
1494                 remove main's 'filter' code
1495                 
1496         README.claws
1497                 update to reflect removal of main's filter
1498
1499 2002-10-31 [paul]       0.8.5claws60
1500
1501         * src/summaryview.c
1502                 remove check for global_processing in summary_filter_open(). 
1503                 This fixes the bug where if the user uses the right-click 
1504                 'Create filter rule...' and doesn't have any filter rules 
1505                 already defined in claws' advanced filtering, the newly 
1506                 created filter rule goes to main's filtering which is 
1507                 inaccessible through the gui. Now the filter rule gets added
1508                 to claws' filtering by default.
1509
1510 2002-10-28 [melvin]     0.8.5claws59
1511
1512         * src/prefs_actions.c
1513                 Fixed bug #627322 where MIME parts were not always
1514                 correctly passed to a %p action
1515                 Display an error dialog when message filename is not found.
1516
1517 2002-10-28 [melvin]     0.8.5claws58
1518
1519         * src/prefs_common.c
1520                 Readded a missing function declaration lost in 0.8.3claws34
1521
1522 2002-10-28 [paul]       0.8.5claws57
1523
1524         * sync with 0.8.5cvs15
1525                 see ChangeLog 2002-10-28 and 2002-10-25
1526                 
1527         Note: ChangeLog entry 2002-10-24 is not sync'ed.
1528
1529 2002-10-27 [oliver]     0.8.5claws56
1530
1531         * src/pop.c
1532                 plug leak in pop3_top_recv
1533
1534 2002-10-26 [christoph]  0.8.5claws55
1535
1536         * src/folder.c
1537                 set need_update folder flag when messages are added
1538                 (closes bug [ 626922 ] folder not updated after receiving)
1539
1540 2002-10-25 [melvin]     0.8.5claws54
1541
1542         * src/imageview.c
1543                 Fixed a memleak introduced in the scaling code.
1544
1545 2002-10-24 [alfons]     0.8.5claws53
1546
1547         * src/filtering.c
1548                 make filtering's forward message action forward from the 
1549                 correct account
1550                 (closes bug [628089 ] Filter -> Forward from address problem
1551                 reported by Oktay)
1552
1553 2002-10-24 [christoph]  0.8.5claws52
1554
1555         * src/mainwindow.c
1556         * src/manual.[ch]
1557                 o use manual of current locale or english if current
1558                   locale is not available (and english is available)
1559                 o also link to sylpheed doc project manuals
1560
1561 2002-10-23 [paul]       0.8.5claws51
1562
1563         * tools/README
1564           tools/kmail2sylpheed_v2.pl
1565                 add new version of kmail addressbook importer script.
1566                 works with newer versions of Kmail/KAddressBook which
1567                 have new and rearranged data.
1568
1569 2002-10-23 [martin]     0.8.5claws50
1570
1571         * src/folderview.c
1572         * src/summaryview.c
1573         * src/utils.h
1574         * src/utils.c
1575                 added length parameter to get_abbrev_newsgroup_name()
1576                 changed this function so that it abbreviates the newsgroup
1577                 names only so long it is smaller than the length parameter
1578                 (for better reading of some newsgroup names and space efficiency)
1579
1580 2002-10-22 [colin]      0.8.5claws49
1581
1582         *src/foldersel.c
1583                 Revert Alfons' last modification (after voting ;-))
1584
1585 2002-10-21 [alfons]     0.8.5claws48
1586
1587         * src/foldersel.c
1588                 folder view in folder selection dialog reflects state of
1589                 folder view in main window
1590
1591 2002-10-18 [alfons]     0.8.5claws47
1592
1593         * src/mbox.c
1594                 drop imported messages in folder selected by user,
1595                 and not in the inbox
1596                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
1597
1598 2002-10-18 [alfons]     0.8.5claws46
1599
1600         * src/compose.c
1601                 make automagic reply work correctly for email accounts 
1602                 (whether it's viable to do a full sync with Hiro's 
1603                 compose.c is still under discussion)
1604
1605 2002-10-18 [melvin]     0.8.5claws45
1606
1607         * src/prefs_actions.c
1608                 Fixed bug #622275 where asynchroneous actions left 
1609                 zombies processes
1610                 Made (synchroneous) actions' input be displayed live.
1611
1612 2002-10-18 [christoph]  0.8.5claws44
1613
1614         * src/textview.c
1615                 don't add a newline in the textview in front of the
1616                 first textpart if header display is disabled
1617                 (closes bug [ 603385 ] disabled header display leaves blank
1618                  lin)
1619
1620 2002-10-18 [christoph]  0.8.5claws43
1621
1622         * src/folder.[ch]
1623         * src/imap.c
1624         * src/mbox_folder.c
1625         * src/mh.c
1626         * src/news.c
1627                 folder->get_num_list now returns an error code
1628                 (closes bug [ 609424 ] News cache cleared on failure)
1629                 
1630 2002-10-17 [colin]      0.8.5claws42
1631         
1632         * src/news.c
1633                 Changed a printf by debug_print
1634
1635 2002-10-16 [paul]       
1636
1637         * tools/OOo2sylpheed.pl
1638                 allow for spaces in the name of the
1639                 file to be attached.
1640
1641 2002-10-16 [colin]      0.8.5claws41
1642
1643         * src/main.c
1644                 Use a tristate to change online mode
1645
1646 2002-10-16 [paul]       0.8.5claws40
1647
1648         * po/es.po
1649                 updated by Ricardo Mones Lastra
1650
1651 2002-10-16 [colin]      0.8.5claws39
1652
1653         * src/main.c
1654           src/mainwindow.[ch]
1655                 Added --online and --offline command-line
1656                 switches
1657
1658 2002-10-15 [christoph]  0.8.5claws38
1659
1660         * src/procmime.c
1661                 set mimeinfo->name to NULL after g_free to
1662                 avoid double freeing with g_free
1663
1664 2002-10-14 [christoph]  0.8.5claws37
1665
1666         * src/compose.c
1667         * src/filtering.c
1668         * src/summaryview.c
1669                 remove calls to folder->change_flags that are now
1670                 done by procmsg flag functions (seems it is not
1671                 used by any foldertype anyway)
1672         * src/folder.c
1673                 init folder->change_flags with NULL
1674
1675 2002-10-14 [christoph]  0.8.5claws36
1676
1677         * src/folder.[ch]
1678         * src/imap.[ch]
1679                 use virtual functions for folder item new and destroy
1680                 functions
1681
1682 2002-10-14 [melvin]     0.8.5claws35
1683
1684         * src/compose.c
1685                 Added a test to not run the spell checker if no default
1686                 dictionary is available. No dialog is displayed though.
1687
1688 2002-10-14 [melvin]     0.8.5claws34
1689
1690         * src/gtkaspell.c
1691                 Fixed bug in dictionary list context menu where
1692                 "More..." pointed to an emtpy submenu if the
1693                 number of dictionaries is a multiple of 15
1694                 Removed unneeded code in suggestions list creation
1695
1696 2002-10-14 [paul]       0.8.5claws33
1697
1698         * po/bg.po
1699                 updated by George Danchev
1700
1701 2002-10-13 [hoa]        0.8.5claws32
1702
1703         * src/matcher.[ch]
1704           src/matcher_parser_parser.y
1705                 removed the escaped string from internal structure
1706                 of matcher.
1707
1708 2002-10-12 [colin]      0.8.5claws31
1709
1710         * src/gtksctree.[ch]
1711           src/summaryview.c
1712                 Removed useless function gtksctree_reanchor
1713
1714 2002-10-12 [alfons]     0.8.5claws30
1715         
1716         * sync with remaining main changes 2002-10-09 - 2002-10-11
1717         - drop changes to src/compose.c (requires claws specific changes)
1718         
1719 2002-10-12 [alfons]     0.8.5claws29
1720         
1721         * sync with main changes of 2002-10-08
1722         - drop changes to src/compose.c (requires claws specific changes)
1723         - drop changes to src/summaryview.c (requires changes to compose.c)     
1724
1725 2002-10-12 [alfons]     0.8.5claws28
1726         
1727         * sync with main changes of 2002-10-07
1728
1729 2002-10-12 [alfons]     0.8.5claws27
1730
1731         * sync with main changes of 2002-10-04
1732         - drop changes to src/compose.c (requires claws specific changes)
1733         - drop changes to src/prefs_folder_item.c (claws implementation
1734           seems to be working)
1735
1736 2002-10-12 [colin]      0.8.5claws26
1737
1738         * src/mainwindow.c
1739                 Fix folder-flicker when space-reading, introduced 
1740                 in claws22.
1741
1742 2002-10-12 [colin]      0.8.5claws25
1743
1744         * src/compose.c
1745                 Save account address when saving as draft.
1746                 (closes bug 621838)
1747
1748 2002-10-12 [colin]      0.8.5claws24
1749
1750         * src/summaryview.c
1751                 Fix the problem consisting of no message selected
1752                 after the last message in a folder has been moved.
1753
1754 2002-10-12 [paul]       0.8.5claws23
1755
1756         * src/compose.c
1757           src/prefs_template.c
1758           src/template.[ch]
1759                 add Cc and Bcc to templates. Patch submitted by
1760                 John L. Males.
1761
1762 2002-10-12 [colin]      0.8.5claws22
1763
1764         * src/folderview.c
1765                 Fix a bug after "Check for new messages":
1766                 If a folder was opened, it was still selected at
1767                 the end of the check, but displayed empty.
1768         * src/mainwindow.c
1769                 Remove unnecessary check
1770
1771 2002-10-12 [paul]
1772
1773         * tools/README
1774                 be more verbose in the description of
1775                 OOo2sylpheed.pl
1776                 
1777
1778 2002-10-11 [colin]      0.8.5claws21
1779
1780         * src/mainwindow.c
1781                 Make space work (better) when no mail is selected
1782
1783 2002-10-11 [colin]      0.8.5claws20
1784
1785         * src/inc.c
1786           src/news.c
1787                 fix warnings
1788
1789 2002-10-11 [colin]      0.8.5claws19
1790
1791         * src/mainwindow.c
1792                 revert 0.8.5claws6 changes as i couldn't get to
1793                 anything satisfying
1794
1795 2002-10-11 [melvin]     0.8.5claws18
1796
1797         * src/compose.c
1798                 Removed buggy and unused macro (should have been committed in
1799                 0.8.5claws17)
1800
1801 2002-10-11 [melvin]     0.8.5claws17
1802
1803         * src/compose.c
1804                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
1805
1806 2002-10-11 [thorsten]   0.8.5claws16 
1807
1808         * src/folderview.c
1809                 remove rescan warning
1810
1811 2002-10-11 [colin]      0.8.5claws15 
1812
1813         * src/procheader.c
1814                 fix a segfault that happens if conv_unmime_header
1815                 fails (should be better to find out why it fails)
1816
1817 2002-10-11 [christoph]  0.8.5claws14
1818
1819         * src/summaryview.c
1820                 update folderview stats after ignore/unignore thread
1821
1822 2002-10-11 [hoa]        0.8.5claws13
1823
1824         * src/quote_fmt_parse.y
1825                 Fixed a yacc/bison syntax error
1826         * src/matcher.c
1827                 Escaping of string is fixed.
1828
1829 2002-10-11 [colin]      0.8.5claws12
1830
1831         * src/imageview.c
1832                 Resize images to fit
1833
1834 2002-10-11 [paul]       0.8.5claws11
1835
1836         * po/es.po
1837                 updated by Ricardo Mones Lastra
1838
1839 2002-10-10 [alfons]     0.8.5claws10
1840
1841         * src/compose.c
1842                 allow dropping files by "moving" files from a file manager,
1843                 not only by the more cumbersome "copying". the latter 
1844                 mostly implies holding down the Control button
1845
1846 2002-10-10 [christoph]  0.8.5claws9
1847
1848         * src/summaryview.c
1849                 update folders after thread building for ignored threads
1850
1851 2002-10-10 [christoph]  0.8.5claws8
1852
1853         * config/.cvsignore
1854                 added Makefile
1855         * src/filtering.[ch]
1856         * src/folder.[ch]
1857         * src/folderview.[ch]
1858         * src/import.c
1859         * src/inc.[ch]
1860         * src/mbox.[ch]
1861         * src/procmsg.c
1862         * src/summaryview.[ch]
1863                 o added new flag need_update to FolderItem
1864                 o removed folder_table from various functions from tracking
1865                   folder updates
1866                 o set need_update flags in folder.c's move, copy and delete
1867                   functions and procmsg's flags functions
1868                 o added function folderview_update_items_when_required that
1869                   updates all folders with need_update set
1870                 o call folderview_update_items_when_required instead of
1871                   folderview_update_item_foreach
1872
1873 2002-10-09 [sergey]     0.8.5claws7
1874
1875         * src/compose.c
1876                 Strip CRs whel loading the text into editor in reedit mode.
1877
1878 2002-10-09 [colin]      0.8.5claws6
1879
1880         * src/mainwindow.c
1881                 Make Space work when no mail is selected
1882
1883 2002-10-09 [colin]      0.8.5claws5
1884
1885         * src/gtksctree.[ch]
1886                 Fix range_select
1887                 Add gtk_sctree_reanchor() 
1888         * src/summaryview.c
1889                 Use gtk_sctree_reanchor() - better fix for 
1890                 bug 60413
1891
1892 2002-10-09 [colin]      0.8.5claws4
1893
1894         * src/summaryview.c
1895                 Fix shift-click select after delete problem
1896                 (closes bug 60413)
1897
1898 2002-10-08 [thorsten]   0.8.5claws3
1899
1900         * src/summaryview.c
1901                 exclude current msg from -hide read messages-
1902
1903 2002-10-08 [colin]      0.8.5claws2
1904
1905         * src/inc.[ch]
1906           src/pop.c
1907           src/recv.c
1908                 Differentiate socket errors from disk full
1909                 errors
1910
1911 2002-10-08 [christoph]  0.8.5claws1
1912
1913         * Makefile.am
1914         * configure.in
1915                 modifications for new config directory
1916
1917         * config.guess  ** REMOVED **
1918         * config.sub    ** REMOVED **
1919         * install-sh    ** REMOVED **
1920         * ltmain.sh     ** REMOVED **
1921         * missing       ** REMOVED **
1922         * mkinstalldirs ** REMOVED **
1923                 these files are autogenerated by automake
1924                 when you run autogen.sh
1925
1926         * config/.cvsignore     ** NEW FILE **
1927         * config/Makefile.am    ** NEW FILE **
1928                 ignore autogenerated files
1929                 create a Makefile in this directory
1930
1931 2002-10-08 [paul]       0.8.5claws
1932
1933         * 0.8.5claws release
1934         
1935         * src/compose.c
1936           src/procheader.c
1937           src/procmsg.c
1938                 fix quote reply format for newsgroups reply bug
1939                 (thanks to Hoa)
1940                 
1941         * po/en_GB.po
1942           po/pl.po
1943                 updated by me and Witold Wladyslaw Wojciech Wilk
1944                 repectively
1945
1946 2002-10-07 [paul]       0.8.3claws53
1947
1948         * po/it.po
1949           po/pt_BR.po
1950           po/sr.po
1951                 updated messages catalogs, submitted by
1952                 Alessandro Maestri, Fabio Jr.Beneditto 
1953                 and Urke MMI, respectively.
1954
1955 2002-10-07 [christoph]  0.8.3claws52
1956
1957         * src/folder.[ch]
1958         * src/folderview.c
1959         * src/mainwindow.c
1960                 fix new folder ghost message bug
1961                 (closes bug [ 619722 ] wrong count for newly created folders)
1962
1963 2002-10-07 [christoph]  0.8.3claws51
1964
1965         * src/compose.c
1966                 fix news posting problem
1967
1968 2002-10-07 [melvin]     0.8.3claws50
1969
1970         * po/fr.po
1971                 Updated French translation
1972
1973 2002-10-05 [christoph]  0.8.3claws49
1974
1975         * src/gtkstext.c
1976                 check if line_start_cache is set in gtk_stext_update_text
1977                 (closes bug [ 618119 ] crash while doing search in folder)
1978
1979 2002-10-05 [christoph]  0.8.3claws48
1980
1981         * src/imap.c
1982         * src/news.c
1983         * src/utils.c
1984         * src/utils.h
1985                 implement cache cleanups for claws' folder system
1986                 (closes bug [ 595916 ] imapcache not cleaned up)
1987
1988 2002-10-05 [melvin]     0.8.3claws47
1989
1990         * src/prefs_actions.c
1991                 Made the help text more clear for the %p token
1992
1993 2002-10-04 [paul]       0.8.3claws46
1994
1995         * sync with 0.8.5
1996                 see ChangeLog 2002-10-02 and 2002-10-03
1997
1998 2002-10-04 [christoph]  0.8.3claws45
1999
2000         * src/inc.c
2001                 fix segfault caused by pop before smtp
2002                 call to inc_account_mail with NULL
2003                 pointer for mainwin
2004
2005 2002-10-04 [paul]       0.8.3claws44
2006
2007         * configure.in
2008                 sync the LDAP detection from 0.8.5cvs1
2009
2010 2002-10-02 [christoph]  0.8.3claws43
2011
2012         * po/de.po
2013                 fix small spelling error
2014
2015 2002-10-02 [melvin]     0.8.3claws42
2016
2017         * ac/aspell.m4
2018                 Behave better and say "no" when test program cannot be run.
2019
2020 2002-10-02 [paul]       0.8.3claws41
2021
2022         * sync with 0.8.4cvs1
2023                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
2024                 
2025         * src/summaryview.c
2026                 toggle the behavior of Reply menuitem between
2027                 normal reply and reply-to-list
2028
2029 2002-10-01 [sergey]     0.8.3claws40
2030
2031         * src/compose.c
2032                 Convert newlines in the message text to the canonical form
2033                 before base64 encoding (RFC2045 compliance, fixes some
2034                 interoperability issues with Evolution 1.0.3)
2035
2036 2002-09-29 [colin]      0.8.3claws39
2037
2038         * src/summaryview.c
2039                 Fix an unwanted copy/paste
2040
2041 2002-09-29 [colin]      0.8.3claws38
2042
2043         * src/mainwindow.c
2044                 Renamed "Custom toolbar" to "Customize toolbar"
2045                 Renamed "Show all header" to "Show all headers"
2046                 Renamed "Set diplay item" to "Set displayed items"
2047         * src/prefs_common.c
2048                 Renamed "Show all header" to "Show all headers"
2049         * src/prefs_summary_column.c
2050                 Renamed "diplay item" to "displayed items"
2051
2052 2002-09-29 [colin]      0.8.3claws37
2053
2054         * src/mainwindow.[ch]
2055                 online/offline status pixmaps follow theme
2056                 changes
2057         * src/summaryview.[ch]
2058                 quicksearch pixmap follows theme changes
2059
2060 2002-09-29 [thorsten]   0.8.3claws36
2061
2062         * src/compose.c
2063           src/prefs_folder_item.[ch]
2064                 add default_reply_to folder option (closes patch 581044)
2065
2066 2002-09-29 [christoph]  0.8.3claws35
2067
2068         * acconfig.h    ** REMOVED **
2069         * configure.in
2070         * ac/aspell.m4
2071         * ac/check-type.m4
2072         * ac/gnupg-check-typedef.m4
2073                 fix autoheader 2.50 warning
2074
2075 2002-09-29 [christoph]  0.8.3claws34
2076
2077         * major code cleanup (part 2)
2078         
2079                 - unused variables removed
2080                 - unused functions removed
2081                 - uninitialized variables checked
2082                 - missing return statements added
2083                 - missing function return types added
2084                 - added parentheses around assignment
2085                   when suggested by gcc
2086
2087 2002-09-29 [alfons]     0.8.3claws33
2088
2089         * src/logwindow.c
2090                 log_window_clear(): only bracket gtk_text_forward_delete() 
2091                 with gtk_text_freeze() / gtk_text_thaw() (see if this
2092                 works around GTK text bug)
2093
2094 2002-09-29 [paul]       0.8.3claws32
2095
2096         * po/bg.po
2097           po/sr.po
2098                 updated by George Danchev and Urke MMI
2099                 respectively
2100
2101 2002-09-27 [christoph]  0.8.3claws31
2102
2103         * doc-src/readme.txt
2104         * doc-src/rfc1806.txt   ** REMOVED **
2105         * doc-src/rfc2183.txt   ** NEW FILE **
2106         * doc-src/rfc2980.txt   ** NEW FILE **
2107                 update rfcs
2108
2109 2002-09-27 [melvin]     0.8.3claws30
2110
2111         * ac/aspell.m4
2112                 Fixed typo which could break linking
2113
2114 2002-09-27 [melvin]     0.8.3claws29
2115
2116         * ac/aspell.m4
2117                 Improved GNU/aspell checking. 
2118                 Fixed bug #614490
2119
2120 2002-09-27 [paul]       0.8.3claws28
2121
2122         * sync with 0.8.3cvs8
2123                 see ChangeLog 2002-09-27
2124
2125 2002-09-26 [colin]      0.8.3claws27
2126
2127         * src/toolbar.[ch]
2128           src/mainwindow.[ch]
2129                 Add "Reply to Mailing-list" to the toolbar
2130
2131 2002-09-26 [christoph]  0.8.3claws26
2132
2133         * src/summaryview.c
2134                 Fix wrong message counts in summaryview status
2135
2136 2002-09-26 [paul]       0.8.3claws25
2137
2138         * sync with 0.8.3cvs7
2139                 see ChangeLog 2002-09-26
2140
2141 2002-09-26 [paul]       0.8.3claws24
2142
2143         * sync with 0.8.3cvs6
2144                 see ChangeLog 2002-09-25
2145
2146 2002-09-25 [christoph]  0.8.3claws23
2147
2148         * src/prefs_common.c
2149         * src/prefs_folder_item.c
2150         * src/prefs_scoring.c
2151                 Renamed "kill score" to "hide score" in GUI
2152                 and prefs files
2153
2154 2002-09-25 [paul]       0.8.3claws22
2155
2156         * sync with 0.8.3cvs5
2157                 see ChangeLog 2002-09-24
2158
2159 2002-09-24 [alfons]     0.8.3claws21
2160
2161         patch by Satoshi Nagayasu: allows appending / saving multiple 
2162         selected files (closes "[ 612279 ] save multiple mesg(s) in 
2163         'Save as ...'")
2164
2165         * AUTHORS
2166                 add Satoshi Nagayasu
2167         * src/summaryview.c
2168                 summary_save_as(): allow saving selected files to
2169                 one file
2170                 summary_set_menu_sensitive: enable "Save As..." when
2171                 multiple files are selected
2172         * src/utils.[ch]
2173                 append_file(): new function
2174
2175 2002-09-24 [colin]      0.8.3claws20
2176
2177         * src/procmime.c
2178                 Fix segfault when mimeinfo doesn't have a 
2179                 content_type. 
2180
2181 2002-09-24 [colin]      0.8.3claws19
2182
2183         * src/prefs_common.[ch]
2184                 Add a preference to display send dialog or not
2185         * src/send.c
2186                 Display send dialog according to preference
2187
2188 2002-09-24 [colin]      0.8.3claws18
2189
2190         * src/compose.[ch]
2191                 Disable user actions when sending
2192
2193 2002-09-24 [colin]      0.8.3claws17
2194
2195         * src/procmime.c
2196                 Do not display name or filename for attachments
2197                 with an application/pgp-signature type
2198                 (security flaw, see bug 537413)
2199
2200 2002-09-23 [colin]      0.8.3claws16
2201
2202         * src/editaddress.c
2203                 Initialize entry_email, entry_alias and 
2204                 entry_remarks to first email address of the list
2205
2206 2002-09-23 [colin]      0.83claws15
2207
2208         * src/compose.c
2209                 Drop pgp-signature when reediting a signed queued
2210                 message
2211
2212 2002-09-23 [melvin]     0.8.3claws14
2213
2214         * po/fr.po
2215                 Updated French translation
2216
2217 2002-09-23 [melvin]     0.8.3claws13
2218
2219         * src/mainwindow.c
2220                 Made custom toolbar menu labels more consistent
2221         * src/prefs_toolbar.c
2222                 Made custom toolbar window title more consistent
2223
2224 2002-09-22 [colin]      0.8.3claws12
2225
2226         * src/inc.c
2227                 Initialize session type to normal before getting 
2228                 mail (fixes strange Get behaviour)
2229         * src/prefs_account.h
2230                 Move STYPE_POP_BEFORE_SMTP to last position to 
2231                 avoid other side-effects
2232
2233 2002-09-22 [colin]      0.8.3claws11
2234
2235         * src/prefs_account.c
2236                 Fix pop_bfr_smtp_tm_entry sensivity when switching
2237                 from pop3 to apop or vice-versa
2238
2239 2002-09-22 [colin]      0.8.3claws10
2240         
2241         * src/prefs_account.[ch]
2242                 Add an option for the POP before SMTP timeout
2243         * src/inc.c
2244                 Remember time of last POP connection
2245         * src/send.c
2246                 Do POP before SMTP only if timeout reached
2247
2248 2002-09-22 [oliver]     0.8.3claws9
2249         
2250         * README.claws
2251                 explain custom toolbar
2252
2253 2002-09-22 [oliver]     0.8.3claws8
2254
2255         * src/prefs_actions.[ch]
2256         custom toolbar for compose      
2257                 actions callback from compose toolbar
2258         * src/folderview.c
2259                 remove include toolbar.h
2260
2261 2002-09-22 [oliver]     0.8.3claws7
2262         
2263         * src/prefs_toolbar.[ch]
2264                 custom toolbar for compose
2265                 - generic prefs_toolbar handles both
2266                   Mainwin's toolbar as well as Compose toolbar          
2267
2268 2002-09-22 [oliver]     0.8.3claws6
2269         
2270         * src/toolbar.[ch]
2271                 custom toolbar for compose
2272                 restructure toolbar.[ch]
2273
2274 2002-09-22 [oliver]     0.8.3claws5
2275
2276         * src/compose.[ch]
2277                 custom toolbar for compose
2278
2279 2002-09-22 [oliver]     0.8.3claws4
2280         
2281         * src/mainwindow.[ch]
2282                 custom toolbar for compose 
2283                 move mainwin toolbar back to mainwindow
2284
2285 2002-09-22 [alfons]     0.8.3claws3
2286
2287         * src/procmsg.c
2288                 :%sno/if(/if (/gc
2289                 :%sno/for(/for (/gc
2290                 (beautify)
2291
2292 2002-09-22 [alfons]     0.8.3claws2
2293         
2294         * src/procmsg.c
2295                 procmsg_save_to_outbox(): don't unlink message file from queue;
2296                 callers should do it using folder_item_remove_msg()
2297
2298 2002-09-22 [colin]      0.8.3claws1
2299
2300         * src/mimeview.[ch]
2301                 Made mimeview_check_signature() public
2302         * src/textview.c
2303                 Made GPG signatures verifiable by clicking
2304                 the [application/pgp-signature] in the Text
2305                 view
2306
2307 2002-09-22 [paul]       0.8.3claws
2308
2309         * po/bg.po
2310           po/en_GB.po
2311           po/es.po
2312           po/it.po
2313           po/pl.po
2314           po/pt_BR.po
2315           po/sr.po
2316                 updated translations, submitted by George Danchev,
2317                 me, Ricardo Mones Lastra, Alessandro Maestri,
2318                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
2319                 and Urke MMI, respectively.     
2320
2321 2002-09-22 [alfons]     0.8.2claws65
2322
2323         * src/procmsg.c
2324         * src/pgptext.c
2325                 no furry valgrinds have been used to plug these memleaks
2326
2327 2002-09-20 [paul]       0.8.2claws64
2328
2329         * sync with 0.8.3cvs4
2330                 'Select thread' re-implemented 
2331                 see ChangeLog 2002-09-20
2332
2333 2002-09-21 [alfons]     0.8.2claws63
2334
2335         * src/compose.c
2336                 compose_send(): plug unnoticed memleak
2337
2338 2002-09-20 [alfons]     0.8.2claws62
2339
2340         * src/addr_compl.c
2341                 replace_address_in_edit(): strict check for NULL address to
2342                 fix "[ 607348 ] Segfault in address completion". My guess is
2343                 that this happens with an empty address book, but it's good
2344                 to have this check here anyway
2345                 
2346                 completion_window_button_press(): free string returned 
2347                 from the internal cache
2348
2349 2002-09-20 [christoph]  0.8.2claws61
2350
2351         * src/procmime.h
2352                 added ENC_BINARY to EncodingType
2353         * src/procmime.c
2354                 the string returned by procmime_get_encoding_str
2355                 should not depend on the order of values in the
2356                 EncodingType definition
2357         * doc-src/rfc1806.txt   ** NEW FILE **
2358                 Added rfc1806 about MIME Content-Disposition
2359                 Extension
2360
2361 2002-09-19 [paul]       0.8.2claws60
2362
2363         * sync with 0.8.2cvs3
2364                 see ChangeLog 2002-09-19
2365
2366 2002-09-19 [paul]       0.8.2claws59
2367
2368         * src/prefs_folder_item.c
2369                 revert to Darko's original alignment of colour
2370                 selector button
2371                 add a colon to folder_color label
2372                 
2373         * src/compose.c
2374                 add Colin's patch (with Hiro's modifications) to 
2375                 force BASE64 encoding for 8-bit text when signing
2376                 (sync with 0.8.3cvs2)
2377
2378 2002-09-18 [alfons]     0.8.2claws58
2379
2380         * src/compose.c
2381                 :%sno/if(/if (/gc
2382                 :%sno/for(/for (/gc
2383                 (beautify a little bit)
2384
2385 2002-09-18 [christoph]  0.8.2claws57
2386
2387         * src/pine.c
2388                 fix handling of fgetc return value
2389
2390 2002-09-17 [alfons]     0.8.2claws56
2391         
2392         * src/summaryview.c
2393                 summary_sort(): check non-NULL summaryview->folder_item when no 
2394                 folder is selected at all
2395                 (closes "[ 610344 ] sort label make syl Crash")
2396
2397 2002-09-17 [alfons]     0.8.2claws55
2398         
2399         * src/compose.c
2400                 beautify a little bit
2401
2402 2002-09-17 [christoph]  0.8.2claws54
2403
2404         * src/folder.c
2405                 initialize max values for cache and folder
2406                 when cache or folder is empty
2407
2408 2002-09-15 [colin]      0.8.2claws53
2409
2410         * src/compose.c
2411                 Fix a leak (thanks Alfons!) and cleaned
2412                 variables names for custom headers
2413
2414 2002-09-15 [colin]      0.8.2claws52
2415
2416         * src/compose.c
2417                 Fix custom headers recognition when
2418                 prefs_common.trans_hdr is on
2419
2420 2002-09-15 [colin]      0.8.2claws51
2421
2422         * src/compose.c
2423                 Allow dynamically-added custom headers
2424                 Yet not reparsed if reedited
2425
2426 2002-09-15 [alfons]     0.8.2claws50
2427
2428         * src/prefs_account.c
2429                 fix warnings
2430
2431 2002-09-15 [colin]      0.8.2claws49
2432         
2433         * src/prefs_account.c
2434                 fix pop_before_smtp sensitivity
2435
2436 2002-09-15 [colin]      0.8.2claws48
2437
2438         * src/inc.[ch]
2439                 add inc_pop_before_smtp()
2440                 allow MainWindow to be undefined in 
2441                 inc_account_mail() and inc_start()
2442         * src/pop.c
2443           src/prefs_account.h
2444                 add STYPE_POP_BEFORE_SMTP session type
2445         * src/prefs_account.c
2446                 activated pop before smtp option
2447         * src/send.c
2448                 do pop before smtp if the relevant option 
2449                 is set
2450
2451 2002-09-15 [paul]       0.8.2claws47
2452
2453         * sync with 0.8.3
2454                 see ChangeLog 2002-09-15
2455
2456 2002-09-14 [paul]       0.8.2claws46
2457
2458         * po/bg.po
2459                 updated Bulgarian translation, submitted by
2460                 George Danchev
2461
2462 2002-09-13 [paul]       0.8.2claws45
2463
2464         * src/compose.c
2465                 merge claws' select_account() with main's
2466                 (new) compose_select_account(). [sync with
2467                 0.8.2cvs15, see ChangeLog 2002-09-11]
2468
2469 2002-09-12 [christoph]  0.8.2claws44
2470
2471         * src/filter.c
2472                 allocate 1 elements of FolderItem not 0
2473
2474 2002-09-12 [colin]      0.8.2claws43
2475
2476         * src/compose.c
2477                 Fix bug #590825 (obey Follow-up: poster)
2478
2479 2002-09-12 [colin]      0.8.2claws42
2480
2481         * src/procmime.c
2482                 Fix bug #557009 (wrong headers for messages 
2483                 forwarded as attachments)
2484
2485 2002-09-11 [colin]      0.8.2claws41
2486         
2487         * src/compose.c
2488                 Put SCF: pseudo-header on top of message
2489                 Set draft tmp_flag when saved as draft
2490
2491         * src/procmsg.c
2492           src/procheader.c
2493                 Skip after first \n\n for beginning of real message
2494                 for drafts too
2495
2496 2002-09-11 [christoph]  0.8.2claws40
2497
2498         * src/filtering.c
2499                 use procmsg flag functions in filtering or processing
2500                 will cause incorrect folder message counts
2501
2502 2002-09-11 [colin]      0.8.2claws39
2503
2504         * src/compose.c
2505                 Fix bug #550175 - wrong save folder when reediting
2506                 drafts
2507
2508 2002-09-11 [paul]       0.8.2claws38
2509
2510         * sync with 0.8.2cvs14
2511                 see ChangeLog 2002-09-11
2512
2513 2002-09-11 [colin]      0.8.2claws37
2514
2515         * src/folder.c
2516                 Fix a typo (seeming to cause new/unread status to
2517                 be lost)
2518
2519 2002-09-10 [christoph]  0.8.2claws36
2520
2521         * src/compose.c
2522                 compose_redirect should not use compose_generic_new
2523                 because that does more stuff than expected including
2524                 opening the external editor
2525                 (closes bug "[ 526608 ] bounced messages appear blank
2526                  in editor")
2527
2528 2002-09-10 [christoph]  0.8.2claws35
2529
2530         * src/folder.c
2531                 fix problem with too large message number range
2532                 causing a crash in folder_item_scan
2533
2534 2002-09-10 [paul]       0.8.2claws34
2535
2536         * sync with 0.8.2cvs13
2537                 see ChangeLog 2002-09-10
2538
2539 2002-09-10 [christoph]  0.8.2claws33
2540
2541         * src/msgcache.c
2542                 set MsgInfo TmpFlags for queue and draft folders
2543                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
2544
2545 2002-09-10 [paul]       0.8.2claws32
2546
2547         * AUTHORS
2548           po/bg.po      ** NEW FILE **
2549                 new Bulgarian translation submitted by
2550                 George Danchev <danchev@spnet.net>
2551                 
2552         * tools/Makefile.am
2553           tools/README
2554           tools/tb2sylpheed     ** NEW FILE **
2555                 add script that converts an addressbook exported
2556                 from The Bat! into a Sylpheed addressbook. Submitted
2557                 by Urke MMI <urke-kg@eunet.yu>
2558
2559 2002-09-10 [paul]       0.8.2claws31
2560
2561         * sync with 0.8.2cvs12
2562                 see ChangeLog 2002-09-10
2563
2564 2002-09-06 [paul]       0.8.2claws30
2565
2566         * src/prefs_common.c
2567                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
2568                 
2569         * tools/Makefile.am
2570           tools/README
2571           tools/ldif-to-xml.py  ** REMOVED **
2572                 remove obsolete python script
2573
2574 2002-09-06 [paul]       0.8.2claws29
2575
2576         * sync with 0.8.2cvs10
2577                 see ChangeLog 2002-09-06
2578
2579 2002-09-04 [paul]       0.8.2claws28
2580
2581         * sync with 0.8.2cvs9
2582                 see ChangeLog 2002-08-04
2583
2584 2002-09-04 [colin]      0.8.2claws27 
2585
2586         * src/prefs_common.[ch]
2587                 Added signature color configuration
2588         * src/textview.c
2589                 Use user-specified signature color
2590
2591 2002-09-03 [colin]      0.8.2claws26
2592
2593         * src/prefs_common.[ch]
2594                 Added autosave and autosave_length prefs
2595         * src/compose.c
2596                 Added compose_remove_draft()
2597                 Auto-save drafts according to the prefs
2598         * src/main.c
2599                 Added a crash-indicator file, allowing to check
2600                 for new messages on startup if Sylpheed crashed
2601                 (makes saved drafts "reappear")
2602
2603 2002-09-03 [colin]      0.8.2claws25
2604
2605         * src/textview.[ch]
2606                 Grey the signature
2607
2608 2002-09-03 [paul]       0.8.2claws24
2609
2610         * sync with 0.8.2cvs8
2611                 see ChangeLog 2002-09-02 and 2002-09-03
2612
2613 2002-09-03 [darko]      0.8.2claws23
2614
2615         * src/folderview.c
2616                 use normal style when creating new folder to pick
2617                 proper font size 
2618
2619 2002-09-02 [melvin]     0.8.2claws22
2620
2621         * src/gtkaspell.m4
2622                 removed some obsolete code
2623
2624 2002-09-02 [melvin]     0.8.2claws21
2625
2626         * ac/aspell.m4
2627                 fixed test's equality sign (== to =)
2628
2629 2002-09-02 [alfons]     0.8.2claws20
2630
2631         * src/folder.c
2632         * src/mh.c
2633                 revert change of 0.8.2claws16 and use the mh_folder_destroy
2634                 as folder->destroy virtual as suggested by Hiro
2635                 (the mh.c code seems to have been lost around mh.c.1.21)
2636
2637 2002-09-02 [paul]       0.8.2claws19
2638
2639         * po/pt_BR.po
2640                 updated by Fabio Jr. Beneditto
2641                 
2642         * src/defs.h
2643                 use 'http://claws.sylpheed.org' for homepage link. 
2644                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
2645
2646 2002-09-01 [alfons]     0.8.2claws18
2647
2648         * src/mh.c
2649                 plug memleak related to one Martin Kluge found
2650
2651 2002-08-31 [paul]       0.8.2claws17
2652
2653         * sync with 0.8.2cvs6
2654                 see ChangeLog 2002-08-30
2655
2656 2002-08-31 [alfons]     0.8.2claws16
2657
2658         * src/folder.c
2659                 folder_destroy(): remove mailbox from folderlist even if it has
2660                 no destroy virtual
2661
2662 2002-08-31 [alfons]     0.8.2claws15
2663
2664         * src/folder.c
2665                 :%sno/if(/if (/gc
2666                 :%sno/for(/for (/gc
2667                 (being pedantic I know)
2668
2669 2002-08-31 [alfons]     0.8.2claws14
2670
2671         * src/folder.c
2672                 check for NULL pointers returned from folder->fetch_msginfo virtual
2673                 (should solve some reported crashes)
2674
2675 2002-08-30 [alfons]     0.8.2claws13
2676
2677         * acconfig.h
2678         * configure.in
2679         * src/crash.c
2680                 enable crash dialog on compilation time
2681                 (--enable-crash-dialog configure option)
2682
2683 2002-08-30 [alfons]     0.8.2claws12
2684
2685         * AUTHORS
2686                 add Martin Kluge
2687         * src/mh.c
2688                 apply memory leak plug patch by Martin Kluge
2689                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
2690                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
2691                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
2692
2693 2002-08-30 [darko]      0.8.2claws11
2694
2695         * src/folderview.c
2696                 copy Gtk style from normal style to match
2697                 font size for coloured folders
2698
2699 2002-08-29 [alfons]     0.8.2claws10
2700
2701         * sylpheed.desktop
2702                 Type=Internet <- Type=Application
2703                 (reported by Michael Schwendt, see:
2704                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
2705                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
2706
2707 2002-08-29 [paul]       0.8.2claws9
2708
2709         * sync with 0.8.2cvs5
2710                 see ChangeLog 2002-08-29
2711
2712 2002-08-29 [colin]      0.8.2claws8
2713
2714         * src/summaryview.c
2715                 Added a sanity check in summary_select_thread
2716                 Should fix bug 601605
2717
2718 2002-08-29 [colin]      0.8.2claws7
2719
2720         * src/main.c
2721                 Revert claws6 changes regarding bug #591676
2722
2723 2002-08-28 [colin]      0.8.2claws6
2724         
2725         * src/main.c
2726                 Ignore cache for queue folderitems
2727                 Fix bug #591676
2728
2729 2002-08-28 [melvin]     0.8.2claws5
2730
2731         * README.claws
2732                 Fixed typos.
2733
2734 2002-08-28 [melvin]     0.8.2claws4
2735
2736         * README.claws
2737                 Updated a bit the text concerning the spell checker
2738
2739 2002-08-28 [melvin]     0.8.2claws3
2740
2741         Merged the GNU_aspell_branch:
2742                 Support of new GNU/aspell is now included and the old pspell
2743                 is not supported anymore.
2744                 See README.claws
2745
2746         * README.claws
2747                 Updated spell checker text to reflect the switch to GNU/aspell
2748
2749         * ac/aspell.m4          *** NEW ***
2750         * src/gtkaspell.[ch]    *** NEW *** 
2751         * ac/pspell.m4          *** DELETED *** 
2752         * src/gtkspell.[ch]     *** DELETED ***
2753
2754         * ac/Makefile.am
2755                 Updated for GNU/aspell support
2756
2757         * po/POTFILES.in
2758                 Replaced gtkspell.c by gtkaspell.c
2759
2760         * acconfig.h
2761         * src/Makefile.am
2762         * src/about.c
2763         * src/compose.[ch]
2764         * src/crash.c
2765         * src/main.c
2766         * src/prefs_common.[ch]
2767                 Updated for GNU/aspell support
2768
2769 2002-08-28 [paul]       0.8.2claws2
2770
2771         * sync with 0.8.2cvs4
2772                 see ChangeLog 2002-08-27 and 2002-08-28
2773
2774 2002-08-28 [colin]      0.8.2claws1
2775
2776         * src/summary_search.c
2777                 Added "AND search"
2778
2779 2002-08-28 [jens]       0.8.2claws
2780
2781         *po/de.po
2782                 Updated German translations
2783
2784 2002-08-27 [melvin]     0.8.2claws
2785
2786         * po/fr.po
2787                 Updated French translations
2788
2789 2002-08-27 [paul]       0.8.2claws
2790
2791         * sync with 0.8.2 main release
2792
2793         * po/en_GB.po
2794           po/es.po
2795           po/it.po
2796           po/pl.po
2797           po/pt_BR.po
2798           po/sr.po
2799                 updated message catalogs submitted by
2800                 Ricardo Mones Lastra, Alessandro Maestri,
2801                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
2802                 Beneditto and Urke MMI  
2803
2804 2002-08-27 [hoa]        0.8.1claws123
2805
2806         * src/mainwindow.[ch]
2807         * src/summaryview.[ch]
2808                 removed the "filter setting" menu option.
2809                 add a "cancel a news message" menu option.
2810
2811 2002-08-26 [martin]     0.8.1claws122
2812
2813         * ChangeLog.claws
2814                 changed string under 0.8.1claws79 changed by myself
2815                 i'm sorry alfons :(
2816
2817 2002-08-26 [martin]     0.8.1claws121
2818
2819         * src/crash.c
2820                 added kill command to debuggerrc to start crash dialog
2821
2822 2002-08-26 [paul]       0.8.1claws120
2823
2824         * sync with 0.8.1cvs31
2825                 see ChangeLog 2002-08-26
2826
2827 2002-08-25 [alfons]     0.8.1claws119
2828
2829         * src/procmsg.c
2830                 fix bug that didn't send out correct headers to news server
2831                 when sending news article and email from queue (bug reported
2832                 and patch provided by Tim Mann; closes bug 
2833                 "[ 583196 ] 0.7.8claws can't post news")
2834
2835 2002-08-25 [alfons]     0.8.1claws118
2836
2837         * src/selective_download.c
2838                 mark two strings as translatable
2839                 (thanks to Urke MMI for pointing this out)
2840
2841 2002-08-25 [alfons]     0.8.1claws117
2842
2843         * src/summaryview.c
2844                 treat sent boxes as special and allow sorting them by addressee
2845                 (closes "[ 589418 ] Sent folder sorting misbehavior"
2846                 submitted by Steve Lamb)
2847
2848 2002-08-24 [alfons]     0.8.1claws116
2849
2850         * src/matcher.c
2851                 fix memleak reported by Martin Kluge
2852                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
2853
2854 2002-08-24 [oliver]     0.8.1claws115
2855
2856         * src/prefs_toolbar.c
2857                 o code cleanup as suggested by Alfons
2858                 o memleak fix
2859
2860 2002-08-24 [alfons]     0.8.1claws114
2861
2862         * src/summaryview.c
2863                 o fix another memory leak reported by Martin Kluge
2864                   (see "[ 599568 ] Small Memory Leak")
2865                 o remove 'from' variable from 'summary_set_header()'; we can
2866                   do with just 'to' 
2867
2868 2002-08-24 [paul]       0.8.1claws113
2869
2870         * sync with 0.8.1cvs30
2871                 see ChangeLog 2002-08-23
2872
2873 2002-08-24 [alfons]     0.8.1claws112
2874
2875         * src/summaryview.c
2876                 remove unnecessary allocations for search bar fixing leaks
2877                 reported by Martin Kluge
2878                 (see "[ 599451 ] Further memory leaks?")
2879
2880 2002-08-24 [alfons]     0.8.1claws111
2881
2882         * src/main.c
2883                 make get_socket_name() public for crash.c
2884         * src/crash.c
2885                 o make report bug button work (goes to claws' 
2886                   bug tracker at sf.net)
2887                 o introduce function for doing important stuff just
2888                   before claws goes down
2889                 o clean up code 
2890
2891 2002-08-24 [alfons]     0.8.1claws110
2892
2893         * src/compose.c
2894                 move cursor to "To" entry when forwarding as attachment
2895                 (reported and solved by Steve Lamb, closes bug report
2896                 "[ 592880 ] Forward as attachment; cursor not in to")
2897
2898 2002-08-24 [colin]      0.8.1claws109
2899
2900         * src/mainwindow.c
2901                 fix quick search visibility after GUI (de)separations.
2902
2903 2002-08-23 [colin]      0.8.1claws108
2904
2905         * src/mainwindow.c
2906                 fix header pane visibility after folderview or
2907                 messageview (de)separation
2908
2909 2002-08-23 [paul]       0.8.1claws107
2910
2911         * src/mainwindow.[ch]
2912           src/toolbar.c
2913                 give full control of display or non-display 
2914                 of the Execute icon to Custom toolbar settings.
2915                 add new sensitivity condition to maninwindow.h: 
2916                 M_DELAY_EXEC
2917
2918         * ChangeLog
2919           ChangeLog.jp
2920           NEWS
2921                 more sync with 0.8.1cvs29
2922
2923 2002-08-23 [melvin]     0.8.1claws106
2924
2925         * src/alertpanel.c
2926                 Readded support for custom widget in alertpanel lost in last
2927                 sync.
2928
2929 2002-08-23 [paul]       0.8.1claws105
2930
2931         * sync with 0.8.1cvs29
2932                 see ChangeLog 2002-08-23
2933
2934 2002-08-23 [colin]      0.8.1claws104
2935
2936         * src/summaryview.c
2937                 Fix folder and search pixmaps exchanging positions
2938                 after theme or toolbar changes. Thank to Oliver for 
2939                 reporting this.
2940
2941 2002-08-23 [colin]      0.8.1claws103
2942
2943         * src/mainwindow.c
2944           src/messageview.[ch]
2945           src/noticeview.[ch]
2946           src/summaryview.c
2947                 Changed messageview_create() and noticeview_create()
2948                 to avoid the last gdk_warning
2949
2950 2002-08-22 [colin]      0.8.1claws102
2951
2952         * src/summaryview.c
2953                 Fix my new `Creating pixmap from xpm' warning
2954
2955 2002-08-22 [colin]      0.8.1claws101
2956
2957         * src/mainwindow.c
2958                 Fix some of the gdk warnings
2959
2960 2002-08-22 [colin]      0.8.1claws100
2961
2962         * src/Makefile.am
2963         * src/stock_pixmap.c
2964         * src/stock_pixmap.h
2965         * src/pixmaps/quicksearch.xpm *ADDED*
2966                 Add the quicksearch pixmap
2967         * src/mainwindow.c
2968         * src/summaryview.c
2969         * src/summaryview.h
2970                 Make quicksearch bar visible/hidden via a button
2971
2972 2002-08-22 [christoph]  0.8.1claws99
2973
2974         * src/folder.c
2975                 fix folder update for newsgroups with message
2976                 numbers below minimum number of articles to fetch
2977                 (closes bug #598445)
2978
2979 2002-08-22 [paul]       0.8.1claws98
2980
2981         * sync with 0.8.1cvs28
2982                 see ChangeLog 2002-08-22
2983
2984 2002-08-21 [alfons]     0.8.1claws97
2985
2986         * src/crash.c
2987                 use bt instead of bt full which seems to work 
2988                 better, and bt full doesn't give a great deal 
2989                 of information anyway
2990
2991 2002-08-21 [colin]      0.8.1claws96
2992
2993         * src/summaryview.c
2994                 fix summaryview_searchtype_changed prototype
2995
2996 2002-08-21 [christoph]  0.8.1claws95
2997
2998         * src/mainwindow.c
2999                 o fix broken menu update for sorting type, we have to
3000                   get this info from the summaryview now
3001                 o removed setting of threaded state in menu callback
3002         * src/summaryview.[ch]
3003                 more summaryview/folderitem seperation for
3004                 threading option
3005         * configure.in
3006                 removed not required --with-compiler-flags option
3007
3008 2002-08-21 [oliver]     0.8.1claws94
3009         
3010         * src/toolbar.h 
3011                 o rename toolbar.xml to toolbar_main.xml
3012                   since toolbar_compose.xml might come up 
3013                   any time soon
3014         * README.claws
3015                 add custom toolbar              
3016
3017 2002-08-21 [darko]      0.8.1claws93
3018
3019         * src/procmsg.c
3020                 don't reset tmp flags for messages copied
3021                 to sent folder
3022
3023 2002-08-21 [colin]      0.8.1claws92
3024         
3025         * src/prefs_filtering.c
3026                 fix renaming rules on folder rename 
3027                 when folder is not a leaf folder
3028
3029 2002-08-21 [paul]       0.8.1claws91
3030
3031         * src/prefs_folder_item.c
3032                 fix alignment of colour selector
3033
3034 2002-08-21 [paul]       0.8.1claws90
3035
3036         * sync with 0.8.1cvs27
3037                 see ChangeLog 2002-08-21
3038
3039 2002-08-21 [paul]       0.8.1claws89
3040
3041         * src/summaryview.c
3042                 fix crash when changing field type in
3043                 Quick search bar
3044
3045 2002-08-21 [colin]      0.8.1claws88
3046
3047         * src/summaryview.c
3048                 Made quick search case-insensitive
3049
3050 2002-08-21 [paul]       0.8.1claws87
3051
3052         * sync with 0.8.1cvs26
3053                 see ChangeLog 2002-08-21
3054
3055 2002-08-20 [christoph]  0.8.1claws86
3056
3057         * src/folderview.c
3058         * src/main.c
3059         * src/summaryview.[ch]
3060                 more summaryview/folderitem seperation for
3061                 sort_key and sort_type
3062         * src/procmsg.c
3063                 added missing return statement
3064
3065 2002-08-20 [colin]      0.8.1claws85
3066
3067         * src/summaryview.[ch]
3068                 Added a quick search box
3069         * src/mainwindow.c
3070         * src/prefs_common.[ch]
3071                 Added a show/hide option for the quick search
3072
3073 2002-08-20 [oliver]     0.8.1claws84
3074         
3075         * src/mainwindow.c
3076                 remove toolbar_create_popups
3077         * src/toolbar.[ch]
3078                 o remove toolbar_create_popups
3079                 o fix toolbar_set_sensitive 
3080                   (Bug reports #596834 and #596832)     
3081         * src/prefs_toolbar.c
3082                 o add "Set default" button
3083                 o align label and text + combo widgets
3084
3085 2002-08-20 [hoa]        0.8.1claws83bis
3086
3087         * src/imap.c
3088                 fixed a bug in imap_fetch_msginfo() in case there is no
3089                 current folder.
3090
3091 2002-08-20 [darko]      0.8.1claws83
3092
3093         * src/folderview.c
3094                 copy the color style of folder view so it
3095                 works with GTK themes
3096
3097 2002-08-20 [darko]      0.8.1claws82
3098
3099         * src/folder.h
3100         * src/folderview.c
3101         * src/prefs_folder_item.[hc]
3102                 don't use UI stuff in folder.h
3103
3104 2002-08-20 [darko]      0.8.1claws81
3105
3106         * src/folder.h
3107         * src/prefs_folder_item.h
3108         * src/folderview.c
3109         * src/prefs_folder_item.c
3110                 ability to set folder color in folderview
3111
3112 2002-08-19 [alfons]     0.8.1claws80
3113
3114         * src/summaryview.c
3115                 fix one of the earlier memleaks reported by Martin Kluge
3116
3117 2002-08-19 [alfons]     0.8.1claws79
3118
3119         * src/mainwindow.c
3120                 hide notice view when selecting seperate folder
3121                 view (reported by Urke MMI)
3122
3123 2002-08-19 [christoph]  0.8.1claws78
3124
3125         * src/folderview.c
3126         * src/prefs_folder_item.h
3127         * src/summaryview.[ch]
3128                 o add summary_set_prefs_from_folderitem to set
3129                   summaryview prefs (first step to remove all
3130                   references to the folderitem in summaryview)
3131                 o moved compiled regex stuff from folderitem prefs
3132                   to summaryview code
3133
3134 2002-08-19 [paul]       0.8.1claws77
3135
3136         * src/compose.c
3137                 add check for '.' to QUOTE_IF_REQUIRED
3138
3139 2002-08-19 [paul]       0.8.1claws76
3140
3141         * src/inc.c
3142                 sync with 0.8.1cvs25 (plug memory leak)
3143
3144         * src/prefs_toolbar.c
3145                 re-order prefs_toolbar_cancel()
3146
3147 2002-08-18 [alfons]     0.8.1claws75
3148
3149         * src/inc.c
3150         * src/matcher.c
3151                 plug other memleaks reported by Martin Kluge
3152
3153 2002-08-18 [paul]       0.8.1claws74
3154
3155         * po/pt_BR.po
3156                 updated by Fabio Jr. Beneditto
3157
3158 2002-08-18 [paul]       0.8.1claws73
3159
3160         * src/toolbar.[ch]
3161                 fix bug where tooltips were displayed untranslated              
3162
3163         * src/prefs_toolbar.c
3164                 fix bug where clicking 'Cancel' creates an icon & text
3165                 toolbar regardless of prefs
3166         
3167
3168 2002-08-17 [oliver]     0.8.1claws72
3169
3170         * src/prefs_toolbar.c
3171                 update toolbar on CANCEL
3172                 bug reported by Martin Kluge
3173         * src/toolbar.c
3174                 toolbar_destroy memleak fixed           
3175
3176 2002-08-17 [alfons]     0.8.1claws71
3177
3178         * src/toolbar.c
3179                 plug another memleak reported by Martin Kluge
3180
3181 2002-08-16 [alfons]     0.8.1claws70
3182
3183         * src/crash.c
3184                 use execvp() correctly (suggested by wwp; thanks!)
3185
3186 2002-08-16 [alfons]     0.8.1claws69
3187
3188         * src/gtksctree.c
3189                 plug memory leak reported by Kim Schultz & Martin Kluge
3190
3191 2002-08-16 [paul]       0.8.1claws68
3192
3193         * po/es.po
3194                 updated by Ricardo Mones Lastra
3195
3196 2002-08-16 [paul]       0.8.1claws67
3197
3198         * src/toolbar.h
3199                 fix bug where 'Compose News' icon showed wrong
3200                 tooltip
3201
3202 2002-08-16 [paul]       0.8.1claws66
3203
3204         * sync with 0.8.1cvs24
3205                 see ChangeLog 2002-08-16
3206
3207         * po/it.po
3208                 updated by Alessandro Maestri
3209
3210 2002-08-15 [paul]       0.8.1claws65
3211
3212         * po/sr.po
3213                 updated by Urke MMI
3214
3215 2002-08-15 [paul]       0.8.1claws64
3216
3217         * src/*.c
3218                 don't translate debug info
3219
3220         * src/matcher.[ch]
3221                 add copyright info
3222
3223 2002-08-15 [paul]       0.8.1claws63
3224
3225         * src/prefs_toolbar.c
3226                 fix bug where clicking 'OK' creates an icon & text
3227                 toolbar regardless of prefs
3228
3229 2002-08-14 [alfons]     0.8.1claws62
3230
3231         * src/main.c
3232                 add global var that has the full argv[0]
3233         * src/crash.c
3234                 o execvp the correct sylpheed by using argv0
3235                   and setting the correct work dir
3236                 o other tweaks  
3237
3238 2002-08-14 [oliver]     0.8.1claws61
3239         
3240         * enable/disable Toolbar Action Buttons 
3241         * code cleanups
3242         * src/mainwindow.c
3243         * src/toolbar.[ch]      
3244         * src/prefs_toolbar.c   
3245
3246 2002-08-14 [melvin]     0.8.1claws60
3247
3248         * po/fr.po
3249                 Updated French translations
3250
3251 2002-08-14 [melvin]     0.8.1claws59
3252
3253         * src/crash.c
3254                 Made bug report not translatable
3255         * src/exporthtml.c
3256                 Fixed exporthtml_build_filespec() return value
3257         * src/foldersel.c
3258                 Fixed incorrect include file
3259         * src/gtkspell.c
3260         * src/prefs_actions.c
3261         * src/prefs_toolbar.c
3262                 Made debug info not translatable
3263         * src/mutt.c
3264         * src/quote_fmt.c
3265                 Added missing includes
3266         * src/prefs_common.c
3267                 Fixed typo
3268
3269 2002-08-14 [paul]       0.8.1claws58
3270
3271         * faq/es/sylpheed-faq.html
3272           faq/es/sylpheed-faq-[1-3].html
3273           faq/es/sylpheed-faq-4.html     **NEW FILE **
3274                 update Spanish FAQ
3275
3276 2002-08-13 [christoph]  0.8.1claws57
3277
3278         * src/procmsg.c
3279                 ignore thread fix that did not mark all
3280                 child nodes of a ignored thread as
3281                 ignored. Does not work perfectly yet,
3282                 but it is better now
3283
3284 2002-08-13 [alfons]     0.8.1claws56
3285
3286         * src/crash.c
3287                 o implement 'save crash log'
3288                 o some tweaks
3289
3290 2002-08-13 [melvin]     0.8.1claws55
3291
3292         * src/main.c
3293                 removed unrequired "execinfo.h" header
3294
3295 2002-08-12 [paul]       0.8.1claws54
3296
3297         * faq/en/sylpheed-faq.html
3298           faq/en/sylpheed-faq-[1-3].html
3299           faq/en/sylpheed-faq-4.html     **NEW FILE **
3300                 update English FAQ
3301
3302 2002-08-12 [alfons]     0.8.1claws53
3303
3304         * po/POTFILES.in
3305                 add crash.c to translatables
3306         * src/crash.c
3307                 bring in Leandro's crash dialog
3308
3309 2002-08-11 [alfons]     0.8.1claws52
3310
3311         * src/crash.c
3312                 clean up some warnings
3313
3314 2002-08-11 [alfons]     0.8.1claws51
3315
3316         * acconfig.h
3317         * configure.in
3318         * src/crash.[ch]        ** NEW FILES **
3319         * src/main.c            
3320                 initial gdb crash handler
3321
3322 2002-08-11 [paul]       0.8.1claws50
3323
3324         * src/prefs_toolbar.c
3325                 replace Up/Down arrow pixmaps with text to be
3326                 consistent across icon themes
3327
3328 2002-08-11 [paul]       0.8.1claws49
3329
3330         * src/prefs_common.c
3331           src/prefs_toolbar.c
3332                 rename 'Pixmap' -> 'Icon'
3333
3334         * src/toolbar.[ch]
3335                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
3336
3337 2002-08-10 [paul]       0.8.1claws48
3338
3339         * src/prefs_toolbar.c
3340                 re-work the UI
3341
3342 2002-08-10 [paul]       0.8.1claws47
3343
3344         * src/main.c
3345                 don't write Processing progress to status bar
3346                 patch submitted by Alexander Evseev
3347
3348         * src/prefs_toolbar.c
3349                 re-position and resize window
3350                 make window assume correct size on first call
3351
3352 2002-08-10 [paul]       0.8.1claws46
3353
3354         * src/mainwindow.c
3355           src/prefs_toolbar.c
3356           src/toolbar.c
3357           src/toolbar.h
3358                 obey coding style
3359                 follow UI text conventions
3360
3361 2002-08-10 [alfons]     0.8.1claws45
3362
3363         * src/toolbar.c
3364                 correct pixmap for delete action
3365
3366 2002-08-10 [paul]       0.8.1claws44
3367
3368         * po/pt_BR.po
3369                 updated by Fabio Jr. Beneditto
3370
3371 2002-08-10 [paul]       0.8.1claws43
3372
3373         * po/POTFILES.in
3374                 add custom toolbar files
3375
3376 2002-08-10 [paul]       0.8.1claws42
3377
3378         * sync with 0.8.1cvs22
3379                 see ChangeLog 2002-08-09
3380
3381 2002-08-09 [paul]       0.8.1claws41
3382
3383         * tools/Makefile.am
3384           tools/README
3385           tools/outlook2sylpheed.pl     ** NEW FILE **
3386                 add script to convert exported Outlook
3387                 contacts list to a Sylpheed addressbook.
3388                 Submitted by Ricardo Mones Lastra.
3389
3390 2002-08-09 [paul]       0.8.1claws40
3391
3392         * AUTHORS
3393           configure.in
3394           po/sr.po      ** NEW FILE **
3395                 add Serbian message catalog. Submitted by
3396                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
3397
3398 2002-08-09 [paul]       0.8.1claws39
3399
3400         * sync with 0.8.1cvs21
3401                 see ChangeLog 2002-08-08
3402
3403 2002-08-08 [oliver]     0.8.1claws38
3404
3405         * src/mainwindow.c
3406                 move Custom Toolbar to Configuration menu
3407
3408 2002-08-08 [oliver]     0.8.1claws37
3409
3410         * src/prefs_toolbar.c
3411                 fix substitute pixmap bug
3412
3413 2002-08-08 [paul]       0.8.1claws36
3414
3415         * sync with 0.8.1cvs19
3416                 see ChangeLog 2002-08-08
3417
3418 2002-08-07 [christoph]  0.8.1claws35
3419
3420         * src/utils.c
3421                 fixed a memory leak in new canonicalize_file_replace
3422
3423 2002-08-07 [christoph]  0.8.1claws34
3424
3425         * src/utils.[ch]
3426                 o canonicalize_file_replace should create the temporary
3427                   file in the same directory as the original file.
3428                 o added get_tmpfile_in_dir that creates a temorary file
3429                   in a specified directory.
3430
3431 2002-08-07 [melvin]     0.8.1claws33
3432
3433         * src/toolbar.c
3434                 fixed bug where 'Article' button acted as 'Email' button.
3435
3436 2002-08-07 [paul]       0.8.1claws32
3437
3438         * sync with 0.8.1.cvs17
3439                 see ChangeLog 2002-08-07
3440
3441 2002-08-07 [colin]      0.8.1claws31
3442         
3443         * src/news.c
3444                 fix mass-cancel problem
3445
3446 2002-08-07 [thorsten]   0.8.1claws30
3447
3448         * src/prefs_toolbar.c
3449                 fix: crash on replace or add new button
3450         * src/toolbar.c
3451                 fix: close xmlfile after reading
3452         * src/utils.c
3453                 fix: unlink() file before rename()
3454
3455 2002-08-06 [paul]       0.8.1claws29
3456
3457         * sync with 0.8.cvs15
3458                 see ChangeLog 2002-08-06
3459
3460 2002-08-06 [oliver]     0.8.1claws28
3461
3462         * src/toolbar.c
3463         * src/prefs_toolbar.c
3464                 fixed empty toolbar issue
3465
3466 2002-08-06 [oliver]     0.8.1claws27
3467
3468         * Custom Toolbar Final 
3469         * src/folderview.c
3470         * src/inc.c
3471         * src/summaryview.c
3472                 o toolbar stuff now lives in src/toolbar.[ch]
3473                 o main_window_toolbar_* functions are renamed to
3474                   toolbar_* reflecting their new source file
3475         * src/mainwindow.[ch]
3476                 o remove toolbar stuff  
3477
3478 2002-08-06 [oliver]     0.8.1claws26
3479         
3480         * src/Makefile.am
3481         * src/prefs_toolbar.[ch]        **New File**
3482         * src/toolbar.[ch]              **New File**
3483                 o prefs_toolbar.[ch] custom toolbar frontend
3484                 o toolbar.[ch]       backend 
3485
3486 2002-08-06 [oliver]     0.8.1claws25
3487
3488         * src/prefs_actions.[ch]
3489                 o new exported function actions_execute
3490
3491 2002-08-06 [paul]       0.8.1claws24
3492
3493         * sync with 0.8.1cvs4
3494                 see ChangeLog 2002-08-06
3495
3496 2002-08-06 [paul]       0.8.1claws23
3497
3498         * sync with 0.8.1cvs13
3499                 see ChangeLog 2002-08-06
3500
3501 2002-08-06 [paul]       0.8.1claws22
3502
3503         * sync with 0.8.1cvs12
3504                 see ChangeLog 2002-08-05 and 2002-08-06
3505
3506 2002-08-06 [match]      0.8.1claws21
3507
3508         * src/addrclip.c
3509                 improvements to cut/copy/paste address
3510
3511 2002-08-05 [match]      0.8.1claws20
3512
3513         * src/addritem.[ch]
3514         * src/addrcache.c
3515         * src/addrbook.c
3516         * src/editaddress.c
3517         * src/addressbook.c
3518                 fixes to improve cut/copy/paste
3519
3520 2002-08-06 [melvin]     0.8.1claws19
3521
3522         * src/account.[ch]
3523                 account_find_all_from_address(): new function that returns the
3524                 list of all accounts that are matched in an address.
3525         * src/alertpanel.[ch]
3526                 alertpanel() now accepts a custom widget
3527                 alertpanel_with_widget(): new function that pops up a panel with
3528                 a custom widget in it 
3529         * src/gtkutils.[ch]
3530                 gtkut_account_menu_new(): new function that allows the selection
3531                 of an account from a list of accounts.
3532         * src/messageview.c
3533                 Extended Return Receipt notification to select the correct 
3534                 account and to make a security test on the Delivery-Notification
3535                 address which should be the same as the Return-Path.
3536
3537 2002-08-06 [thorsten]   0.8.1claws18
3538
3539         * src/mimeview.c
3540                 attach_all: save unnamed as "noname.%d",
3541                 dont free static dirname
3542
3543 2002-08-05 [alfons]     0.8.1claws17
3544
3545         * configure.in
3546                 detect XIM by trying to link rather than compile a XIM program
3547
3548 2002-08-05 [oliver]     0.8.1claws16
3549                 
3550         * src/stock_pixmap.[ch]
3551                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
3552                 o new func to retrieve pixmaps
3553
3554 2002-08-05 [paul]       0.8.1claws15
3555
3556         * sync with 0.8.1cvs10
3557                 see ChangeLog 2002-08-05
3558
3559 2002-08-04 [alfons]     0.8.1claws14
3560
3561         * src/textview.c
3562                 see if this plugs memleak
3563
3564 2002-08-04 [melvin]     0.8.1claws13
3565
3566         * src/gtkspell.c
3567                 fixed bug that could crash Sylpheed when highlighting
3568                 all misspelled words.
3569
3570 2002-08-03 [melvin]     0.8.1claws12
3571
3572         * src/prefs_actions.c
3573                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
3574         * src/messageview.c
3575                 fixed bug where the Return Receipt was sent to
3576                 Delivery-Notification-To address even if it was not present
3577
3578 2002-08-02 [alfons]     0.8.1claws11
3579
3580         * src/prefs_actions.c
3581                 o more check for NULLs
3582                 o put create_io_dialog() in right conditional block
3583
3584 2002-08-02 [paul]       0.8.1claws10
3585
3586         * po/es.po
3587                 updated by Ricardo Mones Lastra
3588
3589 2002-08-01 [christoph]  0.8.1claws9
3590
3591         * src/folder.c
3592                 don't free the cache of the opened
3593                 folder in the summaryview
3594         * src/summaryview.c
3595                 don't unset flags, if it is not required
3596
3597 2002-08-01 [paul]       0.8.1claws8
3598
3599         * sync with 0.8.1cvs8
3600                 see ChangeLog entry 2002-08-01
3601
3602 2002-08-01 [paul]       0.8.1claws7
3603
3604         * sync with 0.8.1cvs7
3605                 see ChangeLog 2002-07-31 and 2002-08-01
3606
3607 2002-07-31 [christoph]  0.8.1claws6
3608
3609         * src/mainwindow.c
3610                 forgot to update menu sensitivity
3611                 function for new menu entry
3612
3613 2002-07-31 [alfons]     0.8.1claws5
3614
3615         * src/main.c
3616                 check folder item and its path for NULL on
3617                 initial processing
3618
3619 2002-07-31 [christoph]  0.8.1claws4
3620
3621         * src/folder.c
3622                 check if folder_item_get_msginfo in
3623                 folder_item_remove_msg returned NULL
3624         * src/imap.c
3625                 better clear the uid cache in the
3626                 uid validity check function and delete
3627                 cached messages
3628
3629 2002-07-31 [paul]       0.8.1claws3
3630
3631         * man/sylpheed.1
3632                 add the '--attach' option and a few other
3633                 minor changes
3634
3635 2002-07-31 [paul]       0.8.1claws2
3636
3637         * sync with 0.8.1cvs5
3638                 see ChangeLog 2002-07-31
3639
3640 2002-07-31 [christoph]  0.8.1claws1
3641
3642         * src/folderview.[ch]
3643         * src/mainwindow.c
3644                 replace "Rescan all folders..." with
3645                 "Check all folders for new messages..."
3646
3647 2002-07-30 [paul]       0.8.1claws
3648
3649         * version 0.8.1claws released
3650
3651 2002-07-30 [paul]       0.8.0claws29
3652
3653         * tools/OOo2sylpheed.pl ** NEW FILE **
3654           tools/README
3655                 add script to enable sending documents as
3656                 attachments from OpenOffice.org
3657
3658 2002-07-30 [melvin]     0.8.0claws28
3659
3660         * src/prefs_actions.c
3661                 Made the actions' input/output dialog display
3662                 without delay.
3663
3664 2002-07-30 [christoph]  0.8.0claws27
3665
3666         * src/procmsg.c
3667                 check if folder_item_get_msginfo in
3668                 procmsg_save_to_outbox returned NULL
3669
3670 2002-07-30 [paul]       0.8.0claws26
3671
3672         * sync with 0.8.1cvs4
3673                 see ChangeLog 2002-07-29
3674
3675 2002-07-29 [thorsten]   0.8.0claws25
3676
3677         * README.claws
3678                 added selective download, delete on server
3679
3680 2002-07-29 [paul]       0.8.0claws24
3681
3682         * sync with 0.8.1cvs3
3683                 see ChangeLog 2002-07-29
3684
3685 2002-07-27 [christoph]  0.8.0claws23
3686
3687         * src/folder.c
3688                 add extra check if fetching the msginfo
3689                 returned NULL
3690
3691 2002-07-27 [paul]       0.8.0claws22
3692
3693         * sync with 0.8.1cvs2
3694                 see ChangeLog 2002-07-26
3695
3696 2002-07-27 [christoph]  0.8.0claws21
3697
3698         * src/imap.c
3699                 add another check if a valid msginfo
3700                 was returned
3701
3702 2002-07-26 [hoa]        0.8.0claws20
3703
3704         * src/folder.c
3705                 Fixed a condition in folder_item_destroy()
3706
3707         * src/imap.c
3708                 Fixed an error in IMAP protocol
3709
3710 2002-07-26 [alfons]     0.8.0claws19
3711
3712         * src/folder.c
3713                 ofcourse compare with identifier, not the path
3714
3715 2002-07-26 [alfons]     0.8.0claws18
3716
3717         * src/folder.c
3718                 use folder item identifier for saving / restoring
3719                 preferences because folder->path might not be unique
3720
3721 2002-07-26 [melvin]     0.8.0claws17
3722
3723         * src/logwindow.c
3724                 Fixed a crash introduced in 0.8.0claws5 when log is 
3725                 cut under 80 characters.
3726
3727 2002-07-26 [paul]       0.8.0claws16
3728
3729         * sync with 0.8.1cvs1
3730                 see ChangeLog 2002-07-26
3731
3732 2002-07-26 [christoph]  0.8.0claws15
3733
3734         * src/imap.[ch]
3735                 imap folder now remembers the last selected
3736                 folder and imap_fetch_msginfo skips selecting
3737                 the folder if it is already selected
3738
3739 2002-07-26 [christoph]  0.8.0claws14
3740
3741         * src/folder.c
3742         * src/folderview.c
3743         * src/imap.c
3744                 fix imap folder rescanning
3745