don't delete messages...
[claws.git] / ChangeLog.claws
1 2002-01-27 [alfons]     0.7.0claws34
2         
3         * src/news.c
4                 make sylpheed believe it can delete a news message...
5                 (messages are NOT deleted, maybe we should remove
6                 processing from the folder properties after all.)
7
8 2002-01-27 [alfons]     0.7.0claws33
9
10         * src/folder.c
11                 add extra checks
12         * src/news.c
13                 implement remove_msg() 
14
15 2002-01-27 [alfons]     0.7.0claws32
16
17         * src/procmsg.h
18         * src/procheader.c
19         * src/messageview.c
20                 fix return receipt / disposition notification again. this
21                 stuff seems to break on _every_ major summary UI change, so
22                 it's now implemented using a flag which is saved in the
23                 marks cache
24                 
25 2002-01-26 [alfons]     0.7.0claws31
26
27         * src/import.c
28                 let import dialog show the destination folder identifier
29
30 2002-01-26 [melvin]     0.7.0claws30
31
32         * src/folderview.c
33         * src/summaryview.c
34                 Readded 'Mark all read' into summary view popup menu
35                 Added 'Mark all read' in folder view popup menu for IMAP
36                 and NNTP.
37                 Made it insensitive if the selected folder is not the shown
38                 one to avoid 'Mark all read' on the wrong folder.
39                 
40 2002-01-26 [paul]       0.7.0claws29
41
42         * src/folderview.c
43           src/summaryview.c
44                 move 'Mark all read' from summary view to folder view
45                 menu. (adapted from) patch submitted by Jeremy Andrews,
46                 <lists@kerneltrap.com>
47
48 2002-01-25 [alfons]     0.7.0claws28
49
50         * src/gtkstext.c
51                 put the gtk class name back so GtkSText adapts the 
52                 settings of GtkText
53
54 2002-01-25 [alfons]     0.7.0claws27
55
56         * src/folderview.c 
57                 assimilate Ricardo's patch that shows pixmaps instead of
58                 plain "new" and "unread" texts in the folder view column
59                 headers 
60
61 2002-01-25 [paul]       0.7.0claws26
62
63         * src/Makefile.am
64                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
65                 be found in non-standard locations. 
66                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
67
68 2002-01-25 [paul]       0.7.0claws25
69
70         * sync with sylpheed 0.7.0cvs16
71                 see ChangeLog entry 2002-01-25
72
73 2002-01-24 [paul]       0.7.0claws24
74
75         * more sync with sylpheed 0.7.0cvs15
76                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
77
78 2002-01-23 [sergey]     0.7.0claws23
79
80         * src/importldif.c
81                 Fixed segfault when closing LDIF import wizard with
82                 the window manager.
83         * src/imageview.c
84         * src/imageview.h
85         * src/messageview.c
86         * src/mimeview.c
87                 Fixed wrong scrolling position after switching between
88                 text and image parts.
89
90 2002-01-23 [paul]       0.7.0claws22
91
92         * sync with sylpheed 0.7.0cvs15
93                 see ChangeLog entries 2002-01-22 and 2002-01-23
94
95 2002-01-21 [melvin]     0.7.0claws21
96
97         * src/prefs_scoring.c
98         * src/prefs_filtering.c
99                 Fixed bug where scoring and filtering windows stopped
100                 autochecking.
101
102 2002-01-21 [paul]       0.7.0claws20
103
104         * sync with sylpheed 0.7.0cvs12
105                 see ChangeLog entries 2002-01-20 and 2002-01-21
106
107 2002-01-21 [carsten]    0.7.0claws19
108         * src/mainwindow.c
109         * src/menu.[ch]
110         * src/messageview.[ch]
111         * src/summaryview.[ch]
112                 changes to shortcuts handling again:
113                         + "Q" now controled by mainwin
114                         + v/V are now customizable and have slightly
115                           different meanings
116                 the "button" to minimize the messageview (and maximize
117                 the summary view) is a real button now
118         * src/compose.c
119                 "Delete Line+" added to Edit/Advanced (this will also
120                 delete the '\n')
121
122 2002-01-20 [melvin] 0.7.0claws18
123
124         * src/addressbook.c
125                 Made "Bcc" sensitive when addressbook is called from
126                 compose window (it was a Claws only bug).
127
128 2002-01-19 [alfons] 0.7.0claws17
129
130         * src/inc.c
131                 prevent unnecessary updates when currently selected folder has
132                 no new messages 
133
134 2002-01-19 [alfons] 0.7.0claws16
135         
136         * src/summaryview.c
137                 prevent writing the cache based on current message list in summary 
138                 view when filtering also put messages in currently selected folder
139
140 2002-01-19 [paul]
141
142         * po/it.po
143                 Italian translation submitted by Alessandro Maestri
144                 <a.maestri@cs.tin.it>
145
146 2002-01-18 [melvin]     0.7.0claws15
147
148         * src/prefs_filters.c
149                 fixed bug where 'cancel' from 'filters' window stops autochecking
150                 if the timer timed out  when the window was open.
151
152 2002-01-18 [match]      0.7.0claws14
153
154         * src/addrclip.[ch]     ** NEW FILE **
155         * src/addrselect.[ch]   ** NEW FILE **
156         * src/adbookbase.h      ** NEW FILE **
157                 addressbook cut, copy and paste
158         * src/addrbook.[ch]
159         * src/addrcache.[ch]
160         * src/addressitem.h
161         * src/addrindex.[ch]
162         * src/addritem.[ch]
163         * src/importldif.c
164         * src/importmutt.c
165         * src/jpilot.[ch]
166         * src/syldap.[ch]
167         * src/vcard.[ch]
168         * src/jpilot.[ch]
169         * src/editbook.c
170         * src/editjpilot.c
171         * src/editldap.c
172         * src/editvcard.c
173                 support for copy/paste
174         * src/addressbook.c
175                 support for copy/paste
176                 tidy up menu option processing
177                 correct address list function arguments
178         * src/editaddress.c
179                 sort user attributes
180         * src/ldif.h
181         * src/mutt.h
182                 tidy up
183
184         * src/addrbook.[ch]
185         * src/addrbook.[ch]
186         * src/addrbook.[ch]
187                 
188
189 2002-01-18 [paul]       0.7.0claws13
190
191         * sync with sylpheed 0.7.0cvs8
192                 configure.in: support Mac OS X (Darwin)
193
194 2002-01-18 [carsten]    0.7.0claws12
195         * src/html.c
196                 small hack to fix a segfault with an empty href
197                 (reported by Alexandra Walford <deeni@altern.org>)
198         * src/mainwindow.c
199         * src/summaryview.c
200                 the shortcuts for Mark und Mark as unread are hardcoded
201                 again
202         * src/compose.c
203         * src/gtkstext.[ch]
204                 readded the shortcuts in gtkstext but made them
205                 customizeable (simply by adding a menu plus a wrapper
206                 to compose.c)
207
208 2002-01-17 [melvin]     0.7.0claws11
209
210         * src/gtkspell.c
211                 fix default dictionary not being saved.
212
213 2002-01-16 [darko]      0.7.0claws10
214
215         * src/compose.c
216                 fix wrapping crash with URL longer than wrapping margin
217
218 2002-12-08 [hoa]        0.7.0claws10
219
220         * src/matcher_parser_parse.y
221                 fixed some bugs
222
223         * src/prefs_filtering.c
224                 now, we can use bounce action in the dialog box.
225
226 2002-01-16 [carsten]    0.7.0claws9
227         * src/gtkstext.c
228                 removed the <control> and <alt> shortcuts because they're
229                 not needed and interefered with the "normal" shortcuts
230         * src/mainwindow.c
231         * src/summaryview.c
232                 removed most of the hardcoded shortcuts and assigned
233                 them to menu entries making them easy customizable by
234                 that
235
236 2002-01-16 |melvin]     0.7.0claws8
237
238         * src/gtkspell.c
239                 fixed bug where using the mouse and when the compose
240                 window is not on top may result in a crash.
241
242 2002-01-16 [melvin]     0.7.0claws7
243
244         * src/compose.c
245                 fixed a long standingspell checker bug which could 
246                 cause a crash after sending a message.
247
248 2002-01-16 [paul]       0.7.0claws6
249
250         * sync with sylpheed 0.7.0cvs7
251                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
252                 2002-01-15, and 2002-01-16
253
254 2002-01-16 [melvin]     0.7.0claws5
255
256         * README.claws
257         * src/compose.c
258         * src/gtkspell.[ch]
259         * src/main.c
260                 Heavily modified spell checker code to work around
261                 ispell bug, to add keyboard shortcuts and for future
262                 enhancements. See README.claws for usage information.
263
264 2002-01-15 [alfons]     0.7.0claws4
265         
266         * src/summaryview.c
267                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
268                 so sorting within threads reflects sort mode
269
270 2002-01-15 [christoph]  0.7.0claws3
271
272         * src/procmsg.c
273                 added alertpanel if mail sending failed
274
275 2002-01-15 [alfons]     0.7.0claws2
276         
277         * src/prefs_filtering.c
278                 don't stop timer when prefs filtering dialog is opened
279
280 2002-01-14 [alfons]     0.7.0claws1
281
282         * src/addr_compl.c
283         * src/prefs.c
284                 remove debug_print()s for privacy reasons
285
286 2002-01-14 [darko]      0.7.0claws
287
288         * README.claws
289                 quotation wrapping is now also in the main branch
290
291 2002-01-14 [paul]
292
293         * tools/filter_conv.pl
294                 allow for Boolean Op and case-sensitivity
295                 this file is included in the release and tagged
296                 'rel_0_7_0'
297
298 2002-01-13 [paul]       0.7.0claws
299
300         * release 0.7.0, with cvs tag 'rel_0_7_0'
301
302 2002-01-13 [paul]
303
304         * tools/filter_conv.pl
305         * tools/README
306                 rewritten to output to matcherrc instead of filteringrc
307
308         * po/es.po
309                 updated Spanish translation by Ricardo Mones Lastra
310
311 2002-01-13 [alfons]
312
313         * po/nl.po
314                 update dutch translation
315
316 2002-01-13 [paul]
317
318         * po/pt_BR.po
319                 Updated by Fabio Junior Beneditto 
320
321 2002-01-13 [melvin]     0.6.6claws53
322
323         * po/fr.po
324                 Updated french translation
325
326 2002-01-12 [alfons]     0.6.6claws52
327
328         * src/filtering.c
329                 plug mem leak that has been sitting there for ages              
330
331 2002-01-12 [alfons]     0.6.6claws51
332
333         * src/summaryview.c
334                 undo melvin's changes from 0.6.6claws48 because summary
335                 view now refuses to select first unread message when
336                 selecting a folder 
337
338 2002-01-11 [alfons]     0.6.6claws50
339
340         * src/import.c
341                 use claws' semantics for getting folder item when
342                 importing an mbox file into a folder 
343                 (submitted by Dale P. Smith)
344
345 2002-01-11 [christoph]  0.6.6claws49
346
347         * src/prefs.h
348                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
349                 toggle widget, because non static prefs can not use
350                 prefs_set_* functions
351         * src/prefs_account.c
352                 toggle smtp auth password field sensitivity if
353                 user id is empty and add descrition of usage for
354                 these fields
355         * src/prefs_folder_item.c
356                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
357                 callbacks
358
359 2002-01-11 [melvin]     0.6.6claws48
360
361         * src/compose.c
362                 fix the 'Ctrl-Enter' feature for sending and test really
363                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
364                 editables which was not documented in Gtk)
365
366         * src/summaryview.c
367                 Made summaryview refresh after sorting and not before.
368
369 2002-01-11 [christoph]  0.6.6claws47
370
371         * src/compose.c
372                 select account from account ids if possible and
373                 correctly set save folder for copy in reedit
374
375 2002-01-10 [paul]       0.6.6claws46
376
377         * sync with sylpheed 0.7.0 release
378                 see ChangeLog entries 2002-01-07, 2002-01-08 and
379                 2002-01-09
380
381 2002-01-09 [alfons]
382
383         * src/summaryview.c
384                 remove more dirt traces...
385
386 2002-01-09 [alfons]
387         
388         * src/summaryview.c
389                 clean up some traces of my debugging stuff
390
391 2002-01-09 [alfons]     0.6.6claws45
392
393         * src/filtering.c
394                 break up filteringprop_apply() in three separate pieces
395                 so we can drop messages that failed processing in the
396                 inbox
397
398         * src/summaryview.c
399                 fix bug #469598 "no refresh of inbox after filter" which 
400                 was introduced by the new summary view locking, and which 
401                 prevented the summary view to update after a manual filter 
402                 message. claw's filter message requires a summary_show().
403                 (aargh, summary_show() again! :-)
404                 
405 2002-01-07 [alfons]     0.6.6claws44
406
407         * src/headerwindow.c
408         * src/logwindow.c
409         * src/messageview.c
410         * src/sourcewindow.c
411                 bring in Hiro's last 0.7.0 wm class fixes
412
413         * tools/sylprint.pl
414                 bring in Ricardo's fix for sylprint script
415
416         * AUTHORS       
417         * src/rfc2015.[ch]
418         * src/prefs_common.[ch]
419         * src/prefs_account.[ch]
420         * src/compose.c
421                 clean up account preference poison in rfc2015,
422                 and preparation to fix double sign bug 
423                 (patch submitted by Simon 'corecode' Schubert) 
424
425 2002-01-07 [christoph]  0.6.6claws43
426
427         * src/mh.c
428                 search for free message number, do not only rely
429                 on last_num
430         * src/send.c
431                 fix smtp auth and use extra account information
432                 if available, if not use pop3 data instead
433                 (closes bug #500341)            
434         * src/ssl.[ch]
435                 match coding style
436
437 2002-01-06 [alfons]     0.6.6claws42
438
439         * src/mainwindow.c
440                 try making the separate windows work again...
441
442 2002-01-06 [alfons]     0.6.6claws41
443
444         * src/mainwindow.c
445                 adapt Hiro's separate window menu (to get rid of the funny
446                 duplicate menu items), and make it work again
447
448 2002-01-06 [alfons]     0.6.6claws40
449
450         * tools/Makefile.am
451         * tools/sylprint.rc
452         * tools/sylprint.pl
453         * tools/README.sylprint
454                 add sylprint script for printing mails from Sylpheed
455                 (contributed by Ricardo Mones Lastra)
456
457         * src/acount.c
458                 clean up
459
460 2002-01-06 [melvin]     0.6.6claws39
461
462         * src/mainwindow.c
463         * src/summaryview.c
464                 Fixed crash introduced in 0.6.6claws38 by the menu
465                 reorganisation (Hide read messages)
466         
467         * ChangeLog.claws 
468                 Fixed typo (we are now in 2002, alfons ;) )
469
470 2002-01-05 [alfons]     0.6.6claws38
471
472         * sync with sylpheed 0.6.6cvs10-17
473                 (last stuff marked as LAST_STABLE)
474
475 2002-01-04 [melvin]     0.6.6claws37
476
477         * src/account.c
478                 Made account selection code use strcasestr again instead of
479                 g_strcasecmp (fixes bug where reediting queued messages
480                 did not select proper account reported by T. Link).
481         
482         * src/folderview.c
483                 Fix bug where folder icons are not shown when 'hide read messages'
484                 is on.
485         
486         * src/stock_pixmaps.[ch]
487                 Added folder icons for 'hide read messages'.
488         
489         * src/compose.c
490                 Fixed bug where 'Enter' in a header entry will send the message 
491                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
492
493 2002-01-03 [melvin]     0.6.6claws36
494         
495         * src/prefs.[ch]
496                 Added popup menu for common preferences and
497                 account preferences (right click on tab displays
498                                 a menu of all tabs.)
499
500 2002-01-02 [melvin]     0.6.6claws35
501
502         * src/gtkspell.[ch]
503                 Made spelling code compatible with undo/redo feature.
504                 Added creation of suggestion mode menu for the general
505                         preferences.
506         
507         * src/prefs_common.[ch]
508                 Added option menu for the speller's suggestion mode.
509                 Added missing spaces in "..." buttons and made a "..."
510                         button non translatable!
511         
512         * src/compose.c
513                 Made speller use the default suggestion mode.
514                 Hack to make it possible to choose 'CTRL-Enter' as a
515                         shortcut for sending (and only for sending).
516
517         * src/prefs_folder_item.c
518                 Changing subject simplification does not update cache 
519                         anymore (because it is unnecessary).
520                 Fixed bug where changing subject simplification updated the 
521                         summaryview even when the viewed folder is not the
522                         folder which properties are being changed. (E.g. 
523                                         viewing folder A and changing
524                                         the subject simplification of 
525                                         folder B -not being viewed- updated the 
526                                         summaryview of folder A with data of
527                                         folder B). (Hope this is clear... )
528
529 2001-12-31 [alfons]     0.6.6claws34
530         
531         * src/ldif.c
532         * src/mutt.c
533                 fgetc() returns a signed integer which doesn't
534                 fit in a char. so c truncates this to a char
535                 but we may lose significant bits. i.e. we may
536                 comparing 0xFF which may not be equal to -1
537                 unless properly casted to signed char which
538                 we won't do because fgetc() returns a signed
539                 integer which doesn't fit in a char. so c 
540                 truncates this to a char but we may lose 
541                 significat bits. (you got the idea, thanks
542                 to Gustavo Noronha Silva <kov@debian.org>
543                 and the Debian folks!)
544
545 2001-12-30 [alfons]     0.6.6claws33
546
547         * src/prefs_common.c
548                 add #ifdef USE_PSPELLs that Melvin forgot               
549
550 2001-12-30 [melvin]     0.6.6claws32
551         
552         * src/prefs_common.[ch]
553                 Added configurable color for misspelled words.
554
555         * src/gtkspell.[ch]
556                 Fixed bug of foreground text color (reported by David
557                                 Mehrmann)
558                 Added configurable color for misspelled words.
559
560 2001-12-30 [alfons]     0.6.6claws31
561
562         * src/folder.c
563                 remove unnecessary things someone put there
564
565         * src/mh.c
566         * src/folder.[ch]
567                 make folder properties (like threading and sorting) persistent
568                 (closes bug #497424 "rescan folder tree resets proprieties")
569                 currently this is only for MH folders. 
570
571 2001-12-29 [melvin]     0.6.6claws30
572
573         * src/string_match.[ch]
574                 Optimized a bit: regexp pattern buffer compiled only once, and
575                   one subroutine call removed. Fixed ^ regexp search: Now, 
576                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
577         
578         * src/summaryview.c
579                 Subject filtering changed to filter summary columns and
580                   not directly the messages subject cache. The loss in 
581                   performance is balanced by the improvement of string_match.
582                 Added an alert panel if there is an error in the regexp.
583
584         * src/src/prefs_folder_item.h
585                 Added a regexp pattern buffer.
586
587 2001-12-28 [alfons]     0.6.6claws29
588
589         * src/string_match.[ch]
590                 clean up name space
591                 allow compilation *BSD
592
593 2001-12-27 [alfons]     0.6.6claws28
594
595         * src/filter.c
596                 sync the Hiro's bug fix for BSD
597
598 2001-12-27 [melvin]     0.6.6claws27
599         
600         * src/compose.c
601                 Simplify focus to subject entry code.
602
603 2001-12-27 [darko]      0.6.6claws26
604
605         * src/filtering.c
606         * src/mbox_folder.c
607         * src/messageview.c
608         * src/mh.c
609         * src/procheader.[ch]
610         * src/procmsg.h
611         * src/stock_pixmap.[ch]
612         * src/summaryview.c
613                 Show key icon for encrypted mails in summary view
614
615         * src/pixmaps/clip.xpm
616         * src/pixmaps/clipkey.xpm
617         * src/pixmaps/key.xpm
618                 New/modified icons for the above
619
620 2001-12-27 [melvin]     0.6.6claws25
621
622         * src/prefs_common.c
623                 Put spell checker options in a separate tab to decrease
624                 the Common Preferences window height.
625
626         * README.claws  
627                 Update spell checker usage instruction about its options
628                 location.
629
630 2001-12-27 [melvin]     0.6.6claws24
631
632         * src/compose.c
633                 Changed subject entry widget position. Initial focus is
634                 on the To header instead of the subject entry.
635                 Creating a new header scrolls the header list to make the
636                 created one visible. Nevertheless, when automatically filling
637                 headers, the first one is shown.
638                 A Tab key press in the last empty header entry zips the 
639                 focus to the subject entry.
640                 (I did not change the combo boxes, yet)
641
642 2001-12-26 [alfons]     0.6.6claws23
643
644         * src/prefs_account.c
645         * src/inc.c
646                 allow default inbox to reside in another mailbox (only
647                 works for POP3 accounts)
648
649 2001-12-26 [alfons]     0.6.6claws22
650         
651         * src/textview.c
652                 make reply-on-click work with the account of the selected folder
653         * src/compose.c
654                 put a fixme here to remind me to fix finding correct default
655                 account for nested folders
656
657 2001-12-25 [alfons]     0.6.6claws21
658
659         * src/summaryview.c
660                 make column headers display locked and mark pixmaps (idea by Melvin) 
661                 fix bug by adding score and locked column type to sort array
662
663 2001-12-25 [alfons]     0.6.6claws20
664         
665         * src/summaryview.c
666                 catch a *potentially* inadvertent write back of  
667                 the message cache(s) introduced by 0.6.5claws37
668
669 2001-12-25 [christoph]  0.6.6claws19
670
671         * src/stock_pixmap.[ch]
672         * src/summaryview.c
673                 add ignore thread pixmap
674                 (can someone draw a better icon for this?)
675
676 2001-12-24 [alfons]     0.6.6claws18
677
678         * src/prefs_folder_item.c
679                 make address completion actually work for the
680                 Default To address in the Folder Property dialog.
681
682 2001-12-24 [alfons]     0.6.6claws17
683         
684         * src/summaryview.c
685                 use new style regexp for subject stripping 
686                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
687
688 2001-12-24 [darko]      0.6.6claws16
689
690         * src/pgptext.c
691         * src/rfc2015.c
692                 move GPG related informational messages to debug mode
693
694 2001-12-23 [alfons]     0.6.6claws15
695
696         * src/stock_pixmap.[ch]
697         * src/summaryview.c
698                 add the forgotten Claws' locked pixmap
699
700 2001-12-23 [alfons]     0.6.6claws14
701
702         * src/filesel.c
703                 accept file name typed in entry in multi file
704                 selector (patch submitted by Gustavo Noronha Silva 
705                 <kov@debian.org>)
706
707 2001-12-23 [alfons]     0.6.6claws13
708
709         * src/prefs_filter.c
710         * src/prefs_filtering.c
711         * src/matcher.c
712         * src/importmutt.c
713                 clean up a little bit
714         
715         * src/string_match.c
716                 validate input strings a little bit more
717
718 2001-12-23 [alfons]     0.6.6claws12
719
720         * src/Makefile.am
721         * src/summaryview.c
722         * src/string_match.[ch]         ** NEW **
723         * src/folderview.[ch]
724         * src/headerview.h
725         * src/folder.[ch]
726         * src/prefs_folder_item.[ch]
727                 add subject simplification to strip out strings from
728                 a subject line (esp. handy for mailing lists). 
729                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
730                 but slightly changed things for better integration.)
731
732 2001-12-23 [alfons]     0.6.6claws11
733
734         * src/mainwindow.c
735                 fix bug introduced by submission included in 0.6.5claws52.
736                 ideally this submission should clean the trash if any trash
737                 folder has a message. however, the hasTrash variable was
738                 set to false whenever a trash folder was empty (discarding
739                 a previously found *filled* trash folder.)
740
741                 also edited the code a little bit and made it more safe.
742
743 2001-12-22 [alfons]     0.6.6claws10
744
745         * src/imap.c
746                 quick fix for Martin Pool's omission of an account
747                 specific SSL setting
748
749 2001-12-22 [alfons]     0.6.6claws9
750
751         * src/compose.c
752         * src/messageview.c
753         * src/mimeview.c
754         * src/pgptext.c
755         * src/procmime.[ch]
756                 better support for multipart/digest (submitted
757                 by Fredrik <e98fo@efd.lth.se>)
758
759 2001-12-22 [alfons]     0.6.6claws8
760
761         * src/addressbook.c
762                 correct function signature
763         * src/socket.[ch]
764         * src/imap.[ch]
765         * src/prefs_account.[ch]
766                 allow IMAP over SSH tunnel (patch submitted by 
767                 Martin Pool <mbp@samba.org>)
768
769 2001-12-21 [alfons]     0.6.6claws7
770
771         * sync with sylpheed 0.6.6cvs4-9
772                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
773
774 2001-12-21 [christoph]  0.6.6claws6
775
776         * src/compose.c
777         * src/prefs_folder_item.[ch]
778                 implement saving of outgoing messages to current folder.
779                 fix segfault when no default outbox is available
780                 (closes bug #495683)
781
782 2001-12-21 [carsten]    0.6.6claws5
783         * src/folderview.c
784         * src/summaryview.c
785                 pressing CTRL while DND does now the expected thing and
786                 copies the mail (moving is still the default, as this
787                 seam more appropriate for handling mails by DND)
788
789 2001-12-18 [paul]       0.6.6claws4
790
791         * sync with sylpheed 0.6.6cvs3
792                 see ChangeLog entries 2001-12-18
793
794 2001-12-18 [hiro]       0.6.6claws3
795
796         * src/undo.c
797                 fix for multibyte characters (obtain the number of letters
798                 instead of bytes).
799
800 2001-12-17 [paul]       0.6.6claws2
801
802         * sync with sylpheed 0.6.6cvs1
803                 see ChangeLog entry 2001-12-16
804
805 2000-12-17 [alfons]     0.6.6claws1
806
807         * src/filtering.c
808                 clean up
809
810 2001-12-16 [paul]       0.6.6claws
811 2001-12-15
812
813         * Release version 0.6.6claws, cvs tag: rel_0_6_6
814
815         * src/mimeview.c
816                 last minute sync with main 0.6.6
817
818         * po/es.po
819                 updated by Ricardo Mones Lastra
820                 update for last minute sync
821         * po/fr.po
822         * po/nl.po
823                 update for last minute sync
824         * po/de.po
825                 updated by Jens Oberender
826         * po/pt_BR.po
827                 updated by Fabio Junior Beneditto
828
829         * src/prefs_common.[ch]
830         * src/undo.c
831                 number of undo levels is user configurable
832                 (squeeze it into the release in the dying
833                 moments) Submitted by Jens Oberender    
834
835 2001-12-15 [melvin]
836
837         * po/fr.po
838                 updated french translation
839
840 2001-12-15 [paul]       0.6.5claws92
841
842         * sync with sylpheed 0.6.5cvs28
843                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
844
845         * po/nl.po
846                 update to allow for sync
847
848 2001-12-15 [alfons]
849         
850         * po/nl.po
851                 update dutch translation
852
853 2001-12-14 [carsten]    0.6.5claws91
854         * src/summaryview.c
855                 fixed bug #473785; also after changing the column order
856                 the same message will be selected and displayed as before
857                 the reordering
858
859 2001-12-14 [carsten]    0.6.5claws90
860         * src/folderview.c
861                 probably found the bug reported by wwb opening or closing
862                 a folder tree just before dnd (found the solution in the
863                 balsa source -- thanks to them)
864
865 2001-12-14 [carsten]    0.6.5claws89
866         * src/gtkutils.c
867         * src/account.c
868                 moved gtk_clist_moveto to the right place, so that
869                 only the accounts dialog is effected on opening
870
871 2001-12-14 [carsten]    0.6.5claws88
872         * src/gtkutils.c
873                 gtkut_clist_set_focus_row does a gtk_clist_moveto
874                 now, so that the focused row will be seen in any case
875                 (reported by wwp on sf-claws-user)
876
877 2001-12-14 [darko]      0.6.5claws87
878
879         * src/compose.c
880                 remove unnecessary line
881
882 2001-12-14 [paul]       0.6.5claws86
883
884         * sync with sylpheed 0.6.5cvs27
885                 see ChangeLog entries 2001-12-14
886
887 2001-12-14 [carsten]    0.6.5claws85
888         * src/mainwindow.c
889                 following a suggestion of Melvin the rcoabm pops up
890                 right under the button now and the button is reliefed
891                 while the popup is open
892
893 2001-12-14 [darko]      0.6.5claws84
894
895         * src/compose.c
896                 fix crash when wrapping long lines if linewrap quotation
897                 is disabled and wrapper encounters a word spanning more
898                 than one line
899
900 2001-12-13 [paul]       0.6.5claws83
901
902         * src/compose.c
903                 prefer 'Reply-To' header over mailing list header when
904                 replying to a message. Finally prevent all those confirmation 
905                 messages being sent to the list itself.
906
907         * src/summaryview.c
908                 remove unused summary_set_menu_sensitive() entry
909
910 2001-12-13 [paul]       0.6.5claws82
911
912         * src/folderview.c
913         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
914         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
915         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
916                 improvements to 'Hide read messages': Inbox, Outbox,
917                 Trash, Queue, and Draft icons now reveal presence of hidden 
918                 messages
919
920 2001-12-12 [alfons]     0.6.5claws81
921
922         0.6.5claws80 was tagged as LAST_STABLE
923
924         * src/filtering.[ch]
925         * src/matcher.[ch]
926         * src/matcher_parser_lex.c
927                 fix the filtering; my last attempt to get it right, 
928                 if it does not work, it's Hoa's turn. ;-)
929
930                 for my honourable peers:
931                 
932                 the code now makes a clear distinction between
933                 rules as they are displayed (probably escaped),
934                 and as they are executed (probably unescaped). the
935                 parser does *NOT* do any unescaping, this is
936                 the task of the matcher.c (which breaks up a
937                 rule into condition) and the filtering.c (which
938                 breaks up the rule's action). to make this
939                 run happily we provide an unescaped copy of
940                 crucial strings to the MatcherProp and 
941                 FilteringAction structures. note that the only
942                 exception to this is any REGEXP string. those
943                 are directly passed to regcomp() and regexp()
944                 (who have much more powerful unescape functions).
945                 
946                 for everyone else:
947         
948                 you can escape tab (\t), carriage return (\r),
949                 linefeed (\n), form feed (\f), quote (\"), 
950                 single quote (\'), bell (\b) in all the entry
951                 lines in the scoring & filtering dialogs.
952                 as an added bonus this should not affect
953                 existing filtering rules.
954
955 2001-12-12 [carsten]    0.6.5claws80
956
957         * src/summaryview.c
958         * po/de.po
959                 "item(s) selected" is now sensitive to 1 or more
960                 than one selected (nice for language where simple
961                 adding of a "s" is not possible as German (Eintrag
962                 ->Eintr"age)
963                 
964                 the "forward as attachment" entry from the right
965                 click menu removed, "forward" acts following the
966                 prefs
967         
968         * src/textview.c
969                 reverted my former changes; so compiler warning again
970                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
971                 nevertheless
972
973         * src/messageview.c
974                 "search in message" does now *not* only work in MVIEW_TEXT
975                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
976                 message
977
978         * src/mainwindow.c
979                 removed "/File/_Close" as it was the same as "/File/E_xit"
980                 and we don't need it two times
981
982                 the separate folder view and message view now get a distinct
983                 WMCLASS, just in case someone is using sawfish ;-)
984
985                 as the menu entries "/View/Message view" and "/View/Folder tree"
986                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
987                 make them sensitive accordingly and as these two are "shown"
988                 after startup anytime check this menuitem at startup
989
990 2001-12-12 [paul]       0.6.5claws79
991
992         * src/folderview.c
993                 fix sensitivity of 'Search folder...', broken in
994                 0.6.5claws75
995
996         * src/mainwindow.c
997                 fix dodgy English
998
999 2001-12-11 [carsten]    0.6.5claws78
1000         * src/filtering.c
1001                 fixed two typos returning a wrong FALSE/TRUE
1002         * src/mainwindow.[ch]
1003                 extra menu for email/news button removed
1004
1005 2001-12-11 [alfons]     0.6.5claws77
1006         
1007         * src/matcher.c                 (1.3)
1008         * src/matcher_parser_lex.l      (1.28)
1009                 revert for another attempt
1010                 mark 0.6.5claws77 as LAST_STABLE
1011
1012 2001-12-11 [christoph]  0.6.5claws76
1013
1014         * po/de.po
1015                 fixed wrong translation for prev. unread msg
1016
1017 2001-12-11 [paul]       0.6.5claws75
1018
1019         * src/folder.[ch]
1020         * src/folderview.c
1021         * src/mainwindow.c
1022         * src/summaryview.[ch]
1023         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
1024                 enable ability to hide read messages on per folder basis via 
1025                 '/Summary/Hide read messages'; when selected, a folder will 
1026                 have a red open folder icon, instead of a blue icon, if the 
1027                 folder contains hidden messges
1028                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
1029
1030         * src/mainwindow.c
1031                 remove '/Message/Forward as attachment' from 
1032                 main_window_set_menu_sensitive() to prevent debug warning
1033
1034         * src/folderview.c
1035         * src/mainwindow.c
1036                 Clean up some of the English
1037
1038         * tools/newscache_clean.pl
1039                 allow for new 'hidereadmsgs' entry in folderlist.xml
1040
1041         * po/es.po
1042                 updated translation, submitted by Ricardo Mones Lastra
1043
1044 2001-12-11 [paul]       0.6.5claws74
1045
1046         * sync with sylpheed 0.6.5cvs25
1047                 see ChangeLog entry 2001-12-11
1048
1049 2001-12-10 [alfons]     0.6.5claws73
1050
1051         * src/matcher.c
1052                 add more control characters
1053         * src/matcher_parser_lex.l
1054                 make escaping / unescaping work again
1055
1056 2001-12-10 [alfons]     0.6.5claws72
1057
1058         * src/imap.c
1059                 clean up warnings "returning value for void function" 
1060         * src/prefs_filtering.c
1061                 make info button for execute action sensitive
1062
1063 2001-12-10 [paul]       0.6.5claws71
1064
1065         * src/compose.c
1066         * src/imap.[ch]
1067         * src/summaryview.c
1068                 fix: imap server now gets informed of MARKED, UNMARKED
1069                 and REPLY events. Now people can use different IMAP-Mail
1070                 clients and have the exact same information about MARKED,
1071                 UNMARKED and REPLY status with all of them. Especially
1072                 useful for imap servers with a web-frontend.
1073                 submitted by Tobias Sandhaas <medlor@web.de>
1074
1075 2001-12-09 [melvin]     0.6.5claws70
1076         
1077         * src/textview.[ch]
1078                 fixed bug #490076 (hunted down by Alfons who implemented
1079                 a workaround in 0.6.5claws65)
1080
1081 2001-12-09 [christoph]  0.6.5claws69
1082
1083         * src/summaryview.c
1084                 set pointer to string in LOCKED column to NULL
1085                 (might fix bug #490800)
1086
1087 2001-12-09 [carsten]    0.6.5claws68
1088
1089         * po/de.po
1090                 resolved some cluttered menu shortcuts 
1091                 ('creating new email' and 'creating news message'
1092                 hade the same)
1093         * src/compose.c
1094                 wmclass now distinc from main window
1095         * src/mainwindow.c
1096           src/mainwindow.h
1097                 email/news and forward button functionality similar
1098                 to the reply buttons; removed the ugly dropdown arrows
1099                 and use instead the right mouse button
1100
1101 2001-12-09 [paul]       0.6.5claws67
1102
1103         * src/imap.c
1104         * src/utils.h
1105                 allow spaces in imap folder names
1106                 submitted by Willem van Engen <wvengen@stack.nl>
1107
1108 2001-12-09 [paul]       0.6.5claws66
1109
1110         * sync with sylpheed 0.6.5cvs24
1111                 see ChangeLog entry 2001-12-09
1112
1113 2001-12-08 [alfons]     0.6.5claws65
1114
1115         * src/textview.c
1116                 prevent secondary selection claim after "add to sender" dialog
1117                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
1118                 we trick GTK by simulating a click at (0, 0) in the textview.
1119
1120 2001-12-08 [hoa]        0.6.5claws64
1121
1122         * src/folder.c
1123                 fixed a bug about the .processing folder name while filtering
1124
1125 2001-12-08 [alfons]     0.6.5claws63
1126
1127         * src/folderview.c 
1128                 work around problem of not correctly updating folder stats
1129                 when deleting messages. there's some folder scanning evil
1130                 going so the folderview_update_msg_num() does not work
1131                 correctly. need to investigate this.
1132
1133 2001-12-08 [paul]       0.6.5claws62
1134
1135         * sync with sylpheed 0.6.5cvs23
1136                 see ChangeLog entry 2001-12-08
1137
1138 2001-12-07 [christoph]  0.6.5claws61
1139
1140         * src/compose.c
1141                 fix another header translation problem
1142
1143 2001-12-07 [alfons]     0.6.5claws60
1144
1145         * src/mbox.c
1146                 make filtering also work on local spool mbox
1147
1148 2001-12-07 [carsten]    0.6.5claws59
1149         * src/addressbook.c
1150                 addressbook window gets a wmclass distinct from the main
1151                 sylpheed window
1152         * src/compose.h
1153         * src/mainwindow.[ch]
1154                   forward menu item will use mode selected in prefs, forward 
1155                 as attatchment in menu removed (will be substituted in the
1156                 toolbar similar to reply buttons)
1157                   create news message menu entry and news button is now 
1158                 sensitive to the existance of a news account
1159         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
1160         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
1161         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
1162                 these are removed because the toolbar buttons don't show
1163                 the quoting modus any longer
1164
1165 2001-12-07 [paul]
1166
1167         * tools/newscache_clean.pl      ** NEW FILE **
1168                 perl script to do some tidying up in the newscache directory 
1169                 
1170         * tools/sylpheed-switcher       ** NEW FILE **
1171                 perl script to enable easy switching between main and claws
1172                 
1173         * tools/README
1174                 added descriptions of the two new perl scripts          
1175
1176
1177 2001-12-07 [melvin]     0.6.5claws58
1178
1179         * src/messageview.c
1180                 fixed a warning during compilation introduced in 0.6.5claws56
1181
1182 2001-12-07 [paul]       0.6.5claws57
1183
1184         * src/mainwindow.[ch]
1185         * src/menu.[ch]
1186                 further usability enhancements to replying with or without 
1187                 quoting via the toolbar, use of Ctrl key is replaced by 
1188                 drop down menu 
1189                 Submitted by Carsten Schurig            
1190
1191 2001-12-07 [melvin]     0.6.5claws56
1192
1193         * src/messageview.c
1194                 hack to fix bug that prevented to make/paste selections
1195                 after switching between MVIEW_TEXT and MVIEW_MIME views
1196                 without deselecting the selection first.
1197
1198 2001-12-06 [alfons]     0.6.5claws55
1199
1200         * src/filtering.[ch]
1201         * src/inc.c
1202                 revise filtering a little bit more, and make sure
1203                 messages are delivered to the appropriate inbox
1204                 (perhaps set per account)
1205
1206 2001-12-06 [paul]       0.6.5claws54
1207
1208         * sync with sylpheed 0.6.5cvs22
1209                 see ChangeLog entry 2001-12-06
1210
1211 2001-12-05 [alfons]     0.6.5claws53
1212
1213         * src/inc.c
1214         * src/folder.[ch]
1215         * src/procmsg.c
1216         * src/filtering.c
1217                 more revisions of filtering system
1218                 (last stable version is marked as LAST_STABLE)
1219                 
1220                 | NOTE 1): the filtering system now uses a local folder called
1221                 | .processing. if filtering fails, check this directory
1222                 | for missing messages.
1223                 |
1224                 | NOTE 2): help us find the filtering actions still missing
1225
1226 2001-12-05 [paul]       0.6.5claws52
1227
1228         * src/mainwindow.c
1229                 fix bug where 'Empty Trash?' pop-up window appears even
1230                 when Trash is empty, submitted by Jesse Skinner         
1231
1232 2001-12-05 [melvin]     0.6.5claws51
1233
1234         * src/compose.c
1235                 fixed bug #486106 to select correct account when reediting 
1236                 a queued message
1237         
1238 2001-12-04 [alfons]     0.6.5claws50
1239
1240         * src/mh.c
1241                 declare markfile in appropriate functions when
1242                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
1243                 for spotting this)
1244
1245 2001-12-04 [paul]       0.6.5claws49
1246
1247         * sync with sylpheed 0.6.5cvs21
1248                 see ChangeLog entry 2001-12-04
1249
1250 2001-12-03 [christoph]  0.6.5claws48
1251
1252         * po/de.po
1253                 changed translation of undo
1254         * src/account.c
1255         * src/folder.c
1256                 don't reinvent the wheel to traverse a GNode
1257         * src/compose.[ch]
1258                 seperate code to create the compose gui into functions
1259                 add "Others" page with folder selection for saving copy
1260                 of the message.
1261                 the folder identifier is saved to queue header
1262         * src/procmsg.c
1263                 save message to folder in queue header
1264
1265 2001-12-03 [paul]       0.6.5claws47
1266
1267         * sync with sylpheed 0.6.5cvs20
1268                 see ChangeLog entry 2001-12-03
1269
1270 2001-12-01 [paul]
1271
1272         * more sync with sylpheed 0.6.5cvs19
1273                 see ChangeLog entry 2001-11-29
1274
1275 2001-11-30 [paul]       0.6.5claws46
1276         
1277         * src/compose.c
1278                 remove conflicts introduced by Hoa's last commit
1279          
1280         * src/mainwindow.c
1281                 make 'Message/Bounce' sensitive
1282
1283 2001-11-30 [hoa]        0.6.5claws45
1284
1285         * src/compose.c
1286                 slightly change bounce function to add
1287                 information about the user that bounced the mail
1288                 in the From header line.
1289
1290         * src/folderview.c
1291                 permit the use of processing in outbox folder.
1292
1293 2001-11-29 [paul]       0.6.5claws44
1294
1295         * src/mainwindow.[ch]
1296         * src/prefs_common.c
1297         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
1298         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
1299         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
1300                 usability enhancements to the quoting, implements
1301                 use of Ctrl key to toggle quoting settings
1302                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
1303
1304 2001-11-29 [paul]       0.6.5claws43
1305         
1306         * sync with sylpheed 0.6.5cvs19
1307                 see ChangeLog entry 2001-11-28
1308
1309 2001-11-29 [melvin]     0.6.5claws42
1310         * src/Makefile.am
1311                 added enriched.[ch] to the list of files
1312
1313         * src/textview.c
1314         * src/mimeview.c
1315         * src/procmime.[ch]
1316         * src/enriched.[ch]
1317                 added support to view text/enriched
1318                 added support to show headers in message view for text/enriched and text/html
1319                         in non multipart messages
1320
1321 2001-11-28 [paul]       0.6.5claws41
1322
1323         * more sync with sylpheed 0.6.5cvs18
1324                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
1325
1326 2001-11-27 [paul]       0.6.5claws40
1327         
1328         * po/pt_BR.po
1329                 updated translation, submitted by Fabio Junior Beneditto
1330                 
1331         * sync with sylpheed 0.6.5cvs18
1332                 see ChangeLog entries 2001-11-26 (src/textview.c) and
1333                 2001-11-27
1334
1335
1336 2001-11-26 [paul]
1337
1338         * po/es.po
1339                 updated translation, submitted by Ricardo Mones Lastra
1340
1341 2001-11-26 [alfons]
1342
1343         * src/matcher.c
1344                 add more translatable strings
1345
1346 2001-11-26 [christoph]  0.6.5claws39
1347
1348         * po/de.po      
1349                 fixed one more umlaut
1350         * src/compose.c
1351                 fix translated header when it should not be translated
1352
1353 2001-11-26 [paul]       0.6.5claws38
1354
1355         * src/mainwindow.c
1356                 remove '/Message/Add Sender to address book' from 
1357                 main_window_set_menu_sensitive(), prevent debug warning
1358                 add 'Message/Mark/Mark all read' to mainwin_entries[]
1359
1360 2001-11-26 [paul]       0.6.5claws37
1361
1362         * src/summaryview.c
1363                 fix 'recurring unread state' bug 
1364
1365         * tools/README 
1366         * tools/filter_conv.pl
1367                 read name of top level mailbox from folderlist.xml
1368                 and presume nothing about its name              
1369
1370 2001-11-26 [darko]      0.6.5claws36
1371
1372         * src/gtkstext.[ch]
1373                 removed functions that are now in gtkutils.c
1374                 use gtkut_text_is_uri_string() from gtkutils.c
1375         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
1376
1377 2001-11-26 [paul]       0.6.5claws35
1378
1379         * sync with sylpheed 0.6.5cvs16
1380                 see ChangeLog entries 2001-11-25 and 2001-11-26
1381
1382 2001-11-25 [alfons]     0.6.5claws34
1383
1384         EXPERIMENTAL!!! Please checkout the last stable version using: 
1385           
1386         % cvs update -r LAST_STABLE -dRAP
1387
1388         (Or help us testing this stuff.)
1389
1390         * src/filtering.c               (1.14)
1391         * src/filtering.h               (1.6)
1392         * src/inc.c                     (1.28)
1393         * src/matcher.c                 (1.20)
1394         * src/mbox.c                    (1.9)
1395         * src/procmsg.h                 (1.14)
1396         * src/summaryview.c             (1.59)
1397         * src/summaryview.h             (dunno)
1398                 revert/merge/sync to as it was before commit 
1399                 on Thu, 19 Jul 2001 10:15:51 -0700.
1400
1401 2001-11-25 [hoa]        0.6.5claws33
1402
1403         * src/main.c
1404                 processing mails at startup
1405
1406         * src/folderview.c
1407         * src/summaryview.[ch]
1408                 processing mails when entering folder
1409
1410         * src/prefs_filtering.c
1411                 fixed some UI bugs
1412
1413 2001-11-24 [alfons]     0.6.5claws32
1414
1415         * src/summaryview.[ch]
1416                 make summary sort headers work, and also make
1417                 sure the sort type is stored
1418
1419 2001-11-23 [alfons]     0.6.5claws31
1420
1421         * src/summaryview.[ch]
1422                 make lock work like mark
1423                 disallow deleting messages marked as locked
1424
1425 2001-11-23 [alfons]     0.6.5claws30
1426
1427         * src/gtkstext.c
1428         * src/compose.[ch]
1429         * src/Makefile.am
1430         * src/undo.[ch]
1431                 merge undo patch submitted by Jens
1432
1433 2001-11-23 [christoph]  0.6.5claws29
1434
1435         * src/.cvsignore
1436                 added ylwrap
1437         * src/compose.c
1438                 fixed gpg signing and encoding
1439         * src/folder.[ch]
1440         * src/main.c
1441                 added --status option to get new, unread and total
1442                 message count from a running sylpheed
1443         * src/prefs_common.c
1444                 temporary fix for reply_with_quote problem
1445                 (don't call functions for non existing widget)
1446         * src/procmsg.c
1447                 one more check for ignored threads but still not
1448                 always working correctly. probably a recursive
1449                 check for all parents is needed
1450
1451 2001-11-23 [darko]      0.6.5claws28
1452
1453         * src/compose.c
1454                 wrapping on send improvements
1455         * src/gtkutils.[ch]
1456                 fix for GtkSText after last sync with main branch
1457                 GTK_TEXT -> GTK_STEXT
1458
1459 2001-11-23 [paul]       0.6.5claws27
1460
1461         * sync with sylpheed 0.6.5cvs14
1462                 see ChangeLog entries 2001-11-22 and 2001-11-23
1463                 
1464         * po/de.po
1465                 fixed the scrambled umlauts 
1466                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
1467
1468 2001-11-21 [paul]       0.6.5claws26
1469
1470         * sync with sylpheed 0.6.5cvs12
1471                 see 2nd ChangeLog entry dated 2001-11-20
1472
1473 2001-11-20 [paul]       0.6.5claws25
1474
1475         * sync with sylpheed 0.6.5cvs11
1476                 see ChangeLog entry 2001-11-19 (src/utils.c)
1477
1478 2001-11-20 [hiro]
1479
1480         * src/compose.c
1481                 GTK_TEXT -> GTK_STEXT
1482                 fix for wrong comment
1483
1484 2001-11-20 [hiro]       0.6.5claws24
1485
1486         * src/compose.[ch]
1487                 more merges from main branch
1488                 removed fatal warnings (uninitialized variables etc.)
1489                 some coding style fix
1490         * src/gtkutils.h
1491                 fixed typo.
1492         * src/addressbook.c
1493           src/addrindex.c
1494                 V-Card -> vCard
1495
1496 2001-11-19 [hoa]        0.6.5claws23
1497
1498         * src/filtering.c
1499         * src/prefs_scoring.c
1500         * src/matcher.[ch]
1501         * src/scoring.c
1502                 cleaning code
1503
1504         * src/matcher_parser_parse.y
1505         * src/prefs_filtering.c
1506                 bouncing
1507
1508 2001-11-19 [alfons]     0.6.5claws22
1509
1510         more of my old things into claws
1511
1512         * src/Makefile.am
1513         * src/prefs_common.c
1514         * src/procmsg.h
1515         * src/summaryview.[ch]
1516         * src/prefs_summary_column.c
1517         * src/pixmaps/locked.xpm
1518                 add indicators for locking of message in summary view
1519                 (does not work yet, only visual indicator)
1520
1521 2001-11-19 [paul]       0.6.5claws21
1522
1523         * sync with sylpheed 0.6.5cvs10
1524                 see ChangeLog entry 2001-11-19
1525
1526 2001-11-18 [alfons]     0.6.5claws20
1527         
1528         * src/filtering.c
1529                 remove an inadvertent free I forgot in previous clean up 
1530
1531 2001-11-18 [alfons]     0.6.5claws19
1532
1533         * src/filtering.[ch]
1534                 clean up & plug leaks
1535
1536 2001-11-18 [paul]       0.6.5claws18
1537
1538         * sync with sylpheed 0.6.5cvs9
1539                 see ChangeLog entries 2001-11-17 and 2001-11-18
1540
1541 2001-11-16 [paul]       0.6.5claws17
1542
1543         * sync with sylpheed 0.6.5cvs8
1544                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
1545
1546 2001-11-16 [paul]       0.6.5claws16
1547
1548         * sync with sylpheed 0.6.5cvs7
1549                 see ChangeLog entries 2001-11-15 and 2001-11-16
1550
1551 2001-11-15 [hoa]        0.6.5claws15
1552
1553         * src/compose.c
1554                 fix bounce, mails we received couln't be bounced to ourself.
1555
1556         * src/defs.h
1557         * src/filtering.[ch]
1558         * src/matcher.[ch]
1559         * src/matcher_parser.h
1560         * src/matcher_parser_lex.l
1561         * src/matcher_parser_parse.y
1562         * src/inc.c
1563         * src/main.c
1564         * src/mbox.c
1565         * src/prefs_filtering.[ch]
1566         * src/mainwindow.c
1567         * src/prefs_matcher.c
1568         * src/prefs_scoring.c
1569         * src/scoring.[ch]
1570         * src/summaryview.c
1571                 new matcher/filter/score configuration file parser
1572                 one unique configuration file => ~/.sylpheed/matcherrc
1573                 import in currently automatic, then save are made
1574                 in this new file.
1575                 one filter per folder and one global filter
1576                 (filter of a folder will be used as folder processing)
1577
1578         * src/folder.c
1579                 fix a bug in folder_item_get_identifier
1580                 
1581         * src/messageview.c
1582                 receive receipt return are fixed.
1583
1584 2001-11-14 [alfons]     0.6.5claws14
1585
1586         * src/session.h
1587                 add things from main branch to make claws compile
1588
1589 2001-11-14 [paul]       0.6.5claws13
1590
1591         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
1592                 see ChangeLog entries 2001-11-08 to 2001-11-14
1593
1594 2001-11-14 [hoa] 0.6.5claws12
1595
1596         * src/compose.[ch]
1597         * src/mainwindow.c
1598         * src/summaryview.c
1599                 add "bounce mail" option
1600
1601 2001-11-13 [christoph]  0.6.5claws11
1602
1603         * src/compose.c
1604                 Cleanup a mess i add before commiting
1605
1606 2001-11-13 [hoa]        0.6.5claws10
1607
1608         * src/compose.c
1609                 some fixes when mail are sent or
1610                 for crossposts
1611
1612 2001-11-13 [christoph]  0.6.5claws9
1613
1614         * po/de.po
1615                 Changed two string with the same translation
1616         * src/compose.c
1617         * src/procmsg.[ch]
1618         * src/send.[ch]
1619                 New mailsending process:
1620                   - Always queue message before sending
1621                     (message will be saved if sylpheed crashed or
1622                      freezes while sending)
1623                   - Allow queuing of newspostings
1624                   - No copy in outbox before sending
1625                     (closes bug #469501)
1626                   - No more redundant code for send and send_later
1627         * src/summaryview.c
1628                 Applied wwp <subscript@free.fr>'s patch that fixes
1629                 marks for multiple forwarded messages (+compose.c)
1630
1631 2001-11-12 [alfons]
1632
1633         * README.claws
1634                 remove things that are now in main branch
1635         
1636         * po/nl.po
1637                 update Dutch translation
1638
1639 2001-11-12 [mhadasht]   0.6.5.claws8
1640
1641         * src/prefs_common.c
1642                 re-enabled account autoselection feature for forward
1643                 and reedit lost during the branch point for SYNC-B4-REL
1644         * src/gtkspell.c
1645                 gtkpspell_get_dict(): more readable code (even if function is
1646                 not used yet)
1647         * ChangeLog.claws
1648                 added version number info to 2001-11-12 [hiro] comment.
1649
1650 2001-11-12 [hiro]       0.6.5.claws7
1651
1652         * src/compose.c
1653                 compose_forward(): fixed a bug that forward quote mark
1654                 wasn't used.
1655                 removed unnecessary code.
1656         * src/template_select.[ch]: removed.
1657
1658 2001-11-11 [alfons]
1659
1660         * src/compose.c
1661                 :%s/GTK_TEXT/GTK_STEXT/g
1662         
1663         * src/compose.[ch]
1664         * src/undo.[ch]
1665         * src/Makefile.am
1666                 revert the undo stuff (this is 0.6.6claws stuff)
1667
1668 2001-11-11 [hoa]        0.6.5.claws6
1669
1670         * src/compose.[ch]
1671                 Insert signature at the end of the text.
1672                 Added undo patch but currently disabled
1673
1674         * src/procmsg.c
1675                 Threading by subject improved.
1676
1677         * added src/undo.[ch]
1678                 Undo module for compose dialog box.
1679
1680 2001-11-11 [alfons]     0.6.5.claws5
1681
1682         * src/procmsg.c
1683                 prevent threading by subject on nodes that have already been
1684                 threaded by in-reply-to (as in "circular references in a tree
1685                 result in a dead branch")
1686
1687 2001-11-09 [hoa]        0.6.5.claws4
1688         
1689         * src/folderview.c
1690                 allows creation of mbox folder item from any files.
1691
1692 2001-11-09 [alfons]     0.6.5.claws3
1693         
1694         * src/utils.c
1695         * src/procmsg.c
1696                 do what I mean and correct threading by subject so it really
1697                 ignores attracting lines without "Re: "
1698
1699 2001-11-07 [alfons]     0.6.5.claws2
1700
1701         * src/procmsg.c
1702         * src/utils.[ch]
1703                 only attract by subject if a subject line starts with a "Re: "
1704         * src/syldap.c
1705                 remove warning
1706
1707 2001-11-07 [paul]       0.6.5claws1
1708
1709         * sync with sylpheed 0.6.5. release
1710                 see ChangeLog entry 2001-11-07
1711
1712 2001-11-07 [paul]       0.6.4claws31
1713
1714         * sync with sylpheed 0.6.4cvs18
1715                 see ChangeLog entries 2001-10-30 to 2001-11-07
1716                 prefs_templates.[ch] renamed prefs_template.[ch]
1717
1718 2001-11-06 [alfons]
1719         
1720         * src/utils.h
1721                 add semicolon Hoa forgot ;-)
1722                 
1723
1724 2001-11-06 [hoa]        0.6.4claws30
1725         
1726         * src/procmsg.c
1727         * src/summaryview.c
1728         * src/utils.c
1729         * src/utils.h
1730                 threading by subject - empty subject are ignored
1731
1732 2001-11-06 [christoph]  0.6.4claws29
1733
1734         * src/socket.c
1735                 use SSL_peek for sock_gets
1736         * src/utils.c
1737                 removed unneeded pointer in extracting quoted
1738                 names implementation
1739
1740 2001-11-06 [melvin]     0.6.4claws28
1741
1742         * src/gtkspell.c
1743                 fixed bug #476792 Selection overtyping with spell checker
1744                 fixed bug which could cause a buffer overflow
1745                 fixed a memory leak
1746
1747 2001-11-06 [hoa]        0.6.4claws27
1748         
1749         * src/procmsg.c
1750         * src/summaryview.c
1751                 threading by subject
1752
1753 2001-11-05 [alfons]     0.6.4claws26
1754         
1755         * README.claws
1756                 Claws -> Sylpheed (vice versa)
1757
1758         * src/compose.c
1759                 :%s/gtk_text/gtk_stext/g
1760                 :%s/GTK_TEXT/GTK_STEXT/g
1761                 (thanks to Jonathan Ware for spotting this)
1762
1763 2001-11-04 [christoph]  0.6.4claws25
1764
1765         * src/summaryview.c
1766                 replace Xalloca + strdup with Xstrdup_a
1767         * src/utils.c
1768                 better implementation of extracting quoted names
1769                 from addresses (remove backlashes and ignore
1770                 quotes after them)
1771
1772 2001-11-04 [alfons]     0.6.4claws24
1773
1774         * src/utils.[ch]
1775                 edit to comply more with coding style
1776
1777         * src/textview.c
1778                 fix bug reported by Kim Schulz. introduced by the patch integrated
1779                 in 0.6.4claws15. the code did not check the return value of
1780                 the html parser.
1781
1782         * AUTHORS
1783                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
1784
1785 2001-11-04 [christoph]  0.6.4claws23
1786
1787         * src/main.c
1788         * src/prefs_common.[ch]
1789                 init some pointers that possibly caused a segfault
1790                 reported in the claws-users ML
1791
1792 2001-11-04 [hoa]        0.6.4claws22
1793
1794         * src/grouplistdialog.c
1795                 change the names of the nodes in the tree
1796
1797         * src/compose.c
1798                 enhanced mailto syntax as described in
1799                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
1800                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
1801
1802         * src/utils.c
1803                 encode and decode URI (useful when opening URL into
1804                 netscape).
1805
1806 2001-11-03 [hoa]        0.6.4claws21
1807
1808         * src/grouplistdialog.c
1809                 a new newsgroups list selection dialog box
1810                 with a CTree instead of a CList
1811
1812 2001-11-03 [hoa]        0.6.4claws20
1813
1814         * src/folderview.c
1815                 enable property and scoring options when right
1816                 click on "inbox"
1817
1818         * src/summaryview.c
1819                 fixed bug when nickname were displayed using
1820                 the address book.
1821
1822 2001-11-02 [darko]      0.6.4claws19
1823
1824         * src/compose.c
1825                 new wrap quotation and URL/long words wrapping implementation
1826         * src/compose.c src/gtkstext.[ch]
1827                 move gtkstext_strncmp() to gtkstext.c
1828
1829 2001-11-01 [christoph]  0.6.4claws18
1830
1831         * src/prefs_account.c
1832                 fixed mess in account settings dialog
1833         * src/prefs_folder_item.c
1834                 added label with folder path to dialog
1835
1836 2001-10-31 [match]      0.6.4claws17
1837
1838         * src/vcard.c
1839                 fix memory leak.
1840         * src/addrbook.c
1841                 fix generation of spurious address book file names.
1842                 remove redundant functions.
1843         * po/POTFILES.in
1844                 added missing file names.
1845
1846 2001-10-30 [paul]       0.6.4claws16
1847
1848         * sync with sylpheed 0.6.4cvs6
1849                 see ChangeLog entries 2001-10-26 to 2001-10-30
1850
1851         * tools/filter_conv.pl
1852                 read folderlist.xml to discover whether the top-level
1853                 folder is called 'Mailbox' or 'Mail' 
1854
1855 2001-10-29 [paul]       0.6.4claws15
1856
1857         * src/html.c, src/textview.c
1858                 activate links in html mail and fix clickable parts
1859                 Submitted by Matthieu Dazy <dazy@t-surf.com>
1860
1861 2001-10-29 [paul]
1862
1863         * po/de.po, po/es.po, po/pt_BR/po
1864                 updated translations, submitted by Jens Oberender,
1865                 Ricardo Mones Lastra, and Fabio Junior Beneditto
1866
1867 2001-10-29 [darko]      0.6.4claws14
1868
1869         * src/compose.c
1870                 fix wrapping for good
1871
1872 2001-10-29 [darko]
1873
1874         * src/compose.c
1875                 undo previous change as it broke the smart wrapping
1876
1877 2001-10-29 [darko]      0.6.4claws13
1878
1879         * src/compose.c
1880                 fix infinite loop when long URL is quoted
1881                 (closes bug #475122.
1882
1883 2001-10-28 [match]
1884
1885         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
1886                 import Mutt address book
1887         * src/ldif.[ch] src/importldif.h
1888                 modified import LDIF handle user attributes
1889
1890 2001-10-28 [christoph]  0.6.4claws12
1891
1892         * src/summaryview.c
1893                 fixed that filtering did not work if there
1894                 were no filter rules
1895                 (closes bug #472003 and better implementation
1896                  of patch #474644)
1897
1898 2001-10-27 [christoph]  0.6.4claws11
1899
1900         * src/compose.c
1901                 make the folder's default account to be used when
1902                 replying. (patch by wwp <subscript@free.fr>)
1903         * src/compose.c
1904                 code cleanup, nearly killed all of wwp's patch
1905                 for folder's default account in compose
1906         * src/folderview.c
1907                 error panel when a folder could not be created
1908                 (closes bug #471080 new folder name & already
1909                  existing file)
1910
1911 2001-10-26 [alfons]
1912
1913         * src/utils.h
1914                 change prototype of strstr2() that Christoph forgot about
1915
1916 2001-10-26 [christoph]  0.6.4claws10
1917
1918         * src/account.c
1919                 made search for accounts by email address not case
1920                 sensitive
1921         * src/folder.c
1922                 fixed memory leak in folder_item_get_identifier
1923         * src/gtkspell.c
1924         * src/utils.c
1925                 fixed wrong strstr2 (should work like strstr)
1926
1927 2001-10-26 [darko]      0.6.4claws9
1928
1929         * src/compose.c src/gtkstext.[ch]
1930         * src/gtkstext.c
1931                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
1932
1933 2001-10-26 [paul]       0.6.4claws8
1934
1935         * src/html.c
1936                 ignore css and javascript tags in html mail
1937                 case-insensitive, with or without double-quoted
1938                 strings
1939
1940 2001-10-26 [paul]       0.6.4claws7
1941
1942         * sync with sylpheed 0.6.4cvs1
1943                 see ChangeLog entry 2001-10-26
1944
1945         * src/prefs_account.c, src/prefs_common.c,
1946           src/prefs_summary_column.c
1947                 minor improvements to the English
1948
1949 2001-10-25 [alfons]     0.6.4claws6
1950
1951         * src/gtkstext.c
1952         
1953                 make GtkSText follow style of GtkText (closes bug 
1954                 #469211 "text selection while writing message")
1955                 
1956                 do sync with GTK 1.2.10
1957
1958 2001-10-25 [paul]       0.6.4claws5
1959
1960         * src/html.c
1961                 ignore css tags in html mail
1962
1963 2001-10-25 [darko]      0.6.4claws4
1964
1965         * src/compose.c
1966                 don't declare is_url_string as static function since
1967                 we need it in gtkstext.c
1968         * src/gtkstext.c
1969                 remove unused variable
1970                 don't wrap long URLs while composing a message
1971
1972 2001-10-24 [christoph]  0.6.4claws3
1973
1974         * src/socket.c
1975                 fix ssl deadlock, when peer closes connection
1976
1977 2001-10-24 [paul]       0.6.4claws2
1978
1979         * src/prefs_common.c
1980                 gettextize the gpg ascii-armored warning message
1981
1982         * src/compose.c
1983                 insert a DOS/MAC file into the composed message
1984                 (improvements)
1985
1986         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
1987
1988 2001-10-22 [paul]       0.6.4claws1
1989
1990         * sync with sylpheed 0.6.4 release
1991                 see ChangeLog entries 2001-10-21
1992
1993         * po/fr.po, po/pt_BR.po
1994                 updated by Melvin Hadasht and Fabio Junior Beneditto
1995
1996 2001-10-21 [paul]       0.6.3claws30
1997
1998         * src/compose.c
1999                 insert a DOS text file from the compose window
2000                 into the composed message text (removes CRs characters)
2001                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
2002
2003         * tools/filter_conv.pl, tools/README
2004                 automatically use ~/.sylpheed as working directory
2005                 print out confirmation message on completion
2006
2007         * correct Hoa's last ChangeLog.claws entry
2008
2009 2001-10-20 [hoa]        0.6.3claws29
2010
2011         * src/grouplistdialog.c
2012                 bugfix (another ?) to give the right
2013                 newsgroups list for each news server.
2014
2015         * src/news.c
2016         * src/news.h
2017                 improve the newsgroups list cache
2018
2019 2001-10-20 [paul]       0.6.3claws28
2020
2021         * sync with sylpheed 0.6.3cvs9
2022                 see ChangeLog entry 2001-10-19
2023
2024         * correct Alfons' last ChangeLog.claws entry
2025
2026 2001-10-19 [alfons]
2027
2028         * src/pgptext.[ch]
2029                 fix compilation problems (part of bug #472895)
2030
2031 2001-10-18 [hoa]        0.6.3claws27
2032
2033         * src/grouplistdialog.c
2034                 bugfix when we refresh was clicked (bug 472701)
2035
2036 2001-10-19 [christoph]  0.6.3claws26
2037
2038         * src/compose.c
2039                 last header entry should default to "To:" or
2040                 "Newsgroups:" and not copy the last entry line
2041                 in a new compose window
2042                 (closes bug #472686, #470792)
2043
2044 2001-10-19 [paul]       0.6.3claws25
2045
2046         * sync with Sylpheed 0.6.3cvs8
2047                 see ChangeLog entries 2001-10-18 and 2001-10-19
2048
2049 2001-10-18 [christoph]  0.6.3claws24
2050
2051         * src/procmsg.c
2052                 reimplement ignore thread
2053         
2054 2001-10-18 [hoa]        0.6.3claws23
2055
2056         * src/folderview.c
2057         * src/grouplistdialog.[ch]
2058                 enhanced news subscription interface (feature 469113)
2059
2060         * src/news.c
2061         * src/news.h
2062                 enchanced newsgroup listing,
2063                 now, we can get groups informations
2064                 (NNTPGroupInfo)
2065
2066 2001-10-18 [paul]       0.6.3claws22
2067
2068         * src/summaryview.c
2069                 remove comment (sync with main branch)
2070         * src/mainwindow.c
2071                 fix 'Re-edit' bug in 'Message' menu
2072
2073 2001-10-17 [christoph]  0.6.3claws21
2074
2075         * src/compose.c
2076                 ignore empty or whitespace only header lines
2077
2078 2001-10-17 [paul]       0.6.3claws20
2079
2080         * sync with sylpheed 0.6.3cvs7
2081                 see ChangeLog entries 2001-10-14, 2001-10-16, and
2082                 2001-10-17
2083
2084 2001-10-17 [darko]
2085
2086         * src/compose.c
2087                 wrap long lines without spaces
2088                 don't wrap URLs
2089
2090 2001-10-16 [paul]
2091
2092         * po/es.po, po/nl.po, po/pt_BR.po
2093                 updated by Ricardo Mones Lastra, Alfons,
2094                 and Fabio Junior Beneditto
2095
2096         * sylpheed-0.6.3claws released
2097
2098 2001-10-15 [melvin] 0.6.3claws18
2099
2100         * README.claws
2101                 added summary and detailed installation instructions
2102                 for spell checker
2103         * po/fr.po
2104                 Updated, corrected and completed french translation
2105
2106 2001-10-15 [hoa] 0.6.3claws17
2107         * src/grouplistdialog.c
2108                 we can choose the newsgroups to display with wildcards
2109
2110 2001-10-15 [christoph]  0.6.3claws16
2111
2112         * src/account.c
2113         * src/compose.c
2114         * src/prefs_folder_item.[ch]
2115                 applied wwp <subscript@free.fr>'s folder
2116                 default account patch
2117         * po/de.po
2118                 Fixed wrong translation
2119
2120 2001-10-13 [alfons, christoph, melvin]  
2121                         0.6.3claws15
2122
2123         solution #2 to solve MT-safety problems defers all GUI related calls
2124         to the main thread using a gtk_idle_add() callback. discussed on
2125         ircnet #sylpheed, with christoph spotting some issues with the
2126         original code, and melvin allowing us to lobotomize his sylpheed.
2127
2128         * src/syldap.[ch], src/main.c
2129                 fix race problem in ldap search thread by deferring GUI 
2130                 stuff to main thread using gtk_idle_add()
2131
2132 2001-10-13 [paul]       0.6.3claws14
2133
2134         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
2135                 add Sergey's smtpcred.patch
2136                 adds separate username/password setting for SMTP Auth
2137                 needed by some servers
2138                 (closes feature request #471659)
2139
2140 2001-10-13 [paul]       0.6.3claws13
2141
2142         * src/pgptext.[ch] **NEW FILES**
2143         * src/Makefile.am, src/messageview.c, src/mimeview.c
2144                 decrypt ascii-armored gpg text embedded in
2145                 the message body.
2146                 Submitted by Jens Jahnke <jan0sch@gmx.net>
2147
2148 2001-10-13 [christoph]  0.6.3claws12
2149
2150         * README.claws
2151                 some more details on default to and
2152                 feature requests
2153         * src/main.c
2154                 init glib threading when ldap is used
2155         * src/syldap.c
2156                 threading fixes
2157         * po/de.po
2158                 fixed a typo
2159
2160 2001-10-12 [paul]       0.6.3claws11
2161
2162         * src/prefs_common.[ch], src/rfc2015.c
2163                 enable ascii-armored gpg text to be embedded in the
2164                 message body, selectable through the 'Privacy'
2165                 preferences. Supports encrypting only.
2166                 Submitted by Ravemax <ravemax@dextrose.com>
2167
2168 2001-10-12 [paul]       0.6.3claws10
2169
2170         * sync with sylpheed 0.6.3cvs6
2171                 see ChangeLog entries 2001-10-11 and 2001-11-12
2172
2173         * src/folderview.c
2174                 incorporated mbox folders, scoring, and folder
2175                 properties into the sync
2176
2177 2001-10-12 [darko]      0.6.3claws9
2178
2179         * README.claws
2180                 describe quotation wrapping
2181         * src/compose.c
2182                 don't treat tab as space to calculate line length properly
2183
2184 2001-10-11 [alfons]
2185
2186         * README.claws
2187                 correct description of how to make new filtering system work,
2188                 add some other things
2189                 
2190         * src/syldap.c
2191                 remove sched_yield() (not necessary / unportable)
2192
2193 2001-10-11 [paul]       0.6.3claws8
2194
2195         * sync with sylpheed 0.6.3cvs3
2196                 see ChangeLog entry 2001-10-10
2197
2198 2001-10-10 [christoph]  0.6.3claws7
2199
2200         * .cvsignore
2201                 ignore 2 files created by newer autotools
2202         * src/prefs_folder_item.c
2203                 using table for widget alignment
2204                 fixed memory leak and broken octal display
2205         * src/filesel.c
2206                 fixed segfault caused by lost filename
2207                 workaround (closes bug #469551)
2208
2209 2001-10-10 [paul]       0.6.3claws6
2210
2211         * sync with sylpheed 0.6.3cvs2
2212                 see ChangeLog entries 2001-10-09 and 2001-10-10
2213
2214 2001-10-10 [darko]      0.6.3.claws5
2215
2216         * src/gtkstext.c
2217                 proper calculation of right margin if smart wrapping is enabled
2218         * src/compose.c
2219                 automatically wrap long lines if wrap quotation is enabled
2220
2221 2001-10-09 [alfons]     0.6.3.claws4
2222
2223         * src/summaryview.c
2224                 select correct row when deleting last row in the summary view (and
2225                 close bug "[ #469104 ] select second last in list when deleting")
2226
2227 2001-10-09 [paul]       0.6.3claws3
2228
2229         * sync with sylpheed 0.6.3cvs1
2230                 updated some autotool scripts
2231
2232 2001-10-09 [darko]      0.6.3claws2
2233
2234         * src/gtkstext.[ch]
2235                 new name and mark with Sylpheed comment
2236         * src/compose.c
2237                 smart quotation wrapping a-la VIM
2238
2239 2001-10-08 [paul]       0.6.3claws1
2240
2241         * sync with sylpheed 0.6.3 release
2242                 see ChangeLog entry 2001-10-08
2243
2244 2001-10-08 [paul]       0.6.2claws24
2245
2246         * src/summaryview.c
2247                 more sync with sylpheed 0.6.2cvs12
2248                 Fixed the bug that didn't select the last row correctly
2249
2250
2251 2001-10-07 [paul]       0.6.2claws23
2252
2253         * sync with sylpheed 0.6.2cvs12
2254                 see ChangeLog entry 2001-10-07
2255
2256 2001-10-06 [match]
2257         * src/jpilot.[ch]
2258                 enable jpilot to read unsynch'ed addresses.
2259
2260         * src/editldap_basedn.c
2261                 fix segfault when opening dialog.
2262
2263 2001-10-06 [alfons]     0.6.2.claws22
2264
2265         * src/summaryview.c
2266                 fix bug with summary view selecting last *inserted*
2267                 node instead of last *visible* node. remember we
2268                 work with a tree
2269
2270 2001-10-06 [paul]       0.6.2claws21
2271
2272         * po/pt_BR.po
2273                 updated translation, contains some fixes and new
2274                 translations, submitted by Gustavo Noronha Silva
2275                 <kov@debian.org>
2276
2277         * src/prefs_common.c
2278                 change 'each' to 'every' - fix dubious English
2279
2280         * sync with sylpheed 0.6.2cvs11
2281
2282 2001-10-05 [alfons]     0.6.2claws20
2283
2284         * src/mainwindow.[ch], src/folderview.c
2285                 make composite tool button switch between "Compose News"
2286                 and "Compose Mail" depending on selected folder
2287                 (nifty idea by Kim Schulz <kim@schulz.dk>)
2288
2289 2001-10-05 [paul]       0.6.2claws19
2290
2291         * src/mainwindow.c, src/summaryview.c
2292                 fix 'Message/Reply to all', broken in last commit
2293
2294         * src/compose.c
2295                 fix X_BEENTHERE seg fault, thanks to Alfons
2296
2297 2001-10-04 [paul]       0.6.2claws18
2298
2299         * src/compose.[ch], src/mainwindow.c
2300                 make "Message/Reply" reply to mailing lists; matches
2301                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
2302                 based on portions of the patch submitted by
2303                 Junichi Uekawa <dancer@netfort.gr.jp>
2304
2305 2001-10-04 [darko]      0.6.2claws17
2306
2307         * src/compose.c
2308                 better smart wrapping
2309         * src/gtkstext.[hc]
2310                 a function to make text buffer contiguous
2311
2312 2001-10-03 [paul]       0.6.2claws16
2313
2314         * sync with sylpheed 0.6.2cvs10
2315
2316 2001-10-02 [alfons]
2317
2318         * configure.in
2319         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
2320                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
2321                 references to chinese translations (hope someone picks up
2322                 this)
2323
2324 2001-10-02 [christoph]  0.6.2claws15
2325
2326         * src/compose.c
2327                 fixed non translated header bug
2328         * ChangeLog.claws
2329                 fixed wrong date in alfons last entry ;)
2330
2331 2001-10-02 [alfons]     0.6.2claws14
2332
2333         * src/compose.c, src/prefs_common.[ch]
2334                 add block cursor option
2335
2336 2001-10-02 [paul]       0.6.2claws13
2337
2338         * sync with sylpheed 0.6.2cvs9
2339
2340 2001-09-30 [paul]       0.6.2claws12
2341
2342         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
2343                 updated translations
2344
2345         * po/POTFILES.in
2346                 add 'src/importldif.c'
2347
2348         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
2349                 added eudora-to-vCard conversion tool
2350                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
2351
2352         * sync with sylpheed 0.6.2cvs8
2353
2354 2001-09-30 [paul]
2355
2356         * sylpheed-0.6.2claws released
2357
2358 2001-09-27 [melvin]     0.6.2claws11
2359
2360         * src/gtkspell.c
2361                 fixed crash when using default path (introduced 
2362                 in 0.6.2claws10)
2363                 fixed tiny bug for initial suggestion mode
2364
2365 2001-09-27 [melvin]     0.6.2claws10
2366         
2367         * src/gtkspell.c
2368                 fixed bug where gtkpspell didn't set the path correctly
2369
2370         * README.claws
2371                 added a paragraph about spell checking
2372                 
2373
2374
2375 2001-09-27 [paul]       0.6.2claws9
2376
2377         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
2378                 replace '// comments' with '/* comments */' to prevent
2379                 some compiler warnings 
2380
2381         * sync with sylpheed 0.6.2cvs6
2382
2383 2001-09-26 [alfons]     0.6.2claws8
2384
2385         * src/messageview.c
2386                 introduce return receipt request notification again,
2387                 which was lost because of other semantics in 
2388                 procheader_parse() (???)
2389
2390 2001-09-26 [christoph]  0.6.2claws7
2391
2392         * src/compose.c
2393                 replace comments for old code with #if 0
2394                 readded auto cc, bcc and reply-to
2395         * src/prefs_matcher.c
2396         * src/prefs_scoring.c
2397                 removed some definition (was moved to
2398                 prefs.h)
2399
2400 2001-09-26 [paul]       0.6.2claws6
2401
2402         * src/mainwindow.c
2403                 make 'Follow-up and reply to' sensitive
2404
2405         * more sync with sylpheed 0.6.2cvs5
2406
2407 2001-09-25 [melvin]
2408
2409         * 0.6.2claws5
2410
2411         * src/gtkspell.c
2412                 fixed bug for "US-ASCII" introduced by the encoding code
2413
2414 2001-09-25 [paul]
2415
2416         * 0.6.2claws4
2417
2418         * src/prefs_common.[ch], src/summaryview.c
2419                 'next unread msg' 'go to next folder?' dialog can be
2420                 given default behaviour, either always show dialog,
2421                 or assume 'yes', or assume 'no'
2422                 Submitted by wwp <subscript@free.fr>
2423
2424 2001-09-25 [melvin]
2425                 
2426         * src/compose.c src/gtkspell.[ch]
2427                 added support for different encodings
2428
2429 2001-09-25 [paul]
2430
2431         * more sync with sylpheed 0.6.2cvs5
2432
2433 2001-09-24 [alfons]
2434         
2435         * src/prefs_folder_item.c
2436                 add check for item->prefs->default_to string is NULL and
2437                 add another check when freeing this string
2438
2439 2001-09-24 [paul]
2440
2441         * configure.in
2442                 change to version 0.6.2claws3
2443
2444         * sync with sylpheed 0.6.2cvs5 
2445
2446 2001-09-24 [match]
2447         * src/ldif.[ch], src/importldif.[ch], addressbook.c
2448                 import LDIF files.
2449         * src/addrcache.[ch], addrindex.[ch]
2450                 small update for future
2451         * src/addrbook.c
2452                 fix test XML file.
2453
2454 2001-09-24 [melvin]
2455         * src/gtkspell.[ch]
2456                 added 'Learn from mistakes' option
2457                 better handling of quotes in checked words
2458                 sorted dict list
2459         * po/fr.po
2460                 small update for spell checking stuff
2461
2462 2001-09-23 [alfons]
2463         
2464         * src/gtkspell.c
2465                 edit a little bit so it complies more with main coding style
2466
2467 2001-09-23 [alfons]
2468
2469         * src/folder.[ch], prefs_folder_item.c, compose.c
2470                 migrate "request return receipt" folder property
2471                 to folderlist.xml
2472
2473 2001-09-22 [alfons]
2474
2475         * README.claws **NEW**
2476                 (add things of interest for users of main branch 
2477                 and claws here)
2478
2479         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
2480                 re-implement threading per folder option, but store 
2481                 the setting in folderlist.xml (where it belongs)
2482
2483 2001-09-21 [melvin]
2484
2485         * src/gtkspell.[ch]
2486                 fixed bug when compose window is under another window
2487         * src/prefs_common.[ch] src/compose.c
2488                 changed 'dictionary_path' to 'dictionary' to be consistent
2489                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
2490         * ac/pspell.m4 src/Makefile.am 
2491                 dropped PSPELL_PATH macro
2492         * po/fr.po
2493                 updated translations
2494
2495 2001-09-21 [christoph]
2496
2497         * src/compose.c
2498                 added border around header fields
2499                 keep header type when new field is added
2500
2501 2001-09-20 [christoph]
2502
2503         * src/utils.[ch]
2504                 more portable debug_print with source filename
2505                 and linenumber
2506         * src/procmsg.c
2507                 more newlines after debug messages
2508
2509 2001-09-20 [paul]
2510
2511         * configure.in
2512                 change to version 0.6.2claws2
2513
2514         * sync with sylpheed 0.6.2cvs3
2515
2516 2001-09-19 [melvin]
2517
2518         * src/gtkspell.c
2519                 fixed the post-right-click focus pb
2520                 fixed crash when 'Spell check all' after dict change 
2521                         and when cursor is at the end of the text
2522                 shift-right-click pops up config menu even on misspelled words.
2523         * po/POTFILES.in
2524                 added gtkspell.c
2525
2526 2001-09-19 [melvin]
2527
2528         * src/about.c
2529                 added pspell to compiled-in features list
2530
2531 2001-09-18 [melvin]
2532
2533         * switched to pspell and dropped ispell
2534         * ac/pspell.m4
2535                 new file. autoconf macro for pspell
2536         * ac/Makefile.am 
2537         * configure.in acconfig.h
2538                 added pspell support
2539         * src/Makefile.am
2540         * src/main.c src/compose.[ch] src/gtkspell.[ch]
2541         * src/prefs_common.[ch] 
2542                 added pspell support
2543
2544 2001-09-18 [christoph]
2545
2546         * src/addr_compl.c
2547         * src/template.[ch]
2548                 replace LOG_MESSAGE with debug_print
2549         * src/compose.[ch]
2550                 gui improvements
2551         * src/menu.c
2552                 added newline after debug message
2553         * src/utils.h
2554                 using __VA_ARGS__ for debug_print macro
2555         * tools/.cvsignore
2556                 ignore Makefile and Makefile.in
2557
2558 2001-09-18 [paul]
2559
2560         * configure.in
2561                 change to version 0.6.2claws1
2562         * sync with sylpheed 0.6.2cvs1
2563
2564         * src/matcher.c 
2565         * src/prefs_matcher.c
2566                 add 'score equal to' option, submitted by
2567                 Paul Evans <nerd@freeuk.com>
2568
2569 2001-09-15 [christoph]
2570
2571         * src/mainwindow.c
2572                 comment out menu entry not existing in claws
2573         * src/menu.c
2574                 add debug output for non existing menu entries
2575         * src/summaryview.c
2576                 fix next/prev unread message for ignored threads
2577         * src/utils.[ch]
2578                 add sourcefile and line number to debug output
2579                 otherwise it is sometimes hard to find the
2580                 source code part if debug messages are translated
2581
2582 2001-09-14 [darko]
2583         
2584         * src/folderview.c
2585                 refresh target folder style after colour is changed
2586
2587 2001-09-13 [paul]
2588
2589         * configure.in
2590                 change to version 0.6.1claws3
2591
2592         * sync with sylpheed 0.6.1cvs6
2593
2594 2001-09-13 [darko]
2595         
2596         * src/folderview.c
2597                 fix target folder colourization to use user selected colour
2598
2599 2001-09-12 [darko]
2600         
2601         * src/summaryview.c
2602                 fix crash when message that is marked for copy/move is unmarked
2603
2604 2001-09-09 [paul]
2605
2606         * configure.in
2607                 change to version 0.6.1claws2
2608
2609         * sync with sylpheed 0.6.1cvs3
2610
2611 2001-09-09 [alfons]
2612         
2613         * src/folderview.c
2614                 fix bug with default font used for trash folder text
2615
2616 2001-09-06 [paul]
2617
2618         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
2619                 updated translations
2620
2621         * configure.in
2622                 change to version 0.6.1claws1
2623
2624         * sync with sylpheed 0.6.1cvs2
2625
2626 2001-09-03 [paul]
2627
2628         * po/POTFILES.in
2629                 add Match's new addressbook
2630
2631         * po/de.po
2632                 updated translation submitted by Jens Oberender
2633
2634 2001-09-02 [paul]
2635
2636         * configure.in
2637                 change to 0.6.1claws
2638         * sync with sylpheed 0.6.1 release
2639
2640 2001-09-02 [paul]
2641
2642         * configure.in
2643                 change to 0.6.0claws2
2644
2645         * sync with sylpheed 0.6.0cvs4
2646
2647         * po/pt_BR.po
2648                 updated translation submitted by Fabio Junior Beneditto
2649
2650 2001-09-01 [match]
2651         * pixmaps/
2652                 interface.xpm
2653                 book.xpm
2654                 address.xpm
2655         * src/
2656                 Makefile.am
2657                 a ton of new files
2658
2659 2001-08-31 [paul]
2660
2661         * configure.in
2662                 change to version 0.6.0claws1
2663
2664         * sync with sylpheed 0.6.0cvs1
2665
2666         * po/es.po
2667                 updated translation submitted by Ricardo Mones Lastra
2668
2669         * po/POTFILES.in
2670                 add 'src/prefs_templates.c'
2671
2672         * src/compose.c, src/summaryview.c
2673                 fix segfault on 'Re_edit'               
2674
2675 2001-08-30 [alfons]
2676
2677         * configure.in, Makefile.am
2678         * tools/Makefile.am
2679                 add tools directory to source distribution
2680
2681 2001-08-30 [paul]
2682
2683         * configure.in
2684                 change to version 0.6.0claws
2685
2686         * sync with sylpheed 0.6.0 release
2687
2688 2001-08-30 [christoph]
2689
2690         * configure.in
2691                 removed autoconf version check
2692
2693 2001-08-30 [paul]
2694
2695         * src/account.c, src/compose.c, src/prefs_common.[ch]
2696         * src/procheader.[ch] src/utils.[ch]
2697                 Enhanced automatic account selection on replies
2698                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
2699
2700         * configure.in
2701                 add LDAP and JPilot to the configuration results output.
2702
2703 2001-08-29 [christoph]
2704
2705         * src/summeryview.c
2706                 no bold font for ignored threads
2707
2708 2001-08-29 [paul]
2709
2710         * configure.in
2711                 change to version 0.5.3claws6
2712
2713         * sync with sylpheed 0.5.3cvs10
2714                 src/stringtable.[ch]: New Files
2715
2716         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
2717         * src/pixmaps/sylpheed.xpm
2718                 add mini-icons to windows (by Alfons)
2719
2720 2001-08-27 [paul]
2721
2722         * src/mainwindow.c
2723                 new functions: next_labeled_cb(), prev_labeled_cb()
2724
2725         * src/summaryview.c
2726                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
2727                 summary_select_next_labeled(), summary_select_prev_labeled()
2728
2729         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
2730                 give claws blue folders and a blue trash can
2731
2732 2001-08-27 [paul]
2733
2734         * configure.in
2735                 change to version 0.5.3claws5
2736
2737         * sync with sylpheed 0.5.3cvs9
2738                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
2739
2740 2001-08-24 [christoph]
2741
2742         * src/filesel.c
2743                 keep filename when browsing directories
2744                 (not working for user entered filename, but
2745                  for default name and selected filename from
2746                  file list)
2747         * src/mainwindow.c
2748                 fixed wrong spelling "Folllow-up"
2749         * src/mbox_folder.c
2750         * src/procmsg.c
2751         * src/summaryview.c
2752                 fixed new/unread message count with ignored
2753                 threads (2 commits, first didn't notice no
2754                 longer needed decreasing)
2755         * src/inc.c
2756                 readded scrolling of progress dialog
2757                 (lost in sync)
2758
2759 2001-08-24 [paul]
2760
2761         * configure.in
2762                 change to 0.5.3claws4
2763
2764         * sync with sylpheed 0.5.3cvs7
2765
2766 2001-08-24 [christoph]
2767
2768         * src/compose.c
2769                 set request return receipt when replying
2770                 if it is set is the folder prefs of the
2771                 message
2772         * src/inc.c
2773                 disable final error popup if popups are
2774                 disabled in config (again)
2775
2776 2001-08-23 [paul]
2777
2778         * configure.in
2779                 Change version number to 0.5.3claws3
2780
2781         * sync with sylpheed 0.5.3cvs5
2782
2783         * src/mimeview.c
2784                 double quote '%s' in 'gedit %s' to fix bug when
2785                 opening attachment with spaces in the name
2786
2787 2001-08-22 [alte]
2788         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
2789           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
2790                 initial message templates support
2791
2792
2793 2001-08-22 [paul]
2794
2795         * configure.in
2796                 change version number to 0.5.3claws2
2797
2798         * sync with sylpheed 0.5.3cvs4
2799
2800         * src/procmsg.h src/summaryview.c
2801                 re-implement (un)ignore thread
2802
2803 2001-08-21 [paul]
2804
2805         * src/summaryview.c
2806                 remove unnecessary code
2807         * src/compose.c
2808                 enable 'dynamic' signatures (submitted by
2809                 Eric Limpens <eric@hscg-internet.nl>)
2810
2811 2001-08-21 [paul]
2812
2813         clean up after sync with sylpheed 0.5.3 release
2814
2815         * src/folderview.c
2816                 fix re-introduced font mess, see Christoph's
2817                 entry 2001-06-24
2818
2819         * src/summaryview.c
2820                 remove prev_msgnum
2821                 use sylpheed's small font instead of
2822                 gtk default font for summary view
2823
2824
2825 2001-08-17 [paul]
2826
2827         * configure.in
2828                 add pl to ALL_LINGUAS - sync with main branch
2829
2830         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
2831                 Updated. Translations by Jens Oberender, Ricardo Mones
2832                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
2833
2834         * po/pl.po  ** NEW FILE **
2835                 sync with the main branch
2836
2837         * src/folderview.c
2838                 fix target folder colorizing and refresh problem
2839
2840
2841 2001-08-17 [christoph]
2842
2843         * src/mainwindow.c
2844                 claws uses 4 colors for target folder coloring.
2845                 arrays were not long enough and destroyed the
2846                 stack causing a segfault.
2847                 target folder colorizing does not work anymore
2848                 for me
2849
2850 2001-08-16 [paul]
2851
2852         * configure.in
2853                 change to version 0.5.3claws1
2854
2855         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
2856           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
2857           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
2858
2859                 sync with sylpheed 0.5.3 release, but keep claws method of
2860                 configuring/saving fonts
2861
2862         * src/addressbook.[ch]
2863                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
2864                 in line with a similar change in Hiroyuki's branch
2865
2866         * src/mainwindow.[ch]
2867                 disable main_window_set_thread_option()
2868         * src/prefs_folder_item.c
2869                 comment out &tmps_prefs.enable_thread,
2870         * src/mbox_folder.c, src/procmsg.[ch]
2871                 comment out MSG_IS_IGNORE_THREAD
2872         * src/summaryview.c
2873                 comment out summary_ignore_thread() and summary_unignore_thread()
2874                 comment out MSG_IS_IGNORE_THREAD
2875
2876                 use Hiroyuki's threading instead.
2877
2878
2879
2880 2001-08-15 [paul]
2881
2882         * src/account.c
2883                 use Hiroyuki's 0.5.3 column scheme but also
2884                 include the enable/disable button.
2885         * src/pixmaps/mark.xpm
2886                 add Hiroyuki's amended pixmap
2887
2888 2001-08-13 [christoph]
2889
2890         * src/account.c
2891                 receive at get all column showed wrong state for APOP
2892                 button should only work for POP3 and APOP accounts
2893         * src/prefs_account.c
2894                 added missing preprocessor statement for SSL
2895
2896 2001-08-12 [paul]
2897
2898         * src/account.[ch]
2899                 add 'receive at get all' column and enable/disable
2900                 button.
2901
2902 2001-08-06 [christoph]
2903
2904         * src/account.c
2905                 show usage of SSL in protocol column
2906
2907         * src/imap.c
2908         * src/inc.c
2909                 renamed ssl options
2910
2911         * src/prefs_account.[ch]
2912                 moved ssl options to a new page
2913
2914         * src/send.c
2915         * src/smtp.c
2916         * src/ssl.[ch]
2917                 renamed ssl options
2918                 added support for SMTP STARTTLS command
2919
2920 2001-08-05 [christoph]
2921
2922         * configure.in
2923                 debian autoconf needs version check to find
2924                 correct autoconf version. if the file is
2925                 named configure.in 2.13 is used, which does
2926                 not work with this configure.in script.
2927                 other solution would be to rename the script
2928                 to configure.ac as suggested in the autoconf
2929                 manual.
2930
2931         * src/inc.c
2932                 disable final error popup if popups are
2933                 diabled in config
2934
2935         * src/socket.c
2936                 bugfix in ssl_gets
2937                 fixes IMAP over SSL problem
2938
2939 2001-08-03 [paul]
2940
2941         * configure.in
2942                 change to 0.5.2claws1
2943
2944         * sync with sylpheed 0.5.2cvs1
2945
2946 2001-08-02 [alfons]
2947
2948         * configure.in
2949                 quick fix for ispell detection...
2950
2951 2001-08-01 [paul]
2952
2953         * configure.in
2954                 change to 0.5.1claws4
2955
2956         * sync with sylpheed 0.5.1cvs7
2957
2958 2001-07-31 [alfons]
2959
2960         * src/prefs_common.c, src/prefs_common.h, 
2961           src/gtkspell.c, src/gtkspell.h
2962                 add global spelling checker settings (compose tab) +
2963                 selection of dictionary 
2964           
2965         * configure.in  
2966                 guess valid ispell location
2967
2968 2001-07-31 [paul]
2969
2970         * po/POTFILES.in
2971                 removal of 'src/quote_fmt_parse.c'
2972         * po/de.po
2973                 Updated de.po
2974                 (submitted by Jens Oberender <didge@suse.de>)
2975
2976 2001-07-31 [darko]
2977
2978         * src/folder.[ch]
2979         * src/folderview.[ch]
2980         * src/mainwindow.c
2981         * src/mh.c
2982         * src/prefs_common.[ch]
2983         * src/summaryview.c
2984                 target folder colourization
2985
2986 2001-07-30 [paul]
2987
2988         more sync with Sylpheed 0.5.1cvs6 
2989
2990 2001-07-30 [darko]
2991
2992         * src/mh.c
2993         * src/prefs_folder_item.[hc]
2994         * src/summaryview.c
2995                 shared folders support with a GUI
2996
2997 2001-07-29 [paul]
2998
2999         0.5.1claws3
3000
3001         * sync with Sylpheed 0.5.1cvs6
3002
3003 2001-07-29 [paul]
3004
3005         * po/pt_BR.po
3006                 updated
3007                 (submitted by Fabio Junior Beneditto)
3008
3009 2001-07-28 [paul]
3010
3011         * src/procmime.c
3012         * AUTHORS
3013                 patch to correct bad image mime headers
3014                 (submitted by Don Quijote <dq@searchlores.org>)
3015
3016 2001-07-28 [paul]
3017
3018         * tools/gif2xface.pl   **NEW FILE**
3019         * tools/README
3020                 script to convert file.gif to file.xface for
3021                 use in a custom header.
3022                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
3023
3024 2001-07-27 [alfons]
3025         
3026         * configure.in
3027                 change macros for detecting JPilot and LDAP
3028
3029 2001-07-27 [christoph]
3030
3031         * src/filtering.c
3032                 code cleanup (MIN / MAX warning, needed casting)
3033
3034 2001-07-27 [alfons]
3035
3036         * procheader.c
3037                 disallow setting flags when detecting certain headers
3038                 (X-Status, Status, Seen, X-Seen). 
3039         
3040         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
3041
3042 2001-07-27 [christoph]
3043
3044         * src/prefs_filter.c
3045         * src/prefs_filtering.c
3046         * src/prefs_matcher.c
3047         * src/prefs_scoring.c
3048                 scroll list when moving rows up or down
3049
3050         * src/imap.c
3051         * src/imap.h
3052         * src/prefs_account.c
3053         * src/prefs_account.h
3054         * src/send.c
3055                 SMTP over SSL (untested, feedback requested)
3056                 IMAP over SSL
3057
3058         * src/ssl.c
3059                 code cleanup
3060
3061 2001-07-26 [alfons]
3062         
3063         * configure.in, acconfig.h
3064                 define CLAWS (need this for main / claws detection)
3065
3066 2001-07-25 [alfons]
3067
3068         * configure.in
3069                 Sylpheed 0.5.1claws2
3070                 
3071         * sync with Sylpheed 0.5.1cvs4
3072
3073 2001-07-25 [christoph]
3074
3075         * src/scoring.c
3076                 fixed segfault
3077                 item->prefs == NULL (don't know why)
3078
3079 2001-07-25 [alfons]
3080
3081         * configure.in
3082                 Sylpheed 0.5.1claws1
3083
3084         * sync with Sylpheed 0.5.1cvs1-3
3085
3086 2001-07-24 [christoph]
3087
3088         * src/folderview.c
3089         * src/prefs_folder_item.[ch]
3090                 added folderitem preferences dialog with
3091                 default To: and auto request return receipt
3092
3093         * src/compose.[ch]
3094         * src/menu.[ch]
3095                 changes to handle new folderitem preferences
3096
3097         * src/mainwindow.c
3098         * src/summaryview.c
3099                 call compose new mail with current folderitem
3100
3101 2001-07-24 [alfons]
3102
3103         Release Sylpheed 0.5.1claws
3104
3105         * configure.in
3106                 change to release version 0.5.1claws
3107
3108 2001-07-24 [christoph]
3109
3110         * src/summaryview.c
3111                 fixed segfault that happend when the selected
3112                 message was removed while retrieving new messages.
3113
3114         * po/es.po
3115                 updated translation
3116                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
3117
3118 2001-07-22 [alfons]
3119
3120         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
3121         this is a work in progress, for more information: http://nlpagan.net/sylman 
3122         
3123         * configure.in, src/mainwindow.c, manual/Makefile.am
3124                 add support for English manual
3125
3126         * AUTHORS
3127                 add authors of user manuals
3128
3129         * manual/en/sylpheed*.html
3130                 add English documentation
3131
3132 2001-07-22 [christoph]
3133
3134         * po/POTFILES.in
3135                 added src/ssl.c
3136         * src/ssl.c
3137                 changed a wrong debug message
3138
3139 2001-07-22 [alfons]
3140
3141         * po/nl.po
3142                 update Dutch translation
3143
3144         * src/prefs_filtering.c, 
3145           src/prefs_matcher.c
3146                 add more translatable strings           
3147
3148 2001-07-21 [alfons]
3149
3150         0.5.0claws7
3151
3152         * configure.in
3153                 change version
3154
3155         * src/inc.c, src/summaryview.[ch]
3156                 prevent update of mark file when filtering has done, by
3157                 using a variable; this affects two functions:
3158                         inc.c::inc_finished()
3159                         summaryview.c::summary_show()
3160
3161 2001-07-20 [alfons]
3162
3163         * src/filtering.[ch], src/prefs_filtering.c, 
3164           src/matcher.[ch]
3165                 add filtering action for label coloring 
3166
3167         * po/POTFILES.in
3168                 add labelcolors.c
3169
3170         * added src/labelcolors.c
3171         * added src/labelcolors.h
3172         * src/Makefile.am, src/summaryview.c
3173                 rearrange label coloring code
3174
3175         * src/procmsg.h
3176                 add more parentheses so label colouring works correctly
3177
3178         * src/filtering.c
3179                 don't really delete message, but move it to Trash
3180
3181         * src/prefs_matcher.c
3182                 add quote options to info dialog
3183
3184 2001-07-20 [christoph]
3185
3186         * src/Makefile.am
3187         * src/inc.c
3188         * src/main.[ch]
3189         * src/socket.h
3190         * src/ssl.[ch] (new)
3191                 moved ssl stuff to a seperate file
3192
3193 2001-07-20 [darko]
3194
3195         * src/summaryview.c
3196                 fix show sender using address book with no e-mail
3197                 address in From: field
3198
3199 2001-07-19 [alfons]
3200
3201         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
3202                 fix messy handling of escaping... now at least the
3203                 execute command is useful. escape char is '\', we
3204                 accept \n and \r too. 
3205
3206                 Real life example:
3207                 
3208                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
3209                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
3210
3211 2001-07-18 [alfons]
3212
3213         0.5.0claws6
3214
3215         * src/summaryview.c
3216                 clean up
3217
3218         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
3219           src/procmsg.[ch]
3220                 revise filtering; currently move, copy, marking have
3221                 been tested. if you like bleeding edge stuff, you
3222                 should definitely go for this version :)
3223
3224         * mark old working stuff as VERSION_0_5_0_CLAWS5        
3225
3226 2001-07-17 [christoph]
3227
3228         * src/utils.c
3229                 timestamp log
3230
3231 2001-07-17 [alfons]
3232
3233         0.5.0claws5
3234
3235         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
3236           bits in the mark file, without affecting either branch. Lots of
3237           files changed, also in claws branch.
3238
3239           UNTESTED: use of mbox folders
3240
3241         * src/summaryview.c
3242                 added mark all read; however this was a quick hack used for
3243                 cleaning up mess after initial merge with Hiroyuki
3244
3245         * configure.in
3246                 change claws version number back to 0.5.0claws5 to clear up 
3247                 confusion & pretension (recent release was technically 
3248                 0.5.0claws4, so we neatly align with Hiroyuki :-)
3249
3250 2001-07-16 [alfons]
3251
3252         sync with Hiroyuki's 0.5.0cvs4
3253
3254 2001-07-16 [alfons]
3255
3256         0.5.1claws3
3257
3258         * src/filtering.[ch]
3259                 remove invalid updating of mark files for 
3260                 filter actions MATCHING_ACTION_MOVE and 
3261                 MATCHING_ACTION_DELETE; this should fix the
3262                 folder update bug
3263                 
3264         * src/procmsg.c
3265                 revert Christoph's stab at fixing the folder 
3266                 update bug
3267
3268         * po/POTFILES.in
3269                 add missing files with translatable strings
3270
3271         * src/summaryview.c
3272                 remove debug print
3273
3274 2001-07-15 [alfons]
3275
3276         * src/addr_compl.[ch], src/prefs_filtering.c
3277                 make "filtering pref dialog's destination entry" an
3278                 "address completable entry", if filter destination is 
3279                 an email address
3280
3281         0.5.1claws2
3282         
3283         sync with Hiroyuki's 0.5.0cvs2-3
3284
3285 2001-07-15 [christoph]
3286
3287         * src/procmsg.c
3288                 fixed folder stats update after incorporation
3289
3290 2001-07-15 [alfons]
3291
3292         * src/summaryview.c
3293                 * finish label colouring stuff (for now)
3294                 * fix incorrect colour bug (off by one) 
3295
3296 2001-07-14 [alfons]
3297
3298         * src/mainwindow.c
3299                 change text labels for news and mail message so there's
3300                 plenty of toolbar estate left
3301
3302         * configure.in
3303                 0.5.1claws1
3304
3305         * src/folderview.c
3306           src/folder.[ch]
3307                 sync with Hiroyuki's 0.5.0cvs1
3308
3309         * src/summaryview.c
3310                 more rewrite label colouring
3311
3312 2001-07-14 [alfons]
3313
3314         * src/summaryview.[ch]
3315                 * start rewrite label colouring 
3316                 * fix proper location "Add Sender To Addressbook" menu item
3317
3318 2001-07-13
3319
3320         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
3321         (actually this is 0.5.0claws4)
3322
3323 2001-07-13 [alfons]
3324
3325         * po/pt_BR.po
3326                 * fix duplicate message
3327                 * add updated Portugese / Brazilian translation
3328                   submitted by Fabio Junior Beneditto
3329
3330 2001-07-12 [alfons]
3331
3332         * AUTHORS
3333                 add Jens
3334
3335         * po/nl.po
3336                 add updated Dutch translation
3337
3338         * po/de.po
3339                 add updated German translation submitted by Jens
3340
3341 2001-07-11 [alfons]
3342
3343         Prerelease before 0.5.0claws. Please test.
3344         This version is temporarily tagged as VERSION_0_5_0_TEST
3345
3346         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
3347           src/prefs_scoring.c, src/prefs_matcher.c, 
3348           src/prefs_filtering.c, src/mbox.c, 
3349           src/main.c, src/inc.c, src/filtering.[ch]
3350                 revert new Hoa's new matcher (does not work yet)
3351
3352         * src/Makefile.am
3353                 clean up
3354
3355 2001-07-10
3356
3357         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
3358
3359
3360 2001-07-10 [alfons]
3361
3362         * Makefile.am
3363                 add ChangeLog.claws to EXTRA_DIST
3364         * src/Makefile.am
3365                 add matcher_parser_parse.h to EXTRA_DIST
3366
3367 2001-07-10 [christoph]
3368
3369         * src/inc.c
3370                 add destination folder to table of
3371                 folders that need to be updated after
3372                 incorporation
3373
3374 2001-07-10 [alfons]
3375
3376         * folder.[ch]
3377           folderview.c
3378                 make collapse state of folders and folder items persistent, i.e.
3379                 if you collapse a folder tree, the next time sylpheed-claws starts 
3380                 up the folder tree remains collapsed.  
3381                 
3382 2001-07-10 [christoph]
3383
3384         * acconfig.h
3385         * configure.in
3386                 added --enable-ssl
3387         * src/md5.[ch]
3388                 renamed MD5_CTX to MD5_CTX_syl
3389                 conflicts with a struct in openssl
3390         * src/inc.c
3391         * src/main.[ch]
3392         * src/prefs_account.[ch]
3393         * src/socket.[ch]
3394                 SSL support for POP
3395         * src/mainwindow.c
3396                 fixed compose with current account
3397                 broken by new compose button stuff
3398
3399 2001-07-09 [hoa]
3400
3401         * AUTHORS
3402                 changed my email address
3403
3404         * src/matcher_parser_parse.y
3405                 clean the parser to remove conflicts
3406
3407 2001-07-09 [alfons]
3408
3409         * AUTHORS
3410                 add Match Grun
3411
3412         * configure.in
3413                 fix incorrect description of --enable-ldap parameter
3414
3415         * src/prefs_common.[ch]
3416           src/compose.c
3417                 add experimental option "smart wrapping" which makes the
3418                 compose editor auto wrap.
3419                 
3420                 | TODO: the problem with the buggy cursor handling is caused |
3421                 | by the GtkText. when deleting / backspacing text its       |
3422                 | wrapping algorithm does not take in account the previous   |
3423                 | line. should find a way to hack this in.                   |
3424                 | or should perhaps combine this with the word wrapping      |
3425                 | patch i wrote in january.                                  |
3426
3427         * src/about.c
3428                 show build parameters for LDAP and JPilot
3429
3430         * src/summaryview.c
3431                 revert Christoph's bugfix for selecting next unread message, 
3432                 because folder stats aren't updated correctly
3433
3434 2001-07-08 [hoa]
3435
3436         * src/filtering.c
3437         * src/mainwindow.c
3438         * src/matcher.c
3439         * src/matcher_parser_lex.l
3440         * src/matcher_parser_parse.y
3441         * src/prefs_filtering.c
3442         * src/prefs_scoring.c
3443         * src/scoring.c
3444                 bugfix of the config file parser
3445
3446 2001-07-08 [alfons]
3447
3448         * src/Makefile.am
3449                 added generated matcher sources to BUILT_SOURCES
3450
3451 2001-07-08 [hoa]
3452
3453         * src/Makefile.am
3454         * src/.cvsignore
3455                 added new config file parser
3456
3457         * src/scoring.[ch]
3458         * src/filtering.[ch]
3459         * src/matcher.[ch]
3460         * src/prefs_filtering.c
3461         * src/prefs_matcher.c
3462         * src/prefs_scoring.c
3463         * added src/matcher_parser.h
3464         * added src/matcher_parser_lex.h
3465         * added src/matcher_parser_lex.l
3466         * added src/matcher_parser_parse.y
3467                 lex & yacc config file parser
3468
3469         * src/mbox.c
3470         * src/inc.c
3471         * src/main.c
3472                 changes prefs_filtering into global_filtering           
3473
3474         * src/summaryview.c
3475                 build threads with subjects only if "Re: " is at the
3476                 beginning of the subject
3477
3478 2001-07-07 [paul]
3479
3480         0.5.0claws
3481
3482         sync with sylpheed 0.5.0
3483                 change of version number only
3484
3485 2001-07-06 [paul]
3486
3487         0.5.0claws5
3488
3489         sync with sylpheed 0.5.0pre5
3490
3491 2001-07-05 [paul]
3492
3493         sync with sylpheed 0.5.0pre4 release
3494                 /po and /manual/ja not sync'ed
3495
3496 2001-07-04 [paul]
3497
3498         more sync with sylpheed 0.5.0pre4
3499
3500 2001-07-03 [christoph]
3501
3502         * src/addressbook.c
3503                 fixed address book broken by address book
3504                 for VCard, JPilot, LDAP
3505
3506 2001-07-03 [alfons]
3507
3508         * src/matcher.c
3509         * src/textview.c
3510                 stopped memory leaks
3511
3512 2001-07-03 [paul]
3513
3514         more sync with sylpheed 0.5.0pre4
3515
3516 2001-07-02 [match]
3517
3518         * included address book patch for VCard, JPilot, LDAP
3519         * pref_common.c - fixed Font options on Display tab (cosmetic)
3520         * alertpanel.c - fixed truncated message
3521
3522 2001-07-02 [christoph]
3523
3524         * src/mbox_folder.c
3525         * src/procmsg.[ch]
3526         * src/summaryview.c
3527                 mark threads for ignoring
3528
3529 2001-07-02 [paul]
3530
3531         0.5.0claws4
3532
3533         * sync with sylpheed 0.5.0pre4
3534                 updated gettext to 0.10.38.
3535
3536 2001-07-01 [paul]
3537
3538         * src/ mainwindow.c
3539         * src/procmsg.h
3540         * src/summaryview.[ch]
3541                 new right-click option: Label.
3542                 substitute for 'Mark-->Mark/Unmark', colours the line.
3543                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
3544
3545 2001-07-01 [christoph]
3546
3547         * src/folderview.c
3548                 fixed font for trash
3549         * src/summaryview.c
3550                 move ctree to unread message
3551
3552 2001-07-01 [paul]
3553
3554         * sync with sylpheed 0.5.0pre3 release
3555
3556 2001-06-30 [alfons]
3557
3558         * src/filesel.[ch]
3559         * src/compose.c
3560                 allow inserting / attaching multiple files in
3561                 the composer window
3562
3563 2001-06-30 [paul]
3564
3565         * src/codeconv.c
3566                 small change to Alfons' previous stuff so that it
3567                 actually makes
3568
3569 2001-06-30 [alfons]
3570
3571         * lots of files changed; first attempt to merge the changes
3572           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
3573
3574 2001-06-30 [paul]
3575
3576         * po/pt_BR.po
3577                 updated and completed, translations by Fabio
3578                 Junior Beneditto <fjbeneditto@yahoo.com.br>
3579
3580 2001-06-29 [alfons]
3581
3582         * src/compose.c
3583         * src/mimeproc.[ch]
3584                 allow selecting an attached files' mime type from a 
3585                 list of types.
3586
3587 2001-06-29 [paul]
3588
3589         * more sync with sylpheed 0.5.0pre3
3590
3591 2001-06-29 [paul]
3592
3593         * po/pt_BR.po
3594                 merge with sylpheed.pot and pt_BR.po provided by
3595                 Fabio Junior Beneditto.
3596
3597 2001-06-29 [darko]
3598
3599         * src/procmime.c
3600                 make MIME types case insensitive
3601
3602 2001-06-28 [alfons]
3603
3604         * po/nl.po
3605                 merge with sylpheed.pot and old nl.po; translations added.
3606
3607 2001-06-28 [paul]
3608
3609         * more sync with sylpheed 0.5.0pre3
3610
3611 2001-06-27 [alfons]
3612
3613         * src/summaryview.c
3614                 don't crash when removing parent node of messages
3615                 attracted by subject. this was caused by not deleting
3616                 the parent node from the subject line hash table.
3617
3618 2001-06-27 [alfons]
3619
3620         * src/summaryview.c
3621         * src/compose.[ch]
3622         * src/mainwindow.c
3623                 if there are multiple messages selected, allow forwarding
3624                 them as attachments.
3625
3626 2001-06-27 [paul]
3627
3628         * more sync with sylpheed 0.5.0pre3
3629
3630 2001-06-26 [paul]
3631
3632         0.5.0claws3
3633
3634         * sync with sylpheed 0.5.0pre3
3635
3636 2001-06-25 [paul]
3637
3638         * src/mainwindow.c
3639                 fixed 'compose news article' bug
3640                 from icon-and-text toolbar
3641
3642 2001-06-25 [paul]
3643
3644         * sync with sylpheed 0.5.0pre2 release
3645
3646 2001-06-24 [christoph]
3647
3648         * src/prefs_common.c
3649                 bug fix in font selection
3650         * src/folderview.c
3651                 use sylpheed's normal font instead of
3652                 gtk default font for folders without
3653                 new messages
3654
3655 2001-06-24 [alfons]
3656
3657         * src/mainwindow.[ch]
3658                 added composite compose mail / news button (an idea by Leandro
3659                 Pereira <leandro@linuxmag.com.br>)
3660
3661 2001-06-24 [paul]
3662
3663         Added instructions for ldif-to-xml.py
3664
3665         * tools/README
3666
3667 2001-06-23 [alfons]
3668
3669         Some minor things.
3670
3671         * src/pixmaps/stock_news_compose.xpm
3672                 added pixmap by Leandro
3673         * src/prefs_common.c
3674                 tested built-in spelling checker of GCC 3.0 :)
3675         * po/nl.po
3676                 merged dutch translation of sylpheed-main with
3677                 sylpheed.pot
3678
3679 2001-06-23 [paul]
3680
3681         Added tools directory and files.
3682
3683         * tools/filter_conv.pl
3684                 converts old filter system to new filtering system
3685         * tools/ldif-to-xml.py
3686                 converts netscape addressbook to sylpheed addressbook
3687         * tools/README
3688                 descriptions/instructions for above two files
3689
3690 2001-06-23 [christoph]
3691
3692         * src/inc.c
3693         * src/manage_window.[ch]
3694         * src/prefs_common.[ch]
3695                 mail retrieval dialog can be enabled, disabled
3696                 or hidden if non of sylpheed's windows is active
3697
3698 2001-06-22 [paul]
3699
3700         0.5.0claws2
3701
3702         * sync with sylpheed 0.5.0pre2
3703
3704 2001-06-21 [christoph]
3705
3706         * src/summaryview.c
3707                 show recipient on 'from' for all accounts
3708                 
3709         * src/inc.c
3710         * src/prefs_common.[ch]
3711                 disable error popup on mail receive errors
3712
3713 2001-06-21 [alfons]
3714
3715         * src/compose.c
3716                 made the ruler correctly appear and disappear.
3717
3718         * src/Makefile.am
3719                 removed Hoa's work-in-progress-stuff (interesting!) so 
3720                 claws compiles ok.
3721
3722 2001-06-20 [christoph]
3723
3724         * src/inc.c
3725         * src/progressdialog.c
3726                 added scrolled window for list in progressdialog
3727
3728 2001-06-20 [paul]
3729
3730         sync with sylpheed 0.5.0pre1 release
3731
3732 2001-06-20 [christoph]
3733
3734         * src/summeryview.c
3735                 make building threads by subject work when
3736                 thread view is enabled
3737                 
3738         * src/compose.c
3739         * src/prefs_common.[ch]
3740                 automatically select account for mail replys
3741
3742 2001-06-19 [sergey]
3743
3744         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
3745         they are filled in from the account settings.
3746
3747 2001-06-19 [paul]
3748
3749         * more sync with sylpheed 0.5.0pre1
3750
3751 2001-06-18 [alfons]
3752
3753         * src/Makefile.am,
3754           src/procmime.c
3755                 added --sysconfdir to CPPFLAGS for pointing to the correct
3756                 location of mime.types. 
3757
3758                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
3759                 or ./configure!
3760
3761 2001-06-18 [hoa]
3762
3763         * src/summaryview.c
3764                 fixed some bug when building threads
3765
3766 2001-06-18 [pau]l
3767
3768         * src/prefs_account.c
3769                 UI stuff: More changes to the English
3770
3771 2001-06-18 [paul]
3772
3773         * src/pixmaps/stock_news_compose.xpm: new file
3774         * src/Makefile.am
3775         * src/mainwindow.c
3776         * src/summaryview.c
3777                 Added new icon for Hoa's 'compose a news
3778                 message', plus minor improvements to the
3779                 English
3780
3781         * po/ja.po
3782         * ChangeLog
3783         * ChangeLog.jp
3784                 more sync with sylpheed 0.5.0pre1
3785
3786 2001-06-18 [hoa]
3787
3788         * src/compose.[ch]
3789         * src/mainwindow.c
3790                 Follow-up and reply to
3791
3792         * src/summaryview.[ch]
3793                 Build threads also with subjects
3794
3795 2001-06-17 [hoa]
3796
3797         * src/compose.c
3798                 forwarding use the current account.
3799
3800         * src/mainwindow.c
3801                 the "compose message" button has been replaced with
3802                 "new mail" and "new news" buttons
3803
3804         * src/prefs_common.[ch]
3805                 added a configuration option to use the forward button
3806                 as "forward as attachment"
3807                 changed reply and forward format description
3808
3809         * src/quote_fmt_lex.l
3810         * src/quote_fmt_parse.y
3811                 added message with no signature in format for reply
3812                 and forward.
3813
3814 2001-06-17 [paul]
3815
3816         Minor UI stuff
3817
3818         * src/mainwindow.c
3819         * src/summaryview.c
3820                 Improvements to the English
3821
3822         * src/prefs_common.c
3823                 Improvements to the English and some
3824                 clarity/continuity improvements in the
3825                 description of Quote symbols.
3826
3827 2001-06-17 [paul]
3828
3829         0.5.0claws1
3830
3831         * sync with sylpheed 0.5.0pre1
3832
3833 2001-06-17 [hoa]
3834
3835         * src/compose.c
3836                 Better interface for compose, displayed fields
3837                 are updated whenever we change account.
3838                 Newsgroups field is automatically filled.
3839
3840         * src/mainwindow.c
3841                 Newsgroups field is automatically filled.
3842
3843         * src/prefs_account.c
3844                 Some interface stuff when fields appear and
3845                 disappear.
3846
3847 2001-06-16 [paul]
3848
3849         0.4.99claws
3850
3851         * sync with sylpheed 0.4.99
3852
3853 2001-06-16 [sergey]
3854
3855         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
3856         base64_decoder_free, base64_decoder_decode): new object and
3857         functions for decoding base64 streams.
3858         * src/procmime.c (procmime_decode_content): modified to use the
3859         new base64 decoder.
3860
3861 2001-06-15 [paul]
3862
3863         0.4.99claws10
3864
3865         * sync with sylpheed 0.4.99cvs11
3866
3867 2001-06-13 [paul]
3868
3869         0.4.99claws9
3870
3871         * sync with sylpheed 0.4.99cvs9
3872
3873 2001-06-13 [hoa]
3874
3875         * src/compose.c
3876         * src/prefs_account.c
3877
3878                 SMTP server can be defined in the news account
3879                 mime type of attachment are kept.
3880
3881         * src/summaryview.c
3882
3883                 now choose the highest important score between default
3884                 and important score of folder.
3885
3886 2001-06-09 [alfons]
3887         
3888         * src/prefs_common.c: 
3889
3890                 (prefs_quote_description_create): corrected description of 
3891                 quote format characters
3892
3893 2001-06-09 [paul]
3894
3895         0.4.99claws8
3896
3897         * sync with sylpheed 0.4.99cvs8
3898
3899 2001-06-08 [sergey]
3900
3901         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
3902         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
3903
3904 2001-06-08 [paul]
3905
3906         0.4.99claws7
3907
3908         * sync with sylpheed 0.4.99cvs7
3909
3910 2001-06-06 [sergey]
3911
3912         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
3913         clashes with autogenerated header).
3914         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
3915         * src/Makefile.am: added quote_fmt.h.
3916         * src/.cvsignore: added lex/yacc autogenerated files
3917         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
3918
3919 2001-06-06 [paul]
3920
3921         0.4.99claws6
3922
3923         * sync with sylpheed 0.4.99cvs6
3924
3925 2001-06-06 [hoa]
3926
3927         * added src/quote_fmt_parse.h
3928         * src/compose.c
3929                 removed warnings
3930
3931         * src/prefs.[ch]
3932                 don't modify readonly configuration files
3933
3934         * src/prefs_account.c
3935         * src/prefs_common.c
3936         * src/prefs_customheader.c
3937         * src/prefs_display_header.c
3938         * src/prefs_filter.c
3939         * src/prefs_filtering.c
3940         * src/prefs_scoring.c
3941                 don't open dialog box when configuration files
3942                 are readonly
3943
3944 2001-06-05 [sergey]
3945
3946         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
3947
3948         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
3949         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
3950         BUILT_SOURCES to make all files rebuild properly.
3951
3952         * src/compose.c: removed #include "quote_fmt.tab.h".
3953
3954         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
3955         CHARACTER value in yylval.
3956
3957         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
3958         receive CHARACTER value by documented means (yylval).
3959
3960         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
3961
3962 2001-06-05 [hoa]
3963
3964         * src/Makefile.am
3965                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
3966
3967         * src/filtering.c
3968         * src/matcher.c
3969         * src/matcher.h
3970         * src/prefs_filtering.c
3971                 now keep the configuration for execute action
3972
3973         * src/mbox_folder.c
3974                 fixed a warning
3975
3976 2001-06-05 [paul]
3977
3978         * sync with sylpheed 0.4.99cvs5
3979
3980 2001-06-05 [hoa]
3981
3982         * src/Makefile.am
3983                 added quote_fmt.[ch]
3984
3985         * added src/quote_fmt.y
3986         * added src/quote_fmt.l
3987         * added src/quote_fmt.tab.h
3988         * added src/quote_fmt.tab.c
3989         * added src/lex.quote_fmt.c
3990                 parsing configuration for replying
3991                 and forwarding
3992
3993         * src/prefs_common.[ch]
3994                 added configuration UI for replying
3995                 and forwarding
3996
3997         * src/compose.c
3998                 using configuration for replying
3999                 and forwarding
4000
4001 2001-06-04 [hoa]
4002
4003         * src/filtering.c
4004         * src/matcher.c
4005         * src/matcher.h
4006         * src/prefs_filtering.c
4007         * src/prefs_matcher.c
4008         * src/prefs_matcher.h
4009                 action "run a command" for filtering
4010                 and matching with a command.
4011                 fixed the "whole message" matching
4012
4013         * src/mbox_folder.c
4014                 changed temporary filename for security
4015
4016         * src/messageview.c
4017                 queue the notification if it fails to send.
4018
4019         * src/prefs_common.c
4020         * src/prefs_folder_item.c
4021                 changed the default important score             
4022
4023         * src/prefs_scoring.c
4024         * src/scoring.c
4025                 hide kill score input when the folder is not
4026                 a newsgroup
4027
4028 2001-06-03 [alfons]
4029
4030         * src/prefs_common.c:
4031
4032                 (prefs_font_select): pass font name in font entry box to font
4033                 selection dialog.
4034
4035 2001-06-03 [sergey]
4036
4037         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
4038
4039 2001-06-03 [paul]
4040
4041         * sync with sylpheed 0.4.99cvs4
4042
4043 2001-06-03 [alfons]
4044
4045         * src/headerwindow.c:
4046
4047                 (headerwindow_show_cb): use the selected summary view item, not
4048                 the displayed item.
4049
4050 2001-06-02 [alfons]
4051
4052         * src/headerwindow.c:
4053
4054                 (headerwindow_show_cb): always try to show msginfo
4055
4056 2001-06-02 [hoa]
4057
4058         * src/compose.c
4059                 keep attached parts when reediting or forwarding.
4060
4061 2001-06-01 [hoa]
4062
4063         * src/folderview.c
4064         * src/prefs_folder_item.[ch]
4065         * src/prefs_scoring.[ch]
4066         * src/scoring.[ch]
4067         * src/summaryview.[ch]
4068         * src/main.c
4069         * src/mainwindow.c
4070         * src/prefs_common.[ch]
4071                 support for folder scoring
4072                 kill score and important score for messages
4073         
4074         * src/prefs_account.c
4075                 some display bug fixed for local account
4076                 preferences
4077
4078 2001-05-31 [alfons]
4079
4080         * src/summaryview.c:
4081
4082                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
4083                 sender to address book menu item is disabled.
4084
4085 2001-05-30 [hoa]
4086
4087         * src/filtering.[ch]
4088         * src/summaryview.c
4089                 handling summary menu / filter messages
4090
4091         * src/folder.[ch]
4092                 add some stuff
4093
4094         * src/foldersel.c
4095                 imap folders now appears in list
4096
4097         * src/mbox_folder.c
4098                 doesn't crash if destination mail is not writeable
4099
4100 2001-05-29 [hoa]
4101
4102         * src/compose.c
4103                 removed some warnings
4104
4105         * src/filtering.c
4106         * src/folder.[ch]
4107         * src/prefs_filtering.c
4108                 global string to identify any folders           
4109                 removed some debug info
4110                 filtering to mbox folders is now possible
4111
4112         * src/mainwindow.c
4113                 removed some warnings
4114
4115         * src/mbox_folder.c
4116                 permission on files are changed to read/write for user only,
4117                 nothing for other.
4118                 creation of subfolder is handled better.
4119
4120 2001-05-28 [alfons]
4121
4122         Verified the sync for src/prefs_common.[ch] and
4123         src/prefs_account.[ch]. I believe there were some
4124         minor indentation differences.
4125
4126 2001-05-28 [paul]
4127
4128         0.4.99claws3
4129
4130         * sync with 0.4.99cvs3
4131
4132 2001-05-28 [hoa]
4133
4134         * src/compose.c
4135                 handling flags for mbox format
4136
4137         * src/filtering.c
4138                 use of mark file only for MH format
4139                 handling flags for mbox format
4140                 filtering cannot yet move or copy mails to mbox folders.
4141
4142         * src/folder.[ch]
4143                 changed move_msg, copy_msg,
4144                 move_msgs_with_dest, copy_msgs_with_dest functions
4145                 uses only folder->copy_msg() function
4146                 uses folder->finished_copy() to handle the destination
4147                 folder at the end of the copy or move operation.
4148
4149         * src/foldersel.c
4150                 included mbox directories.
4151
4152         * src/folderview.[ch]
4153         * src/mainwindow.c
4154                 handle folders operation for mbox format
4155
4156         * src/mbox.c
4157                 disable conversion of "From " header
4158
4159         * src/mbox_folder.[ch]
4160                 completion of mbox format handling
4161
4162         * src/mh.c
4163                 changed mh_copy_msg() function and
4164                 removed mh_move_msg(), mh_move_msgs_with_dest(),
4165                 mh_copy_msgs_with_dest()
4166
4167         * src/prefs_filtering.c
4168                 removed some warnings
4169
4170         * src/prefs_matcher.c
4171                 default boolean operation is AND
4172
4173         * src/procheader.c
4174                 handling flags for mbox format
4175                 handling of "From " header
4176
4177         * src/procmsg.[ch]
4178                 removed data field
4179                 added MSG_REALLY_DELETED flags to handle deletion of
4180                 messages in mbox format.
4181
4182         * src/summaryview.c
4183                 handling flags for mbox format
4184                 disable the MSG_DELETED flags when messages
4185                 are deleted in mbox format
4186
4187         * src/textview.c
4188                 "From " headers display fixed.
4189
4190 2001-05-27 [alfons]
4191
4192         * src/textview.c:
4193                 
4194                 (get_email_part): skip quoted email addresses, like in e.g.
4195                 "'alfons@proteus.demon.nl'".
4196
4197 2001-05-26 [alfons]
4198
4199         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
4200         and fixing the persistence troubles when using separate windows.
4201
4202         * src/mainwindow.c:
4203         
4204             Added #define SEPARATE_ACTION used in the gtk item factory for 
4205             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
4206                 use gtk_item_factory_get_widget_by_action() to get the items.
4207                 
4208             Removed separate_widget_cb from the gtk item factory data   
4209           
4210             (mainwindow_create): connect separate_widget_cb() to check
4211             menu item "toggled" signal. also passing a MainWindow pointer
4212                 as object data for both check menu items.
4213                 
4214             (separate_widget_cb): definition of separate_widget_cb() to match
4215             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
4216                 window using gtk_object_get_data(). The type of window separation 
4217                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
4218         
4219         * src/prefs_filtering.c,
4220           src/prefs_matcher.c: added horizontal scrollbars
4221
4222 2001-05-25 [darko]
4223
4224         * src/headerview.c
4225                 fix segfault with invalid bold font
4226         * src/summaryview.c
4227                 correctly display summary stats after row is marked
4228
4229 2001-05-23 [sergey]
4230
4231         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
4232         encodings with libjconv.
4233
4234 2001-05-23 [hoa]
4235
4236         * src/Makefile.am
4237                 added mbox_folder.[ch]
4238         * src/defs.h
4239                 mbox temporary folder
4240         * src/folder.[ch]
4241         * added src/mbox_folder.[ch]
4242         * src/folderview.c
4243         * src/procheader.[ch]
4244                 added mbox support
4245         * src/mbox.c
4246                 bugfix for file incorporation filtering
4247         * src/imap.c
4248                 enable creation of MBOX
4249         * src/prefs_display_header.c
4250                 enable use of headers like "From "
4251                 something that should be fixed :
4252                         displaying of such headers add an extra space
4253         * src/prefs_folder_item.c
4254                 don't create folders because it is not necessary
4255         * src/procmsg.h
4256                 added data field to MsgInfo for mbox internal use
4257         * src/summaryview.c
4258                 added some support for mbox
4259         * src/utils.[ch]
4260                 added get_mbox_cache_dir() function
4261
4262 2001-05-23 [hiroyuki]
4263
4264         * src/headerwindow.c
4265           src/inc.c
4266           src/main.c
4267           src/mh.c
4268           src/nntp.c
4269           src/procmsg.h
4270           src/session.h
4271           src/socket.[ch]
4272           src/summaryview.c
4273           src/textview.c
4274           src/automaton.c
4275           src/folderview.c: more sync with 0.4.99cvs2.
4276
4277         * src/headerwindow.c: reverted.
4278
4279 2001-05-22 [paul]
4280
4281         0.4.99claws2
4282
4283         * sync with sylpheed 0.4.99cvs2
4284                 * src/news.[ch]
4285                 * src/nntp.[ch]
4286                 * INSTALL
4287                 * INSTALL.jp
4288
4289 2001-05-22 [alfons]
4290
4291         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
4292
4293 2001-05-21 [alfons]
4294
4295         Minor things:
4296
4297         * configure.in: if gnome-config not found, "no" is displayed
4298         
4299         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
4300
4301         * src/textview.c: now also possible to add mail addresses by right
4302           clicking in the text view
4303
4304         * src/codeconv.c: merged patch which fixes endless loop when encountering
4305           invalid wide characters; from Alte <010@imis.ru>  
4306
4307 2001-05-20 [alfons]
4308
4309         Added installation of gnome specific things:
4310
4311         * Makefile.am: gnome conditional
4312
4313         * configure.in: check for installed gnome
4314
4315         * added sylpheed.png, sylpheed.desktop
4316
4317 2001-05-20 [sergey]
4318
4319         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
4320
4321         * src/mainwindow.h (main_window_toolbar_create): created a button
4322         for "Reply to all".
4323         (main_window_set_toolbar_sensitive): enable/disable the new button
4324         appropriately.
4325         (toolbar_reply_to_author_cb): handle the new button.
4326
4327         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
4328         send_progress_dialog_destroy() on failure (fixes hang on SMTP
4329         failure).
4330
4331 2001-05-19 [sergey]
4332
4333         * src/compose.h (ComposeReplyMode): new modes
4334         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
4335         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
4336
4337         * src/compose.c
4338         (compose_send): move some code into a new function:
4339         (compose_current_mail_account): new function.
4340         (compose_reply): new argument to_author, all callers changed; if
4341         to_author==TRUE and account->protocol==A_NNTP, find and use an
4342         appropriate mail account for replying.
4343         (compose_reply_set_entry): new argument to_author; ignore
4344         compose->replyto if to_author==TRUE.
4345
4346         * src/mainwindow.c: new command "Message/Reply to author".
4347         (main_window_set_menu_sensitive): enable/disable it.
4348         (reply_cb): handle it.
4349
4350         * src/summaryview.c: new command "Reply to author".
4351         (summary_set_menu_sensitive): enable/disable it.
4352         (summary_reply_cb): handle it.
4353
4354         * src/account.c (account_find_mail_from_address): new function.
4355
4356 2001-05-18 [paul]
4357
4358         0.4.99claws1
4359
4360         * sync with sylpheed 0.4.99cvs1
4361
4362 2001-05-18 [hoa]
4363
4364         * src/compose.[ch]
4365         * src/filtering.c
4366         * src/summaryview.c
4367                 new filtering action : forward and forward as attachment
4368
4369         * src/main.c
4370                 no need for $DISPLAY when we run sylpheed --help
4371                 call to parse_cmd_opt() is moved
4372
4373         * src/mainwindow.[ch]
4374                 execute button is hidden when immediate execute
4375                 is chosen
4376
4377         * src/mh.c
4378         * src/news.c
4379         * src/prefs_folder_item.c
4380         * src/procmsg.c
4381                 better handling of missing directories
4382
4383         * src/summaryview.c
4384                 reedit is enabled in outbox
4385                 reedit is enabled in queue
4386
4387 2001-05-17 [hoa]
4388
4389         * src/filtering.c
4390         * src/matcher.[ch]
4391         * src/prefs_filtering.c
4392                 changed attachement into attachment
4393
4394 2001-05-17 [alfons]
4395
4396         0.4.67claws4    
4397
4398         * sync with sylpheed 0.4.67cvs9
4399         * sync with sylpheed 0.4.67cvs7-8
4400
4401 2001-05-17 [hoa]
4402
4403         * src/Makefile.am
4404                 added prefs_filtering.c
4405
4406         * src/filtering.[ch]
4407         * src/matcher.[ch]
4408                 removed action : forward_news and forward_news_as_attachement
4409                 (forward and forward_as_attachement can be used instead)
4410
4411         * src/mainwindow.c
4412                 added menu option to access filtering configuration
4413
4414         * src/prefs_account.c
4415                 changed mail_command default to /usr/sbin/sendmail
4416
4417         * added src/prefs_filtering.[ch]
4418                 dialog box for filtering configuration
4419
4420         * src/prefs_matcher.c
4421                 added function prefs_matcher_get_criteria_from_matching()
4422
4423         * src/prefs_scoring.c
4424                 reset the dialog when register or substitute is clicked
4425
4426 2001-05-15 [hoa]
4427
4428         * src/Makefile.am
4429                 added filtering.[ch]
4430         * src/inc.c
4431                 using filering.[ch] instead of filter.[ch]
4432         * src/main.c
4433                 reading new filtering configuration
4434         * src/matcher.[ch]
4435                 added some filtering actions
4436                 and fixed a bug for headers and mail body matching
4437         * src/mbox.c
4438                 using filering.[ch] instead of filter.[ch]
4439         * src/mh.c
4440                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
4441         * src/summaryview.c
4442                 some fixes for filtering
4443
4444 2001-05-14 [hiroyuki]
4445
4446         * src/send.c: fixed some weird indentations.
4447           send_message_with_command(): call pclose() only if p != NULL.
4448         * src/textview.c: get_email_part(): modified the code for readability.
4449
4450 2001-05-14 [hiroyuki]
4451
4452         * src/md5global.h
4453           src/md5ify.c
4454           src/md5ify.h: removed from the cvs.
4455
4456 2001-05-13 [sergey]
4457
4458         * src/main.c: include rfc2015.h to avoid compiler warnings.
4459         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
4460         the panel is already on screen.
4461         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
4462         closing the alert window by ESC as "No".
4463         * src/prefs_common.c (prefs_interface_create): moved return
4464         receipt check button to the correct place.
4465
4466 2001-03-13 [alfons]
4467
4468         * src/prefs_common.c: 
4469                 moved return receipt check button to the Send tab. (prefs_send_create)
4470                 removed the date format ui related globals. (prefs_display_create)
4471
4472         0.4.67claws3
4473         
4474         * sync with sylpheed 0.4.67cvs5-6
4475
4476 2001-05-13 [paul]
4477
4478         * added Alfons' font selection patch
4479
4480         * src/defs.h
4481         * src/headerwindow.c
4482         * src/prefs_common.c
4483         * src/prefs_common.h
4484
4485 2001-05-13 [hoa]
4486         * src/defs.h
4487                 changed version of cache
4488         * src/matcher.[ch]
4489         * src/prefs_matcher.c
4490                 added additionnal matching criteria
4491         * src/procheader.c
4492         * src/procmsg.[ch]
4493         * src/news.c
4494                 added references in MsgInfo
4495
4496 2001-05-12 [hoa]
4497
4498         * src/defs.h
4499                 prepared some things for new filtering
4500         * src/matcher.[ch]
4501                 added some matching properties
4502                 inreplyto need to be enhanced
4503                 prepared some things for new filtering
4504         * src/messageview.c
4505                 added Return-Receipt-To handling
4506         * src/prefs_folder_item.c
4507                 changed default value to TRUE
4508         * src/prefs_matcher.c
4509                 added some matching properties
4510         * src/prefs_scoring.[ch]
4511                 the scoring dialog is finished
4512         * src/procheader.c
4513                 added Return-Receipt-To handling
4514                 Reference need to be added
4515         * src/procmsg.[ch]
4516                 added Return-Receipt-To handling
4517                 added threadscore to get a better score sorting when
4518                 threads are enabled
4519         * src/summaryview.c
4520                 suppressed a bug when we sort the list
4521                 when no folder is opened.
4522                 better score sorting when threads are enabled
4523
4524 2001-05-12 [alfons]
4525
4526         * reverted previous patch because of potential errors 
4527
4528         0.4.67claws2
4529         
4530         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
4531                 applied "toggle mail-retrieval dialog window" patch submitted 
4532                 by Eric Limpens <eric@qnt.net>
4533
4534         * sync with sylpheed 0.4.67cvs4
4535
4536 2001-05-12 [sergey]
4537
4538         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
4539         some picky compilers.
4540         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
4541         * src/grouplist_dialog.c: include alertpanel.h.
4542         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
4543         fix compile warning.
4544         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
4545         #include "defs.h" before others to prevent the warning of `MIN'
4546         and `MAX' redefinition.
4547
4548 2001-05-11 [hoa]
4549
4550         * src/main.c
4551         * src/messageview.c
4552         * src/prefs_account.c
4553         * src/prefs_display_header.c
4554                 removed warning
4555         * src/Makefile.am
4556                 added prefs_scoring.[ch]
4557         * src/grouplist_dialog.c
4558                 display an error dialog box if the group list
4559                 cannot be fetched.
4560         * src/mainwindow.[ch]
4561                 added main_window_set_thread_option() function
4562                 scoring dialog box enabled
4563         * src/matcher.[ch]
4564                 added flags matching unread /new / marked
4565                 / deleted / replied / forwarded
4566         * src/news.c
4567                 newsgroups are now finally in newscache
4568         * src/prefs_matcher.[ch]
4569                 finished preferences for matching dialog
4570         * added src/prefs_scoring.[ch]
4571                 scoring dialog box completed
4572         * src/scoring.[ch]
4573                 conversion to string : added scoringprop_to_string()
4574                 write config for preferences :
4575                 added prefs_scoring_write_config()
4576         * src/summaryview.c
4577                 threads can be enabled/disabled independently
4578                 for each folder
4579
4580 2001-05-10 [alfons]
4581
4582         0.4.67claws1
4583         
4584         * AUTHORS: 
4585                 thought it would be nice to have a list of all
4586                 contributors (used Changelog as a reference)
4587         
4588         * configure.in: 
4589                 messed up version numbering...
4590
4591         0.4.66claws1
4592
4593         * sync with sylpheed 0.4.67cvs1-3
4594
4595 2001-05-10 [darko]
4596
4597         * src/prefs_common.c:
4598                 better UI for strftime format, double clicking
4599                 on format now inserts the format in text entry
4600                 replaced close button with standard OK/Cancel
4601                 moved date format button to the right of the
4602                 text entry field
4603
4604 2001-05-09 [alfons]
4605
4606         * src/gtkstext.c:
4607                 Ctrl-Home / Ctrl-End have proper cursor navigation
4608
4609 2001-05-09 [hoa]
4610
4611         * src/prefs_matcher.c
4612                 finished UI to define matching properties
4613                 added ok and cancel button
4614         * src/prefs_filter.c
4615                 added ok and cancel button
4616         * src/news.c
4617                 fixed some bug in xhdr parsing
4618
4619 2001-05-08 [alfons]
4620
4621         * src/textview.c: 
4622                 fixed a bug in textview_show_header(), which displayed two colons (':');
4623                 cleaned up some warnings
4624
4625 2001-05-08 [hoa]
4626
4627         * src/Makefile.am
4628                 added prefs_matcher.[ch]
4629                 compilation with -W -Wall
4630         * src/alertpanel.c
4631                 ungrab the mouse events if grabbed - does it
4632                 fix the bug for disposition notification ?
4633         * src/mainwindow.c
4634                 added a menu option to open the matching dialog.
4635         * src/matcher.[ch]
4636                 added matcherprop_to_string() and matcherlist_to_string()
4637                 fixed some bugs, changed the name of some options
4638                 age_sup and age_inf becomes age_greater and age_lower,
4639                 body and messageheaders becomes body_part and headers_part,
4640                 changed the names of constants from SCORING_XXX to MATCHING_XXX
4641         * src/prefs_display_header.c
4642         * src/prefs_headers.c
4643                 fixed a bug that accidentally destroyed dialogs
4644                 when closed them with delete_event
4645                 Added *_deleted() which handle delete_event signal correctly.
4646         * src/prefs_folder_item.[ch]
4647                 added "enable_thread" field for future customization
4648         * added src/prefs_matcher.[ch]
4649                 sample of the UI to define matching properties
4650         * src/procheader.c
4651                 using procheader_headername_equal instead of str*cmp functions
4652                 using procheader_parse_header() function
4653         * src/scoring.c
4654                 using MATCHING_XXX instead of SCORING_XXX
4655         * src/summaryview.c
4656                 display the sender of the news even if this is ourself
4657                 when this is a news message.
4658         * src/textview.c
4659                 using headername_equal() instead of str*cmp functions
4660
4661 2001-05-08 [alfons]
4662
4663         0.4.66claws
4664
4665         * sync with sylpheed 0.4.66
4666         * src/gtkstext.c: trace logs added 
4667
4668 2001-05-08 [sergey]
4669
4670         * src/prefs_common.[ch]: added option to enable/disable GnuPG
4671         signature check popup.
4672         * src/rfc2015.c (check_signature): show signature check popup only
4673         if it is enabled in preferences.
4674
4675 2001-05-07 [alfons]
4676
4677         0.4.66claws4
4678         
4679         * sync with sylpheed 0.4.66cvs6
4680
4681 2001-05-07 [darko]
4682
4683         * src/prefs_common.[ch]: added option to enable/disable
4684           looking up sender name in address book for summary pane
4685         * src/summaryview.c: look up sender in the address book
4686           by using Alfons' address completion code
4687
4688 2001-05-07 [hiroyuki]
4689
4690         * src/inc.h
4691           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
4692           member of Pop3State.
4693         * src/news.c: brought #include "defs.h" before #include <glib.h>
4694           to prevent the warning of `MIN' and `MAX' redefinition.
4695
4696 2001-05-06 [hoa]
4697
4698         * removed src/headers_display.[ch]
4699         * removed src/prefs_display_headers.[ch]
4700         * src/inc.c
4701                 use a temporary file in the user directory for mbox import
4702         * src/news.c
4703                 added XHDR support to get "To" and "Cc" headers
4704                 (in order to match news with to or cc field for
4705                 scoring)
4706                 added function news_parse_xhdr() to get XHDR response
4707         * src/nntp.[ch]
4708                 added function nntp_xhdr()
4709         * src/matcher.c
4710                 fetch the message if necessary
4711
4712 2001-05-06 [alfons]
4713
4714         0.4.66claws3
4715
4716         * sync with sylpheed 0.4.66cvs3-5
4717
4718 2001-05-06 [hoa]
4719
4720         * src/utils.[ch]
4721                 added function itos_buf() to enable use of several buffers
4722         * src/summaryview.c
4723                 use of itos_buf() instead of itos() in summary list
4724                 to fix the broken display of message number.
4725
4726 2001-05-06 [alfons]
4727
4728         * src/gtkstext.c: bug in cursor up navigation fixed,
4729                 fixed another unsigned / signed comparison (we're getting there :-)
4730
4731 2001-05-06 [hoa]
4732
4733         * src/Makefile.am
4734                 added scoring.c scoring.h
4735                 prefs_folder_item.c prefs_folder_item.h
4736                 matcher.c matcher.h
4737         * src/defs.h
4738                 added FOLDERITEM_RC SCORING_RC
4739         * src/folder.[ch]
4740                 added prefs field in FolderItem :
4741                 properties for each folder (PrefsFolderItem),
4742                 sorting type and mode were added as the first properties.
4743         * src/main.c
4744                 read config for scoring
4745         * added src/matcher.[ch]
4746                 gives functions to parse configuration file to do
4747                 matching on mails with a list of conditions.
4748         * src/mainwindow.c
4749                 add option to sort by score
4750         * src/prefs_common.[ch]
4751                 added preference option to show score and for
4752                 the score column size
4753         * added src/prefs_folder_item.[ch]
4754                 properties for each folder (PrefsFolderItem),
4755                 sorting type and mode were added as the first properties.
4756         * src/procheader.[ch]
4757                 added procheader_parse_header()
4758                 added procheader_header_free()
4759                 added procheader_headername_equal()
4760                 and made modification to use them.
4761         * src/procmsg.[ch]
4762                 added score field to MsgInfo structure
4763         * added src/scoring.[ch]
4764                 gives functions to parse configuration file to do
4765                 scoring on mails with a list of conditions.
4766         * src/summaryview.[ch]
4767                 save the sorting type and mode for the folder
4768                 added column to display the score of the mail
4769                 added function summary_score_clicked()
4770                 sorting type and mode are restored to the folder
4771                 when it is reopen
4772         * src/textview.c
4773                 use procheader_parse_header(), procheader_headername_equal()
4774                 removed memory leak in text_scan_header when freeing headers
4775         * src/filter.c
4776                 changed the function to match names of headers
4777                 using procheader_headername_equal()
4778
4779         Scoring functions are implemented, an interface is needed
4780         to configure that.
4781
4782 2001-05-04 [alfons]
4783
4784         * src/gtkstext.c: 
4785                 hopefully fixed the row up navigation bug,
4786                 removed adding back / forward lines to cache
4787
4788 2001-05-04 [sergey]
4789
4790         * src/prefs_display_headers.c: user interface changes:
4791         (prefs_display_headers_create): remove unused "Show" check button;
4792         allow reordering of headers by dragging.
4793         (prefs_display_headers_write_config): remove unused variables.
4794         (prefs_display_headers_set_dialog): do not insert "(New)" at top
4795         of lists (not needed with the new UI).
4796         (prefs_display_headers_set_list): scan lists starting from row 0,
4797         not 1 (do not skip "(New)").
4798         (prefs_display_headers_find_header): new function.
4799         (prefs_display_headers_clist_set_row): do not allow duplicates.
4800         (prefs_display_headers_delete_cb): do not skip row 0; treat
4801         closing the alert window by ESC as "No".
4802         (prefs_display_headers_up): do not protect row 0.
4803         (prefs_display_headers_down): do not protect row 0.
4804
4805 2001-05-04 [sergey]
4806
4807         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
4808         functions.
4809
4810         * src/summaryview.c
4811         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
4812         summary_select_next_marked, summary_select_prev_marked): new
4813         functions.
4814
4815 2001-05-03 [sergey]
4816
4817         * src/news.c: fixed a bug when no article can be fetched after
4818         server timeout if the connection was restored by news_post():
4819         (news_select_group): new function.
4820         (news_fetch_msg): call news_select_group() before fetching
4821         article.
4822         (news_get_uncached_articles): set session->group after successful
4823         GROUP command.
4824
4825 2001-05-03 [hoa]
4826
4827         * src/defs.h
4828         * src/procmsg.[ch]
4829         * src/procheader.c
4830                  changed version of cache, added cc field
4831
4832         * src/prefs_display_headers.c
4833                 the interface was changed
4834
4835         * src/prefs_headers.c
4836                 added cancel button
4837
4838 2001-05-03 [alfons]
4839
4840         * completed sync of sylpheed cvs2
4841         * src/gtkstext.c: updated row up / down cursor navigation
4842         * src/textview.c: re-edited, prepared for fixing the email address
4843                 scanner.
4844
4845 2001-05-03 [darko]
4846
4847         * src/prefs_common.c: use alfons' strftime ui code
4848         entry_datefmt and datefmt_sample widgets have to be
4849         global in this module because of this change
4850
4851 2001-05-03 [hoa]
4852
4853         * src/messageview.c
4854         * src/prefs_common.[ch] added option to activate the return receipt
4855                 feature.
4856
4857 2001-05-02 [alfons]
4858
4859         * src/gtkstext.c: fix for row up/down cursor navigation. 
4860
4861         0.4.66claws2
4862         
4863         * sync with 0.4.66cvs2
4864
4865 2001-05-02 [paul]
4866
4867         added add-sender-to-addressbook patch
4868
4869         * src/addressbook.c
4870         * src/addressbook.h
4871         * src/summaryview.c
4872
4873 2001-05-02 [sergey]
4874
4875         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
4876         G_ALERTDISABLE.
4877
4878         * src/alertpanel.c (alertpanel_create): new argument can_disable,
4879         all existing callers changed to pass FALSE; create a check button
4880         to disable the message.
4881         (alertpanel_message_with_disable): new function.
4882         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
4883         (alertpanel_button_toggled): new function.
4884         (alertpanel_button_clicked, alertpanel_close): set value using
4885         G_ALERT_VALUE_MASK.
4886
4887         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
4888
4889         * src/prefs_common.c (prefs_privacy_create): new check button
4890         checkbtn_gpgme_warning.
4891
4892         * src/main.c (main): moved preferences reading before gpgme
4893         initialization; check prefs_common.gpgme_warning before giving the
4894         GnuPG warning and set it to FALSE if the user wants to disable the
4895         warning.
4896
4897 2001-05-02 [hiroyuki]
4898
4899         * src/prefs_display_headers.c: modified the layout and some labels.
4900
4901 2001-05-02 [sergey]
4902
4903         * src/prefs_account.c (prefs_account_fix_size): new function.
4904         (prefs_account_create): call prefs_account_fix_size(); use
4905         gtk_widget_show instead of gtk_widget_show_all (fixes too large
4906         size when the window is shown for the first time).
4907         (prefs_account_basic_create): changed layout of serv_table; moved
4908         localmbox_entry above smtpserv_entry (logically it replaces
4909         POP3/IMAP server).
4910         (prefs_account_protocol_activated): set sensitivity of
4911         nntpauth_chkbtn according to the protocol (in addition to
4912         hide/show); commented out gtk_table_set_row_spacing() calls.
4913         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
4914         not sensitive (fixes a bug with disabled username/password boxes
4915         when editing POP3 account after NNTP with authentication).
4916
4917 2001-05-02 [hoa]
4918
4919         * src/account.c
4920         * src/inc.c
4921         * src/prefs_account.[ch]
4922         * src/send.c
4923                 removed local account without SMTP server
4924                 added option to use mail command instead of a connexion
4925                 to SMTP server when a local account is used
4926         * src/prefs_headers.c
4927                 fixed a bug
4928         * src/news.c
4929                 fixed a bug when connexion immediately closed
4930
4931 2001-05-01 [alfons]
4932
4933         0.4.66claws1
4934         
4935         * sync with 0.4.65
4936
4937 2001-05-01 [sergey]
4938
4939         * src/prefs_account.c (Basic, prefs_account_basic_create): new
4940         widget nntpauth_chkbtn.
4941         (prefs_account_protocol_activated): handle nntpauth_chkbtn
4942         visibility.
4943         (prefs_account_nntpauth_toggled): new function.
4944
4945         * src/news.c (news_session_new_for_folder): use NNTP
4946         authentication only if ac->use_nntp_auth is set.
4947
4948 2001-05-01 [hoa]
4949
4950         * src/Makefile.am changed headers.[ch] in customheader.[ch]
4951         * src/prefs_display_headers.c changed the UI
4952         * src/prefs_headers.c changed account_name to account_id
4953         * src/compose.c using customheader.h
4954
4955 2001-05-01 [hiroyuki]
4956
4957         * src/esmtp.c
4958           src/news.c
4959           src/nntp.c: changed sock_read() to sock_gets(), they've been left
4960           unsynched.
4961
4962 2001-05-01 [hoa]
4963
4964         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
4965         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
4966                 for displaying of headers
4967         * src/grouplist_dialog.[ch] minor changes to remove warnings
4968         * src/prefs_display_headers.[ch] dialog to choose the
4969         headers to display in the mail viewer.
4970         * src/headers.h correction of #define
4971         * src/headers_display.[ch] configuration for displaying of headers.
4972         * src/main.c read config of displaying of headers
4973         * src/prefs_common.c add a button to access the config dialog
4974                 for displaying of headers
4975         * src/prefs_display_headers.[ch] dialog for configuration for
4976                 displaying of the headers.
4977         * src/prefs_headers.c cleaning of code
4978         * src/procheader.c comments added to code
4979         * src/textview.c changes to reorder the headers depending
4980                 on the config for displaying of headers
4981
4982 2001-04-30 [alfons]
4983
4984         0.4.65claws7
4985
4986         * sync with 0.4.65cvs12
4987
4988         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
4989
4990 2001-04-30 [sergey]
4991
4992         * src/nntp.h (NNTPSockInfo): new field auth_failed.
4993
4994         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
4995         is set to force reconnection after authentication failure.
4996         (nntp_gen_command): set sock->auth_failed on authentication
4997         failure, or if sock->userid and sock->passwd are not set.
4998
4999         * src/news.c (news_session_new_for_folder): set userid=NULL if
5000         password dialog is cancelled.
5001
5002 2001-04-30 [sergey]
5003
5004         * src/nntp.h (NNTPSockInfo): new type.
5005
5006         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
5007         SockInfo.
5008         (nntp_open_auth, nntp_close): new functions.
5009         (nntp_gen_command): new function to handle authentication; all
5010         NNTP command functions updated to use it.
5011         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
5012         (nntp_list): removed old useless code.
5013
5014         * src/news.h (NNTPSession): new field nntp_sock.
5015
5016         * src/news.c: all functions updated to use NNTPSockInfo instead of
5017         SockInfo.
5018         (news_session_new): new arguments (userid, passwd); made static;
5019         use nntp_open_auth() if needed.
5020         (news_session_destroy): use nntp_close() instead of sock_close().
5021         (news_query_password): changed arguments.
5022         (news_session_new_for_folder): new function.
5023         (news_session_get): use news_session_new_for_folder().
5024         (news_authenticate): deleted.
5025         (news_get_uncached_articles): removed old authentication code.
5026
5027 2001-04-30 [sergey]
5028
5029         * src/news.c: reverted my previous changes (need to do NNTP
5030         authentication in a cleaner way).
5031         
5032 2001-04-29 [sergey]
5033
5034         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
5035         news_nntp_post, news_nntp_mode): new functions (wrappers with
5036         authentication support).
5037         (news_get_article_cmd, news_get_article, news_get_header): new
5038         argument "folder"; all callers changed.
5039         (news_get_article_cmd): added authentication support.
5040         (news_session_get): use news_nntp_mode() instead of nntp_mode().
5041         (news_post): use news_nntp_post() instead of nntp_post().
5042         (news_get_uncached_articles): use news_nntp_group() instead of
5043         nntp_group() and news_nntp_xover() instead of nntp_xover();
5044         removed old authentication code.
5045         (news_get_group_list): use news_nntp_list() instead of nntp_list().
5046
5047         * src/nntp.c (nntp_list): return real error code instead of
5048         hardcoded NN_ERROR.
5049
5050 2001-04-29 [sergey]
5051
5052         * configure.in: fixed wint_t typedef detection again
5053
5054 2001-04-28 [hoa]
5055
5056         * src/prefs_account.[ch], added A_LOCAL_CMD
5057                 (send mail with mail command)
5058         * src/send.c added function send_message_with_command()
5059         * src/inc.c made a more secure get_spool() function with
5060                 mktemp() but maybe mkstemp() or something more
5061                 secure can be used.
5062
5063 2001-04-28 [alfons]
5064
5065         * src/textview.c, colorization of email addresses in headers
5066
5067         0.4.65claws6
5068
5069         * bug sync with sylpheed
5070         * prefs_common.c: created date format ui for darko
5071         * sync with 0.4.65cvs11
5072         * configure.in: corrected to have the new gpg checks
5073
5074 2001-04-27 [alfons]
5075
5076         * completed sync with 0.4.65cvs10
5077         * minor debug things added to gtkstext.c
5078
5079 2001-04-27 [darko]
5080
5081         * configure.in: remove check for availability of
5082           strftime() as advised by Hiroyuki
5083         * src/prefs_common.[ch], src/procheader.c:
5084           synch strftime() code with Hiroyki's main branch
5085
5086 2001-04-26 [sergey]
5087
5088         * src/news.c: news_query_password(), news_authenticate(): new
5089           functions.
5090           news_get_uncached_articles(): added NNTP authentication
5091           handling.
5092         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
5093           new functions.
5094         * src/prefs_account.c: prefs_account_protocol_activated():
5095           enable userid and password fields for NNTP.
5096
5097 2001-04-26
5098
5099         * configure.in: check for availability of strftime()
5100           [darko]
5101         * src/prefs_common.[ch], src/procheader.c: use
5102           strftime() for displaying date in summary pane if it
5103           is available
5104
5105 2001-04-25
5106
5107         * more .cvsignore cleanups [alfons]
5108
5109 2001-04-25
5110
5111         * ac/sv-check-type.m4: new autoconf macro.
5112         * configure.in: fixed wint_t typedef detection (did not work
5113           with gcc-2.96).
5114
5115 2001-04-25
5116
5117         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
5118           [hiroyuki]
5119
5120 2001-04-24
5121         * modified gtkstext.c : buggy cursor navigation fixed, 
5122           and font descent also taken in account when drawing
5123           cursor. [alfons]
5124
5125 2001-04-24 [hoa]
5126         * added comments in src/news.c src/nntp.c
5127         * added src/prefs_headers.[ch]
5128         * added src/headers.[ch]
5129         * modified compose.c to activate custom headers
5130                 added function is_in_custom_headers
5131         * modified prefs_account.[ch]
5132                 added function prefs_account_customhdr_edit
5133         * modified src/defs.h :
5134                 added HEADERS_RC : name of the config file
5135                 for the custom headers
5136
5137 2001-04-24
5138
5139     0.4.65claws5
5140
5141         * configure.in
5142           src/gtkstext.[ch]
5143           src/compose.c
5144           src/Makefile.am
5145           
5146           added gtkstext with configure.in patch by Hiroyuki which
5147           should fix the XIM detection [alfons]
5148
5149         * more clean up of cvs [alfons]
5150
5151                  * removed all Makefile.in files to attic.
5152
5153                  * updated all .cvsignores to really ignore things that could
5154                    be unintentionally committed by a recursive commit.
5155
5156 2001-04-23 [hoa]
5157         * added src/grouplist_dialog.[ch]
5158         * changed src/folderview.c to call grouplist_dialog instead
5159                 of inputdialog
5160         * src/news.c :
5161                 added functions news_reset_group_list
5162                 and news_get_group_list
5163         * src/nntp.c :
5164                 added function nntp_list
5165         * src/defs.h :
5166                 added GROUPLIST_FILE : name of the newsgroup list cache file
5167
5168 2001-04-21
5169
5170         * added option to warn about queued messages on exit [sergey]:
5171
5172           * src/compose.c: compose_queue(): call folder_item_scan()
5173             and folderview_update_item() after queueing.
5174           * src/folderview.c: folderview_update_node(): draw the queue
5175             folder in bold font if there are queued messages.
5176           * src/mainwindow.c: queued_messages(): new function.
5177             app_exit_cb(): display warning if there are queued messages
5178             if warn_queued_on_exit is set.
5179           * prefs_common.[ch]: add warn_queued_on_exit option.
5180
5181         * enhanced GnuPG key selection support [sergey]:
5182
5183           * src/select-keys.c: updated to newer version from Win32
5184             branch with support for selecting arbitrary keys.
5185           * src/prefs_account.c: added the Privacy tab to the account
5186             options window.
5187             prefs_account_privacy_create(),
5188             prefs_account_sign_key_set_data_from_radiobtn(),
5189             prefs_account_sign_key_set_radiobtn(): new functions.
5190           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
5191           * src/rfc2015.c: set_signers(): new function.
5192             pgp_sign(): add the account parameter, call set_signers().
5193             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
5194           * src/rfc2015.h: rfc2015_sign(): updated prototype.
5195           * src/compose.c: pass the current account to rfc2015_sign().
5196
5197         * tag name claws added to prevent confusion with main branch [alfons]
5198
5199         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
5200
5201         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
5202
5203         * sync with recent sylpheed cvs. Untested though. [alfons]
5204