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