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