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