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