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