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