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