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