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