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