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