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