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