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