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